.org-chart-viewport{width:100%;height:600px;min-height:400px;overflow:hidden;position:relative;cursor:grab;background:#fafafa;border-radius:8px;box-shadow:inset 0 0 20px rgba(0,0,0,.05)}.org-chart-container ul li:after,.org-chart-container ul li:before,.org-chart-container ul:before{content:""!important;display:block!important;visibility:visible!important;opacity:1!important;border-color:#cbd5e1!important}.org-chart-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.org-chart-zoom-controls{position:absolute;top:.75rem;left:.75rem;z-index:5;display:flex;gap:.35rem;background:rgba(15,23,42,.65);border-radius:999px;padding:.25rem .4rem;box-shadow:0 8px 20px rgba(15,23,42,.25)}.org-chart-zoom-button{border:none;background:transparent;color:#fff;font-size:.95rem;width:28px;height:28px;border-radius:999px;cursor:pointer;transition:background .2s ease}.org-chart-zoom-button:hover{background:rgba(255,255,255,.18)}.org-chart-zoom-button--fit{font-size:.85rem}.org-chart-overlay path{stroke:#f87171;stroke-width:1.5px;fill:none;opacity:.7}.org-chart-viewport:active{cursor:grabbing}.org-chart-viewport:after{content:"Drag to pan";position:absolute;top:10px;right:10px;background:rgba(0,0,0,.6);color:white;padding:4px 8px;border-radius:4px;font-size:.75rem;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:10}.org-chart-viewport:hover:after{opacity:1}.org-chart-container{width:fit-content;min-width:100%;height:fit-content;padding:1rem;font-family:var(--font-noto-sans-georgian,sans-serif);position:relative;will-change:transform;z-index:2}.org-chart-container,.org-chart-container *{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.org-node-title{user-select:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important}.org-chart-empty{text-align:center;padding:3rem;color:#666}.org-node-wrapper{display:inline-flex;flex-direction:column;align-items:center;gap:0;position:relative}.org-node{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.35rem .5rem;min-width:40px;max-width:280px;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:box-shadow .2s ease,border-color .2s ease;position:relative;z-index:2;display:inline-block;margin:0 auto}.org-node:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.org-node--collapsed{border-bottom-style:dashed;border-bottom-color:#94a3b8}.org-node-content{display:flex;align-items:center;justify-content:center;gap:.4rem}.org-node-title{font-weight:500;font-size:.85rem;line-height:1.35;color:var(--primary);flex:1;word-wrap:break-word}.org-node-toggle{font-size:1.2rem;font-weight:700;color:#666;min-width:20px;text-align:center;flex-shrink:0}.org-node-expand-btn{border:1.5px solid #cbd5e1;background:#fff;color:#475569;font-size:0;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:2px 8px;border-radius:0 0 8px 8px;cursor:pointer;transition:all .2s ease;margin-top:-2px;z-index:3;position:relative;box-shadow:0 2px 4px rgba(0,0,0,.06);min-height:20px;min-width:32px}.org-node-expand-btn:hover{background:#f1f5f9;border-color:#94a3b8;box-shadow:0 3px 8px rgba(0,0,0,.1)}.org-node-expand-btn--open{background:#f8fafc}.org-node-expand-icon{font-size:.55rem;line-height:1;display:inline-block}.org-node-expand-count{font-size:.65rem;font-weight:700;background:#e2e8f0;color:#334155;padding:0 4px;border-radius:999px;min-width:16px;text-align:center;line-height:1.4;display:inline-block}.org-node--root{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-color:#667eea;font-weight:600;font-size:1rem;padding:.85rem 1.25rem}.org-node--root .org-node-title{color:white}.org-node--director{background:linear-gradient(135deg,#f093fb,#f5576c);color:white;border-color:#f5576c;font-weight:600}.org-node--director .org-node-title{color:white}.org-node--department{background:linear-gradient(135deg,#4facfe,#00f2fe);color:white;border-color:#4facfe}.org-node--department .org-node-title{color:white}.org-node--service{background:linear-gradient(135deg,#43e97b,#38f9d7);color:var(--primary);border-color:#43e97b}.org-node--unit{background:#f8f9fa;border-color:#dee2e6;color:var(--primary)}.org-node--regional{background:linear-gradient(135deg,#fa709a,#fee140);color:var(--primary);border-color:#fa709a}.org-node--service_center{background:#e9ecef;border-color:#ced4da;color:var(--primary);font-size:.85rem;padding:.5rem .85rem}.org-chart-shell{border:1px solid #e2e8f0;border-radius:12px;padding:1rem;background:#fff;box-shadow:0 5px 20px rgba(15,23,42,.06)}.org-chart-shell__actions{display:flex;justify-content:flex-end;margin-bottom:.75rem}.org-chart-fullscreen-button{border:1px solid #c7d2fe;background:#eef2ff;color:#312e81;padding:.4rem .95rem;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.org-chart-fullscreen-button:hover{background:#c7d2fe;transform:translateY(-1px)}.org-chart-fullscreen-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(8px);z-index:500;display:flex;align-items:center;justify-content:center;padding:1.5rem}.org-chart-fullscreen-panel{width:min(1400px,96vw);height:min(92vh,900px);background:#fff;border-radius:1.25rem;box-shadow:0 25px 70px rgba(15,23,42,.18);display:flex;flex-direction:column;overflow:hidden}.org-chart-fullscreen-header{padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0}.org-chart-fullscreen-header h2{margin:0;font-size:1rem;font-weight:600;color:var(--primary)}.org-chart-fullscreen-close{border:none;background:#f1f5f9;border-radius:999px;padding:.35rem .9rem;font-size:.85rem;font-weight:600;color:var(--primary);cursor:pointer;transition:background .2s ease}.org-chart-fullscreen-close:hover{background:#e2e8f0}.org-chart-fullscreen-body{flex:1;padding:1rem 1.5rem 1.5rem;min-height:0}.org-chart-viewport--fullscreen{height:100%;min-height:0}@media (max-width:768px){.org-node{min-width:120px;max-width:200px;padding:.5rem .75rem;font-size:.85rem}.org-node-title{font-size:.78rem}.org-node-expand-btn{min-height:18px;min-width:28px;padding:1px 6px}}@media print{.org-node{break-inside:avoid;page-break-inside:avoid}}