@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600&display=swap";:root{--navy: #0f172a;--navy2: #1e293b;--navy3: #334155;--cyan: #00d4ff;--cyan2: #0ea5e9;--green: #10b981;--red: #ef4444;--amber: #f59e0b;--purple: #8b5cf6;--text: #f1f5f9;--text2: #94a3b8;--text3: #64748b;--card: #1e293b;--border: rgba(148,163,184,.12);--nav-w: 242px;--rad: 10px;--bg: var(--navy);--surface-1: var(--card);--surface-2: var(--navy2);--surface-3: var(--navy3);--text-1: var(--text);--text-2: var(--text2);--text-3: var(--text3);--border-strong: var(--text3);--accent: var(--cyan2);--accent-strong: var(--cyan);--accent-soft: color-mix(in oklch, var(--cyan2) 14%, transparent);--accent-fg: #ffffff;--ok: var(--green);--warn: var(--amber);--err: var(--red);--info: #38bdf8;--shadow-1: 0 1px 2px rgba(0,0,0,.25);--shadow-2: 0 4px 16px rgba(0,0,0,.35);--shadow-3: 0 24px 48px -12px rgba(0,0,0,.5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.user-row:hover .user-row-actions{opacity:1!important}body{font-family:Inter Tight,Inter,system-ui,sans-serif;background:var(--navy);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%}.layout{display:flex;min-height:100vh}.page-content{margin-left:var(--nav-w);padding:24px;flex:1;min-height:100vh;transition:margin .25s}.sidebar{position:fixed;top:0;left:0;width:var(--nav-w);height:100vh;background:var(--navy2);border-right:1px solid var(--border);z-index:200;overflow-y:auto;display:flex;flex-direction:column}.sidebar-logo{padding:20px 16px 16px;border-bottom:1px solid var(--border)}.sidebar-logo h1{font-size:18px;font-weight:700;color:var(--cyan)}.sidebar-logo p{font-size:11px;color:var(--text3);margin-top:2px}.nav-user{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border)}.nav-avatar{width:32px;height:32px;border-radius:50%;background:var(--cyan2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.nav-user-info{flex:1;overflow:hidden}.nav-user-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-user-role{font-size:11px;color:var(--text3)}.nav-logout{background:none;border:none;color:var(--text3);cursor:pointer;padding:4px;border-radius:4px;font-size:16px;transition:color .15s}.nav-logout:hover{color:var(--red)}.nav-section{padding:16px 16px 4px;font-size:10px;font-weight:600;color:var(--text3);letter-spacing:.06em;text-transform:uppercase}.nav-link{display:flex;align-items:center;gap:10px;padding:9px 16px;color:var(--text2);text-decoration:none;font-size:13px;border-radius:6px;margin:1px 8px;transition:all .15s}.nav-link:hover{background:#ffffff0d;color:var(--text)}.nav-link.active{background:#00d4ff1a;color:var(--cyan)}.nav-link .icon{width:18px;text-align:center;flex-shrink:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:var(--rad);padding:20px}.stat-label{font-size:12px;color:var(--text3);margin-bottom:6px}.stat-value{font-size:28px;font-weight:700}.stat-sub{font-size:12px;color:var(--text3);margin-top:4px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--rad)}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.page-title{font-size:22px;font-weight:700}.page-subtitle{font-size:13px;color:var(--text3);margin-top:2px}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.search-wrap{position:relative;flex:1;min-width:200px}.search-wrap input{width:100%;padding:9px 12px 9px 36px;background:var(--navy2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:14px;outline:none}.search-wrap input:focus{border-color:var(--cyan2)}.search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--text3);pointer-events:none}.filter-select{padding:9px 12px;background:var(--navy2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:13px;outline:none;cursor:pointer}.filter-select:focus{border-color:var(--cyan2)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{padding:10px 14px;text-align:left;font-size:11px;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle}tr:hover td{background:#ffffff05;cursor:pointer}tr:last-child td{border-bottom:none}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;border:none;transition:all .15s;text-decoration:none}.btn-primary{background:var(--cyan2);color:#fff}.btn-primary:hover{background:var(--cyan)}.btn-secondary{background:var(--navy2);border:1px solid var(--border);color:var(--text2)}.btn-secondary:hover{color:var(--text);border-color:var(--text3)}.btn-danger{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:var(--red)}.btn-danger:hover{background:#ef444440}.btn-ghost{background:none;border:none;color:var(--text3);padding:6px 8px}.btn-ghost:hover{color:var(--text)}.btn:disabled{opacity:.5;cursor:not-allowed}.badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:99px;font-size:11px;font-weight:600;white-space:nowrap}.badge-green{background:#10b98126;color:#34d399}.badge-red{background:#ef444426;color:#f87171}.badge-amber{background:#f59e0b26;color:#fbbf24}.badge-blue{background:#0ea5e926;color:#38bdf8}.badge-gray{background:#64748b33;color:var(--text3)}.badge-cyan{background:#00d4ff1a;color:var(--cyan)}.badge-purple{background:#8b5cf626;color:#a78bfa}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:500;padding:16px;opacity:0;pointer-events:none;transition:opacity .2s}.modal-overlay.open{opacity:1;pointer-events:all}.modal-box{background:var(--navy2);border:1px solid var(--border);border-radius:14px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;transform:translateY(20px);transition:transform .2s}.modal-overlay.open .modal-box{transform:translateY(0)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.modal-title{font-size:17px;font-weight:600}.modal-body{padding:24px}.modal-footer{display:flex;gap:10px;justify-content:flex-end;padding:16px 24px;border-top:1px solid var(--border)}.form-grid{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:12px;font-weight:500;color:var(--text2)}.form-input,.form-select,.form-textarea{padding:10px 12px;background:var(--navy);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:14px;font-family:inherit;outline:none;width:100%;transition:border-color .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--cyan2)}.form-textarea{resize:vertical;min-height:80px}.form-select{cursor:pointer}.toast-container{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;gap:8px}.toast{padding:12px 16px;border-radius:10px;font-size:13px;font-weight:500;min-width:220px;max-width:360px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:slideIn .2s ease;display:flex;align-items:center;gap:10px;box-shadow:0 8px 24px #0000004d}.toast-success{background:#10b981e6;color:#fff}.toast-error{background:#ef4444e6;color:#fff}.toast-info{background:#0ea5e9e6;color:#fff}.toast-warning{background:#f59e0be6;color:#fff}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:none;opacity:1}}.loading-wrap{display:flex;align-items:center;justify-content:center;min-height:200px}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--cyan2);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 24px;color:var(--text3)}.empty-state h3{font-size:16px;margin-bottom:8px;color:var(--text2)}.empty-state p{font-size:13px}.confirm-box{max-width:400px}.confirm-msg{font-size:14px;color:var(--text2);margin-bottom:4px}.sidebar.collapsed{width:64px;transition:width .2s ease}.layout:has(.sidebar.collapsed) .page-content,.sidebar.collapsed~.page-content{margin-left:64px}.sidebar.collapsed .sidebar-logo>div:not(.monogram-keep),.sidebar.collapsed .nav-user-info,.sidebar.collapsed .nav-search-wrap,.sidebar.collapsed .spotlight-launcher,.sidebar.collapsed .nav-section-label,.sidebar.collapsed .fav-section,.sidebar.collapsed .nav-link-label,.sidebar.collapsed .nav-row-label{display:none!important}.sidebar.collapsed .nav-link,.sidebar.collapsed .nav-row{justify-content:center;padding-left:0;padding-right:0}.sidebar.collapsed .sidebar-logo{padding:12px 0;justify-content:center}.sidebar.collapsed .sidebar-logo img{max-width:40px;max-height:40px}.sidebar.collapsed .nav-user{padding:8px 0;justify-content:center}.sidebar.collapsed .nav-logout{width:32px;height:32px;padding:0}.sidebar-collapse-btn{margin-top:auto;display:flex;align-items:center;justify-content:center;padding:10px 14px;background:transparent;color:var(--text3);border:none;border-top:1px solid var(--border);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s,color .12s}.sidebar-collapse-btn:hover{background:#ffffff0a;color:var(--text)}.sidebar.collapsed .sidebar-collapse-btn{padding:10px 0}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}.hamburger span{display:block;width:22px;height:2px;background:var(--text2);border-radius:2px}.mob-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:190}@media (max-width: 900px){.sidebar{transform:translate(-100%);transition:transform .25s;width:var(--nav-w)}.sidebar.open{transform:none}.sidebar.collapsed{width:var(--nav-w)}.sidebar.collapsed .sidebar-logo>div:not(.monogram-keep),.sidebar.collapsed .nav-user-info,.sidebar.collapsed .nav-search-wrap,.sidebar.collapsed .spotlight-launcher,.sidebar.collapsed .nav-section-label,.sidebar.collapsed .fav-section,.sidebar.collapsed .nav-link-label,.sidebar.collapsed .nav-row-label{display:revert!important}.sidebar-collapse-btn{display:none}.mob-overlay.open{display:block}.page-content{margin-left:0!important;padding:16px}.hamburger{display:flex}.page-header{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.mobile-top{display:flex;align-items:center;gap:12px;margin-bottom:16px}}@media (max-width: 500px){.stats-grid{grid-template-columns:1fr}.modal-box{border-radius:10px}.toolbar{flex-direction:column;align-items:stretch}}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:400;opacity:0;pointer-events:none;transition:opacity .25s}.drawer-backdrop.open{opacity:1;pointer-events:all}.drawer{position:fixed;top:0;right:-600px;width:560px;max-width:100vw;height:100vh;background:var(--navy2);border-left:1px solid var(--border);z-index:401;display:flex;flex-direction:column;transition:right .28s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 40px #0006}.drawer.open{right:0}.drawer-hdr{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px;border-bottom:1px solid var(--border);flex-shrink:0}.drawer-title{font-size:16px;font-weight:700}.drawer-sub{font-size:12px;color:var(--text3);margin-top:3px}.drawer-close{background:none;border:none;color:var(--text3);font-size:20px;cursor:pointer;padding:0;line-height:1;flex-shrink:0}.drawer-close:hover{color:var(--text)}.drawer-body{flex:1;overflow-y:auto;padding:20px 22px}.drawer-ftr{padding:14px 22px;border-top:1px solid var(--border);display:flex;gap:8px;flex-wrap:wrap;flex-shrink:0}.drawer-sec{margin-bottom:20px}.drawer-sec-title{font-size:10px;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--border)}.igrid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}.ifield .ilbl{font-size:10px;color:var(--text3);margin-bottom:2px}.ifield .ival{font-size:13px;color:var(--text);font-weight:500;word-break:break-word;line-height:1.35}.step-tabs{display:flex;border:1px solid var(--border);border-radius:9px;overflow:hidden;margin-bottom:22px}.step-tab{flex:1;padding:9px 4px;text-align:center;font-size:12px;font-weight:600;color:var(--text3);background:var(--navy);border:none;cursor:pointer;border-right:1px solid var(--border);transition:all .15s;font-family:inherit}.step-tab:last-child{border-right:none}.step-tab.active{background:var(--cyan);color:var(--navy)}.step-tab.done{background:#00d4ff1a;color:var(--cyan)}.li-editor{background:var(--navy);border:1px solid var(--border);border-radius:9px;padding:12px}.li-hdrs,.li-row{display:grid;grid-template-columns:minmax(0,3fr) 58px minmax(0,1fr) 96px 28px;gap:6px;align-items:center}.li-hdrs{padding:0 4px 6px;border-bottom:1px solid var(--border);margin-bottom:4px}.li-hdrs span{font-size:10px;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.06em}.li-row{padding:5px 0;border-bottom:1px solid rgba(148,163,184,.06)}.li-row:last-child{border-bottom:none}.li-row input,.li-row select{background:var(--navy2);border:1px solid var(--border);color:var(--text);padding:6px 8px;border-radius:6px;font-size:12px;width:100%;min-width:0;outline:none;font-family:inherit}.li-row input:focus,.li-row select:focus{border-color:var(--cyan2)}.li-rm{background:#ef44441f;border:none;color:var(--red);width:26px;height:26px;border-radius:5px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.totals-box{background:#00d4ff0d;border:1px solid rgba(0,212,255,.14);border-radius:9px;padding:12px 14px;margin-top:12px}.tot-row{display:flex;justify-content:space-between;font-size:12px;padding:3px 0;color:var(--text3)}.tot-row.grand{font-weight:700;color:var(--cyan);font-size:14px;border-top:1px solid var(--border);margin-top:6px;padding-top:8px}.badge-draft{background:#64748b26;color:var(--text3)}.badge-sent{background:#0ea5e926;color:#38bdf8}.badge-viewed{background:#8b5cf626;color:#a78bfa}.badge-signed{background:#10b98133;color:#34d399}.badge-active{background:#10b98147;color:#10b981}.badge-cancelled{background:#ef444426;color:var(--red)}.badge-expired{background:#f59e0b26;color:var(--amber)}.pagination{display:flex;align-items:center;gap:5px;justify-content:flex-end;padding:12px 16px;font-size:12px;color:var(--text3);flex-wrap:wrap}.pg-btn{background:var(--navy2);border:1px solid var(--border);color:var(--text);padding:4px 10px;border-radius:6px;cursor:pointer;font-size:12px;font-family:inherit;transition:all .15s}.pg-btn:hover{border-color:var(--cyan2);color:var(--cyan)}.pg-btn.active{background:var(--cyan2);border-color:var(--cyan2);color:#fff;font-weight:700}.pg-btn:disabled{opacity:.35;cursor:not-allowed}.pin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:700;display:flex;align-items:center;justify-content:center;padding:16px}.pin-box{background:var(--navy2);border:1px solid var(--border);border-radius:14px;padding:28px;max-width:430px;width:100%;text-align:center}.pin-number{font-size:44px;font-weight:900;color:var(--cyan);letter-spacing:10px;font-family:monospace;margin:12px 0}@media (max-width:600px){.drawer{width:100vw}.igrid-2{grid-template-columns:1fr}.li-hdrs{display:none}.li-row{grid-template-columns:1fr 1fr}.li-row input:first-child{grid-column:1/-1}}.kanban-board{display:flex;gap:14px;overflow-x:auto;padding:16px 16px 8px}.kanban-col{min-width:230px;flex:1;background:var(--navy);border:1px solid var(--border);border-radius:12px;overflow:hidden}.kanban-col-header{padding:12px 14px;font-size:12px;font-weight:700;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.kanban-col-body{padding:10px;display:flex;flex-direction:column;gap:8px;max-height:65vh;overflow-y:auto}.kanban-card{background:var(--navy2);border-radius:8px;padding:10px 12px;cursor:pointer;transition:transform .12s,box-shadow .12s;border:1px solid var(--border)}.kanban-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.customers-redesign-scope{font-family:Inter Tight,Inter,system-ui,sans-serif;background:var(--bg);color:var(--text-1)}.customers-redesign-scope *{font-family:inherit}.customers-redesign-scope code,.customers-redesign-scope kbd,.customers-redesign-scope .mono{font-family:JetBrains Mono,ui-monospace,monospace}.customers-redesign-scope[data-theme=light],.customers-redesign-scope:not([data-theme]){--bg: #f7f7f5;--surface-1: #ffffff;--surface-2: #f0f0ed;--surface-3: #e7e7e3;--border: #e3e3df;--border-strong:#cfcfca;--text-1: #14171c;--text-2: #5a6068;--text-3: #8a8f96;--shadow-1: 0 1px 2px rgba(15,18,25,.04), 0 1px 3px rgba(15,18,25,.06);--shadow-2: 0 4px 16px rgba(15,18,25,.08), 0 1px 4px rgba(15,18,25,.05);--shadow-3: 0 24px 48px -12px rgba(15,18,25,.18);--ok: oklch(58% .13 155);--warn: oklch(70% .16 70);--err: oklch(58% .18 25);--info: oklch(60% .13 235);--accent-fg: #fff;--hue: 220;--accent: oklch(62% .16 var(--hue));--accent-strong: oklch(54% .17 var(--hue));--accent-soft: color-mix(in oklch, oklch(62% .16 var(--hue)) 12%, transparent)}.customers-redesign-scope[data-theme=dark]{--bg: #0e1014;--surface-1: #161a20;--surface-2: #1d222a;--surface-3: #262c36;--border: rgba(255,255,255,.07);--border-strong:rgba(255,255,255,.14);--text-1: #ecedef;--text-2: #a4abb5;--text-3: #6f7681;--shadow-1: 0 1px 2px rgba(0,0,0,.3);--shadow-2: 0 4px 16px rgba(0,0,0,.4);--shadow-3: 0 24px 48px -12px rgba(0,0,0,.6);--ok: oklch(72% .16 155);--warn: oklch(80% .16 70);--err: oklch(70% .18 25);--info: oklch(72% .13 235);--accent-fg: #0e1014;--hue: 220;--accent: oklch(72% .15 var(--hue));--accent-strong: oklch(80% .15 var(--hue));--accent-soft: color-mix(in oklch, oklch(72% .15 var(--hue)) 16%, transparent)}.customers-redesign-scope .crd-list{background:var(--surface-1);border:1px solid var(--border);border-radius:12px;overflow:hidden}.customers-redesign-scope .crd-head-row{display:grid;grid-template-columns:4px 36px 1fr 200px 140px 120px 130px 90px;gap:12px;padding:10px 14px 10px 0;font:600 10.5px Inter Tight,system-ui,sans-serif;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);border-bottom:1px solid var(--border);align-items:center}.customers-redesign-scope .crd-head-row>div:first-child{width:4px}.customers-redesign-scope .crd-row{display:grid;grid-template-columns:4px 36px 1fr 200px 140px 120px 130px 90px;gap:12px;padding:12px 14px 12px 0;align-items:center;border-bottom:1px solid var(--border);cursor:pointer;position:relative}.customers-redesign-scope .crd-row:last-child{border-bottom:0}.customers-redesign-scope .crd-row:hover{background:var(--surface-2)}.customers-redesign-scope .crd-stripe{width:4px;align-self:stretch}.customers-redesign-scope .crd-stripe.active{background:var(--ok)}.customers-redesign-scope .crd-stripe.potential{background:var(--info)}.customers-redesign-scope .crd-stripe.paused{background:var(--warn)}.customers-redesign-scope .crd-stripe.inactive{background:var(--text-3);opacity:.5}.customers-redesign-scope .crd-stripe.closed{background:var(--text-3);opacity:.25}.customers-redesign-scope .crd-avatar{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;font:700 13px Inter Tight,system-ui,sans-serif;color:var(--accent-fg);background:var(--accent);flex-shrink:0}.customers-redesign-scope .crd-name{font:600 14.5px Inter Tight,system-ui,sans-serif;color:var(--text-1);letter-spacing:-.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-redesign-scope .crd-meta{font:500 12.5px Inter Tight,system-ui,sans-serif;color:var(--text-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-redesign-scope .crd-cell{font:500 12.5px Inter Tight,system-ui,sans-serif;color:var(--text-2)}.customers-redesign-scope .crd-cell-mrr{font:600 13px JetBrains Mono,ui-monospace,monospace;color:var(--text-1);text-align:right}.customers-redesign-scope .crd-cell-machines{display:flex;gap:4px;flex-wrap:wrap;align-items:center}.customers-redesign-scope .crd-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:5px;font:600 11px JetBrains Mono,ui-monospace,monospace;background:var(--surface-2);color:var(--text-2)}.customers-redesign-scope .crd-tag.r{color:var(--info);background:color-mix(in oklch,var(--info) 14%,transparent)}.customers-redesign-scope .crd-tag.p{color:var(--accent);background:var(--accent-soft)}.customers-redesign-scope .crd-chip{display:inline-flex;align-items:center;gap:4px;padding:1px 7px;border-radius:999px;font:700 11px Inter Tight,system-ui,sans-serif;line-height:1.5}.customers-redesign-scope .crd-chip.warn{background:color-mix(in oklch,var(--warn) 18%,transparent);color:var(--warn)}.customers-redesign-scope .crd-chip.err{background:color-mix(in oklch,var(--err) 18%,transparent);color:var(--err)}.customers-redesign-scope .crd-status-badge{display:inline-flex;align-items:center;gap:6px;font:600 12px Inter Tight,system-ui,sans-serif;color:var(--text-2)}.customers-redesign-scope .crd-status-badge .d{width:7px;height:7px;border-radius:50%}.customers-redesign-scope .crd-page-head{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid var(--border);margin-bottom:18px}.customers-redesign-scope .crd-page-head h1{font:700 24px Inter Tight,system-ui,sans-serif;letter-spacing:-.02em;color:var(--text-1);margin:0}.customers-redesign-scope .crd-page-head .count{font:500 13px JetBrains Mono,ui-monospace,monospace;color:var(--text-3);padding-bottom:4px}.customers-redesign-scope .crd-page-head .actions{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}.customers-redesign-scope .crd-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font:600 13px Inter Tight,system-ui,sans-serif;border:1px solid var(--border-strong);cursor:pointer;color:var(--text-1);background:var(--surface-1);transition:background .12s,border-color .12s}.customers-redesign-scope .crd-btn:hover{background:var(--surface-2)}.customers-redesign-scope .crd-btn-primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.customers-redesign-scope .crd-btn-primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.customers-redesign-scope .crd-btn-icon{width:34px;height:34px;padding:0;display:grid;place-items:center;border-radius:8px}.customers-redesign-scope .crd-strip{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--border);border-radius:12px;background:var(--surface-1);overflow:hidden;margin-bottom:18px}.customers-redesign-scope .crd-strip>button{background:transparent;border:0;padding:14px 16px;text-align:left;border-right:1px solid var(--border);cursor:pointer;transition:background .12s;display:flex;flex-direction:column;gap:4px;font-family:inherit;color:inherit}.customers-redesign-scope .crd-strip>button:last-child{border-right:0}.customers-redesign-scope .crd-strip>button:hover{background:var(--surface-2)}.customers-redesign-scope .crd-strip>button[aria-pressed=true]{background:var(--accent-soft)}.customers-redesign-scope .crd-strip .v{font:700 22px Inter Tight,system-ui,sans-serif;letter-spacing:-.02em;color:var(--text-1)}.customers-redesign-scope .crd-strip .l{font:500 12px Inter Tight,system-ui,sans-serif;color:var(--text-3);display:flex;align-items:center;gap:6px}.customers-redesign-scope .crd-strip .l .dotmark{width:6px;height:6px;border-radius:50%}.customers-redesign-scope .crd-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.customers-redesign-scope .crd-search{flex:1;min-width:220px;position:relative;display:flex;align-items:center;background:var(--surface-1);border:1px solid var(--border);border-radius:9px;padding:0 12px;height:38px}.customers-redesign-scope .crd-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.customers-redesign-scope .crd-search input{border:0;outline:0;background:transparent;flex:1;padding:0 10px;font:500 14px Inter Tight,system-ui,sans-serif;color:var(--text-1)}.customers-redesign-scope .crd-search input::placeholder{color:var(--text-3)}.customers-redesign-scope .crd-search kbd{font:500 11px JetBrains Mono,ui-monospace,monospace;padding:2px 6px;border-radius:5px;background:var(--surface-2);border:1px solid var(--border);color:var(--text-3)}.customers-redesign-scope .crd-pill-row{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customers-redesign-scope .crd-pill-row::-webkit-scrollbar{display:none}.customers-redesign-scope .crd-pill{flex-shrink:0;padding:7px 14px;border-radius:999px;background:var(--surface-1);border:1px solid var(--border);color:var(--text-2);font:600 12.5px Inter Tight,system-ui,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.customers-redesign-scope .crd-pill:hover{color:var(--text-1);border-color:var(--border-strong)}.customers-redesign-scope .crd-pill[aria-pressed=true]{background:var(--accent-soft);color:var(--accent-strong);border-color:color-mix(in oklch,var(--accent) 30%,transparent)}.customers-redesign-scope .crd-pill .ct{font:600 11px JetBrains Mono,ui-monospace,monospace;padding:1px 6px;border-radius:999px;background:var(--surface-2);color:var(--text-3)}.customers-redesign-scope .crd-pill[aria-pressed=true] .ct{background:color-mix(in oklch,var(--accent) 16%,transparent);color:var(--accent-strong)}.crd-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:450;opacity:0;transition:opacity .22s}.crd-sheet-backdrop.open{opacity:1}.crd-sheet{position:fixed;left:0;right:0;bottom:0;background:var(--surface-1, #fff);border-radius:20px 20px 0 0;box-shadow:var(--shadow-3, 0 24px 48px -12px rgba(15,18,25,.4));padding:8px 18px 28px;max-height:88vh;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:460;transform:translateY(100%);transition:transform .28s cubic-bezier(.2,.8,.2,1)}.crd-sheet.open{transform:translateY(0)}.crd-sheet-handle{width:40px;height:4px;background:var(--border-strong, #cfcfca);border-radius:2px;margin:6px auto 12px}@media (max-width: 900px){.page-content{padding:12px!important}.section-card{padding:14px!important}}@media (hover: none) and (pointer: coarse){button,[role=button],a,input[type=checkbox],input[type=radio],select{touch-action:manipulation}}@media (max-width: 768px){div[style*="grid-template-columns: 1fr 1fr"]:not([style*=auto-fill]):not([style*=auto-fit]),div[style*="grid-template-columns:1fr 1fr"]:not([style*=auto-fill]):not([style*=auto-fit]),div[style*="grid-template-columns: repeat(2"],div[style*="grid-template-columns:repeat(2"],div[style*="grid-template-columns: repeat(3"],div[style*="grid-template-columns:repeat(3"],div[style*="grid-template-columns: repeat(4"],div[style*="grid-template-columns:repeat(4"],div[style*="grid-template-columns: repeat(5"],div[style*="grid-template-columns:repeat(5"],div[style*="grid-template-columns: repeat(6"],div[style*="grid-template-columns:repeat(6"],div[style*="grid-template-columns: repeat(7"],div[style*="grid-template-columns:repeat(7"],div[style*="grid-template-columns: 2fr 1fr 1fr"],div[style*="grid-template-columns:2fr 1fr 1fr"],div[style*="grid-template-columns: 1fr 1fr 2fr"],div[style*="grid-template-columns:1fr 1fr 2fr"],div[style*="grid-template-columns: 2fr 1fr"],div[style*="grid-template-columns:2fr 1fr"],div[style*="grid-template-columns: 1fr 80px 100px"],div[style*="grid-template-columns:1fr 80px 100px"],div[style*="grid-template-columns: 1fr 100px 100px"],div[style*="grid-template-columns:1fr 100px 100px"],div[style*="grid-template-columns: 1fr 1fr 1fr"],div[style*="grid-template-columns:1fr 1fr 1fr"],div[style*="grid-template-columns: 2fr 1fr 1fr 1fr"],div[style*="grid-template-columns:2fr 1fr 1fr 1fr"],div[style*="grid-template-columns: 180px 1fr"],div[style*="grid-template-columns:180px 1fr"]{grid-template-columns:1fr!important;gap:10px!important}.stats-grid,.h-scroll{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;overflow-y:hidden;flex-wrap:nowrap!important;gap:10px!important;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:4px 2px 4px 0;scroll-snap-type:x mandatory}.stats-grid::-webkit-scrollbar,.h-scroll::-webkit-scrollbar{display:none}.stats-grid>*,.h-scroll>*{flex:0 0 auto;min-width:130px;scroll-snap-align:start}table{max-width:100%}th,td{padding:8px 10px!important}td{font-size:12.5px!important}div[style*="position: fixed"][style*="right: 0"][style*="width:"],div[style*="position:fixed"][style*="right:0"][style*="width:"],div[style*="position: fixed"][style*="right:0"][style*="width:"],div[style*="position:fixed"][style*="right: 0"][style*="width:"]{width:100%!important;left:0!important;top:0!important;bottom:0!important;max-width:100%!important;height:100vh!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border-left:none!important}.ql-toolbar.ql-snow,.ql-toolbar{flex-wrap:wrap!important;padding:6px 8px!important}.ql-toolbar .ql-formats{margin-right:8px!important;margin-bottom:4px!important}button[style*="width: 28"][style*="height: 28"],button[style*="width:28"][style*="height:28"],button[style*="width: 32"][style*="height: 32"],button[style*="width:32"][style*="height:32"]{min-width:38px!important;min-height:38px!important}.drawer{width:100%!important;right:-100%!important}.drawer.open{right:0!important}.drawer-hdr{padding:14px 16px!important}div[style*="grid-template-columns: 1fr 1fr 300px"],div[style*="grid-template-columns:1fr 1fr 300px"],div[style*="grid-template-columns: 3fr 2fr"],div[style*="grid-template-columns:3fr 2fr"],div[style*="grid-template-columns: 1fr 1fr"],div[style*="grid-template-columns:1fr 1fr"],div[style*="gridTemplateColumns: '1fr 1fr'"]{grid-template-columns:1fr!important}div[style*="padding:28"]{padding:18px!important}.modal-box{max-width:min(100%,calc(100vw - 16px))!important;border-radius:12px!important;margin:8px!important}.page-header,.toolbar{flex-direction:column!important;align-items:stretch!important;gap:10px!important}div[style*="display: flex"][style*="justify-content: space-between"],div[style*="display:flex"][style*="justify-content:space-between"]{flex-wrap:wrap!important;gap:8px}button:not(.btn-tiny):not(.btn-compact):not(.fab):not([class*=badge]):not(.toolbar-compact button){min-height:38px}button[style*="padding: 0"],button[style*="padding:0"]{min-height:38px!important;min-width:38px!important;padding:6px!important}input,select,textarea,.form-input,.form-textarea{font-size:16px!important;min-height:38px}textarea,.form-textarea{min-height:80px}div[style*="width: 760px"],div[style*="width:760px"],div[style*="width: 700px"],div[style*="width:700px"],div[style*="width: 640px"],div[style*="width:640px"],div[style*="width: 600px"],div[style*="width:600px"]{width:100%!important;max-width:100%!important}.page-title{font-size:18px!important}.page-subtitle,.section-title{font-size:14px!important}}@media (max-width: 600px){.page-content{padding:8px!important}.toast{left:calc(8px + env(safe-area-inset-left,0px))!important;right:calc(8px + env(safe-area-inset-right,0px))!important;max-width:calc(100vw - 16px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px))!important}.drawer-hdr{flex-wrap:wrap!important;gap:8px!important}}@media (max-width: 380px){.page-content{padding:6px!important}.modal-box{margin:4px!important;max-width:calc(100vw - 8px)!important}body{font-size:13px}}@media (max-width: 768px){.hide-mobile{display:none!important}.customer-detail-modal,.detail-modal{top:0!important;left:0!important;width:100%!important;height:100vh!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border:none!important;transform:scale(1)!important}.customer-detail-modal[style*="scale(0.97)"],.detail-modal[style*="scale(0.97)"]{transform:scale(.97)!important}.cust-detail-overview{flex-direction:column!important;gap:14px!important}.cust-detail-overview-left{flex:1 1 auto!important;width:100%!important}div[style*="grid-template-columns: minmax(0, 2fr) repeat"],div[style*="grid-template-columns:minmax(0,2fr) repeat"]{grid-template-columns:1fr!important;gap:10px!important}.row-actions,.actions-row{flex-wrap:wrap!important;gap:6px!important}}@media (hover: none) and (pointer: coarse){button:active,a:active,[role=button]:active{opacity:.7;transition:opacity .05s}}@media (max-width: 900px){.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:400;display:flex;background:#0f172aeb;-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);border-top:1px solid rgba(255,255,255,.08);padding:6px 4px calc(6px + env(safe-area-inset-bottom,0px));gap:0;box-shadow:0 -8px 32px #00000059}.bottom-nav-item{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:6px 4px 4px;min-height:56px;background:none;border:none;color:var(--text3);text-decoration:none;font-family:inherit;font-size:10px;cursor:pointer;transition:color .15s,background .15s,transform .15s;border-radius:12px;position:relative;-webkit-tap-highlight-color:transparent}.bottom-nav-item:active{background:#0ea5e914;transform:scale(.96)}.bottom-nav-item.active{color:var(--cyan)}.bottom-nav-item.active .bottom-nav-icon{background:#0ea5e929;box-shadow:0 0 0 1px #0ea5e940,0 4px 12px #0ea5e940;transform:translateY(-1px)}.bottom-nav-item.active .bottom-nav-label{font-weight:800;color:var(--cyan)}.bottom-nav-icon{font-size:22px;line-height:1;width:38px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;transition:background .15s,box-shadow .15s,transform .15s}.bottom-nav-label{font-size:10.5px;line-height:1.1;letter-spacing:.02em;white-space:nowrap;font-weight:600}.page-content{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))!important}.fab,[data-floats-bottom]{bottom:calc(72px + env(safe-area-inset-bottom,0px))!important}[data-floats-bottom-stacked]{bottom:calc(136px + env(safe-area-inset-bottom,0px))!important}}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;animation:sheet-fade-in .15s ease}.sheet-box{width:100%;max-width:560px;max-height:85vh;overflow-y:auto;background:var(--navy2);border-top-left-radius:18px;border-top-right-radius:18px;border:1px solid var(--border);border-bottom:none;padding:8px 0 calc(12px + env(safe-area-inset-bottom,0px));animation:sheet-slide-up .22s cubic-bezier(.2,.8,.2,1)}.sheet-handle{width:38px;height:4px;background:var(--text3);opacity:.3;border-radius:99px;margin:4px auto 10px}.sheet-title{padding:0 18px 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text3)}.sheet-list{display:flex;flex-direction:column}.sheet-row{display:flex;align-items:center;gap:14px;padding:14px 18px;min-height:52px;background:none;border:none;color:var(--text);text-decoration:none;font-size:14.5px;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;border-bottom:1px solid rgba(255,255,255,.04)}.sheet-row:last-child{border-bottom:none}.sheet-row:active{background:#0ea5e912}.sheet-row.active{color:var(--cyan)}.sheet-row.active .sheet-row-icon{filter:drop-shadow(0 0 6px rgba(14,165,233,.3))}.sheet-row-icon{font-size:20px;width:28px;text-align:center;flex-shrink:0}.sheet-row-label{flex:1}.sheet-row-chevron{color:var(--text3);font-size:20px;opacity:.55}@keyframes sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width: 768px){.modal-overlay{align-items:flex-end!important;padding:0!important}.modal-box{max-width:100%!important;width:100%!important;max-height:90vh!important;border-radius:18px 18px 0 0!important;margin:0!important;border-bottom:none!important;padding-bottom:env(safe-area-inset-bottom,0px)!important;transform:translateY(100%)!important;transition:transform .25s cubic-bezier(.2,.8,.2,1)!important}.modal-overlay.open .modal-box{transform:translateY(0)!important}.modal-box{display:flex!important;flex-direction:column!important}.modal-box:before{content:"";display:block;width:38px;height:4px;background:var(--text3);opacity:.3;border-radius:99px;margin:8px auto 0;flex-shrink:0;position:sticky;top:0;z-index:1}.modal-header{padding:12px 18px!important}.modal-body{padding:16px 18px!important}.modal-footer{padding:12px 18px calc(12px + env(safe-area-inset-bottom,0px))!important;flex-direction:column-reverse!important;gap:8px!important}.modal-footer .btn{width:100%!important;min-height:44px!important}}@media (max-width: 768px){button:not(.btn-tiny):not(.btn-compact):not(.fab):not([class*=badge]):not(.toolbar-compact button):not(.bottom-nav-item):not(.sheet-row):not(.nav-search-clear){min-height:44px}button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width: 20"][style*="height: 20"],button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width:20"][style*="height:20"],button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width: 24"][style*="height: 24"],button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width:24"][style*="height:24"],button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width: 28"][style*="height: 28"],button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width:28"][style*="height:28"],button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width: 32"][style*="height: 32"],button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width:32"][style*="height:32"],button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width: 36"][style*="height: 36"],button:not(.btn-tiny):not(.nav-search-clear):not(.bottom-nav-item)[style*="width:36"][style*="height:36"]{min-width:44px!important;min-height:44px!important}[style*="font-size: 8px"],[style*="font-size:8px"],[style*="font-size: 8.5px"],[style*="font-size:8.5px"],[style*="font-size: 9px"],[style*="font-size:9px"],[style*="font-size: 9.5px"],[style*="font-size:9.5px"],[style*="font-size: 10px"],[style*="font-size:10px"],[style*="font-size: 10.5px"],[style*="font-size:10.5px"],[style*="font-size: 11px"],[style*="font-size:11px"]{font-size:11.5px!important}}@media (max-width: 600px){.invoice-header{padding:20px 18px!important}.invoice-period-bar{padding:10px 18px!important}}@media (max-width: 900px){.ai-shell{height:calc(100dvh - 152px - env(safe-area-inset-bottom,0px))!important;min-height:0!important}.aiqa-panel{height:100dvh!important}}@media (max-width: 900px){.toast-container{bottom:calc(170px + env(safe-area-inset-bottom,0px))!important;z-index:1100!important}}@media (max-width: 768px){input[type=date],input[type=time],input[type=datetime-local],input[type=month],input[type=week]{width:100%!important;min-width:0!important;max-width:100%!important;flex:1 1 auto!important}input[type=date][style*="width: 135"],input[type=date][style*="width:135"],input[type=date][style*="width: 136"],input[type=date][style*="width:136"],input[type=month][style*="width: 200"],input[type=month][style*="width:200"]{width:100%!important;flex:1 1 auto!important}.tab-bar,.tabs-row,[role=tablist]{display:flex!important;flex-wrap:wrap!important;overflow-x:visible!important;gap:4px!important}.tab-bar>*,.tabs-row>*,[role=tablist]>*{flex:0 0 auto;min-width:0}html,body{width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.layout,.page-content,main{max-width:100vw!important;overflow-x:hidden}.drawer-hdr,.detail-hdr,div[style*="position: fixed"][style*="right: 0"]>div:first-child,div[style*="position:fixed"][style*="right:0"]>div:first-child,div[style*="position: fixed"][style*="right: 0"]>div:first-child>div[style*="display: flex"],div[style*="position:fixed"][style*="right:0"]>div:first-child>div[style*="display:flex"]{flex-wrap:wrap!important;gap:6px!important}.form-label{font-size:12.5px!important;margin-bottom:5px!important}div[style*="padding: 24"]:not([style*="padding: 248"]):not([style*="padding: 240"]),div[style*="padding:24"]:not([style*="padding:248"]):not([style*="padding:240"]){padding:16px!important}.tab-bar,.tabs-row,[role=tablist]{position:relative}}@media (max-width: 380px){.tab-bar>button,.tabs-row>button,[role=tablist]>button{padding-left:10px!important;padding-right:10px!important;font-size:12.5px!important}}:root[data-theme^=modern-]{--font-sans: "Inter Tight", "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", Menlo, monospace;--accent-strong: color-mix(in oklch, var(--cyan2) 80%, black);--accent-soft: color-mix(in oklch, var(--cyan2) 14%, transparent);--shadow-1: 0 1px 2px rgba(15,18,25,.04), 0 1px 3px rgba(15,18,25,.06);--shadow-2: 0 4px 16px rgba(15,18,25,.08), 0 1px 4px rgba(15,18,25,.05);--shadow-3: 0 24px 48px -12px rgba(15,18,25,.18)}:root[data-theme=modern-dark]{--shadow-1: 0 1px 2px rgba(0,0,0,.3);--shadow-2: 0 4px 16px rgba(0,0,0,.4);--shadow-3: 0 24px 48px -12px rgba(0,0,0,.6)}:root[data-theme^=modern-] body,:root[data-theme^=modern-] .crm-app,:root[data-theme^=modern-] input,:root[data-theme^=modern-] button,:root[data-theme^=modern-] textarea,:root[data-theme^=modern-] select{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme^=modern-] h1,:root[data-theme^=modern-] h2,:root[data-theme^=modern-] h3{letter-spacing:-.018em;font-weight:700}:root[data-theme^=modern-] code,:root[data-theme^=modern-] kbd,:root[data-theme^=modern-] .mono,:root[data-theme^=modern-] [class*="QBO Invoice ID"],:root[data-theme^=modern-] [class*=amount]{font-family:var(--font-mono);font-feature-settings:"tnum" 1,"lnum" 1}:root[data-theme^=modern-] .btn,:root[data-theme^=modern-] .btn-primary,:root[data-theme^=modern-] .btn-ghost{border-radius:8px;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}:root[data-theme^=modern-] .btn-primary{box-shadow:0 1px 2px #0f121914}:root[data-theme^=modern-] .btn-primary:hover{filter:brightness(1.05)}:root[data-theme^=modern-] .card{border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow-1)}:root[data-theme^=modern-] input[type=text],:root[data-theme^=modern-] input[type=search],:root[data-theme^=modern-] input[type=email],:root[data-theme^=modern-] input[type=tel],:root[data-theme^=modern-] input[type=number],:root[data-theme^=modern-] input[type=date],:root[data-theme^=modern-] textarea,:root[data-theme^=modern-] select,:root[data-theme^=modern-] .form-input,:root[data-theme^=modern-] .form-select{border-radius:9px;transition:border-color .14s,box-shadow .14s}:root[data-theme^=modern-] input:focus,:root[data-theme^=modern-] textarea:focus,:root[data-theme^=modern-] select:focus,:root[data-theme^=modern-] .form-input:focus,:root[data-theme^=modern-] .form-select:focus{outline:none;border-color:var(--cyan2);box-shadow:0 0 0 3px var(--accent-soft)}:root[data-theme^=modern-] .sidebar a,:root[data-theme^=modern-] .nav-link{border-radius:7px;transition:background .14s ease,color .14s ease}:root[data-theme^=modern-] .pill,:root[data-theme^=modern-] .chip,:root[data-theme^=modern-] [class*=badge]{border-radius:999px}:root[data-theme^=modern-] [role=tab][aria-selected=true],:root[data-theme^=modern-] .tab.active,:root[data-theme^=modern-] .tab[data-active=true]{border-bottom:2px solid var(--cyan2)}:root[data-theme=modern-light] tr:hover,:root[data-theme=modern-light] .row:hover,:root[data-theme=modern-light] li:hover{background:#0f121908}:root[data-theme=modern-dark] tr:hover,:root[data-theme=modern-dark] .row:hover,:root[data-theme=modern-dark] li:hover{background:#ffffff08}:root[data-theme^=modern-] .page-header{align-items:flex-end;padding-bottom:16px;border-bottom:1px solid var(--border);margin-bottom:18px}:root[data-theme^=modern-] .page-title{font-family:var(--font-sans);font-size:26px!important;font-weight:700!important;letter-spacing:-.02em!important}:root[data-theme^=modern-] .page-subtitle{font-family:var(--font-mono);font-size:12.5px!important;font-feature-settings:"tnum" 1}:root[data-theme^=modern-] .stats-grid{gap:0!important;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--bg2);margin-bottom:18px!important}:root[data-theme^=modern-] .stats-grid>.stat-card,:root[data-theme^=modern-] .stats-grid>div{border:none!important;border-right:1px solid var(--border)!important;border-radius:0!important;background:transparent!important;padding:14px 16px!important;box-shadow:none!important;transition:background .14s ease}:root[data-theme^=modern-] .stats-grid>div:last-child{border-right:none!important}:root[data-theme^=modern-] .stats-grid>div:hover{background:var(--accent-soft)!important}:root[data-theme^=modern-] .stat-value{font-family:var(--font-sans);font-size:22px!important;font-weight:700!important;letter-spacing:-.02em!important}:root[data-theme^=modern-] .stat-label{font-family:var(--font-sans);font-weight:500!important;font-size:12px!important;text-transform:none!important;letter-spacing:0!important}:root[data-theme^=modern-] .toolbar{margin-bottom:14px;gap:10px!important}:root[data-theme^=modern-] .search-wrap{border-radius:9px!important;height:38px!important;background:var(--bg2);border:1px solid var(--border)}:root[data-theme^=modern-] .search-wrap:focus-within{border-color:var(--cyan2);box-shadow:0 0 0 3px var(--accent-soft)}:root[data-theme^=modern-] .filter-select{border-radius:9px!important;font-weight:500}:root[data-theme^=modern-] .card{border-radius:12px}:root[data-theme^=modern-] .table-wrap table{border-collapse:separate;border-spacing:0}:root[data-theme^=modern-] .table-wrap th{font-family:var(--font-sans);font-size:10.5px!important;font-weight:600!important;letter-spacing:.06em;text-transform:uppercase;color:var(--text3)!important;padding:10px 14px!important;border-bottom:1px solid var(--border);background:transparent!important}:root[data-theme^=modern-] .table-wrap td{padding:12px 14px!important;border-bottom:1px solid var(--border);font-family:var(--font-sans);font-size:13.5px}:root[data-theme^=modern-] .table-wrap tr:last-child td{border-bottom:0}:root[data-theme^=modern-] .table-wrap tbody tr{transition:background .14s ease}:root[data-theme^=modern-] .table-wrap>div[style*=grid]>div{border-radius:12px!important;border:1px solid var(--border);background:var(--bg2);transition:background .14s ease,border-color .14s ease}:root[data-theme^=modern-] .table-wrap>div[style*=grid]>div:hover{border-color:var(--cyan2)}:root[data-theme^=modern-] .badge{font-family:var(--font-mono)!important;font-feature-settings:"tnum" 1;border-radius:5px!important;padding:2px 7px!important;font-weight:600!important;font-size:11px!important}:root[data-theme^=modern-] .status-badge,:root[data-theme^=modern-] [class*=SBadge]{font-family:var(--font-sans);font-weight:600;font-size:12px}:root[data-theme^=modern-] [role=dialog],:root[data-theme^=modern-] [class*=full-screen]{border-radius:14px}:root[data-theme^=modern-] .mrr,:root[data-theme^=modern-] [class*=amount],:root[data-theme^=modern-] [class*=value][class*=money]{font-family:var(--font-mono);font-feature-settings:"tnum" 1,"lnum" 1}@media (max-width: 760px){:root[data-theme^=modern-] .page-header{position:sticky;top:0;z-index:20;padding:14px 16px 12px;margin:-16px -16px 14px;background:color-mix(in oklch,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}:root[data-theme^=modern-] .page-title{font-size:26px!important;font-weight:800!important;letter-spacing:-.025em!important}:root[data-theme^=modern-] .toolbar{padding:0 4px;flex-direction:column;align-items:stretch}:root[data-theme^=modern-] .search-wrap{width:100%;height:40px!important}:root[data-theme^=modern-] .toolbar>div[style*=flex][style*=gap]:not(.search-wrap),:root[data-theme^=modern-] .filter-pills{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap!important;padding:4px 0}:root[data-theme^=modern-] .toolbar>div[style*=flex][style*=gap]:not(.search-wrap)::-webkit-scrollbar,:root[data-theme^=modern-] .filter-pills::-webkit-scrollbar{display:none}:root[data-theme^=modern-] .stats-grid{grid-template-columns:repeat(6,minmax(120px,1fr))!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}:root[data-theme^=modern-] .stats-grid::-webkit-scrollbar{display:none}:root[data-theme^=modern-] .table-wrap>div[style*=grid]>div,:root[data-theme^=modern-] [class*=card-grid]>div{border-radius:12px!important;border:1px solid var(--border);background:var(--bg2);margin-bottom:8px;padding:12px 14px!important;transition:background .14s ease,border-color .14s ease}:root[data-theme^=modern-] .btn-primary{border-radius:999px;box-shadow:0 8px 20px -8px color-mix(in oklch,var(--cyan2) 50%,transparent);font-weight:700}:root[data-theme^=modern-] [role=dialog],:root[data-theme^=modern-] [class*=full-screen],:root[data-theme^=modern-] [class*=drawer]{border-radius:18px 18px 0 0!important}:root[data-theme^=modern-] main,:root[data-theme^=modern-] .page,:root[data-theme^=modern-] .page-content{padding-left:12px!important;padding-right:12px!important}:root[data-theme^=modern-] .mobile-fab{position:fixed;right:16px;bottom:calc(88px + env(safe-area-inset-bottom,0px));z-index:410;width:56px;height:56px;border-radius:999px;border:none;color:#fff;font-size:26px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--cyan2),var(--accent-strong, var(--cyan2)));box-shadow:0 10px 24px -6px color-mix(in oklch,var(--cyan2) 55%,transparent),0 4px 10px -2px #00000040;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease;-webkit-tap-highlight-color:transparent}:root[data-theme^=modern-] .mobile-fab:active{transform:scale(.94)}}:root[data-theme^=modern-] .bottom-nav{background:color-mix(in oklch,var(--bg2) 92%,transparent)!important;border-top:1px solid var(--border)!important;box-shadow:0 -4px 18px -8px color-mix(in oklch,var(--cyan2) 30%,transparent)!important}:root[data-theme^=modern-] .bottom-nav-item.active{color:var(--cyan2)!important}:root[data-theme^=modern-] .bottom-nav-item.active .bottom-nav-icon{background:color-mix(in oklch,var(--cyan2) 18%,transparent)!important;box-shadow:0 0 0 1px color-mix(in oklch,var(--cyan2) 28%,transparent),0 4px 12px color-mix(in oklch,var(--cyan2) 28%,transparent)!important}:root[data-theme^=modern-] .bottom-nav-item.active .bottom-nav-label{color:var(--cyan2)!important}:root[data-theme^=modern-] .bottom-nav-item:active{background:color-mix(in oklch,var(--cyan2) 10%,transparent)!important}
