:root{--tp-bg: #F4F6FA;--tp-surface: #FFFFFF;--tp-surface-2: #F9FAFB;--tp-border: #E5E8EE;--tp-radius: 12px;--tp-radius-sm: 8px;--tp-shadow: 0 1px 2px rgba(17, 24, 39, .04), 0 2px 8px rgba(17, 24, 39, .06);--tp-shadow-lg: 0 8px 24px rgba(17, 24, 39, .12);--tp-primary: #2563EB;--tp-primary-hover: #1D4ED8;--tp-primary-ink: #1E3A8A;--tp-primary-soft: #DBEAFE;--tp-text: #1F2937;--tp-text-secondary: #6B7280;--tp-heading: #111827;--tp-gray-bg: #E5E7EB;--tp-gray-fg: #374151;--tp-blue-bg: #DBEAFE;--tp-blue-fg: #1E3A8A;--tp-green: #16A34A;--tp-green-bg: #DCFCE7;--tp-green-fg: #166534;--tp-amber-bg: #FEF3C7;--tp-amber-fg: #92400E;--tp-red: #DC2626;--tp-red-bg: #FEE2E2;--tp-red-fg: #991B1B;--tp-brand-bg: #0E1116;--tp-gold: #D4AF37;--tp-focus-ring: 0 0 0 3px rgba(37, 99, 235, .45);--tp-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--tp-space-1: 4px;--tp-space-2: 8px;--tp-space-3: 12px;--tp-space-4: 16px;--tp-space-5: 24px;--tp-space-6: 32px}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--tp-font);font-size:15px;line-height:1.55;color:var(--tp-text);background:var(--tp-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0 0 var(--tp-space-3);color:var(--tp-heading);line-height:1.3;font-weight:650}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{margin:0 0 var(--tp-space-3)}a{color:var(--tp-primary);text-decoration:none}a:hover{color:var(--tp-primary-hover);text-decoration:underline}ul,ol{margin:0 0 var(--tp-space-3);padding-left:1.25rem}img{max-width:100%;display:block}button{font-family:inherit}:focus-visible{outline:none;box-shadow:var(--tp-focus-ring);border-radius:var(--tp-radius-sm)}.tp-muted{color:var(--tp-text-secondary)}.tp-row{display:flex;align-items:center;gap:var(--tp-space-3)}.tp-col{display:flex;flex-direction:column;gap:var(--tp-space-3)}.tp-grow{flex:1 1 auto}.tp-stack>*+*{margin-top:var(--tp-space-4)}.tp-grid{display:grid;gap:var(--tp-space-4)}.tp-center{display:flex;align-items:center;justify-content:center}.tp-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-page{max-width:1120px;margin:0 auto;padding:var(--tp-space-5) var(--tp-space-5) var(--tp-space-6)}.tp-card{background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:var(--tp-radius);box-shadow:var(--tp-shadow);padding:var(--tp-space-5)}.tp-card__title{margin:0 0 var(--tp-space-1);font-size:1.05rem}.tp-card__sub{margin:0 0 var(--tp-space-3);color:var(--tp-text-secondary);font-size:.9rem}.tp-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--tp-space-2);padding:9px 16px;border-radius:var(--tp-radius-sm);border:1px solid transparent;background:var(--tp-primary);color:#fff;font-size:.95rem;font-weight:550;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.tp-btn:hover{background:var(--tp-primary-hover);text-decoration:none;color:#fff}.tp-btn:disabled{opacity:.55;cursor:not-allowed}.tp-btn--secondary{background:var(--tp-surface);color:var(--tp-text);border-color:var(--tp-border)}.tp-btn--secondary:hover{background:var(--tp-surface-2);color:var(--tp-text)}.tp-btn--ghost{background:transparent;color:var(--tp-primary)}.tp-btn--ghost:hover{background:var(--tp-primary-soft);color:var(--tp-primary-ink)}.tp-btn--danger{background:var(--tp-red)}.tp-btn--danger:hover{background:var(--tp-red-fg)}.tp-btn--sm{padding:5px 10px;font-size:.85rem}.tp-btn--block{width:100%}.tp-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:999px;font-size:.78rem;font-weight:600;line-height:1.6;background:var(--tp-gray-bg);color:var(--tp-gray-fg)}.tp-badge--gray{background:var(--tp-gray-bg);color:var(--tp-gray-fg)}.tp-badge--blue{background:var(--tp-blue-bg);color:var(--tp-blue-fg)}.tp-badge--green{background:var(--tp-green-bg);color:var(--tp-green-fg)}.tp-badge--amber{background:var(--tp-amber-bg);color:var(--tp-amber-fg)}.tp-badge--red{background:var(--tp-red-bg);color:var(--tp-red-fg)}.tp-progress{display:flex;align-items:center;gap:var(--tp-space-3)}.tp-progress__track{flex:1 1 auto;height:8px;border-radius:999px;background:var(--tp-gray-bg);overflow:hidden}.tp-progress__fill{height:100%;border-radius:999px;background:var(--tp-primary);transition:width .3s ease}.tp-progress__fill--done{background:var(--tp-green)}.tp-progress__value{flex:0 0 auto;min-width:38px;text-align:right;font-size:.82rem;font-weight:600;color:var(--tp-text-secondary);font-variant-numeric:tabular-nums}.tp-field{display:flex;flex-direction:column;gap:6px}.tp-field__label{font-size:.85rem;font-weight:600;color:var(--tp-heading)}.tp-field__hint{font-size:.8rem;color:var(--tp-text-secondary)}.tp-field__error{font-size:.8rem;color:var(--tp-red)}.tp-input,.tp-textarea,.tp-select{width:100%;padding:9px 12px;font:inherit;color:var(--tp-text);background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);transition:border-color .15s ease,box-shadow .15s ease}.tp-input:focus,.tp-textarea:focus,.tp-select:focus{border-color:var(--tp-primary);box-shadow:var(--tp-focus-ring);outline:none}.tp-textarea{min-height:96px;resize:vertical}.tp-toggle{position:relative;display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.tp-toggle input{position:absolute;opacity:0;width:0;height:0}.tp-toggle__track{width:40px;height:22px;border-radius:999px;background:var(--tp-gray-bg);transition:background-color .2s ease;flex:0 0 auto}.tp-toggle__thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .2s ease}.tp-toggle input:checked+.tp-toggle__track{background:var(--tp-primary)}.tp-toggle input:checked+.tp-toggle__track+.tp-toggle__thumb{transform:translate(18px)}.tp-toggle input:focus-visible+.tp-toggle__track{box-shadow:var(--tp-focus-ring)}.tp-toggle--disabled{opacity:.55;cursor:not-allowed}.tp-table-wrap{overflow-x:auto;border:1px solid var(--tp-border);border-radius:var(--tp-radius);background:var(--tp-surface)}.tp-table{width:100%;border-collapse:collapse;font-size:.92rem}.tp-table th,.tp-table td{text-align:left;padding:11px 14px;border-bottom:1px solid var(--tp-border);vertical-align:middle}.tp-table thead th{background:var(--tp-surface-2);color:var(--tp-text-secondary);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}.tp-table tbody tr:last-child td{border-bottom:none}.tp-table tbody tr:hover{background:var(--tp-surface-2)}.tp-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--tp-primary-soft);color:var(--tp-primary-ink);font-weight:650;flex:0 0 auto;overflow:hidden}.tp-topbar{display:flex;align-items:center;gap:var(--tp-space-4);height:60px;flex-shrink:0;padding:0 var(--tp-space-5);background:var(--tp-surface);border-bottom:1px solid var(--tp-border);position:sticky;top:0;z-index:20}.tp-topbar>.tp-logo,.tp-topbar>.tp-logo-link{flex:0 0 auto}.tp-topbar__nav{display:flex;align-items:center;gap:6px;flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.tp-topbar__nav::-webkit-scrollbar{display:none}.tp-topbar__link{padding:7px 9px;border-radius:var(--tp-radius-sm);color:var(--tp-text-secondary);font-weight:550;font-size:.92rem;white-space:nowrap}.tp-topbar__link:hover{background:var(--tp-surface-2);color:var(--tp-text);text-decoration:none}.tp-topbar__link--active{background:var(--tp-primary-soft);color:var(--tp-primary-ink)}.tp-topbar__user{display:flex;align-items:center;gap:10px;flex:0 0 auto}.tp-topbar__user-name{font-weight:600;font-size:.9rem;line-height:1.2;white-space:nowrap}.tp-topbar__user-role{color:var(--tp-text-secondary);font-size:.78rem;line-height:1.2}.tp-topbar__right{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.tp-topbar__burger{display:none;margin-left:auto;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:var(--tp-text);border-radius:var(--tp-radius-sm);cursor:pointer}.tp-topbar__burger:hover{background:var(--tp-surface-2)}.tp-topbar__backdrop{position:fixed;top:60px;right:0;bottom:0;left:0;background:#0f172a66;z-index:18}.tp-topbar__sheet{position:absolute;top:60px;left:0;right:0;z-index:19;display:flex;flex-direction:column;gap:var(--tp-space-2);padding:var(--tp-space-4);background:var(--tp-surface);border-bottom:1px solid var(--tp-border);box-shadow:var(--tp-shadow)}.tp-topbar__sheet-nav{display:flex;flex-direction:column;gap:2px}.tp-topbar__sheet-nav .tp-topbar__link{padding:11px 12px;font-size:.98rem}.tp-topbar__sheet-user{display:flex;align-items:center;gap:10px;margin-top:var(--tp-space-2);padding-top:var(--tp-space-3);border-top:1px solid var(--tp-border)}.tp-topbar__sheet-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:var(--tp-space-2);padding-top:var(--tp-space-3);border-top:1px solid var(--tp-border)}@media (max-width: 1500px){.tp-topbar__user-meta{display:none}}@media (max-width: 1024px){.tp-topbar__nav,.tp-topbar__user,.tp-topbar__right{display:none}.tp-topbar__burger{display:inline-flex}}.tp-sidenav{display:flex;flex-direction:column;gap:2px;padding:var(--tp-space-4);width:232px;flex:0 0 auto}.tp-sidenav__link{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--tp-radius-sm);color:var(--tp-text-secondary);font-weight:550;font-size:.92rem}.tp-sidenav__link:hover{background:var(--tp-surface);color:var(--tp-text);text-decoration:none}.tp-sidenav__link--active{background:var(--tp-surface);color:var(--tp-primary-ink);box-shadow:var(--tp-shadow)}.tp-brand-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--tp-brand-bg);color:#e5e7eb;padding:var(--tp-space-5)}.tp-brand-card{width:100%;max-width:380px;background:#ffffff08;border:1px solid rgba(212,175,55,.25);border-radius:var(--tp-radius);padding:var(--tp-space-6);text-align:center}.tp-brand-card h1{color:var(--tp-gold)}.tp-logo{display:inline-flex;align-items:center;gap:9px;font-weight:800;white-space:nowrap}.tp-logo-link{display:inline-flex;align-items:center;text-decoration:none;border-radius:var(--tp-radius-sm);cursor:pointer}.tp-logo-link:hover{opacity:.85}.tp-logo-link:focus-visible{outline:2px solid var(--tp-primary);outline-offset:2px}.tp-logo__img{height:30px;width:auto;display:block}.tp-logo__text{color:var(--tp-heading);font-size:1.02rem;letter-spacing:.01em}.tp-logo__accent{color:var(--tp-gold)}.tp-logo--dark .tp-logo__text{color:#fff}.tp-spinner{display:inline-block;border:2.5px solid var(--tp-gray-bg);border-top-color:var(--tp-primary);border-radius:50%;animation:tp-spin .7s linear infinite}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp-empty{text-align:center;color:var(--tp-text-secondary);padding:var(--tp-space-6) var(--tp-space-5)}.tp-empty__icon{font-size:2rem;margin-bottom:var(--tp-space-2)}.tp-empty__title{color:var(--tp-heading);font-weight:600;margin-bottom:4px}.tp-md{line-height:1.6}.tp-md p:last-child{margin-bottom:0}.tp-md ul,.tp-md ol{margin:var(--tp-space-2) 0}.tp-md strong{font-weight:700;color:var(--tp-heading)}.tp-md code{background:var(--tp-surface-2);border:1px solid var(--tp-border);border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em}.tp-source-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;background:var(--tp-surface-2);border:1px solid var(--tp-border);color:var(--tp-text-secondary);font-size:.78rem;font-weight:550;max-width:100%}.tp-source-chip__ref{color:var(--tp-primary-ink);font-weight:650}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.adm-shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.adm-side{background:var(--tp-brand-bg);color:#cbd2dc;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.adm-side__brand{display:flex;align-items:center;gap:10px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.adm-side__brand img{height:30px;width:auto}.adm-side__brand-text{font-weight:700;line-height:1.1;color:#fff;font-size:.95rem}.adm-side__brand-text small{display:block;color:var(--tp-gold);font-weight:600;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.adm-side__scroll{flex:1 1 auto;padding:12px 12px 20px}.adm-side__group{margin-top:18px}.adm-side__group:first-child{margin-top:6px}.adm-side__group-title{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#6b7585;font-weight:700;padding:0 12px;margin-bottom:6px}.adm-navlink{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--tp-radius-sm);color:#cbd2dc;font-weight:550;font-size:.92rem;margin-bottom:2px}.adm-navlink:hover{background:#ffffff0f;color:#fff;text-decoration:none}.adm-navlink--active{background:var(--tp-primary);color:#fff}.adm-navlink--active:hover{background:var(--tp-primary-hover);color:#fff}.adm-navlink__ico{flex:0 0 auto;width:18px;text-align:center;font-size:.95rem;opacity:.95}.adm-side__foot{padding:14px 16px;border-top:1px solid rgba(255,255,255,.08);font-size:.8rem;color:#8b94a3}.adm-side__foot-user{color:#e5e7eb;font-weight:600}.adm-side__foot-note{margin-top:6px;font-size:.72rem;opacity:.7}.adm-side__logout{margin-top:8px;background:transparent;border:1px solid rgba(255,255,255,.15);color:#cbd2dc;border-radius:var(--tp-radius-sm);padding:6px 12px;cursor:pointer;font:inherit;font-size:.85rem}.adm-side__logout:hover{background:#ffffff14;color:#fff}.adm-main{min-width:0;background:var(--tp-bg)}.adm-topbar{display:flex;align-items:center;gap:var(--tp-space-4);height:60px;padding:0 var(--tp-space-6);background:var(--tp-surface);border-bottom:1px solid var(--tp-border);position:sticky;top:0;z-index:10}.adm-topbar__title{font-size:1.1rem;font-weight:650;color:var(--tp-heading);margin:0}.adm-topbar__sub{color:var(--tp-text-secondary);font-size:.85rem}.adm-content{padding:var(--tp-space-5) var(--tp-space-6) var(--tp-space-6);max-width:1280px}.adm-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--tp-space-4);margin-bottom:var(--tp-space-5);flex-wrap:wrap}.adm-page-head h1{margin:0 0 2px;font-size:1.4rem}.adm-page-head p{margin:0;color:var(--tp-text-secondary)}.gate{min-height:100vh;display:grid;grid-template-columns:380px 1fr}@media (max-width: 760px){.gate{grid-template-columns:1fr}.gate__aside{display:none}}.gate__aside{background:var(--tp-brand-bg);color:#cbd2dc;padding:40px 36px;display:flex;flex-direction:column}.gate__brand{display:flex;align-items:center;gap:12px;margin-bottom:40px}.gate__brand img{height:40px}.gate__brand-text{font-weight:700;font-size:1.15rem;color:var(--tp-gold)}.gate__aside h2{color:#fff;font-size:1.25rem;margin-bottom:8px}.gate__aside-lead{color:#9aa3b2;font-size:.92rem;margin-bottom:28px}.gate__feature{display:flex;gap:12px;padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}.gate__feature-ico{flex:0 0 auto;width:34px;height:34px;border-radius:9px;background:#d4af371f;color:var(--tp-gold);display:flex;align-items:center;justify-content:center;font-size:1.05rem}.gate__feature-title{color:#e5e7eb;font-weight:600;font-size:.92rem}.gate__feature-desc{color:#8b94a3;font-size:.82rem}.gate__aside-foot{margin-top:auto;color:#6b7585;font-size:.78rem}.gate__panel{display:flex;align-items:center;justify-content:center;padding:var(--tp-space-6);background:var(--tp-bg)}.gate__card{width:100%;max-width:420px}.gate__step{background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:var(--tp-radius);box-shadow:var(--tp-shadow);padding:var(--tp-space-5);margin-bottom:var(--tp-space-4)}.gate__step--locked{opacity:.6}.gate__step-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--tp-primary-soft);color:var(--tp-primary-ink);font-weight:700;font-size:.85rem;margin-right:10px}.gate__step-num--done{background:var(--tp-green-bg);color:var(--tp-green-fg)}.gate__step-head{display:flex;align-items:center;margin-bottom:var(--tp-space-4)}.gate__step-head h3{margin:0;font-size:1rem}.gate__ok{display:flex;align-items:center;gap:8px;background:var(--tp-green-bg);color:var(--tp-green-fg);border-radius:var(--tp-radius-sm);padding:10px 14px;font-weight:600;font-size:.9rem}.gate__note{display:flex;gap:8px;align-items:center;color:var(--tp-text-secondary);font-size:.82rem;margin-top:var(--tp-space-2)}.gate__err{background:var(--tp-red-bg);color:var(--tp-red-fg);border-radius:var(--tp-radius-sm);padding:9px 12px;font-size:.86rem;margin-bottom:var(--tp-space-3)}.builder{display:grid;grid-template-columns:340px 1fr;gap:var(--tp-space-5);align-items:start}@media (max-width: 960px){.builder{grid-template-columns:1fr}}.builder__tree{position:sticky;top:76px}.tree-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--tp-space-3)}.tree-head h3{margin:0;font-size:.95rem}.tree-module{margin-bottom:var(--tp-space-3);border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);overflow:hidden}.tree-module__head{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--tp-surface-2);font-weight:600;font-size:.88rem}.tree-module__head .tp-grow{cursor:default}.tree-lesson{padding:6px 10px 6px 16px}.tree-lesson__title{font-size:.84rem;font-weight:600;color:var(--tp-text-secondary);display:flex;align-items:center;gap:6px;padding:4px 0}.tree-step{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:var(--tp-radius-sm);margin:2px 0 2px 14px;cursor:pointer;border:1px solid transparent;font-size:.86rem}.tree-step:hover{background:var(--tp-surface-2)}.tree-step--active{background:var(--tp-primary-soft);border-color:var(--tp-primary);color:var(--tp-primary-ink);font-weight:600}.tree-step__ico{flex:0 0 auto;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:5px;background:var(--tp-surface);border:1px solid var(--tp-border);font-size:.8rem}.tree-step__title{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-ordbtn{border:none;background:transparent;color:var(--tp-text-secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;padding:4px 6px;border-radius:6px;font-size:.9rem;line-height:1}.tree-ordbtn:hover{background:var(--tp-gray-bg);color:var(--tp-text)}.tree-ordbtn:disabled{opacity:.3;cursor:not-allowed}.tree-ordbtn--del{margin-left:4px}.tree-ordbtn--del:hover{background:var(--tp-red-bg, #fde8e8);color:var(--tp-red-fg, #b42318)}.typeswitch{display:inline-flex;gap:4px;background:var(--tp-surface-2);border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);padding:4px}.typeswitch button{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;border-radius:6px;padding:6px 12px;cursor:pointer;font:inherit;font-size:.88rem;font-weight:550;color:var(--tp-text-secondary)}.typeswitch button:hover{color:var(--tp-text)}.typeswitch button[aria-pressed=true]{background:var(--tp-surface);color:var(--tp-primary-ink);box-shadow:var(--tp-shadow);font-weight:650}.opt-row{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);background:var(--tp-surface);margin-bottom:8px}.opt-row--correct{border-color:var(--tp-green);background:var(--tp-green-bg)}.opt-row input[type=text]{flex:1 1 auto}.opt-correct{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;color:var(--tp-text-secondary);white-space:nowrap;cursor:pointer}.builder__foot{display:flex;align-items:center;justify-content:space-between;gap:var(--tp-space-4);margin-top:var(--tp-space-5);padding-top:var(--tp-space-4);border-top:1px solid var(--tp-border);flex-wrap:wrap}.save-state{display:inline-flex;align-items:center;gap:7px;color:var(--tp-text-secondary);font-size:.85rem}.save-state--saved{color:var(--tp-green-fg)}.adm-course-grid .tp-card{display:flex;flex-direction:column}.adm-course-grid .tp-card>.tp-btn:last-child{margin-top:auto}.people{display:grid;grid-template-columns:1fr;gap:var(--tp-space-5);align-items:start}.people>*{min-width:0}.people>:last-child{max-width:460px}.adm-content:has(.people){max-width:1700px}@media (min-width: 1760px){.people{grid-template-columns:minmax(0,1fr) 380px}.people>:last-child{max-width:none;position:sticky;top:var(--tp-space-5)}}.tabs{display:inline-flex;gap:2px;border-bottom:1px solid var(--tp-border);margin-bottom:var(--tp-space-4)}.tabs button{border:none;background:transparent;padding:9px 16px;cursor:pointer;font:inherit;font-size:.92rem;font-weight:550;color:var(--tp-text-secondary);border-bottom:2px solid transparent;margin-bottom:-1px}.tabs button:hover{color:var(--tp-text)}.tabs button[aria-selected=true]{color:var(--tp-primary-ink);border-bottom-color:var(--tp-primary);font-weight:650}.person-card__section{margin-top:var(--tp-space-4);padding-top:var(--tp-space-4);border-top:1px solid var(--tp-border)}.person-card__section-title{font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:var(--tp-text-secondary);margin-bottom:var(--tp-space-3)}.ai-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--tp-space-3);padding:10px 0}.ai-toggle-row__txt strong{display:block;color:var(--tp-heading);font-size:.9rem}.ai-toggle-row__txt span{color:var(--tp-text-secondary);font-size:.8rem}.kv{display:flex;justify-content:space-between;gap:var(--tp-space-3);padding:5px 0;font-size:.9rem}.kv__k{color:var(--tp-text-secondary)}.kv__v{color:var(--tp-text);font-weight:550;text-align:right}.course-pos-row{display:flex;align-items:center;gap:var(--tp-space-3);padding:8px 0}.course-pos-row__title{flex:1 1 auto;font-size:.88rem}.toolbar{display:flex;align-items:center;gap:var(--tp-space-3);margin-bottom:var(--tp-space-4);flex-wrap:wrap}.toolbar .tp-input{max-width:280px}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--tp-space-4)}.metric{background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:var(--tp-radius);box-shadow:var(--tp-shadow);padding:var(--tp-space-4) var(--tp-space-5)}.metric__value{font-size:1.7rem;font-weight:700;color:var(--tp-heading);font-variant-numeric:tabular-nums}.metric__label{color:var(--tp-text-secondary);font-size:.85rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:flex;align-items:center;justify-content:center;padding:var(--tp-space-5);z-index:50}.modal{background:var(--tp-surface);border-radius:var(--tp-radius);box-shadow:var(--tp-shadow-lg);width:100%;max-width:480px;padding:var(--tp-space-5)}.modal h3{margin-top:0}.row-name{display:flex;align-items:center;gap:10px}.row-name__txt strong{display:block;font-size:.92rem}.row-name__txt span{color:var(--tp-text-secondary);font-size:.8rem}.full-center{min-height:60vh;display:flex;align-items:center;justify-content:center}.doc-item{display:flex;align-items:center;gap:var(--tp-space-3);padding:12px 0;border-bottom:1px solid var(--tp-border)}.doc-item:last-child{border-bottom:none}.doc-item__ico{flex:0 0 auto;width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;background:var(--tp-primary-soft);color:var(--tp-primary-ink)}
