:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#171923;--muted:#5a687d;--line:#e2e8f0;--line-soft:#edf1f6;--surface:#fff;--surface-alt:#f3f5fa;--surface-translucent:#ffffffd1;--page:#eef1f8;--accent:#2f6f4f;--accent-strong:#1f5138;--accent-soft:#e9f4ee;--danger:#b42318;--danger-soft:#fdecea;--success:#1f7a4d;--success-soft:#e9f7ef;--warn:#92400e;--warn-soft:#fff4e0;--info:#175cd3;--info-soft:#eff8ff;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-xs:0 1px 2px #1018280d;--shadow-sm:0 4px 14px #10182814;--shadow:0 10px 30px #14192814;--shadow-lg:0 24px 60px #10182833;--focus-ring:0 0 0 3px #2f6f4f40}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#e7eaf0;--muted:#9aa3b2;--line:#2a3040;--line-soft:#232838;--surface:#161b26;--surface-alt:#1c2230;--surface-translucent:#161b26d1;--page:#0c0f16;--accent:#4caf7d;--accent-strong:#6fcf9a;--accent-soft:#16281f;--danger-soft:#2a1614;--danger:#f97066;--success-soft:#12261c;--success:#6ce9a6;--warn:#e3a95e;--warn-soft:#2a2115;--info:#84caff;--info-soft:#102a43;--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 4px 14px #00000052;--shadow:0 10px 30px #0006;--shadow-lg:0 24px 60px #0000008c;--focus-ring:0 0 0 3px #6fcf9a4d}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#e7eaf0;--muted:#9aa3b2;--line:#2a3040;--line-soft:#232838;--surface:#161b26;--surface-alt:#1c2230;--surface-translucent:#161b26d1;--page:#0c0f16;--accent:#4caf7d;--accent-strong:#6fcf9a;--accent-soft:#16281f;--danger-soft:#2a1614;--danger:#f97066;--success-soft:#12261c;--success:#6ce9a6;--warn:#e3a95e;--warn-soft:#2a2115;--info:#84caff;--info-soft:#102a43;--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 4px 14px #00000052;--shadow:0 10px 30px #0006;--shadow-lg:0 24px 60px #0000008c;--focus-ring:0 0 0 3px #6fcf9a4d}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#171923;--muted:#5a687d;--line:#e2e8f0;--line-soft:#edf1f6;--surface:#fff;--surface-alt:#f3f5fa;--surface-translucent:#ffffffd1;--page:#eef1f8;--accent:#2f6f4f;--accent-strong:#1f5138;--accent-soft:#e9f4ee;--danger-soft:#fdecea;--success-soft:#e9f7ef;--warn:#92400e;--warn-soft:#fff4e0;--info:#175cd3;--info-soft:#eff8ff;--shadow-xs:0 1px 2px #1018280d;--shadow-sm:0 4px 14px #10182814;--shadow:0 10px 30px #14192814;--shadow-lg:0 24px 60px #10182833;--focus-ring:0 0 0 3px #2f6f4f40}*{box-sizing:border-box}body{min-height:100vh;color:var(--ink);background:radial-gradient(900px 480px at -5% -10%, #2f6f4f12, transparent 55%), radial-gradient(700px 420px at 105% 0%, #2f6f4f0d, transparent 55%), var(--page);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5}h1,h2,h3{letter-spacing:-.01em;margin:0 0 4px;font-weight:700}h2{font-size:22px}h3{font-size:16px}table,.metric-card strong,.summary-list,.voucher-totals,.data-table-count{font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--line);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}button,input,select,textarea{font:inherit;color:inherit}button{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;cursor:pointer;min-height:40px;box-shadow:var(--shadow-xs);border:0;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:600;transition:transform .12s,box-shadow .12s,background .15s,border-color .12s,color .12s,opacity .12s;display:inline-flex}button svg{flex-shrink:0}button:hover:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(0)}button:focus-visible{box-shadow:var(--focus-ring);outline:none}button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}button.secondary{background:var(--surface);border:1px solid var(--line);color:var(--ink);box-shadow:none}button.secondary:hover:not(:disabled){background:var(--surface-alt);border-color:var(--accent);color:var(--accent-strong)}button.link-button{min-height:32px;color:var(--accent-strong);white-space:nowrap;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:0 9px;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}button.link-button:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 26%, var(--line));background:var(--accent-soft);color:var(--accent-strong);box-shadow:none;transform:none}button.link-button:active:not(:disabled){background:color-mix(in srgb, var(--accent) 16%, var(--surface));transform:none}button.link-button:focus-visible{box-shadow:var(--focus-ring);outline:none}button.link-button.danger-text{color:var(--danger)}button.link-button.danger-text:hover:not(:disabled){border-color:color-mix(in srgb, var(--danger) 30%, var(--line));background:var(--danger-soft);color:var(--danger)}button.link-button:disabled{opacity:.45;background:0 0;border-color:#0000}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;margin-bottom:20px;display:flex}.toolbar a.secondary{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line);color:var(--ink);cursor:pointer;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .12s,box-shadow .12s,background .15s,border-color .12s,color .12s;display:inline-flex}.toolbar a.secondary:hover{background:var(--surface-alt);border-color:var(--accent);color:var(--accent-strong);transform:translateY(-1px)}.toolbar a.secondary.active{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border-color:#0000}.action-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}button.danger{background:linear-gradient(135deg, #c93a2e 0%, var(--danger) 100%);color:#fff}button.danger:hover:not(:disabled){box-shadow:0 4px 14px #b4231847}button.danger.secondary{background:var(--surface);color:var(--danger);box-shadow:none;border:1px solid #b4231859}button.danger.secondary:hover:not(:disabled){background:var(--danger-soft);border-color:var(--danger)}input,select,textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);min-height:40px;padding:9px 12px;transition:border-color .12s,box-shadow .12s}input:hover,select:hover,textarea:hover{border-color:var(--muted)}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:var(--focus-ring);outline:none}textarea{min-height:80px}.auth-shell{background:radial-gradient(1100px 620px at 8% -12%, #2f6f4f33, transparent 55%), radial-gradient(900px 520px at 108% 112%, #2f6f4f24, transparent 55%), var(--page);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);width:380px;max-width:100%;box-shadow:var(--shadow-lg);flex-direction:column;gap:12px;padding:40px 32px;display:flex}.auth-mark{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:8px;font-size:20px;font-weight:800;display:grid;box-shadow:0 8px 20px #1f513859}.auth-card h1{font-size:21px}.auth-subtitle{color:var(--muted);margin:0 0 8px}.auth-hint{color:var(--muted);margin-top:8px;font-size:13px}.shell{grid-template-columns:264px 1fr;min-height:100vh;transition:grid-template-columns .2s;display:grid}.shell.nav-collapsed{grid-template-columns:64px 1fr}.sidebar{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;gap:18px;min-width:0;height:100vh;padding:20px 14px;transition:padding .2s;display:flex;position:sticky;top:0;overflow:hidden}.shell.nav-collapsed .sidebar{align-items:center;padding:20px 8px}.shell.nav-collapsed .nav-section-items,.shell.nav-collapsed .nav-link-text,.shell.nav-collapsed .nav-section-text,.shell.nav-collapsed .nav-chevron{display:none}.shell.nav-collapsed .nav-section-label,.shell.nav-collapsed .nav-link-row{justify-content:center;padding-left:0;padding-right:0}.shell.nav-collapsed .nav-link.active{padding-left:12px}.shell.nav-collapsed .nav-link.active:before{display:none}.shell.nav-collapsed nav{width:100%}.brand{border-bottom:1px solid var(--line-soft);align-items:center;gap:10px;margin-bottom:2px;padding:6px 10px 18px;display:flex;position:relative}.sidebar-close-btn{display:none}.shell.nav-collapsed .brand{justify-content:center;padding:6px 0 18px}.shell.nav-collapsed:not(.sidebar-mobile-open) .sidebar-close-btn,.shell.nav-collapsed .brand-copy{display:none}.brand-copy{flex:1;min-width:0;overflow:hidden}.brand h1{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);margin:0;font-size:14px;font-weight:700;overflow:hidden}.brand p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;overflow:hidden}.shell.nav-collapsed .nav-search{display:none}.brand-mark{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:grid;box-shadow:0 6px 16px #1f513859}.brand h1{white-space:nowrap;font-size:15px}.brand p{color:var(--muted);white-space:nowrap;margin:0;font-size:12px}.nav-search{flex-shrink:0}.nav-search input{width:100%;min-height:36px;padding-top:7px;padding-bottom:7px;font-size:13px}.nav-quick-access{border-bottom:1px solid var(--line-soft);flex:none;margin:0 0 8px;padding-bottom:8px}.nav-quick-access>summary{list-style:none}.nav-quick-access>summary::-webkit-details-marker{display:none}.nav-quick-summary{margin-bottom:3px}.nav-quick-summary-icon{width:16px;color:var(--accent-strong);place-items:center;font-size:13px;display:inline-grid}.nav-quick-count{background:var(--accent-soft);min-width:20px;height:20px;color:var(--accent-strong);border-radius:999px;place-items:center;padding:0 6px;font-size:10px;font-weight:800;display:inline-grid}.nav-quick-access[open] .nav-chevron{transform:rotate(90deg)}.nav-quick-content{gap:8px;padding:3px 4px 0 8px;display:grid}.nav-quick-group{gap:3px;display:grid}.nav-quick-title{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding:2px 8px 1px 26px;font-size:10px;font-weight:800}.nav-quick-link{min-width:0;min-height:32px;color:var(--ink);border-radius:8px;align-items:center;gap:7px;padding:5px 8px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.nav-quick-item{border-radius:8px;grid-template-columns:minmax(0,1fr) 28px;align-items:center;display:grid}.nav-quick-item:has(.nav-quick-link.active){background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent-strong)}.nav-quick-remove{width:26px;height:26px;min-height:0;color:var(--muted);box-shadow:none;opacity:0;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;font-size:17px;line-height:1;transition:opacity .12s,color .12s,background .12s;display:grid}.nav-quick-item:hover .nav-quick-remove,.nav-quick-item:focus-within .nav-quick-remove{opacity:1}.nav-quick-remove:hover:not(:disabled),.nav-quick-remove:focus-visible{color:var(--danger);background:var(--danger-soft);box-shadow:none;transform:none}.nav-quick-item-icon{width:16px;color:var(--muted);flex:0 0 16px;place-items:center;font-size:11px;display:inline-grid}.nav-quick-item-icon.favourite{color:var(--accent-strong)}.nav-quick-link span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-quick-link:hover,.nav-quick-link.active{color:var(--accent-strong);background:var(--accent-soft)}.nav-quick-link.active{box-shadow:inset 3px 0 0 var(--accent-strong)}.nav-quick-item .nav-quick-link.active{box-shadow:none;background:0 0}@media (pointer:coarse){.nav-quick-remove{opacity:1;min-height:26px}}.sidebar nav{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--muted) 45%, transparent) transparent;flex-direction:column;gap:2px;padding-right:2px;display:flex;overflow-y:auto}.sidebar nav::-webkit-scrollbar{width:6px}.sidebar nav::-webkit-scrollbar-track{background:0 0}.sidebar nav::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 38%, transparent);border-radius:999px}.shell.nav-collapsed .nav-quick-access{display:none}.nav-section:first-child{margin-top:0}.nav-section-label{text-transform:uppercase;letter-spacing:.06em;width:100%;color:var(--muted);min-height:auto;box-shadow:none;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;margin:0 0 2px;padding:4px 12px;font-size:11px;font-weight:700;display:flex}.nav-section-label:hover{background:var(--surface-alt);color:var(--ink);transform:none}.nav-section-icon{color:var(--muted);flex-shrink:0;display:inline-flex}.nav-section-text{flex:1}.nav-chevron{margin-left:auto;font-size:13px;line-height:1;transition:transform .15s;display:inline-block}.nav-chevron-expanded{transform:rotate(90deg)}.nav-section-items{flex-direction:column;gap:2px;display:flex}.nav-link{color:var(--ink);border-radius:9px;padding:9px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,color .12s,padding-left .12s;display:block;position:relative}.nav-link-row{align-items:center;gap:10px;display:flex}.nav-link.active{background:var(--accent-soft);color:var(--accent-strong);padding-left:16px;font-weight:700}.nav-link.active:before{content:"";background:var(--accent-strong);border-radius:2px;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.nav-empty{color:var(--muted);text-align:center;padding:12px;font-size:13px}.workspace{flex-direction:column;min-width:0;display:flex}.topbar{border:1px solid color-mix(in srgb, var(--line) 82%, transparent);background:var(--surface-translucent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20;border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px 14px;margin:10px 12px 0;padding:10px 12px;display:flex;position:sticky;top:0;box-shadow:0 8px 28px #10182814,inset 0 1px #ffffff8c}.topbar-left{flex-wrap:wrap;flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.topbar-right{flex:0 auto;align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex}.topbar button{white-space:nowrap}.topbar-left>button,.topbar-right>button,.topbar-right>.company-switcher,.topbar-right>.fiscal-year-badge,.topbar-right>.user-chip{height:40px;min-height:40px;max-height:40px}.topbar-left>button,.topbar-right>button{flex-shrink:0;width:auto}.topbar .nav-toggle-btn{background:var(--surface-alt)}.favourite-toggle.active{color:#8a5a00;background:#fff7df;border-color:#d8aa45}.app-breadcrumbs{min-height:34px;color:var(--muted);white-space:nowrap;scrollbar-width:none;margin:6px 20px 0;font-size:12px;overflow-x:auto}.app-breadcrumbs::-webkit-scrollbar{display:none}.app-breadcrumbs ol{align-items:center;gap:0;min-height:34px;margin:0;padding:0;list-style:none;display:flex}.app-breadcrumbs li{align-items:center;min-width:0;display:inline-flex}.app-breadcrumbs li+li:before{content:"›";color:color-mix(in srgb, var(--muted) 70%, transparent);margin:0 8px;font-size:15px}.app-breadcrumbs a{min-height:28px;color:var(--accent-strong);border-radius:6px;align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.app-breadcrumbs a:hover{color:var(--ink);text-underline-offset:3px;text-decoration:underline}.app-breadcrumbs a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-breadcrumbs [aria-current=page] span{text-overflow:ellipsis;max-width:min(48vw,420px);color:var(--ink);font-weight:700;display:inline-block;overflow:hidden}.topbar-back-button{padding-inline:13px}.icon-btn{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line);width:40px;height:40px;min-height:40px;color:var(--ink);box-shadow:none;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:inline-flex}.icon-btn:hover:not(:disabled){background:var(--surface-alt);border-color:var(--accent);color:var(--accent-strong)}.company-switcher{border-radius:var(--radius-sm);background:var(--surface-alt);border:1px solid var(--line);height:40px;min-height:40px;color:var(--ink);align-items:center;gap:6px;padding:0 10px;display:flex}.company-switcher select{color:inherit;background:0 0;border:none;max-width:160px;height:32px;min-height:0;padding:0;font-size:13px;font-weight:600}.fiscal-year-badge select{appearance:none;color:inherit;font:inherit;letter-spacing:inherit;cursor:pointer;background:0 0;border:0;height:100%;min-height:0;padding:0 4px}.fiscal-year-badge.fiscal-year-past{background:var(--warning-soft,#d9770629);color:var(--warning-strong,#b45309)}.fiscal-year-badge{border-radius:var(--radius-sm);background:var(--accent-soft);min-height:40px;color:var(--accent-strong);letter-spacing:.02em;border:1px solid #2f6f4f33;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.header-search-btn{border-radius:var(--radius-sm);background:var(--surface-alt);border:1px solid var(--line);color:var(--muted);cursor:pointer;text-align:left;justify-content:flex-start;align-items:center;gap:8px;width:clamp(150px,18vw,250px);height:40px;min-height:40px;padding:6px 14px;font-size:13px;transition:all .15s;display:inline-flex}.header-search-btn .kbd-badge{margin-left:auto}.header-search-btn:hover{background:var(--surface);border-color:var(--accent);color:var(--ink);box-shadow:var(--shadow-xs)}.topbar-help-button{flex:none;gap:7px;min-width:82px;height:40px;min-height:40px;padding:0 12px;line-height:1}.topbar-sso-button{background:var(--surface);min-height:40px;color:var(--ink);box-shadow:none;border-radius:10px;gap:10px;padding:0 15px;font-size:14px;font-weight:700}.topbar-sso-button:hover:not(:disabled){border-color:var(--accent);background:var(--surface-alt);color:var(--accent-strong)}.topbar-signout-button{color:var(--danger)!important;border-color:color-mix(in srgb, var(--danger) 28%, var(--line))!important;background:color-mix(in srgb, var(--danger-soft) 45%, var(--surface))!important}.topbar-signout-button:hover:not(:disabled){border-color:var(--danger)!important;background:var(--danger-soft)!important;color:var(--danger)!important}.kbd-badge{color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:4px;padding:2px 5px;font-size:11px;font-weight:700;line-height:1;display:inline-block;box-shadow:0 1px 1px #0000000d}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);flex-direction:column;justify-content:space-between;gap:12px;padding:20px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative;overflow:hidden}.metric-card:hover{box-shadow:var(--shadow-sm);border-color:var(--accent);transform:translateY(-2px)}.metric-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.metric-title{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:13px;font-weight:600}.metric-icon-wrapper{background:var(--accent-soft);width:38px;height:38px;color:var(--accent-strong);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.metric-value{letter-spacing:-.02em;color:var(--ink);font-variant-numeric:tabular-nums;margin:0;font-size:26px;font-weight:800}.metric-footer{color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.trend-badge{border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.trend-badge.up{background:var(--success-soft);color:var(--success)}.trend-badge.down{background:var(--danger-soft);color:var(--danger)}.quick-launcher-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:24px;display:grid}.quick-action-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);box-shadow:var(--shadow-xs);align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.quick-action-card:hover{background:var(--surface-alt);border-color:var(--accent);color:var(--accent-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.quick-action-icon{background:var(--accent-soft);width:34px;height:34px;color:var(--accent-strong);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.user-chip{background:var(--surface-alt);border:1px solid var(--line);color:var(--ink);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;gap:8px;max-width:180px;padding:5px 12px 5px 5px;font-size:13px;font-weight:600;display:flex;overflow:hidden}.user-chip-avatar{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:grid}.user-chip-email{text-overflow:ellipsis;min-width:0;overflow:hidden}@media (width>=901px){.topbar{flex-wrap:nowrap;gap:8px}.topbar-left{flex-wrap:nowrap;gap:7px}.topbar-right{flex:none;gap:7px}.topbar .secondary{padding-inline:11px}}@media (width<=1700px) and (width>=901px){.topbar{padding-inline:9px}.header-search-btn{width:155px;padding-inline:10px}.user-chip{max-width:36px;padding-right:5px}.user-chip-email{display:none}.topbar-help-button{width:40px;min-width:40px;padding-inline:0!important}.topbar-help-label{display:none}}.content{padding:28px 32px;overflow-x:auto}.page-header{margin-bottom:20px;padding-bottom:4px}:is(.page-header:has(>.page-info-toggle-host)>:is(h1,h2),.page-header :is(h1,h2):has(+.page-info-toggle-host)){vertical-align:middle;margin-right:10px;display:inline-flex}.page-info-toggle-host{vertical-align:middle;display:inline-flex}.page-info-toggle{width:34px;height:34px;min-height:34px;color:var(--accent-strong)}.page-info-toggle:hover:not(:disabled){transform:none}.page-header>.page-copy{border:1px solid color-mix(in srgb, var(--accent) 22%, var(--line));border-radius:var(--radius-md);background:linear-gradient(90deg, var(--accent-soft) 0 34px, transparent 34px), color-mix(in srgb, var(--accent) 5%, var(--surface));max-width:920px;box-shadow:var(--shadow-xs);margin:14px 0 0;padding:14px 16px 14px 46px;line-height:1.55;animation:.15s fadeIn}.page-header .page-copy[hidden]{display:none}.eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 4px;font-size:11px;font-weight:700}.page-copy{color:var(--muted);max-width:640px}.spinner-row{color:var(--muted);align-items:center;gap:10px;padding:24px 4px;display:flex}.spinner{border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.alert{border-radius:var(--radius-md);border:1px solid #0000;border-left-width:4px;align-items:flex-start;gap:10px;width:600px;margin-bottom:16px;padding:12px 16px;animation:.15s fadeIn;display:flex}.alert.error{background:var(--danger-soft);color:var(--danger);border-color:color-mix(in srgb, var(--danger) 35%, transparent);border-left-color:var(--danger);box-sizing:border-box;width:50%;max-width:100%}@media (width<=640px){.alert.error{width:100%}}.alert.success{background:var(--success-soft);color:var(--success);border-color:color-mix(in srgb, var(--success) 35%, transparent);border-left-color:var(--success)}.alert.warn{background:var(--warn-soft);width:50%;color:var(--warn);border-color:color-mix(in srgb, var(--warn) 35%, transparent);border-left-color:var(--warn)}.alert.info{background:var(--info-soft);color:var(--info);border-color:color-mix(in srgb, var(--info) 32%, transparent);border-left-color:var(--info)}@media (width<=640px){.alert.warn{width:100%}}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);margin-bottom:20px;padding:22px}.panel.wide{overflow-x:auto}.posting-assistant{border:1px solid color-mix(in srgb, var(--accent) 35%, var(--line));border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-xs);margin-bottom:20px;overflow:hidden}.posting-assistant-toggle{text-align:left;background:color-mix(in srgb, var(--accent) 9%, var(--surface));width:100%;color:var(--ink);border:0;border-radius:0;justify-content:space-between;align-items:center;padding:15px 18px;display:flex}.posting-assistant-body{padding:18px}.posting-assistant-body>input{width:min(100%,680px)}.posting-assistant-help,.posting-assistant-disclaimer{color:var(--muted);font-size:13px}.posting-assistant-disclaimer{margin:14px 0 0}.posting-quick-searches{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.posting-quick-searches button{min-height:30px;padding:5px 10px;font-size:12px}.posting-recommendation{border-left:3px solid var(--accent);background:color-mix(in srgb, var(--accent) 8%, var(--surface));border-radius:var(--radius-sm);width:min(100%,680px);padding:10px 12px}.posting-recommendation b{color:var(--accent);text-transform:capitalize}.posting-guide-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin-top:14px;display:grid}.posting-guide{text-align:left;min-height:174px;color:var(--ink);background:var(--surface-alt);border:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:7px;padding:14px;display:flex}.posting-guide:hover:not(:disabled),.posting-guide.selected{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 7%, var(--surface))}.posting-guide.recommended{box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 24%, transparent)}.posting-guide-title{font-size:14px;font-weight:700}.posting-guide-type{color:var(--accent);text-transform:capitalize;font-weight:700}.posting-guide-entries{margin-top:auto;line-height:1.55}.posting-guide-entries b{width:22px;color:var(--accent);display:inline-block}.posting-guide-note{color:var(--muted);font-size:12px}.split-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:16px;display:grid}.sub-panel{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);min-width:0;padding:14px}.sub-panel h3{margin-top:0}.overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;background:#0f131c80;justify-content:center;align-items:flex-start;padding:clamp(16px,5vh,48px) 20px;display:flex;position:fixed;inset:0}.modal{width:100%;max-width:480px;max-height:calc(100dvh - clamp(32px,10vh,96px));box-shadow:var(--shadow-lg);flex-direction:column;margin-bottom:0;padding:0;display:flex;overflow:hidden}.command-palette{width:100%;max-width:480px;max-height:calc(100dvh - clamp(32px,10vh,96px));box-shadow:var(--shadow-lg);margin-bottom:0;overflow-y:auto}.shortcut-help{width:min(860px,100%);max-height:78vh;box-shadow:var(--shadow-lg);margin-bottom:0;overflow-y:auto}.shortcut-help .modal-header{border-bottom:1px solid var(--line-soft);align-items:flex-start;margin-bottom:12px;padding-bottom:14px}.shortcut-help-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin:18px 0;display:grid}.shortcut-help-section{gap:10px;min-width:0;display:grid}.shortcut-help-section h4{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:13px}.modal.modal-wide{max-width:min(1100px,100vw - 40px)}.modal:has(.form-grid){max-width:min(920px,100vw - 40px)}.modal:has(.company-create-form){max-width:min(560px,100vw - 40px)}.company-create-form{grid-template-columns:1fr;gap:0}.company-create-form .field,.company-create-form input{width:100%;min-width:0}.company-create-form .form-actions{margin-top:24px}:is(.modal:has(.form-grid .grid-4),.modal:has(.form-grid>.panel.wide)){max-width:min(1100px,100vw - 40px)}.modal-header{border-bottom:1px solid var(--line-soft);flex:none;justify-content:space-between;align-items:center;margin:0;padding:18px 22px 16px;display:flex}.modal-header h3{overflow-wrap:anywhere;min-width:0;margin:0}.modal-body{overscroll-behavior:contain;min-width:0;min-height:0;padding:20px 22px 22px;overflow:auto}.modal-body>.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.modal-body>.form-grid>input,.modal-body>.form-grid>select,.modal-body>.form-grid>textarea,.modal-body>.form-grid>.searchable-select,.modal-body>.form-grid>label.field{width:100%;min-width:0}.modal-body>.form-grid>button:last-child{grid-column:1/-1;justify-self:end;min-width:150px}@media (width<=680px){.overlay{align-items:center;padding:10px}.modal,.modal.modal-wide{max-width:100%;max-height:calc(100dvh - 20px)}.modal:has(.form-grid){max-width:100%;max-height:calc(100dvh - 20px)}.modal:has(.company-create-form){max-width:100%;max-height:calc(100dvh - 20px)}.modal:has(.form-grid .grid-4){max-width:100%;max-height:calc(100dvh - 20px)}.modal:has(.form-grid>.panel.wide){max-width:100%;max-height:calc(100dvh - 20px)}.modal-header{padding:15px 16px 13px}.modal-body{padding:16px}.modal-body>.form-grid,.modal-body .form-grid .grid-4{grid-template-columns:1fr}.modal-body .form-grid .row{flex-wrap:wrap;min-width:0}.modal-body>.form-grid>button:last-child{grid-column:auto;width:100%}}.command-palette button.link-button{text-align:left;border-radius:var(--radius-sm);width:100%;padding:9px 12px;text-decoration:none;display:block}.command-palette button.link-button.active,.command-palette button.link-button:hover:not(:disabled){background:var(--surface-alt);color:var(--accent-strong)}.page-toolbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.page-toolbar .page-header{margin-bottom:0}.page-toolbar>button{flex-shrink:0}.form-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));align-items:end;gap:14px 18px;display:grid}.form-grid>*{margin:0}.form-grid .full-width{grid-column:1/-1}.gstr2b-import-form{grid-template-columns:repeat(4,minmax(150px,1fr));gap:20px;max-width:none;padding:28px}.gstr2b-import-form .field,.gstr2b-import-form input{width:100%;min-width:0}.gstr2b-import-form input{min-height:48px;padding-inline:14px}.gstr2b-import-form .field-label{color:var(--ink);font-weight:700}.gstr2b-import-actions{grid-column:1/-1;justify-content:flex-end;padding-top:4px;display:flex}.gstr2b-import-actions button{width:auto;min-width:170px;min-height:44px}@media (width<=1180px){.gstr2b-import-form{grid-template-columns:repeat(2,minmax(180px,1fr))}}.gst-config-form{grid-template-columns:repeat(3,minmax(190px,1fr));gap:22px;max-width:none;padding:32px}.gst-config-toggles{background:var(--surface-alt);border:1px solid var(--line);border-radius:var(--radius-md);grid-column:1/-1;grid-template-columns:repeat(4,minmax(180px,1fr));gap:12px 20px;padding:14px 16px;display:grid}.gst-config-fields{display:contents}.gst-config-form input:not([type=checkbox]),.gst-config-form select{width:100%;min-width:0;min-height:52px;padding-inline:16px}.gst-config-form .field{gap:8px;width:100%;min-width:0}.gst-config-form .field-label{color:var(--ink);font-weight:700}.gst-config-actions{grid-column:1/-1;justify-content:flex-end;padding-top:4px;display:flex}.gst-config-actions button{width:auto;min-width:180px;min-height:44px}@media (width<=1180px){.gst-config-form,.gst-config-toggles{grid-template-columns:repeat(2,minmax(180px,1fr))}}.form-options-row{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:20px;padding:8px 0 4px;display:flex}.form-grid .grid-4{grid-column:1/-1;grid-template-columns:minmax(220px,2fr) minmax(110px,1fr) minmax(110px,1fr) auto;align-items:end;gap:12px;display:grid}.form-grid h3{grid-column:1/-1;margin:8px 0 4px;font-size:16px;font-weight:700}.form-grid h4{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;grid-column:1/-1;margin:16px 0 2px;font-size:12px;font-weight:700}.form-grid h4:first-child{margin-top:0}.company-profile-form{grid-template-columns:repeat(4,minmax(190px,1fr));gap:22px;max-width:none;padding:32px}.company-profile-form .field{gap:8px;min-width:0}.company-profile-form .field-label{color:var(--ink);font-weight:700}.company-profile-form input{width:100%;min-width:0;min-height:54px;padding-inline:16px}.company-profile-form h4{border-left:4px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:linear-gradient(90deg, var(--accent-soft), transparent 75%);color:var(--accent-strong);margin-top:14px;padding:12px 14px}.company-profile-form .form-actions{justify-content:flex-end;margin-top:8px}.company-profile-form .form-actions button{width:auto;min-width:210px;min-height:46px}@media (width<=1180px){.company-profile-form{grid-template-columns:repeat(2,minmax(220px,1fr))}}.stack-form{flex-direction:column;gap:14px;display:flex}.form-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;display:flex}.form-grid .form-actions{border-top:1px solid var(--line-soft);grid-column:1/-1;align-items:center;gap:12px;margin-top:20px;padding-top:14px;display:flex}.inline-check{min-height:40px;color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:500;display:inline-flex}.inline-check input[type=checkbox],.inline-check input[type=radio]{width:18px;height:18px;min-height:18px;accent-color:var(--accent);cursor:pointer;margin:0}.field{flex-direction:column;gap:6px;display:flex}.field-label{color:var(--muted);font-size:13px;font-weight:600}.invoice-payment-assets-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.invoice-payment-assets-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.invoice-payment-assets-header>div:first-child{min-width:0}.invoice-payment-assets-actions{flex:none;margin-top:4px}.invoice-payment-assets-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.invoice-payment-assets-summary .summary-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);min-width:0;min-height:108px;box-shadow:var(--shadow-xs);flex-direction:column;justify-content:center;gap:8px;padding:18px 20px 18px 24px;display:flex;position:relative;overflow:hidden}.invoice-payment-assets-summary .summary-card:before{content:"";background:linear-gradient(180deg, var(--accent), var(--accent-strong));width:4px;position:absolute;inset:0 auto 0 0}.invoice-payment-assets-summary .summary-card strong{font-variant-numeric:tabular-nums;font-size:28px;line-height:1.1}.invoice-payment-assets-summary .summary-card span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.invoice-payment-assets-panel{min-width:0;padding:22px}.invoice-payment-assets-panel .section-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:18px;padding-bottom:13px}.invoice-payment-assets-panel .section-heading .eyebrow{margin-bottom:3px}.invoice-payment-assets-panel .section-heading h3{margin:0;font-size:17px}.invoice-payment-assets-panel .section-heading>.badge{flex:none}.invoice-payment-assets-split{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:start;gap:26px;display:grid}.invoice-payment-assets-form-column,.invoice-payment-assets-preview-column{min-width:0}.invoice-payment-assets-page .form-grid{grid-template-columns:repeat(4,minmax(170px,1fr));gap:14px 16px}.invoice-payment-assets-assignment .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-payment-assets-page .form-grid>label:not(.checkbox-row){min-width:0;color:var(--ink);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.invoice-payment-assets-page .form-grid input:not([type=checkbox]),.invoice-payment-assets-page .form-grid select,.invoice-payment-assets-page .form-grid textarea{width:100%;min-width:0;font-weight:400}.invoice-payment-assets-page .form-grid .checkbox-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);align-self:end;align-items:center;min-height:44px;padding:10px 12px;font-size:13px}.invoice-payment-assets-page .form-grid .checkbox-row input{flex:0 0 18px;width:18px;height:18px;min-height:18px;margin:0}.invoice-payment-assets-preview-column{position:sticky;top:92px}.invoice-payment-assets-preview{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);scrollbar-gutter:stable;max-height:520px;padding:18px;overflow:auto}.invoice-payment-assets-preview>p:first-child{margin-top:0}.invoice-payment-assets-preview code,.invoice-payment-assets-preview pre{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);max-width:100%;color:var(--ink);overflow-wrap:anywhere;margin:8px 0 16px;padding:12px;font-size:12px;line-height:1.55;display:block}.invoice-payment-assets-preview ul{color:var(--danger);margin:8px 0 16px;padding-left:20px}.invoice-payment-assets-tests .table-scroll td{white-space:normal;overflow-wrap:anywhere;max-width:360px;line-height:1.45}.invoice-payment-assets-tests .table-scroll td:first-child,.invoice-payment-assets-tests .table-scroll td:nth-child(2),.invoice-payment-assets-tests .table-scroll td:nth-child(5){white-space:nowrap}@media (width<=1200px){.invoice-payment-assets-summary,.invoice-payment-assets-page .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-payment-assets-split{grid-template-columns:1fr}.invoice-payment-assets-preview-column{position:static}}@media (width<=700px){.invoice-payment-assets-header,.invoice-payment-assets-panel .section-heading{flex-direction:column;align-items:stretch}.invoice-payment-assets-actions button{flex:auto}.invoice-payment-assets-summary,.invoice-payment-assets-page .form-grid,.invoice-payment-assets-assignment .form-grid{grid-template-columns:1fr}.invoice-payment-assets-panel{padding:15px}.invoice-payment-assets-preview{max-height:440px;padding:14px}}.invoice-template-gallery-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.invoice-template-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.invoice-template-summary-grid .summary-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);min-width:0;min-height:108px;box-shadow:var(--shadow-xs);flex-direction:column;justify-content:center;gap:8px;padding:18px 20px 18px 24px;display:flex;position:relative;overflow:hidden}.invoice-template-summary-grid .summary-card:before{content:"";background:linear-gradient(180deg, var(--accent), var(--accent-strong));width:4px;position:absolute;inset:0 auto 0 0}.invoice-template-summary-grid .summary-card span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.invoice-template-summary-grid .summary-card strong{font-variant-numeric:tabular-nums;font-size:28px;line-height:1.1}.invoice-template-workspace{padding:24px;overflow:visible}.invoice-template-workspace-grid{grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);align-items:start;gap:28px;display:grid}.invoice-template-editor,.invoice-template-preview-column{min-width:0}.invoice-template-gallery-page .section-heading{border-bottom:1px solid var(--line-soft);margin-bottom:16px;padding-bottom:12px}.invoice-template-gallery-page .section-heading h3{margin-bottom:3px}.invoice-template-gallery-page .section-heading .muted{color:var(--muted);margin:0;font-size:13px}.invoice-template-editor .form-grid,.invoice-template-defaults-panel .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.invoice-template-gallery-page .form-grid>label{min-width:0;color:var(--ink);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.invoice-template-gallery-page .form-grid input,.invoice-template-gallery-page .form-grid select,.invoice-template-gallery-page .form-grid textarea{width:100%;min-width:0;font-weight:400}.invoice-template-gallery-page input[type=color]{cursor:pointer;min-height:44px;padding:5px}.invoice-template-gallery-page input[type=file]{min-height:44px;padding:6px 8px}.invoice-template-gallery-page .checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:2px 0}.invoice-template-gallery-page .checkbox-grid label{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);min-height:42px;color:var(--ink);padding:9px 11px;font-size:13px}.invoice-template-gallery-page .checkbox-grid input{flex:0 0 17px;width:17px;height:17px;min-height:17px;margin:0}.invoice-template-preview-column{position:sticky;top:92px}.invoice-template-preview{border:1px solid var(--line);border-radius:var(--radius-md);width:100%;max-width:none;max-height:calc(100vh - 180px);box-shadow:var(--shadow-sm);scrollbar-gutter:stable;padding:24px;overflow:auto!important}.invoice-template-preview table{min-width:620px}.invoice-template-preview .summary-list{max-width:360px;margin-left:auto}.invoice-template-defaults-panel,.invoice-template-status-panel{padding:22px}.invoice-template-defaults-panel .form-grid{grid-template-columns:repeat(4,minmax(170px,1fr))}@media (width<=1200px){.invoice-template-workspace-grid{grid-template-columns:1fr}.invoice-template-preview-column{position:static}.invoice-template-preview{max-height:720px}.invoice-template-defaults-panel .form-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=700px){.invoice-template-summary-grid,.invoice-template-editor .form-grid,.invoice-template-defaults-panel .form-grid,.invoice-template-gallery-page .checkbox-grid{grid-template-columns:1fr}.invoice-template-workspace,.invoice-template-defaults-panel,.invoice-template-status-panel{padding:15px}.invoice-template-preview{max-height:none;padding:16px}.invoice-template-gallery-page .toolbar-actions button{width:100%}}.voucher-print{background:var(--surface);max-width:794px;margin-inline:auto}.voucher-print-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.voucher-print-company{align-items:flex-start;gap:12px;min-width:0;display:flex}.voucher-print-company h3{margin:0 0 4px}.voucher-print-company p{margin:0 0 3px}.voucher-print-logo{object-fit:contain;border:1px solid var(--line);border-radius:var(--radius-sm);width:68px;height:68px;padding:4px}.voucher-print-meta{text-align:right}.voucher-print-title{text-align:center;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--ink);margin:4px 0 20px;padding-bottom:12px}.voucher-print .amount-col{text-align:right;white-space:nowrap}.voucher-print.letter-paper{max-width:816px}.voucher-line-detail{color:var(--muted);margin-top:2px;font-size:12px}.voucher-print-total td{border-top:2px solid var(--ink);border-bottom:none;font-weight:700}.voucher-print-narration{color:var(--muted);margin-top:16px}.voucher-print-signature{justify-content:space-between;gap:24px;margin-top:56px;display:flex}.voucher-print-signature span{border-top:1px solid var(--line);padding-top:8px}.print-template-tax-invoice{border-top:5px solid var(--accent)}.print-template-tax-invoice .voucher-print-title{color:var(--accent-strong)}.print-template-compact{font-size:13px}.print-template-compact .voucher-print-title{margin-bottom:10px;padding-bottom:8px}.print-column-grid{flex-direction:column;gap:8px;display:flex}.print-column-row{grid-template-columns:100px minmax(120px,1fr) auto auto;align-items:center;gap:8px;display:grid}.cheque-leaf{border:1px dashed var(--line);border-radius:var(--radius-md);max-width:640px;padding:20px}.cheque-leaf-row{border-bottom:1px dotted var(--line);justify-content:space-between;align-items:baseline;gap:16px;padding:10px 0;display:flex}.cheque-leaf-row:last-child{border-bottom:none}.cheque-leaf-amount{justify-content:flex-end;font-size:20px;font-weight:700}.cheque-leaf-footer{color:var(--muted);align-items:flex-end;font-size:12px}.cheque-leaf-signature{padding-top:24px}.stack-form{flex-direction:column;gap:10px;max-width:480px;display:flex}.stack{flex-direction:column;gap:12px;display:flex}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.section-heading h3{margin:0 0 4px}.panel.subtle{background:var(--surface-alt);box-shadow:none;border-radius:var(--radius-md);margin-bottom:0;padding:14px}.permission-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px 12px;margin-top:12px;display:grid}.checkbox-row{align-items:flex-start;gap:8px;font-size:13px;line-height:1.35;display:flex}.checkbox-row input{flex-shrink:0;width:16px;height:16px;min-height:auto;margin-top:1px}.row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.row.no-print{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);padding:14px 18px}.checkbox-row{color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;min-height:40px;margin:0;font-size:14px;font-weight:500;display:inline-flex}.checkbox-row input[type=checkbox]{width:18px;height:18px;min-height:18px;accent-color:var(--accent);cursor:pointer;margin:0}.row>.panel{margin-bottom:0}.inline-check{align-items:flex-start;gap:8px;font-weight:500;display:flex}.inline-check input{flex-shrink:0;width:18px;height:18px;min-height:auto;margin-top:2px}.searchable-select{min-width:0;position:relative}.searchable-select-trigger{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:40px;color:inherit;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;padding:9px 28px 9px 12px;font-weight:400;overflow:hidden}.searchable-select-trigger:hover:not(:disabled){border-color:var(--accent)}.searchable-select-trigger:disabled{opacity:.5;cursor:not-allowed}.searchable-select-trigger::placeholder{color:var(--muted)}.searchable-select-caret{color:var(--muted);pointer-events:none;font-size:11px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.searchable-select-native-proxy{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;min-height:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.searchable-select-panel{z-index:60;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow-lg);flex-direction:column;gap:6px;padding:6px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0}.searchable-select-panel-portal{transform-origin:top;animation:.14s ease-out searchableSelectOpen;overflow:hidden}.searchable-select-panel-portal .searchable-select-options{overscroll-behavior:contain;scrollbar-gutter:stable;overflow-y:auto}.monthly-summary-filters{z-index:30;grid-template-columns:repeat(2,minmax(220px,1fr)) repeat(2,minmax(170px,.7fr)) auto;align-items:center;gap:12px;display:grid;position:relative;overflow:visible}.monthly-summary-filters .searchable-select,.monthly-summary-filters .searchable-select-trigger,.monthly-summary-filters>input{width:100%;min-width:0}.monthly-summary-filters .searchable-select-trigger,.monthly-summary-filters>input,.monthly-summary-filters>button{height:48px;min-height:48px}@media (width<=1100px){.monthly-summary-filters{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (width<=640px){.monthly-summary-filters{grid-template-columns:1fr}.monthly-summary-filters>button{width:100%}}@keyframes searchableSelectOpen{0%{opacity:0;transform:translateY(-4px)scaleY(.98)}to{opacity:1;transform:translateY(0)scaleY(1)}}.searchable-select:focus-within{z-index:200}.reconciliation-toolbar{z-index:30;grid-template-columns:minmax(340px,560px) auto minmax(230px,1fr);align-items:end;gap:18px;padding:26px;display:grid;position:relative;overflow:visible}.reconciliation-toolbar:focus-within{z-index:300}.reconciliation-ledger-field{gap:8px;min-width:0}.reconciliation-ledger-field .field-label{color:var(--ink);font-weight:700}.reconciliation-ledger-field .searchable-select,.reconciliation-ledger-field .searchable-select-trigger,.reconciliation-ledger-field .searchable-select-panel{width:100%;min-width:100%}.reconciliation-ledger-field .searchable-select-trigger{min-height:54px;padding-inline:16px 38px}.reconciliation-ledger-field .searchable-select-panel{z-index:400;max-height:min(340px,55vh)}.reconciliation-ledger-field .searchable-select-options{max-height:min(310px,50vh)}.reconciliation-refresh{width:auto;min-width:120px;min-height:48px;margin-bottom:3px}.reconciliation-toggle{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);justify-content:flex-start;align-self:end;min-height:54px;margin:0;padding:0 16px}.searchable-select-options{flex-direction:column;max-height:240px;display:flex;overflow-y:auto}.searchable-select-option{cursor:pointer;border-radius:6px;padding:8px 10px;font-size:14px}.searchable-select-option.active{background:var(--surface-alt)}.searchable-select-option.selected{color:var(--accent-strong);font-weight:600}.searchable-select-option.searchable-select-add-new{color:var(--accent-strong);border-bottom:1px solid var(--line);border-radius:6px 6px 0 0;margin-bottom:2px;font-weight:600}.searchable-select-empty{color:var(--muted);padding:8px 10px;font-size:13px}.search-field{min-width:0;position:relative}.search-field svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-field input[type=search]{width:100%;padding-left:36px}.data-table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.data-table-toolbar .search-field{min-width:260px}.data-table-actions-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.data-table-actions-row select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);min-height:40px;color:var(--ink);cursor:pointer;padding:0 14px;font-size:13px;font-weight:600;transition:border-color .12s,box-shadow .12s}.data-table-actions-row select:hover{border-color:var(--accent)}.data-table-count{border-radius:var(--radius-sm);background:var(--surface-alt);border:1px solid var(--line);min-height:40px;color:var(--muted);white-space:nowrap;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.data-table-column-chooser{position:relative}.data-table-column-chooser[open]{z-index:100}.data-table-column-chooser summary{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);min-height:40px;color:var(--ink);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:600;list-style:none;display:inline-flex}.data-table-column-chooser summary:after{content:"▾";color:var(--muted);font-size:11px;transition:transform .15s}.data-table-column-chooser[open] summary{border-color:var(--accent);box-shadow:var(--focus-ring)}.data-table-column-chooser[open] summary:after{transform:rotate(180deg)}.data-table-column-chooser summary::-webkit-details-marker{display:none}.data-table-column-trigger{white-space:nowrap;justify-content:center;align-items:center;gap:8px;min-height:40px;margin:0;display:inline-flex}.data-table-column-caret{color:var(--muted);font-size:11px;transition:transform .15s}.data-table-column-trigger[aria-expanded=true]{border-color:var(--accent);box-shadow:var(--focus-ring)}.data-table-column-trigger[aria-expanded=true] .data-table-column-caret{transform:rotate(180deg)}.data-table-column-menu{z-index:100;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);min-width:220px;max-height:320px;box-shadow:var(--shadow);padding:10px;position:absolute;top:calc(100% + 6px);right:0;overflow:auto}.data-table-column-menu .inline-check{border-radius:var(--radius-sm);cursor:pointer;width:100%;padding:9px 10px}.data-table-column-menu .inline-check:hover{background:var(--surface-alt)}.data-table-column-menu-portal{z-index:10000;max-width:calc(100vw - 16px);animation:.14s ease-out searchableSelectOpen;position:fixed;right:auto}.sortable-th-actions{text-align:right;min-width:120px}.data-table-actions-cell{text-align:right;white-space:nowrap;min-width:120px}.data-table-actions-cell>*+*{margin-left:8px}.table-action-buttons{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}button.table-action-button{background:var(--accent-soft);min-height:32px;color:var(--accent-strong);box-shadow:none;border:1px solid #2f6f4f40;border-radius:7px;padding:0 12px;font-size:13px;font-weight:700}.data-table-compact th,.data-table-compact td{padding-top:5px;padding-bottom:5px}.data-table-compact table{font-size:13px}button.table-action-button:hover:not(:disabled){border-color:var(--accent);background:var(--surface);box-shadow:var(--shadow-xs);transform:none}button.table-action-button.danger{background:var(--danger-soft);color:var(--danger);border-color:#b4231840}button.table-action-button.danger:hover:not(:disabled){border-color:var(--danger);background:var(--surface);box-shadow:var(--shadow-xs)}button.table-action-button.subtle{border-color:var(--line);background:var(--surface);color:var(--ink)}button.table-action-button.subtle:hover:not(:disabled){border-color:var(--accent);background:var(--surface-alt);color:var(--accent-strong)}.voucher-action-buttons{flex-wrap:nowrap}.voucher-number-link,.voucher-number-link:visited{background:var(--accent-soft);min-height:30px;color:var(--accent-strong);white-space:nowrap;border:1px solid #2f6f4f38;border-radius:7px;align-items:center;padding:3px 10px;font-weight:700;text-decoration:none;transition:background .12s,border-color .12s,box-shadow .12s;display:inline-flex}.voucher-number-link:hover{border-color:var(--accent);background:var(--surface);box-shadow:var(--shadow-xs)}.voucher-number-link:focus-visible{box-shadow:var(--focus-ring);outline:none}.voucher-filter-bar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);grid-template-columns:repeat(5,minmax(170px,1fr)) auto;align-items:end;gap:16px;margin-bottom:20px;padding:18px;display:grid}.voucher-filter-bar .field{gap:7px;min-width:0}.voucher-filter-bar .field-label{color:var(--ink);font-weight:700}.voucher-filter-bar input:not([type=checkbox]),.voucher-filter-bar .searchable-select,.voucher-filter-bar .searchable-select-trigger{width:100%;min-width:0}.voucher-filter-bar input:not([type=checkbox]),.voucher-filter-bar .searchable-select-trigger{min-height:48px;padding-inline:14px}.voucher-optional-filter{white-space:nowrap;min-height:48px;padding:0 8px}@media (width<=1280px){.voucher-filter-bar{grid-template-columns:repeat(3,minmax(190px,1fr))}}@media (width<=768px){.voucher-filter-bar{grid-template-columns:1fr;padding:14px}.voucher-optional-filter{white-space:normal;padding-inline:0}}.table-scroll{border:1px solid var(--line);border-radius:var(--radius-md);max-height:65vh;overflow:auto}.table-scroll:focus-visible{box-shadow:var(--focus-ring);outline:none}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;padding:8px 10px}tbody tr:last-child td{border-bottom:0}th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;background:var(--surface-alt);z-index:1;padding-top:7px;padding-bottom:7px;font-size:11px;font-weight:700;position:sticky;top:0}.empty-state{color:var(--muted);text-align:center;padding:28px}.empty-state-body{white-space:normal;flex-direction:column;align-items:center;gap:8px;display:flex}.empty-state-body svg{opacity:.5}tr.selected td,tr.row-active td{background:var(--accent-soft)}tr.clickable{cursor:pointer}th.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none}th.sortable-th:hover{color:var(--ink)}.data-table-pagination{justify-content:flex-end;align-items:center;gap:10px;margin-top:12px;display:flex}.data-table-pagination button.secondary{padding:6px 14px}tr.clickable:hover td{background:var(--surface-alt)}.metrics-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);flex-direction:column;gap:6px;margin:18px;padding:22px 22px 26px 26px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.metric-card:before{content:"";background:linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);width:4px;position:absolute;inset:0 auto 0 0}.metric-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px)}.metric-card strong{letter-spacing:-.02em;font-size:30px;font-weight:800}.metric-card a{color:var(--accent-strong);align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.metric-card a svg{transition:transform .12s}.metric-card a:hover{text-decoration:underline}.metric-card a:hover svg{transform:translate(2px)}.metric-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.metric-card-icon{background:var(--accent-soft);width:36px;height:36px;color:var(--accent-strong);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.metric-card-icon.warn{background:var(--warn-soft);color:var(--warn)}.metric-card-icon.bad{background:var(--danger-soft);color:var(--danger)}.migration-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:22px;display:grid}.helper-box{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-alt);gap:4px;margin-top:14px;margin-bottom:10px;padding:12px 14px;display:grid}.helper-box p{color:var(--muted);margin:0}.helper-box small{color:var(--muted);overflow-wrap:anywhere}.toolbar-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.form-message{color:var(--muted);margin-top:12px}.checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px 14px;margin-top:14px;display:grid}.checkbox-grid label{color:var(--muted);align-items:center;gap:8px;display:flex}.status-pill{text-transform:capitalize;border-radius:999px;align-items:center;padding:4px 9px;font-size:12px;font-weight:700;display:inline-flex}.status-pill.posted{background:var(--success-soft);color:var(--success)}.status-pill.cancelled{background:var(--danger-soft);color:var(--danger)}.migration-workbench-page{width:100%;max-width:1500px;margin-inline:auto}.migration-workbench-page .migration-grid{padding:24px}.migration-workbench-page .migration-grid>div{min-width:0}.migration-section-heading{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:14px;display:flex}.migration-section-heading :is(.eyebrow,h3){margin:0}.migration-section-heading>span{color:var(--muted);text-align:right;font-size:12px}.migration-workbench-page .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.migration-workbench-page .field{gap:7px;min-width:0;display:grid}.migration-workbench-page .field-label{color:var(--ink);font-size:13px;font-weight:700}.migration-workbench-page .field-help{color:var(--muted);font-size:11px;line-height:1.4}.migration-workbench-page .field>:is(input,select){width:100%;min-width:0}.migration-workbench-page .migration-file-field{grid-column:1/-1}.migration-workbench-page input[type=file]{background:var(--surface);min-height:48px;padding:6px}.migration-workbench-page input[type=file]::file-selector-button{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);min-height:34px;color:var(--ink);cursor:pointer;font:inherit;margin-right:10px;padding:0 14px;font-weight:650}.migration-workbench-page .toolbar-actions{border-top:1px solid var(--line-soft);padding-top:16px}.migration-workbench-page .form-message{border-radius:var(--radius-sm);padding:10px 12px;font-weight:600}.migration-workbench-page .form-message.success{background:var(--success-soft);color:var(--success)}.migration-workbench-page .form-message.error{background:var(--danger-soft);color:var(--danger)}.migration-workbench-page .summary-row{padding-block:12px}@media (width<=900px){.migration-grid{grid-template-columns:1fr}}@media (width<=640px){.migration-workbench-page .migration-grid{padding:14px}.migration-workbench-page .form-grid{grid-template-columns:1fr}.migration-workbench-page .migration-file-field{grid-column:auto}.migration-section-heading{flex-direction:column}.migration-section-heading>span{text-align:left}.migration-workbench-page .toolbar-actions,.migration-workbench-page .toolbar-actions>button{width:100%}}.report-navigation-page{width:100%;min-width:0;max-width:1600px;margin-inline:auto}.report-navigation-page>.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.report-navigation-page .button-row{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.report-navigation-page .summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px;margin-bottom:20px;display:grid}.report-navigation-page .summary-grid .metric-card{justify-content:space-between;min-height:132px;margin:0;padding:18px 18px 18px 22px}.report-navigation-page .summary-grid .metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.report-navigation-page .summary-grid .metric-card strong{overflow-wrap:anywhere;font-size:clamp(20px,2vw,28px)}.report-navigation-page .panel{overflow:visible}.report-navigation-page .section-header{border-bottom:1px solid var(--line-soft);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:14px;display:flex}.report-navigation-page .section-header h2{margin:0 0 4px;font-size:18px}.report-navigation-page .muted{color:var(--muted);margin:0}.report-navigation-page .form-grid.three{grid-template-columns:repeat(3,minmax(220px,1fr));align-items:start;margin-bottom:18px}.report-navigation-page .form-grid.three>label,.report-navigation-page .stacked-field{min-width:0;color:var(--muted);flex-direction:column;gap:6px;font-size:13px;font-weight:700;display:flex}.report-navigation-page .form-grid.three input,.report-navigation-page .form-grid.three select{width:100%;min-width:0;min-height:44px;color:var(--ink);font-weight:400}.report-navigation-page .stacked-field{margin-bottom:20px}.report-navigation-page .stacked-field textarea{min-height:96px;color:var(--ink);font-weight:400}.report-navigation-page .editable-list{gap:10px;margin-bottom:20px;display:grid}.report-navigation-page .editable-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);grid-template-columns:minmax(180px,.8fr) 120px minmax(280px,1.4fr) 130px minmax(260px,1.2fr);align-items:center;gap:10px;padding:12px;display:grid}.report-navigation-page .editable-row>*{width:100%;min-width:0}.report-navigation-page .data-table-toolbar,.report-navigation-page .table-scroll{z-index:1;position:relative}@media (width<=1200px){.report-navigation-page .summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-navigation-page .form-grid.three,.report-navigation-page .editable-row{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=700px){.report-navigation-page>.page-header,.report-navigation-page .section-header{display:block}.report-navigation-page .button-row{margin:14px 0 0}.report-navigation-page .button-row button{flex:160px}.report-navigation-page .summary-grid,.report-navigation-page .form-grid.three,.report-navigation-page .editable-row{grid-template-columns:1fr}}.dashboard-page{width:100%;max-width:1600px;margin-inline:auto}.dashboard-page .page-copy{margin-bottom:0}.dashboard-page .metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.dashboard-page .metric-card{min-width:0;min-height:190px;margin:0;padding:20px}.dashboard-page .metric-footer{flex-wrap:wrap;justify-content:space-between}.dashboard-page .metric-footer a{margin-left:auto}.dashboard-section{margin-bottom:24px}.dashboard-section>h3{margin-bottom:12px}.dashboard-page .quick-launcher-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0}.chart-row{flex-wrap:wrap;gap:18px;margin-top:20px;display:flex}.chart-row .chart-card{flex:1;min-width:320px;margin-bottom:0}.chart-card h3{margin-bottom:12px;font-size:14px}.dashboard-page .chart-row{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0;display:grid}.dashboard-page .chart-card{min-width:0}@media (width<=1280px){.dashboard-page .metric-grid,.dashboard-page .quick-launcher-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.dashboard-page .metric-grid,.dashboard-page .quick-launcher-grid,.dashboard-page .chart-row{grid-template-columns:1fr}.dashboard-page .metric-card{min-height:0}}.voucher-form{max-width:900px}.gst-voucher-form{width:100%;max-width:none;padding:30px}.gst-voucher-form>.row{grid-template-columns:repeat(2,minmax(260px,1fr));align-items:end;gap:20px 22px;margin-bottom:20px;display:grid}.gst-voucher-form .field{gap:8px;width:100%;min-width:0}.gst-voucher-form .field-label{color:var(--ink);font-weight:700}.gst-voucher-form>.row input,.gst-voucher-form>.row select,.gst-voucher-form>.row .searchable-select,.gst-voucher-form>.row .searchable-select-trigger{width:100%;min-width:0}.gst-voucher-form>.row input,.gst-voucher-form>.row select,.gst-voucher-form>.row .searchable-select-trigger{min-height:52px;padding-inline:16px}.gst-voucher-preview{align-items:center;width:100%;min-height:52px;margin:29px 0 0}.gst-voucher-narration-row,.gst-voucher-narration{grid-column:1/-1}.gst-voucher-narration textarea{resize:vertical;width:100%;min-height:110px;padding:14px 16px}.gst-voucher-form>.panel.wide{background:var(--surface-alt);padding:22px}.gst-voucher-form>.panel.wide .row{grid-template-columns:repeat(4,minmax(130px,1fr));gap:12px;margin-bottom:12px;display:grid}.gst-voucher-form>.panel.wide input,.gst-voucher-form>.panel.wide .searchable-select-trigger{width:100%;min-width:0;min-height:46px}.gst-voucher-form>button:last-of-type{width:auto;min-width:190px;min-height:46px;margin:22px 0 0 auto;display:flex}@media (width<=1280px){.gst-voucher-form>.panel.wide .row{grid-template-columns:repeat(3,minmax(140px,1fr))}}.tds-voucher-form,.tcs-voucher-form{max-width:none;padding:30px}.tds-voucher-grid,.tcs-voucher-grid{grid-template-columns:repeat(2,minmax(240px,1fr));gap:20px 22px;display:grid}.tds-voucher-grid .field,.tcs-voucher-grid .field{gap:8px;min-width:0}.tds-voucher-grid .field-label,.tcs-voucher-grid .field-label{color:var(--ink);font-weight:700}.tds-voucher-grid input,.tds-voucher-grid .searchable-select,.tds-voucher-grid .searchable-select-trigger,.tcs-voucher-grid input,.tcs-voucher-grid textarea,.tcs-voucher-grid .searchable-select,.tcs-voucher-grid .searchable-select-trigger{width:100%;min-width:0}.tds-voucher-grid input,.tds-voucher-grid .searchable-select-trigger,.tcs-voucher-grid input,.tcs-voucher-grid .searchable-select-trigger{min-height:52px;padding-inline:16px}.tcs-voucher-narration{grid-column:1/-1}.tcs-voucher-narration textarea{resize:vertical;min-height:96px;padding:14px 16px}.tds-voucher-actions,.tcs-voucher-actions{border-top:1px solid var(--line-soft);justify-content:flex-end;margin-top:22px;padding-top:18px;display:flex}.tds-voucher-actions button,.tcs-voucher-actions button{width:auto;min-width:190px;min-height:44px}.form-shell{grid-template-columns:minmax(0,1fr) 300px;align-items:flex-start;gap:20px;display:grid}.form-sidebar{flex-direction:column;gap:20px;display:flex}.summary-list{gap:8px;display:grid}.summary-list.compact{gap:2px}.summary-list.compact .summary-row{color:var(--muted);border-bottom:none;padding:3px 0;font-size:.95rem}.sidebar-toggle{margin-top:16px}.sidebar-toggle .secondary{width:auto}@media (width<=900px){.sidebar-toggle .secondary{justify-content:center;width:100%}}.shortcut-list{gap:10px;display:grid}.shortcut-item{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);justify-content:space-between;gap:12px;padding:10px 12px;display:flex}.shortcut-item strong{white-space:nowrap}.shortcut-item small{color:var(--muted);margin-top:2px;font-size:11px;display:block}@media (width<=1080px){.form-shell{grid-template-columns:1fr}.tds-voucher-grid,.tcs-voucher-grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}.voucher-lines{flex-direction:column;gap:10px;margin:12px 0;display:flex}.voucher-line{background:var(--surface-alt);border:1px solid var(--line);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:8px;padding:12px;display:flex}.voucher-line>*{flex:150px;min-width:0}.voucher-line>button,.voucher-line>.inline-check,.voucher-line>.ledger-balance-hint{flex:none}.ledger-balance-hint{color:var(--muted);white-space:nowrap;align-self:center;font-size:12px}.bill-allocation{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);flex-wrap:wrap;flex-basis:100%;grid-column:1/-1;gap:8px;padding:10px;display:flex}.bill-allocation>*{flex:200px;min-width:0}.voucher-item-lines{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;flex-basis:100%;gap:8px;padding:10px;display:flex}.voucher-item-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.voucher-item-line>*{flex:130px;min-width:0}.voucher-item-line>button,.voucher-item-line>.ledger-balance-hint{flex:none}.voucher-item-lines>button{align-self:flex-start}.voucher-totals{border-radius:var(--radius-md);z-index:20;box-shadow:var(--shadow-sm);gap:24px;margin:12px 0;padding:12px 16px;font-weight:700;display:flex;position:sticky;bottom:12px}.voucher-totals.balanced{background:var(--success-soft);color:var(--success)}.voucher-totals.unbalanced{background:var(--danger-soft);color:var(--danger)}.badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:3px 11px;font-size:12px;font-weight:700;display:inline-flex}.badge.neutral{background:var(--surface-alt);color:var(--muted);border-color:var(--line)}.badge.good{background:var(--success-soft);color:var(--success)}.badge.warn{background:var(--warn-soft);color:var(--warn)}.badge.bad{background:var(--danger-soft);color:var(--danger)}.chip{border-radius:var(--radius-sm);background:var(--surface-alt);border:1px solid var(--line);min-width:64px;color:var(--ink);justify-content:center;align-items:center;padding:4px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;font-weight:600;display:inline-flex}.tabs{background:var(--surface-alt);border-radius:var(--radius-md);gap:4px;width:fit-content;max-width:100%;margin-bottom:18px;padding:4px;display:flex;overflow-x:auto}.tab-button{color:var(--muted);min-height:36px;box-shadow:none;white-space:nowrap;background:0 0;border:0;border-radius:8px;padding:0 16px;font-weight:600}.tab-button:hover:not(:disabled){color:var(--ink);box-shadow:none;background:0 0;transform:none}.tab-button.active{background:var(--surface);color:var(--accent-strong);box-shadow:var(--shadow-xs)}.summary-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:8px 0;display:flex}.summary-row:last-child{border-bottom:none}.summary-row.total{border-top:2px solid var(--line);margin-top:4px;padding-top:12px;font-weight:700}.report-drill-row{border-bottom:1px solid var(--line)}.report-drill-row:last-child{border-bottom:none}.report-ledger-link,.report-ledger-link:visited{min-height:30px;color:var(--accent-strong);white-space:nowrap;border:1px solid #0000;border-radius:7px;align-items:center;padding:3px 10px;font-weight:700;text-decoration:none;transition:background .12s,border-color .12s,box-shadow .12s;display:inline-flex}.report-ledger-link:hover{background:var(--accent-soft);border-color:#2f6f4f40}.report-ledger-link:focus-visible{box-shadow:var(--focus-ring);outline:none}.group-summary-link,.group-summary-link:visited,button.group-summary-link{min-height:30px;color:var(--accent-strong);box-shadow:none;font:inherit;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;padding:3px 10px;font-weight:700;text-decoration:none;display:inline-flex}.group-summary-link:hover,button.group-summary-link:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 28%, var(--line));background:var(--accent-soft);color:var(--accent-strong);box-shadow:none;transform:none}.group-summary-link:focus-visible{box-shadow:var(--focus-ring);outline:none}.group-summary-month-link{color:var(--muted);font-weight:600}button.report-amount-link{min-height:30px;color:var(--accent-strong);box-shadow:none;font-variant-numeric:tabular-nums;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:7px;padding:3px 10px;font-weight:700;text-decoration:none}button.report-amount-link:hover:not(:disabled){background:var(--accent-soft);box-shadow:none;border-color:#2f6f4f40;transform:none}button.report-amount-link:focus-visible{box-shadow:var(--focus-ring);outline:none}.report-drill-toggle{width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0}.report-drill-toggle:disabled{cursor:default;opacity:1}.report-drill-children{padding:0 0 6px 18px}.report-drill-children .summary-row{color:var(--muted);padding:5px 0;font-size:.94rem}.status-badge{border:1px solid var(--line);white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:2px 10px;font-size:12px;font-weight:700;display:inline-flex}.status-badge.good{background:var(--success-soft);color:var(--success);border-color:#1f7a4d38}.status-badge.warn{background:var(--warn-soft);color:var(--warn);border-color:#92400e38}.status-badge.bad{background:var(--danger-soft);color:var(--danger);border-color:#b4231838}.readiness-list{color:var(--muted);margin:12px 0 0;padding-left:22px}.readiness-list li{margin:8px 0}.oauth-email-settings-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.oauth-email-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.oauth-email-summary-grid .metric-card{justify-content:center;gap:8px;min-width:0;min-height:108px;margin:0;padding:18px 20px 18px 24px}.oauth-email-summary-grid .metric-card span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.oauth-email-summary-grid .metric-card strong{font-size:28px;line-height:1.1}.oauth-email-panel{min-width:0;padding:22px}.oauth-email-section-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:18px;padding-bottom:13px}.oauth-email-section-heading>div{min-width:0}.oauth-email-section-heading .eyebrow{margin-bottom:3px}.oauth-email-section-heading h3{margin:0;font-size:17px}.oauth-email-section-heading>.badge{text-transform:capitalize;flex:none}.oauth-email-setup-panel .alert{width:min(100%,1040px);margin-bottom:18px}.oauth-email-setup-form{grid-template-columns:repeat(3,minmax(190px,1fr));gap:16px 18px}.oauth-email-settings-page .form-grid>label{min-width:0;color:var(--ink);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.oauth-email-settings-page .form-grid input,.oauth-email-settings-page .form-grid select,.oauth-email-settings-page .form-grid textarea{width:100%;min-width:0;font-weight:400}.oauth-email-settings-page .form-grid textarea{resize:vertical}.oauth-email-setup-form .span-2{grid-column:span 2}.oauth-email-setup-form .form-actions{border-top:1px solid var(--line-soft);grid-column:1/-1;margin-top:2px;padding-top:14px}.oauth-email-inline-form{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);align-items:end;gap:12px;margin-bottom:18px;padding:16px}.oauth-email-sender-form{grid-template-columns:repeat(4,minmax(160px,1fr)) auto}.oauth-email-test-form{grid-template-columns:repeat(3,minmax(180px,1fr)) auto}.oauth-email-inline-form .form-actions{margin:0}.oauth-email-inline-form .form-actions button{white-space:nowrap;min-height:40px}.oauth-email-providers-panel .inline-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.oauth-email-panel .table-scroll td{white-space:normal;overflow-wrap:anywhere;max-width:380px;line-height:1.45}.oauth-email-panel .table-scroll td:first-child,.oauth-email-panel .table-scroll td:nth-child(2),.oauth-email-panel .table-scroll td:nth-child(5){white-space:nowrap}@media (width<=1200px){.oauth-email-setup-form,.oauth-email-sender-form,.oauth-email-test-form{grid-template-columns:repeat(2,minmax(190px,1fr))}}@media (width<=700px){.oauth-email-summary-grid,.oauth-email-setup-form,.oauth-email-sender-form,.oauth-email-test-form{grid-template-columns:1fr}.oauth-email-section-heading{flex-direction:column;align-items:flex-start}.oauth-email-setup-form .span-2{grid-column:auto}.oauth-email-panel{padding:15px}.oauth-email-inline-form .form-actions,.oauth-email-inline-form .form-actions button,.oauth-email-setup-form .form-actions button{width:100%}}.data-security-readiness-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.data-security-page-toolbar{align-items:flex-start}.data-security-page-toolbar>.status-badge,.data-security-page-toolbar>.badge{margin-top:4px}.data-security-alert{width:min(100%,980px)}.data-security-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.data-security-metrics .metric-card{justify-content:center;gap:11px;min-width:0;min-height:108px;margin:0;padding:18px 18px 18px 22px}.data-security-metrics .metric-card>span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.data-security-metrics .metric-card strong{overflow-wrap:anywhere;font-size:clamp(22px,2vw,30px);line-height:1.1}.data-security-panel{min-width:0;padding:22px}.data-security-panel>h2,.data-security-panel>.section-header{border-bottom:1px solid var(--line-soft);margin-bottom:18px;padding-bottom:14px}.data-security-panel>h2,.data-security-panel .section-header h2{margin-top:0;font-size:18px}.data-security-panel .section-header h2{margin-bottom:0}.data-security-stance-panel>.form-grid{grid-template-columns:repeat(4,minmax(190px,1fr));gap:16px 18px}.data-security-stance-panel>.form-grid>label{min-width:0;color:var(--ink);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.data-security-stance-panel>.form-grid input,.data-security-stance-panel>.form-grid select{width:100%;min-width:0;min-height:46px;font-weight:400}.data-security-stance-panel>.form-grid label>.status-badge,.data-security-stance-panel>.form-grid label>.badge{justify-content:center;align-self:stretch;min-height:46px}.data-security-stance-panel>.checkbox-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.data-security-stance-panel>.checkbox-row>label{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);align-items:flex-start;gap:9px;min-height:48px;padding:12px 14px;display:flex}.data-security-stance-panel>.checkbox-row input{flex:0 0 18px;width:18px;height:18px;min-height:18px;margin:2px 0 0}.data-security-panel .inline-form{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);grid-template-columns:repeat(4,minmax(160px,1fr)) auto;align-items:end;gap:12px;margin-bottom:18px;padding:16px;display:grid}.data-security-panel .inline-form input,.data-security-panel .inline-form select{width:100%;min-width:0;min-height:44px}.data-security-panel .inline-form button{white-space:nowrap;min-height:44px}.data-security-panel .table-scroll{width:100%;max-width:100%}@media (width<=1200px){.data-security-stance-panel>.form-grid,.data-security-panel .inline-form{grid-template-columns:repeat(3,minmax(170px,1fr))}}@media (width<=900px){.data-security-metrics,.data-security-stance-panel>.form-grid,.data-security-panel .inline-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.data-security-metrics,.data-security-stance-panel>.form-grid,.data-security-stance-panel>.checkbox-row,.data-security-panel .inline-form{grid-template-columns:1fr}.data-security-page-toolbar{flex-direction:column;align-items:stretch}.data-security-panel{padding:14px}.data-security-panel .inline-form button{width:100%}}.inventory-sync-page{width:100%;min-width:0;max-width:1500px;margin-inline:auto}.inventory-sync-alert{width:min(100%,920px)}.inventory-sync-form{grid-template-columns:repeat(3,minmax(220px,1fr));gap:18px 20px;padding:26px}.inventory-sync-section-heading{border-left:4px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:linear-gradient(90deg, var(--accent-soft), transparent 78%);color:var(--accent-strong);letter-spacing:.04em;text-transform:uppercase;margin:8px 0 0;padding:12px 14px;font-size:13px}.inventory-sync-section-heading:first-child{margin-top:0}.inventory-sync-form .detail-field{min-width:0}.inventory-sync-form .detail-field>label{color:var(--ink);margin-bottom:7px;font-size:13px;font-weight:700}.inventory-sync-form .detail-field>input,.inventory-sync-form .searchable-select,.inventory-sync-form .searchable-select-trigger{width:100%;min-width:0}.inventory-sync-form .detail-field>input,.inventory-sync-form .searchable-select-trigger{min-height:48px}.inventory-sync-form .form-actions{justify-content:flex-end;margin-top:2px}.inventory-sync-form .form-actions button{min-width:180px;min-height:44px}.inventory-sync-failures-panel{min-width:0;margin-top:20px;margin-bottom:0;padding:20px}.inventory-sync-failures-heading{border-bottom:1px solid var(--line-soft);align-items:flex-start;margin-bottom:16px;padding-bottom:14px}.inventory-sync-failures-heading .page-copy{max-width:820px;margin:5px 0 0}.inventory-sync-failures-table{width:100%;max-width:100%}.inventory-sync-failures-table table{table-layout:fixed;min-width:760px}.inventory-sync-failures-table th:first-child{width:180px}.inventory-sync-failures-table th:nth-child(2),.inventory-sync-failures-table th:nth-child(4){width:190px}.inventory-sync-failures-table td:nth-child(3){white-space:normal;overflow-wrap:anywhere}@media (width<=1050px){.inventory-sync-form{grid-template-columns:repeat(2,minmax(210px,1fr))}}@media (width<=640px){.inventory-sync-form{grid-template-columns:1fr;padding:16px}.inventory-sync-form .form-actions button{width:100%}.inventory-sync-failures-panel{padding:14px}.inventory-sync-failures-heading{flex-direction:column}}.outbound-webhooks-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.outbound-webhooks-alert{width:min(100%,900px)}.webhook-subscriptions-panel,.webhook-deliveries-panel{min-width:0;padding:20px}.webhook-deliveries-panel{margin-top:20px;margin-bottom:0}.webhook-delivery-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:16px;padding-bottom:14px}.webhook-delivery-heading .inline-check{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);align-items:center;min-height:38px;padding:0 12px}.webhook-subscriptions-panel .table-scroll,.webhook-deliveries-panel .table-scroll{width:100%;max-width:100%}.webhook-subscriptions-panel th:nth-child(2),.webhook-subscriptions-panel td:nth-child(2),.webhook-subscriptions-panel th:nth-child(3),.webhook-subscriptions-panel td:nth-child(3),.webhook-deliveries-panel th:nth-child(7),.webhook-deliveries-panel td:nth-child(7){white-space:normal;overflow-wrap:anywhere;max-width:340px}.webhook-subscriptions-panel .table-action-buttons{flex-wrap:nowrap}.webhook-modal-form{gap:14px;width:100%;max-width:none}.webhook-modal-form>input{width:100%;min-width:0;min-height:46px}.webhook-events-field{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);gap:8px;padding:14px}.webhook-events-field>label:first-child{color:var(--ink);font-size:13px;font-weight:700}.webhook-events-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px;display:grid}.webhook-events-grid .inline-check{overflow-wrap:anywhere;min-width:0;min-height:32px;font-size:13px}.webhook-modal-form>.inline-check{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);align-items:center;min-height:42px;padding:0 12px}.webhook-modal-actions{border-top:1px solid var(--line-soft);justify-content:flex-end;margin:2px 0 0;padding-top:14px}@media (width<=640px){.webhook-subscriptions-panel,.webhook-deliveries-panel{padding:14px}.webhook-delivery-heading{flex-direction:column;align-items:stretch}.webhook-events-grid{grid-template-columns:1fr}.webhook-modal-actions>button{width:100%}}.extensions-page{width:100%;min-width:0;max-width:1580px;margin-inline:auto}.shortcut-profile-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);align-items:center;gap:8px;margin-bottom:14px;padding:10px 12px;display:flex}.shortcut-profile-row .page-copy{margin:0 auto 0 0}.shortcut-profile-row button{min-height:34px;padding-inline:12px}.shortcut-help-actions{border-top:1px solid var(--line-soft);justify-content:flex-end;gap:10px;padding-top:14px;display:flex}.extensions-page-toolbar{align-items:flex-start}.extensions-header-actions{flex:none;justify-content:flex-end}.extensions-header-actions .ghost.danger{border:1px solid color-mix(in srgb, var(--danger) 30%, var(--line));background:var(--danger-soft);color:var(--danger);box-shadow:none}.extensions-type-controls{justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.extensions-tabs{margin:0}.extensions-alert{width:min(100%,820px)}.extensions-workspace{grid-template-columns:minmax(260px,330px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.extensions-registry-panel,.extensions-editor-panel{min-width:0;margin-bottom:0;padding:20px}.extensions-section-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:14px;padding-bottom:14px}.extensions-registry-panel .list-stack{gap:7px;display:grid}.extensions-registry-panel .list-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-width:0;min-height:0;color:var(--ink);box-shadow:none;text-align:left;flex-direction:column;align-items:flex-start;gap:3px;padding:11px 12px;display:flex}.extensions-registry-panel .list-row:hover:not(:disabled),.extensions-registry-panel .list-row.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong);box-shadow:none;transform:none}.extensions-registry-panel .list-row span{max-width:100%;color:var(--muted);overflow-wrap:anywhere;font-size:12px}.extensions-editor-panel{grid-template-columns:repeat(3,minmax(190px,1fr));gap:16px 18px}.extensions-editor-panel>label:not(.checkbox-row){min-width:0;color:var(--ink);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.extensions-editor-panel input:not([type=checkbox]),.extensions-editor-panel select,.extensions-editor-panel textarea{width:100%;min-width:0;font-weight:400}.extensions-editor-panel input:not([type=checkbox]),.extensions-editor-panel select{min-height:46px}.extensions-editor-panel textarea{resize:vertical;min-height:106px}.extensions-editor-panel .full-span{grid-column:1/-1}.extensions-editor-panel>.checkbox-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);align-self:end;min-height:46px;padding:0 12px}.extensions-safety-note{border:1px solid color-mix(in srgb, var(--accent) 20%, var(--line));border-radius:var(--radius-md);background:color-mix(in srgb, var(--accent) 5%, var(--surface));max-width:none;margin:0;padding:13px 15px;line-height:1.5}@media (width<=1100px){.extensions-editor-panel{grid-template-columns:repeat(2,minmax(190px,1fr))}}@media (width<=820px){.extensions-workspace{grid-template-columns:1fr}.extensions-registry-panel .list-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.extensions-page-toolbar,.extensions-type-controls{flex-direction:column;align-items:stretch}.extensions-header-actions,.extensions-header-actions>button,.extensions-type-controls>button{width:100%}.extensions-editor-panel,.extensions-registry-panel .list-stack{grid-template-columns:1fr}.extensions-registry-panel,.extensions-editor-panel{padding:14px}}.custom-fields-page{width:100%;min-width:0;max-width:1500px;margin-inline:auto}.custom-fields-page-toolbar{align-items:flex-start}.custom-fields-page-toolbar>button{min-width:140px}.custom-fields-controls{justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.custom-fields-tabs{margin:0}.custom-fields-alert{width:min(100%,760px)}.custom-fields-panel{min-width:0;margin-bottom:0;padding:20px}.custom-fields-panel-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:16px;padding-bottom:14px}.custom-fields-panel-heading .eyebrow{margin-bottom:3px}.custom-fields-table-scroll{width:100%;max-width:100%;max-height:68vh}.custom-fields-table-scroll table{table-layout:fixed;min-width:940px}.custom-fields-table-scroll th:first-child{width:18%}.custom-fields-table-scroll th:nth-child(2){width:20%}.custom-fields-table-scroll th:nth-child(3){width:130px}.custom-fields-table-scroll th:nth-child(4){width:125px}.custom-fields-table-scroll th:nth-child(5){width:27%}.custom-fields-table-scroll th:nth-child(6){width:105px}.custom-fields-table-scroll td{vertical-align:middle}.custom-fields-table-scroll input:not([type=checkbox]),.custom-fields-table-scroll select{width:100%;min-width:0;min-height:42px}.custom-fields-table-scroll .checkbox-row{white-space:nowrap;min-height:42px}.custom-fields-table-scroll .checkbox-row input{width:18px;height:18px;min-height:18px}.custom-fields-table-scroll input:disabled{background:var(--surface-alt)}@media (width<=640px){.custom-fields-controls,.custom-fields-panel-heading{flex-direction:column;align-items:stretch}.custom-fields-controls>button,.custom-fields-page-toolbar>button{width:100%}.custom-fields-panel{padding:12px}}.print-designer-page{width:100%;min-width:0;max-width:1720px;margin-inline:auto}.content:has(.print-designer-page){overflow:visible}.panel.wide.print-designer-workspace{grid-template-columns:minmax(0,1fr) minmax(460px,.9fr);gap:24px;padding:24px;overflow:visible}.print-designer-editor,.print-designer-preview-column{min-width:0}.print-designer-editor>.section-heading,.print-designer-preview-heading{border-bottom:1px solid var(--line-soft);margin-bottom:16px;padding-bottom:14px}.print-designer-editor>.form-grid{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);grid-template-columns:repeat(2,minmax(190px,1fr));gap:14px 16px;padding:18px}.print-designer-editor>.form-grid>label{min-width:0;color:var(--ink);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.print-designer-editor>.form-grid input,.print-designer-editor>.form-grid select,.print-designer-editor>.form-grid textarea{width:100%;min-width:0;font-weight:400}.print-designer-editor>.form-grid input:not([type=file]),.print-designer-editor>.form-grid select{min-height:46px}.print-designer-editor>.form-grid input[type=file]{min-height:42px;padding:7px 9px;font-size:12px}.print-designer-editor>.form-grid h4{border-bottom:1px solid var(--line-soft);color:var(--accent-strong);margin-top:0;padding-bottom:10px}.print-designer-editor>div:not(.form-grid):has(>.print-column-grid){border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);padding:18px}.print-designer-editor>div:has(>.print-column-grid)>h3{margin-bottom:14px}.print-designer-page .print-column-grid{gap:8px}.print-designer-page .print-column-row{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface);grid-template-columns:100px minmax(150px,1fr) 64px 70px;padding:8px}.print-designer-page .print-column-row input{width:100%;min-width:0}.print-designer-page .print-column-row button{min-height:36px;padding-inline:10px}.print-designer-page .checkbox-grid{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);margin-top:0;padding:14px 16px}.print-designer-page .toolbar-actions{justify-content:flex-end;margin-top:0}.print-designer-preview-column{overscroll-behavior:contain;scrollbar-gutter:stable;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);align-self:start;max-height:calc(100vh - 112px);padding:18px;position:sticky;top:92px;overflow:auto}.print-designer-preview-column .voucher-print{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;min-width:0;box-shadow:var(--shadow-sm);margin:0;padding:24px}.print-designer-preview-column .voucher-print table{table-layout:auto}.print-designer-preview-column .voucher-print th,.print-designer-preview-column .voucher-print td{white-space:normal;overflow-wrap:anywhere}@media (width<=1180px){.panel.wide.print-designer-workspace{grid-template-columns:1fr}.print-designer-preview-column{max-height:none;position:static}}@media (width<=640px){.panel.wide.print-designer-workspace{padding:14px}.print-designer-editor>.form-grid,.print-designer-page .print-column-row{grid-template-columns:1fr}.print-designer-page .print-column-row button,.print-designer-page .toolbar-actions>button{width:100%}.print-designer-preview-column{padding:10px}.print-designer-preview-column .voucher-print{padding:14px}}.users-passwords-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.users-passwords-alert{width:min(100%,880px)}.users-passwords-table-panel{min-width:0;margin-bottom:0;padding:20px}.users-passwords-table-panel .table-scroll{width:100%;max-width:100%}.users-passwords-table-panel td:nth-child(2){text-overflow:ellipsis;max-width:300px;overflow:hidden}.users-passwords-table-panel .table-action-buttons{flex-wrap:nowrap}.users-passwords-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.users-passwords-form>input,.users-passwords-form .field input,.users-passwords-form .field select{width:100%;min-width:0;min-height:46px}.users-permissions-panel{background:var(--surface-alt);padding:18px}.users-permissions-panel>h4{color:var(--ink);text-transform:none;letter-spacing:0;margin:0 0 5px;font-size:15px}.users-permissions-panel>.page-copy{max-width:780px;margin:0 0 16px;line-height:1.5}.users-permission-group{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);margin-bottom:14px;padding:14px}.users-permission-group:last-child{margin-bottom:0}.users-permission-group>strong{color:var(--accent-strong);text-transform:capitalize;margin-bottom:8px;font-size:13px;display:block}.users-permission-group .checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-top:0}.users-permission-group .inline-check{min-width:0;min-height:32px;color:var(--ink);overflow-wrap:anywhere;font-size:13px}.users-passwords-form .form-actions{justify-content:flex-end;margin-top:2px}@media (width<=640px){.users-passwords-table-panel{padding:14px}.users-passwords-form{grid-template-columns:1fr}.users-permissions-panel{padding:12px}.users-passwords-form .form-actions>button{width:100%}}.api-keys-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.api-keys-alert{width:min(100%,880px)}.api-key-created-alert{display:block}.api-key-created-alert>strong{margin-bottom:10px;display:block}.api-key-created-alert .row{border:1px solid color-mix(in srgb, var(--warn) 24%, var(--line));border-radius:var(--radius-sm);background:var(--surface);padding:10px 12px;margin:0!important}.api-key-created-alert code{flex:360px;min-width:0}.api-keys-table-panel{min-width:0;margin-bottom:0;padding:20px}.api-keys-table-panel .table-scroll{width:100%;max-width:100%}.api-keys-table-panel th:nth-child(3),.api-keys-table-panel td:nth-child(3){white-space:normal;overflow-wrap:anywhere;max-width:360px}.api-keys-table-panel .confirm-inline{flex-wrap:nowrap}.api-key-modal-form{gap:14px;width:100%;max-width:none}.api-key-modal-form>input,.api-key-modal-form .detail-field input{width:100%;min-width:0}.api-key-scope-grid{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;padding:12px;display:grid}.api-key-scope-grid .inline-check{min-width:0;min-height:32px}.api-key-custom-scope{grid-column:1/-1;margin-top:4px}.api-key-modal-actions{border-top:1px solid var(--line-soft);justify-content:flex-end;margin:4px 0 0;padding-top:14px}@media (width<=640px){.api-keys-table-panel{padding:14px}.api-key-scope-grid{grid-template-columns:1fr}.api-key-custom-scope{grid-column:auto}.api-key-modal-actions>button,.api-key-created-alert .row>button{width:100%}}.messaging-settings-page{width:100%;min-width:0;max-width:1320px;margin-inline:auto}.messaging-settings-page .page-header{margin-bottom:20px}.messaging-settings-alert{width:50%;max-width:720px}.messaging-settings-form{grid-template-columns:repeat(3,minmax(210px,1fr));gap:18px 20px;padding:26px}.messaging-settings-form .messaging-section-heading{border-left:4px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:linear-gradient(90deg, var(--accent-soft), transparent 78%);color:var(--accent-strong);letter-spacing:.04em;text-transform:uppercase;grid-column:1/-1;margin:8px 0 0;padding:12px 14px;font-size:13px}.messaging-settings-form .messaging-section-heading:first-child{margin-top:0}.messaging-settings-form .detail-field{min-width:0}.messaging-settings-form .detail-field label{color:var(--ink);margin-bottom:7px;font-size:13px;font-weight:700}.messaging-settings-form .detail-field input{width:100%;min-width:0;min-height:48px;font-weight:400}.messaging-policy-note{border:1px solid color-mix(in srgb, var(--warn) 24%, var(--line));border-radius:var(--radius-md);background:color-mix(in srgb, var(--warn-soft) 55%, var(--surface));max-width:none;color:var(--muted);margin:0;padding:14px 16px;line-height:1.55}.messaging-settings-form .form-actions{justify-content:flex-end;margin-top:2px}.messaging-settings-form .form-actions button{min-width:180px;min-height:44px}@media (width<=1050px){.messaging-settings-alert{width:100%;max-width:none}.messaging-settings-form{grid-template-columns:repeat(2,minmax(210px,1fr))}}@media (width<=640px){.messaging-settings-form{grid-template-columns:1fr;padding:16px}.messaging-settings-form .form-actions button{width:100%}}.platform-readiness-page{width:100%;max-width:1600px;margin-inline:auto}.platform-readiness-page>.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;padding:0;display:flex}.platform-readiness-page>.page-header h1{letter-spacing:-.035em;margin:0;line-height:1.15}.platform-readiness-page>.page-header .page-copy{max-width:760px;margin:8px 0 0;line-height:1.55}.platform-readiness-page>.page-header>.badge{flex:none;margin-top:4px;padding:7px 12px}.platform-readiness-notice{margin-bottom:20px;line-height:1.5}.platform-readiness-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.platform-readiness-metrics .metric-card{min-height:118px;padding:18px 20px}.platform-readiness-metrics .metric-card>span{color:var(--muted);letter-spacing:.045em;text-transform:uppercase;font-size:12px;font-weight:700}.platform-readiness-metrics .metric-card>strong{letter-spacing:-.04em;font-size:clamp(26px,3vw,34px);line-height:1}.platform-readiness-page>.card{margin-bottom:18px;padding:22px;overflow:hidden}.platform-readiness-page .section-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.platform-readiness-page .section-header h2{letter-spacing:-.02em;margin:0;font-size:18px}.platform-readiness-targets .form-grid{grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px}.platform-readiness-targets .form-grid>label{min-width:0;color:var(--muted);gap:7px;font-size:12px;font-weight:700;display:grid}.platform-readiness-targets input[type=number]{width:100%;min-width:0}.platform-readiness-targets>.checkbox-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.platform-readiness-targets>.checkbox-row>label{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);min-width:0;color:var(--ink);align-items:flex-start;gap:10px;padding:12px;font-size:13px;line-height:1.45;display:flex}.platform-readiness-targets>.checkbox-row input{flex:none;margin-top:2px}.platform-readiness-add-form{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);grid-template-columns:minmax(130px,.8fr) minmax(220px,1.6fr) minmax(180px,1.2fr) minmax(130px,.8fr) auto;align-items:center;gap:10px;margin-bottom:18px;padding:14px;display:grid}.platform-readiness-add-form>input,.platform-readiness-add-form>select,.platform-readiness-add-form>button{width:100%;min-width:0;margin:0}.platform-readiness-add-form>button{white-space:nowrap;width:auto}.platform-readiness-section .data-table{min-width:0}.platform-readiness-section .table-scroll{border-radius:var(--radius-md)}@media (width<=1100px){.platform-readiness-metrics,.platform-readiness-targets .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-readiness-targets>.checkbox-row{grid-template-columns:1fr}.platform-readiness-add-form{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-readiness-add-form>button{width:100%}}@media (width<=640px){.platform-readiness-page>.page-header{flex-direction:column;gap:12px}.platform-readiness-page>.page-header>.badge{margin-top:0}.platform-readiness-metrics,.platform-readiness-targets .form-grid,.platform-readiness-add-form{grid-template-columns:1fr}.platform-readiness-page>.card{padding:16px}.platform-readiness-page .section-header{align-items:flex-start}}.tally-readiness-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.tally-readiness-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px}.tally-readiness-metrics .metric-card{justify-content:center;gap:12px;min-width:0;min-height:108px;margin:0;padding:18px 18px 18px 22px}.tally-readiness-metrics .metric-card .eyebrow{margin:0}.tally-readiness-metrics .metric-card strong{font-size:30px;line-height:1}.tally-readiness-gap-panel,.tally-readiness-build-panel{padding:22px}.tally-readiness-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:18px;padding-bottom:16px}.tally-readiness-heading .eyebrow{margin-bottom:3px}.tally-readiness-gap-panel .table-scroll{width:100%;max-width:100%;max-height:68vh}.tally-readiness-gap-panel table{table-layout:fixed;min-width:920px}.tally-readiness-gap-panel th,.tally-readiness-gap-panel td{vertical-align:top;white-space:normal;line-height:1.5}.tally-readiness-gap-panel th:first-child,.tally-readiness-gap-panel td:first-child{width:17%}.tally-readiness-gap-panel th:nth-child(2),.tally-readiness-gap-panel td:nth-child(2){width:100px}.tally-readiness-gap-panel th:nth-child(3),.tally-readiness-gap-panel td:nth-child(3){width:43%}.tally-readiness-gap-panel td:nth-child(3),.tally-readiness-gap-panel td:nth-child(4){color:var(--muted)}.tally-readiness-build-panel .readiness-list{counter-reset:readiness-step;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.tally-readiness-build-panel .readiness-list li{counter-increment:readiness-step;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);min-width:0;color:var(--ink);margin:0;padding:14px 14px 14px 52px;line-height:1.5;position:relative}.tally-readiness-build-panel .readiness-list li:before{content:counter(readiness-step);background:var(--accent-soft);width:26px;height:26px;color:var(--accent-strong);border-radius:50%;place-items:center;font-weight:800;display:grid;position:absolute;top:13px;left:14px}@media (width<=760px){.tally-readiness-metrics,.tally-readiness-build-panel .readiness-list{grid-template-columns:1fr}.tally-readiness-gap-panel,.tally-readiness-build-panel{padding:14px}.tally-readiness-heading{flex-direction:column;align-items:flex-start}}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.detail-field label{color:var(--muted);margin-bottom:2px;font-size:12px;display:block}.detail-field div{font-weight:600}.confirm-inline{align-items:center;gap:8px;display:flex}.mobile-nav-toggle,.mobile-nav-backdrop{display:none}@media (width<=900px){.shell,.shell.nav-collapsed{grid-template-columns:1fr}.sidebar{z-index:40;opacity:1;display:none;position:fixed;inset:0 20% 0 0;box-shadow:4px 0 24px #00000040}.sidebar.sidebar-mobile-open{pointer-events:auto;display:flex}.mobile-nav-toggle{display:inline-flex}.nav-toggle-btn{display:none}.mobile-nav-backdrop.open{z-index:35;background:#0006;display:block;position:fixed;inset:0}.topbar{padding:14px 16px}.content{padding:16px}.voucher-line{flex-direction:column;align-items:stretch}.voucher-line>*,.voucher-line>button,.voucher-line>.inline-check{flex:auto}}:root{--hsl-accent:154, 45%, 32%;--hsl-accent-strong:154, 52%, 22%;--accent:hsl(var(--hsl-accent));--accent-strong:hsl(var(--hsl-accent-strong));--accent-soft:#2d76561f;--glass-bg:#ffffffc7;--glass-border:#e2e8f0cc;--glass-shadow:0 12px 32px 0 #10182814}:root[data-theme=dark]{--hsl-accent:154, 55%, 45%;--hsl-accent-strong:154, 65%, 55%;--accent:hsl(var(--hsl-accent));--accent-strong:hsl(var(--hsl-accent-strong));--accent-soft:#34b27b2e;--glass-bg:#161b26c7;--glass-border:#2a3040cc;--glass-shadow:0 12px 32px 0 #00000073}.glass-card,.glass-panel,.glass-modal{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-md)}kbd,.shortcut-badge{color:var(--accent-strong);background:var(--accent-soft);border:1px solid hsla(var(--hsl-accent), .3);border-radius:5px;justify-content:center;align-items:center;padding:2px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700;line-height:1;display:inline-flex;box-shadow:inset 0 -1px #00000026}.btn-shortcut{background:var(--surface);border:1px solid var(--line);color:var(--ink);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-shortcut:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-strong);transform:translateY(-1px)}.command-palette-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;animation:.15s ease-out fadeIn}.command-palette.glass-modal{flex-direction:column;width:680px;max-width:92vw;max-height:80vh;padding:0;animation:.18s ease-out slideUp;display:flex;overflow:hidden}.command-palette-header{border-bottom:1px solid var(--line-soft);flex-direction:column;gap:12px;padding:16px 20px 12px;display:flex}.command-palette-search-row{align-items:center;gap:10px;display:flex}.command-palette-search-field{flex:1}.command-palette-search-field input{width:100%;min-height:46px;padding-left:38px;font-size:15px}.command-palette-search-row>.icon-btn{flex:0 0 40px;width:40px;min-width:40px;height:40px;min-height:40px;font-size:20px}.command-search-field{align-items:center;display:flex;position:relative}.command-search-field input{width:100%;height:44px;padding-left:38px;padding-right:70px;font-size:15px;font-weight:500}.command-search-field .search-icon{color:var(--muted);position:absolute;left:12px}.command-shortcut-hint{position:absolute;right:12px}.command-category-chips{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.category-chip{background:var(--surface-alt);border:1px solid var(--line);min-height:auto;color:var(--muted);cursor:pointer;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;transition:all .12s}.category-chip.active,.category-chip:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-strong)}.command-list{flex-direction:column;flex:1;gap:4px;padding:10px 12px;display:flex;overflow-y:auto}.command-option{border-radius:var(--radius-sm);text-align:left;width:100%;min-height:auto;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:space-between;align-items:center;padding:10px 14px;transition:background .1s,border-color .1s;display:flex}.command-option:hover,.command-option.active{background:var(--accent-soft);border-color:hsla(var(--hsl-accent), .25);box-shadow:none;transform:none}.command-option-left{flex-direction:column;gap:2px;display:flex}.command-option .command-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.command-title{font-size:14px;font-weight:600}.command-desc{color:var(--muted);font-size:12px}.command-option-right{align-items:center;gap:10px;display:flex}.command-category-badge{text-transform:uppercase;color:var(--muted);letter-spacing:.05em;font-size:11px;font-weight:600}.command-palette-footer{border-top:1px solid var(--line-soft);background:var(--surface-alt);color:var(--muted);justify-content:space-between;align-items:center;padding:10px 20px;font-size:12px;display:flex}.footer-keys{gap:14px;display:flex}.footer-keys>span{align-items:center;gap:5px;display:inline-flex}@media (width<=640px){.shortcut-profile-row{flex-direction:column;align-items:stretch}.shortcut-profile-row .page-copy{margin-right:0}.shortcut-help-actions{flex-direction:column}.shortcut-help-actions button{width:100%}.command-palette-footer{flex-direction:column;align-items:flex-start;gap:8px}.footer-keys{justify-content:space-between;gap:8px;width:100%}}.ratios-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:12px;display:grid}.ratio-tile{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;gap:4px;padding:14px;display:flex}.ratio-label{color:var(--muted);font-size:12px;font-weight:600}.ratio-value{font-variant-numeric:tabular-nums;font-size:18px;font-weight:800}.ratio-sub{color:var(--muted);font-size:11px}.altc-modal-tabs{border-bottom:1px solid var(--line);gap:8px;margin-bottom:16px;padding-bottom:8px;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)translate(8px)}to{opacity:1;transform:translateY(0)translate(0)}}.toast-stack{z-index:1200;pointer-events:none;flex-direction:column;gap:10px;max-width:min(420px,100vw - 32px);display:flex;position:fixed;bottom:20px;left:auto;right:20px}.toast{pointer-events:auto;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-lg);grid-template-columns:auto 1fr auto;align-items:start;gap:12px;padding:12px 14px;animation:.18s toastIn;display:grid}.toast-icon{border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:grid}.toast-message{color:var(--ink);margin:0;padding-top:4px;font-size:14px;line-height:1.45}.toast-actions{align-items:center;gap:4px;display:flex}.toast-action,.toast-dismiss{min-height:28px;color:var(--muted);box-shadow:none;background:0 0;padding:0 8px;font-weight:600}.toast-action:hover:not(:disabled),.toast-dismiss:hover:not(:disabled){color:var(--ink);background:var(--surface-alt);box-shadow:none;transform:none}.toast-dismiss{padding:0 6px;font-size:18px;line-height:1}.toast-success{background:linear-gradient(180deg, var(--success-soft), var(--surface));border-color:#1f7a4d38}.toast-success .toast-icon{background:var(--success);color:#fff}.toast-error{background:linear-gradient(180deg, var(--danger-soft), var(--surface));border-color:#b4231847}.toast-error .toast-icon{background:var(--danger);color:#fff}.toast-warning{background:linear-gradient(180deg, var(--warn-soft), var(--surface));border-color:#92400e47}.toast-warning .toast-icon{background:var(--warn);color:#fff}.toast-info{border-color:var(--line);background:linear-gradient(180deg, var(--surface-alt), var(--surface))}.toast-info .toast-icon{background:var(--muted);color:#fff}.confirm-overlay{z-index:1300}.confirm-dialog{width:calc(100vw - 32px);max-width:440px;animation:.16s slideUp}.confirm-dialog-header{align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.confirm-dialog-header h3{margin:0;padding-top:4px;font-size:18px;line-height:1.3}.confirm-glyph{border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-weight:700;display:grid}.confirm-glyph.accent{background:var(--accent-soft);color:var(--accent-strong)}.confirm-glyph.danger{background:var(--danger-soft);color:var(--danger)}.confirm-dialog-body{color:var(--muted);margin-bottom:16px;padding-left:44px;font-size:14px;line-height:1.5}.confirm-dialog-body p{margin:0}.confirm-type-gate{gap:8px;margin-bottom:16px;padding-left:44px;display:grid}.confirm-dialog-actions{justify-content:flex-end;gap:10px;padding-left:44px;display:flex}.mobile-drawer-close-btn{display:none}@media (width<=900px){.shell{grid-template-columns:1fr!important}.sidebar{z-index:200;width:275px;box-shadow:var(--shadow-lg);transition:left .22s cubic-bezier(.16,1,.3,1);position:fixed;top:0;bottom:0;left:-285px}.sidebar.sidebar-mobile-open{left:0}.sidebar-close-btn,.mobile-drawer-close-btn{width:34px;min-width:34px;height:34px;min-height:34px;color:var(--ink);background:var(--surface-alt);border:1px solid var(--line);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:22px;font-weight:700;line-height:1;display:inline-flex!important}.mobile-nav-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:190;opacity:0;pointer-events:none;background:#00000080;transition:opacity .2s;position:fixed;inset:0}.mobile-nav-backdrop.open{opacity:1;pointer-events:auto}.topbar{padding:10px 16px}}@media (width<=768px){.gstr6-distribution{padding:18px}.gstr6-distribution-heading{flex-direction:column;align-items:flex-start}.gstr6-summary-grid{grid-template-columns:1fr}.content{padding:14px}.panel{border-radius:var(--radius-md);margin-bottom:16px;padding:16px}.metric-card{border-radius:var(--radius-md);padding:16px}.fiscal-year-badge{display:none}.topbar-left,.topbar-right{gap:6px}.kbd-badge,.header-search-btn span{display:none}.header-search-btn{padding:6px 10px}.page-toolbar{flex-direction:column;align-items:stretch;gap:12px}.page-toolbar>button{width:100%}.form-grid{grid-template-columns:1fr!important}.gstr2b-import-actions button{width:100%}.gst-config-toggles{grid-template-columns:1fr;padding:12px}.gst-config-actions button{width:100%}.tds-voucher-form,.tcs-voucher-form{padding:18px}.tds-voucher-grid,.tcs-voucher-grid{grid-template-columns:1fr}.tds-voucher-actions button,.tcs-voucher-actions button{width:100%}.gst-voucher-form{padding:18px}.gst-voucher-form>.row,.gst-voucher-form>.panel.wide .row{grid-template-columns:1fr}.gst-voucher-preview{margin-top:0}.gst-voucher-form>button:last-of-type{width:100%}.company-profile-form{padding:18px}.company-profile-form .form-actions button{width:100%}.grid-4{grid-template-columns:1fr!important}}@media (width<=640px){.toast-stack{max-width:none;bottom:12px;left:12px;right:12px}.confirm-dialog-body,.confirm-type-gate,.confirm-dialog-actions{padding-left:0}.metric-grid,.quick-launcher-grid,.split-grid,.chart-row{grid-template-columns:1fr!important}.data-table-toolbar{flex-direction:column;align-items:stretch;gap:10px}.data-table-actions-row{flex-direction:column;align-items:stretch;gap:8px;width:100%}.data-table-actions-row>*{width:100%}.data-table-actions-row select{max-width:none}.overlay{align-items:flex-end;padding:0}.modal,.command-palette{border-bottom-right-radius:0;border-bottom-left-radius:0;max-width:100%;max-height:88vh;animation:.2s ease-out slideUp}.modal-header h3{font-size:16px}.modal-close-btn{width:32px;height:32px;font-size:20px}body,.shell,.workspace,.content,.panel,.metric-card{max-width:100vw;overflow-x:hidden}.table-scroll{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}}@media (width<=900px){.reconciliation-toolbar{grid-template-columns:minmax(0,1fr) auto}.reconciliation-toggle{grid-column:1/-1}.topbar{box-shadow:var(--shadow-xs);border-width:0 0 1px;border-radius:0;margin:0}.topbar-left,.topbar-right{width:100%}.topbar-right{margin-left:0}.header-search-btn{flex:210px;width:auto}}@media (width<=640px){.user-chip{max-width:150px}.topbar-sso-button,.topbar-signout-button{flex:auto}.reconciliation-toolbar{grid-template-columns:1fr;gap:14px;padding:18px}.reconciliation-refresh,.reconciliation-toggle{grid-column:auto;width:100%}}.audit-security-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.audit-security-alert,.audit-security-page .panel .alert{width:100%;max-width:none}.audit-security-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:20px}.audit-security-metrics .metric-card{justify-content:center;gap:12px;min-width:0;min-height:106px;margin:0;padding:18px 18px 18px 22px}.audit-security-metrics .metric-card .eyebrow{white-space:normal;margin:0}.audit-security-metrics .metric-card strong{font-size:28px;line-height:1}.audit-security-page>.panel{min-width:0;padding:22px}.audit-security-page>.panel>h3{border-bottom:1px solid var(--line-soft);margin-bottom:16px;padding-bottom:14px}.audit-security-page>.panel>h3+.muted{max-width:980px;margin:-7px 0 18px;line-height:1.5}.audit-security-page>.panel>.form-grid{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);grid-template-columns:repeat(4,minmax(170px,1fr));gap:12px 14px;margin-bottom:20px;padding:16px}.audit-security-page>.panel>.form-grid input:not([type=checkbox]):not([type=radio]),.audit-security-page>.panel>.form-grid select{width:100%;min-width:0;min-height:44px}.audit-security-page>.panel>.audit-pack-controls{grid-template-columns:minmax(180px,340px) minmax(210px,auto) auto;justify-content:start;align-items:end}.audit-security-page .audit-pack-controls .checkbox-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);white-space:nowrap;align-self:end;align-items:center;min-height:44px;margin:0;padding:0 12px}.audit-security-page .audit-pack-controls .checkbox-row input{flex:0 0 18px;width:18px;height:18px;min-height:18px;margin:0}.audit-security-page .audit-pack-controls .row{align-self:end}.audit-security-page .audit-pack-controls .row button{min-height:44px}.audit-security-page>.panel>.form-grid>label:not(.checkbox-row){min-width:0;color:var(--ink);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.audit-security-page>.panel>.form-grid .row{align-self:end;margin:0}.audit-security-page .table-scroll{width:100%;max-width:100%}.audit-security-page .table-scroll code{white-space:normal;overflow-wrap:anywhere;max-width:320px;line-height:1.4;display:inline-block}.audit-security-page .section-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:18px;padding-bottom:16px}.audit-security-page .section-heading .muted{max-width:920px;margin:4px 0 0;line-height:1.5}.audit-security-page .panel.subtle{border-color:var(--line);padding:18px}.audit-security-page .panel.subtle .form-grid{grid-template-columns:repeat(4,minmax(170px,1fr))}.audit-security-page .panel.subtle input,.audit-security-page .panel.subtle select{width:100%;min-width:0}.audit-security-page .permission-grid{border-top:1px solid var(--line-soft);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding-top:12px}.audit-security-page .permission-grid .checkbox-row{overflow-wrap:anywhere;min-width:0}@media (width<=1250px){.audit-security-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.audit-security-page>.panel>.form-grid,.audit-security-page .panel.subtle .form-grid{grid-template-columns:repeat(3,minmax(170px,1fr))}}@media (width<=900px){.audit-security-metrics,.audit-security-page>.panel>.form-grid,.audit-security-page .panel.subtle .form-grid,.audit-security-page>.panel>.audit-pack-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-security-page .audit-pack-controls .row{grid-column:1/-1}}@media (width<=640px){.audit-security-metrics,.audit-security-page>.panel>.form-grid,.audit-security-page .panel.subtle .form-grid,.audit-security-page>.panel>.audit-pack-controls{grid-template-columns:1fr}.audit-security-page .audit-pack-controls .row{grid-column:auto}.audit-security-page>.panel{padding:14px}.audit-security-page .section-heading{flex-direction:column;align-items:stretch}.audit-security-page .section-heading>button,.audit-security-page>.panel>.form-grid .row>button{width:100%}}.ca-audit-workbench-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.ca-audit-workbench-page .page-header{margin-bottom:20px}.ca-audit-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.ca-audit-summary-card{border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:var(--radius-md);background:var(--surface);min-width:0;min-height:108px;box-shadow:var(--shadow-xs);flex-direction:column;justify-content:center;gap:12px;padding:18px 18px 18px 22px;display:flex}.ca-audit-summary-card span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.ca-audit-summary-card strong{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:clamp(22px,2vw,30px);line-height:1.1}.ca-audit-materiality-panel{padding:24px}.ca-audit-section-heading{border-bottom:1px solid var(--line-soft);margin-bottom:18px;padding-bottom:16px}.ca-audit-materiality-grid{grid-template-columns:repeat(3,minmax(190px,1fr));gap:16px 18px}.ca-audit-materiality-grid input{width:100%;min-width:0;min-height:46px}.ca-audit-materiality-grid input[type=number],.ca-audit-materiality-results{font-variant-numeric:tabular-nums}.ca-audit-materiality-results{border:1px solid color-mix(in srgb, var(--accent) 22%, var(--line));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--accent) 6%, var(--surface));align-self:stretch;gap:0;padding:7px 14px}.ca-audit-materiality-results .summary-row{align-items:center;min-height:45px}.ca-audit-table-panel{min-width:0;margin-bottom:0;padding:20px}.ca-audit-tabs{width:100%;margin-bottom:18px;padding:5px}.ca-audit-tabs .tab-button{flex:160px}.ca-audit-table-panel .table-scroll{width:100%;max-width:100%}@media (width<=1100px){.ca-audit-summary-grid,.ca-audit-materiality-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ca-audit-materiality-results{grid-column:1/-1}}@media (width<=640px){.ca-audit-summary-grid,.ca-audit-materiality-grid{grid-template-columns:1fr}.ca-audit-materiality-panel,.ca-audit-table-panel{padding:14px}.ca-audit-tabs .tab-button{flex:none;min-width:max-content}}.audit-analytics-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.audit-analytics-page .page-header{margin-bottom:20px}.audit-analytics-page .page-copy{margin:6px 0 0;line-height:1.55}.audit-materiality-panel,.audit-analytics-table-panel{min-width:0}.audit-materiality-panel{padding:24px}.audit-materiality-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:18px;padding-bottom:16px}.audit-materiality-heading .eyebrow{margin-bottom:3px}.audit-materiality-form{grid-template-columns:repeat(4,minmax(180px,1fr));gap:16px}.audit-materiality-form>label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.audit-materiality-form input{width:100%;min-width:0;min-height:46px;color:var(--ink);font-weight:400}.audit-materiality-form input[type=number]{font-variant-numeric:tabular-nums}.audit-analytics-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:20px}.audit-analytics-metrics .metric-card{justify-content:center;gap:12px;min-width:0;min-height:108px;margin:0;padding:18px 18px 18px 22px}.audit-analytics-metrics .metric-card .eyebrow{white-space:normal;margin:0}.audit-analytics-metrics .metric-card strong{overflow-wrap:anywhere;font-size:clamp(20px,1.7vw,28px);line-height:1.2}.audit-analytics-tabs{width:100%;margin-bottom:14px;padding:5px}.audit-analytics-tabs .tab-button{flex:180px}.audit-analytics-table-panel{margin-bottom:0;padding:20px}.audit-analytics-table-panel .table-scroll{width:100%;max-width:100%}.audit-analytics-table-panel th:nth-last-child(-n+2),.audit-analytics-table-panel td:nth-last-child(-n+2){max-width:320px}@media (width<=1280px){.audit-materiality-form{grid-template-columns:repeat(3,minmax(180px,1fr))}.audit-analytics-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.audit-materiality-form,.audit-analytics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-analytics-tabs .tab-button{flex:none}}@media (width<=640px){.audit-materiality-form,.audit-analytics-metrics{grid-template-columns:1fr}.audit-materiality-heading{flex-direction:column;align-items:flex-start}.audit-materiality-panel,.audit-analytics-table-panel{padding:14px}.audit-analytics-tabs .tab-button{min-width:max-content}}.budgets-page,.budget-vs-actual-page{width:100%;min-width:0;max-width:1600px;margin-inline:auto}.budgets-page .page-header,.budget-vs-actual-page .page-header{margin-bottom:20px}.budget-table-panel.panel.wide{min-width:0;padding:20px;overflow:visible}.budget-table-panel .data-table,.budget-table-panel .table-scroll{width:100%;min-width:0;max-width:100%}.budget-form{grid-template-columns:repeat(3,minmax(190px,1fr));gap:16px;overflow:visible}.budget-form>*,.budget-form .searchable-select,.budget-form .searchable-select-trigger{width:100%;min-width:0}.budget-form>.full-width,.budget-form>.form-actions{grid-column:1/-1}.budget-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.budget-summary-grid .metric-card{justify-content:center;min-width:0;min-height:112px;margin:0;padding:18px 20px}.budget-summary-grid .metric-card strong{overflow-wrap:anywhere;font-size:clamp(22px,2.3vw,32px)}.budget-results-heading{border-bottom:1px solid var(--line-soft);align-items:center;padding-bottom:16px}.budget-results-heading h3{margin:0}@media (width<=900px){.budget-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.budget-form,.budget-summary-grid{grid-template-columns:1fr}.budget-table-panel.panel.wide{padding:14px}.budget-results-heading{flex-direction:column;align-items:stretch}.budget-results-heading>button{width:100%}}.fixed-assets-page,.fixed-asset-detail-page{width:100%;min-width:0;max-width:1600px;margin-inline:auto}.fixed-assets-page .page-header,.fixed-asset-detail-page .page-header{margin-bottom:20px}.fixed-assets-page .fixed-assets-register-link{clear:both;width:fit-content;margin-top:14px;padding:7px 0;font-weight:700;line-height:1.35;display:flex}.fixed-assets-run-panel{padding:22px}.fixed-assets-run-panel .section-heading{border-bottom:1px solid var(--line-soft);align-items:center;padding-bottom:16px}.fixed-assets-run-panel .section-heading .muted{text-align:right;max-width:620px;margin:0}.fixed-assets-run-controls{grid-template-columns:minmax(240px,1fr) minmax(170px,.45fr) auto;align-items:center;gap:12px;display:grid}.fixed-assets-run-controls>*,.fixed-assets-run-controls .searchable-select,.fixed-assets-run-controls .searchable-select-trigger{width:100%;min-width:0}.fixed-assets-run-controls>button{white-space:nowrap;width:auto}.fixed-assets-table-panel,.fixed-asset-history-panel{min-width:0;padding:20px}.panel.wide.fixed-assets-table-panel,.panel.wide.fixed-asset-history-panel{overflow:visible}.fixed-assets-table-panel .table-scroll,.fixed-asset-history-panel .table-scroll{width:100%;max-width:100%}.fixed-asset-create-form{grid-template-columns:repeat(3,minmax(190px,1fr))}.fixed-asset-create-form>input,.fixed-asset-create-form>.field,.fixed-asset-create-form>.searchable-select{width:100%;min-width:0}.fixed-asset-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.fixed-asset-metrics .metric-card{justify-content:center;min-width:0;min-height:112px;margin:0;padding:18px 20px}.fixed-asset-metrics .metric-card strong{overflow-wrap:anywhere;font-size:clamp(22px,2.3vw,32px)}.fixed-asset-details-panel,.fixed-asset-disposal-panel{padding:22px}.fixed-asset-details-panel .detail-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-top:18px}.fixed-asset-edit-form,.fixed-asset-disposal-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:none;display:grid}.fixed-asset-edit-form>:first-child,.fixed-asset-edit-form>:nth-child(2),.fixed-asset-edit-form>:nth-child(3),.fixed-asset-edit-form>:nth-child(4),.fixed-asset-disposal-form>:first-child,.fixed-asset-edit-form>.row:last-child,.fixed-asset-disposal-form>.row:last-child{grid-column:1/-1}.fixed-asset-edit-form>*,.fixed-asset-disposal-form>*,.fixed-asset-edit-form .searchable-select,.fixed-asset-disposal-form .searchable-select,.fixed-asset-edit-form input,.fixed-asset-disposal-form input{width:100%;min-width:0}.fixed-asset-edit-form>.row,.fixed-asset-disposal-form>.row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}@media (width<=900px){.fixed-asset-create-form{grid-template-columns:repeat(2,minmax(0,1fr))}.fixed-assets-run-panel .section-heading{flex-direction:column;align-items:flex-start}.fixed-assets-run-panel .section-heading .muted{text-align:left}}@media (width<=640px){.data-table-column-menu{min-width:100%;left:0;right:0}.fixed-assets-run-controls,.fixed-asset-create-form,.fixed-asset-metrics,.fixed-asset-edit-form,.fixed-asset-disposal-form{grid-template-columns:1fr}.fixed-assets-run-controls>button{width:100%}.fixed-assets-run-panel,.fixed-assets-table-panel,.fixed-asset-details-panel,.fixed-asset-disposal-panel,.fixed-asset-history-panel{padding:14px}}.cheque-config-page{width:100%;min-width:0;max-width:1500px;margin-inline:auto}.cheque-config-ledger-panel{width:min(100%,620px);padding:20px}.cheque-config-ledger-field{gap:8px;min-width:0}.cheque-config-ledger-field .field-label{color:var(--ink);font-weight:700}.cheque-config-ledger-field .searchable-select,.cheque-config-ledger-field .searchable-select-trigger{width:100%;min-width:0}.cheque-config-ledger-field .searchable-select-trigger{min-height:48px}.stack-form.cheque-config-form{gap:20px;width:100%;max-width:none}.cheque-config-layout-panel,.cheque-config-elements-panel{width:100%;min-width:0}.cheque-config-heading{align-items:center;margin-bottom:20px}.cheque-config-heading h3{margin:0}.cheque-config-heading .searchable-select{flex:0 300px;width:min(100%,300px)}.cheque-config-heading .searchable-select-trigger{min-height:44px}.cheque-config-layout-panel>h4{border-bottom:1px solid var(--line);color:var(--accent-strong);text-transform:uppercase;letter-spacing:.04em;margin:22px 0 12px;padding-bottom:8px;font-size:13px}.cheque-config-layout-panel>.row{grid-template-columns:repeat(4,minmax(160px,1fr));align-items:end;gap:14px;margin-bottom:14px;display:grid}.cheque-config-layout-panel>.row .field{gap:7px;min-width:0}.cheque-config-layout-panel>.row .field-label{color:var(--ink);font-weight:700}.cheque-config-layout-panel>.row input,.cheque-config-layout-panel>.row .searchable-select,.cheque-config-layout-panel>.row .searchable-select-trigger{width:100%;min-width:0}.cheque-config-layout-panel>.row input,.cheque-config-layout-panel>.row .searchable-select-trigger{min-height:46px}.cheque-config-elements-panel>h3{margin-bottom:14px}.cheque-config-elements-panel{overflow-x:auto}.cheque-config-elements-panel table{min-width:720px}.cheque-config-elements-panel td:first-child{min-width:180px;font-weight:700}.cheque-config-elements-panel td input[type=number]{width:110px;min-height:36px;padding:6px 9px}.cheque-config-elements-panel td input[type=checkbox]{width:18px;height:18px;min-height:18px;accent-color:var(--accent);margin:0}.cheque-config-actions{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-xs);flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:16px;display:flex}.cheque-config-actions button{min-width:170px}@media (width<=1100px){.cheque-config-layout-panel>.row{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=640px){.cheque-config-heading{flex-direction:column;align-items:stretch}.cheque-config-heading .searchable-select{flex-basis:auto;width:100%}.cheque-config-layout-panel>.row{grid-template-columns:1fr}.cheque-config-actions button{width:100%}}.bank-report-filters{align-items:end;margin-bottom:20px}.bank-report-filters>.field{min-width:180px}.bank-report-filters>.field .field-label{color:var(--ink);font-weight:700}.bank-deposit-filters>.field:first-child{min-width:min(360px,100%)}@media (width<=760px){.bank-report-filters{flex-direction:column;align-items:stretch}.bank-report-filters>.field,.bank-report-filters>button{width:100%}}.bank-activities-page{width:100%;min-width:0;max-width:1440px;margin-inline:auto}.bank-activities-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.bank-activity-card{min-width:0;min-height:174px;color:inherit;flex-direction:column;justify-content:space-between;gap:24px;padding:22px;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.bank-activity-card:hover,.bank-activity-card:focus-visible{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.bank-activity-card:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 24%, transparent);outline-offset:2px}.bank-activity-card-copy{gap:8px;display:grid}.bank-activity-card-copy strong{color:var(--ink);font-size:17px}.bank-activity-card-copy>span,.bank-activities-note .page-copy{color:var(--muted);line-height:1.55}.bank-activity-card-action{color:var(--primary);justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:700;display:flex}.bank-activity-card-action span{font-size:18px}.bank-activities-note{padding:20px 22px}.bank-activities-note .page-copy{margin:5px 0 0}@media (width<=1100px){.bank-activities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.bank-activities-grid{grid-template-columns:1fr}.bank-activity-card{min-height:150px}}.bank-connectors-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.bank-connectors-toolbar{grid-template-columns:minmax(300px,560px) auto;justify-content:start;align-items:end;gap:14px;padding:20px;display:grid}.bank-connectors-ledger-field{gap:8px;min-width:0}.bank-connectors-ledger-field .field-label{color:var(--ink);font-weight:700}.bank-connectors-ledger-field .searchable-select,.bank-connectors-ledger-field .searchable-select-trigger{width:100%;min-width:0}.bank-connectors-ledger-field .searchable-select-trigger,.bank-connectors-toolbar>button{min-height:48px}.bank-connectors-toolbar>button{padding-inline:22px}.bank-connector-config-panel,.bank-payment-create-panel,.bank-voucher-batch-panel,.bank-feed-history-panel,.bank-payment-batches-panel{width:100%;min-width:0;max-width:none}.bank-connector-heading{align-items:center;margin-bottom:18px}.bank-connector-heading .page-copy{margin:4px 0 0}.bank-connectors-page .grid-form{align-items:end;gap:16px;width:100%;display:grid}.bank-connectors-page .grid-form>label:not(.inline-check){min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.bank-connectors-page .grid-form input:not([type=checkbox]),.bank-connectors-page .grid-form select,.bank-connectors-page .grid-form .searchable-select,.bank-connectors-page .grid-form .searchable-select-trigger{width:100%;min-width:0}.bank-connectors-page .grid-form input:not([type=checkbox]),.bank-connectors-page .grid-form select,.bank-connectors-page .grid-form .searchable-select-trigger{min-height:46px;color:var(--ink);font-weight:400}.bank-connector-config-form,.bank-payment-create-form{grid-template-columns:repeat(4,minmax(180px,1fr))}.bank-connector-config-form>.inline-check{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);min-height:46px;padding:0 12px}.bank-connector-form-actions{border-top:1px solid var(--line-soft);flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:16px;display:flex}.bank-connector-form-actions button{min-height:44px}.bank-feed-history-panel>h3,.bank-payment-create-panel>h3,.bank-voucher-batch-panel>h3,.bank-payment-batches-panel>h3{margin-bottom:14px}.bank-payment-create-form>button{grid-column:1/-1;justify-self:end;min-width:170px}.bank-voucher-batch-form{grid-template-columns:minmax(280px,1fr) auto}.bank-voucher-batch-form .full-width{grid-column:auto}.bank-voucher-batch-form>button{white-space:nowrap;min-height:46px}.bank-feed-history-panel .table-scroll,.bank-payment-batches-panel .table-scroll{max-width:100%}.bank-payment-batches-panel>.page-copy{margin:0 0 14px}.bank-payment-batch-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}@media (width<=1280px){.bank-connector-config-form,.bank-payment-create-form{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (width<=760px){.bank-connectors-toolbar,.bank-connector-config-form,.bank-payment-create-form,.bank-voucher-batch-form{grid-template-columns:1fr}.bank-connectors-toolbar>button,.bank-connector-form-actions>button,.bank-payment-create-form>button,.bank-voucher-batch-form>button{width:100%}.bank-payment-create-form>button,.bank-voucher-batch-form .full-width{grid-column:auto}.bank-connector-heading{flex-direction:column;align-items:flex-start}.bank-payment-batch-actions{flex-wrap:wrap}}.bank-reconciliation-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.bank-reconciliation-page .reconciliation-toolbar{grid-template-columns:minmax(300px,1.5fr) auto auto minmax(210px,.75fr);align-items:end;gap:14px;padding:20px}.bank-reconciliation-page .reconciliation-refresh,.bank-reconciliation-page .reconciliation-toolbar>button{white-space:nowrap;min-height:48px;margin:0;padding-inline:18px}.bank-reconciliation-page .reconciliation-toggle{grid-column:auto;min-height:48px}.bank-auto-match-panel,.bank-reconciliation-lines-panel{min-width:0}.bank-auto-match-heading{align-items:center;margin-bottom:18px}.bank-auto-match-heading .page-copy{margin:4px 0 0}.bank-reconciliation-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.bank-reconciliation-metrics .metric-card{min-width:0;min-height:116px;margin:0;padding:18px}.bank-reconciliation-metrics .metric-card>span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.bank-reconciliation-metrics .metric-card strong{font-size:26px}.bank-reconciliation-metrics .metric-card small{color:var(--muted);font-size:12px}.bank-reconciliation-split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.bank-reconciliation-lines-panel>h3{margin-bottom:14px}.bank-reconciliation-lines-panel .table-scroll,.bank-auto-match-panel .table-scroll{max-width:100%}.bank-match-action{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-xs);justify-content:flex-end;margin:-4px 0 20px;padding:14px 16px;display:flex}.bank-match-action button{min-width:160px}.bank-import-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:0}.bank-file-import,.bank-manual-import{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);width:100%;min-width:0;max-width:none;padding:16px}.bank-file-import input[type=file],.bank-manual-import>input{width:100%;min-width:0}.bank-import-amount-row{grid-template-columns:minmax(160px,1fr) minmax(170px,1fr);gap:10px;display:grid}.bank-manual-import>label,.bank-import-amount-row>label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.bank-manual-import>label>input,.bank-import-amount-row>label>input,.bank-import-amount-row>label .searchable-select,.bank-import-amount-row>label .searchable-select-trigger,.bank-import-amount-row .searchable-select,.bank-import-amount-row .searchable-select-trigger{width:100%;min-width:0}@media (width<=1180px){.bank-reconciliation-page .reconciliation-toolbar{grid-template-columns:minmax(0,1fr) auto auto}.bank-reconciliation-page .reconciliation-toggle{grid-column:1/-1}.bank-reconciliation-split{grid-template-columns:1fr}}@media (width<=760px){.bank-reconciliation-page .reconciliation-toolbar,.bank-reconciliation-metrics,.bank-import-grid,.bank-import-amount-row{grid-template-columns:1fr}.bank-reconciliation-page .reconciliation-toolbar>button,.bank-match-action button,.bank-manual-import .form-actions>button{width:100%}.bank-auto-match-heading{flex-direction:column;align-items:stretch}.bank-auto-match-heading>button{width:100%}.bank-match-action{justify-content:stretch}}.metrics-row.gstr7-summary-cards,.metrics-row.gstr8-summary-cards{grid-template-columns:repeat(2,240px);justify-content:start;gap:14px;width:100%;margin:0 0 20px;display:grid}.metrics-row.gstr7-summary-cards>.metric-card,.metrics-row.gstr8-summary-cards>.metric-card{gap:5px;width:240px;min-width:240px;max-width:240px;height:104px;min-height:104px;margin:0;padding:16px 18px}.metrics-row.gstr7-summary-cards>.metric-card .eyebrow,.metrics-row.gstr8-summary-cards>.metric-card .eyebrow{margin:0;font-size:11px}.metrics-row.gstr7-summary-cards>.metric-card strong,.metrics-row.gstr8-summary-cards>.metric-card strong{font-size:25px;line-height:1.15}@media (width<=640px){.metrics-row.gstr7-summary-cards,.metrics-row.gstr8-summary-cards{grid-template-columns:1fr}.metrics-row.gstr7-summary-cards>.metric-card,.metrics-row.gstr8-summary-cards>.metric-card{width:100%;min-width:0;max-width:none}}.interest-page-layout{width:100%;min-width:0;max-width:1480px;margin-inline:auto}.interest-page-controls{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:18px;display:grid}.interest-page-refresh-controls,.interest-page-post-controls{align-items:center;gap:10px;min-width:0;display:grid}.interest-page-refresh-controls{border-right:1px solid var(--line);grid-template-columns:190px auto;padding-right:18px}.interest-page-post-controls{grid-template-columns:repeat(2,minmax(190px,1fr)) auto}.interest-page-controls input,.interest-page-controls select,.interest-page-controls button{min-width:0;min-height:46px}.interest-page-controls input,.interest-page-controls select{width:100%}.interest-page-controls button{white-space:nowrap;padding-inline:18px}.interest-page-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}.interest-page-metrics .metric-card{min-width:0;min-height:112px;margin:0;padding:18px}.interest-page-metrics .metric-card .eyebrow{margin:0}.interest-page-results{min-width:0}.interest-page-results .table-scroll{max-width:100%}.interest-page-ledger-link,.interest-page-ledger-link:visited{color:var(--accent-strong);font-weight:700;text-decoration:none}.interest-page-ledger-link:hover{text-underline-offset:3px;text-decoration:underline}.interest-page-results th:nth-child(3),.interest-page-results th:nth-child(6),.interest-page-results th:nth-child(8),.interest-page-results td:nth-child(3),.interest-page-results td:nth-child(6),.interest-page-results td:nth-child(8){text-align:right;font-variant-numeric:tabular-nums}@media (width<=1180px){.interest-page-controls{grid-template-columns:1fr}.interest-page-refresh-controls{border-right:0;border-bottom:1px solid var(--line);justify-content:start;padding:0 0 14px}}@media (width<=720px){.interest-page-post-controls{grid-template-columns:1fr}.interest-page-post-controls button{width:100%}}@media (width<=640px){.interest-page-refresh-controls,.interest-page-metrics{grid-template-columns:1fr}.interest-page-refresh-controls button{width:100%}}.pending-orders-page{width:100%;min-width:0;max-width:1500px;margin-inline:auto}.pending-orders-filter-panel{grid-template-columns:minmax(280px,440px) auto;justify-content:start;align-items:end;gap:14px;padding:20px;display:grid}.pending-orders-category-field{gap:8px;width:100%;min-width:0}.pending-orders-category-field .field-label{color:var(--ink);font-weight:700}.pending-orders-category-field .searchable-select,.pending-orders-category-field .searchable-select-trigger{width:100%;min-width:0}.pending-orders-category-field .searchable-select-trigger,.pending-orders-filter-panel>button{min-height:48px}.pending-orders-category-field .searchable-select-trigger{padding-inline:14px 38px}.pending-orders-filter-panel>button{padding-inline:22px}.pending-orders-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.pending-orders-metrics .metric-card{min-width:0;min-height:122px;margin:0;padding:18px}.pending-orders-metrics .metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:normal;font-size:12px;font-weight:700}.pending-orders-metrics .metric-card strong{overflow-wrap:anywhere;font-size:clamp(20px,1.8vw,28px)}.pending-orders-results-panel{min-width:0}.pending-orders-results-panel .section-heading{align-items:center;margin-bottom:16px}.pending-orders-results-panel .section-heading .eyebrow{margin-bottom:3px}.pending-order-ledger-link,.pending-order-ledger-link:visited{color:var(--accent-strong);font-weight:700;text-decoration:none}.pending-order-ledger-link:hover{text-underline-offset:3px;text-decoration:underline}.pending-orders-results-panel .table-scroll{max-width:100%}.pending-orders-results-panel th:nth-child(5),.pending-orders-results-panel th:nth-child(6),.pending-orders-results-panel td:nth-child(5),.pending-orders-results-panel td:nth-child(6){text-align:right;font-variant-numeric:tabular-nums}@media (width<=1050px){.pending-orders-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.pending-orders-filter-panel,.pending-orders-metrics{grid-template-columns:1fr}.pending-orders-filter-panel>button{width:100%}.pending-orders-results-panel .section-heading{flex-direction:column;align-items:flex-start}}.unused-voucher-numbers-page{width:100%;min-width:0;max-width:1280px;margin-inline:auto}.unused-voucher-filter-panel{grid-template-columns:minmax(280px,440px) minmax(260px,1fr);align-items:center;gap:22px;padding:20px;display:grid}.unused-voucher-type-field{gap:8px;min-width:0}.unused-voucher-type-field .field-label{color:var(--ink);font-weight:700}.unused-voucher-type-field .searchable-select,.unused-voucher-type-field .searchable-select-trigger{width:100%;min-width:0}.unused-voucher-type-field .searchable-select-trigger{min-height:48px;padding-inline:14px 38px}.unused-voucher-filter-copy{border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--accent-soft);flex-direction:column;gap:4px;min-width:0;padding:12px 14px;display:flex}.unused-voucher-filter-copy strong{color:var(--accent-strong);font-size:15px}.unused-voucher-filter-copy span{color:var(--muted);font-size:13px}.unused-voucher-results-panel{min-width:0}.unused-voucher-results-panel .section-heading{align-items:center;margin-bottom:16px}.unused-voucher-results-panel .section-heading .eyebrow{margin-bottom:3px}.unused-voucher-results-panel .table-scroll{max-width:100%}.unused-voucher-results-panel th:first-child,.unused-voucher-results-panel td:first-child{font-weight:700}@media (width<=760px){.unused-voucher-filter-panel{grid-template-columns:1fr;gap:14px}}@media (width<=640px){.unused-voucher-results-panel .section-heading{flex-direction:column;align-items:flex-start}}.balance-confirmation-page{width:100%;min-width:0;max-width:1360px;margin-inline:auto}.balance-confirmation-tabs{margin-bottom:14px}.balance-confirmation-toolbar{align-items:center;gap:10px;margin-bottom:20px;padding:14px}.balance-confirmation-toolbar input,.balance-confirmation-toolbar button{min-height:42px}.balance-confirmation-toolbar input{width:190px}.balance-confirmation-layout{grid-template-columns:minmax(250px,310px) minmax(0,1fr);align-items:start;gap:20px;min-width:0;display:grid}.balance-confirmation-parties{min-width:0;max-height:72vh;padding:16px;position:sticky;top:84px;overflow:auto}.balance-confirmation-parties>h3{margin-bottom:12px}.balance-confirmation-parties .summary-list{gap:5px}.balance-confirmation-parties .report-drill-toggle{border-radius:var(--radius-sm);text-align:left;border:1px solid #0000;align-items:center;gap:10px;min-height:42px;padding:8px 10px}.balance-confirmation-parties .report-drill-toggle>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.balance-confirmation-parties .report-drill-toggle>span:last-child{font-variant-numeric:tabular-nums;flex:none;font-weight:700}.balance-confirmation-parties .report-drill-toggle:hover:not(:disabled){border-color:var(--line);background:var(--surface-alt);box-shadow:none;transform:none}.balance-confirmation-parties .report-drill-toggle.row-active{border-color:color-mix(in srgb, var(--accent) 28%, var(--line));background:var(--accent-soft);color:var(--accent-strong)}.balance-confirmation-letter{width:100%;min-width:0;margin:0;padding:clamp(22px,3vw,40px)}.balance-confirmation-letter .voucher-print-header p{margin:0 0 3px}.balance-confirmation-amount{border-left:4px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--accent-soft);color:var(--accent-strong);font-variant-numeric:tabular-nums;margin:18px 0;padding:14px 18px;font-size:22px}.balance-confirmation-letter table{margin-top:18px}@media (width<=980px){.balance-confirmation-layout{grid-template-columns:1fr}.balance-confirmation-parties{max-height:300px;position:static}}@media (width<=640px){.balance-confirmation-toolbar{flex-direction:column;align-items:stretch}.balance-confirmation-toolbar input,.balance-confirmation-toolbar button{width:100%}.balance-confirmation-letter{padding:18px}.balance-confirmation-letter .voucher-print-header{flex-direction:column}.balance-confirmation-letter .voucher-print-meta{text-align:left}.balance-confirmation-letter .voucher-print-signature{flex-direction:column;align-items:stretch;margin-top:40px}}.scheduled-reports-page{width:100%;min-width:0;max-width:1600px;margin-inline:auto}.scheduled-reports-page>.panel{min-width:0}.scheduled-reports-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:20px}.scheduled-reports-metrics .metric-card{min-width:0;min-height:118px;margin:0;padding:18px}.scheduled-reports-metrics .metric-card .eyebrow{margin:0}.scheduled-reports-metrics .metric-card strong{font-size:28px}.scheduled-reports-page .section-heading{align-items:center;margin-bottom:18px}.scheduled-reports-page .section-heading .muted{max-width:680px;color:var(--muted);margin:4px 0 0}.scheduled-report-form{grid-template-columns:repeat(4,minmax(180px,1fr));align-items:end;gap:16px}.scheduled-report-form>label:not(.checkbox-row){min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.scheduled-report-form input:not([type=checkbox]),.scheduled-report-form select{width:100%;min-width:0;height:46px;color:var(--ink);font-weight:400}.scheduled-report-form .span-2{grid-column:span 2}.scheduled-report-form>.checkbox-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);align-self:end;width:fit-content;min-height:46px;padding-inline:12px}.scheduled-report-form-actions{justify-content:flex-end;align-items:center;min-height:46px;display:flex}.scheduled-report-form-actions button{min-width:160px;min-height:46px}.scheduled-definitions-panel>h3{margin-bottom:14px}button.linkish{min-height:30px;color:var(--accent-strong);box-shadow:none;text-align:left;background:0 0;border:1px solid #0000;padding:2px 8px;font-weight:700}button.linkish:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 28%, var(--line));background:var(--accent-soft);box-shadow:none;transform:none}.scheduled-report-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.scheduled-runs-panel .section-heading{align-items:flex-start}.scheduled-definitions-panel .table-scroll,.scheduled-runs-panel .table-scroll{max-width:100%}@media (width<=1200px){.scheduled-report-form{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media (width<=900px){.scheduled-report-form{grid-template-columns:repeat(2,minmax(0,1fr))}.scheduled-reports-page .section-heading{align-items:flex-start}}@media (width<=640px){.scheduled-reports-metrics,.scheduled-report-form{grid-template-columns:1fr}.scheduled-report-form .span-2{grid-column:auto}.scheduled-report-form>.checkbox-row,.scheduled-report-form-actions,.scheduled-report-form-actions button,.scheduled-report-form-panel .section-heading>button{width:100%}.scheduled-report-actions{flex-wrap:wrap}}.msme-disclosure-page{width:100%;min-width:0;max-width:1600px;margin-inline:auto}.msme-disclosure-page>.panel{min-width:0}.msme-filter-row{grid-template-columns:minmax(210px,1fr) minmax(210px,1fr) auto;align-items:end;gap:16px;margin-bottom:20px;padding:18px;display:grid}.msme-filter-row>label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.msme-filter-row input{width:100%;min-width:0;height:46px;color:var(--ink);font-weight:400}.msme-filter-row>button{min-height:46px;padding-inline:20px}.msme-overview-panel>.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.msme-overview-panel .metric-card{min-width:0;min-height:126px;margin:0;padding:18px}.msme-overview-panel .metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:normal;font-size:12px;font-weight:700}.msme-overview-panel .metric-card strong{overflow-wrap:anywhere;font-size:clamp(19px,1.7vw,27px);line-height:1.2}.msme-vendor-link,.msme-vendor-link:visited{color:var(--accent-strong);font-weight:700;text-decoration:none}.msme-vendor-link:hover{text-underline-offset:3px;text-decoration:underline}.msme-table-panel .table-scroll{max-width:100%}.msme-table-panel button.small{min-width:78px}.msme-edit-grid{grid-template-columns:repeat(3,minmax(180px,1fr));align-items:start}.msme-edit-grid>label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.msme-edit-grid input,.msme-edit-grid select,.msme-edit-grid textarea{width:100%;min-width:0;color:var(--ink);font-weight:400}.msme-edit-grid input,.msme-edit-grid select{height:46px}.msme-review-note{grid-column:1/-1}.msme-edit-grid textarea{resize:vertical;min-height:100px}@media (width<=1050px){.msme-overview-panel>.metric-grid,.msme-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.msme-filter-row{grid-template-columns:1fr}.msme-filter-row>button{width:100%}}@media (width<=640px){.msme-overview-panel>.metric-grid,.msme-edit-grid{grid-template-columns:1fr}.msme-disclosure-page .modal-actions>button{width:100%}}.schedule-iii-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.schedule-iii-page>.panel{min-width:0}.schedule-iii-filter-row{grid-template-columns:repeat(4,minmax(170px,1fr)) auto auto;align-items:end;gap:14px;margin-bottom:20px;padding:18px;display:grid}.schedule-iii-filter-row>label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.schedule-iii-filter-row input{width:100%;min-width:0;height:46px;color:var(--ink);font-weight:400}.schedule-iii-filter-row>button{min-height:46px;padding-inline:16px}.schedule-iii-overview-panel>.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin:0}.schedule-iii-overview-panel .metric-card{min-width:0;min-height:126px;margin:0;padding:18px}.schedule-iii-overview-panel .metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:normal;font-size:12px;font-weight:700}.schedule-iii-overview-panel .metric-card strong{overflow-wrap:anywhere;font-size:clamp(19px,1.7vw,27px);line-height:1.2}.schedule-iii-mapping-panel>h3,.schedule-iii-notes-panel>h3{margin-bottom:14px}.schedule-iii-mapping-panel .table-scroll,.schedule-iii-notes-panel .table-scroll{max-width:100%}.schedule-iii-mapping-panel button.small{min-width:72px}.schedule-iii-edit-grid{grid-template-columns:repeat(3,minmax(180px,1fr));align-items:start}.schedule-iii-edit-grid>label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.schedule-iii-edit-grid input,.schedule-iii-edit-grid select,.schedule-iii-edit-grid textarea{width:100%;min-width:0;color:var(--ink);font-weight:400}.schedule-iii-edit-grid input,.schedule-iii-edit-grid select{height:46px}.schedule-iii-review-note{grid-column:1/-1}.schedule-iii-edit-grid textarea{resize:vertical;min-height:108px}.schedule-iii-review-summary{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);margin-top:20px;padding:14px 16px}.schedule-iii-review-summary .summary-row{align-items:center}.schedule-iii-review-summary strong{text-align:right;font-variant-numeric:tabular-nums}@media (width<=1380px){.schedule-iii-filter-row{grid-template-columns:repeat(4,minmax(150px,1fr))}.schedule-iii-filter-row>button{width:fit-content}.schedule-iii-overview-panel>.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.schedule-iii-filter-row,.schedule-iii-edit-grid,.schedule-iii-overview-panel>.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.schedule-iii-filter-row,.schedule-iii-edit-grid,.schedule-iii-overview-panel>.metric-grid{grid-template-columns:1fr}.schedule-iii-filter-row>button,.schedule-iii-page .modal-actions>button{width:100%}.schedule-iii-review-summary .summary-row{flex-direction:column;align-items:flex-start}.schedule-iii-review-summary strong{text-align:left}}.disclosure-schedule-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.disclosure-schedule-page>.panel{min-width:0}.disclosure-filter-row{grid-template-columns:minmax(280px,2fr) minmax(200px,1fr) minmax(240px,1.35fr);align-items:end;gap:16px;margin-bottom:20px;padding:18px;display:grid}.disclosure-filter-row>label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.disclosure-filter-row input,.disclosure-filter-row select{width:100%;min-width:0;height:46px;color:var(--ink);font-weight:400}.disclosure-overview-panel>.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin:0}.disclosure-overview-panel .metric-card{min-width:0;min-height:126px;margin:0;padding:18px}.disclosure-overview-panel .metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.disclosure-overview-panel .metric-card strong{overflow-wrap:anywhere;white-space:normal;font-size:clamp(18px,1.65vw,27px);line-height:1.2}.disclosure-schedule-page .section-heading{align-items:center;margin-bottom:18px}.disclosure-schedule-page .section-heading .eyebrow{margin-bottom:3px}.row.no-print.disclosure-add-actions{box-shadow:none;background:0 0;border:0;justify-content:flex-end;gap:8px;margin:0;padding:0}.disclosure-add-actions button{min-height:36px;padding-inline:12px;font-size:12px}.disclosure-builder-panel .table-scroll input,.disclosure-builder-panel .table-scroll select{width:100%;min-width:132px;height:36px;min-height:36px;padding:6px 9px;font-size:12px}.disclosure-builder-panel .table-scroll input[type=number],.disclosure-builder-panel .table-scroll input[type=date],.disclosure-builder-panel .table-scroll input[data-date-input]{min-width:128px}.disclosure-builder-panel .table-scroll .inline-check{white-space:nowrap;align-items:center;min-height:36px}.disclosure-builder-panel .table-scroll .inline-check input{width:17px;min-width:17px;height:17px;min-height:17px;margin:0;padding:0}.disclosure-summary-panel .muted,.disclosure-working-paper-panel .muted{max-width:520px;color:var(--muted);text-align:right;font-size:13px}@media (width<=1280px){.disclosure-overview-panel>.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.disclosure-schedule-page .section-heading{flex-direction:column;align-items:flex-start}.row.no-print.disclosure-add-actions{justify-content:flex-start}.disclosure-summary-panel .muted,.disclosure-working-paper-panel .muted{text-align:left}}@media (width<=900px){.disclosure-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}.disclosure-filter-row>label:first-child{grid-column:1/-1}.disclosure-overview-panel>.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.disclosure-filter-row,.disclosure-overview-panel>.metric-grid{grid-template-columns:1fr}.disclosure-filter-row>label:first-child{grid-column:auto}.disclosure-add-actions,.disclosure-add-actions button{width:100%}}.receivables-collection-page{width:100%;min-width:0;max-width:1600px;margin-inline:auto}.receivables-collection-page>.panel{min-width:0}.receivables-control-grid{grid-template-columns:repeat(2,minmax(210px,1fr)) auto;align-items:end;gap:16px;margin-bottom:20px}.receivables-control-grid>label,.receivables-edit-grid>label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.receivables-control-grid input,.receivables-edit-grid input,.receivables-edit-grid select,.receivables-edit-grid textarea{width:100%;min-width:0;color:var(--ink);font-weight:400}.receivables-control-grid input,.receivables-edit-grid input,.receivables-edit-grid select{height:46px}.receivables-control-grid input[readonly]{background:var(--surface-alt);color:var(--muted);cursor:default}.receivables-control-grid>button{min-height:46px;padding-inline:20px}.receivables-controls-panel>.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.receivables-controls-panel .metric-card,.receivables-edit-metrics .metric-card{min-width:0;min-height:126px;margin:0;padding:18px}.receivables-controls-panel .metric-card span,.receivables-edit-metrics .metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:normal;font-size:12px;font-weight:700}.receivables-controls-panel .metric-card strong,.receivables-edit-metrics .metric-card strong{overflow-wrap:anywhere;font-size:clamp(19px,1.7vw,27px);line-height:1.2}.receivables-customer-link,.receivables-customer-link:visited{color:var(--accent-strong);font-weight:700;text-decoration:none}.receivables-customer-link:hover{text-underline-offset:3px;text-decoration:underline}.receivables-edit-grid{grid-template-columns:repeat(3,minmax(180px,1fr));align-items:start}.receivables-note-field{grid-column:1/-1}.receivables-edit-grid textarea{resize:vertical;min-height:92px}.receivables-edit-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin:20px 0 0}@media (width<=1100px){.receivables-controls-panel>.metric-grid,.receivables-edit-grid,.receivables-edit-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.receivables-control-grid{grid-template-columns:1fr}.receivables-control-grid>button{width:100%}}@media (width<=640px){.receivables-controls-panel>.metric-grid,.receivables-edit-grid,.receivables-edit-metrics{grid-template-columns:1fr}}.payables-proposal-page{width:100%;min-width:0;max-width:1600px;margin-inline:auto}.payables-proposal-page>.panel{min-width:0}.payables-control-grid{grid-template-columns:repeat(3,minmax(190px,1fr)) auto;align-items:end;gap:16px;margin-bottom:20px}.payables-control-grid>label,.payables-edit-grid>label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.payables-control-grid input,.payables-edit-grid input,.payables-edit-grid select,.payables-edit-grid textarea{width:100%;min-width:0;color:var(--ink);font-weight:400}.payables-control-grid input,.payables-edit-grid input,.payables-edit-grid select{height:46px}.payables-control-grid>button{min-height:46px;padding-inline:20px}.payables-controls-panel>.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin:0}.payables-controls-panel .metric-card,.payables-edit-metrics .metric-card{min-width:0;min-height:126px;margin:0;padding:18px}.payables-controls-panel .metric-card span,.payables-edit-metrics .metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:normal;font-size:12px;font-weight:700}.payables-controls-panel .metric-card strong,.payables-edit-metrics .metric-card strong{overflow-wrap:anywhere;font-size:clamp(19px,1.7vw,27px);line-height:1.2}.payables-forecast-panel>h3{margin-bottom:14px}.payables-vendor-link,.payables-vendor-link:visited{color:var(--accent-strong);font-weight:700;text-decoration:none}.payables-vendor-link:hover{text-underline-offset:3px;text-decoration:underline}.inline-actions{flex-wrap:nowrap;align-items:center;gap:6px;display:inline-flex}button.small{min-height:32px;padding-inline:11px;font-size:12px}.payables-batch-header{justify-content:space-between;align-items:center;margin-bottom:14px}.payables-batch-header>div{flex:420px;min-width:0}.payables-batch-header .page-copy{margin:4px 0 0}.payables-batch-header>button{flex:none}.code-block{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);max-width:100%;max-height:420px;color:var(--ink);tab-size:2;margin:0;padding:16px;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:auto}.payables-edit-grid{grid-template-columns:repeat(3,minmax(180px,1fr));align-items:start}.payables-notes-field{grid-column:1/-1}.payables-edit-grid textarea{resize:vertical;min-height:92px}.payables-edit-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin:20px 0 0}.modal-actions{border-top:1px solid var(--line-soft);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:20px;padding-top:16px;display:flex}@media (width<=1280px){.payables-controls-panel>.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.payables-edit-grid,.payables-edit-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1050px){.payables-control-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.payables-control-grid>button{width:fit-content}.payables-controls-panel>.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.payables-control-grid,.payables-edit-grid,.payables-controls-panel>.metric-grid,.payables-edit-metrics{grid-template-columns:1fr}.payables-control-grid>button,.payables-batch-header>button,.modal-actions>button{width:100%}.payables-batch-header{align-items:stretch}.inline-actions{flex-wrap:wrap}}.audit-query-udin-page{width:100%;max-width:1680px;margin-inline:auto}.audit-query-udin-page .page-header{margin-bottom:18px}.audit-query-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.audit-query-summary-grid .summary-card{border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:var(--radius-md);background:var(--surface);min-width:0;min-height:116px;box-shadow:var(--shadow-xs);flex-direction:column;justify-content:space-between;gap:12px;padding:18px 20px;display:flex}.audit-query-summary-grid .summary-card span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.audit-query-summary-grid .summary-card strong{font-variant-numeric:tabular-nums;font-size:28px;line-height:1}.audit-query-tabs{margin-bottom:20px}.audit-query-udin-page>.stack{gap:18px}.audit-query-form,.audit-query-actions-card,.audit-query-udin-page .card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-xs);margin:0;padding:22px}.audit-query-form .card-header,.audit-query-actions-card .card-header,.audit-query-udin-page .card-header{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;padding-bottom:16px;display:flex}.audit-query-form .card-header h2,.audit-query-actions-card .card-header h2,.audit-query-udin-page .card-header h2{font-size:18px}.audit-query-form .card-header p,.audit-query-udin-page .card-header p{max-width:760px;color:var(--muted);margin:5px 0 0}.audit-query-form .card-header>button,.audit-query-udin-page .card-header>button{flex:none}.audit-query-form-grid,.audit-query-udin-page .compact-form .form-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:16px 18px}.audit-query-form-grid>label,.audit-query-udin-page .compact-form .form-grid>label{min-width:0;color:var(--ink);flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.audit-query-form-grid input,.audit-query-form-grid select,.audit-query-form-grid textarea,.audit-query-udin-page .compact-form input,.audit-query-udin-page .compact-form select,.audit-query-udin-page .compact-form textarea{width:100%;min-width:0;font-weight:400}.audit-query-form-grid input,.audit-query-form-grid select,.audit-query-udin-page .compact-form input,.audit-query-udin-page .compact-form select{min-height:46px}.audit-query-form-grid textarea,.audit-query-udin-page .compact-form textarea{resize:vertical;min-height:96px;padding:12px 14px}.audit-query-form-grid>.wide,.audit-query-udin-page .compact-form .form-grid>.wide{grid-column:1/-1}.audit-query-table-panel{margin:0;padding:18px}.audit-query-actions-card .inline-list,.audit-query-udin-page .inline-list{gap:8px;display:grid}.audit-query-action-row,.audit-query-udin-page .inline-row{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface-alt);grid-template-columns:minmax(240px,1fr) auto auto auto;align-items:center;gap:8px;padding:10px 12px;display:grid}.audit-query-action-row>span,.audit-query-udin-page .inline-row>span{overflow-wrap:anywhere;min-width:0}.audit-query-udin-page .inline-row>button{border:1px solid color-mix(in srgb, var(--accent) 28%, var(--line));background:var(--accent-soft);min-height:34px;color:var(--accent-strong);box-shadow:none;padding-inline:12px;font-size:13px}.audit-query-udin-page .inline-row>button:hover:not(:disabled){border-color:var(--accent);background:var(--surface);box-shadow:var(--shadow-xs);transform:none}@media (width<=1200px){.audit-query-form-grid,.audit-query-udin-page .compact-form .form-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media (width<=900px){.audit-query-summary-grid,.audit-query-form-grid,.audit-query-udin-page .compact-form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-query-action-row,.audit-query-udin-page .inline-row{grid-template-columns:repeat(3,1fr)}.audit-query-action-row>span,.audit-query-udin-page .inline-row>span{grid-column:1/-1}}@media (width<=640px){.audit-query-summary-grid,.audit-query-form-grid,.audit-query-udin-page .compact-form .form-grid,.audit-query-action-row,.audit-query-udin-page .inline-row{grid-template-columns:1fr}.audit-query-form,.audit-query-actions-card,.audit-query-table-panel{padding:14px}.audit-query-form .card-header,.audit-query-udin-page .card-header{flex-direction:column;align-items:stretch}.audit-query-form .card-header>button,.audit-query-udin-page .card-header>button,.audit-query-action-row>button,.audit-query-udin-page .inline-row>button{width:100%}}@media print{body,.shell,.workspace,.content{background:#fff}.sidebar,.topbar,.no-print,.toast-stack,.confirm-overlay{display:none!important}.shell,.workspace,.content{margin:0;padding:0;display:block}.panel{box-shadow:none;border:none;margin:0;padding:4px 6px}.balance-confirmation-page,.balance-confirmation-layout,.balance-confirmation-letter{width:100%;max-width:none;display:block}.balance-confirmation-letter{padding:8mm}.table-scroll{border:none;max-height:none;overflow:visible}th{position:static}table{font-size:12px}th,td{white-space:normal}}.tally-migration-page{width:100%;min-width:0;max-width:1680px;margin-inline:auto}.tally-migration-page .page-header{margin-bottom:20px}.tally-migration-readiness-banner{justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding:14px 16px;display:flex}.tally-migration-readiness-banner>div{gap:3px;min-width:0;display:grid}.tally-migration-readiness-banner>div>span{color:var(--muted);line-height:1.45}.tally-migration-readiness-banner>.status-pill{flex:none}.tally-migration-config-panel,.tally-migration-control-panel,.tally-migration-signoff-panel{grid-template-columns:repeat(3,minmax(190px,1fr));gap:16px 18px;padding:22px;overflow:visible}.tally-migration-section-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:2px;padding-bottom:16px}.tally-migration-section-heading h3{margin:0}.tally-migration-config-panel .detail-field,.tally-migration-control-panel .detail-field,.tally-migration-signoff-panel .detail-field{gap:7px;min-width:0}.tally-migration-config-panel input,.tally-migration-config-panel select,.tally-migration-control-panel input,.tally-migration-control-panel select,.tally-migration-signoff-panel input,.tally-migration-signoff-panel select,.tally-migration-signoff-panel textarea{width:100%;min-width:0}.tally-migration-signoff-panel textarea{resize:vertical;min-height:110px}.tally-migration-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tally-migration-metrics .metric-card{min-width:0;min-height:126px;padding:18px 20px}.tally-migration-metrics .metric-card>span{color:var(--muted);letter-spacing:.045em;text-transform:uppercase;font-size:12px;font-weight:700}.tally-migration-metrics .metric-card strong{overflow-wrap:anywhere;font-size:clamp(24px,2.3vw,32px);line-height:1.1}.tally-migration-metrics .metric-card small{color:var(--muted);line-height:1.4}.tally-migration-table-panel,.tally-migration-preview-panel{min-width:0;padding:20px;overflow:visible}.tally-migration-table-panel>.section-heading,.tally-migration-preview-panel>.section-heading{border-bottom:1px solid var(--line-soft);align-items:center;padding-bottom:16px}.tally-migration-table-panel>.section-heading h3,.tally-migration-preview-panel>.section-heading h3{margin:0}.tally-migration-table-panel>.section-heading .row{flex-wrap:wrap;justify-content:flex-end}.tally-migration-repair-panel>.section-heading input{width:min(320px,100%);min-width:220px}.tally-migration-table-panel .data-table,.tally-migration-table-panel .table-scroll{width:100%;min-width:0;max-width:100%}.tally-migration-table-panel>.page-copy{border-radius:var(--radius-sm);background:var(--surface-alt);max-width:none;margin:14px 0 0;padding:11px 13px}.tally-migration-preview-panel .code-block{border-radius:var(--radius-md);max-height:460px;margin:0;overflow:auto}@media (width<=1100px){.tally-migration-config-panel,.tally-migration-control-panel,.tally-migration-signoff-panel,.tally-migration-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.tally-migration-config-panel,.tally-migration-control-panel,.tally-migration-signoff-panel,.tally-migration-metrics{grid-template-columns:1fr}.tally-migration-config-panel,.tally-migration-control-panel,.tally-migration-signoff-panel,.tally-migration-table-panel,.tally-migration-preview-panel{padding:14px}.tally-migration-section-heading,.tally-migration-table-panel>.section-heading{flex-direction:column;align-items:stretch}.tally-migration-readiness-banner{flex-direction:column;align-items:flex-start}.tally-migration-table-panel>.section-heading .row,.tally-migration-table-panel>.section-heading .row>*,.tally-migration-repair-panel>.section-heading input{width:100%;min-width:0}}.backup-restore-page{width:100%;min-width:0;max-width:1500px;margin-inline:auto}.backup-restore-page .page-header{margin-bottom:20px}.backup-export-panel,.backup-policy-panel,.backup-restore-panel{gap:16px;width:100%;max-width:none;padding:22px}.backup-section-heading{border-bottom:1px solid var(--line-soft);padding-bottom:14px}.backup-section-heading h3{margin:0}.backup-policy-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.backup-policy-heading>.badge{flex:none}.backup-export-panel{grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.backup-export-panel .backup-section-heading{grid-column:1/-1}.backup-export-panel .page-copy{max-width:820px;margin:0}.backup-export-panel>button{white-space:nowrap;width:auto}.backup-policy-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:2px;display:grid}.backup-policy-metrics .metric-card,.backup-verification-metrics .metric-card{justify-content:center;min-width:0;min-height:112px;margin:0;padding:17px 19px}.backup-policy-metrics .metric-card strong{overflow-wrap:anywhere;font-size:clamp(17px,1.7vw,24px);line-height:1.25}.backup-policy-metrics .metric-card small{color:var(--muted);line-height:1.4}.backup-policy-panel>.checkbox-label{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);align-items:center;gap:10px;width:fit-content;padding:11px 14px;font-weight:700;display:flex}.backup-policy-form{grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px}.backup-policy-form>label{min-width:0;color:var(--muted);gap:7px;font-size:13px;font-weight:700;display:grid}.backup-policy-form input,.backup-policy-form select{width:100%;min-width:0;color:var(--ink);font-weight:400}.backup-policy-form :disabled{opacity:.58;cursor:not-allowed}.backup-policy-actions,.backup-restore-actions{flex-wrap:wrap;padding-top:4px}.backup-restore-panel>.page-copy{max-width:800px;margin:0}.backup-restore-panel>input[type=file]{border:1px dashed var(--line);border-radius:var(--radius-md);background:var(--surface-alt);width:min(100%,680px);padding:10px}.backup-verification-panel{width:100%;padding:18px;overflow:visible}.backup-verification-body{width:100%;max-width:none;margin-top:12px}.backup-verification-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.backup-verification-metrics .metric-card{min-height:96px}.backup-verification-metrics .metric-card strong{font-size:24px}.backup-verification-panel .table-wrap{border:1px solid var(--line);border-radius:var(--radius-md);width:100%;max-width:100%;overflow:auto}.backup-verification-panel .table-wrap table{width:100%;margin:0}.backup-restore-actions{margin-top:12px}@media (width<=900px){.backup-policy-form,.backup-policy-metrics,.backup-verification-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.backup-export-panel,.backup-policy-form,.backup-policy-metrics,.backup-verification-metrics{grid-template-columns:1fr}.backup-export-panel,.backup-policy-panel,.backup-restore-panel{padding:14px}.backup-export-panel>button,.backup-policy-actions>button,.backup-restore-actions>button{width:100%}}.books-settings-page{width:100%;min-width:0;max-width:1500px;margin-inline:auto}.books-settings-page .page-header{margin-bottom:20px}.books-settings-layout{grid-template-columns:minmax(0,1fr) minmax(300px,390px);align-items:start;gap:20px;display:grid}.books-settings-layout>.panel{margin-bottom:0}.books-settings-form{grid-template-columns:repeat(2,minmax(220px,1fr));gap:18px;padding:24px;overflow:visible}.books-settings-heading{border-bottom:1px solid var(--line-soft);align-items:center;margin-bottom:0;padding-bottom:16px}.books-settings-heading h3,.books-lock-heading h3{margin:0}.books-settings-form>*,.books-settings-form .searchable-select,.books-settings-form .searchable-select-trigger{width:100%;min-width:0}.books-settings-form .detail-field{gap:7px}.books-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.books-policy-grid .inline-check{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-alt);width:auto;min-height:70px;color:var(--ink);padding:12px 14px}.books-lock-form{gap:16px;width:100%;max-width:none;padding:24px}.books-lock-heading{border-bottom:1px solid var(--line-soft);padding:0 90px 14px 0;position:relative}.books-lock-heading>.badge{position:absolute;top:0;right:0}.books-lock-form .page-copy{margin:0;line-height:1.55}.books-lock-form>input[type=date],.books-lock-form>input[data-date-input]{width:100%;min-height:46px}@media (width<=1050px){.books-settings-layout{grid-template-columns:1fr}}@media (width<=640px){.books-settings-form,.books-policy-grid{grid-template-columns:1fr}.books-settings-form,.books-lock-form{padding:14px}.books-settings-heading{align-items:flex-start}.books-lock-form .row,.books-lock-form .row>button{width:100%}}:is(.panel:has(.data-table),.card:has(.data-table)){overflow:visible}.data-table:has(.data-table-column-chooser[open]){z-index:500;position:relative}.data-table-toolbar:has(.data-table-column-chooser[open]){z-index:501;position:relative}.data-table-column-chooser[open] .data-table-column-menu{z-index:502}.payroll-page{width:100%;min-width:0}.payroll-page>.panel,.payroll-page>.card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);width:100%;min-width:0;box-shadow:var(--shadow-xs);padding:22px}.payroll-page .form-grid>input:not([type=checkbox]):not([type=radio]),.payroll-page .form-grid>select,.payroll-page .form-grid>textarea,.payroll-page .form-grid>.searchable-select,.payroll-page .form-grid>.field,.payroll-page .field>input:not([type=checkbox]):not([type=radio]),.payroll-page .field>select,.payroll-page .field>textarea,.payroll-page .field>.searchable-select,.payroll-page .field .searchable-select-trigger{width:100%;min-width:0}.payroll-page input:not([type=checkbox]):not([type=radio]),.payroll-page select,.payroll-page .searchable-select-trigger{background:var(--surface);min-height:44px;padding:10px 13px}.payroll-page .search-field input[type=search]{padding-left:38px;padding-right:14px}.payroll-page .search-field svg{z-index:1;left:13px}.payroll-page textarea{resize:vertical;background:var(--surface);width:100%;min-width:0;min-height:96px;padding:11px 13px}.payroll-page .field{align-content:end;gap:7px;min-width:0;display:grid}.payroll-page .field-label{color:var(--ink);font-size:13px;font-weight:650;line-height:1.35}html{background:var(--page);min-width:320px}body,#root{width:100%;min-width:320px;min-height:100%}.workspace,.content,.page-header,.page-toolbar,.panel,.sub-panel,.form-grid,.toolbar,.row,.summary-grid,.data-table,.data-table-toolbar{min-width:0}.content>*{width:100%;max-width:100%}:is(input,select,textarea,button,.searchable-select,.searchable-select-trigger){max-width:100%}:is(input,select,textarea):focus-visible,.searchable-select-trigger:focus-visible,a:focus-visible{box-shadow:var(--focus-ring);outline:none}:is(:is(input,select,textarea)[aria-invalid=true],:is(input,select,textarea):user-invalid){border-color:var(--danger)}.toolbar,.page-toolbar,.form-actions,.action-row{flex-wrap:wrap}.toolbar>:is(input,select,.searchable-select),.page-toolbar>:is(input,select,.searchable-select){min-width:0}.table-wrap,.table-scroll,.data-table-scroll{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}table{border-collapse:collapse}th{text-align:left}.modal-close-btn{flex:none;font-family:Arial,sans-serif;font-size:0}.modal-close-btn:before{content:"×";font-size:20px;line-height:1}.modal-body>:first-child{margin-top:0}.modal-body>:last-child{margin-bottom:0}@media (width<=900px){.workspace{width:100vw}.topbar{gap:8px;width:100%;position:sticky;top:0}.topbar-left{flex-wrap:nowrap;flex:100%}.topbar-right{scrollbar-width:none;flex:100%;overflow-x:auto}.topbar-right::-webkit-scrollbar{display:none}.header-search-btn{min-width:44px}.content{width:100%;overflow-x:hidden}}@media (width<=640px){body{font-size:13px}h2{font-size:20px}h3{font-size:15px}.content{padding:12px}.panel{padding:14px}.topbar{padding:8px 10px}.topbar-left{gap:6px}.topbar-back-button{padding-inline:10px}.topbar-help-button{display:none}.topbar-right>:is(button,.company-switcher,.user-chip){flex:none}.page-header{margin-bottom:14px}.page-header,.page-toolbar{align-items:stretch}.page-toolbar>:is(button,a){width:100%}.form-actions{flex-direction:column-reverse;width:100%}.form-actions>button{width:100%}.row{flex-wrap:wrap}.row>*{min-width:min(100%,180px)}.summary-grid{grid-template-columns:1fr!important}.overlay{padding:0}.modal,.modal.modal-wide{border-radius:16px 16px 0 0;width:100%;max-width:100%;max-height:92dvh}.modal:has(.form-grid){border-radius:16px 16px 0 0;width:100%;max-width:100%;max-height:92dvh}.modal-header{padding:14px 16px}.modal-body{padding:14px 16px calc(16px + env(safe-area-inset-bottom))}.data-table-toolbar button{min-height:40px}}@media print{.sidebar,.topbar,.page-info-toggle-host,.no-print{display:none!important}.shell{display:block}.content{padding:0;overflow:visible}.panel{box-shadow:none;break-inside:avoid;border-color:#ddd}}.payroll-page .pay-head-form{gap:14px;display:grid}.payroll-page .pay-head-form-intro{color:var(--muted);margin:-5px 3px 6px;font-size:13px}.payroll-page .pay-head-form-section{border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:16px 18px 18px}.payroll-page .pay-head-form-section h3{color:var(--ink);align-items:center;gap:10px;margin:0 0 16px;font-size:14px;display:flex}.payroll-page .pay-head-form-section h3>span{background:color-mix(in srgb, var(--success) 12%, var(--surface));width:30px;height:30px;color:var(--success);border-radius:10px;place-items:center;font-size:13px;display:grid}.payroll-page .pay-head-fields{align-items:end;gap:17px 28px;display:grid}.payroll-page .pay-head-fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.payroll-page .pay-head-fields.four,.payroll-page .statutory-fields{grid-template-columns:repeat(4,minmax(0,1fr))}.payroll-page .pay-head-form .field{gap:7px;min-width:0;display:grid}.payroll-page .pay-head-form .field-wide{grid-column:span 2}.payroll-page .pay-head-form input:not([type=checkbox]),.payroll-page .pay-head-form .searchable-select,.payroll-page .pay-head-form .searchable-select-trigger{width:100%;min-width:0}.payroll-page .pay-head-toggle{align-self:end;gap:9px;padding-bottom:8px;display:grid}.payroll-page .pay-head-toggle .inline-check{min-height:28px}.payroll-page .pay-head-form .required-mark{color:var(--danger)}.payroll-page .effective-date-row{grid-template-columns:minmax(260px,1fr) 2.4fr;align-items:end;gap:28px;display:grid}.payroll-page .effective-date-row p{border:1px solid color-mix(in srgb, var(--success) 18%, var(--line));background:color-mix(in srgb, var(--success) 8%, var(--surface));color:var(--success);border-radius:7px;margin:0;padding:13px 16px;font-size:12px}.payroll-page .pay-head-form-note{border:1px solid color-mix(in srgb, #465fff 25%, var(--line));background:color-mix(in srgb, #465fff 6%, var(--surface));color:var(--ink);border-radius:7px;padding:12px 14px;font-size:12px}.payroll-page .pay-head-form>.form-actions{justify-content:flex-end;gap:12px;margin-top:0;padding-top:2px;display:flex}@media (width<=900px){.payroll-page .pay-head-fields.three,.payroll-page .pay-head-fields.four,.payroll-page .statutory-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.payroll-page .effective-date-row{grid-template-columns:1fr}}@media (width<=600px){.payroll-page .pay-head-fields.three,.payroll-page .pay-head-fields.four,.payroll-page .statutory-fields{grid-template-columns:1fr}.payroll-page .pay-head-form .field-wide{grid-column:auto}.payroll-page .pay-head-form-section{padding:14px}.payroll-page .pay-head-form>.form-actions{flex-direction:column-reverse}.payroll-page .pay-head-form>.form-actions>button{width:100%}}.payroll-page .employee-form{align-items:start}.payroll-page .employee-form-note{color:var(--muted);text-align:right;margin:-2px 0 2px;font-size:12px}.payroll-page .employee-form-note span,.payroll-page .required-mark{color:var(--danger)}.payroll-page .optional-mark{color:var(--muted);margin-left:5px;font-size:11px;font-weight:500}.payroll-page .employee-form input:invalid:not(:placeholder-shown){border-color:color-mix(in srgb, var(--danger) 65%, var(--line))}.payroll-page .employee-master-form{gap:0;display:grid}.payroll-page .employee-master-section{border-bottom:1px dashed var(--line);padding:13px 0 18px}.payroll-page .employee-master-section:first-child{padding-top:0}.payroll-page .employee-master-section h3{border-left:3px solid var(--success);color:var(--ink);margin:0 0 15px;padding-left:12px;font-size:14px;line-height:18px}.payroll-page .employee-section-grid{align-items:end;gap:17px 24px;display:grid}.payroll-page .employee-section-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.payroll-page .employee-master-field{gap:7px;min-width:0;display:grid}.payroll-page .employee-master-field>input,.payroll-page .employee-master-field>.searchable-select,.payroll-page .employee-master-field .searchable-select-trigger{width:100%;min-width:0}.payroll-page .employee-master-field small{min-height:14px;color:var(--muted);margin-top:-2px;font-size:10px}.payroll-page .employee-master-form .required-mark,.payroll-page .employee-form-info span{color:var(--danger)}.payroll-page .employee-master-form .pay-head-toggle{align-self:end;padding-bottom:8px}.payroll-page .employee-form-info{border:1px solid color-mix(in srgb, var(--success) 20%, var(--line));background:color-mix(in srgb, var(--success) 7%, var(--surface));color:color-mix(in srgb, var(--success) 82%, var(--ink));border-radius:7px;margin-top:16px;padding:11px 14px;font-size:12px}.payroll-page .employee-master-form>.form-actions{justify-content:flex-end;gap:12px;padding-top:16px;display:flex}.payroll-page .attendance-master-form{display:grid}.payroll-page .attendance-form-intro{color:var(--muted);margin:-8px 0 14px;font-size:13px}.payroll-page .attendance-master-form .employee-master-section{padding-block:17px}.payroll-page .attendance-top-grid{grid-template-columns:2fr .8fr 1fr;align-items:start;gap:28px;display:grid}.payroll-page .attendance-status-grid{grid-template-columns:1fr 1fr 2fr;align-items:start;gap:28px;margin-top:18px;display:grid}.payroll-page .attendance-employee-column{gap:8px;display:grid}.payroll-page .selected-employee-card{background:color-mix(in srgb, var(--success) 7%, var(--surface));border-radius:7px;align-items:center;gap:14px;min-height:66px;padding:11px 16px;display:flex}.payroll-page .selected-employee-card>span{border:1px solid color-mix(in srgb, var(--success) 18%, var(--line));width:42px;height:42px;color:var(--success);border-radius:50%;place-items:center;font-size:22px;display:grid}.payroll-page .selected-employee-card div{flex:1;gap:5px;display:grid}.payroll-page .selected-employee-card small{color:var(--muted)}.payroll-page .selected-employee-card em{border:1px solid color-mix(in srgb, var(--success) 30%, var(--line));color:var(--success);border-radius:12px;padding:3px 8px;font-size:11px;font-style:normal}.payroll-page .attendance-time-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:22px;display:grid}.payroll-page .attendance-metric{gap:8px;display:grid}.payroll-page .attendance-metric>span{color:var(--ink);font-size:13px;font-weight:650}.payroll-page .attendance-metric>strong{border-left:1px solid var(--line);min-height:44px;padding:12px;font-size:14px}.payroll-page .attendance-metric>small{color:var(--success);font-size:10px}.payroll-page .attendance-calculation-note{background:color-mix(in srgb, #1683e8 7%, var(--surface));color:var(--muted);border-radius:6px;margin:15px 0 0;padding:9px 12px;font-size:11px}.payroll-page .attendance-summary-grid{border:1px solid var(--line);border-radius:7px;grid-template-columns:repeat(6,1fr);padding:14px 18px;display:grid}.payroll-page .attendance-summary-grid>div{border-right:1px solid var(--line);text-transform:capitalize;gap:5px;padding:0 18px;display:grid}.payroll-page .attendance-summary-grid>div:last-child{border:0}.payroll-page .attendance-summary-grid span{color:var(--muted);font-size:11px}.payroll-page .attendance-summary-grid strong{color:var(--ink);font-size:15px}.payroll-page .attendance-notes{border:1px solid color-mix(in srgb, var(--success) 14%, var(--line));background:color-mix(in srgb, var(--success) 5%, var(--surface));border-radius:7px;gap:5px;margin-top:14px;padding:11px 16px;font-size:11px;display:grid}.payroll-page .attendance-notes span{color:color-mix(in srgb, var(--success) 80%, var(--ink))}.payroll-page .attendance-footer{justify-content:space-between;align-items:center;padding-top:16px;display:flex}.payroll-page .attendance-footer>span{color:var(--danger);font-size:12px}.payroll-page .attendance-footer>div{gap:12px;display:flex}.payroll-page .salary-structure-form{gap:18px;display:grid}.payroll-page .salary-structure-intro{color:var(--muted);margin:-8px 0 2px;font-size:13px}.payroll-page .salary-employee-summary{border:1px solid color-mix(in srgb, var(--success) 18%, var(--line));background:color-mix(in srgb, var(--success) 3%, var(--surface));border-radius:8px;padding:18px 20px}.payroll-page .salary-employee-summary h3,.payroll-page .salary-calculation-preview h3{color:var(--success);margin:0 0 16px;font-size:14px}.payroll-page .salary-employee-summary>p{color:var(--muted);margin:0}.payroll-page .salary-employee-summary-grid{grid-template-columns:1.6fr repeat(3,1fr);gap:12px;display:grid}.payroll-page .salary-employee-identity,.payroll-page .salary-employee-summary-grid>div:not(:first-child){border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;gap:13px;padding:12px;display:flex}.payroll-page .salary-employee-identity>span{background:color-mix(in srgb, var(--success) 12%, var(--surface));width:52px;height:52px;color:var(--success);border-radius:50%;flex:0 0 52px;place-items:center;font-size:18px;font-weight:750;display:grid}.payroll-page .salary-employee-identity div,.payroll-page .salary-employee-summary-grid>div:not(:first-child){gap:5px;display:grid}.payroll-page .salary-employee-identity small,.payroll-page .salary-employee-summary-grid span{color:var(--muted);font-size:11px}.payroll-page .salary-structure-fields{align-items:start;gap:20px 24px;display:grid}.payroll-page .salary-structure-fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.payroll-page .salary-amount-type{border:0;gap:24px;min-width:0;margin:0;padding:0;display:flex}.payroll-page .salary-amount-type legend{width:100%;color:var(--ink);margin-bottom:12px;font-size:13px;font-weight:650}.payroll-page .salary-amount-type legend span{color:var(--danger)}.payroll-page .salary-amount-type label{white-space:nowrap;align-items:center;gap:8px;display:flex}.payroll-page .salary-amount-type input{accent-color:var(--success)}.payroll-page .salary-calculation-preview{border:1px solid color-mix(in srgb, var(--success) 22%, var(--line));background:color-mix(in srgb, var(--success) 3%, var(--surface));border-radius:8px;padding:17px}.payroll-page .salary-calculation-preview>div{grid-template-columns:repeat(5,1fr);gap:16px;padding:4px 12px 13px;display:grid}.payroll-page .salary-calculation-preview>div>div{gap:7px;display:grid}.payroll-page .salary-calculation-preview span{color:var(--muted);font-size:11px}.payroll-page .salary-calculation-preview strong{color:var(--ink);text-transform:capitalize;font-size:13px}.payroll-page .salary-calculation-preview p{background:color-mix(in srgb, var(--success) 7%, var(--surface));color:color-mix(in srgb, var(--success) 82%, var(--ink));border-radius:6px;margin:0;padding:10px 13px;font-size:11px}.payroll-page .salary-important-notes{border:1px solid color-mix(in srgb, #7656d8 18%, var(--line));background:color-mix(in srgb, #7656d8 5%, var(--surface));border-radius:8px;grid-template-columns:1.4fr 1fr;gap:20px;padding:15px 18px;display:grid}.payroll-page .salary-important-notes>div{gap:7px;font-size:11px;display:grid}.payroll-page .salary-important-notes strong{color:#5e42b5}.payroll-page .salary-important-notes>div:last-child{border:1px solid color-mix(in srgb, #7656d8 20%, var(--line));border-radius:7px;padding:10px 14px}.payroll-page .salary-structure-footer{justify-content:space-between;align-items:center;padding-top:6px;display:flex}.payroll-page .salary-structure-footer>div{gap:12px;display:flex}.payroll-page .salary-register-page{gap:14px;min-width:0;display:grid}.payroll-page .salary-register-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.payroll-page .salary-register-heading h2{margin:0 0 5px}.payroll-page .salary-register-heading p,.payroll-page .salary-register-heading span{color:var(--muted);margin:0;font-size:12px}.payroll-page .salary-register-heading>div:last-child{text-align:right;gap:5px;font-size:12px;display:grid}.payroll-page .salary-register-tabs{border-bottom:1px solid var(--line);gap:28px;display:flex}.payroll-page .salary-register-tabs button{color:var(--muted);box-shadow:none;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:10px 2px}.payroll-page .salary-register-tabs button.active{border-bottom-color:var(--success);color:var(--success)}.payroll-page .salary-register-filters{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:10px;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;padding:18px;display:grid}.payroll-page .salary-filter-actions{grid-column:1/-1;justify-content:flex-end;gap:12px;display:flex}.payroll-page .salary-register-cards{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.payroll-page .salary-register-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;gap:7px;min-height:104px;padding:18px;display:grid}.payroll-page .salary-register-card>span{color:var(--ink);font-size:12px;font-weight:650}.payroll-page .salary-register-card>strong{font-variant-numeric:tabular-nums;font-size:clamp(16px,1.5vw,22px)}.payroll-page .salary-register-card>small{color:var(--muted)}.payroll-page .salary-register-card.green{background:color-mix(in srgb, var(--success) 5%, var(--surface))}.payroll-page .salary-register-card.blue{background:color-mix(in srgb, #2879e8 6%, var(--surface))}.payroll-page .salary-register-card.orange{background:color-mix(in srgb, #e98a16 7%, var(--surface))}.payroll-page .salary-register-card.purple{background:color-mix(in srgb, #7c3aed 6%, var(--surface))}.payroll-page .salary-register-table-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:10px;overflow:hidden}.payroll-page .salary-register-toolbar{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:12px 14px;display:flex}.payroll-page .salary-register-toolbar>input{width:min(270px,100%)}.payroll-page .salary-register-toolbar>span{border:1px solid var(--line);color:var(--muted);border-radius:7px;padding:10px 13px;font-size:12px}.payroll-page .salary-register-toolbar>div{gap:10px;margin-left:auto;display:flex}.payroll-page .salary-register-table-card table{width:100%}.payroll-page .salary-register-table-card th{white-space:nowrap;text-transform:uppercase;font-size:10px}.payroll-page .salary-register-table-card td{white-space:nowrap;font-size:12px}.payroll-page .salary-status{border:1px solid;border-radius:5px;padding:4px 7px;font-size:10px;display:inline-flex}.payroll-page .salary-status.calculated{border-color:color-mix(in srgb, var(--success) 35%, var(--line));color:var(--success);background:color-mix(in srgb, var(--success) 6%, var(--surface))}.payroll-page .salary-status.no-pay{border-color:color-mix(in srgb, var(--danger) 35%, var(--line));color:var(--danger)}.payroll-page .salary-net-pay{color:var(--success)}.payroll-page .salary-view-button{border:1px solid var(--line);background:var(--surface);width:34px;min-height:32px;color:var(--muted);padding:0}.payroll-page .salary-register-table-card footer{border-top:1px solid var(--line);color:var(--muted);padding:12px 16px;font-size:11px}.payroll-page .salary-register-tip{border:1px solid color-mix(in srgb, var(--success) 15%, var(--line));background:color-mix(in srgb, var(--success) 5%, var(--surface));color:color-mix(in srgb, var(--success) 75%, var(--ink));border-radius:8px;margin:0;padding:11px 15px;font-size:11px}.payroll-page .payslip-page{gap:16px;min-width:0;display:grid}.payroll-page .payslip-page-heading{align-items:center;gap:14px;display:flex}.payroll-page .payslip-page-heading>span{background:color-mix(in srgb, var(--success) 12%, var(--surface));width:48px;height:48px;color:var(--success);border-radius:50%;place-items:center;font-size:24px;display:grid}.payroll-page .payslip-page-heading h2{margin:0 0 4px}.payroll-page .payslip-page-heading p{color:var(--muted);margin:0}.payroll-page .payslip-generator{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.payroll-page .payslip-generator-fields{grid-template-columns:2fr .8fr .8fr 2.2fr;align-items:start;gap:20px;padding:20px;display:grid}.payroll-page .payslip-employee-picker{gap:8px;display:grid}.payroll-page .payslip-selected-employee{background:color-mix(in srgb, var(--success) 8%, var(--surface));border-radius:6px;align-items:center;gap:10px;padding:10px 12px;display:flex}.payroll-page .payslip-selected-employee>span{background:color-mix(in srgb, #2879e8 15%, var(--surface));color:#2879e8;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:750;display:grid}.payroll-page .payslip-selected-employee>div{gap:3px;min-width:0;display:grid}.payroll-page .payslip-selected-employee>div:nth-child(2){flex:1}.payroll-page .payslip-selected-employee>div:last-child{border-left:1px solid color-mix(in srgb, var(--success) 25%, var(--line));padding-left:12px}.payroll-page .payslip-selected-employee small{color:var(--muted);font-size:10px}.payroll-page .payslip-quick-dates{gap:10px;display:grid}.payroll-page .payslip-quick-dates>div{flex-wrap:wrap;gap:10px;display:flex}.payroll-page .payslip-generator-actions{border-top:1px solid var(--line);justify-content:space-between;gap:18px;padding:14px 18px;display:flex}.payroll-page .payslip-generator-actions>div{gap:12px;display:flex}.payroll-page .payslip-register-layout{grid-template-columns:minmax(0,1fr) 250px;gap:16px;display:grid}.payroll-page .payslip-register-card,.payroll-page .payslip-quick-tips{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:11px;overflow:hidden}.payroll-page .payslip-register-filters{justify-content:space-between;gap:14px;padding:14px;display:flex}.payroll-page .payslip-register-filters input{width:min(330px,100%)}.payroll-page .payslip-register-card th,.payroll-page .payslip-register-card td{white-space:nowrap}.payroll-page .payslip-register-card footer{border-top:1px solid var(--line);color:var(--muted);padding:13px 16px;font-size:11px}.payroll-page .payslip-status{border-radius:14px;padding:5px 10px;font-size:11px;font-weight:650;display:inline-flex}.payroll-page .payslip-status.generated{background:color-mix(in srgb, var(--success) 12%, var(--surface));color:var(--success)}.payroll-page .payslip-status.ready{background:color-mix(in srgb, #2879e8 10%, var(--surface));color:#2879e8}.payroll-page .payslip-row-actions{gap:7px;display:flex}.payroll-page .payslip-row-actions button{background:var(--surface-alt);width:32px;min-height:32px;color:var(--ink);border:0;border-radius:50%;padding:0}.payroll-page .payslip-quick-tips{align-self:start;padding:18px}.payroll-page .payslip-quick-tips h3{color:#233c8d;margin:0 0 18px;font-size:14px}.payroll-page .payslip-quick-tips p{color:var(--ink);margin:0 0 16px;font-size:12px;line-height:1.5}.payroll-page .payslip-quick-tips p:first-letter{color:var(--success)}.payroll-page .payslip-preview-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;gap:16px;padding:18px;display:grid}.payroll-page .payslip-preview-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;display:flex}.payroll-page .payslip-preview-panel h3,.payroll-page .payslip-preview-panel p{margin:0}.payroll-page .payslip-preview-panel p{color:var(--muted);margin-top:4px;font-size:12px}.payroll-page .statutory-setup-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;padding-bottom:16px;display:flex}.payroll-page .statutory-setup-heading h2{margin:0 0 5px}.payroll-page .statutory-setup-heading p{color:var(--muted);margin:0}.payroll-page .statutory-setup-heading>span{color:var(--warn);text-align:right;font-size:11px}.payroll-page .statutory-setup-form{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 18px}.payroll-page .statutory-setup-form .statutory-section-title{border-left:3px solid var(--success);background:color-mix(in srgb, var(--success) 6%, var(--surface));color:var(--success);border-radius:6px;margin:10px 0 0;padding:11px 14px;font-size:14px}.payroll-page .statutory-setup-form .field{align-content:start}.payroll-page .statutory-setup-form .field>:is(input,select,textarea,.searchable-select){width:100%}.payroll-page .statutory-setup-form>.inline-check{border:1px solid var(--line);background:var(--surface-alt);border-radius:8px;align-self:end;min-height:44px;padding:10px 12px}.payroll-page .statutory-setup-form>.sub-panel{background:color-mix(in srgb, var(--surface-alt) 55%, var(--surface));margin-top:2px}.payroll-page .statutory-setup-form>.field-wide:last-of-type{grid-column:1/-1}.payroll-page .hrms-import-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.payroll-page .hrms-import-heading h2{margin:0 0 5px}.payroll-page .hrms-import-heading p{color:var(--muted);margin:0}.payroll-page .hrms-import-heading>span{color:var(--danger);font-size:11px}.payroll-page .hrms-import-form{gap:16px;display:grid}.payroll-page .hrms-import-section{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-alt) 28%, var(--surface));border-radius:10px;padding:18px}.payroll-page .hrms-import-section h3{align-items:center;gap:10px;margin:0 0 17px;font-size:14px;display:flex}.payroll-page .hrms-import-section h3>span{background:color-mix(in srgb, var(--success) 12%, var(--surface));width:28px;height:28px;color:var(--success);border-radius:9px;place-items:center;display:grid}.payroll-page .hrms-import-grid{gap:18px 22px;display:grid}.payroll-page .hrms-import-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.payroll-page .hrms-import-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.payroll-page .hrms-import-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.payroll-page .hrms-import-section textarea{width:100%;min-height:82px}.payroll-page .hrms-reconciliation-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.payroll-page .hrms-reconciliation-grid>div{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:6px;padding:13px 14px;display:grid}.payroll-page .hrms-reconciliation-grid span{color:var(--muted);font-size:11px}.payroll-page .hrms-reconciliation-grid strong{font-size:15px}.payroll-page .hrms-reconciliation-grid strong.ready{color:var(--success)}.payroll-page .hrms-reconciliation-grid strong.review{color:var(--warn)}.payroll-page .hrms-import-note{border:1px solid color-mix(in srgb, #2879e8 18%, var(--line));background:color-mix(in srgb, #2879e8 5%, var(--surface));color:var(--muted);border-radius:8px;padding:11px 14px;font-size:11px}.payroll-page .hrms-import-form>.form-actions{justify-content:flex-end;gap:12px;display:flex}.payroll-page .gratuity-compute-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 20px}.payroll-page .gratuity-form-intro{border:1px solid color-mix(in srgb, var(--success) 18%, var(--line));background:color-mix(in srgb, var(--success) 6%, var(--surface));border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:13px 15px;display:flex}.payroll-page .gratuity-form-intro>div{gap:3px;display:grid}.payroll-page .gratuity-form-intro span{color:var(--muted);font-size:11px}.payroll-page .gratuity-form-intro>span{color:var(--danger);white-space:nowrap}.payroll-page .gratuity-compute-form .required-mark{color:var(--danger)}.payroll-page .gratuity-compute-form .optional-mark{color:var(--muted);margin-left:5px;font-size:10px;font-weight:500}.payroll-page .gratuity-compute-form textarea{width:100%;min-height:78px}.payroll-page .gratuity-preview{border:1px solid var(--line);background:var(--surface-alt);border-radius:9px;grid-template-columns:repeat(3,1fr);gap:12px;padding:15px;display:grid}.payroll-page .gratuity-preview>div{border-right:1px solid var(--line);gap:6px;padding:10px 13px;display:grid}.payroll-page .gratuity-preview>div:last-child{border-right:0}.payroll-page .gratuity-preview span{color:var(--muted);font-size:11px}.payroll-page .gratuity-preview strong{font-size:15px}.payroll-page .gratuity-preview strong.eligible{color:var(--success)}.payroll-page .gratuity-preview strong.review{color:var(--warn)}.payroll-page .gratuity-form-note{background:color-mix(in srgb, #2879e8 6%, var(--surface));color:var(--muted);border-radius:7px;padding:10px 13px;font-size:11px}@media (width<=650px){.payroll-page .gratuity-compute-form,.payroll-page .gratuity-preview{grid-template-columns:1fr}.payroll-page .gratuity-form-intro{flex-direction:column;align-items:flex-start}.payroll-page .gratuity-preview>div{border-right:0;border-bottom:1px solid var(--line)}.payroll-page .gratuity-preview>div:last-child{border-bottom:0}}@media (width<=950px){.payroll-page .hrms-import-grid.four,.payroll-page .hrms-reconciliation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.payroll-page .hrms-import-heading{flex-direction:column;align-items:flex-start}.payroll-page .hrms-import-grid.two,.payroll-page .hrms-import-grid.three,.payroll-page .hrms-import-grid.four,.payroll-page .hrms-reconciliation-grid{grid-template-columns:1fr}.payroll-page .hrms-import-section{padding:14px}}@media (width<=1050px){.payroll-page .statutory-setup-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.payroll-page .statutory-setup-heading{flex-direction:column;align-items:flex-start}.payroll-page .statutory-setup-heading>span{text-align:left}.payroll-page .statutory-setup-form{grid-template-columns:1fr}.payroll-page .statutory-setup-form .field-wide{grid-column:auto}}.payroll-page .payslip-generator button:disabled{opacity:.5;cursor:not-allowed}.payroll-page .payslip-register-card .table-wrap{max-width:100%;overflow-x:auto}.payroll-page .payslip-register-card table{min-width:820px}@media (width<=1050px){.payroll-page .payslip-generator-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.payroll-page .payslip-register-layout{grid-template-columns:1fr}}@media (width<=680px){.payroll-page .payslip-generator-fields{grid-template-columns:1fr}.payroll-page .payslip-generator-actions,.payroll-page .payslip-generator-actions>div{flex-direction:column;align-items:stretch}.payroll-page .payslip-generator-actions button{width:100%}.payroll-page .payslip-register-filters{flex-direction:column;align-items:stretch}.payroll-page .payslip-register-filters input{width:100%}.payroll-page .payslip-selected-employee{flex-wrap:wrap;align-items:flex-start}.payroll-page .payslip-selected-employee>div:last-child{border-top:1px solid color-mix(in srgb, var(--success) 25%, var(--line));border-left:0;width:100%;padding:8px 0 0}.payroll-page .payslip-preview-panel>header{flex-direction:column;align-items:stretch}}@media (width<=1100px){.payroll-page .salary-register-filters{grid-template-columns:repeat(3,1fr)}.payroll-page .salary-register-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.payroll-page .salary-register-heading{flex-direction:column;align-items:start}.payroll-page .salary-register-heading>div:last-child{text-align:left}.payroll-page .salary-register-tabs{gap:10px;overflow-x:auto}.payroll-page .salary-register-tabs button{flex:none}.payroll-page .salary-register-filters,.payroll-page .salary-register-cards{grid-template-columns:1fr}.payroll-page .salary-filter-actions,.payroll-page .salary-filter-actions button{width:100%}.payroll-page .salary-filter-actions{flex-direction:column}.payroll-page .salary-register-toolbar{flex-direction:column;align-items:stretch}.payroll-page .salary-register-toolbar>input{width:100%}.payroll-page .salary-register-toolbar>div{grid-template-columns:1fr 1fr;margin:0;display:grid}}@media (width<=900px){.payroll-page .salary-employee-summary-grid,.payroll-page .salary-structure-fields.three{grid-template-columns:repeat(2,minmax(0,1fr))}.payroll-page .salary-calculation-preview>div{grid-template-columns:repeat(3,1fr)}}@media (width<=620px){.payroll-page .salary-employee-summary-grid,.payroll-page .salary-structure-fields.three,.payroll-page .salary-calculation-preview>div,.payroll-page .salary-important-notes{grid-template-columns:1fr}.payroll-page .salary-structure-footer{flex-direction:column;align-items:stretch;gap:12px}.payroll-page .salary-structure-footer>div{flex-direction:column}.payroll-page .salary-structure-footer button{width:100%}}@media (width<=950px){.payroll-page .attendance-top-grid,.payroll-page .attendance-status-grid{grid-template-columns:1fr 1fr}.payroll-page .attendance-employee-column,.payroll-page .attendance-status-grid>:last-child{grid-column:1/-1}.payroll-page .attendance-time-grid,.payroll-page .attendance-summary-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=620px){.payroll-page .attendance-top-grid,.payroll-page .attendance-status-grid,.payroll-page .attendance-time-grid,.payroll-page .attendance-summary-grid{grid-template-columns:1fr}.payroll-page .attendance-employee-column,.payroll-page .attendance-status-grid>:last-child{grid-column:auto}.payroll-page .attendance-summary-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:8px 0}.payroll-page .attendance-footer{flex-direction:column;align-items:stretch;gap:12px}.payroll-page .attendance-footer>div{flex-direction:column}}@media (width<=1050px){.payroll-page .employee-section-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.payroll-page .employee-section-grid.four{grid-template-columns:1fr}.payroll-page .employee-master-form>.form-actions{flex-direction:column-reverse}.payroll-page .employee-master-form>.form-actions>button{width:100%}}.payroll-page .sub-panel{border-color:var(--line);background:color-mix(in srgb, var(--surface-alt) 62%, var(--surface));padding:18px}.payroll-page .form-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.payroll-page .table-wrap input:not([type=checkbox]):not([type=radio]),.payroll-page .table-wrap select{width:100%;min-width:120px}.payroll-page form input:not([type=checkbox]):not([type=radio]),.payroll-page form select,.payroll-page form textarea,.payroll-page form .searchable-select,.payroll-page form .searchable-select-trigger{box-sizing:border-box;max-width:100%}.payroll-page input[type=number]{text-align:right;font-variant-numeric:tabular-nums;min-width:0;padding-inline:13px 8px}.payroll-page input[type=number]::placeholder{text-align:left}.payroll-page input[type=date],.payroll-page input[data-date-input]{font-variant-numeric:tabular-nums;min-width:170px}.payroll-page form.toolbar>input,.payroll-page form.toolbar>select,.payroll-page form.toolbar>.searchable-select{flex:0 240px;width:240px;min-width:170px;margin:0}.payroll-page form.toolbar>.searchable-select,.payroll-page form.toolbar>.searchable-select .searchable-select-trigger{width:min(280px,100%)}.payroll-vouchers-panel .data-table-toolbar{align-items:center}.payroll-vouchers-panel .search-field{width:min(360px,100%);min-width:220px}.payroll-vouchers-panel .search-field input{width:100%;min-width:0}@media (width<=680px){.payroll-page>.panel,.payroll-page>.card{padding:16px}.payroll-page .form-grid{grid-template-columns:1fr}.payroll-page .form-actions,.payroll-page .form-actions>button{width:100%}.payroll-page .form-actions{flex-direction:column}.payroll-page form.toolbar>input,.payroll-page form.toolbar>select,.payroll-page form.toolbar>.searchable-select,.payroll-page form.toolbar>.searchable-select .searchable-select-trigger,.payroll-vouchers-panel .search-field{flex-basis:100%;width:100%;min-width:0}}.form16-filter-form{grid-template-columns:minmax(240px,1fr) minmax(150px,220px) auto;align-items:end;gap:16px;padding:20px;display:grid}.form16-filter-form .field{min-width:0}.form16-filter-form select,.form16-filter-form input{width:100%}.form16-filter-actions{align-items:center;gap:10px;display:flex}.form16-filter-actions button{white-space:nowrap}.form16-empty-state{border:1px dashed var(--line);border-radius:var(--radius-md);background:var(--surface-alt);min-height:180px;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:6px;padding:28px;display:grid}.form16-empty-state strong{color:var(--ink);font-size:16px}.form16-certificate{min-width:0}.form16-section-heading{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding-bottom:16px;display:flex}.form16-section-heading h3,.form16-section-heading .eyebrow{margin:0}.form16-content-heading{margin:28px 0 12px}.form16-table-scroll{width:100%;max-width:100%}.form16-table-scroll table{min-width:620px}@media (width<=900px){.form16-filter-form{grid-template-columns:minmax(0,1fr) minmax(150px,200px)}.form16-filter-actions{grid-column:1/-1}}@media (width<=640px){.form16-filter-form{grid-template-columns:1fr;padding:16px}.form16-filter-actions{flex-direction:column;grid-column:auto;align-items:stretch}.form16-filter-actions button{width:100%}.form16-section-heading{flex-direction:column;align-items:flex-start}}.fnf-form-intro{border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--surface-alt);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.fnf-form-intro span,.fnf-detail-meta{color:var(--muted);font-size:13px}.fnf-compute-form textarea,.fnf-post-form textarea{resize:vertical;width:100%}.fnf-detail-meta{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.fnf-summary-list .summary-row:last-child{border-top:2px solid var(--line);background:var(--accent-soft)}.fnf-summary-list .summary-row span:last-child,.fnf-summary-list .summary-row strong:last-child{text-align:right;font-variant-numeric:tabular-nums}.fnf-loan-section{margin-top:22px}.fnf-loan-section h4,.fnf-post-form>h4{margin:0 0 12px}.fnf-loan-section table{min-width:520px}.fnf-post-form{border-top:1px solid var(--line-soft);margin-top:24px;padding-top:20px}@media (width<=640px){.fnf-detail-meta{flex-direction:column;align-items:flex-start}}@media (width<=900px){html,body,#root,.shell,.workspace{max-width:100%;overflow-x:clip}.topbar{flex-wrap:wrap;gap:8px;width:100%;max-width:100%;margin:0;padding:8px 10px;overflow:visible}.topbar-left,.topbar-right{gap:6px;width:100%;min-width:0;max-width:100%;margin:0;overflow:visible}.topbar-left{flex-wrap:nowrap;flex:100%}.topbar-right{border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent);flex-wrap:wrap;flex:100%;padding-top:8px}.topbar-left>*,.topbar-right>*{min-width:0;max-width:100%}.header-search-btn{flex:180px;width:auto;min-width:44px}.company-switcher{flex:170px}.company-switcher select{text-overflow:ellipsis;width:100%;min-width:0;max-width:none}.user-chip{flex:0 auto;max-width:44px;padding-inline:6px}.user-chip-email{display:none}.topbar-sso-button,.topbar-signout-button{flex:150px;justify-content:center}.app-breadcrumbs{width:auto;max-width:calc(100% - 24px);margin-inline:12px;overflow:hidden}.app-breadcrumbs ol,.app-breadcrumbs li:last-child{min-width:0}.app-breadcrumbs li:last-child{flex:auto;overflow:hidden}.app-breadcrumbs [aria-current=page] span{max-width:100%}}@media (width<=640px){.topbar-left{grid-template-columns:40px auto minmax(40px,1fr) 40px;display:grid}.topbar-left>:is(.mobile-nav-toggle,.topbar-back-button,.header-search-btn,.favourite-toggle){width:100%;min-width:0}.topbar-help-button,.topbar-left>.nav-toggle-btn{display:none}.topbar-back-button{padding-inline:9px}.header-search-btn{justify-content:center;padding-inline:8px}.header-search-btn>span,.header-search-btn .kbd-badge{display:none}.topbar-right>button.secondary:not(.topbar-sso-button):not(.topbar-signout-button){flex:135px;justify-content:center}.fiscal-year-badge{flex:auto;justify-content:center}}@media (width<=380px){.topbar{padding-inline:8px}.topbar-left{grid-template-columns:40px 62px minmax(40px,1fr) 40px}.topbar-right>:is(button,.company-switcher){flex-basis:100%;width:100%}}.not-found-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:min(480px,100dvh - 190px);display:flex}.not-found-code{color:var(--accent-strong);letter-spacing:-.06em;opacity:.22;font-size:clamp(48px,10vw,84px);font-weight:850;line-height:1}.not-found-page h2{margin:0}.not-found-page p{max-width:56ch;color:var(--muted);margin:0 0 10px}.not-found-page code{overflow-wrap:anywhere;color:var(--ink)}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.button-link{border:1px solid var(--accent);border-radius:var(--radius-sm);background:var(--accent);color:#fff;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-weight:700;text-decoration:none;display:inline-flex}.button-link.secondary{border-color:var(--line);background:var(--surface);color:var(--ink)}.button-link:hover{filter:brightness(.96)}.professional-form{width:100%}.professional-form .field{width:100%;min-width:0}.professional-form .field>:is(input,select,textarea,.searchable-select),.professional-form .field .searchable-select-trigger{width:100%;max-width:100%}.form-required-note{color:var(--muted);text-align:right;margin:-2px 0 2px;font-size:11px}.form-required-note>span,.required-mark{color:var(--danger);font-weight:800}.optional-mark{color:var(--muted);margin-left:5px;font-size:10px;font-weight:600}.field-error{color:var(--danger);margin-top:4px;font-size:11px;font-weight:650;line-height:1.35;display:block}@media (forced-colors:active){:where(button,input,select,textarea,a,.searchable-select-trigger):focus-visible{outline-offset:2px;outline:2px solid canvastext!important}.field-error,.required-mark{color:canvastext}}.date-input-msg{white-space:normal}.date-input-note{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.35;display:block}input[data-date-input]{font-variant-numeric:tabular-nums}input[data-date-input][aria-invalid=true]{border-color:var(--danger)}.field:has(.field-error)>:is(input,select,textarea,.searchable-select){border-color:var(--danger)}.professional-form .row>.field{flex:180px}.form-section-heading{border-top:1px solid var(--line-soft);margin:12px 0 2px;padding:12px 0 8px}.form-required-note+.form-section-heading{border-top:0;margin-top:0;padding-top:2px}.form-section-heading h3{color:var(--ink);margin:0;font-size:14px}.form-section-heading p{color:var(--muted);margin:3px 0 0;font-size:11px;line-height:1.4}.professional-form-actions{z-index:2;border-top:1px solid var(--line);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 88%, transparent), var(--surface) 28%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:flex-end;margin:12px -2px -2px;padding:12px 2px 2px;position:sticky;bottom:-16px}.professional-form-actions>button{min-width:120px}.voucher-line{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface)}.voucher-line:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 12%, transparent)}.voucher-line>button:last-child{flex:none}@media (width<=640px){.professional-form .row{flex-direction:column;align-items:stretch}.professional-form .row>.field{flex-basis:auto}.form-section-heading{margin-top:8px}.professional-form-actions{flex-direction:column-reverse;bottom:-14px}.professional-form-actions>button{width:100%}}:where(button,a,input,select,textarea,summary){-webkit-tap-highlight-color:transparent}:where(input,select,textarea)::placeholder{color:var(--placeholder,var(--muted));opacity:1}:where(input,select,textarea):disabled{cursor:not-allowed;background:var(--surface-alt);color:var(--muted)}.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-th:hover,.sortable-th:focus-visible{background:color-mix(in srgb, var(--accent) 8%, var(--surface));color:var(--accent-strong)}.sortable-th:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}@media (pointer:coarse){:where(button,.icon-btn,select,input:not([type=checkbox]):not([type=radio])){min-height:44px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-error-boundary{background:linear-gradient(145deg, var(--canvas), var(--accent-soft));place-items:center;min-height:100dvh;padding:24px;display:grid}.app-error-card{text-align:center;width:min(560px,100%);padding:32px}.app-error-icon{background:var(--danger-soft,#fee2e2);width:48px;height:48px;color:var(--danger,#b91c1c);border-radius:50%;place-items:center;margin-bottom:12px;font-size:24px;font-weight:800;display:inline-grid}.app-error-card h1{margin:0 0 8px;font-size:24px}.app-error-card p{color:var(--muted);max-width:46ch;margin:0 auto 20px}.app-error-card details{text-align:left;margin:0 0 20px}.app-error-card code{white-space:normal;background:var(--surface-alt);border-radius:var(--radius-sm);margin-top:8px;padding:10px;display:block}.app-error-actions{justify-content:center;gap:10px;display:flex}@media (width<=640px){.data-table-toolbar,.data-table-actions-row{align-items:stretch}.data-table-actions-row>:is(button,select),.data-table-actions-row>.data-table-column-chooser,.data-table-column-trigger{width:100%}.data-table .table-scroll{border:0;border-radius:0;max-height:none;overflow:visible}.data-table table,.data-table tbody,.data-table tr,.data-table td{width:100%;display:block}.data-table thead{display:none}.data-table tbody{gap:12px;display:grid}.data-table tbody tr{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-xs);padding:8px 14px}.data-table tbody td{white-space:normal;overflow-wrap:anywhere;grid-template-columns:minmax(105px,38%) minmax(0,1fr);align-items:start;gap:12px;padding:8px 0;display:grid}.data-table tbody td:before{content:attr(data-label);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:800}.data-table tbody td.data-table-actions-cell{grid-template-columns:1fr;padding-top:12px}.data-table tbody td.data-table-actions-cell:before{display:none}.data-table tbody td.data-table-actions-cell :is(button,a){min-height:44px}.data-table tbody tr:has(.empty-state){display:block}.data-table tbody .empty-state{padding:28px 10px;display:block}.data-table tbody .empty-state:before{display:none}.data-table-pagination{flex-wrap:wrap;justify-content:space-between}.app-error-actions{flex-direction:column}.app-error-actions button{width:100%}}.empty-card{text-align:center;max-width:460px;color:var(--muted);white-space:normal;flex-direction:column;align-items:center;gap:6px;margin:0 auto;padding:28px 16px;display:flex}.empty-card-compact{padding:16px 12px}.empty-card-icon{background:var(--accent-soft);width:48px;height:48px;color:var(--accent-strong);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:inline-flex}.empty-card-compact .empty-card-icon{width:38px;height:38px}.empty-card-title{color:var(--ink);font-size:15px;font-weight:700}.empty-card-copy{text-wrap:pretty;max-width:42ch;margin:0;font-size:13px;line-height:1.5}.empty-card-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px;display:flex}.toast-body{flex-direction:column;gap:4px;min-width:0;display:flex}.toast-message{overflow-wrap:anywhere;text-wrap:pretty}.toast-count{color:var(--muted);white-space:nowrap;font-weight:700}.toast-links{flex-wrap:wrap;gap:4px;margin-left:-8px;display:flex}.toast-links .toast-action{color:var(--accent-strong)}.toast-error .toast-links .toast-action{color:var(--danger)}:root{--company-accent-h:158;--company-accent:hsl(var(--company-accent-h) 60% 36%)}:root[data-theme=dark]{--company-accent:hsl(var(--company-accent-h) 58% 58%)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--company-accent:hsl(var(--company-accent-h) 58% 58%)}}.workspace>.topbar{border-top:3px solid var(--company-accent)}.workspace>.topbar .company-badge{border:1px solid color-mix(in srgb, var(--company-accent) 32%, var(--line));border-left:4px solid var(--company-accent);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--company-accent) 7%, var(--surface));flex:0 auto;align-items:center;gap:8px;min-width:0;height:40px;min-height:40px;padding:0 10px 0 6px;display:flex}.company-badge-dot{background:var(--company-accent);color:#fff;border-radius:7px;flex:0 0 26px;place-items:center;width:26px;height:26px;display:grid}.company-badge-text{flex-direction:column;justify-content:center;min-width:0;line-height:1.15;display:flex}.company-badge-name,.company-badge select{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:200px;color:var(--ink);font-size:13px;font-weight:700;display:block;overflow:hidden}.company-badge select{appearance:none;cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2364748b' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 100% no-repeat;border:0;width:100%;height:18px;min-height:0;padding:0 14px 0 0}.company-badge-meta{min-width:0;color:var(--muted);align-items:center;gap:6px;font-size:11px;display:flex}.company-badge-gstin{letter-spacing:.02em;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.company-badge-gstin.unset{letter-spacing:0;font-family:inherit;font-style:italic}.company-badge .fiscal-year-badge{border-radius:5px;gap:0;height:16px;min-height:0;padding:0 5px;font-size:11px;line-height:16px;display:inline-flex}.company-badge .fiscal-year-badge select{width:auto;max-width:none;height:16px;color:inherit;background-position:right 1px center;padding:0 12px 0 0;font-size:11px;font-weight:700}.topbar-menu{flex:none;position:relative}.topbar-menu-panel{z-index:60;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);min-width:232px;box-shadow:var(--shadow-lg);padding:6px;position:absolute;top:calc(100% + 8px);right:0}.topbar-menu-separated{border-top:1px solid var(--line-soft);margin-top:6px;padding-top:6px}.topbar-menu .topbar-menu-item{border-radius:var(--radius-sm);width:100%;min-height:38px;color:var(--ink);box-shadow:none;text-align:left;background:0 0;border:0;justify-content:flex-start;gap:10px;padding:0 10px;font-size:13px;font-weight:600;display:flex}.topbar-menu .topbar-menu-item:hover:not(:disabled),.topbar-menu .topbar-menu-item:focus-visible{background:var(--surface-alt);box-shadow:none;transform:none}.topbar-menu .topbar-menu-item.danger{color:var(--danger)}.topbar-menu-icon{color:var(--muted);display:inline-flex}.topbar-menu .topbar-menu-item.danger .topbar-menu-icon{color:var(--danger)}@media (width>=901px){.workspace>.topbar{flex-wrap:nowrap;gap:10px;padding:8px 10px}.workspace>.topbar .topbar-left{flex-wrap:nowrap;flex:1 1 0;gap:8px;min-width:0}.workspace>.topbar .topbar-right{flex:none;gap:8px;margin-left:0}.workspace>.topbar .icon-btn{flex:0 0 40px;width:40px;min-width:40px}.workspace>.topbar .topbar-left>.topbar-back-button{flex:none}.workspace>.topbar .header-search-btn{flex:220px;width:auto;min-width:44px;max-width:300px;overflow:hidden}.workspace>.topbar .header-search-btn>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workspace>.topbar .header-search-btn .kbd-badge{flex:none}.workspace>.topbar.topbar-compact .header-search-btn .kbd-badge{display:none}.workspace>.topbar.topbar-narrow .topbar-back-button{flex-basis:40px;gap:0;width:40px;padding:0;font-size:0}.workspace>.topbar.topbar-narrow .header-search-btn>span{display:none}.workspace>.topbar.topbar-narrow .header-search-btn{flex:0 0 40px;justify-content:center;padding:0}.workspace>.topbar .user-chip{flex:none}}@media (width<=768px){.company-badge .fiscal-year-badge{display:inline-flex}}@media (width<=900px){.workspace>.topbar .company-badge{flex:200px}.workspace>.topbar .topbar-right{flex-wrap:nowrap;align-items:center}.workspace>.topbar .topbar-right>.user-chip{flex:none}}@media (width<=380px){.workspace>.topbar .topbar-right>:is(button,.company-switcher){flex-basis:auto;width:auto}.workspace>.topbar .company-badge{flex:150px;width:auto}}.form-shell:not(:has(>.form-sidebar)){grid-template-columns:minmax(0,1fr)}@media (width<=1360px){.form-shell{grid-template-columns:minmax(0,1fr)}}.form-shell>.voucher-form,.voucher-form .voucher-lines,.voucher-form .voucher-line{min-width:0;max-width:100%}@media (width>=1361px){.form-shell>.form-sidebar{position:sticky;top:92px}}.voucher-line>.voucher-line-issue,.voucher-line-issue{border-left:3px solid var(--danger);background:var(--danger-soft);color:var(--danger);border-radius:6px;flex:100%;margin:2px 0 0;padding:6px 10px;font-size:13px;font-weight:600;line-height:1.4}.alert,.alert.error,.alert.warn,.alert.success,.alert.info{overflow-wrap:anywhere;text-wrap:pretty;width:auto;min-width:0;max-width:min(100%,880px);height:auto;overflow:visible}.voucher-form .alert,.tds-voucher-form .alert,.tcs-voucher-form .alert,.gst-voucher-form .alert{max-width:100%}.voucher-form .page-copy,.tds-voucher-form .page-copy,.tcs-voucher-form .page-copy{text-wrap:pretty;overflow-wrap:anywhere;max-width:none}.nav-section-label{text-transform:none;letter-spacing:0;font-size:12.5px;font-weight:700}.nav-quick-title{text-transform:none;letter-spacing:.02em;font-size:11px;font-weight:700}.nav-quick-empty{color:var(--muted);margin:0;padding:2px 8px 4px 26px;font-size:11.5px;line-height:1.4}.nav-quick-access{border-bottom:1px solid var(--line);margin-bottom:10px}.gateway-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));margin-bottom:12px}.gateway-grid .quick-action-card{position:relative}.gateway-grid .quick-action-card .kbd-badge{margin-left:auto}.gateway-recents{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;display:flex}.gateway-recents-title{color:var(--muted);font-size:12px;font-weight:700}.gateway-chip{border:1px solid var(--line);background:var(--surface);min-height:30px;color:var(--ink);border-radius:999px;align-items:center;padding:0 12px;font-size:12.5px;font-weight:600;text-decoration:none;display:inline-flex}.gateway-chip:hover{border-color:var(--accent);color:var(--accent-strong);background:var(--accent-soft)}.ledger-form-sections{flex-direction:column;gap:2px;min-width:0;display:flex}.ledger-form-section{min-width:0}.ledger-form-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));align-items:start;gap:12px 16px;min-width:0;display:grid}.ledger-form-grid>.ledger-form-wide{grid-column:1/-1}.ledger-form-grid>.inline-check{align-self:center}.ledger-form-nested{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));align-items:start;gap:12px 16px;display:grid}.ledger-form-nested>h4{display:none}.ledger-form-nested>.muted,.ledger-form-nested>span.muted{grid-column:1/-1}.ledger-form-hint{border:1px dashed var(--line);border-radius:var(--radius-sm);color:var(--muted);margin:4px 0 0;padding:10px 12px;font-size:13px}.ledger-form-showall{min-height:30px;color:var(--muted);align-self:flex-start;margin:6px 0 0;font-size:13px}.ledger-form .field>:is(input,select,.searchable-select){width:100%;max-width:100%}.stack-form.ledger-form{max-width:none}.ledger-form-sections>.ledger-form-section:first-child .form-section-heading{border-top:0;margin-top:0;padding-top:0}:root{--placeholder:var(--muted)}.workspace>.topbar .topbar-left>.icon-btn,.workspace>.topbar .topbar-right>.icon-btn{flex:0 0 40px;width:40px;min-width:40px}.table-scroll th.num,.table-scroll td.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.consolidated-group-row td{font-weight:600}.consolidated-total-row th,.consolidated-total-row td{border-top:2px solid var(--line);font-weight:700}.bill-allocation-panel{flex-direction:column;align-items:stretch}.bill-allocation-panel>*{flex:none}.bill-allocation-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.bill-allocation-row>*{flex:200px;min-width:0}.bill-allocation-row>button{flex:none}.bill-allocation-footer{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.bill-allocation-hint{color:var(--muted);font-size:12px}.bill-allocation-hint[role=alert]{color:var(--danger,#b3261e)}:root{--hue-indigo:#4f46e5;--hue-blue:#2563eb;--hue-sky:#0284c7;--hue-cyan:#0891b2;--hue-teal:#0d9488;--hue-emerald:#059669;--hue-lime:#65a30d;--hue-yellow:#ca8a04;--hue-amber:#d97706;--hue-orange:#ea580c;--hue-rose:#e11d48;--hue-pink:#db2777;--hue-fuchsia:#c026d3;--hue-violet:#7c3aed;--hue-slate:#475569}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--hue-indigo:#818cf8;--hue-blue:#60a5fa;--hue-sky:#38bdf8;--hue-cyan:#22d3ee;--hue-teal:#2dd4bf;--hue-emerald:#34d399;--hue-lime:#a3e635;--hue-yellow:#facc15;--hue-amber:#fbbf24;--hue-orange:#fb923c;--hue-rose:#fb7185;--hue-pink:#f472b6;--hue-fuchsia:#e879f9;--hue-violet:#a78bfa;--hue-slate:#94a3b8}}:root[data-theme=dark]{--hue-indigo:#818cf8;--hue-blue:#60a5fa;--hue-sky:#38bdf8;--hue-cyan:#22d3ee;--hue-teal:#2dd4bf;--hue-emerald:#34d399;--hue-lime:#a3e635;--hue-yellow:#facc15;--hue-amber:#fbbf24;--hue-orange:#fb923c;--hue-rose:#fb7185;--hue-pink:#f472b6;--hue-fuchsia:#e879f9;--hue-violet:#a78bfa;--hue-slate:#94a3b8}.tone-accent{--tone:var(--accent)}.tone-indigo{--tone:var(--hue-indigo)}.tone-blue{--tone:var(--hue-blue)}.tone-sky{--tone:var(--hue-sky)}.tone-cyan{--tone:var(--hue-cyan)}.tone-teal{--tone:var(--hue-teal)}.tone-emerald{--tone:var(--hue-emerald)}.tone-lime{--tone:var(--hue-lime)}.tone-yellow{--tone:var(--hue-yellow)}.tone-amber{--tone:var(--hue-amber)}.tone-orange{--tone:var(--hue-orange)}.tone-rose{--tone:var(--hue-rose)}.tone-pink{--tone:var(--hue-pink)}.tone-fuchsia{--tone:var(--hue-fuchsia)}.tone-violet{--tone:var(--hue-violet)}.tone-slate{--tone:var(--hue-slate)}h1,h2,h3{letter-spacing:-.02em;font-weight:800}h2{font-size:26px;line-height:1.2}h3{letter-spacing:-.01em;font-weight:700}button{padding-left:16px;padding-right:16px;font-weight:650}.page-header h2{letter-spacing:-.03em}.eyebrow{letter-spacing:.12em;width:fit-content;color:var(--accent-strong);align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.eyebrow:before{content:"";background:linear-gradient(90deg, var(--hue-indigo), var(--hue-teal));border-radius:2px;width:18px;height:3px}th{letter-spacing:.06em;color:color-mix(in srgb, var(--ink) 62%, var(--muted));font-weight:800}.brand h1{letter-spacing:-.02em;font-weight:800}body{background:radial-gradient(900px 480px at -5% -10%, color-mix(in srgb, var(--hue-indigo) 10%, transparent), transparent 55%), radial-gradient(760px 440px at 105% 0%, color-mix(in srgb, var(--hue-teal) 9%, transparent), transparent 55%), var(--page)}.brand-mark{background:linear-gradient(135deg, var(--hue-indigo) 0%, var(--hue-teal) 100%);box-shadow:0 6px 18px color-mix(in srgb, var(--hue-indigo) 40%, transparent)}.nav-section{margin-top:8px}.nav-section-icon{width:26px;height:26px;color:var(--tone,var(--muted));background:color-mix(in srgb, var(--tone,var(--muted)) 15%, transparent);border-radius:8px;justify-content:center;align-items:center;transition:background .12s,transform .12s}.nav-link-row .nav-section-icon{color:var(--tone,var(--muted));opacity:1}.nav-section-label{letter-spacing:.08em;color:var(--ink);gap:10px;padding:3px 8px;font-size:11.5px;font-weight:800}.nav-section-label:hover{background:color-mix(in srgb, var(--tone,var(--muted)) 10%, transparent);color:var(--ink)}.nav-section-label:hover .nav-section-icon{background:color-mix(in srgb, var(--tone,var(--muted)) 24%, transparent);transform:scale(1.06)}.nav-chevron{color:var(--muted)}.nav-link{font-weight:600}.nav-link:hover{background:color-mix(in srgb, var(--tone,var(--accent)) 9%, transparent)}.nav-link.active{background:color-mix(in srgb, var(--tone,var(--accent)) 15%, transparent);color:var(--ink);font-weight:800}.nav-link.active:before{background:var(--tone,var(--accent))}.nav-link.tone-indigo .nav-link-row{font-weight:800}.nav-quick-summary .nav-section-icon,.nav-quick-item-icon.favourite{color:var(--hue-amber)}.nav-quick-item-icon.recent{color:var(--hue-sky)}.quick-action-card{border-color:color-mix(in srgb, var(--tone,var(--accent)) 16%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, var(--tone,var(--accent)) 8%, transparent), transparent 62%), var(--surface);gap:10px;padding:12px 14px;font-weight:700}.quick-action-card:hover{color:var(--ink);border-color:var(--tone,var(--accent));background:linear-gradient(135deg, color-mix(in srgb, var(--tone,var(--accent)) 14%, transparent), transparent 70%), var(--surface);box-shadow:0 8px 22px color-mix(in srgb, var(--tone,var(--accent)) 20%, transparent)}.quick-action-icon{width:36px;height:36px;color:var(--tone,var(--accent-strong));background:linear-gradient(140deg, color-mix(in srgb, var(--tone,var(--accent)) 26%, transparent), color-mix(in srgb, var(--tone,var(--accent)) 12%, transparent));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--tone,var(--accent)) 30%, transparent);border-radius:10px;transition:transform .15s}.quick-action-card:hover .quick-action-icon{transform:scale(1.08)rotate(-4deg)}.metric-grid>.metric-card:not([class*=tone-]):nth-child(8n+1){--tone:var(--hue-indigo)}.metric-grid>.metric-card:not([class*=tone-]):nth-child(8n+2){--tone:var(--hue-teal)}.metric-grid>.metric-card:not([class*=tone-]):nth-child(8n+3){--tone:var(--hue-amber)}.metric-grid>.metric-card:not([class*=tone-]):nth-child(8n+4){--tone:var(--hue-violet)}.metric-grid>.metric-card:not([class*=tone-]):nth-child(8n+5){--tone:var(--hue-rose)}.metric-grid>.metric-card:not([class*=tone-]):nth-child(8n+6){--tone:var(--hue-sky)}.metric-grid>.metric-card:not([class*=tone-]):nth-child(8n+7){--tone:var(--hue-emerald)}.metric-grid>.metric-card:not([class*=tone-]):nth-child(8n+8){--tone:var(--hue-orange)}.metric-card{background:radial-gradient(180px 110px at 100% 0%, color-mix(in srgb, var(--tone,var(--accent)) 12%, transparent), transparent 70%), var(--surface)}.metric-card:before{background:linear-gradient(180deg, var(--tone,var(--accent)) 0%, color-mix(in srgb, var(--tone,var(--accent)) 55%, transparent) 100%)}.metric-card:hover{border-color:color-mix(in srgb, var(--tone,var(--accent)) 55%, var(--line));box-shadow:0 10px 26px color-mix(in srgb, var(--tone,var(--accent)) 16%, transparent)}.metric-title{letter-spacing:.08em;font-weight:800}.metric-value,.metric-card strong{letter-spacing:-.03em;font-weight:800}.metric-icon-wrapper,.metric-card-icon:not(.warn):not(.bad){color:var(--tone,var(--accent-strong));background:linear-gradient(140deg, color-mix(in srgb, var(--tone,var(--accent)) 26%, transparent), color-mix(in srgb, var(--tone,var(--accent)) 12%, transparent));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--tone,var(--accent)) 30%, transparent)}.metric-card a{color:var(--tone,var(--accent-strong));font-weight:700}
