.dashboard-shell{--brand-dark:#0b2b24;--brand-deep:#0f443a;--brand-action:#0e6c57;--brand-action-hover:#0a5242;--accent:#10b981;--accent-hover:#059669;--accent-strong:#047857;--accent-soft:#ecfdf5;--accent-dot:#3cd070;--row-hover:#f0fdf4;--color-app-bg:#f4f6f5;--color-surface:#ffffff;--color-surface-soft:#f8fafc;--color-table-head:#f4f7fb;--line:#e2e8f0;--line-soft:#f1f5f9;--line-strong:#cbd5e1;--color-border:#e2e8f0;--color-border-soft:#f1f5f9;--color-border-strong:#cbd5e1;--bg:#ffffff;--text:#334155;--text-strong:#1e293b;--text-soft:#64748b;--text-mute:#94a3b8;--text-faint:#cbd5e1;--color-text:#334155;--color-text-strong:#1e293b;--color-text-soft:#64748b;--color-text-muted:#94a3b8;--color-accent:#10b981;--color-accent-hover:#059669;--color-accent-strong:#047857;--color-accent-soft:#ecfdf5;--color-danger:#dc2626;--color-danger-text:#dc2626;--color-danger-bg:#fee2e2;--paid-bg:#dcfce7;--paid-text:#16a34a;--current-bg:#d1fae5;--current-text:#047857;--danger-bg:#fee2e2;--danger-text:#dc2626;--draft-bg:#f1f5f9;--draft-text:#64748b;--paused-bg:#f8fafc;--paused-text:#64748b;--font-sans:var(--font-montserrat),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;--control-h:38px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-pill:999px;--shadow-shell:0 1px 3px rgba(15,23,42,0.06),0 1px 2px rgba(15,23,42,0.04);--shadow-pop:0 10px 30px rgba(15,23,42,0.12);--ease:cubic-bezier(0.4,0,0.2,1);background:var(--color-app-bg);color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.5;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashboard-shell *,.dashboard-shell :after,.dashboard-shell :before{box-sizing:border-box}.dashboard-shell ::-webkit-scrollbar{width:10px;height:10px}.dashboard-shell ::-webkit-scrollbar-track{background:transparent}.dashboard-shell ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid var(--color-app-bg)}.dashboard-shell .main-content{flex:1 1;min-width:0;margin:0;display:flex;flex-direction:column}.dashboard-shell .page-content{width:100%;max-width:1280px;margin:0 auto;padding:28px 32px 56px}.dashboard-shell .invoice-detail-page{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:800px;margin:0 auto}.dashboard-shell .client-detail-page{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:900px;margin:0 auto}.dashboard-shell .app-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--brand-dark);color:#ffffff;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-shell .app-header-inner{max-width:1440px;margin:0 auto;padding:0 24px;height:58px;display:flex;align-items:center;gap:28px}.dashboard-shell .app-brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:#ffffff;flex-shrink:0}.dashboard-shell .app-brand-logo{width:116px;height:auto}.dashboard-shell .sidebar-brand-logo{width:112px;height:auto}.dashboard-shell .app-brand-text{display:flex;flex-direction:column;gap:0;line-height:1.1}.dashboard-shell .app-brand-sub{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-top:1px}.dashboard-shell .app-nav{display:flex;align-items:center;gap:4px;margin-left:8px}.dashboard-shell .app-nav-link{position:relative;display:inline-flex;align-items:center;padding:18px 12px;font-size:13px;font-weight:500;color:rgba(255,255,255,.7);text-decoration:none;transition:color .15s var(--ease);white-space:nowrap}.dashboard-shell .app-nav-link.active,.dashboard-shell .app-nav-link:hover{color:#ffffff}.dashboard-shell .app-nav-link.active:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;background:var(--accent-dot);border-radius:2px 2px 0 0}.dashboard-shell .app-nav-manage{position:relative}.dashboard-shell .app-nav-manage-trigger{display:inline-flex;align-items:center;gap:5px;padding:18px 12px;font-size:13px;font-weight:500;color:rgba(255,255,255,.7);background:none;border:0;cursor:pointer;font-family:inherit;transition:color .15s var(--ease)}.dashboard-shell .app-nav-manage-trigger.active,.dashboard-shell .app-nav-manage-trigger:hover{color:#ffffff}.dashboard-shell .app-nav-manage-trigger svg{width:14px;height:14px;transition:transform .15s var(--ease)}.dashboard-shell .app-nav-manage.open .app-nav-manage-trigger svg{transform:rotate(180deg)}.dashboard-shell .app-nav-manage-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);padding:6px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .15s var(--ease),transform .15s var(--ease),visibility .15s}.dashboard-shell .app-nav-manage.open .app-nav-manage-menu{opacity:1;visibility:visible;transform:translateY(0)}.dashboard-shell .app-nav-manage-item{display:flex;align-items:center;gap:10px;padding:9px 11px;font-size:13px;font-weight:500;color:var(--text);text-decoration:none;border-radius:var(--radius-md);transition:background .12s var(--ease),color .12s var(--ease)}.dashboard-shell .app-nav-manage-item:hover{background:var(--accent-soft);color:var(--brand-action)}.dashboard-shell .app-nav-manage-item.active{color:var(--brand-action)}.dashboard-shell .app-nav-manage-item svg{width:15px;height:15px;opacity:.7}.dashboard-shell .app-header-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.dashboard-shell .app-account{position:relative}.dashboard-shell .app-account-btn{display:inline-flex;align-items:center;gap:9px;padding:5px 10px 5px 5px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-pill);cursor:pointer;font-family:inherit;color:#ffffff;transition:background .15s var(--ease)}.dashboard-shell .app-account-btn:hover{background:rgba(255,255,255,.14)}.dashboard-shell .app-account-avatar{width:28px;height:28px;border-radius:999px;background:var(--brand-action);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700}.dashboard-shell .app-account-name-text{font-size:13px;font-weight:500;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .app-account-chev{width:14px;height:14px;opacity:.7;transition:transform .15s var(--ease)}.dashboard-shell .app-account.open .app-account-chev{transform:rotate(180deg)}.dashboard-shell .app-account-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);padding:8px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .15s var(--ease),transform .15s var(--ease),visibility .15s}.dashboard-shell .app-account.open .app-account-menu{opacity:1;visibility:visible;transform:translateY(0)}.dashboard-shell .app-account-body{padding:8px 10px 10px;border-bottom:1px solid var(--line-soft);margin-bottom:6px}.dashboard-shell .app-account-name{font-weight:600;font-size:13px;color:var(--text-strong)}.dashboard-shell .app-account-email{font-size:12px;color:var(--text-mute);margin-top:2px;word-break:break-all}.dashboard-shell .app-account-logout{display:flex;align-items:center;gap:9px;width:100%;padding:9px 11px;font-size:13px;font-weight:500;color:var(--color-danger);background:none;border:0;cursor:pointer;font-family:inherit;text-align:left;border-radius:var(--radius-md);transition:background .12s var(--ease)}.dashboard-shell .app-account-logout:hover{background:var(--color-danger-bg)}.dashboard-shell .app-account-logout svg{width:15px;height:15px}.dashboard-shell .app-account-admin{display:flex;align-items:center;gap:9px;padding:9px 11px;font-size:13px;font-weight:600;color:var(--brand-action);text-decoration:none;border-radius:var(--radius-md);transition:background .12s var(--ease)}.dashboard-shell .app-account-admin:hover{background:var(--color-surface-soft,#f8fafc)}.dashboard-shell .app-account-admin svg{width:15px;height:15px}.dashboard-shell .app-hamburger{display:none;margin-left:auto;width:38px;height:38px;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);color:#fff;cursor:pointer}.dashboard-shell .app-mobile-nav{display:none;background:var(--brand-dark);border-top:1px solid rgba(255,255,255,.06);padding:8px 16px 14px}.dashboard-shell .app-mobile-nav.open{display:block}.dashboard-shell .app-mobile-nav a{display:block;padding:11px 8px;font-size:14px;font-weight:500;color:rgba(255,255,255,.75);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.05)}.dashboard-shell .app-mobile-nav a.active{color:#ffffff}.dashboard-shell .app-mobile-label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.4);padding:14px 8px 6px}.dashboard-shell .display,.dashboard-shell .display-sm{font-family:var(--font-sans);font-weight:600;color:var(--text-strong);letter-spacing:-.015em;line-height:1.2}.dashboard-shell .display{font-size:1.6rem}.dashboard-shell .display-sm{font-size:1.4rem}.dashboard-shell .label{font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-mute)}.dashboard-shell .mono{font-family:var(--font-mono);font-size:.9em}.dashboard-shell .block-title{font-size:1.15rem;font-weight:600;color:var(--text-strong)}.dashboard-shell code{font-family:var(--font-mono);font-size:.85em;background:var(--color-surface-soft);border:1px solid var(--line-soft);padding:1px 6px;border-radius:var(--radius-sm);color:var(--text-strong)}.dashboard-shell .arrow{display:inline-block;margin-left:.35em;transition:transform .15s var(--ease)}.dashboard-shell .btn:hover .arrow{transform:translateX(2px)}.dashboard-shell .section-heading{font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-mute);margin:0 0 .75rem}.dashboard-shell .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:var(--control-h);padding:0 16px;font-family:var(--font-sans);font-size:13.5px;font-weight:600;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s var(--ease),color .15s var(--ease),border-color .15s var(--ease),box-shadow .15s var(--ease)}.dashboard-shell .btn svg{width:15px;height:15px}.dashboard-shell .btn-primary{background:var(--brand-action);color:#ffffff}.dashboard-shell .btn-primary:hover{background:var(--brand-action-hover)}.dashboard-shell .btn-secondary{background:var(--color-surface);color:var(--text-strong);border-color:var(--line)}.dashboard-shell .btn-secondary:hover{background:var(--color-surface-soft);border-color:var(--line-strong)}.dashboard-shell .btn-ghost{background:transparent;color:var(--text-soft)}.dashboard-shell .btn-ghost:hover{background:var(--color-surface-soft);color:var(--text-strong)}.dashboard-shell .btn-sm{height:32px;padding:0 12px;font-size:12.5px;border-radius:var(--radius-sm)}.dashboard-shell .btn:disabled{opacity:.6;cursor:not-allowed}.dashboard-shell .invoice-send-menu{position:relative}.dashboard-shell .invoice-send-trigger .invoice-send-chevron{width:13px;height:13px;margin-left:1px;transition:transform .15s var(--ease)}.dashboard-shell .invoice-send-menu.open .invoice-send-chevron{transform:rotate(180deg)}.dashboard-shell .invoice-send-options{position:absolute;z-index:20;top:calc(100% + 6px);right:0;width:260px;padding:6px;background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .15s var(--ease),transform .15s var(--ease),visibility .15s}.dashboard-shell .invoice-send-menu.open .invoice-send-options{opacity:1;visibility:visible;transform:translateY(0)}.dashboard-shell .invoice-send-option{display:flex;align-items:flex-start;gap:10px;width:100%;padding:10px;color:var(--text);background:transparent;border:0;border-radius:var(--radius-md);font:inherit;text-align:left;text-decoration:none;cursor:pointer}.dashboard-shell .invoice-send-option:hover{color:var(--brand-action);background:var(--accent-soft)}.dashboard-shell .invoice-send-option:disabled{opacity:.5;cursor:not-allowed}.dashboard-shell .invoice-send-option:disabled:hover{color:var(--text);background:transparent}.dashboard-shell .invoice-send-option>svg{flex:0 0 auto;width:17px;height:17px;margin-top:2px}.dashboard-shell .invoice-send-option span{display:grid;grid-gap:2px;gap:2px;min-width:0}.dashboard-shell .invoice-send-option strong{font-size:13px;font-weight:600}.dashboard-shell .invoice-send-option small{overflow:hidden;color:var(--text-mute);font-size:11.5px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .data-table{width:100%;border-collapse:collapse;font-size:13.5px;color:var(--text);background:var(--color-surface)}.dashboard-shell .table-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.dashboard-shell .table-tools-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.dashboard-shell .table-search{position:relative;display:flex;align-items:center;min-width:min(240px,100%);flex:1 1 220px}.dashboard-shell .table-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-mute);pointer-events:none}.dashboard-shell .table-date-filters input,.dashboard-shell .table-date-filters select,.dashboard-shell .table-search input{height:38px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--color-surface);color:var(--text);font:inherit;font-size:13px}.dashboard-shell .table-date-filters input:focus,.dashboard-shell .table-date-filters select:focus,.dashboard-shell .table-search input:focus{outline:none;border-color:var(--brand-action);box-shadow:0 0 0 3px var(--accent-soft)}.dashboard-shell .table-search input{width:100%;padding:0 12px 0 36px}.dashboard-shell .table-date-filters{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.dashboard-shell .table-date-filters label{display:flex;align-items:center;gap:6px;color:var(--text-mute);font-size:12px}.dashboard-shell .table-date-filters input,.dashboard-shell .table-date-filters select{padding:0 10px}.dashboard-shell .table-reset{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--color-surface);color:var(--text-soft);font:inherit;font-size:13px;cursor:pointer}.dashboard-shell .table-reset:hover{border-color:var(--brand-action);color:var(--brand-action)}.dashboard-shell .table-reset svg{width:14px;height:14px}.dashboard-shell .table-count{color:var(--text-mute);font-size:12px;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-shell .filterable-table .data-table thead th[role=button]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboard-shell .filterable-table .data-table thead th[aria-sort=ascending]:after{content:" ↑";color:var(--brand-action)}.dashboard-shell .filterable-table .data-table thead th[aria-sort=descending]:after{content:" ↓";color:var(--brand-action)}.dashboard-shell .filterable-table .data-table thead th:focus-visible{outline:2px solid var(--brand-action);outline-offset:-2px}.dashboard-shell .table-no-results{padding:20px;border:1px solid var(--line);border-top:0;color:var(--text-mute);font-size:13px;text-align:center}.dashboard-shell .clickable-invoice-row{cursor:pointer}.dashboard-shell .clickable-invoice-row:focus-visible{position:relative;z-index:1;outline:2px solid var(--brand-action);outline-offset:-2px}.dashboard-shell .data-table thead th{position:-webkit-sticky;position:sticky;top:0;background:var(--color-table-head);text-align:left;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#475569;padding:11px 16px;border-bottom:1px solid var(--line);white-space:nowrap;z-index:1}.dashboard-shell .data-table tbody td{padding:13px 16px;border-bottom:1px solid var(--line-soft);vertical-align:middle;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-shell .data-table tbody tr:last-child td{border-bottom:0}.dashboard-shell .data-table tbody tr{transition:background .1s var(--ease)}.dashboard-shell .data-table tbody tr:hover{background:var(--row-hover)}.dashboard-shell .data-table a,.dashboard-shell .table-card a{color:var(--brand-action);font-weight:500;text-decoration:none}.dashboard-shell .data-table a:hover,.dashboard-shell .table-card a:hover{text-decoration:underline}.dashboard-shell .table-card{position:relative;background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-shell)}.dashboard-shell .table-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent);opacity:.6;z-index:2}.dashboard-shell div:has(>.data-table){border-radius:var(--radius-lg);box-shadow:var(--shadow-shell);overflow:hidden}.dashboard-shell .cell-stack{display:flex;flex-direction:column;gap:1px}.dashboard-shell .cell-primary{font-weight:600;color:var(--text-strong)}.dashboard-shell .cell-sub{font-size:12px;color:var(--text-mute)}.dashboard-shell .data-table td.ta-right,.dashboard-shell .data-table th.ta-right{text-align:right}.dashboard-shell .row-actions{display:flex;align-items:center;gap:4px;justify-content:flex-end}.dashboard-shell .row-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;color:var(--text-soft);cursor:pointer;text-decoration:none;transition:background .15s var(--ease),color .15s var(--ease)}.dashboard-shell .row-icon-btn:hover{background:var(--color-surface-soft);color:var(--text-strong)}.dashboard-shell .row-icon-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard-shell .row-icon-btn svg{width:15px;height:15px}@keyframes sk-spin{to{transform:rotate(1turn)}}.dashboard-shell .spin{animation:sk-spin .8s linear infinite}.dashboard-shell .status-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:capitalize;padding:3px 10px;border-radius:var(--radius-pill);background:var(--draft-bg);color:var(--draft-text);line-height:1.5;white-space:nowrap}.dashboard-shell .status-badge:before{content:none}.dashboard-shell .status-badge.paid,.dashboard-shell .status-badge.sent{background:var(--paid-bg);color:var(--paid-text)}.dashboard-shell .status-badge.active,.dashboard-shell .status-badge.part-paid,.dashboard-shell .status-badge.unpaid{background:var(--current-bg);color:var(--current-text)}.dashboard-shell .status-badge.overdue{background:var(--danger-bg);color:var(--danger-text)}.dashboard-shell .status-badge.draft,.dashboard-shell .status-badge.paused,.dashboard-shell .status-badge.void{background:var(--draft-bg);color:var(--draft-text)}.dashboard-shell .card{background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-shell)}.dashboard-shell .card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:16px}.dashboard-shell .card-title{font-size:15px;font-weight:600;color:var(--text-strong)}.dashboard-shell .empty-state{background:var(--color-surface);border:1px dashed var(--line-strong);border-radius:var(--radius-lg);padding:48px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.dashboard-shell .empty-state-title{font-size:17px;font-weight:600;color:var(--text-strong)}.dashboard-shell .empty-state-desc{font-size:14px;color:var(--text-soft);max-width:440px}.dashboard-shell .form-label{display:block;font-size:12px;font-weight:600;color:var(--text-soft);margin-bottom:6px}.dashboard-shell .form-input,.dashboard-shell .form-select,.dashboard-shell textarea.form-input{width:100%;height:var(--control-h);padding:0 12px;font-family:var(--font-sans);font-size:13.5px;color:var(--text-strong);background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-md);transition:border-color .15s var(--ease),box-shadow .15s var(--ease);-webkit-appearance:none;-moz-appearance:none;appearance:none}.dashboard-shell textarea.form-input{height:auto;min-height:84px;padding:9px 12px;line-height:1.5;resize:vertical}.dashboard-shell .form-input::placeholder{color:var(--text-mute)}.dashboard-shell .form-input:focus,.dashboard-shell .form-select:focus,.dashboard-shell textarea.form-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.dashboard-shell .form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:34px;cursor:pointer}.dashboard-shell .tabs{display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--line)}.dashboard-shell .tab{position:relative;padding:10px 14px;font-family:var(--font-sans);font-size:13px;font-weight:500;color:var(--text-soft);text-decoration:none;border-radius:0;background:none;border:0;cursor:pointer;transition:color .15s var(--ease)}.dashboard-shell .tab:hover{color:var(--text-strong)}.dashboard-shell .tab.active{color:var(--brand-action);font-weight:600}.dashboard-shell .tab.active:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:2px;background:var(--brand-action);border-radius:2px 2px 0 0}.dashboard-shell .figures{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.dashboard-shell .figure{background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px 20px;box-shadow:var(--shadow-shell);display:flex;flex-direction:column;gap:4px;min-width:0}.dashboard-shell .figure-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mute)}.dashboard-shell .figure-value{font-size:26px;font-weight:700;color:var(--text-strong);letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.2}.dashboard-shell .figure-value.danger{color:var(--color-danger)}.dashboard-shell .figure-value.good{color:var(--accent-strong)}.dashboard-shell .figure-sub{font-size:12.5px;color:var(--text-mute)}.dashboard-shell .seg-bar{display:flex;height:8px;border-radius:999px;overflow:hidden;background:var(--line-soft)}.dashboard-shell .seg-bar>span{display:block;height:100%}.dashboard-shell .seg-overdue{background:#dc2626}.dashboard-shell .seg-current{background:var(--accent)}.dashboard-shell .seg-draft{background:var(--line-strong)}.dashboard-shell .seg-legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:8px;font-size:12px;color:var(--text-soft)}.dashboard-shell .seg-legend span{display:inline-flex;align-items:center;gap:6px}.dashboard-shell .seg-dot{display:inline-block;width:8px;height:8px;border-radius:999px}.dashboard-shell .section-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:12px}.dashboard-shell .section-row>div{display:flex;align-items:center;gap:10px}.dashboard-shell .section-title{font-size:15px;font-weight:600;color:var(--text-strong)}.dashboard-shell .count-chip{font-size:11px;font-weight:600;color:var(--text-soft);background:var(--color-surface-soft);border:1px solid var(--line);border-radius:var(--radius-pill);padding:2px 9px}.dashboard-shell .section-link{font-size:13px;font-weight:600;color:var(--brand-action);text-decoration:none}.dashboard-shell .section-link:hover{text-decoration:underline}.dashboard-shell .signals-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.dashboard-shell .signal-stat{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.dashboard-shell .signal-value{font-size:28px;font-weight:700;color:var(--text-strong);letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.1}.dashboard-shell .signal-label{font-size:12px;font-weight:600;color:var(--text-mute);text-transform:uppercase;letter-spacing:.05em}.dashboard-shell .signal-desc{font-size:12.5px;color:var(--text-soft);line-height:1.5;margin:0}.dashboard-shell .signal-list{width:100%;min-width:0;display:flex;flex-direction:column;gap:1px;margin-top:8px}.dashboard-shell .signal-row{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:center;grid-column-gap:10px;column-gap:10px;padding:7px 0;text-decoration:none;color:inherit;border-bottom:1px solid var(--line-soft);transition:color .12s var(--ease)}.dashboard-shell .signal-row:last-child{border-bottom:0;padding-bottom:0}.dashboard-shell .signal-row:hover{color:var(--brand-action)}.dashboard-shell .signal-row-name{font-size:13px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .signal-row-amount{max-width:100%;font-size:13.5px;font-weight:700;color:var(--text-strong);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}@media (max-width:1024px){.dashboard-shell .signals-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.dashboard-shell .signals-grid{grid-template-columns:1fr}}.dashboard-shell .section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding-bottom:18px;border-bottom:1px solid var(--line)}.dashboard-shell .section-header-left{display:flex;flex-direction:column;gap:6px}.dashboard-shell .section-header-right{font-size:12px;color:var(--text-mute);text-align:right;line-height:1.5}.dashboard-shell .company-page{display:flex;flex-direction:column;gap:1.5rem}.dashboard-shell .company-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dashboard-shell .company-title{font-size:20px;font-weight:600;color:var(--text-strong);margin:0}.dashboard-shell .company-outline-btn{display:inline-flex;align-items:center;gap:6px;height:var(--control-h);padding:0 14px;font-size:13px;font-weight:600;color:var(--brand-action);background:var(--accent-soft);border:1px solid #bcdbc9;border-radius:var(--radius-md);text-decoration:none;cursor:pointer;transition:background .15s var(--ease)}.dashboard-shell .company-outline-btn:hover{background:#d6ebe1}.dashboard-shell .company-form{display:flex;flex-direction:column;gap:16px}.dashboard-shell .company-section{background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-shell);overflow:hidden}.dashboard-shell .company-section-header{padding:16px 22px;border-bottom:1px solid var(--line-soft);background:var(--color-surface-soft)}.dashboard-shell .company-section-title{font-size:14px;font-weight:600;color:var(--text-strong)}.dashboard-shell .company-section-sub{font-size:12.5px;color:var(--text-mute);margin-top:2px}.dashboard-shell .company-section-body{padding:22px}.dashboard-shell .company-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 20px;gap:16px 20px}.dashboard-shell .company-field{display:flex;flex-direction:column;min-width:0}.dashboard-shell .company-field-label{font-size:12px;font-weight:600;color:var(--text-soft);margin-bottom:6px}.dashboard-shell .company-field-err{font-size:12px;color:var(--color-danger);margin-top:5px}.dashboard-shell .company-field .form-input,.dashboard-shell .company-field .form-select{height:var(--control-h)}.dashboard-shell .company-logo-empty,.dashboard-shell .company-logo-preview{width:96px;height:96px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--color-surface-soft);object-fit:contain;display:grid;place-items:center;color:var(--text-mute);font-size:12px}.dashboard-shell .company-logo-empty{border-style:dashed;border-color:var(--line-strong)}.dashboard-shell .company-logo-actions{display:flex;gap:8px;flex-wrap:wrap}.dashboard-shell .company-remove-btn,.dashboard-shell .company-upload-btn{height:34px;padding:0 12px;font-size:12.5px;font-weight:600;border-radius:var(--radius-md);cursor:pointer;font-family:inherit}.dashboard-shell .company-upload-btn{background:var(--brand-action);color:#fff;border:1px solid var(--brand-action)}.dashboard-shell .company-upload-btn:hover{background:var(--brand-action-hover)}.dashboard-shell .company-upload-btn.disabled{opacity:.6;cursor:wait}.dashboard-shell .company-remove-btn{background:var(--color-surface);color:var(--color-danger);border:1px solid var(--line)}.dashboard-shell .company-remove-btn:hover{background:var(--color-danger-bg)}.dashboard-shell .company-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:8px}.dashboard-shell .company-footer-hint{font-size:12.5px;color:var(--text-mute)}.dashboard-shell .company-logo-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}.dashboard-shell .company-logo-tile{position:relative;width:96px;height:96px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px dashed var(--line-strong);border-radius:var(--radius-lg);background:var(--color-surface-soft);cursor:pointer;overflow:hidden;transition:border-color .15s var(--ease),background .15s var(--ease)}.dashboard-shell .company-logo-tile:hover{border-color:var(--accent);background:var(--accent-soft)}.dashboard-shell .company-logo-tile.is-filled{border-style:solid;border-color:var(--line);background:var(--color-surface)}.dashboard-shell .company-logo-tile img{max-width:100%;max-height:100%;object-fit:contain}.dashboard-shell .company-logo-tile-empty{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--text-mute);font-size:11px;font-weight:600;text-align:center;padding:8px}.dashboard-shell .company-logo-tile-empty svg{width:20px;height:20px}.dashboard-shell .company-logo-loading{position:absolute;inset:0;display:grid;place-items:center;background:rgba(255,255,255,.7);color:var(--brand-action)}.dashboard-shell .company-logo-loading svg{width:22px;height:22px}.dashboard-shell .company-logo-side{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.dashboard-shell .company-logo-helper{font-size:12px;color:var(--text-mute)}.dashboard-shell .settings-page{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:640px;margin:0 auto}.dashboard-shell .form-help{margin:6px 0 0;color:var(--text-mute);font-size:12px;line-height:1.45}.dashboard-shell .page-head{display:flex;flex-direction:column;gap:4px}.dashboard-shell .page-sub{font-size:14px;color:var(--text-mute);margin:0}.dashboard-shell .settings-cards{width:100%}.dashboard-shell .settings-card,.dashboard-shell .settings-cards{display:flex;flex-direction:column;gap:16px}.dashboard-shell .settings-card-head{display:flex;align-items:center;gap:12px}.dashboard-shell .settings-card-icon{width:40px;height:40px;border-radius:var(--radius-md);background:var(--accent-soft);color:var(--brand-action);display:grid;place-items:center;flex-shrink:0}.dashboard-shell .settings-card-icon svg{width:20px;height:20px}.dashboard-shell .settings-card-sub{font-size:12.5px;color:var(--text-mute);margin-top:2px}.dashboard-shell .settings-account{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--color-surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-md)}.dashboard-shell .settings-avatar{width:44px;height:44px;border-radius:999px;background:var(--brand-action);color:#fff;display:grid;place-items:center;font-weight:700;font-size:15px;flex-shrink:0}.dashboard-shell .settings-account-name{font-weight:600;color:var(--text-strong)}.dashboard-shell .settings-account-email{font-size:13px;color:var(--text-mute);word-break:break-all}.dashboard-shell .settings-card-desc{font-size:13.5px;color:var(--text-soft);line-height:1.55;margin:0}.dashboard-shell .billing-tabs{display:inline-flex;gap:4px;padding:4px;background:var(--color-surface-soft);border:1px solid var(--line);border-radius:var(--radius-lg);margin-bottom:24px}.dashboard-shell .billing-tab{padding:8px 18px;font-family:var(--font-sans);font-size:13px;font-weight:600;color:var(--text-soft);background:none;border:0;border-radius:var(--radius-md);cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease)}.dashboard-shell .billing-tab:hover{color:var(--text-strong)}.dashboard-shell .billing-tab.active{background:var(--color-surface);color:var(--brand-action);box-shadow:var(--shadow-shell)}.dashboard-shell .billing-tab-panel{display:none}.dashboard-shell .billing-tab-panel.active{display:block}.dashboard-shell .billing-section{margin-bottom:28px}.dashboard-shell .billing-section--first{margin-top:0}.dashboard-shell .plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:18px;gap:18px}.dashboard-shell .plan-card{background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-shell);display:flex;flex-direction:column;gap:6px}.dashboard-shell .plan-card-primary{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),var(--shadow-shell)}.dashboard-shell .plan-badge{align-self:flex-start;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--brand-action);padding:3px 10px;border-radius:var(--radius-pill)}.dashboard-shell .plan-badge--muted{background:var(--draft-bg);color:var(--draft-text)}.dashboard-shell .plan-name{font-size:18px;font-weight:600;color:var(--text-strong);margin-top:6px}.dashboard-shell .plan-price{font-size:26px;font-weight:700;color:var(--text-strong);letter-spacing:-.02em}.dashboard-shell .plan-renewal{font-size:12.5px;color:var(--text-mute)}.dashboard-shell .plan-divider{border:0;border-top:1px solid var(--line-soft);margin:12px 0;width:100%}.dashboard-shell .plan-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-mute);margin-bottom:8px}.dashboard-shell .plan-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.dashboard-shell .plan-feature-item{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.dashboard-shell .plan-feature-name{color:var(--text-soft)}.dashboard-shell .plan-feature-value{font-weight:600;color:var(--text-strong)}.dashboard-shell .plan-feature-value.is-included{color:var(--accent-strong)}.dashboard-shell .plan-feature-value.is-unlimited{color:var(--brand-action)}.dashboard-shell .plan-feature-value.is-soft{color:var(--text-mute);font-weight:500}.dashboard-shell .usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.dashboard-shell .usage-card{background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow-shell)}.dashboard-shell .usage-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-mute);margin:0}.dashboard-shell .usage-value{font-size:26px;font-weight:700;color:var(--text-strong);margin:4px 0;letter-spacing:-.02em}.dashboard-shell .usage-limit{font-size:12.5px;color:var(--text-mute);margin:0 0 12px}.dashboard-shell .usage-bar{height:6px;border-radius:999px;background:var(--line-soft);overflow:hidden}.dashboard-shell .usage-bar-fill{height:100%;border-radius:999px;background:var(--accent);transition:width .9s var(--ease)}.dashboard-shell .period-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.dashboard-shell .period-card{background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow-shell)}.dashboard-shell .period-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-mute);margin:0 0 4px}.dashboard-shell .period-value{font-size:15px;font-weight:600;color:var(--text-strong);margin:0}.dashboard-shell .manage-section{margin-top:28px}.dashboard-shell .manage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:18px;gap:18px}.dashboard-shell .manage-card{background:var(--color-surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-shell);display:flex;flex-direction:column;gap:16px}.dashboard-shell .manage-card-header{display:flex;flex-direction:column;gap:6px}.dashboard-shell .manage-card-title{font-size:15px;font-weight:600;color:var(--text-strong);margin:0}.dashboard-shell .manage-card-desc{font-size:13px;color:var(--text-soft);line-height:1.55;margin:0}.dashboard-shell .manage-note{font-size:12px;color:var(--text-mute);margin:8px 0 0}.dashboard-shell .reveal{opacity:0;transform:translateY(10px);transition:opacity .5s var(--ease),transform .5s var(--ease)}.dashboard-shell .reveal.is-visible{opacity:1;transform:none}.dashboard-shell .stagger-2{transition-delay:.06s}.dashboard-shell .stagger-3{transition-delay:.12s}.dashboard-shell .stagger-4{transition-delay:.18s}.dashboard-shell .invoice-doc-title{font-family:var(--font-sans);font-weight:700;font-size:1.5rem;letter-spacing:-.01em;text-transform:uppercase;color:var(--text-strong);margin:0}.dashboard-shell .invoice-doc-number{font-family:var(--font-mono);font-size:11px;color:var(--text-mute);margin-top:4px}.dashboard-shell .invoice-doc-label{font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-mute);margin:0 0 8px}.dashboard-shell .invoice-doc-table{width:100%;border-collapse:collapse;margin-bottom:0}.dashboard-shell .invoice-doc-table thead th{font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-mute);padding:8px 0;border-bottom:2px solid var(--line)}.dashboard-shell .invoice-doc-table tbody td{padding:12px 0;border-bottom:1px solid var(--line-soft);font-size:13.5px;color:var(--text)}.dashboard-shell .invoice-doc-table tfoot td{padding:16px 0 4px;font-family:var(--font-sans);font-weight:700;font-size:1.05rem;color:var(--text-strong);border-top:2px solid var(--line)}.dashboard-shell .form-input:focus-visible,.dashboard-shell .form-select:focus-visible,.dashboard-shell [tabindex]:focus-visible,.dashboard-shell a:focus-visible,.dashboard-shell button:focus-visible,.dashboard-shell textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}@media (max-width:1024px){.dashboard-shell .figures{grid-template-columns:repeat(2,1fr)}.dashboard-shell .company-grid{grid-template-columns:1fr}}@media (max-width:900px){.dashboard-shell .app-nav,.dashboard-shell .app-nav-manage{display:none}.dashboard-shell .app-hamburger{display:inline-flex}.dashboard-shell .app-account-name-text{display:none}.dashboard-shell .page-content{padding:20px 16px 48px}.dashboard-shell .section-header{align-items:flex-start}.dashboard-shell .section-header-right{text-align:left}}@media (max-width:560px){.dashboard-shell .app-brand-text{display:none}.dashboard-shell .figures,.dashboard-shell .manage-grid,.dashboard-shell .period-grid,.dashboard-shell .plan-grid,.dashboard-shell .usage-grid{grid-template-columns:1fr}.dashboard-shell .data-table tbody td,.dashboard-shell .data-table thead th{padding:10px 12px}}@media (prefers-reduced-motion:reduce){.dashboard-shell *{transition:none!important;animation:none!important}.dashboard-shell .reveal{opacity:1;transform:none}}.dashboard-shell .status-badge.info{background:#e0f2fe;color:#0369a1}.dashboard-shell .admin-mode-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-strong);background:var(--accent-soft);padding:4px 10px;border-radius:999px;border:1px solid var(--accent-soft)}.dashboard-shell .admin-exit-btn{white-space:nowrap}.dashboard-shell .admin-mobile-exit{color:var(--text-soft)}.dashboard-shell .app-nav-admin{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.dashboard-shell .app-nav-admin::-webkit-scrollbar{display:none}.dashboard-shell .admin-plan-dist{display:flex;flex-wrap:wrap;gap:12px}.dashboard-shell .admin-plan-dist-item{display:flex;align-items:center;gap:8px;background:var(--color-surface);border:1px solid var(--line);border-radius:6px;padding:10px 14px}.dashboard-shell .admin-plan-dist-count{font-size:18px;font-weight:700;color:var(--text-strong);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-shell .admin-empty{color:var(--text-mute);text-align:center;padding:24px}.dashboard-shell .admin-action-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82em;color:var(--text);background:var(--color-surface-soft,#f8fafc);padding:1px 6px;border-radius:4px}.dashboard-shell .admin-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8em;color:var(--text-soft)}.dashboard-shell .admin-dot{color:var(--accent);margin-left:4px}.dashboard-shell .admin-detail-crumbs{font-size:12.5px;color:var(--text-mute);margin-bottom:.5rem}.dashboard-shell .admin-detail-crumbs a{color:var(--brand-action)}.dashboard-shell .admin-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.dashboard-shell .admin-card{background:var(--color-surface);border:1px solid var(--line);border-radius:8px;padding:16px 18px;box-shadow:var(--shadow-shell,0 1px 3px rgba(15,23,42,.06))}.dashboard-shell .admin-card-title{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mute);margin-bottom:10px}.dashboard-shell .admin-plan-line{display:flex;align-items:center;gap:10px;margin-bottom:10px}.dashboard-shell .admin-plan-source{font-size:12.5px;color:var(--text-mute)}.dashboard-shell .admin-muted{font-size:13px;color:var(--text-mute);margin:0}.dashboard-shell .admin-kv{display:grid;grid-gap:6px;gap:6px;margin:0}.dashboard-shell .admin-kv>div{display:flex;justify-content:space-between;gap:12px;font-size:13px}.dashboard-shell .admin-kv dt{color:var(--text-mute);margin:0}.dashboard-shell .admin-kv dd{margin:0;color:var(--text);text-align:right;word-break:break-word}.dashboard-shell .admin-override-badge{margin-top:10px;border:1px solid var(--accent-soft);background:var(--accent-soft);border-radius:6px;padding:10px 12px}.dashboard-shell .admin-override-head{display:flex;align-items:center;gap:8px;color:var(--accent-strong);font-weight:600;font-size:13px}.dashboard-shell .admin-override-label{margin-right:auto}.dashboard-shell .admin-override-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px 16px;gap:6px 16px;margin:8px 0 0}.dashboard-shell .admin-override-grid>div{font-size:12.5px}.dashboard-shell .admin-override-grid dt{color:var(--text-mute);margin:0}.dashboard-shell .admin-override-grid dd{margin:0;color:var(--text)}.dashboard-shell .admin-actions{display:flex;flex-direction:column;gap:10px}.dashboard-shell .admin-actions-grid{display:flex;flex-wrap:wrap;gap:8px}.dashboard-shell .admin-actions-note{font-size:12.5px;color:var(--text-mute);margin:0}.dashboard-shell .admin-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.dashboard-shell .admin-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.5);border:0;cursor:default;padding:0}.dashboard-shell .admin-modal-card{position:relative;z-index:1;width:100%;max-width:460px;background:var(--color-surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-pop,0 10px 30px rgba(15,23,42,.12));display:flex;flex-direction:column;max-height:90vh}.dashboard-shell .admin-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line)}.dashboard-shell .admin-modal-head h2{font-size:16px;font-weight:600;color:var(--text-strong);margin:0}.dashboard-shell .admin-modal-x{background:transparent;border:0;cursor:pointer;color:var(--text-mute);display:inline-flex;padding:4px;border-radius:4px}.dashboard-shell .admin-modal-x:hover{color:var(--text);background:var(--color-surface-soft,#f8fafc)}.dashboard-shell .admin-modal-body{padding:16px 18px;display:flex;flex-direction:column;gap:10px;overflow:auto}.dashboard-shell .admin-modal-target{font-size:13px;color:var(--text-soft);margin:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dashboard-shell .admin-form-row{display:flex;flex-direction:column;gap:6px}.dashboard-shell .admin-help{font-size:12px;color:var(--text-mute)}.dashboard-shell .admin-modal-warn{font-size:13px;color:var(--text-soft);margin:0}.dashboard-shell .admin-reason{resize:vertical;min-height:64px}.dashboard-shell .admin-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 18px;border-top:1px solid var(--line)}.dashboard-shell .admin-modal-foot-right{display:flex;gap:8px}@media (max-width:1024px){.dashboard-shell .admin-detail-grid,.dashboard-shell .admin-override-grid{grid-template-columns:1fr}}@media (max-width:900px){.dashboard-shell .admin-exit-btn,.dashboard-shell .admin-mode-chip{display:none}}.dashboard-shell .reports-page{display:flex;flex-direction:column;gap:1.5rem}.dashboard-shell .reports-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dashboard-shell .reports-export-group{display:flex;gap:.5rem;flex-wrap:wrap}.dashboard-shell .reports-range-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dashboard-shell .reports-range{display:inline-flex;gap:4px;padding:4px;background:var(--color-surface-soft);border:1px solid var(--line);border-radius:var(--radius-lg)}.dashboard-shell .reports-range-pill{padding:7px 14px;font-size:13px;font-weight:600;color:var(--text-soft);background:none;border:0;border-radius:var(--radius-md);text-decoration:none;cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease)}.dashboard-shell .reports-range-pill:hover{color:var(--text-strong)}.dashboard-shell .reports-range-pill.active{background:var(--color-surface);color:var(--brand-action);box-shadow:var(--shadow-shell)}.dashboard-shell .reports-range-note{font-size:12.5px;color:var(--text-mute)}.dashboard-shell .reports-range-note strong{color:var(--text-soft);font-weight:600}.dashboard-shell .custom-range-form{flex-wrap:wrap;padding:12px 14px;background:var(--color-surface-soft);border:1px solid var(--line);border-radius:var(--radius-lg)}.dashboard-shell .custom-range-fields,.dashboard-shell .custom-range-form{display:flex;align-items:flex-end;gap:12px}.dashboard-shell .custom-range-sep{font-size:12.5px;font-weight:500;color:var(--text-mute);padding-bottom:10px}.dashboard-shell .custom-range-error{font-size:12px;font-weight:500;color:var(--color-danger)}.dashboard-shell .reports-section{display:flex;flex-direction:column}.dashboard-shell .reports-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.dashboard-shell .reports-empty{color:var(--text-mute);font-size:13.5px;margin:0}.dashboard-shell .rev-chart{width:100%}.dashboard-shell .rev-bars{display:flex;align-items:flex-end;gap:6px;height:220px;overflow-x:auto;padding-bottom:2px}.dashboard-shell .rev-col{display:flex;flex-direction:column;flex:1 0;min-width:28px;gap:8px;height:100%}.dashboard-shell .rev-col-bars{display:flex;align-items:flex-end;justify-content:center;gap:3px;flex:1 1;min-height:0}.dashboard-shell .rev-bar{flex:0 0 clamp(22px,3.8vw,56px);width:clamp(22px,3.8vw,56px);min-height:0;border-radius:3px 3px 0 0;transition:height .4s var(--ease)}.dashboard-shell .rev-bar.invoiced{background:var(--line-strong)}.dashboard-shell .rev-bar.collected{background:var(--accent)}.dashboard-shell .rev-col-label{font-size:11px;color:var(--text-mute);text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-shell .rev-legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:14px;font-size:12px;color:var(--text-soft)}.dashboard-shell .rev-legend span{display:inline-flex;align-items:center;gap:6px}.dashboard-shell .aging-chart{display:flex;flex-direction:column;gap:12px}.dashboard-shell .aging-row{display:grid;grid-template-columns:96px 1fr 120px 92px;align-items:center;grid-gap:14px;gap:14px}.dashboard-shell .aging-label{font-size:13px;font-weight:600;color:var(--text-strong)}.dashboard-shell .aging-track{height:10px;border-radius:999px;background:var(--line-soft);overflow:hidden}.dashboard-shell .aging-fill{height:100%;border-radius:999px;transition:width .6s var(--ease)}.dashboard-shell .aging-amount{text-align:right;font-weight:700;color:var(--text-strong);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-shell .aging-count{text-align:right;font-size:12px;color:var(--text-mute)}.dashboard-shell .aging-total{display:flex;align-items:center;gap:12px;margin-top:6px;padding-top:14px;border-top:1px solid var(--line-soft);font-size:13px;color:var(--text-mute)}.dashboard-shell .aging-total strong{margin-left:auto;font-size:17px;font-weight:700;color:var(--text-strong);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-shell .client-bars{display:flex;flex-direction:column;gap:4px}.dashboard-shell .client-bar-row{display:block;padding:12px 10px;border-radius:var(--radius-md);color:var(--text);text-decoration:none;transition:background .12s var(--ease)}.dashboard-shell .client-bar-row:hover{background:var(--color-surface-soft)}.dashboard-shell .client-bar-head{display:flex;align-items:center;gap:10px;margin-bottom:7px}.dashboard-shell .client-bar-rank{font-family:var(--font-mono);font-size:12px;color:var(--text-mute);width:18px}.dashboard-shell .client-bar-name{flex:1 1;min-width:0;font-weight:600;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .client-bar-amount{font-weight:700;color:var(--text-strong);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-shell .client-bar-track{height:6px;border-radius:999px;background:var(--line-soft);overflow:hidden}.dashboard-shell .client-bar-fill{height:100%;border-radius:999px;background:var(--accent);transition:width .6s var(--ease)}.dashboard-shell .client-bar-sub{font-size:12px;color:var(--text-mute);margin-top:6px}.dashboard-shell .client-bars-rest{font-size:12.5px;color:var(--text-mute);padding:10px 10px 2px}.dashboard-shell .status-donut{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.dashboard-shell .status-donut-chart{position:relative;width:140px;height:140px;flex-shrink:0}.dashboard-shell .status-donut-chart svg{width:100%;height:100%;display:block}.dashboard-shell .status-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.dashboard-shell .status-donut-count{font-size:26px;font-weight:700;color:var(--text-strong);line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-shell .status-donut-label{font-size:11px;color:var(--text-mute);text-transform:uppercase;letter-spacing:.06em;margin-top:3px}.dashboard-shell .status-donut-legend{display:flex;flex-direction:column;gap:8px;flex:1 1;min-width:160px}.dashboard-shell .status-donut-legend-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--text)}.dashboard-shell .status-donut-legend-row>span{display:inline-flex;align-items:center;gap:8px}.dashboard-shell .status-donut-legend-meta{color:var(--text-mute);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:1024px){.dashboard-shell .reports-grid-2{grid-template-columns:1fr}}@media (max-width:640px){.dashboard-shell .aging-row{grid-template-columns:84px 1fr 96px}.dashboard-shell .aging-count{display:none}.dashboard-shell .status-donut{justify-content:center}}.dashboard-shell .promo-admin-page{display:flex;flex-direction:column;gap:24px;width:100%;max-width:1080px;margin:0 auto}.dashboard-shell .promo-admin-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.dashboard-shell .promo-admin-page-head h1{margin:0;color:var(--text-strong);font-size:clamp(1.7rem,3vw,2.15rem);font-weight:700;letter-spacing:-.035em;line-height:1.14}.dashboard-shell .promo-admin-page-head p:not(.promo-admin-eyebrow){max-width:680px;margin:7px 0 0;color:var(--text-mute);font-size:13.5px;line-height:1.6}.dashboard-shell .promo-admin-eyebrow{margin:0 0 6px;color:var(--brand-action);font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.dashboard-shell .promo-admin-stack{display:flex;flex-direction:column;gap:20px}.dashboard-shell .promo-admin-create{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--color-surface);box-shadow:var(--shadow-shell)}.dashboard-shell .promo-admin-create:before{content:"";position:absolute;z-index:0;top:0;right:0;left:0;height:151px;background:radial-gradient(circle at 94% 20%,rgba(58,209,140,.3),transparent 25%),linear-gradient(122deg,#0a3028,#0f5143 62%,#0d6a56)}.dashboard-shell .promo-admin-create-copy{position:relative;z-index:1;align-items:flex-start;gap:15px;min-height:151px;padding:26px 30px;color:#ffffff}.dashboard-shell .promo-admin-create-copy .promo-admin-eyebrow{color:rgba(255,255,255,.68)}.dashboard-shell .promo-admin-create-copy h2,.dashboard-shell .promo-admin-history h2{margin:0;font-size:1.12rem;font-weight:700;letter-spacing:-.018em;line-height:1.28}.dashboard-shell .promo-admin-create-copy h2{color:#ffffff}.dashboard-shell .promo-admin-create-copy p:not(.promo-admin-eyebrow){max-width:700px;margin:7px 0 0;color:rgba(255,255,255,.73);font-size:12.5px}.dashboard-shell .promo-admin-icon{display:grid;width:40px;height:40px;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.23);border-radius:10px;background:rgba(255,255,255,.12);color:#bdf6d3}.dashboard-shell .promo-admin-form{position:relative;z-index:1;gap:23px;padding:25px 30px 27px;border-top:1px solid rgba(255,255,255,.13);background:var(--color-surface)}.dashboard-shell .promo-admin-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:16px;gap:16px}.dashboard-shell .promo-admin-fields label{display:block}.dashboard-shell .promo-admin-choice-label,.dashboard-shell .promo-admin-fields label>span{display:block;margin-bottom:7px;color:var(--text-soft);font-size:12px;font-weight:600}.dashboard-shell .promo-admin-choice-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(235px,.7fr);grid-gap:24px;gap:24px;padding-top:1px}.dashboard-shell .promo-plan-options{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.dashboard-shell .promo-plan-option{display:flex;min-width:0;min-height:72px;padding:11px;border:1px solid var(--line);border-radius:8px;background:var(--color-surface);color:var(--text);cursor:pointer;font-family:inherit;text-align:left;transition:border-color .15s var(--ease),background .15s var(--ease),box-shadow .15s var(--ease)}.dashboard-shell .promo-plan-option:hover{border-color:#9fd7be;background:#f7fdf9}.dashboard-shell .promo-plan-option.selected{border-color:var(--brand-action);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--brand-action)}.dashboard-shell .promo-plan-option strong{display:block;color:var(--text-strong);font-size:12.5px}.dashboard-shell .promo-plan-option small{display:block;margin-top:4px;color:var(--text-mute);font-size:10.5px;line-height:1.35}.dashboard-shell .promo-duration-options{display:flex;flex-wrap:wrap;gap:7px}.dashboard-shell .promo-duration-option{min-width:58px;height:33px;padding:0 9px;border:1px solid var(--line);border-radius:999px;background:var(--color-surface);color:var(--text-soft);cursor:pointer;font-family:inherit;font-size:11.5px;font-weight:600;transition:all .15s var(--ease)}.dashboard-shell .promo-duration-option:hover{border-color:#9fd7be;color:var(--brand-action)}.dashboard-shell .promo-duration-option.selected{border-color:var(--brand-action);background:var(--brand-action);color:#ffffff}.dashboard-shell .promo-duration-custom{display:flex;gap:7px;margin-top:10px;color:var(--text-mute);font-size:11.5px}.dashboard-shell .promo-duration-custom>span{color:var(--text-soft);font-weight:600}.dashboard-shell .promo-duration-custom .form-input{width:67px;height:32px;padding:0 8px}.dashboard-shell .promo-duration-custom em{font-style:normal}.dashboard-shell .promo-admin-choice>p{margin:9px 0 0;color:var(--text-mute);font-size:11.5px;line-height:1.45}.dashboard-shell .promo-admin-submit-row{padding-top:18px;border-top:1px solid var(--line-soft)}.dashboard-shell .promo-admin-submit-row>span{display:inline-flex;align-items:center;gap:7px;color:var(--text-mute);font-size:11.5px;line-height:1.45}.dashboard-shell .promo-admin-submit-row>span svg{flex:0 0 auto;color:var(--brand-action)}.dashboard-shell .promo-link-ready{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:13px;gap:13px;padding:16px;border:1px solid #b9e7cc;border-radius:10px;background:linear-gradient(135deg,#f1fcf5,#e7f8ee)}.dashboard-shell .promo-link-ready-icon{display:grid;width:35px;height:35px;place-items:center;border-radius:9px;background:var(--brand-action);color:#ffffff}.dashboard-shell .promo-link-ready-copy{display:flex;flex-direction:column;min-width:0}.dashboard-shell .promo-link-ready-copy strong{color:#174c3e;font-size:12.5px}.dashboard-shell .promo-link-ready-copy span{margin-top:2px;color:#55776a;font-size:11.5px}.dashboard-shell .promo-link-control{display:flex;grid-column:2;min-width:0;gap:8px}.dashboard-shell .promo-link-control input{width:100%;min-width:0;height:34px;padding:0 10px;border:1px solid #bddfc9;border-radius:6px;background:rgba(255,255,255,.85);color:#316052;font-family:var(--font-mono);font-size:11px}.dashboard-shell .promo-link-control input:focus{outline:2px solid rgba(14,108,87,.2);outline-offset:1px}.dashboard-shell .promo-admin-history{border:1px solid var(--line);border-radius:12px;background:var(--color-surface);box-shadow:var(--shadow-shell)}.dashboard-shell .promo-admin-history-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 23px;border-bottom:1px solid var(--line-soft)}.dashboard-shell .promo-admin-history h2{color:var(--text-strong)}.dashboard-shell .promo-admin-history-note{display:inline-flex;align-items:center;gap:6px;color:var(--text-mute);font-size:11.5px;white-space:nowrap}.dashboard-shell .promo-admin-history-note svg{color:var(--brand-action)}.dashboard-shell .promo-admin-empty{display:flex;flex-direction:column;align-items:center;gap:9px;padding:48px 20px;color:var(--text-mute);text-align:center}.dashboard-shell .promo-admin-empty svg{color:var(--accent-strong)}.dashboard-shell .promo-admin-empty p{margin:0;font-size:12.5px}.dashboard-shell .promo-offer-list{display:flex;flex-direction:column}.dashboard-shell .promo-offer-row{display:grid;grid-template-columns:minmax(210px,1.5fr) minmax(120px,.72fr) minmax(120px,.72fr) auto;align-items:center;grid-gap:18px;gap:18px;min-height:77px;padding:14px 23px;border-top:1px solid var(--line-soft)}.dashboard-shell .promo-offer-row:first-child{border-top:0}.dashboard-shell .promo-offer-main{display:flex;min-width:0;flex-direction:column}.dashboard-shell .promo-offer-title-row{display:flex;align-items:center;min-width:0;gap:8px}.dashboard-shell .promo-offer-title-row strong{overflow:hidden;color:var(--text-strong);font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .promo-offer-main>span{overflow:hidden;margin-top:3px;color:var(--text-mute);font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .promo-offer-meta{display:flex;flex-direction:column;min-width:0}.dashboard-shell .promo-offer-meta strong{color:var(--text-soft);font-size:11.5px;font-weight:600}.dashboard-shell .promo-offer-meta span{margin-top:2px;color:var(--text-mute);font-size:11.5px}.dashboard-shell .promo-offer-actions{display:flex;justify-content:flex-end;min-width:70px}@media (max-width:780px){.dashboard-shell .promo-admin-create-copy,.dashboard-shell .promo-admin-form{padding-right:20px;padding-left:20px}.dashboard-shell .promo-admin-choice-row,.dashboard-shell .promo-admin-fields{grid-template-columns:1fr}.dashboard-shell .promo-admin-choice-row{gap:19px}.dashboard-shell .promo-offer-row{grid-template-columns:minmax(0,1fr) auto;gap:11px 18px}.dashboard-shell .promo-offer-meta{grid-row:2}.dashboard-shell .promo-offer-main{grid-column:1/-1}.dashboard-shell .promo-offer-actions{grid-column:2;grid-row:1}}@media (max-width:560px){.dashboard-shell .promo-admin-history-head,.dashboard-shell .promo-admin-page-head,.dashboard-shell .promo-admin-submit-row{align-items:flex-start;flex-direction:column}.dashboard-shell .promo-admin-history-note{white-space:normal}.dashboard-shell .promo-plan-options{grid-template-columns:1fr}.dashboard-shell .promo-plan-option{min-height:58px}.dashboard-shell .promo-admin-submit-row .btn{width:100%}.dashboard-shell .promo-link-ready{grid-template-columns:auto minmax(0,1fr)}.dashboard-shell .promo-link-control{grid-column:1/-1;flex-direction:column}.dashboard-shell .promo-link-control .btn{width:100%}.dashboard-shell .promo-offer-row{padding-right:16px;padding-left:16px}.dashboard-shell .promo-offer-meta:nth-of-type(2){display:none}}.dashboard-shell .promo-admin-page{max-width:1180px;gap:30px}.dashboard-shell .promo-admin-page-head{align-items:flex-start;padding:7px 0 2px}.dashboard-shell .promo-admin-page-head h1{font-size:clamp(30px,3.2vw,44px);font-weight:600;letter-spacing:-.055em;line-height:1}.dashboard-shell .promo-admin-page-head p:not(.promo-admin-eyebrow){max-width:650px;margin-top:12px;color:var(--text-soft);font-size:13px;line-height:1.65}.dashboard-shell .promo-admin-eyebrow{margin-bottom:10px;color:#e95b3d;font-size:10px;font-weight:800;letter-spacing:.14em}.dashboard-shell .promo-admin-stack{gap:24px}.dashboard-shell .promo-admin-studio{overflow:hidden;border:1px solid #cfd5d0;background:#ffffff}.dashboard-shell .promo-admin-create-copy{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:27px 31px 25px;border-bottom:1px solid #dfe4e0;background:#f3f0e7;color:var(--text-strong)}.dashboard-shell .promo-admin-create-copy .promo-admin-eyebrow{color:#e95b3d}.dashboard-shell .promo-admin-create-copy h2{margin:0;color:#14221b;font-size:23px;font-weight:600;letter-spacing:-.035em;line-height:1.14}.dashboard-shell .promo-admin-create-copy p:not(.promo-admin-eyebrow){max-width:650px;margin:8px 0 0;color:#68736c;font-size:12px;line-height:1.55}.dashboard-shell .promo-admin-active-count{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;color:#536159;font-size:11px;font-weight:700}.dashboard-shell .promo-admin-active-count i{width:7px;height:7px;border-radius:50%;background:#b9ee31;box-shadow:0 0 0 4px rgba(185,238,49,.17)}.dashboard-shell .promo-admin-workspace{display:grid;grid-template-columns:minmax(0,1.34fr) minmax(320px,.66fr);align-items:stretch}.dashboard-shell .promo-admin-form{display:flex;flex-direction:column;gap:0;padding:0;border:0;background:#ffffff}.dashboard-shell .promo-admin-step{display:grid;grid-template-columns:190px minmax(0,1fr);grid-gap:25px;gap:25px;padding:26px 30px;border-bottom:1px solid var(--line-soft)}.dashboard-shell .promo-admin-step-head{display:grid;grid-template-columns:28px minmax(0,1fr);align-content:start;grid-gap:9px;gap:9px}.dashboard-shell .promo-admin-step-head>span{padding-top:1px;color:#e95b3d;font-family:var(--font-mono);font-size:10px;font-weight:700}.dashboard-shell .promo-admin-step-head div{display:flex;flex-direction:column}.dashboard-shell .promo-admin-step-head strong{color:#22322a;font-size:12px;font-weight:700}.dashboard-shell .promo-admin-step-head small{margin-top:4px;color:var(--text-mute);font-size:10.5px;line-height:1.45}.dashboard-shell .promo-admin-fields{display:grid;grid-template-columns:1fr;grid-gap:15px;gap:15px}.dashboard-shell .promo-admin-fields label>span{margin-bottom:6px;color:#68736c;font-size:10.5px;font-weight:700}.dashboard-shell .promo-admin-input-wrap{position:relative}.dashboard-shell .promo-admin-input-wrap>svg{position:absolute;z-index:1;top:50%;left:12px;width:15px;height:15px;color:#7f8d85;transform:translateY(-50%);pointer-events:none}.dashboard-shell .promo-admin-input-wrap .form-input{height:42px;padding-left:38px;border-color:#d7ddd8;border-radius:0;background:#fbfcfa;font-size:12px}.dashboard-shell .promo-admin-input-wrap .form-input:focus{border-color:#315f4f;box-shadow:0 0 0 2px rgba(49,95,79,.1)}.dashboard-shell .promo-admin-input-wrap .form-input::placeholder{color:#9aa59f;font-weight:400}.dashboard-shell .promo-plan-options{display:grid;grid-template-columns:1fr;grid-gap:7px;gap:7px}.dashboard-shell .promo-plan-option{display:grid;min-height:0;grid-template-columns:22px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;padding:10px 12px;border:1px solid #dbe0dc;border-radius:0;background:#ffffff}.dashboard-shell .promo-plan-option:hover{border-color:#8da99d;background:#fafcf9}.dashboard-shell .promo-plan-option.selected{border-color:#315f4f;background:#f3f8f4;box-shadow:inset 3px 0 0 #cfff3f}.dashboard-shell .promo-plan-option>span:last-child{display:flex;min-width:0;flex-direction:column}.dashboard-shell .promo-plan-option strong{font-size:11.5px}.dashboard-shell .promo-plan-option small{margin-top:2px;font-size:9.5px}.dashboard-shell .promo-plan-check{display:grid;width:18px;height:18px;place-items:center;border:1px solid #cbd3cd;border-radius:50%}.dashboard-shell .promo-plan-option.selected .promo-plan-check{border-color:#315f4f;background:#315f4f;color:#ffffff}.dashboard-shell .promo-plan-check svg{width:11px;height:11px;stroke-width:2.5}.dashboard-shell .promo-duration-options{gap:6px}.dashboard-shell .promo-duration-option{min-width:54px;height:31px;border-radius:0;font-size:10.5px}.dashboard-shell .promo-duration-option.selected{border-color:#17231d;background:#17231d}.dashboard-shell .promo-duration-note{display:flex;grid-column:2;align-items:center;gap:8px;margin-top:12px;color:#708078;font-size:10.5px}.dashboard-shell .promo-duration-note>svg{width:14px;height:14px;color:#315f4f}.dashboard-shell .promo-duration-custom{display:inline-flex;align-items:center;gap:5px;margin:0}.dashboard-shell .promo-duration-custom .form-input{width:54px;height:29px;border-radius:0;font-size:10.5px}.dashboard-shell .promo-admin-submit-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 30px;border:0}.dashboard-shell .promo-admin-submit-row .btn{min-height:40px;border-radius:0;background:#17231d;font-size:11px}.dashboard-shell .promo-admin-submit-row .btn:hover{background:#315f4f}.dashboard-shell .promo-offer-preview{display:flex;min-width:0;flex-direction:column;border-left:1px solid #dfe4e0;background-color:#13211a;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:34px 34px;color:#ffffff}.dashboard-shell .promo-offer-preview-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.65);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.dashboard-shell .promo-offer-preview-head svg{width:15px;color:#cfff3f}.dashboard-shell .promo-offer-preview-body{display:flex;min-height:100%;flex:1 1;flex-direction:column;padding:37px 26px 26px}.dashboard-shell .promo-offer-preview-body>p:first-child{margin:0;color:rgba(255,255,255,.55);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.dashboard-shell .promo-offer-preview h3{margin:12px 0 0;color:#ffffff;font-family:var(--font-editorial),serif;font-size:clamp(27px,2.6vw,38px);font-style:italic;font-weight:500;letter-spacing:-.035em;line-height:.95}.dashboard-shell .promo-preview-email{overflow:hidden;margin-top:12px;color:rgba(255,255,255,.55);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .promo-preview-plan{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin-top:42px;padding-top:19px;border-top:1px solid rgba(255,255,255,.16)}.dashboard-shell .promo-preview-plan span{color:#cfff3f;font-size:20px;font-weight:600;letter-spacing:-.035em}.dashboard-shell .promo-preview-plan strong{color:rgba(255,255,255,.72);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.dashboard-shell .promo-preview-summary{margin:9px 0 0;color:rgba(255,255,255,.62);font-size:10.5px;line-height:1.55}.dashboard-shell .promo-preview-action{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding:0 14px;background:#cfff3f;color:#142019;font-size:10.5px;font-weight:800}.dashboard-shell .promo-preview-action svg{width:14px}.dashboard-shell .promo-offer-preview-body>small{margin-top:12px;color:rgba(255,255,255,.46);font-size:8.5px;text-align:center}.dashboard-shell .promo-link-ready{border-color:#91bba8;border-radius:0;background:#eef7f0}.dashboard-shell .promo-link-ready-icon{border-radius:0;background:#315f4f}.dashboard-shell .promo-link-control input{border-radius:0}.dashboard-shell .promo-admin-history{overflow:hidden;border:1px solid #cfd5d0;border-radius:0;background:#ffffff;box-shadow:none}.dashboard-shell .promo-admin-history-head{padding:20px 23px;background:#fafbf9}.dashboard-shell .promo-admin-history h2{font-size:16px;font-weight:600;letter-spacing:-.02em}.dashboard-shell .promo-offer-row{min-height:72px}.dashboard-shell .promo-offer-row:hover{background:#fafcf9}@media (max-width:960px){.dashboard-shell .promo-admin-workspace{grid-template-columns:1fr}.dashboard-shell .promo-offer-preview{min-height:420px;border-top:1px solid #dfe4e0;border-left:0}.dashboard-shell .promo-offer-preview-body{min-height:350px}}@media (max-width:700px){.dashboard-shell .promo-admin-create-copy{align-items:flex-start;flex-direction:column;gap:16px;padding:23px 20px}.dashboard-shell .promo-admin-step{grid-template-columns:1fr;gap:18px;padding:23px 20px}.dashboard-shell .promo-admin-step-head{grid-template-columns:25px minmax(0,1fr)}.dashboard-shell .promo-duration-note{grid-column:auto}.dashboard-shell .promo-admin-submit-row{align-items:stretch;flex-direction:column;padding:20px}.dashboard-shell .promo-admin-submit-row .btn{width:100%}.dashboard-shell .promo-offer-row{display:flex;align-items:flex-start;flex-direction:column;gap:13px}.dashboard-shell .promo-offer-actions,.dashboard-shell .promo-offer-main,.dashboard-shell .promo-offer-meta{display:flex!important;width:100%}.dashboard-shell .promo-offer-actions{justify-content:flex-start}}@media (max-width:480px){.dashboard-shell .promo-duration-note{align-items:flex-start;flex-wrap:wrap}.dashboard-shell .promo-offer-preview{min-height:390px}.dashboard-shell .promo-offer-preview-body{min-height:320px;padding:30px 20px 22px}}