:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f7f6;color:#17211f;letter-spacing:0}*{box-sizing:border-box}body{margin:0;min-width:320px;padding-bottom:42px}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.58}.shell{min-height:100vh;display:grid;grid-template-columns:232px minmax(0,1fr)}.sidebar{background:#102320;color:#eef8f2;padding:20px 14px;display:flex;flex-direction:column;gap:8px}.brand{height:52px;display:flex;align-items:center;gap:10px;padding:0 10px 14px;font-weight:800;font-size:18px}.brand img{width:42px;height:30px;object-fit:contain;display:block}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px 24px 72px;background:#f4f7f6}.login-panel{width:min(440px,100%);border:1px solid #dfe8e5;border-radius:8px;background:#fff;padding:30px;box-shadow:0 18px 40px #1023201a}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:#102320;font-weight:800}.login-brand img{width:88px;height:56px;object-fit:contain;display:block}.login-panel h1{margin:0 0 8px;font-size:30px;line-height:1.15}.login-panel p{margin:0 0 20px;color:#60736d}.login-panel button{width:100%}.nav{height:42px;border:0;border-radius:7px;background:transparent;color:#bed2ca;display:flex;align-items:center;gap:10px;padding:0 12px;text-align:left}.nav.active,.nav:hover{background:#d6f36b;color:#102320}.main{padding:22px 22px 72px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px}.topbar h1{margin:0;font-size:28px;line-height:1.15}.topbar p{margin:6px 0 0;color:#60736d;font-size:13px}.top-actions{display:flex;gap:8px;align-items:center}input,select,textarea{min-height:38px;border:1px solid #ccd8d4;border-radius:7px;padding:8px 10px;background:#fff;color:#17211f;min-width:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#60736d 50%),linear-gradient(135deg,#60736d 50%,transparent 50%);background-position:calc(100% - 17px) 16px,calc(100% - 12px) 16px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:32px;text-overflow:ellipsis}button{min-height:38px;border:0;border-radius:7px;background:#0b6f6a;color:#fff;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}button.secondary{background:#374151}.icon-button{width:40px;padding:0;background:#17211f}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:14px}.metrics div{background:#fff;border:1px solid #dfe8e5;border-left:5px solid #0b6f6a;border-radius:8px;padding:13px 14px;min-height:76px}.metrics span{display:block;color:#60736d;font-size:13px;margin-bottom:6px}.metrics strong{font-size:28px}.alert{min-height:40px;border-radius:7px;padding:10px 12px;margin-bottom:12px;display:flex;align-items:center;gap:8px;overflow-wrap:anywhere}.alert.error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.alert.success{background:#ecfdf5;color:#065f46;border:1px solid #bbf7d0}.alert.secret{background:#fff7ed;color:#7c2d12;border:1px solid #fed7aa}.workspace{display:grid;gap:14px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-heading h2{margin:0 0 4px;font-size:24px;line-height:1.2}.page-heading p{margin:0;color:#60736d}.page-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.guide-button{width:38px;min-height:38px;padding:0;border:1px solid #bfd4cf;background:#f4faf8;color:#0b6f6a}.guide-button:hover{background:#e6f5f2}.list-card{padding:0}.list-toolbar{display:flex;gap:10px;align-items:center;padding:14px;border-bottom:1px solid #e5ece9}.search-box{min-height:40px;border:1px solid #ccd8d4;border-radius:7px;background:#fff;color:#60736d;display:flex;align-items:center;gap:8px;padding:0 10px;flex:1}.search-box input{min-height:36px;border:0;padding:0;width:100%;outline:none}.person-cell,.named-cell{display:flex;align-items:center;gap:10px;min-width:0}textarea{resize:vertical;line-height:1.4}.person-cell span:last-child,.stacked-text{display:grid;min-width:0}.person-cell small,.stacked-text small{color:#60736d;font-size:12px}.avatar-chip{width:36px;height:36px;border-radius:999px;display:inline-grid;place-items:center;background:#dbeafe;color:#0b4f81;font-weight:800;font-size:12px;flex:0 0 auto}.code-badge{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;border:1px solid #ccd8d4;padding:2px 9px;background:#f8faf9;font-size:12px;font-weight:700}.empty-row{min-height:120px;display:grid;place-items:center;color:#60736d}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#10232073;display:grid;place-items:center;padding:18px}.modal-panel{width:min(460px,100%);max-height:min(760px,calc(100dvh - 32px));overflow:hidden;background:#fff;border:1px solid #dfe8e5;border-radius:8px;box-shadow:0 22px 60px #1023203d;display:flex;flex-direction:column}.wide-modal{width:min(840px,100%)}.guide-modal{width:min(680px,100%)}.modal-body{min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:14px 16px;display:grid;gap:10px}.modal-form-body{align-items:start}.guide-body{gap:14px}.guide-intro{margin:0;color:#41534e;line-height:1.6}.guide-section{border:1px solid #e5ece9;border-radius:8px;padding:12px 14px;background:#f8faf9}.guide-section h3{margin:0 0 8px;font-size:14px;color:#17211f}.guide-section ol,.guide-section ul{margin:0;padding-left:20px;color:#41534e;line-height:1.6}.guide-section li+li{margin-top:6px}.wide-modal-body{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;row-gap:10px}.import-modal{width:min(1160px,100%)}.import-modal-body{gap:14px}.import-modal-grid{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:18px;align-items:start}.import-template-list,.import-check-panel{min-width:0}.import-check-panel{overflow:auto;border-left:1px solid #e5ece9;padding-left:18px}.import-template-list h3,.import-check-panel h3{margin:0 0 10px;font-size:14px;color:#41534e}.import-file-name{margin:0 0 10px;color:#60736d;font-size:12px;overflow-wrap:anywhere}.modal-header,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.modal-panel>.modal-header{padding:14px 16px;border-bottom:1px solid #e5ece9;background:#fff;box-shadow:0 6px 16px #1023200f;flex:0 0 auto}.modal-panel>.modal-actions{padding:12px 16px;border-top:1px solid #e5ece9;background:#fff;box-shadow:0 -8px 18px #10232014;flex:0 0 auto}.modal-header h2{margin:0;display:flex;align-items:center;gap:8px;font-size:18px}.ghost-icon{width:36px;min-height:36px;padding:0;background:#eef3f1;color:#17211f}.two-column{grid-template-columns:minmax(280px,380px) minmax(0,1fr)}.panel{background:#fff;border:1px solid #dfe8e5;border-radius:8px;padding:16px;min-width:0}.panel h2{margin:0 0 14px;font-size:17px;display:flex;align-items:center;gap:8px}.form-grid{display:grid;gap:10px;align-self:start}.table-panel{overflow:auto}.span-2{grid-column:1 / -1}table{width:100%;border-collapse:collapse;font-size:14px}th,td{border-bottom:1px solid #e5ece9;padding:10px 8px;text-align:left;vertical-align:middle}th{color:#60736d;font-weight:700;background:#f8faf9}.row-actions{display:flex;gap:6px;justify-content:flex-end}.row-actions button{width:32px;height:32px;min-height:32px;padding:0;background:#e7ece9;color:#17211f}.status{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:2px 9px;font-size:12px;font-weight:700}.status.active{background:#d1fae5;color:#065f46}.status.probation{background:#dbeafe;color:#1e40af}.status.leave{background:#fef3c7;color:#92400e}.status.terminated{background:#fee2e2;color:#991b1b}.status.draft{background:#e5e7eb;color:#374151}.status.expired{background:#fef3c7;color:#92400e}.current-contract{margin-left:6px;border-color:#99f6e4;background:#ccfbf1;color:#115e59}.split-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.split-list ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.split-list li{min-height:42px;border:1px solid #e5ece9;border-radius:7px;padding:9px 10px;display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px}.split-list span{min-width:0;overflow-wrap:anywhere}@media(max-width:980px){.shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:2;flex-direction:row;overflow-x:auto;padding:10px}.brand{height:42px;padding:0 12px}.nav{flex:0 0 auto}.main{padding:14px}.topbar,.top-actions,.page-heading{align-items:stretch;flex-direction:column}.list-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.list-toolbar .search-box{grid-column:1 / -1}.page-actions{justify-content:flex-start}.wide-modal-body,.import-modal-grid{grid-template-columns:1fr}.import-check-panel{border-left:0;border-top:1px solid #e5ece9;padding-left:0;padding-top:14px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.two-column{grid-template-columns:1fr}}@media(max-width:560px){.metrics,.split-list{grid-template-columns:1fr}th,td{padding:8px 6px}}.bulk-actions{display:flex;flex-wrap:wrap;gap:8px}.file-button{min-height:38px;border-radius:7px;background:#0b6f6a;color:#fff;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;cursor:pointer}.file-button input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.compact-table{font-size:13px}.progress-track{height:10px;border-radius:999px;background:#e5ece9;overflow:hidden;margin-bottom:14px}.progress-fill{height:100%;border-radius:999px;background:#0b6f6a;transition:width .16s ease}.progress-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:14px}.progress-grid div{border:1px solid #e5ece9;border-radius:7px;padding:9px 10px;background:#f8faf9}.progress-grid span{display:block;color:#60736d;font-size:12px;margin-bottom:4px}.progress-grid strong{font-size:20px}.empty-state{min-height:120px;display:grid;place-items:center;color:#60736d;border:1px dashed #ccd8d4;border-radius:8px}@media(max-width:700px){.progress-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.segmented{display:flex;gap:8px;flex-wrap:wrap}.segmented button.active{background:#0b6f6a}.checkbox-list{display:grid;gap:8px;border:1px solid #e5ece9;border-radius:8px;padding:10px;background:#f8faf9}.checkbox-list label{display:flex;align-items:center;gap:8px;min-height:28px}.checkbox-list input{min-height:auto}.info-panel p{margin:0 0 12px;color:#60736d}.endpoint-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}.endpoint-grid div{border:1px solid #e5ece9;border-radius:7px;padding:10px;background:#f8faf9;display:grid;gap:4px}.endpoint-grid span{color:#60736d;font-size:12px}.endpoint-grid strong{font-size:13px;overflow-wrap:anywhere}.tree-table{min-width:760px}.tree-head,.tree-row{display:grid;grid-template-columns:minmax(280px,1.5fr) minmax(180px,1fr) 90px 120px 96px;align-items:center;gap:10px;border-bottom:1px solid #e5ece9;padding:10px 8px}.tree-head{color:#60736d;font-weight:700;background:#f8faf9}.tree-row{padding-left:calc(8px + var(--depth, 0) * 24px)}.tree-main{display:flex;align-items:center;gap:8px;min-width:0}.tree-main strong{overflow-wrap:anywhere}.level-chip{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:2px 9px;background:#ecfeff;color:#155e75;font-size:12px;font-weight:700}.preview-ok td{background:#f0fdf4}.preview-error td{background:#fff1f2}.preview-skip td{background:#f8fafc;color:#64748b}.preview-warning td{background:#fffbeb}.toast{position:fixed;top:16px;right:16px;z-index:80;width:min(520px,calc(100vw - 32px));min-height:44px;border-radius:8px;padding:11px 42px 11px 12px;display:flex;align-items:flex-start;gap:9px;overflow-wrap:anywhere;box-shadow:0 18px 48px #1023202e}.toast-success{background:#ecfdf5;color:#065f46;border:1px solid #bbf7d0}.toast-error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.toast-secret{background:#fff7ed;color:#7c2d12;border:1px solid #fed7aa}.toast-close{position:absolute;top:8px;right:8px;width:28px;min-height:28px;padding:0;background:transparent;color:currentColor}.support-footer{position:fixed;left:0;right:0;bottom:0;z-index:30;height:40px;border-top:1px solid #dfe8e5;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;color:#60736d;font-size:12px;font-style:italic;text-align:center}.footer-info-button{width:28px;min-height:28px;padding:0;border-radius:999px;background:transparent;color:#0284c7}.footer-info-button:hover{background:#e0f2fe}.support-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#000000b8;display:grid;place-items:center;padding:18px}.support-panel{width:min(448px,100%);border:1px solid #b7c4d0;border-radius:8px;background:#f3f7fb;color:#17211f;padding:24px;box-shadow:0 24px 70px #00000059}.support-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:28px}.support-header h2{margin:0;display:flex;align-items:center;gap:9px;font-size:18px}.support-header h2 svg,.support-lines svg{color:#0284c7}.support-close{width:28px;min-height:28px;padding:0;border:1px solid #7dd3fc;background:#eef8ff;color:#0f5f8f}.support-person{display:grid;gap:2px;margin-bottom:18px}.support-person strong{font-size:16px}.support-person span{font-size:14px}.support-lines{display:grid;gap:12px;margin-bottom:18px}.support-lines a,.support-lines span{display:inline-flex;align-items:center;gap:9px;color:#17211f;text-decoration:none;font-size:14px}.support-lines a{color:#0284c7}.support-panel p{margin:18px 0 0;border-top:1px solid #d4dee7;padding-top:18px;color:#334155;font-size:13px}.modal-actions,.bulk-actions,.top-actions,.row-actions{flex-direction:row;flex-wrap:wrap;align-items:center}.modal-actions button,.bulk-actions button,.bulk-actions .file-button,.top-actions button{margin:0}@media(max-width:980px){.topbar{align-items:stretch;flex-direction:column}.top-actions{align-items:center;flex-direction:row}}@media(max-width:560px){.toast{top:10px;right:10px;width:calc(100vw - 20px)}.support-footer{font-size:10px}}.field{display:grid;gap:6px;min-width:0}.field>span{color:#41534e;font-size:12px;font-weight:700}.required-marker{color:#b91c1c;margin-left:4px}.field small,.form-note,.muted-text{color:#60736d;font-size:12px}.field input,.field select,.field textarea{width:100%}.app-combobox{position:relative;width:100%;min-width:0}.app-combobox-submit{position:absolute;left:12px;bottom:4px;width:1px!important;min-height:1px!important;height:1px;padding:0;border:0;opacity:0;pointer-events:none}.app-combobox-trigger{width:100%;min-height:38px;border:1px solid #ccd8d4;border-radius:7px;background:#fff;color:#17211f;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 32px 8px 10px;text-align:left}.app-combobox-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-combobox-trigger .placeholder{color:#7a8b86;font-weight:400}.app-combobox-trigger:disabled{cursor:not-allowed;background:#f3f7f5;color:#8b9a95}.app-combobox-clear{position:absolute;right:30px;top:50%;transform:translateY(-50%);width:24px;min-height:24px;padding:0;border-radius:999px;background:transparent;color:#60736d}.app-combobox-clear:hover{background:#eef3f1;color:#17211f}.app-combobox-menu{position:fixed;z-index:90;max-width:calc(100vw - 16px);border:1px solid #bfd4cf;border-radius:8px;background:#fff;box-shadow:0 18px 45px #1023202e;overflow:hidden}.app-combobox-search{min-height:40px;display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid #e5ece9;color:#60736d}.app-combobox-search input{flex:1 1 auto;width:100%;min-width:0;min-height:28px;border:0;padding:0;outline:0}.app-combobox-options{max-height:calc(var(--combobox-max-height, 300px) - 58px);overflow:auto;padding:4px}.app-combobox-options button{width:100%;min-height:38px;border-radius:6px;background:transparent;color:#17211f;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;text-align:left}.app-combobox-options button.active,.app-combobox-options button:hover{background:#eef7f4}.app-combobox-options button.selected{color:#075f5b;font-weight:700}.app-combobox-options button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-combobox-options button small{display:block;color:#60736d;font-size:11px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-combobox-empty{padding:14px 10px;color:#60736d;font-size:13px}.subtabs{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid #dfe8e5;padding-bottom:10px}.subtabs button{background:#eef3f1;color:#17211f;min-width:132px}.subtabs button.active{background:#0b6f6a;color:#fff}.pagination{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-top:1px solid #e5ece9;color:#60736d}.pagination-actions{display:flex;align-items:center;gap:8px}.pagination-actions .app-combobox{width:116px;flex:0 0 116px}.pagination-actions strong{color:#17211f;min-width:54px;text-align:center}.pagination .icon-button{width:34px;min-height:34px;background:#17211f}.table-panel table.wide-table{min-width:1180px}.form-note{border:1px solid #dfe8e5;border-radius:7px;background:#f8faf9;padding:10px 12px}.modal-actions,.bulk-actions,.top-actions,.row-actions{display:flex;align-items:center;gap:8px}.modal-actions{justify-content:flex-end}.toast{top:18px;right:18px;width:min(560px,calc(100vw - 36px));animation:toast-fadeout 3s ease forwards}.toast-persistent{animation:none}.toast-content{display:grid;gap:8px;min-width:0;flex:1}.toast-details{width:100%;min-height:180px;max-height:260px;resize:vertical;border:1px solid #fed7aa;border-radius:7px;padding:10px;background:#fff;color:#17211f;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45;white-space:pre}@keyframes toast-fadeout{0%,78%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px);pointer-events:none}}@media(max-width:700px){.pagination,.pagination-actions{align-items:stretch;flex-direction:column}.subtabs button{flex:1 1 150px}}button,input,select,textarea,.file-button{transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.file-button:focus-within,.nav:focus-visible{outline:3px solid rgba(11,111,106,.24);outline-offset:2px}button:hover:not(:disabled),.file-button:hover{filter:brightness(.98)}.panel,.login-panel,.modal-panel{box-shadow:0 10px 30px #1023200f}.table-panel{border-color:#d9e5e1;scrollbar-gutter:stable both-edges}table{min-width:760px}.compact-table{min-width:620px}th{position:sticky;top:0;z-index:1}tbody tr:hover td{background:#f6fbf9}.table-panel table.wide-table{min-width:1240px}.table-panel table.wide-table th,.table-panel table.wide-table td{white-space:nowrap}.table-panel .stacked-text,.table-panel .stacked-text small,.person-cell strong,.named-cell strong{overflow-wrap:anywhere;white-space:normal}.tree-table{min-width:900px}.tree-row{padding-left:8px}.tree-main{padding-left:calc(var(--depth, 0) * 24px)}.top-actions{justify-content:flex-end;flex-wrap:nowrap}.top-actions input{width:min(280px,100%);flex:0 1 250px}.import-template-list{overflow:auto}.import-template-list .compact-table{min-width:100%;table-layout:fixed}.import-template-list .compact-table th,.import-template-list .compact-table td{white-space:normal}.import-template-list .compact-table th:last-child,.import-template-list .compact-table td:last-child{width:112px}.modal-header h2{min-width:0;overflow-wrap:anywhere;line-height:1.25}.modal-header .ghost-icon{flex:0 0 auto}.modal-actions{flex-wrap:wrap}.toast{max-height:min(70vh,520px);overflow:auto}.toast-details{max-width:100%;overflow:auto}.support-footer{min-height:40px;height:auto;flex-wrap:wrap;line-height:1.35;padding:8px 12px}.footer-info-button,.support-header h2 svg,.support-lines svg,.support-lines a{color:#0369a1}@media(max-width:980px){body{padding-bottom:64px}.brand{flex:0 0 170px;min-width:170px;font-size:15px;white-space:nowrap}.top-actions{justify-content:flex-start;flex-wrap:wrap}.top-actions input{width:100%;flex:1 1 220px}.list-toolbar select,.list-toolbar button{width:100%}}@media(max-width:560px){.main{padding:12px 10px 84px}.page-heading h2{font-size:21px}.page-actions>button,.page-actions>.file-button,.modal-actions button{width:100%}.page-actions>.guide-button{width:42px;align-self:flex-start}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.metrics strong{font-size:22px}.modal-backdrop{padding:10px}.modal-panel{max-height:calc(100dvh - 20px)}.modal-panel>.modal-header,.modal-panel>.modal-actions,.modal-body{padding-left:12px;padding-right:12px}.support-footer{justify-content:flex-start;text-align:left}}
