  .org-shell{
    background:#fff;
    border:1px solid #e6eef5;
    border-radius:16px;
    box-shadow:0 8px 22px rgba(10,27,46,.06);
    padding:16px;
  }

  .org-head{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
  }

  .org-head .right{
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
  }

  .org-actions .btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
    border:none;
    border-radius:10px;
    padding:10px 14px;
    background:#eef5fb;
    color:#113a63;
    font-weight:800;
    cursor:pointer;
    text-decoration:none;
  }

  .org-actions .btn.primary{
    background: #eef6ff;
    color: #296098;
    border-color: #d6e8ff;
  }

  .chart{
    position:relative;
    border:1px solid #e7f0fa;
    background:linear-gradient(180deg,#fbfdff,#ffffff);
    border-radius:14px;
    padding:18px 14px;
    overflow-x:auto;
    overflow-y:hidden;
    min-height:820px;
  }

  .chart-inner{
    position:relative;
    width:1180px;
    min-width:1180px;
    max-width:1180px;
    margin:0 auto;
    padding:20px 10px 40px;
  }

  .chart-svg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:1;
  }

  .node{
    position:relative;
    z-index:2;
    width:270px;
    background:#d9ecf7;
    border:1px solid #c5deef;
    border-radius:12px;
    padding:12px;
    box-shadow:0 10px 18px rgba(10,27,46,.06);
    color:#0f2a47;
    text-align:center;
    overflow:hidden;
  }

  .node.white{
    background:#fff;
    border-color:#e7f0fa;
  }

  .node.small{
    width:240px;
    padding:10px;
  }

  .node .logo{
    width:48px;
    height:48px;
    border-radius:12px;
    display:grid;
    place-items:center;
    background:#fff;
    border:1px solid #e7f0fa;
    margin:0 auto 8px;
    overflow:hidden;
  }

  .node .logo img{
    width:100%;
    height:100%;
    object-fit:contain;
  }

  .node b{
    display:block;
    font-weight:900;
    font-size:15px;
    line-height:1.25;
  }

  .node small{
    display:block;
    color:#35516e;
    margin-top:4px;
    font-weight:800;
    font-size:13px;
    line-height:1.35;
  }

  .node .person{
    margin-top:8px;
    display:flex;
    flex-direction:column;
    gap:4px;
    color:#0f2a47;
    font-weight:900;
  }

  .node .person span{
    font-weight:800;
    color:#35516e;
    line-height:1.35;
    word-break:break-word;
  }

  .row{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:18px;
    margin:12px 0;
  }

  .row.spread{
    justify-content:center;
    gap:120px;
  }

  .col{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .col.center{
    align-items:center;
  }

  .sidebox{
    width:260px;
  }

  #n-denetciler{
    width:260px;
  }

  #n-yk-uyeler{
    width:260px;
  }

  .gm-row{
    display:grid;
    grid-template-columns:240px 280px 240px;
    justify-content:center;
    align-items:center;
    gap:38px;
    margin-top:22px;
  }

  .gm-left,
  .gm-right{
    display:flex;
    flex-direction:column;
    gap:18px;
    align-items:center;
  }

  .gm-center{
    display:flex;
    justify-content:center;
  }

  .gm-bottom{
    display:grid;
    grid-template-columns:repeat(2, 240px);
    justify-content:center;
    gap:70px;
    align-items:start;
    margin-top:34px;
    margin-bottom:18px;
  }

  .gmy-panels{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    align-items:start;
    margin-top:14px;
  }

  .gmy-panel{
    background:#ffffff;
    border:1px solid #e7f0fa;
    border-radius:14px;
    padding:12px;
    box-shadow:0 10px 18px rgba(10,27,46,.05);
    overflow:hidden;
  }

  .gmy-panel-title{
    font-weight:900;
    color:#0a2e55;
    font-size:13px;
    margin:2px 2px 10px;
    display:flex;
    align-items:center;
    gap:8px;
  }

  .gmy-panel-title::before{
    content:"";
    width:10px;
    height:10px;
    border-radius:999px;
    background:#296098;
    display:inline-block;
  }

  .gmy-col{
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:stretch;
    position:relative;
  }

  .gmy-col .node.small{
    width:100%;
  }

  .subs{
    margin-top:8px;
    text-align:left;
    background:#f7fbff;
    border:1px dashed #cfe0f6;
    border-radius:10px;
    padding:8px 10px;
    color:#35516e;
    font-size:12px;
    line-height:1.45;
  }

  .subs .s{
    display:flex;
    gap:6px;
    margin:4px 0;
    align-items:flex-start;
  }

  .subs .dot{
    width:6px;
    height:6px;
    border-radius:99px;
    background:#296098;
    margin-top:6px;
    flex:0 0 auto;
  }

  .subs b{
    font-size:12px;
    display:inline;
    font-weight:900;
    color:#0a2e55;
  }

  .subs span{
    color:#4a6078;
    font-weight:800;
  }

  .listview{display:none}
  .listview.active{display:block}
  .chartview.hidden{display:none}

  details.acc{
    border:1px solid #e6eef5;
    border-radius:12px;
    padding:10px;
    background:#fff;
  }

  details.acc + details.acc{
    margin-top:10px;
  }

  details.acc summary{
    font-weight:900;
    color:#0a2e55;
    cursor:pointer;
  }

  details.acc .acc-body{
    color:#35516e;
    margin-top:8px;
    line-height:1.75;
  }

  .ul{
    margin:0;
    padding-left:18px;
  }

  .ul li{
    margin:2px 0;
  }

  .footer{
    text-align:center;
    padding:18px 12px;
    color:#5a728c;
    font-weight:700;
    font-size:13px;
  }

  nav ul,
  nav ul li{
    list-style:none;
  }

  @media(max-width:1200px){
    .chart-inner{
      width:1180px;
      min-width:1180px;
    }
  }

  @media(max-width:720px){
    .gmy-panels{
      grid-template-columns:1fr;
    }
  }

  @media print{
    header,.top-strip,nav,.footer,.org-head{display:none !important;}
    .chart{border-color:#ddd;background:#fff;overflow:visible}
    .node{box-shadow:none}
    @page{margin:12mm;}
  }