:root{--bg:#f6f8fb;--surface:#fff;--surface2:#f9fbfd;--text:#172033;--muted:#667085;--muted2:#98a2b3;--border:#e5e9f0;--blue:#2563eb;--blue2:#eff6ff;--teal:#0f9f8f;--teal2:#ecfdf8;--red:#dc2626;--red2:#fff1f2;--amber:#b7791f;--amber2:#fff8e6;--violet:#7557d9;--violet2:#f5f3ff;--sidebar:224px;--top:52px;--r:8px;--shadow:0 8px 30px rgba(16,24,40,.08)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);font-size:12px}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.hidden{display:none!important}
.shell{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:40}.brand{height:52px;display:flex;align-items:center;gap:10px;padding:0 13px;border-bottom:1px solid var(--border)}.brandmark{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,var(--blue),var(--teal));display:grid;place-items:center;color:#fff;font-weight:700;font-size:10px}.brand-title{font-weight:700;font-size:13px}.brand-sub{color:var(--muted);font-size:9px}.edition-switch{margin:10px 10px 4px;background:var(--surface2);border:1px solid var(--border);padding:4px;border-radius:8px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.edition-btn{height:27px;border:0;background:transparent;border-radius:6px;color:var(--muted);font-size:9px;font-weight:600}.edition-btn.active{background:var(--surface);color:var(--blue);box-shadow:0 1px 4px rgba(16,24,40,.08)}.nav{padding:6px 8px 12px;overflow:auto;flex:1}.nav-group{margin-top:9px}.nav-label{padding:0 8px 4px;color:var(--muted2);font-size:8px;font-weight:700;letter-spacing:.08em}.nav-item{height:32px;border:0;background:transparent;width:100%;display:flex;align-items:center;gap:9px;padding:0 8px;border-radius:6px;color:#475467;text-align:left;margin:1px 0}.nav-item i{width:15px;height:15px}.nav-item:hover{background:#f4f7fb}.nav-item.active{background:var(--blue2);color:var(--blue);font-weight:600}.nav-item.locked{opacity:.48}.badge-count{margin-left:auto;background:#eef2f6;color:#475467;border-radius:999px;padding:1px 6px;font-size:8px}.sidebar-foot{border-top:1px solid var(--border);padding:10px}.usage{background:var(--surface2);border:1px solid var(--border);border-radius:7px;padding:9px}.usage-row{display:flex;justify-content:space-between;font-size:9px}.bar{height:4px;background:#e8edf4;border-radius:99px;margin:7px 0;overflow:hidden}.bar>span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--teal))}.profile-chip{display:flex;align-items:center;gap:8px;margin-top:8px;padding:6px}.avatar{width:26px;height:26px;border-radius:50%;background:var(--blue2);color:var(--blue);display:grid;place-items:center;font-size:9px;font-weight:700}
.main{grid-column:2;min-width:0}.topbar{height:var(--top);position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 18px;gap:10px}.crumbs{color:var(--muted);font-size:10px}.crumbs b{color:var(--text)}.search-wrap{margin-left:auto;position:relative}.search{width:280px;height:32px;border:1px solid var(--border);border-radius:7px;background:#fff;padding:0 34px 0 30px;outline:none}.search:focus{border-color:#b7c9f8;box-shadow:0 0 0 3px rgba(37,99,235,.08)}.search-icon{position:absolute;left:9px;top:8px;color:var(--muted);width:15px}.kbd{position:absolute;right:8px;top:8px;color:var(--muted2);font-size:9px}.icon-btn{width:32px;height:32px;border:1px solid transparent;background:transparent;border-radius:6px;display:grid;place-items:center;color:#475467}.icon-btn:hover{background:#f4f7fb}.icon-btn i{width:15px}.btn{height:32px;border-radius:6px;padding:0 11px;border:1px solid var(--border);background:#fff;color:#344054;font-weight:600;display:inline-flex;align-items:center;gap:7px;justify-content:center}.btn:hover{background:#f8fafc}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.primary:hover{background:#1d4ed8}.btn.teal{background:var(--teal);border-color:var(--teal);color:#fff}.btn.danger{color:var(--red);border-color:#fecdd3;background:#fff}.btn.ghost{border-color:transparent;background:transparent}.btn.sm{height:27px;padding:0 9px;font-size:10px}.btn i{width:14px}.content{padding:20px 22px 40px;max-width:1600px;margin:0 auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px}.page-title{font-size:20px;font-weight:700;letter-spacing:-.015em}.page-desc{color:var(--muted);margin-top:4px;max-width:760px}.head-actions{display:flex;gap:7px;flex-wrap:wrap}.section-title{font-size:13px;font-weight:700}.section-desc{font-size:10px;color:var(--muted);margin-top:3px}
.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.metric{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:13px 14px;min-height:88px}.metric-top{display:flex;justify-content:space-between;color:var(--muted);font-size:9px}.metric-icon{width:27px;height:27px;border-radius:7px;background:var(--blue2);color:var(--blue);display:grid;place-items:center}.metric:nth-child(2) .metric-icon{background:var(--teal2);color:var(--teal)}.metric-value{font-size:21px;font-weight:700;margin:8px 0 3px}.metric-trend{font-size:9px;color:var(--muted)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden}.panel-head{padding:12px 13px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:10px}.panel-body{padding:0}.panel.pad .panel-body{padding:13px}.stack{display:grid;gap:13px}.mt{margin-top:13px}.toolbar{display:flex;align-items:center;gap:7px;padding:9px 10px;border-bottom:1px solid var(--border);flex-wrap:wrap}.field,.select,.textarea{border:1px solid var(--border);background:#fff;border-radius:6px;color:var(--text);outline:none}.field,.select{height:32px;padding:0 9px}.textarea{padding:9px;min-height:74px;resize:vertical}.field:focus,.select:focus,.textarea:focus{border-color:#a8bef8;box-shadow:0 0 0 3px rgba(37,99,235,.07)}.field.search-field{min-width:230px}.spacer{flex:1}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:760px}.table th{height:34px;text-align:left;font-size:9px;color:var(--muted);font-weight:600;background:#fbfcfe;border-bottom:1px solid var(--border);padding:0 11px;white-space:nowrap}.table td{height:39px;border-bottom:1px solid #eef1f5;padding:0 11px;white-space:nowrap;font-size:10px}.table tr:last-child td{border-bottom:0}.table tbody tr:hover{background:#fbfdff}.ref{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;color:var(--blue);font-weight:600}.muted{color:var(--muted)}.tiny{font-size:9px}.strong{font-weight:600}.tag{display:inline-flex;align-items:center;height:21px;padding:0 7px;border-radius:999px;font-size:8px;font-weight:600;border:1px solid transparent}.tag.success{background:var(--teal2);color:#067a6d;border-color:#c6f2e8}.tag.warning{background:var(--amber2);color:#9a6700;border-color:#fde6aa}.tag.danger{background:var(--red2);color:#b42318;border-color:#fecdd3}.tag.info{background:var(--blue2);color:#1d4ed8;border-color:#dbeafe}.tag.violet{background:var(--violet2);color:#6848c6;border-color:#e9e3ff}.tag.neutral{background:#f2f4f7;color:#475467;border-color:#eaecf0}.row-actions{display:flex;gap:4px}.link-btn{border:0;background:none;color:var(--blue);padding:0;font-weight:600;font-size:9px}.empty{padding:36px;text-align:center;color:var(--muted)}
.tabs{display:flex;border-bottom:1px solid var(--border);gap:3px;padding:0 11px}.tab{height:35px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);padding:0 10px;font-weight:600}.tab.active{color:var(--blue);border-bottom-color:var(--blue)}.callout{border:1px solid #dbeafe;background:var(--blue2);border-radius:7px;padding:10px 11px;color:#1e40af}.callout.teal{border-color:#ccfbf1;background:var(--teal2);color:#0f766e}.callout.warn{border-color:#fde68a;background:#fffbeb;color:#92400e}.stepper{display:flex;gap:0;align-items:center;margin-bottom:15px}.step{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:9px;font-weight:600}.step-num{width:22px;height:22px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;background:#fff}.step.active{color:var(--blue)}.step.active .step-num{background:var(--blue);border-color:var(--blue);color:#fff}.step.done{color:var(--teal)}.step.done .step-num{background:var(--teal);border-color:var(--teal);color:#fff}.step-line{height:1px;background:var(--border);width:34px;margin:0 7px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.form-group{display:grid;gap:5px}.form-group.full{grid-column:1/-1}.label{font-size:9px;color:#475467;font-weight:600}.help{font-size:8px;color:var(--muted2)}.money-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.summary-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:7px;overflow:hidden}.summary-cell{padding:10px;border-right:1px solid var(--border)}.summary-cell:last-child{border-right:0}.summary-label{font-size:8px;color:var(--muted)}.summary-value{font-size:12px;font-weight:700;margin-top:3px}
.modal-backdrop,.drawer-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.28);z-index:100;display:grid;place-items:center;padding:18px}.modal{width:min(720px,100%);max-height:90vh;overflow:auto;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow)}.modal.wide{width:min(980px,100%)}.modal-head{height:52px;padding:0 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-body{padding:16px}.modal-foot{padding:11px 16px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:7px}.drawer-backdrop{place-items:stretch end;padding:0}.drawer{height:100%;width:min(620px,100%);background:#fff;border-left:1px solid var(--border);box-shadow:var(--shadow);overflow:auto}.drawer-head{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--border);padding:14px 16px;display:flex;align-items:flex-start;justify-content:space-between}.drawer-body{padding:15px}.timeline{display:grid}.timeline-item{display:grid;grid-template-columns:22px 1fr;gap:8px;padding:8px 0}.timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--teal);margin:4px auto;box-shadow:0 0 0 4px var(--teal2)}.timeline-item:not(:last-child) .timeline-copy{padding-bottom:8px;border-bottom:1px solid var(--border)}.toast-root{position:fixed;right:16px;top:66px;z-index:200;display:grid;gap:8px}.toast{width:320px;background:#fff;border:1px solid var(--border);border-left:3px solid var(--blue);border-radius:7px;box-shadow:var(--shadow);padding:10px 12px;animation:toastIn .18s ease}.toast.success{border-left-color:var(--teal)}.toast.danger{border-left-color:var(--red)}@keyframes toastIn{from{transform:translateY(-5px);opacity:0}to{transform:none;opacity:1}}
.search-pop{position:absolute;right:0;top:37px;width:390px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);padding:6px;z-index:60}.search-result{width:100%;height:40px;border:0;background:#fff;border-radius:6px;text-align:left;padding:0 9px;display:flex;align-items:center;gap:8px}.search-result:hover{background:#f6f8fb}.locked-page{display:grid;place-items:center;min-height:430px}.locked-card{max-width:480px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:10px;padding:30px}.lock-icon{width:44px;height:44px;border-radius:10px;background:var(--violet2);color:var(--violet);display:grid;place-items:center;margin:0 auto 12px}.edition-table td,.edition-table th{text-align:center}.edition-table td:first-child,.edition-table th:first-child{text-align:left}.yes{color:var(--teal);font-weight:700}.no{color:var(--muted2)}
.mobile-toggle{display:none}.mobile-overlay{display:none}.demo-ribbon{display:flex;align-items:center;gap:6px;font-size:9px;color:#475467;background:#fff8e6;border:1px solid #fde6aa;border-radius:999px;padding:4px 8px}.pulse{width:6px;height:6px;border-radius:50%;background:#f59e0b}.kpi-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.kpi-mini>div{border:1px solid var(--border);border-radius:6px;padding:9px}.kanban{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:10px;overflow:auto}.kanban-col{background:#f7f9fc;border:1px solid var(--border);border-radius:8px;min-height:280px}.kanban-head{padding:9px 10px;border-bottom:1px solid var(--border);font-weight:600}.kanban-card{margin:8px;background:#fff;border:1px solid var(--border);border-radius:7px;padding:10px}.progress-ring{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--teal) 0 82%,#e7ecf2 82%);position:relative}.progress-ring:after{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff}.progress-ring b{position:relative;z-index:1;font-size:9px}
@media(max-width:1100px){.grid4{grid-template-columns:repeat(2,1fr)}.grid3{grid-template-columns:repeat(2,1fr)}.search{width:220px}.money-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){:root{--sidebar:0px}.shell{display:block}.sidebar{transform:translateX(-100%);transition:.2s;width:240px}.sidebar.open{transform:none}.main{grid-column:auto}.mobile-toggle{display:grid}.crumbs{display:none}.search-wrap{display:none}.content{padding:14px}.grid2,.grid3,.grid4{grid-template-columns:1fr}.page-head{flex-direction:column}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.summary-strip{grid-template-columns:repeat(2,1fr)}.summary-cell:nth-child(2){border-right:0}.summary-cell:nth-child(-n+2){border-bottom:1px solid var(--border)}.mobile-overlay.show{display:block;position:fixed;inset:0;background:rgba(15,23,42,.25);z-index:35}}