:root{--bg: #f6f7f9;--surface: #ffffff;--surface-muted: #f0f2f5;--border: #dfe3e8;--text: #16191d;--text-muted: #6b7280;--accent: #2f6fed;--accent-soft: #e8f0fe;--shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 4px 12px rgba(16, 24, 40, .05);color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:15px;-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer}.app{display:grid;grid-template-columns:232px 1fr;height:100%}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:20px 14px;display:flex;flex-direction:column;gap:4px}.sidebar__brand{font-size:17px;font-weight:650;padding:0 10px 18px;letter-spacing:-.01em}.sidebar__link{display:block;padding:9px 10px;border-radius:8px;color:var(--text);text-decoration:none;font-weight:500}.sidebar__link:hover{background:var(--surface-muted)}.sidebar__link--active{background:var(--accent-soft);color:var(--accent)}.sidebar__footer{margin-top:auto;border-top:1px solid var(--border);padding-top:14px;font-size:13px;color:var(--text-muted)}.sidebar__signout{margin-top:8px;background:none;border:1px solid var(--border);border-radius:8px;padding:7px 10px;width:100%;color:var(--text)}.main{min-width:0;display:flex;flex-direction:column}.login{height:100%;display:grid;place-items:center;padding:24px}.login__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:28px;width:340px}.login__title{margin:0 0 4px;font-size:20px}.login__hint{margin:0 0 20px;color:var(--text-muted);font-size:13px}.field{display:block;margin-bottom:14px}.field__label{display:block;font-size:13px;color:var(--text-muted);margin-bottom:5px}.field__input{width:100%;padding:9px 11px;border:1px solid var(--border);border-radius:8px;font:inherit;background:var(--surface)}.field__input:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.button-primary{width:100%;padding:10px;border:none;border-radius:8px;background:var(--accent);color:#fff;font-weight:600}.button-primary:disabled{opacity:.6;cursor:default}.error-text{color:#b42318;font-size:13px;margin:0 0 12px}.structure{display:flex;flex-direction:column;height:100%;min-height:0}.toolbar{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--surface)}.toolbar__title{font-size:18px;font-weight:650;margin:0;letter-spacing:-.01em}.toolbar__meta{color:var(--text-muted);font-size:13px}.toolbar__spacer{flex:1}.toolbar__search{width:240px;padding:7px 11px;border:1px solid var(--border);border-radius:8px;font:inherit}.toolbar__button{padding:7px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.toolbar__button:hover{background:var(--surface-muted)}.canvas{flex:1;min-height:0;position:relative;overflow:hidden;cursor:grab;background-color:var(--bg);background-image:radial-gradient(circle,#dcdfe4 1px,transparent 1px);background-size:24px 24px}.canvas--panning{cursor:grabbing}.node{cursor:pointer}.node__box{fill:var(--surface);stroke:var(--border);stroke-width:1}.node--root .node__box{fill:#1f2a44;stroke:#1f2a44}.node--root .node__title,.node--root .node__meta{fill:#fff}.node--selected .node__box{stroke:var(--accent);stroke-width:2.5}.node--match .node__box{fill:#fff6d8;stroke:#eab308;stroke-width:2}.node__title{font-size:15px;font-weight:600;fill:var(--text)}.node__meta{font-size:12.5px;fill:var(--text-muted)}.node__toggle-bg{fill:var(--surface);stroke:var(--border)}.node__toggle-text{font-size:12px;font-weight:700;fill:var(--text-muted);text-anchor:middle}.edge{fill:none;stroke:#c3c8d0;stroke-width:1.6}.panel{position:absolute;top:0;right:0;bottom:0;width:330px;background:var(--surface);border-left:1px solid var(--border);box-shadow:-8px 0 24px #1018280f;display:flex;flex-direction:column}.panel__header{padding:18px 18px 14px;border-bottom:1px solid var(--border)}.panel__title{margin:0 0 4px;font-size:16px}.panel__subtitle{color:var(--text-muted);font-size:13px}.panel__close{float:right;border:none;background:none;color:var(--text-muted);font-size:18px;line-height:1;padding:0}.panel__list{overflow-y:auto;padding:8px 0}.person{display:flex;gap:10px;align-items:center;padding:8px 18px}.person__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--surface-muted);flex:none}.person__avatar--placeholder{display:grid;place-items:center;font-size:13px;font-weight:600;color:var(--text-muted)}.person__name{font-weight:550;font-size:14px}.person__position{color:var(--text-muted);font-size:12.5px}.state{padding:40px;color:var(--text-muted)}.people-page{padding:20px;overflow-y:auto}.people-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-top:16px}.person-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px;display:flex;gap:12px;align-items:center}.detail-page{padding:24px 28px 48px;overflow-y:auto;max-width:760px;width:100%}.page-title{font-size:22px;margin:0 0 18px;letter-spacing:-.01em}.back-link{display:inline-block;color:var(--text-muted);text-decoration:none;font-size:13px;margin-bottom:18px}.back-link:hover{color:var(--accent)}.profile__head{display:flex;gap:18px;align-items:center;margin-bottom:22px}.profile__avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;flex:none;background:var(--surface-muted)}.profile__avatar--placeholder{display:grid;place-items:center;font-size:26px;font-weight:600;color:var(--text-muted)}.profile__name{margin:0 0 4px;font-size:22px;letter-spacing:-.01em}.profile__position{color:var(--text);font-size:14px}.profile__department{color:var(--text-muted);font-size:13px;margin-top:2px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px;margin-bottom:14px}.card__title{margin:0 0 10px;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.card__text{margin:0;line-height:1.55;white-space:pre-wrap}.card__text--muted{color:var(--text-muted)}.contacts{margin:0}.contacts__row{display:flex;gap:12px;padding:5px 0}.contacts__label{width:96px;flex:none;color:var(--text-muted);font-size:13px}.contacts__value{margin:0}.contacts__value a{color:var(--accent);text-decoration:none}.contacts__value a:hover{text-decoration:underline}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{background:var(--surface-muted);border-radius:999px;padding:5px 11px;font-size:13px}.feed-page{padding:24px 28px 48px;overflow-y:auto;max-width:760px;width:100%}.feed{display:flex;flex-direction:column;gap:12px}.feed__item{display:block;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px;text-decoration:none;color:inherit}.feed__item:hover{border-color:var(--accent)}.feed__date{color:var(--text-muted);font-size:12.5px;margin-bottom:6px}.feed__title{margin:0 0 8px;font-size:16px;line-height:1.35}.feed__preview{margin:0;color:var(--text-muted);font-size:13.5px;line-height:1.5;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post__title{margin:0 0 6px;font-size:24px;line-height:1.25;letter-spacing:-.01em}.post__meta{color:var(--text-muted);font-size:13px;margin-bottom:20px}.post__body{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;line-height:1.6;white-space:pre-wrap}.person,.person-card{text-decoration:none;color:inherit}.person:hover,.person-card:hover{background:var(--surface-muted)}.person-card:hover{border-color:var(--accent)}button.back-link{background:none;border:none;padding:0;font:inherit}.node__head{font-size:12.5px;fill:var(--text)}.node__head--empty{fill:#a3a9b3;font-style:italic}.node__head-stub{fill:var(--surface-muted);stroke:var(--border)}.node--root .node__head{fill:#e6ebf5}.node--root .node__head--empty{fill:#97a1b5}.node__head-initials{font-size:8px;font-weight:600;fill:var(--text-muted);text-anchor:middle}.print-sheet{display:none}@media print{.sidebar,.toolbar,.canvas,.panel{display:none!important}.app{display:block}.structure{display:block;height:auto}.print-sheet{display:block;break-inside:avoid}.print-sheet__header{margin-bottom:8mm}.print-sheet__title{font-size:16pt;font-weight:650}.print-sheet__meta{font-size:9pt;color:#555;margin-top:2mm}.print-sheet__diagram{display:block;width:100%;height:auto;max-height:80vh}.node__box{fill:#fff;stroke:#b9bfc9}.node--root .node__box{fill:#1f2a44;stroke:#1f2a44;-webkit-print-color-adjust:exact;print-color-adjust:exact}.edge{stroke:#8a919c}.node__toggle:not(.node__toggle--collapsed){display:none}}.node__title--compact{font-size:13px}.node__head--compact{font-size:11.5px;fill:var(--text-muted)}.toolbar__select{padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font:inherit;color:var(--text)}
