:root{--background:#f3f7fd;--panel:rgba(255,255,255,0.95);--panel-strong:#f9fcff;--foreground:#1f283a;--muted:#73809a;--line:rgba(146,161,183,0.14);--accent:#0f766e;--accent-strong:#115e59;--accent-soft:rgba(15,118,110,0.12);--highlight:#59c487;--shadow:0 20px 40px rgba(136,153,185,0.1);--radius:26px}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;color:var(--foreground);background:radial-gradient(circle at top left,rgba(139,99,246,.08),transparent 22%),radial-gradient(circle at top right,rgba(90,196,143,.08),transparent 20%),linear-gradient(180deg,#fbfcff,#f3f7fd);font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.landing{display:grid;place-items:center;min-height:100vh;padding:24px}.auth-grid{display:grid;width:min(1080px,100%);grid-template-columns:1.1fr .9fr;grid-gap:24px;gap:24px;align-items:stretch}.auth-grid-single{width:min(560px,100%);grid-template-columns:minmax(0,1fr);justify-content:center}.auth-intro,.panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.auth-intro{padding:40px;display:flex;flex-direction:column;justify-content:space-between;min-height:560px}.auth-intro h1,.page-title{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1}.auth-intro p,.muted{color:var(--muted)}.hero-chip{display:inline-flex;padding:8px 14px;border-radius:999px;background:#ffffff;border:1px solid rgba(146,161,183,.14);color:#77839f;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.login-page{position:relative;display:grid;place-items:center;min-height:100vh;overflow:hidden;padding:154px 24px 48px;background:linear-gradient(90deg,rgba(5,21,26,.12),rgba(5,21,26,.24) 42%,rgba(4,17,22,.64)),url(/brand/login-back.png) 50% /cover no-repeat}.login-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.16),transparent 26%),radial-gradient(circle at 78% 70%,rgba(89,196,135,.16),transparent 28%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.18));pointer-events:none}.login-page-brand{position:absolute;top:24px;left:50%;z-index:1;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;min-height:72px;padding:8px 28px;border:1px solid rgba(255,255,255,.52);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,255,255,.62));color:#ffffff;box-shadow:0 22px 70px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.8);-webkit-backdrop-filter:blur(20px) saturate(1.16);backdrop-filter:blur(20px) saturate(1.16);font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif}.login-page-brand img{display:block;width:172px;height:auto;filter:drop-shadow(0 8px 14px rgba(15,23,42,.12))}.login-page-tagline{position:absolute;top:108px;left:50%;z-index:1;width:min(680px,calc(100% - 48px));margin:0;transform:translateX(-50%);color:rgba(255,255,255,.94);font-size:clamp(1rem,1.6vw,1.18rem);font-weight:900;letter-spacing:.01em;line-height:1.4;text-align:center;text-shadow:0 10px 30px rgba(0,0,0,.52)}.login-card-wrap{position:relative;z-index:1;display:grid;width:min(420px,100%)}.auth-login-card{display:grid;align-content:center;grid-gap:24px;gap:24px;min-height:560px;width:100%;padding:clamp(34px,4.4vw,48px) clamp(30px,4.4vw,44px);border:1px solid rgba(255,255,255,.56);border-radius:30px;background:radial-gradient(circle at top right,rgba(89,196,135,.18),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.92),rgba(244,250,248,.78));box-shadow:0 34px 90px rgba(2,12,27,.34),inset 0 1px 0 rgba(255,255,255,.74);-webkit-backdrop-filter:blur(26px) saturate(1.22);backdrop-filter:blur(26px) saturate(1.22);font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif}.auth-login-header{display:grid;grid-gap:8px;gap:8px;justify-items:center;text-align:center}.auth-login-eyebrow{color:var(--accent);font-size:.76rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.auth-login-header h1{margin:0;color:var(--accent-strong);font-size:clamp(2.8rem,7vw,4.2rem);line-height:.92;letter-spacing:-.07em}.auth-login-field{display:grid;grid-gap:9px;gap:9px}.auth-login-field>span:first-child{color:#1f2a3d;font-size:.9rem;font-weight:800}.auth-login-field input{width:100%;min-height:58px;padding:14px 18px;border:1px solid rgba(123,143,171,.18);border-radius:16px;background:rgba(239,246,255,.78);color:var(--foreground);font-size:1rem;outline:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.72);transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.auth-login-field input::placeholder{color:color-mix(in srgb,var(--muted) 78%,transparent)}.auth-login-field input:focus{border-color:rgba(15,118,110,.42);background:rgba(255,255,255,.94);box-shadow:0 0 0 4px rgba(89,196,135,.16),inset 0 1px 0 rgba(255,255,255,.82)}.auth-login-field input[aria-invalid=true]{border-color:#b91c1c}.auth-password-control{position:relative;display:block}.auth-password-control input{padding-right:60px}.auth-password-toggle{position:absolute;top:50%;right:8px;display:inline-grid;place-items:center;width:44px;height:44px;transform:translateY(-50%);border:0;border-radius:999px;background:rgba(15,118,110,.12);color:var(--accent);cursor:pointer;transition:background .2s ease,transform .2s ease}.auth-password-toggle:hover{background:rgba(15,118,110,.18);transform:translateY(-50%) scale(1.04)}.auth-password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.auth-login-meta{display:flex;align-items:center;justify-content:center;gap:14px;color:#7384a0;font-size:.9rem;text-align:center}.auth-login-meta:after,.auth-login-meta:before{content:"";flex:1 1;height:1px;background:var(--line)}.auth-login-submit{display:inline-flex;align-items:center;justify-content:center;min-height:60px;width:100%;border:0;border-radius:999px;background:linear-gradient(135deg,#0f766e,#59c487);color:#ffffff;cursor:pointer;font-weight:900;letter-spacing:.02em;box-shadow:0 18px 36px rgba(15,118,110,.34);transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}.auth-login-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 24px 44px rgba(15,118,110,.36)}.auth-login-submit:disabled{cursor:not-allowed;opacity:.68}.hero-stat-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.hero-stat,.sidebar-card,.summary-card{padding:18px;border-radius:20px;background:rgba(255,255,255,.88);border:1px solid rgba(146,161,183,.12)}.card-grid,.summary-grid{display:grid;grid-gap:16px;gap:16px}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.summary-card-accent{background:linear-gradient(135deg,rgba(90,196,143,.16),rgba(255,255,255,.92))}.summary-label{display:block;margin-bottom:10px;color:var(--muted);font-size:.92rem}.summary-value{font-size:1.6rem}.shell{display:grid;grid-template-columns:96px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"header header" "sidebar main";min-height:100vh;background:#f7fafc;transition:grid-template-columns .24s ease}.shell-mobile-nav{display:none}.shell-sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.sidebar{grid-area:sidebar;position:-webkit-sticky;position:sticky;top:78px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;height:calc(100vh - 78px);padding:14px 12px;border-right:1px solid rgba(146,161,183,.14);background:radial-gradient(circle at top left,rgba(139,99,246,.06),transparent 24%),radial-gradient(circle at top right,rgba(90,196,143,.08),transparent 22%),linear-gradient(180deg,#ffffff,#f7fbff);box-shadow:inset -1px 0 0 rgba(255,255,255,.5);z-index:20;transition:width .24s ease,padding .24s ease}.sidebar-settings{background:radial-gradient(circle at top left,rgba(255,255,255,.36),transparent 26%),linear-gradient(180deg,#eef2f6,#e4e9f0)}.sidebar-reports{background:radial-gradient(circle at top left,rgba(255,255,255,.28),transparent 28%),linear-gradient(180deg,#edf3f8,#e4ebf2)}.shell-sidebar-bottom,.shell-sidebar-top{display:grid;justify-items:center;grid-gap:14px;gap:14px}.shell-sidebar-bottom{width:100%}.shell-nav-button,.shell-nav-link,.shell-utility-button{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:0;text-decoration:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease,color .2s ease}.shell-nav-button:after,.shell-nav-link:after,.shell-utility-button:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 12px);top:50%;z-index:80;min-width:max-content;padding:7px 10px;border-radius:10px;background:rgba(31,42,61,.96);color:#ffffff;font-size:.76rem;font-weight:800;opacity:0;pointer-events:none;transform:translateY(-50%) translateX(-4px);transition:opacity .16s ease,transform .16s ease;white-space:nowrap;display:none}.shell-sidebar-collapsed .shell-nav-button:focus-visible:after,.shell-sidebar-collapsed .shell-nav-button:hover:after,.shell-sidebar-collapsed .shell-nav-link:focus-visible:after,.shell-sidebar-collapsed .shell-nav-link:hover:after,.shell-sidebar-collapsed .shell-utility-button:focus-visible:after,.shell-sidebar-collapsed .shell-utility-button:hover:after{display:block;opacity:1;transform:translateY(-50%) translateX(0)}.shell-header-action-icon,.shell-header-icon-button svg,.shell-header-search-icon,.shell-logo-icon,.shell-nav-icon,.shell-role-chevron,.shell-user-chevron,.shell-user-dropdown-item-action,.shell-user-dropdown-item-icon,.shell-utility-button svg{display:inline-flex;align-items:center;justify-content:center}.shell-header-action-icon svg,.shell-header-icon-button svg,.shell-header-search-icon svg,.shell-logo-icon svg,.shell-nav-icon svg,.shell-role-chevron svg,.shell-user-chevron svg,.shell-user-dropdown-item-action svg,.shell-user-dropdown-item-icon svg,.shell-utility-button svg{width:20px;height:20px}.shell-nav-list{display:grid;grid-gap:10px;gap:10px;width:100%;justify-items:center}.shell-nav-group,.shell-subnav-list{display:grid;grid-gap:8px;gap:8px;width:100%;justify-items:center}.shell-subnav-list{padding-top:2px}.shell-subnav-list .shell-nav-link{width:58px;min-height:60px;padding:7px 3px;border-radius:16px;opacity:.94}.shell-subnav-list .shell-nav-icon svg{width:15px;height:15px}.shell-subnav-list .shell-nav-label{font-size:.58rem}.settings-workspace{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:18px;gap:18px}.settings-sidebar-panel{display:grid;align-content:start;grid-gap:14px;gap:14px;padding:18px 16px;border:1px solid rgba(146,161,183,.14);border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 18px 34px rgba(136,153,185,.08)}.settings-sidebar-header{display:grid;grid-gap:6px;gap:6px}.settings-sidebar-header h2{margin:0;font-size:1.2rem;color:#1f2a3d}.settings-sidebar-header p{margin:0;font-size:.88rem}.settings-sidebar-nav{display:grid;grid-gap:8px;gap:8px}.settings-sidebar-link,.settings-subnav-chip{display:inline-flex;align-items:center;justify-content:flex-start;min-height:46px;padding:0 16px;border-radius:14px;border:1px solid rgba(146,161,183,.16);background:#ffffff;color:#75829b;font-size:.92rem;font-weight:700;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;width:100%}.settings-sidebar-link:hover,.settings-subnav-chip:hover{color:#18b97f;border-color:rgba(25,196,138,.22);background:rgba(25,196,138,.06)}.settings-sidebar-link-active{color:#0f6c63;background:linear-gradient(135deg,rgba(25,196,138,.16),rgba(25,196,138,.08));border-color:rgba(25,196,138,.26);box-shadow:0 12px 24px rgba(114,132,170,.1)}.settings-content-panel,.settings-section{display:grid;grid-gap:14px;gap:14px;min-width:0}.settings-secondary-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;padding:14px;border:1px solid rgba(146,161,183,.14);border-radius:20px;background:rgba(255,255,255,.9);box-shadow:0 16px 30px rgba(136,153,185,.08)}.settings-subnav-chip{min-height:42px;padding:0 14px;font-size:.84rem;font-weight:600;border-radius:12px;background:#f8fbff;width:auto;min-width:120px;justify-content:center;text-align:center}.settings-subnav-chip-active{color:#0f6c63;background:linear-gradient(135deg,rgba(25,196,138,.16),rgba(25,196,138,.08));border-color:rgba(25,196,138,.26);box-shadow:0 10px 20px rgba(89,196,135,.12)}.settings-section-body,.settings-workspace-body{display:grid;grid-gap:14px;gap:14px}.settings-section{grid-template-columns:minmax(0,1fr);align-items:start}@media (max-width:1024px){.settings-section,.settings-workspace{grid-template-columns:minmax(0,1fr)}.settings-secondary-nav{gap:8px}}.shell-nav-button,.shell-nav-link{width:60px;min-height:64px;padding:7px 4px;border-radius:17px;color:#7f8aa1}.shell-nav-button{background:transparent}.shell-nav-button .shell-nav-icon svg,.shell-nav-link .shell-nav-icon svg{width:17px;height:17px}.shell-sidebar-collapsed .sidebar{padding-left:8px;padding-right:8px}.shell-sidebar-collapsed .shell-nav-button,.shell-sidebar-collapsed .shell-nav-link{width:52px;min-height:54px;padding:0;border-radius:17px}.shell-nav-link:before{content:"";position:absolute;left:-12px;width:4px;height:24px;border-radius:999px;background:transparent;transition:background-color .2s ease}.shell-nav-button:hover,.shell-nav-link:hover{color:#18b97f;background:rgba(25,196,138,.08);transform:translateY(-1px)}.shell-nav-link-active{color:#0f9f72;background:radial-gradient(circle at top right,rgba(89,196,135,.2),transparent 34%),linear-gradient(135deg,rgba(25,196,138,.18),rgba(25,196,138,.08));box-shadow:0 16px 28px rgba(25,196,138,.14),inset 0 1px 0 rgba(255,255,255,.72)}.shell-nav-link-active:before{background:#18c58a}.shell-nav-label{max-width:100%;font-size:.62rem;font-weight:700;line-height:1.1;letter-spacing:.01em;text-align:center;color:#8b97ad;white-space:normal;transition:opacity .16s ease,transform .16s ease}.shell-sidebar-collapsed .shell-nav-label{opacity:0;position:absolute;pointer-events:none;transform:translateY(4px)}.shell-utility-stack{display:grid;width:60px;grid-gap:4px;gap:4px;justify-items:stretch;padding-top:14px;border-top:1px solid rgba(146,161,183,.18)}.shell-sidebar-collapsed .shell-utility-stack{width:52px}.shell-utility-button{width:60px;min-height:44px;padding:0;border-radius:18px;background:transparent;border:0;color:#7d899f;box-shadow:none}.shell-sidebar-collapsed .shell-utility-button{width:52px;min-height:44px;border-radius:16px}.shell-utility-stack .shell-nav-link,.shell-utility-stack .shell-utility-button{justify-self:center}.shell-utility-button:hover{transform:translateY(-1px);color:#18b97f;background:rgba(25,196,138,.08)}.shell-nav-button:hover .shell-nav-label,.shell-nav-link-active .shell-nav-label,.shell-nav-link:hover .shell-nav-label,.shell-utility-button:hover .shell-nav-label{color:inherit}.shell-main{grid-area:main;min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr);align-content:start;background:linear-gradient(180deg,#f9fbfe,#f7fafc)}.shell-header{grid-area:header;position:-webkit-sticky;position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(180px,1fr) auto;align-items:center;grid-gap:22px;gap:22px;min-height:78px;padding:10px 24px 10px 18px;border-bottom:1px solid rgba(146,161,183,.14);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shell-header-brand{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content}.shell-header-brand img{display:block;width:160px;height:auto}.shell-page-header{position:-webkit-sticky;position:sticky;top:78px;z-index:14;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:84px;padding:14px 24px;border-bottom:1px solid rgba(146,161,183,.14);background:rgba(249,251,254,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shell-page-header-copy{display:grid;grid-gap:3px;gap:3px;min-width:0}.shell-page-header-kicker{margin:0;color:#90a0b8;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.shell-page-header-title{margin:0;font-size:clamp(1.45rem,2.2vw,1.9rem);line-height:1.1;color:#1e2a40}.shell-page-header-accent{margin:2px 0 0;color:#2f9a64;font-size:.94rem;font-weight:800;line-height:1.2}.shell-page-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.shell-page-filter-button{min-height:46px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(15,110,86,.2);border-radius:14px;background:#ffffff;color:#0f6e56;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 10px 20px rgba(136,153,185,.08);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.shell-page-filter-button:hover{transform:translateY(-1px);background:#f1fbf7;box-shadow:0 14px 24px rgba(15,110,86,.12)}.shell-page-filter-button svg{width:20px;height:20px}.shell-page-header-report-mode{position:static;overflow:hidden;z-index:auto;min-height:auto;padding:14px 28px 12px;background:radial-gradient(circle at top left,rgba(89,196,135,.12),transparent 28%),radial-gradient(circle at right center,rgba(88,129,255,.08),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,251,247,.98))}.shell-page-header-report-mode+.content{padding-top:14px}.shell-report-route .shell-page-header{position:static;top:auto;z-index:auto}.shell-report-route .content{padding-top:14px;align-content:start;align-items:start}.shell-report-route .accounting-shell,.shell-report-route .app-module-page,.shell-report-route .reports-shell{padding-top:0}.shell-report-route .app-filter-card{position:relative;z-index:1}.shell-page-header-report-mode:after{content:"";position:absolute;inset:auto 24px 0 24px;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(89,196,135,.95),rgba(77,185,124,.42),transparent)}.shell-page-header-report-mode .shell-page-header-kicker{color:#72819a}.shell-page-header-report-mode .shell-page-header-title{color:#162235}.shell-page-header-report-mode .shell-page-header-accent{width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,rgba(89,196,135,.18),rgba(77,185,124,.08));border:1px solid rgba(89,196,135,.22);color:#238454;box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}.shell-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:nowrap;min-width:0}.shell-account-trigger,.shell-context-trigger,.shell-user-trigger{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.shell-account-trigger:hover,.shell-context-trigger:hover,.shell-user-trigger:hover{transform:translateY(-1px)}.shell-context-menu,.shell-user-menu{position:relative}.shell-account-trigger,.shell-context-trigger,.shell-user-trigger{min-height:46px;padding:6px 8px 6px 6px;gap:10px;border-radius:16px;background:rgba(255,255,255,.98);border:1px solid rgba(146,161,183,.14);box-shadow:0 10px 20px rgba(136,153,185,.08)}.shell-account-trigger{min-width:280px;justify-content:flex-start;padding-right:12px}.shell-context-trigger:disabled{cursor:default;opacity:1}.shell-context-trigger:disabled:hover{transform:none}.shell-user-avatar{background:linear-gradient(135deg,rgba(25,196,138,.2),rgba(139,99,246,.22));font-size:.8rem;font-weight:800}.shell-context-avatar,.shell-user-avatar{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#243148}.shell-context-avatar{background:linear-gradient(135deg,rgba(25,196,138,.18),rgba(139,99,246,.16))}.shell-user-meta{display:grid;grid-gap:2px;gap:2px;text-align:left}.shell-account-meta,.shell-context-meta{display:grid;grid-gap:2px;gap:2px;min-width:0;text-align:left}.shell-user-meta strong{font-size:.88rem;color:#223049}.shell-account-meta strong{max-width:205px;font-size:.9rem}.shell-account-meta strong,.shell-context-meta strong{overflow:hidden;color:#223049;text-overflow:ellipsis;white-space:nowrap}.shell-context-meta strong{font-size:.88rem;max-width:180px}.shell-account-meta small,.shell-user-meta small{color:#8390a6;font-size:.72rem}.shell-account-meta small{max-width:205px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-context-meta small{color:#8390a6;font-size:.72rem}.shell-user-chevron{color:#95a3ba}.shell-user-dropdown{top:calc(100% + 14px);min-width:322px;padding:16px;border-radius:24px;background:radial-gradient(circle at top left,rgba(89,196,135,.12),transparent 32%),rgba(255,255,255,.98);border:1px solid rgba(146,161,183,.16);box-shadow:0 28px 60px rgba(34,49,73,.16);overflow:hidden;animation:shell-dropdown-enter .18s ease-out both}.shell-context-dropdown,.shell-user-dropdown{position:absolute;right:0;display:grid;grid-gap:8px;gap:8px}.shell-context-dropdown{top:calc(100% + 10px);min-width:240px;padding:10px;border-radius:18px;background:rgba(255,255,255,.98);border:1px solid rgba(146,161,183,.16);box-shadow:0 20px 40px rgba(136,153,185,.16)}.shell-context-dropdown-item{width:100%;display:grid;grid-gap:2px;gap:2px;padding:10px 12px;border:0;border-radius:14px;background:transparent;text-align:left;color:#243148;cursor:pointer;font:inherit}.shell-context-dropdown-item span{font-weight:700}.shell-context-dropdown-item small{color:#7c8ba5;font-size:.76rem}.shell-context-dropdown-item-active,.shell-context-dropdown-item:hover{background:#f4f8ff}.shell-user-dropdown-copy{display:flex;align-items:center;gap:12px;padding:8px 8px 14px;margin-bottom:4px;border-bottom:1px solid rgba(146,161,183,.14)}.shell-user-dropdown-avatar{width:42px;height:42px;flex:0 0 42px;display:inline-grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(25,196,138,.16),rgba(139,99,246,.16));color:#1f2d43;font-size:.78rem;font-weight:900;letter-spacing:.02em}.shell-user-dropdown-copy strong{color:#243148}.shell-user-dropdown-copy p{margin:0;color:#7c8ba5;font-size:.84rem}.shell-user-dropdown-item{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) 22px;align-items:center;grid-gap:12px;gap:12px;min-height:58px;padding:8px 8px 8px 10px;border:0;border-radius:18px;background:transparent;color:#33443f;cursor:pointer;font:inherit;text-align:left;transition:background-color .18s ease,color .18s ease,transform .18s ease}.shell-user-dropdown-item:focus-visible,.shell-user-dropdown-item:hover{background:rgba(15,118,110,.07);color:#0f6e56;outline:0;transform:translateX(2px)}.shell-user-dropdown-item-icon{width:42px;height:42px;border-radius:14px;background:#f3f8f7;color:#45615b}.shell-user-dropdown-item-label{min-width:0;color:currentColor;font-size:.94rem;font-weight:800}.shell-user-dropdown-item-action{color:#a3b4b0}.shell-user-dropdown-item-danger{margin-top:4px;color:#dc2626}.shell-user-dropdown-item-danger .shell-user-dropdown-item-icon{background:#fff1f1;color:#ef4444}.shell-user-dropdown-item-danger:focus-visible,.shell-user-dropdown-item-danger:hover{background:#fff5f5;color:#c81e1e}.shell-distributor-switcher-item{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;min-height:72px;padding:16px 18px;border:1px solid rgba(146,161,183,.16);border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,251,255,.96)),radial-gradient(circle at top left,rgba(89,196,135,.12),transparent 34%);color:#243148;cursor:pointer;font:inherit;text-align:left;box-shadow:0 12px 24px rgba(136,153,185,.08);opacity:0;transform:translateY(12px) scale(.98);animation:switcher-item-enter .32s cubic-bezier(.16,1,.3,1) forwards;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.shell-distributor-switcher-item-active,.shell-distributor-switcher-item:hover{border-color:rgba(25,196,138,.34);background:radial-gradient(circle at top right,rgba(89,196,135,.2),transparent 34%),linear-gradient(135deg,rgba(25,196,138,.14),rgba(25,196,138,.06));box-shadow:0 18px 34px rgba(25,196,138,.16);transform:translateY(-2px)}.shell-distributor-switcher-item-active{box-shadow:0 18px 36px rgba(25,196,138,.18),inset 0 0 0 1px rgba(25,196,138,.12)}.shell-distributor-switcher-icon{width:46px;height:46px;display:inline-grid;place-items:center;border-radius:16px;background:#eef7f6;color:#0f766e}.shell-distributor-switcher-icon svg{width:22px;height:22px}.shell-distributor-switcher-item span{display:grid;grid-gap:3px;gap:3px;min-width:0}.shell-distributor-switcher-item span small,.shell-distributor-switcher-item span strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-distributor-switcher-item small{color:#7c8ba5;font-size:.78rem}.shell-distributor-switcher-item em{padding:5px 10px;border-radius:999px;background:#e7f7ef;color:#168458;font-size:.74rem;font-style:normal;font-weight:800}.shell-distributor-switcher-item:nth-child(2){animation-delay:.04s}.shell-distributor-switcher-item:nth-child(3){animation-delay:.08s}.shell-distributor-switcher-item:nth-child(4){animation-delay:.12s}.shell-distributor-switcher-item:nth-child(n+5){animation-delay:.16s}@keyframes shell-dropdown-enter{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.day-end-difference-positive{color:#1f7a4d;font-weight:600}.day-end-difference-negative{color:#b93838;font-weight:600}.day-end-form .day-end-difference-positive{color:#1f7a4d;-webkit-text-fill-color:#1f7a4d}.day-end-form .day-end-difference-negative{color:#b93838;-webkit-text-fill-color:#b93838}.content{padding:20px 24px 24px;display:grid;grid-gap:20px;gap:20px;min-width:0;background:transparent}.content-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-end}.content-header h1,.section-title{margin:0}.panel{padding:24px}.auth-form-panel{align-content:start;min-height:560px}.auth-grid-single .auth-form-panel{min-height:auto}.dashboard-shell{display:grid;grid-gap:24px;gap:24px;font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif}.dashboard-hero{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;padding:18px 22px;border-radius:28px;border:1px solid rgba(146,161,183,.16);background:radial-gradient(circle at top right,rgba(139,99,246,.08),transparent 26%),radial-gradient(circle at top left,rgba(90,196,143,.1),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,250,255,.94));box-shadow:0 22px 42px rgba(136,153,185,.14)}.dashboard-filter-kicker,.dashboard-hero-kicker{display:inline-flex;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#7c87a4}.dashboard-hero-copy{min-width:220px;max-width:360px;display:grid;grid-gap:6px;gap:6px}.dashboard-welcome-title{margin:0;font-size:1.55rem;line-height:1.1;color:#1b2334}.dashboard-hero-filters{flex:1 1;display:flex;justify-content:flex-end}.dashboard-filter-toolbar{display:flex;gap:20px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:22px 24px;border-radius:24px;border:1px solid rgba(146,161,183,.12);background:rgba(255,255,255,.92);box-shadow:0 18px 36px rgba(136,153,185,.1)}.dashboard-filter-controls-inline{width:min(100%,760px);justify-content:flex-end;margin-left:auto}.dashboard-filter-copy{display:grid;grid-gap:8px;gap:8px;max-width:300px}.dashboard-toolbar-subtitle{margin:0;color:#75819c}.dashboard-filter-controls{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(4,minmax(140px,1fr));width:min(100%,820px)}.dashboard-filter-field{margin:0}.dashboard-filter-field span{color:#7f89a3}.dashboard-insight-grid,.dashboard-kpi-grid,.dashboard-table-grid{display:grid;grid-gap:20px;gap:20px}.dashboard-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{position:relative;overflow:hidden;min-height:190px;padding:24px;border-radius:24px;border:1px solid rgba(146,161,183,.12);box-shadow:0 18px 34px rgba(136,153,185,.12),inset 0 1px 0 rgba(255,255,255,.74);background:radial-gradient(circle at top right,rgba(90,196,143,.08),transparent 28%),radial-gradient(circle at top left,rgba(233,239,252,.9),transparent 24%),rgba(255,255,255,.95);display:grid;align-content:space-between;grid-gap:18px;gap:18px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.metric-card:before{content:"";position:absolute;inset:auto 20px 0 20px;height:4px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,rgba(89,196,135,.95),rgba(143,99,247,.26))}.metric-card:after{content:"";position:absolute;top:-70px;right:-64px;width:160px;height:160px;border-radius:999px;background:rgba(255,255,255,.38);pointer-events:none}.metric-card:hover{transform:translateY(-3px);border-color:rgba(89,196,135,.22);box-shadow:0 24px 44px rgba(89,196,135,.14),inset 0 1px 0 rgba(255,255,255,.8)}.metric-card-success{background:radial-gradient(circle at top right,rgba(90,196,143,.14),transparent 28%),radial-gradient(circle at top left,rgba(230,248,237,.92),transparent 26%),rgba(255,255,255,.95)}.metric-card-warning{background:radial-gradient(circle at top right,rgba(244,178,77,.18),transparent 28%),radial-gradient(circle at top left,rgba(255,247,227,.94),transparent 24%),rgba(255,255,255,.95)}.metric-card-accent{background:radial-gradient(circle at top right,rgba(143,99,247,.16),transparent 28%),radial-gradient(circle at top left,rgba(243,238,255,.92),transparent 22%),rgba(255,255,255,.95)}.metric-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.metric-card-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#59c487,#48b378);color:#fff;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.metric-card-warning .metric-card-badge{background:linear-gradient(135deg,#f4b24d,#f09b30)}.metric-card-accent .metric-card-badge{background:linear-gradient(135deg,#8f63f7,#7c52eb)}.metric-card-trend{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#eef7ef;color:#59a56d;font-size:.82rem;font-weight:700}.metric-card-detail,.metric-card-label{margin:0}.metric-card-body{position:relative;z-index:1;display:grid;grid-gap:8px;gap:8px}.metric-card-label{color:#6f7d97;font-size:.95rem}.metric-card-value{font-size:clamp(1.85rem,3vw,2.55rem);line-height:1.02;color:#1e2535}.metric-card-detail{color:#8a96af;font-size:.92rem;line-height:1.5}.dashboard-insight-grid{grid-template-columns:1.15fr 1fr}.dashboard-premium-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:.9fr 1.1fr}.dashboard-highlight-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-section-card{padding:26px;border-radius:26px;border:1px solid rgba(146,161,183,.12);background:rgba(255,255,255,.95);box-shadow:0 20px 42px rgba(136,153,185,.1)}.dashboard-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.dashboard-section-subtitle{margin:8px 0 0;color:#7f8ba4}.dashboard-section-body{margin-top:22px}.dashboard-chart-card{overflow:hidden;background:radial-gradient(circle at top right,rgba(89,196,135,.1),transparent 30%),radial-gradient(circle at bottom left,rgba(139,99,246,.08),transparent 28%),rgba(255,255,255,.96)}.dashboard-bar-chart{display:grid;grid-gap:16px;gap:16px}.dashboard-chart-row{display:grid;grid-template-columns:88px minmax(0,1fr) minmax(120px,auto);grid-gap:14px;gap:14px;align-items:center}.dashboard-chart-row>span{color:#6f7d97;font-size:.88rem;font-weight:800}.dashboard-chart-row>strong{color:#22304a;font-size:.92rem;text-align:right;white-space:nowrap}.dashboard-chart-track{height:16px;overflow:hidden;border-radius:999px;background:#eef3fb;box-shadow:inset 0 1px 2px rgba(91,105,130,.08)}.dashboard-chart-track i{display:block;min-width:8px;height:100%;border-radius:inherit}.dashboard-chart-row-sales .dashboard-chart-track i{background:linear-gradient(135deg,#8f63f7,#6f53d9)}.dashboard-chart-row-recovery .dashboard-chart-track i{background:linear-gradient(135deg,#59c487,#2f9b75)}.dashboard-chart-row-expense .dashboard-chart-track i{background:linear-gradient(135deg,#f4b24d,#e68a2e)}.dashboard-column-chart{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:end;min-height:230px}.dashboard-column-item{display:grid;grid-gap:9px;gap:9px;min-width:0;text-align:center}.dashboard-column-frame{position:relative;display:flex;align-items:flex-end;justify-content:center;height:142px;overflow:hidden;border-radius:18px;background:linear-gradient(180deg,rgba(245,248,253,.76),rgba(238,244,251,.96));border:1px solid rgba(146,161,183,.1)}.dashboard-column-frame i{width:100%;border-radius:18px 18px 0 0;min-height:8px;transition:height .28s ease}.dashboard-column-sales{background:linear-gradient(180deg,#8f63f7,#7352df)}.dashboard-column-recovery{background:linear-gradient(180deg,#59c487,#35a16f)}.dashboard-column-bank{background:linear-gradient(180deg,#4b9eef,#3a76d8)}.dashboard-column-expense{background:linear-gradient(180deg,#f4b24d,#e58b31)}.dashboard-column-outstanding{background:linear-gradient(180deg,#f36f6f,#d94f5c)}.dashboard-column-item strong{color:#31405b;font-size:.86rem}.dashboard-column-item span{overflow:hidden;color:#7d8aa3;font-size:.74rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-premium-highlight{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:flex-start;min-height:138px;padding:20px;border:1px solid rgba(146,161,183,.12);border-radius:24px;background:radial-gradient(circle at top right,rgba(146,161,183,.12),transparent 32%),rgba(255,255,255,.96);box-shadow:0 18px 34px rgba(136,153,185,.1)}.dashboard-premium-highlight-success{background:radial-gradient(circle at top right,rgba(89,196,135,.18),transparent 34%),rgba(255,255,255,.96)}.dashboard-premium-highlight-accent{background:radial-gradient(circle at top right,rgba(139,99,246,.16),transparent 34%),rgba(255,255,255,.96)}.dashboard-premium-highlight-warning{background:radial-gradient(circle at top right,rgba(244,178,77,.18),transparent 34%),rgba(255,255,255,.96)}.dashboard-highlight-icon{width:48px;height:48px;display:inline-grid;place-items:center;border-radius:16px;background:#f3f8ff;color:#50617b;font-size:.76rem;font-weight:900;letter-spacing:.05em}.dashboard-premium-highlight-success .dashboard-highlight-icon{background:#e9f9f0;color:#238454}.dashboard-premium-highlight-accent .dashboard-highlight-icon{background:#f1ecff;color:#7352df}.dashboard-premium-highlight-warning .dashboard-highlight-icon{background:#fff4dc;color:#d08217}.dashboard-premium-highlight p{margin:0 0 8px;color:#7d8aa3;font-size:.82rem;font-weight:800}.dashboard-premium-highlight strong{display:block;overflow:hidden;color:#1f2a3d;font-size:1.05rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-premium-highlight small{display:block;margin-top:8px;color:#8290a8;font-size:.78rem;font-weight:700;line-height:1.45}.dashboard-highlight-card,.dashboard-mini-stat{padding:18px;border-radius:18px;border:1px solid rgba(146,161,183,.1);background:#f8fbff}.dashboard-highlight-card{background:radial-gradient(circle at top right,rgba(90,196,143,.12),transparent 30%),rgba(248,252,255,.95)}.dashboard-mini-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-mini-grid-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-progress-group{display:grid;grid-gap:10px;gap:10px;margin-top:20px}.dashboard-progress-bar{display:flex;overflow:hidden;height:12px;border-radius:999px;background:#edf2fa}.dashboard-progress-bar-soft{background:#edf2fa}.dashboard-progress-segment{height:100%}.dashboard-progress-cash{background:linear-gradient(135deg,#59c487,#49b87a)}.dashboard-progress-bank{background:linear-gradient(135deg,#8f63f7,#7b52ea)}.dashboard-progress-expense{background:linear-gradient(135deg,#f4b24d,#ef9f37)}.dashboard-progress-neutral{background:linear-gradient(135deg,#c8d6ea,#b5c7df)}.dashboard-progress-legend{display:flex;gap:14px;flex-wrap:wrap;color:#7f8ca5;font-size:.88rem}.dashboard-progress-legend-four{justify-content:space-between}.dashboard-insight-pill,.dashboard-trend-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(146,161,183,.12);background:#f5f8ff;color:#74829d;font-size:.84rem;font-weight:700}.dashboard-trend-pill{background:#eef8ef;color:#56a76d}.dashboard-recovery-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:22px;gap:22px;align-items:center}.dashboard-ring-panel{display:grid;place-items:center}.dashboard-recovery-ring{width:168px;aspect-ratio:1;border-radius:50%;padding:18px;display:grid;place-items:center}.dashboard-recovery-ring-center{width:100%;height:100%;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;color:#1f2a3d}.dashboard-recovery-ring-center strong{font-size:2rem;line-height:1}.dashboard-recovery-ring-center span{color:#8895ad;font-size:.86rem}.dashboard-status-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-status-card{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:center;padding:16px;border-radius:16px;border:1px solid rgba(146,161,183,.1);background:#f8fbff}.dashboard-status-card-success{background:#f1fbf4}.dashboard-status-card-accent{background:#f4f0ff}.dashboard-status-card-warning{background:#fff7e8}.dashboard-status-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#ffffff;color:#5d6f8b;font-size:.74rem;font-weight:700;box-shadow:inset 0 0 0 1px rgba(146,161,183,.12)}.dashboard-status-label{margin:0 0 4px;color:#7c89a2;font-size:.88rem}.dashboard-status-value{color:#1d2638;font-size:1.05rem}.dashboard-status-progress{display:grid;grid-gap:10px;gap:10px;margin-top:22px}.dashboard-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.dashboard-overview-stat{padding:18px;border-radius:16px;border:1px solid rgba(146,161,183,.08)}.dashboard-overview-stat strong{font-size:1.6rem;color:#22304a}.dashboard-overview-stat-success{background:#eef9f1}.dashboard-overview-stat-warning{background:#fff8ea}.dashboard-overview-stat-neutral{background:#eef7f6}.dashboard-overview-label{margin:0 0 10px;color:#7b879f;font-size:.88rem}.dashboard-month-track{display:grid;grid-gap:10px;gap:10px;margin:24px 0 20px}.dashboard-month-ticks{display:flex;justify-content:space-between;color:#a0abc0;font-size:.8rem}.dashboard-table{margin-top:6px}.dashboard-table th{font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:#9aa5ba}.dashboard-table td,.dashboard-table th{padding-top:18px;padding-bottom:18px;border-bottom-color:rgba(146,161,183,.12)}.dashboard-table tbody tr:last-child td{border-bottom:0}.dashboard-table-title{color:#23304a}.dashboard-table-amount,.dashboard-table-date{white-space:nowrap}.dashboard-table-amount{font-weight:700;color:#24314a}.dashboard-table-amount-warning{color:#d78d1e}.dashboard-status-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:700}.dashboard-status-pill-success{background:#eaf8ef;color:#58a86f}.dashboard-status-pill-accent{background:#f0ebff;color:#7f5bed}.dashboard-status-pill-warning{background:#fff4df;color:#d49226}.dashboard-status-pill-neutral{background:#eef3fb;color:#71829d}.dashboard-state-card{padding:22px 24px;border-radius:24px;color:#73819c}.dashboard-state-card-error{color:#b42318}.accounting-shell,.app-module-page,.clients-shell,.master-shell,.reports-shell,.staff-shell,.transaction-shell{display:grid;grid-gap:18px;gap:18px;padding:6px;border-radius:30px;background:radial-gradient(circle at top left,rgba(139,99,246,.08),transparent 22%),radial-gradient(circle at top right,rgba(90,196,143,.08),transparent 20%),linear-gradient(180deg,#fbfcff,#f3f7fd);font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif}.clients-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:22px 28px;border-radius:28px;border:1px solid rgba(146,161,183,.14);background:radial-gradient(circle at top right,rgba(139,99,246,.08),transparent 25%),radial-gradient(circle at top left,rgba(90,196,143,.1),transparent 22%),linear-gradient(180deg,rgba(255,255,255,.95),rgba(248,250,255,.95));box-shadow:0 22px 42px rgba(136,153,185,.12)}.clients-hero-copy{display:grid;grid-gap:8px;gap:8px;max-width:760px}.clients-title{margin:0;font-size:clamp(1.75rem,3vw,2.6rem);line-height:1.04;color:#1b2334}.clients-subtitle{margin:0;color:#73809a;line-height:1.5}.clients-hero-actions,.clients-modal-actions,.clients-row-actions{display:flex;gap:12px;flex-wrap:wrap}.clients-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;border:1px solid transparent;font-weight:700;font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.clients-action:hover{transform:translateY(-1px)}.clients-action-primary{background:linear-gradient(135deg,#59c487,#4db97c);color:#fff;box-shadow:0 14px 26px rgba(89,196,135,.22)}.clients-hero-actions{gap:0}.clients-action-secondary{background:linear-gradient(135deg,#8f63f7,#7a51ea);color:#fff;box-shadow:0 14px 26px rgba(143,99,247,.2)}.clients-action-row,.clients-action-row-secondary,.clients-action-tertiary{background:#f6f8fd;color:#71809b;border-color:rgba(146,161,183,.14)}.clients-action-row,.clients-action-row-secondary{min-height:36px;padding:0 12px;font-size:.9rem}.clients-action-icon{min-width:46px;padding:0;border-top-left-radius:0;border-bottom-left-radius:0}.clients-action-icon-svg{width:18px;height:18px}.clients-hero-actions .clients-action-primary{border-top-right-radius:0;border-bottom-right-radius:0}.clients-hero-actions .clients-action-icon,.clients-hero-actions .clients-action-tertiary{background:linear-gradient(135deg,#59c487,#4db97c);color:#fff;border-color:transparent;box-shadow:0 14px 26px rgba(89,196,135,.22)}.clients-actions-menu{position:relative}.clients-actions-menu .app-header-actions-menu-dropdown{min-width:250px}.clients-actions-menu .app-header-actions-menu-item{justify-content:flex-start;text-align:left;white-space:nowrap}.app-header-actions-menu-dropdown,.clients-actions-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:210px;padding:8px;border-radius:16px;border:1px solid rgba(146,161,183,.14);background:rgba(255,255,255,.98);box-shadow:0 18px 36px rgba(136,153,185,.18);z-index:5}.app-header-actions-menu-item,.clients-actions-dropdown-item{width:100%;display:flex;align-items:center;min-height:42px;padding:0 12px;border:0;border-radius:12px;background:transparent;color:#26334d;font:inherit;font-weight:600;cursor:pointer}.app-header-actions-menu-item:hover,.clients-actions-dropdown-item:hover{background:#f5f8fd}.app-header-actions-menu{position:relative}.app-header-actions-menu-trigger{min-width:46px;padding:0;border-top-left-radius:0;border-bottom-left-radius:0}.app-header-actions-menu-icon{width:18px;height:18px}.clients-chip-accent{background:#ffffff;border-color:rgba(146,161,183,.14);color:#77839f}.app-module-summary-grid,.clients-summary-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}.app-module-summary-grid .metric-card,.clients-summary-grid .metric-card{min-height:132px;padding:15px 17px;gap:10px;border-radius:20px}.app-module-summary-grid .metric-card-top,.clients-summary-grid .metric-card-top{gap:8px}.app-module-summary-grid .metric-card-badge,.clients-summary-grid .metric-card-badge{width:34px;height:34px;border-radius:10px;font-size:.68rem}.app-module-summary-grid .metric-card-trend,.clients-summary-grid .metric-card-trend{min-height:24px;padding:0 8px;font-size:.72rem}.app-module-summary-grid .metric-card-body,.clients-summary-grid .metric-card-body{gap:4px}.app-module-summary-grid .metric-card-label,.clients-summary-grid .metric-card-label{font-size:.82rem}.app-module-summary-grid .metric-card-value,.clients-summary-grid .metric-card-value{font-size:clamp(1.15rem,1.7vw,1.55rem)}.app-module-summary-grid .metric-card-detail,.clients-summary-grid .metric-card-detail{font-size:.78rem;line-height:1.35}.app-module-filter-card,.app-module-table-card,.clients-drawer,.clients-filter-card,.clients-import-modal,.clients-table-card{margin-top:20px}.clients-import-modal .clients-modal-actions{justify-content:flex-end}.app-page-header{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:22px 28px;border-radius:28px;border:1px solid rgba(146,161,183,.14);background:radial-gradient(circle at top right,rgba(139,99,246,.08),transparent 25%),radial-gradient(circle at top left,rgba(90,196,143,.1),transparent 22%),linear-gradient(180deg,rgba(255,255,255,.95),rgba(248,250,255,.95));box-shadow:0 22px 42px rgba(136,153,185,.12)}.app-page-header-copy{display:grid;grid-gap:8px;gap:8px;max-width:760px}.app-page-title{margin:0;font-size:clamp(1.75rem,3vw,2.6rem);line-height:1.04;color:#1b2334}.app-page-subtitle{margin:0;color:#73809a;line-height:1.5}.app-action-group,.app-page-header-actions{display:flex;gap:12px;flex-wrap:wrap}.app-action-group-segmented{gap:0}.app-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;border:1px solid transparent;font-weight:700;font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;cursor:pointer;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,border-color .18s ease,background-color .18s ease}.app-button:hover:not(:disabled){transform:translateY(-1px)}.app-button:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(89,196,135,.18)}.app-button:disabled{cursor:not-allowed;opacity:.62;transform:none;box-shadow:none}.app-button-primary{background:linear-gradient(135deg,#0f766e,#59c487);color:#fff;box-shadow:0 14px 26px rgba(15,118,110,.24)}.app-button-primary:hover:not(:disabled){box-shadow:0 18px 34px rgba(15,118,110,.28)}.app-button-secondary{background:linear-gradient(135deg,#8f63f7,#7a51ea);color:#fff;box-shadow:0 14px 26px rgba(143,99,247,.2)}.app-button-secondary:hover:not(:disabled){box-shadow:0 18px 34px rgba(143,99,247,.24)}.app-button-row,.app-button-row-secondary,.app-button-tertiary{background:linear-gradient(180deg,#ffffff,#f6f9fd);color:#64748b;border-color:rgba(146,161,183,.18);box-shadow:0 8px 18px rgba(136,153,185,.08)}.app-button-row-secondary:hover:not(:disabled),.app-button-row:hover:not(:disabled),.app-button-tertiary:hover:not(:disabled){border-color:rgba(15,118,110,.22);color:#0f766e;background:linear-gradient(180deg,#ffffff,#f1fbf7)}.app-button-row,.app-button-row-secondary{min-height:38px;padding:0 14px;border-radius:12px;font-size:.88rem}.app-action-group-segmented .app-button-primary{border-top-right-radius:0;border-bottom-right-radius:0}.app-action-group-segmented .app-button-icon,.app-action-group-segmented .app-button-tertiary{background:linear-gradient(135deg,#59c487,#4db97c);color:#fff;border-color:transparent;box-shadow:0 14px 26px rgba(89,196,135,.22)}.app-summary-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}.app-summary-grid.app-summary-grid-compact .metric-card{min-height:132px;padding:15px 17px;gap:10px;border-radius:20px}.app-summary-grid.app-summary-grid-compact .metric-card-top{gap:8px}.app-summary-grid.app-summary-grid-compact .metric-card-badge{width:34px;height:34px;border-radius:10px;font-size:.68rem}.app-summary-grid.app-summary-grid-compact .metric-card-trend{min-height:24px;padding:0 8px;font-size:.72rem}.app-summary-grid.app-summary-grid-compact .metric-card-body{gap:4px}.app-summary-grid.app-summary-grid-compact .metric-card-label{font-size:.82rem}.app-summary-grid.app-summary-grid-compact .metric-card-value{font-size:clamp(1.15rem,1.7vw,1.55rem)}.app-summary-grid.app-summary-grid-compact .metric-card-detail{font-size:.78rem;line-height:1.35}.master-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.app-drawer,.app-filter-card,.app-table-card,.sql-editor-shell{gap:1.25rem}.sql-editor-workspace{--sql-editor-panel-height:42rem;align-items:stretch;display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:minmax(0,3fr) minmax(16rem,1fr)}.sql-editor-workspace-collapsed-saved{grid-template-columns:minmax(0,1fr) 5.5rem}.sql-editor-workspace-with-saved{grid-template-columns:minmax(0,3fr) minmax(16rem,1fr)}.sql-editor-card,.sql-editor-results-card,.sql-editor-saved-card{overflow:hidden}.sql-editor-workspace .sql-editor-card,.sql-editor-workspace .sql-editor-saved-card{display:flex;flex-direction:column;height:var(--sql-editor-panel-height);min-height:0}.sql-editor-workspace-collapsed-saved .sql-editor-saved-card{padding:14px 10px}.sql-editor-saved-card-collapsed,.sql-editor-saved-card-collapsed .app-button{cursor:pointer}.sql-editor-workspace-collapsed-saved .sql-editor-saved-card .app-table-card-head{align-items:center;display:grid;grid-gap:.85rem;gap:.85rem;justify-items:center;margin-bottom:0}.sql-editor-workspace-collapsed-saved .sql-editor-saved-card .app-table-card-head>div:first-child{order:2}.sql-editor-workspace-collapsed-saved .sql-editor-saved-card .app-table-card-head>.app-button{order:1}.sql-editor-workspace-collapsed-saved .sql-editor-saved-card .section-title{font-size:1rem;line-height:1;text-align:center;writing-mode:vertical-rl}.sql-editor-form{display:grid;flex:1 1;grid-gap:1rem;gap:1rem;grid-template-rows:auto minmax(0,1fr);min-height:0}.sql-editor-query-field{min-height:0}.sql-editor-textarea{height:100%;min-height:26rem;resize:vertical;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;line-height:1.5}.sql-editor-save-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.sql-editor-name-row{align-items:end;display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:minmax(0,1fr) auto}.sql-editor-inline-save{min-height:44px}.sql-editor-saved-query-grid{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:1fr}.sql-editor-saved-scroll{flex:1 1;min-height:0;overflow-y:auto;padding-right:.25rem}.sql-editor-saved-query-button{background:var(--panel-strong);border:1px solid var(--line);border-radius:8px;color:var(--foreground);cursor:pointer;display:grid;grid-gap:.35rem;gap:.35rem;min-height:4.25rem;padding:.85rem .95rem;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.sql-editor-saved-query-button:hover{border-color:var(--accent);box-shadow:0 10px 24px rgba(15,23,42,.08);transform:translateY(-1px)}.sql-editor-saved-query-button span{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}.sql-editor-saved-query-button small{color:var(--muted)}.sql-editor-help,.sql-editor-notice{margin-top:.75rem}@media (max-width:1280px){.dashboard-highlight-grid,.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-insight-grid,.dashboard-premium-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:980px){.dashboard-hero{display:grid}.dashboard-hero-copy{max-width:none}.dashboard-filter-controls-inline,.dashboard-hero-filters{width:100%}.dashboard-filter-controls{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.dashboard-recovery-layout{grid-template-columns:minmax(0,1fr)}.dashboard-ring-panel{justify-content:flex-start}.sql-editor-workspace,.sql-editor-workspace-collapsed-saved,.sql-editor-workspace-with-saved{grid-template-columns:minmax(0,1fr)}.sql-editor-workspace .sql-editor-card,.sql-editor-workspace .sql-editor-saved-card{height:auto;min-height:var(--sql-editor-panel-height)}.sql-editor-saved-card{max-height:28rem}}.app-overlay-header-actions{display:inline-flex;align-items:center;gap:.6rem;justify-content:flex-end}@media (max-width:900px){.dashboard-chart-row,.dashboard-highlight-grid,.dashboard-kpi-grid,.dashboard-mini-grid,.dashboard-mini-grid-wide,.dashboard-overview-grid,.dashboard-status-grid{grid-template-columns:minmax(0,1fr)}.dashboard-chart-row{gap:8px}.dashboard-chart-row>strong{text-align:left}.dashboard-column-chart{grid-template-columns:repeat(2,minmax(0,1fr))}.client-outstanding-filter-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.dashboard-column-chart,.dashboard-filter-controls{grid-template-columns:minmax(0,1fr)}.dashboard-premium-highlight,.dashboard-section-card,.metric-card{border-radius:20px}}@media (max-width:760px){.shell,.shell-sidebar-collapsed{grid-template-columns:minmax(0,1fr);grid-template-areas:"header" "main"}.sidebar{display:none}.shell-header{min-height:68px;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:8px 12px}.shell-header-brand img{width:124px}.shell-header-tools{min-width:0}.shell-account-trigger{min-width:0;max-width:100%;padding:5px 8px 5px 5px;gap:8px}.shell-account-meta small,.shell-account-meta strong{max-width:132px}.shell-context-avatar{width:32px;height:32px;border-radius:11px}.shell-user-dropdown{right:-4px;min-width:min(326px,calc(100vw - 24px))}.shell-main{min-width:0}.shell-page-header{top:68px;display:grid;min-height:auto;grid-gap:12px;gap:12px;padding:12px 14px}.shell-page-header-title{font-size:1.32rem}.shell-page-header-actions{justify-content:flex-start;gap:8px}.shell-page-filter-button{min-height:40px;padding:0 12px;border-radius:12px;font-size:.9rem}.content{padding:14px 12px 92px}.shell-mobile-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:42;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:4px;gap:4px;padding:8px;border:1px solid rgba(146,161,183,.18);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 18px 42px rgba(31,42,61,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.shell-mobile-nav-link{display:grid;place-items:center;grid-gap:3px;gap:3px;min-width:0;min-height:54px;padding:5px 2px;border:0;border-radius:18px;background:transparent;color:#7d899f;cursor:pointer;font:inherit;font-size:.62rem;font-weight:800;line-height:1.1;text-align:center}.shell-mobile-nav-link-active{color:#0f9f72;background:radial-gradient(circle at top right,rgba(89,196,135,.22),transparent 34%),linear-gradient(135deg,rgba(25,196,138,.16),rgba(25,196,138,.07));box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.shell-mobile-nav-icon,.shell-mobile-nav-icon svg{width:20px;height:20px}.shell-mobile-nav-icon{display:inline-grid;place-items:center}}.form-grid,.stack{display:grid;grid-gap:24px;gap:24px}.form-columns{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;grid-gap:8px;gap:8px}.field span{color:#64748b;font-size:.88rem;font-weight:700;letter-spacing:.01em}.required-mark{color:#b91c1c;font-weight:700}.field input,.field select,.field textarea,.multi-select{width:100%;padding:14px 16px;border-radius:16px;border:1px solid rgba(146,161,183,.18);background:linear-gradient(180deg,#ffffff,#f8fbff);box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 1px 0 rgba(15,23,42,.02);color:#1f2937;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.field input:focus,.field select:focus,.field textarea:focus,.multi-select:focus{outline:0;border-color:#59c487;background:#fcfeff;box-shadow:0 0 0 4px rgba(89,196,135,.14),inset 0 1px 0 rgba(255,255,255,.86)}.currency-input{position:relative;width:100%}.currency-input-prefix{position:absolute;top:50%;left:16px;transform:translateY(-50%);display:inline-flex;align-items:center;background:transparent;color:var(--muted);font-size:.88rem;font-weight:700;letter-spacing:.04em;pointer-events:none}.currency-input input{padding-left:50px}.currency-input input:disabled,.currency-input input[readonly]{color:var(--muted)}.field input[aria-invalid=true]{border-color:#b91c1c;background:#fff7f7}.checkbox-field{display:inline-flex;align-items:center;gap:10px}.checkbox-inline{padding-top:34px}.auth-form-actions{display:flex;justify-content:flex-start}.auth-secondary-action{width:-moz-fit-content;width:fit-content}.button-ghost,.button-link,.button-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;border:0;cursor:pointer;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease,border-color .2s ease;font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:700}.button-primary{background:linear-gradient(135deg,#59c487,#4db97c);color:#fff;padding:14px 20px;box-shadow:0 14px 26px rgba(89,196,135,.22)}.button-ghost{padding:12px 16px;background:rgba(255,255,255,.85)}.button-ghost,.button-link{border:1px solid rgba(146,161,183,.14);color:#71809b}.button-link{background:#f6f8fd;padding:10px 14px}.button-ghost:hover,.button-link:hover,.button-primary:hover{transform:translateY(-1px)}.button-ghost:focus-visible,.button-link:focus-visible,.button-primary:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(89,196,135,.18)}.button-ghost:disabled,.button-link:disabled,.button-primary:disabled{cursor:not-allowed;opacity:.62;transform:none}.button-danger-soft{background:linear-gradient(135deg,#fde2e2,#fbd1d1);color:#b42318;padding:14px 20px;border:1px solid rgba(180,35,24,.14);box-shadow:0 14px 26px rgba(180,35,24,.12)}.button-danger-soft:hover{transform:translateY(-1px)}.client-form-footer-button,.client-form-submit{min-height:50px;min-width:170px}.client-form-status-button-danger,.client-form-status-button-neutral{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;cursor:pointer;font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;transition:transform .2s ease,opacity .2s ease}.client-form-status-button-danger{background:linear-gradient(135deg,#fde2e2,#fbd1d1);color:#b42318;border:1px solid rgba(180,35,24,.14);box-shadow:0 14px 26px rgba(180,35,24,.12)}.client-form-status-button-neutral{background:linear-gradient(135deg,#def7e7,#cdeedb);color:#166534;border:1px solid rgba(22,101,52,.14);box-shadow:0 14px 24px rgba(22,101,52,.12)}.client-form-status-button-danger:hover,.client-form-status-button-neutral:hover{transform:translateY(-1px)}.client-form-status-button-danger:disabled,.client-form-status-button-neutral:disabled{opacity:.65;cursor:not-allowed;transform:none}.clients-form{gap:22px}.client-form .currency-input input,.client-form .field input,.client-form .field select,.client-form .field textarea,.client-form .multi-select{background:#f9fcff;border-color:rgba(146,161,183,.16)}.client-form .currency-input input:disabled,.client-form .currency-input input[readonly],.client-form .field input:disabled,.client-form .field input[readonly],.client-form .field select:disabled,.client-form .field textarea:disabled,.client-form .field textarea[readonly],.client-form .multi-select:disabled{background:#f9fcff;color:#5f6d85;-webkit-text-fill-color:#5f6d85;opacity:1}.client-form .currency-input input:focus,.client-form .field input:focus,.client-form .field select:focus,.client-form .field textarea:focus,.client-form .multi-select:focus{background:#fcfeff}.client-form-drawer{background:transparent;border:0;box-shadow:none;padding:0}.client-form-checkboxes{border:1px solid rgba(146,161,183,.14);border-radius:16px;padding:14px;display:grid;grid-gap:10px;gap:10px;background:#f8fbff}.client-form-checkbox-row{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;cursor:pointer}.client-form-checkbox-input{width:16px;height:16px;margin:2px 0 0}.client-form-checkbox-label{color:#22304a;font-weight:600;line-height:1.5}.client-form-submit{background:linear-gradient(135deg,#59c487,#4db97c);box-shadow:0 14px 26px rgba(89,196,135,.22)}.sidebar-profile-card{margin-top:auto;background:rgba(255,255,255,.88);border:1px solid rgba(146,161,183,.12);box-shadow:0 18px 36px rgba(136,153,185,.1)}.app-form{gap:22px}.app-form-section{display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid rgba(146,161,183,.14);border-radius:22px;background:radial-gradient(circle at top right,rgba(89,196,135,.08),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.94))}.app-form-section-header{display:grid;grid-gap:6px;gap:6px}.app-form-section-header>span{color:#0f766e;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.app-form-section-header strong{color:#1f2a3d;font-size:1rem}.app-form-section-header p{margin:0}.app-form-actions{justify-content:flex-end}.app-form-actions-start{justify-content:flex-start}.app-form-actions-end{justify-content:flex-end}.app-form-actions-between{justify-content:space-between}.app-form-actions:has(>:nth-child(2)){width:100%;align-items:center;justify-content:space-between}.app-form-actions:has(>:nth-child(2))>:first-child{margin-right:auto}.app-form-actions:has(>:nth-child(2))>:last-child{margin-left:auto}.staff-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.distributor-filter-grid,.master-filter-grid,.route-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.route-filter-grid-super{grid-template-columns:repeat(3,minmax(0,1fr))}.day-end-filter-grid,.expense-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-filter-grid,.invoice-filter-grid-super,.ledger-filter-grid,.payment-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.payment-filter-grid-super{grid-template-columns:repeat(4,minmax(0,1fr))}.expense-filter-grid-super,.ledger-filter-grid-super{grid-template-columns:repeat(3,minmax(0,1fr))}.day-end-filter-grid-super{grid-template-columns:repeat(2,minmax(0,1fr))}.day-end-form .field input,.day-end-form .field select,.day-end-form .field textarea,.expense-form .field input,.expense-form .field select,.expense-form .field textarea,.invoice-form .field input,.invoice-form .field select,.invoice-form .field textarea,.payment-entry-form .field input,.payment-entry-form .field select,.payment-entry-form .field textarea{background:#f9fcff;border-color:rgba(146,161,183,.16)}.day-end-form .field input:disabled,.day-end-form .field input[readonly],.day-end-form .field select:disabled,.day-end-form .field textarea:disabled,.day-end-form .field textarea[readonly],.expense-form .field input:disabled,.expense-form .field input[readonly],.expense-form .field select:disabled,.expense-form .field textarea:disabled,.expense-form .field textarea[readonly],.invoice-form .field input:disabled,.invoice-form .field input[readonly],.invoice-form .field select:disabled,.invoice-form .field textarea:disabled,.invoice-form .field textarea[readonly],.payment-entry-form .field input:disabled,.payment-entry-form .field input[readonly],.payment-entry-form .field select:disabled,.payment-entry-form .field textarea:disabled,.payment-entry-form .field textarea[readonly]{background:#f1f3f5;color:#5f6d85;-webkit-text-fill-color:#5f6d85;opacity:1}.day-end-form .field input:focus,.day-end-form .field select:focus,.day-end-form .field textarea:focus,.expense-form .field input:focus,.expense-form .field select:focus,.expense-form .field textarea:focus,.invoice-form .field input:focus,.invoice-form .field select:focus,.invoice-form .field textarea:focus,.payment-entry-form .field input:focus,.payment-entry-form .field select:focus,.payment-entry-form .field textarea:focus{background:#fcfeff}.day-end-form-drawer,.expense-form-drawer,.invoice-form-drawer,.payment-entry-form-drawer{background:transparent;border:0;box-shadow:none;padding:0}.day-end-form-submit,.expense-form-submit,.invoice-form-submit,.payment-entry-form-submit{background:linear-gradient(135deg,#59c487,#4db97c);box-shadow:0 14px 26px rgba(89,196,135,.22)}.expense-entry-section{display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid rgba(146,161,183,.13);border-radius:22px;background:radial-gradient(circle at top right,rgba(89,196,135,.12),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.96));box-shadow:0 16px 34px rgba(136,153,185,.08)}.expense-entry-toolbar{align-items:center;display:flex;gap:16px;justify-content:space-between}.expense-add-row-button{border-color:transparent;background:linear-gradient(135deg,#0f766e,#59c487);color:#ffffff;box-shadow:0 14px 26px rgba(15,118,110,.22)}.expense-add-row-button:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(15,118,110,.28)}.expense-entry-table-wrap{border:1px solid rgba(146,161,183,.12);border-radius:18px;overflow-x:auto;background:#ffffff}.expense-entry-table tbody td{vertical-align:middle}.expense-entry-cell{display:grid;grid-gap:6px;gap:6px}.expense-entry-error{display:block;font-size:.8rem}.expense-entry-table input,.expense-entry-table select{width:100%}.expense-form-entry-card{display:grid;grid-gap:18px;gap:18px;padding:18px;border:1px solid rgba(89,196,135,.18);border-radius:22px;background:radial-gradient(circle at top left,rgba(89,196,135,.14),transparent 34%),linear-gradient(135deg,#ffffff,#f7fbff);box-shadow:0 18px 34px rgba(15,118,110,.07)}.expense-form-entry-copy{display:grid;grid-gap:5px;gap:5px}.expense-form-entry-copy span{color:#168458;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.expense-form-entry-copy strong{color:#172033;font-size:1.04rem}.expense-form-entry-copy .muted{margin:0}.expense-form-meta-grid{align-items:end}.expense-entry-row-number{color:#5f6d85;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.transaction-table-actions{width:1%;white-space:nowrap}.transaction-table-action-group{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.transaction-amount-cell{text-align:right;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.payment-drawer-stack{display:grid;grid-gap:20px;gap:20px}.payment-entry-form .panel{padding:16px;border-radius:18px;border:1px solid rgba(146,161,183,.12);background:linear-gradient(180deg,rgba(249,252,255,.95),rgba(244,248,253,.95));box-shadow:none}.payment-outstanding-card{margin-top:4px}.accounting-card-caption{margin:0 0 18px}.staff-form .field input,.staff-form .field select,.staff-form .field textarea{background:#f9fcff;border-color:rgba(146,161,183,.16)}.staff-form .field input:disabled,.staff-form .field input[readonly],.staff-form .field select:disabled,.staff-form .field textarea:disabled,.staff-form .field textarea[readonly]{background:#f9fcff;color:#5f6d85;-webkit-text-fill-color:#5f6d85;opacity:1}.staff-form .field input:focus,.staff-form .field select:focus,.staff-form .field textarea:focus{background:#fcfeff}.staff-form-section{display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid rgba(102,122,150,.16);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.96)),radial-gradient(circle at 0 0,rgba(89,196,135,.12),transparent 34%);box-shadow:0 14px 34px rgba(15,23,42,.06);animation:staff-form-section-enter .28s ease-out both}.staff-form-section:nth-of-type(2){animation-delay:.03s}.staff-form-section:nth-of-type(3){animation-delay:.06s}.staff-form-section:nth-of-type(4){animation-delay:.09s}.staff-form-section-header{display:flex;align-items:flex-start;gap:12px;padding-bottom:4px}.staff-form-section-header>span{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#eef8f2;color:#26734a;font-size:.78rem;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.staff-form-section-header strong{display:block;color:#172033;font-size:.98rem}.staff-form-section-header p{margin:3px 0 0;color:#64748b;font-size:.84rem;line-height:1.45}.staff-form-drawer{background:transparent;border:0;box-shadow:none;padding:0}.staff-form-submit{background:linear-gradient(135deg,#59c487,#4db97c);box-shadow:0 14px 26px rgba(89,196,135,.22)}@keyframes staff-form-section-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.city-form .field input,.city-form .field select,.city-form .field textarea,.designation-form .field input,.designation-form .field select,.designation-form .field textarea,.region-form .field input,.region-form .field select,.region-form .field textarea,.route-form .field input,.route-form .field select,.route-form .field textarea,.zone-form .field input,.zone-form .field select,.zone-form .field textarea{background:#f9fcff;border-color:rgba(146,161,183,.16)}.city-form .field input:disabled,.city-form .field input[readonly],.city-form .field select:disabled,.designation-form .field input:disabled,.designation-form .field input[readonly],.designation-form .field select:disabled,.region-form .field input:disabled,.region-form .field input[readonly],.region-form .field select:disabled,.route-form .field input:disabled,.route-form .field input[readonly],.route-form .field select:disabled,.zone-form .field input:disabled,.zone-form .field input[readonly],.zone-form .field select:disabled{background:#f9fcff;color:#5f6d85;-webkit-text-fill-color:#5f6d85;opacity:1}.city-form .field input:focus,.city-form .field select:focus,.city-form .field textarea:focus,.designation-form .field input:focus,.designation-form .field select:focus,.designation-form .field textarea:focus,.region-form .field input:focus,.region-form .field select:focus,.region-form .field textarea:focus,.route-form .field input:focus,.route-form .field select:focus,.route-form .field textarea:focus,.zone-form .field input:focus,.zone-form .field select:focus,.zone-form .field textarea:focus{background:#fcfeff}.city-form-drawer,.designation-form-drawer,.error-text,.region-form-drawer,.route-form-drawer,.zone-form-drawer{color:#b91c1c;margin:0;font-size:.92rem}.credentials{font-size:.92rem;line-height:1.6}.client-beat-grid-field{gap:.7rem}.client-beat-grid{display:grid;grid-gap:.65rem;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.client-beat-day-option{align-items:center;border:1px solid var(--border);border-radius:14px;display:inline-flex;gap:.55rem;min-height:42px;padding:.65rem .8rem}.data-table{width:100%;border-collapse:collapse}.data-table td,.data-table th{padding:16px 12px;text-align:left;border-bottom:1px solid rgba(146,161,183,.12)}.data-table th{color:#7b87a0;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em}.data-table tbody tr{transition:background-color .16s ease,box-shadow .16s ease}.data-table tbody tr:hover{background:rgba(239,248,244,.7)}.pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eef7ef;color:#4d9b63;font-size:.82rem;font-weight:700}.app-module-table-card{padding:24px}.clients-table-head{margin-bottom:18px}.clients-table{margin-top:4px}.clients-table th{color:#98a3b8;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;border-bottom-color:rgba(146,161,183,.12)}.clients-table td,.clients-table th{padding-top:18px;padding-bottom:18px;border-bottom-color:rgba(146,161,183,.12)}.clients-table tbody tr:hover{background:rgba(245,248,253,.72)}.clients-primary-cell{display:grid;grid-gap:4px;gap:4px}.clients-primary-cell strong{color:#23304a}.clients-staff-stack{display:grid;grid-gap:6px;gap:6px}.clients-table-number{text-align:right;white-space:nowrap}.clients-table-number-warning{color:#d08e27;font-weight:700}.clients-table-actions{width:1%;white-space:nowrap;text-align:left}.clients-row-action-group{justify-content:flex-start}.clients-status-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:700}.clients-status-badge-success{background:#ebf8ef;color:#56a76c}.clients-status-badge-warning{background:#fff4df;color:#d49326}.clients-status-badge-neutral{background:#eef3fb;color:#75839d}.clients-empty-state{display:grid;grid-gap:8px;gap:8px;place-items:center;text-align:center;padding:44px 20px;color:#71819b}.clients-empty-state-error{color:#b42318}.app-table-card-head{margin-bottom:18px}.clients-registry-card{min-width:0;max-width:100%}.clients-registry-card .app-table-card-head{min-width:0}.clients-registry-table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto}.clients-registry-card .app-primary-cell,.clients-registry-card .clients-staff-stack{min-width:0}.clients-registry-card .clients-staff-stack span{overflow-wrap:anywhere}.app-data-table{margin-top:4px}.app-data-table th{background:rgba(249,252,255,.86);color:#7c89a1;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;border-bottom-color:rgba(146,161,183,.12)}.app-data-table td,.app-data-table th{padding-top:15px;padding-bottom:15px;border-bottom-color:rgba(146,161,183,.12);line-height:1.35}.app-data-table tbody tr:hover{background:rgba(239,248,244,.74)}.app-data-table tbody tr:last-child td{border-bottom-color:transparent}.app-data-table td{color:#2f3b52}.app-data-table td:is(:last-child) .app-action-group,.app-data-table td:is(:last-child) .staff-table-action-group,.app-data-table td:is(:last-child) .transaction-table-action-group{justify-content:flex-end}.app-data-table .muted,.clients-table .muted{color:#7384a0}.master-table-main{color:#1f2a44;font-weight:800}.clients-table td,.clients-table th{padding-top:15px;padding-bottom:15px;line-height:1.35}.clients-table tbody tr:hover{background:rgba(239,248,244,.74)}.app-pagination{justify-content:center;margin-top:24px}.app-pagination,.app-pagination-pages{display:flex;align-items:center;gap:6px}.app-pagination-button,.app-pagination-page{min-width:52px;height:50px;padding:0 18px;border-radius:12px;border:1px solid rgba(146,161,183,.18);background:#ffffff;color:#4a556d;font-size:.98rem;font-weight:700;box-shadow:0 8px 18px rgba(136,153,185,.08);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}.app-pagination-button:hover:not(:disabled),.app-pagination-page:hover:not([aria-current=page]){transform:translateY(-1px);border-color:rgba(89,196,135,.38);color:#2e3c58}.app-pagination-button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.app-pagination-page{min-width:44px;padding:0 14px}.app-pagination-page-active,.app-pagination-page[aria-current=page]{border-color:transparent;background:linear-gradient(135deg,#59c487,#4db97c);color:#ffffff;box-shadow:0 14px 26px rgba(89,196,135,.22)}.app-page-size-select{display:inline-flex;align-items:center;gap:10px;color:#73809a;font-size:.92rem;font-weight:700}.app-page-size-select select{min-width:82px;height:42px;padding:0 38px 0 14px;border-radius:12px;border:1px solid rgba(146,161,183,.18);background:#f9fcff;color:#2f3c56;font:inherit;font-weight:700;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.app-page-size-select select:focus{outline:2px solid rgba(89,196,135,.14);border-color:#7fc9a4;background:#fcfeff}.app-primary-cell{display:grid;grid-gap:4px;gap:4px}.app-primary-cell strong{color:#23304a}.app-status-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:700}.app-status-badge-success{background:#ebf8ef;color:#56a76c}.app-status-badge-warning{background:#fff4df;color:#d49326}.app-status-badge-neutral{background:#eef3fb;color:#75839d}.app-empty-state{display:grid;grid-gap:10px;gap:10px;place-items:center;text-align:center;padding:44px 24px;border:1px dashed rgba(146,161,183,.22);border-radius:22px;background:radial-gradient(circle at top,rgba(89,196,135,.08),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,251,255,.92));color:#71819b}.app-empty-state strong{color:#253044;font-size:1rem}.app-empty-state .muted,.app-empty-state p{margin:0}.app-empty-state-error{border-color:rgba(180,35,24,.2);background:radial-gradient(circle at top,rgba(180,35,24,.08),transparent 34%),linear-gradient(180deg,#fffafa,#fff6f6);color:#b42318}.staff-table-actions,.staff-table-status{white-space:nowrap;width:1%}.staff-table-action-group{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.staff-table-actions .button-link{padding:8px 12px;min-height:36px}.sql-editor-table th{max-width:22rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:760px){.app-module-table-card,.app-table-card,.clients-registry-table-wrap,.dashboard-section-card{max-width:100%;overflow-x:auto}.app-data-table,.clients-table,.data-table{min-width:720px}.app-pagination{justify-content:flex-start;overflow-x:auto;padding-bottom:4px}}