:root{--ds-font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;--ds-fs-xs:12px;--ds-fs-sm:13px;--ds-fs-md:14px;--ds-fs-lg:16px;--ds-fs-xl:20px;--ds-fs-h2:28px;--ds-fs-h1:clamp(2rem,3vw,2.9rem);--ds-fw-regular:400;--ds-fw-medium:500;--ds-fw-semibold:600;--ds-fw-bold:700;--ds-bg:#f5f7fb;--ds-panel:#ffffff;--ds-panel-soft:#fcfdff;--ds-text:#111827;--ds-text-muted:#6b7280;--ds-border:#e5e7eb;--ds-border-strong:#dbe1ea;--ds-primary:#111827;--ds-primary-soft:#1f2937;--ds-accent:#4f46e5;--ds-radius-sm:10px;--ds-radius-md:12px;--ds-radius-lg:16px;--ds-radius-pill:999px;--ds-shadow-sm:0 1px 2px rgba(16,24,40,0.04);--ds-shadow-md:0 8px 24px rgba(16,24,40,0.08);--ds-space-1:4px;--ds-space-2:8px;--ds-space-3:12px;--ds-space-4:16px;--ds-space-5:20px;--ds-space-6:24px;--ds-control-h:44px;--ds-container-max:1400px;--ds-page-padding:26px}.ds-page-header{display:flex;justify-content:space-between;align-items:center;gap:var(--ds-space-3);margin-bottom:var(--ds-space-4);flex-wrap:wrap}.ds-section-title{margin:0;font-size:var(--ds-fs-h1);letter-spacing:-.02em;color:#101828}.ds-subtitle{margin:6px 0 0;color:#667085;font-size:var(--ds-fs-md)}.ds-content-card{background:var(--ds-panel);border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);box-shadow:var(--ds-shadow-sm)}.ds-filterbar{display:grid;grid-gap:var(--ds-space-3);gap:var(--ds-space-3);padding:var(--ds-space-4);grid-template-columns:repeat(12,minmax(0,1fr))}.ds-filterbar>*{grid-column:span 12}.ds-input,.ds-search,.ds-select{height:var(--ds-control-h);width:100%;border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-md);padding:0 14px;background:#fff;color:var(--ds-text);font-size:var(--ds-fs-md);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.ds-input:focus,.ds-search:focus,.ds-select:focus{border-color:#c7d2fe;box-shadow:0 0 0 4px rgba(79,70,229,.09)}.ds-btn-primary,.ds-btn-secondary{border-radius:var(--ds-radius-md);height:var(--ds-control-h);padding:0 16px;cursor:pointer;font-weight:var(--ds-fw-semibold)}.ds-btn-primary{background:linear-gradient(180deg,#1f2937,#111827);color:#fff;border:1px solid #0f172a;box-shadow:var(--ds-shadow-sm)}.ds-btn-secondary{background:#fff;color:#111827;border:1px solid var(--ds-border-strong)}.ds-tab-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.ds-tab{text-decoration:none;text-align:center;min-height:44px;height:44px;padding:0 16px;border-radius:12px;color:#344054;font-weight:600;border:1px solid var(--ds-border-strong);background:#fff;display:inline-flex;align-items:center;justify-content:center}.ds-tab.active{background:#f3f4f6;color:#111827;font-weight:700}.ds-table-wrap{overflow:auto}.ds-status-badge{border:1px solid #dbe5f0;border-radius:var(--ds-radius-pill);padding:4px 10px;font-size:12px;background:#f8fafc;display:inline-block;color:#334155;font-weight:600}.ds-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:12px;gap:12px}.ds-stat-card{border:1px solid #e4e7ec;border-radius:var(--ds-radius-md);padding:12px;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 1px 2px rgba(16,24,40,.06)}.ds-stat-title{font-size:var(--ds-fs-sm);color:#475467;margin-bottom:8px;display:block}.ds-stat-value{font-size:clamp(1.5rem,3vw,2rem);line-height:1.1;color:#101828;display:block}.ds-filter-col-3{grid-column:span 3}.ds-filter-col-4{grid-column:span 4}.ds-filter-col-6{grid-column:span 6}.ds-filter-col-8{grid-column:span 8}.ds-filter-col-12{grid-column:span 12}@media (max-width:900px){.ds-tab-group{grid-template-columns:1fr}.ds-filter-col-12,.ds-filter-col-3,.ds-filter-col-4,.ds-filter-col-6,.ds-filter-col-8{grid-column:span 12}}:root{--bg:#f5f7fb;--panel:#ffffff;--panel-2:#fcfdff;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--border-strong:#dbe1ea;--primary:#111827;--primary-soft:#1f2937;--accent:#4f46e5;--success:#166534;--danger:#b42318;--shadow-sm:0 1px 2px rgba(16,24,40,0.04);--shadow-md:0 8px 24px rgba(16,24,40,0.08);--radius-md:12px;--radius-lg:16px}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:radial-gradient(1200px 600px at 20% -10%,#ffffff 0,#f5f7fb 45%,#f3f6fb 100%);color:var(--text)}.app-shell{min-height:100vh}.topbar{height:68px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:0 20px;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:20}.menu-btn,.topbar{align-items:center}.menu-btn{border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:18px;font-weight:700;cursor:pointer;display:inline-flex;justify-content:center;height:42px;width:42px;border-radius:12px;box-shadow:var(--shadow-sm)}.topbar-branch{color:#667085;font-size:14px;font-weight:600}.page-wrap{padding:26px;max-width:1400px;margin:0 auto}.sidebar-overlay{position:fixed;inset:0;background:rgba(17,24,39,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:40}.sidebar{width:min(340px,94vw);height:100%;background:linear-gradient(180deg,#ffffff,#fafcff);padding:16px;display:flex;flex-direction:column;border-right:1px solid var(--border);box-shadow:24px 0 48px rgba(16,24,40,.14)}.sidebar-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}.brand-dot{width:34px;height:34px;border-radius:10px;background:#1f2a7a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.side-close{margin-left:auto;height:34px;width:34px;padding:0}.sidebar-user{margin-top:auto;border-top:1px solid #eaecf0;padding-top:14px;display:flex;align-items:center;gap:10px;color:#344054}.sidebar-user-avatar{width:34px;height:34px;border-radius:10px;border:1px solid #d0d5dd;display:inline-flex;align-items:center;justify-content:center;color:#667085}.sidebar-user span{display:block;font-size:12px;color:#667085;margin-top:2px}.side-group{margin-bottom:14px}.side-group p{margin:0 0 8px;text-transform:uppercase;font-size:11px;letter-spacing:.12em;color:#98a2b3;font-weight:700}.side-group nav{display:grid;grid-gap:6px;gap:6px}.side-link{padding:11px 13px;border-radius:12px;text-decoration:none;color:#344054;display:flex;align-items:center;gap:9px;border:1px solid transparent;transition:all .18s ease;font-weight:500}.side-link-icon{color:#667085;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px}.side-link:hover{background:#f6f8fc;border-color:#e9edf5}.side-link.active{background:#1f2a7a;border-color:#1f2a7a;color:#fff;font-weight:600;box-shadow:0 6px 16px rgba(31,42,122,.24)}.side-link.active .side-link-icon{color:#fff}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.section-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.section-title{margin:0;font-size:clamp(2rem,3vw,2.9rem);letter-spacing:-.02em;color:#101828}.segment-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:14px}.segment-link{text-decoration:none;text-align:center;min-height:44px;height:44px;padding:0 16px;border-radius:12px;color:#344054;font-weight:600;border:1px solid var(--border-strong);background:#fff;display:inline-flex;align-items:center;justify-content:center}.segment-link.active{background:#f3f4f6;color:#111827;font-weight:700}.toolbar-row{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.filters{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:12px;gap:12px;padding:16px}.input,.select{height:44px;border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:0 14px;background:#fff;width:100%;color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus{border-color:#c7d2fe;box-shadow:0 0 0 4px rgba(79,70,229,.09)}.btn-primary{background:linear-gradient(180deg,#1f2937,#111827);color:#fff;border:1px solid #0f172a;border-radius:12px;height:44px;padding:0 16px;cursor:pointer;font-weight:600;box-shadow:var(--shadow-sm)}.btn-primary:hover{filter:brightness(1.05)}.btn-secondary{background:#fff;color:#111827;border:1px solid var(--border-strong);border-radius:12px;height:44px;padding:0 16px;cursor:pointer}.btn-secondary:hover{background:#f8fafc}.btn-danger-soft{background:#fff5f5;color:#b42318;border:1px solid #fecdca;border-radius:12px;height:44px;padding:0 16px;cursor:pointer}.btn-danger-soft:hover{background:#feeceb}.table{width:100%;border-collapse:separate;border-spacing:0}.table td,.table th{border-top:1px solid #eef2f7;padding:13px 14px;text-align:left;font-size:14px}.table th{color:var(--muted);font-weight:600;letter-spacing:.01em;background:#fbfcfe}.table tr:hover td{background:#fbfdff}.badge{border:1px solid #dbe5f0;border-radius:999px;padding:4px 10px;font-size:12px;background:#f8fafc;display:inline-block;color:#334155;font-weight:600}.actions{display:flex;gap:10px}.modal-overlay{position:fixed;inset:0;background:rgba(2,6,23,.45);display:flex;justify-content:center;align-items:center;z-index:50;padding:14px}.modal{width:min(620px,96vw);max-height:94vh;overflow:auto;background:#fff;border-radius:16px;border:1px solid var(--border);padding:18px;box-shadow:var(--shadow-md)}.form-grid{display:grid;grid-gap:12px;gap:12px}.field label,.field span{font-size:13px;color:#475467;display:block;margin-bottom:6px}.public-simple-wrap{min-height:100vh;padding:24px 16px;display:flex;justify-content:center;align-items:flex-start;background:linear-gradient(180deg,#f4f1ea,#ede7dc)}.public-simple-card{width:min(1180px,100%);padding:24px}.public-sheet{width:min(1180px,100%);padding:0;border-radius:0;box-shadow:0 18px 40px rgba(53,38,21,.12);overflow:hidden;background:#fffdfa;border:1px solid #202020}.public-sheet-head{display:grid;grid-template-columns:180px 1fr 220px;align-items:stretch;border-bottom:1px solid #202020}.public-sheet-brand,.public-sheet-code-box,.public-sheet-title-wrap{padding:14px 16px}.public-sheet-brand{border-right:1px solid #202020;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;letter-spacing:.04em;color:#6b4123}.public-sheet-title-wrap{text-align:center}.public-sheet-title-wrap h1{margin:0;font-size:clamp(1.6rem,2.8vw,2.2rem);color:#111827;letter-spacing:.03em}.public-sheet-title-wrap p{margin:6px 0 0;color:#475467;font-size:13px}.public-sheet-code-box{border-left:1px solid #202020;display:flex;flex-direction:column;justify-content:center;gap:10px}.public-sheet-code-box span{font-size:12px;font-weight:700;color:#111827}.public-sheet-code-line{height:36px;border:1px solid #202020}.public-sheet-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #202020}.public-sheet-meta>div{min-height:40px;padding:10px 14px;border-right:1px solid #202020;font-size:12px;color:#111827}.public-sheet-meta>div:last-child{border-right:none}.public-sheet-form{display:grid;grid-gap:18px;gap:18px;padding:18px}.public-sheet-form .field label,.public-sheet-form .field span{font-size:11px;font-weight:700;letter-spacing:.03em;color:#344054}.public-sheet-form .input,.public-sheet-form select,.public-sheet-form textarea{border-radius:0;border-color:#202020;min-height:44px;background:#fffdfa;box-shadow:none}.public-sheet-form .input:focus,.public-sheet-form select:focus,.public-sheet-form textarea:focus{border-color:#202020;box-shadow:0 0 0 2px rgba(32,32,32,.06)}.public-sheet-form section>div:first-child{border-bottom:1px solid #202020!important;padding-bottom:6px!important}.public-sheet-footer{display:grid;grid-gap:12px;gap:12px;padding-top:8px}.reg-grid{display:grid}.reg-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.reg-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.reg-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-docs-block{margin-top:14px;padding:10px;border:1px solid #d6c3a2;border-radius:12px;background:#fffdf9}.mobile-doc-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.public-simple-header{margin-bottom:20px}.public-simple-header h1{margin:8px 0 6px;font-size:clamp(2rem,3vw,2.8rem)}.public-simple-header p{margin:0;color:#667085}.public-simple-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.public-simple-highlights span{min-height:30px;padding:0 10px;border-radius:999px;background:#f8fafc;border:1px solid #e4e7ec;color:#475467;letter-spacing:.04em}.public-simple-badge,.public-simple-highlights span{display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.public-simple-badge{min-height:32px;padding:0 12px;border-radius:999px;background:#eef2ff;color:#3730a3;letter-spacing:.06em}@media (max-width:900px){.reg-grid-3,.reg-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.public-simple-card{padding:18px}.public-sheet-head{grid-template-columns:1fr}.public-sheet-brand,.public-sheet-code-box,.public-sheet-title-wrap{border:none;border-bottom:1px solid #202020}.public-sheet-meta{grid-template-columns:1fr}.public-sheet-meta>div{border-right:none;border-bottom:1px solid #202020}.public-sheet-meta>div:last-child{border-bottom:none}.public-sheet-form{padding:14px;gap:14px}}@media (max-width:720px){.reg-grid-2,.reg-grid-3,.reg-grid-4{grid-template-columns:1fr}.public-simple-wrap{padding:20px 10px}.public-simple-card{padding:16px}.public-sheet-footer{position:-webkit-sticky;position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,253,250,0),#fffdfa 24%);padding-bottom:calc(8px + env(safe-area-inset-bottom))}}.dash-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;flex-wrap:wrap}.dash-eyebrow{margin:0 0 4px;color:#475467;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.dash-title{margin:0;font-size:clamp(1.35rem,2.2vw,1.8rem)}.dash-subtitle{margin:6px 0 0;color:#667085;font-size:14px}.dash-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dash-tenant-pill{font-size:12px;color:#475467;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:7px 12px;font-weight:600}.dash-cta{text-decoration:none;display:inline-flex;align-items:center}.dash-overview-card{border:1px solid #e4e7ec;border-radius:14px;padding:14px 16px;background:linear-gradient(160deg,#ffffff,#f7f9ff);display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.dash-overview-label{display:block;color:#475467;font-size:13px;margin-bottom:6px}.dash-overview-value{font-size:clamp(1.3rem,2vw,1.8rem);color:#101828}.dash-overview-badge{border:1px solid #dbe5f0;border-radius:999px;padding:6px 10px;font-size:12px;background:#f8fafc;color:#334155;font-weight:600}.dash-block{margin-top:14px}.dash-block-title{margin:0 0 8px;font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#667085;font-weight:700}.dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:12px;gap:12px}.dash-kpi{border:1px solid #e4e7ec;border-radius:12px;padding:12px;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 1px 2px rgba(16,24,40,.06);position:relative;overflow:hidden}.dash-kpi:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.dash-kpi-featured{background:linear-gradient(180deg,#ffffff,#f2f6ff);border-color:#dbe7ff;box-shadow:0 8px 20px rgba(37,99,235,.12)}.dash-kpi-title{font-size:13px;color:#475467;margin-bottom:8px;display:block}.dash-kpi-value{font-size:clamp(1.5rem,3vw,2rem);line-height:1.1;color:#101828;display:block;max-width:100%;overflow-wrap:anywhere}.dash-kpi-money{font-size:clamp(1.15rem,2.4vw,1.55rem);line-height:1.2}.dash-kpi-violet:before{background:#7c3aed}.dash-kpi-blue:before{background:#2563eb}.dash-kpi-cyan:before{background:#0891b2}.dash-kpi-green:before{background:#16a34a}.dash-kpi-orange:before{background:#ea580c}.dash-quick{margin-top:16px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;padding:14px}.dash-quick p{margin:0 0 10px;text-transform:uppercase;font-size:12px;color:#667085;letter-spacing:.08em;font-weight:700}.dash-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:10px;gap:10px}.dash-quick-item{border:1px solid #eaecf0;border-radius:12px;padding:14px;text-align:center;text-decoration:none;color:#1f2937;background:#f9fafb;font-weight:600}.dash-quick-item:hover{background:#f3f4f6}@media (max-width:900px){.filters{grid-template-columns:1fr}.page-wrap{padding:16px}.dash-hero-actions{width:100%}.segment-nav{grid-template-columns:1fr}.section-title{font-size:clamp(1.8rem,7vw,2.3rem)}}