:root{--ink:#0f172a;--ink-muted:#64748b;--ink-subtle:#94a3b8;--line:#e2e8f0;--line-strong:#cbd5e1;--canvas:#f8fafc;--paper:#ffffff;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-soft:#eff6ff;--accent-border:#bfdbfe;--gold:#f59e0b;--gold-soft:#fef3c7;--green:#059669;--green-soft:#ecfdf5;--green-border:#a7f3d0;--amber:#d97706;--amber-soft:#fffbeb;--amber-border:#fde68a;--red:#dc2626;--red-soft:#fef2f2;--red-border:#fecaca;--purple:#7c3aed;--purple-soft:#f5f3ff;--sidebar:#0f172a;--sidebar-hover:#1e293b;--sidebar-active:#334155;--sidebar-muted:#94a3b8;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius:16px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow:0 1px 3px 0 rgba(0,0,0,0.08),0 4px 16px -2px rgba(0,0,0,0.04);--shadow-lg:0 10px 25px -3px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.04);--shadow-modal:0 20px 25px -5px rgba(15,23,42,0.15),0 8px 10px -6px rgba(15,23,42,0.1)}*{box-sizing:border-box}html{min-width:320px}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid rgba(49,87,230,.38);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.app-shell{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:256px;display:flex;flex-direction:column;background:var(--sidebar);color:#fff;padding:24px 14px 20px;border-right:1px solid rgba(255,255,255,.06)}.brand{display:flex;padding:0 10px;margin-bottom:36px}.brand-mark{width:34px;height:34px;border:0;border-radius:var(--radius-sm);display:block;position:relative;background:url(/api/settings/logo?variant=clear) 50%/contain no-repeat}.brand-mark:after,.brand-mark:before{display:none}.brand-name{font-size:17px;font-weight:800;letter-spacing:-.03em;color:#f8fafc}.brand-caption{color:#64748b;font:600 10px/1 DM Mono,monospace;letter-spacing:.12em;margin-left:4px;text-transform:uppercase}.nav-group{display:grid;gap:4px}.nav-label{padding:0 12px 6px;color:#64748b;font:600 11px/1 DM Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.nav-link{min-height:40px;display:flex;align-items:center;gap:11px;border-radius:var(--radius-sm);color:var(--sidebar-muted);padding:0 12px;font-size:13px;font-weight:600;transition:all .16s ease;user-select:none}.nav-link:hover{color:#ffffff;background:var(--sidebar-hover)}.nav-link.active{color:#ffffff;background:var(--sidebar-active);font-weight:700;box-shadow:0 1px 3px rgba(0,0,0,.2)}.nav-icon{width:18px;height:18px;display:grid;place-items:center;color:currentColor;flex-shrink:0}.nav-icon svg{width:18px;height:18px}.nav-sub{display:grid;gap:2px;margin:2px 0 6px 22px;padding-left:12px;border-left:1px solid rgba(255,255,255,.12)}.nav-sub .nav-link{min-height:32px;padding:0 10px;font-size:12px;font-weight:500}.sidebar-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:16px 8px 0}.sidebar-bottom>.nav-link{padding-left:4px}.mode-pill{display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:12px;padding:0 4px;line-height:1.5}.mode-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.2)}.mode-dot.preview{background:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.2)}.main-shell{width:calc(100% - 256px);margin-left:256px;min-height:100vh}.mobile-topbar{display:none}.page-wrap{width:min(1320px,100%);margin:0 auto;padding:46px 48px 70px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.eyebrow{display:block;color:var(--accent);font:600 10px/1 DM Mono,monospace;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}.page-heading h1{margin:0;letter-spacing:-.055em;font-size:clamp(28px,3vw,42px);line-height:1.08;font-weight:800}.page-heading p{max-width:580px;color:var(--ink-muted);margin:12px 0 0;font-size:14px;line-height:1.65}.page-heading-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--radius-sm);padding:0 16px;font-size:13px;font-weight:600;transition:all .16s cubic-bezier(.16,1,.3,1);user-select:none;white-space:nowrap}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{cursor:not-allowed;opacity:.45;transform:none}.button-primary{color:#fff;background:var(--ink);border-color:var(--ink);box-shadow:0 1px 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.08)}.button-primary:hover:not(:disabled){background:#1e293b;border-color:#1e293b;box-shadow:0 4px 12px rgba(15,23,42,.18)}.button-blue{color:#fff;background:var(--accent);border-color:var(--accent);box-shadow:0 1px 2px rgba(37,99,235,.2),0 3px 8px rgba(37,99,235,.18)}.button-blue:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 4px 14px rgba(37,99,235,.28)}.button-secondary{color:var(--ink);background:var(--paper);border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.button-secondary:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}.button-ghost{color:var(--ink-muted);background:transparent}.button-ghost:hover:not(:disabled){color:var(--ink);background:#f1f5f9}.button-danger{color:var(--red);background:var(--red-soft);border-color:var(--red-border)}.button-danger:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.button-sm{min-height:32px;border-radius:6px;padding:0 11px;font-size:12px}.icon-button{width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--paper);color:var(--ink-muted);transition:all .16s ease}.icon-button:hover{color:var(--ink);border-color:var(--line-strong);background:#f8fafc}.button svg,.icon-button svg{width:16px;height:16px;flex-shrink:0}.notice{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--accent-border);border-radius:var(--radius-md);background:var(--accent-soft);color:#1e40af;padding:12px 16px;margin-bottom:20px;font-size:13px;line-height:1.55}.notice svg{flex:0 0 auto;width:18px;height:18px;margin-top:1px;color:var(--accent)}.notice strong{color:#1e3a8a}.notice.warning{border-color:var(--amber-border);background:var(--amber-soft);color:#92400e}.notice.warning svg{color:var(--amber)}.notice.warning strong{color:#78350f}.zovo-recovery-copy{margin:3px 0 10px}.zovo-recovery-lock{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 0;padding:10px 12px;border:1px dashed var(--amber-border);border-radius:10px;background:rgba(255,251,235,.72)}.zovo-recovery-lock>div{display:grid;gap:2px;min-width:0}.zovo-recovery-lock span{color:#92400e;font-size:12px}.zovo-recovery-list{display:grid;gap:8px;margin-top:8px}.zovo-recovery-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid var(--amber-border);border-radius:10px;background:rgba(255,255,255,.56)}.zovo-recovery-item>div{display:grid;gap:2px;min-width:0}.zovo-recovery-item small,.zovo-recovery-item span{color:#92400e;font-size:12px}@media (max-width:720px){.zovo-recovery-item,.zovo-recovery-lock{align-items:flex-start;flex-direction:column}}.surface{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);transition:border-color .18s ease,box-shadow .18s ease}.surface:hover{border-color:#cbd5e1}.surface-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 18px;border-bottom:1px solid var(--line)}.surface-header h2{margin:0;font-size:16px;letter-spacing:-.02em;font-weight:700}.surface-header p{margin:6px 0 0;color:var(--ink-muted);font-size:13px;line-height:1.5}.surface-header .eyebrow{margin-bottom:6px}.surface-body{padding:24px}.section-title{margin:0;font-size:16px;letter-spacing:-.02em;font-weight:700}.section-copy{margin:6px 0 0;color:var(--ink-muted);font-size:13px;line-height:1.55}.generate-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;gap:20px}.form-stack{display:grid;gap:18px}.field{display:grid;gap:8px}.field label,.field-label{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--ink);font-size:13px;font-weight:600}.field-hint{color:var(--ink-subtle);font-size:12px;font-weight:400}.input,.select,.textarea{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#ffffff;color:var(--ink);outline:none;padding:0 13px;font-size:13px;transition:border-color .16s ease,box-shadow .16s ease}.input,.select{min-height:40px}.textarea{min-height:96px;padding-top:10px;padding-bottom:10px;resize:vertical;line-height:1.5}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(37,99,235,.15)}.input::placeholder,.textarea::placeholder{color:#94a3b8}.quick-options{display:flex;flex-wrap:wrap;gap:8px}.quick-option{min-width:48px;min-height:34px;border:1px solid var(--line);border-radius:6px;color:var(--ink-muted);background:#fff;font-size:12px;font-weight:600;transition:all .16s ease}.quick-option:hover{border-color:var(--accent-border);color:var(--accent)}.quick-option.selected{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:6px;padding-top:20px;border-top:1px solid var(--line)}.form-actions small{max-width:230px;color:var(--ink-subtle);font-size:11px;line-height:1.5}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 37%,#f1f5f9 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:6px}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.result-panel{min-height:475px;display:flex;flex-direction:column}.result-empty{flex:1;display:block;padding:18px 24px 0;text-align:left}.result-empty>div{min-height:306px;padding:24px 20px;border:1px dashed var(--line-strong);border-radius:var(--radius-md);color:var(--ink-subtle);background:#f8fafc}.result-empty>div>.result-empty-icon,.result-empty>div>h3{display:none}.result-empty>div>p{max-width:none;margin:0;color:var(--ink-subtle);font-size:13px;text-align:left}.result-empty-placeholder{width:100%;min-height:306px;display:flex;align-items:flex-start;justify-content:flex-start;padding:25px 20px;border:1px dashed var(--line-strong);border-radius:var(--radius-md);color:var(--ink-subtle);background:#f8fafc;font:400 13px/1.6 Noto Sans SC,sans-serif}.result-empty-icon{width:56px;height:56px;display:grid;place-items:center;margin:0 auto 16px;color:var(--ink-subtle);background:#f1f5f9;border-radius:14px}.result-empty-icon svg{width:24px;height:24px}.result-empty h3{margin:0;font-size:15px;letter-spacing:-.02em}.result-empty p{max-width:245px;margin:8px auto 0;color:var(--ink-muted);font-size:12px;line-height:1.6}.result-ready{display:flex;flex-direction:column;flex:1}.result-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--ink-muted);font-size:12px;padding:18px 24px;border-bottom:1px solid var(--line)}.result-meta strong{color:var(--ink);font-size:13px}.result-code-list{display:grid;gap:8px;flex:1;max-height:343px;overflow:auto;padding:16px 24px;background:#f8fafc}.code-line{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:6px;background:#fff}.code-line code{color:#1e293b;font:500 12px/1 DM Mono,monospace;letter-spacing:.02em}.code-copy{width:26px;height:26px;display:grid;place-items:center;border:0;color:var(--ink-subtle);border-radius:4px;background:transparent;transition:all .16s ease}.code-copy:hover{color:var(--accent);background:var(--accent-soft)}.result-footer{display:grid;gap:12px;padding:16px 24px 20px;border-top:1px solid var(--line)}.result-footer-note{color:var(--amber);font-size:12px;line-height:1.5}.result-actions{display:flex;gap:8px;flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:20px}.dashboard-block-heading{margin:0 0 13px}.dashboard-block-heading h2{margin:5px 0 0;font-size:18px;letter-spacing:-.04em}.dashboard-block-heading p{margin:7px 0 0;color:var(--ink-muted);font-size:11px;line-height:1.6}.dashboard-block-heading-compact{margin-top:25px}.business-stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:20px}.business-stats-grid .stat-card{min-width:0}.business-stats-grid .stat-card-value{font-size:25px}.stat-card{padding:20px 22px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all .2s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:var(--shadow-lg)}.stat-card-label{display:flex;align-items:center;justify-content:space-between;color:var(--ink-muted);font-size:12px;font-weight:600}.stat-card-label svg{width:18px;height:18px;color:var(--ink-subtle);transition:color .16s ease}.stat-card:hover .stat-card-label svg{color:var(--accent)}.stat-card-value{display:block;margin-top:12px;font-size:28px;letter-spacing:-.04em;line-height:1.1;font-weight:800;color:var(--ink)}.data-table td,.metric-box strong,.order-summary strong,.stat-card-value{font-variant-numeric:tabular-nums}.stat-card-foot-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:18px;margin-top:10px}.stat-card-foot{display:block;color:var(--ink-subtle);font-size:11px}.stat-card-foot.green{color:var(--green);font-weight:600}.stat-card.tone-green .stat-card-value{color:var(--green)}.stat-card.tone-blue .stat-card-value{color:var(--accent)}.stat-card.value-follows-trend .stat-card-value{color:var(--ink)}.stat-card.value-follows-trend .stat-card-value.trend-up{color:var(--red)}.stat-card.value-follows-trend .stat-card-value.trend-down{color:var(--green)}.stat-card.value-follows-trend .stat-card-value.trend-flat{color:var(--ink)}.stat-card-trend{color:var(--ink-subtle);font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.stat-card-trend.up{color:var(--red)}.stat-card-trend.down{color:var(--green)}.ledger-view-switch{display:inline-flex;align-items:center;gap:3px;margin-bottom:15px;padding:3px;border:1px solid var(--line);border-radius:10px;background:#fafafa}.ledger-view-switch .filter-tab{min-height:31px;padding:0 15px}.toolbar{justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--line);background:#fafbfc;border-radius:var(--radius) var(--radius) 0 0}.toolbar,.toolbar-left,.toolbar-right{display:flex;align-items:center;flex-wrap:wrap}.toolbar-left,.toolbar-right{gap:8px}.search-box{position:relative;display:inline-flex;align-items:center;min-width:260px}.search-box svg{position:absolute;left:12px;top:50%;width:16px;height:16px;color:var(--ink-subtle);transform:translateY(-50%);pointer-events:none;z-index:2;transition:color .16s ease}.search-box:focus-within svg{color:var(--accent)}.search-box .input{width:100%;height:36px;min-height:36px;padding:0 12px 0 36px;font-size:13px;line-height:36px;background:#fff;border:1px solid var(--line-strong);border-radius:var(--radius-sm)}.search-box .input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.toolbar .button-sm{min-height:36px;height:36px;padding:0 14px}.filter-select{width:min(220px,100%);min-height:36px;height:36px;min-width:112px;flex:0 1 220px;padding:0 28px 0 11px;font-size:13px;background:#fff}.card-inventory-toolbar .toolbar-left{flex-wrap:nowrap}.card-inventory-toolbar .toolbar-left>.filter-select{width:220px;flex:0 0 220px}.filter-tabs{display:flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#f1f5f9}.filter-tab{min-height:28px;border:0;border-radius:5px;padding:0 10px;color:var(--ink-muted);background:transparent;font-size:12px;font-weight:600;transition:all .16s ease}.filter-tab:hover{color:var(--ink)}.filter-tab.active{color:var(--ink);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.08)}.table-scroll{overflow-x:auto;border-inline:1px solid transparent;overscroll-behavior-inline:contain;scrollbar-color:#cbd5e1 transparent;scrollbar-width:thin}.data-table{width:100%;min-width:820px;border-collapse:collapse}.data-table th{color:var(--ink-muted);background:#f8fafc;font:600 11px/1 DM Mono,monospace;letter-spacing:.06em;text-align:left;text-transform:uppercase;white-space:nowrap}.data-table td,.data-table th{padding:13px 20px;border-bottom:1px solid var(--line);vertical-align:middle}.data-table td{color:#334155;font-size:13px;white-space:nowrap}.data-table tbody tr{transition:background .12s ease}.data-table tbody tr:hover{background:#f8fafc}.data-table tbody tr:last-child td{border-bottom:0}.table-primary{color:var(--ink)!important;font-weight:600}.table-secondary{display:block;margin-top:3px;color:var(--ink-subtle);font-size:11px}.order-row-actions{display:inline-flex;align-items:center;gap:6px}.orders-table td:last-child,.orders-table th:last-child{position:sticky;right:0;z-index:2;min-width:160px;background:var(--paper);box-shadow:-6px 0 12px rgba(15,23,42,.04)}.orders-table th:last-child{z-index:3;background:#f8fafc}.orders-table tbody tr:hover td:last-child{background:#f8fafc}.customer-order-link{display:inline-flex;flex-direction:column;align-items:flex-start}.customer-order-link:hover .table-primary{color:var(--accent)!important}.customer-expiry{color:var(--ink);font-size:12px;font-weight:700}.due-customer-panel{overflow:hidden}.page-wrap:has(.dashboard-incomplete-panel){display:flex;flex-direction:column;align-items:stretch}.dashboard-incomplete-block{order:99}.due-dashboard-heading{display:block;text-align:left}.due-dashboard-heading h2{display:flex;align-items:center;gap:10px}.due-dashboard-heading .due-customer-count{position:relative;top:-1px}.due-customer-count{flex:0 0 auto;padding:6px 9px;border-radius:999px;color:#87610e;background:#fff6d9;font-size:10px;font-weight:700}.due-customer-table{min-width:900px}.due-customer-table td:last-child,.due-customer-table th:last-child{text-align:right}.due-customer-actions{display:inline-flex;justify-content:flex-end;gap:7px}.due-customer-empty{display:grid;gap:6px;padding:34px 30px;color:var(--ink)}.due-customer-empty strong{font-size:14px}.due-customer-empty span{color:var(--ink-muted);font-size:11px}.dashboard-incomplete-panel{margin-bottom:22px;padding:0;overflow:hidden}.dashboard-incomplete-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.dashboard-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:19px 21px;border-bottom:1px solid var(--line)}.dashboard-panel-heading h2{margin:6px 0 0;font-size:16px}.dashboard-incomplete-list{display:grid}.dashboard-incomplete-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 21px;border-bottom:1px solid #f0f0f2}.dashboard-incomplete-item:last-child{border-bottom:0}.dashboard-incomplete-item:hover{background:#fbfbff}.dashboard-incomplete-item small,.dashboard-incomplete-item strong{display:block}.dashboard-incomplete-item strong{color:var(--ink);font:700 11px DM Mono,monospace}.dashboard-incomplete-item small{margin-top:4px;color:var(--ink-muted);font-size:10px}.dashboard-incomplete-fields{display:inline-flex;align-items:center;gap:5px;color:#87610e;font-size:10px;font-weight:700;white-space:nowrap}.dashboard-incomplete-fields svg{width:14px;height:14px}.checkbox{accent-color:var(--accent);width:15px;height:15px}.status-badge{display:inline-flex;align-items:center;gap:6px;min-height:24px;border-radius:999px;padding:0 10px;font-size:11px;font-weight:600;border:1px solid transparent;white-space:nowrap}.status-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.status-unused{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.status-processing{color:#b45309;background:#fffbeb;border-color:#fde68a}.status-used{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.status-expired,.status-failed{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.status-disabled{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.status-pending{color:#b45309;background:#fffbeb;border-color:#fde68a}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 20px;color:var(--ink-subtle);border-top:1px solid var(--line);font-size:11px}.pagination-actions{display:flex;gap:7px}.empty-state{display:grid;place-items:center;padding:75px 25px;text-align:center}.empty-state-icon{width:53px;height:53px;display:grid;place-items:center;border-radius:15px;color:#9d9ea4;background:#f3f3f5;margin-bottom:16px}.empty-state-icon svg{width:23px;height:23px}.empty-state h3{margin:0;font-size:15px}.empty-state p{max-width:310px;margin:8px 0 19px;color:var(--ink-muted);font-size:12px;line-height:1.6}.two-column{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:20px;align-items:start}.order-detail-single{width:100%}.metric-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:24px}.metric-box{padding:16px;border-radius:13px;background:#fafafa;border:1px solid var(--line)}.metric-box strong{display:block;font-size:23px;letter-spacing:-.055em}.metric-box span{display:block;margin-top:6px;color:var(--ink-muted);font-size:10px}.detail-list{display:grid;gap:0}.detail-item{display:flex;align-items:baseline;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #f0f0f2}.detail-item:first-child{padding-top:0}.detail-item:last-child{border-bottom:0;padding-bottom:0}.detail-item dt{color:var(--ink-muted);font-size:11px}.detail-item dd{margin:0;color:var(--ink);font-size:12px;font-weight:700;text-align:right}.progress-track{width:100%;height:7px;border-radius:999px;background:#ededf0;overflow:hidden}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.batch-card-list{display:grid;gap:11px}.batch-card{display:block;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.batch-card:hover{border-color:#c2cdf8;box-shadow:0 7px 20px rgba(49,87,230,.06);transform:translateY(-1px)}.batch-card-top{display:flex;justify-content:space-between;gap:10px}.batch-number{font:500 12px/1 DM Mono,monospace}.batch-card h3{margin:9px 0 0;font-size:14px;letter-spacing:-.025em}.batch-card-meta{display:flex;flex-wrap:wrap;gap:13px;margin-top:13px;color:var(--ink-muted);font-size:10px}.batch-counts{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.count-chip{color:var(--ink-muted);border-radius:6px;background:#f5f5f6;padding:5px 7px;font-size:10px}.count-chip strong{color:var(--ink);margin-right:3px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.form-grid .full{grid-column:1/-1}.product-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 20px;border-bottom:1px solid #f0f0f2}.product-row:last-child{border-bottom:0}.product-info{min-width:0}.product-name{color:var(--ink);font-size:13px;font-weight:700}.product-code{margin-left:8px;color:var(--accent);font:500 10px DM Mono,monospace}.product-description{margin:5px 0 0;color:var(--ink-muted);font-size:11px}.product-facts{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.product-facts span{border:1px solid #e4e5e9;border-radius:999px;padding:4px 8px;color:var(--ink-muted);background:#fafafa;font-size:9px;font-weight:700}.product-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.toggle{width:39px;height:22px;position:relative;border:0;border-radius:999px;padding:0;background:#d6d6d9}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .18s ease}.toggle.on{background:var(--green)}.toggle.on:after{transform:translateX(17px)}.toggle-label{color:var(--ink-muted);font-size:10px}.order-status-card{padding:23px;background:#fbfbfc;border-radius:15px;border:1px solid var(--line)}.order-status-card h3{margin:0;font-size:13px}.order-status-card p{margin:8px 0 0;color:var(--ink-muted);font-size:11px;line-height:1.5}.order-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.order-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px}.order-meta-cell span{display:block;color:var(--ink-muted);font-size:10px}.order-meta-cell strong{display:block;margin-top:5px;color:var(--ink);font-size:12px}.timeline{display:grid;gap:0;margin-top:12px}.timeline-item{position:relative;display:grid;grid-template-columns:18px 1fr;gap:10px;padding-bottom:18px}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;top:15px;bottom:0;left:6px;width:1px;background:#dedee3}.timeline-item:last-child:before{display:none}.timeline-dot{z-index:1;width:13px;height:13px;margin-top:2px;border:3px solid #d4dcff;border-radius:50%;background:var(--accent)}.timeline-item.done .timeline-dot{border-color:#c5eedc;background:var(--green)}.timeline-item h4{margin:0;font-size:12px}.timeline-item p{margin:4px 0 0;color:var(--ink-muted);font-size:10px}.redeem-page{min-height:100vh;display:grid;place-items:center;padding:40px 20px;background:radial-gradient(circle at 50% 10%,#f8fafc 0,#edf2f7 100%)}.redeem-wrap{width:min(480px,100%)}.order-status-page .redeem-wrap{width:min(920px,100%)}.order-status-header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;margin-bottom:24px}.order-status-brand{display:flex;align-items:center;color:var(--ink);font-size:16px;font-weight:700}.order-status-brand .brand-mark{width:34px;height:34px}.order-service-status{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--green-border);border-radius:999px;padding:6px 14px;color:#047857;background:#ecfdf5;font-size:12px;font-weight:600;white-space:nowrap}.order-service-status i{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.2)}.redeem-brand{display:flex;justify-content:center;align-items:center;margin-bottom:28px;font-size:18px;font-weight:800;color:var(--ink)}.redeem-card{padding:38px 36px;border-radius:var(--radius-lg);background:#ffffff;border:1px solid rgba(226,232,240,.8);box-shadow:0 10px 25px -3px rgba(15,23,42,.05),0 4px 6px -2px rgba(15,23,42,.03)}.redeem-card h1{margin:0;font-size:24px;letter-spacing:-.03em;font-weight:800;color:var(--ink)}.redeem-card>p{margin:8px 0 24px;color:var(--ink-muted);font-size:13px;line-height:1.6}.redeem-form{display:grid;gap:16px}.copyable-field{display:flex;align-items:stretch;gap:8px}.copyable-field .confirmed-customer-value{min-width:0;flex:1;display:flex;align-items:center;background:#f8fafc;border:1px solid var(--line);border-radius:var(--radius-sm);padding:0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.copy-button{flex:0 0 auto;min-width:70px;padding:0 12px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#ffffff;color:var(--ink-muted);font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:5px;transition:all .16s ease}.copy-button:hover:not(:disabled){color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.copy-button:disabled{cursor:not-allowed;opacity:.5}.copy-button svg{width:14px;height:14px}.redeem-code-input{min-height:52px;padding:0 16px;font:600 17px DM Mono,monospace;letter-spacing:.08em;text-align:center;border-radius:var(--radius-md);border:1.5px solid var(--line-strong);background:#f8fafc;transition:all .18s ease}.redeem-code-input:focus{background:#ffffff;border-color:var(--accent);box-shadow:0 0 0 4px rgba(37,99,235,.12)}.redeem-hint{display:flex;align-items:flex-start;gap:8px;margin-top:18px;color:var(--ink-subtle);font-size:11px;line-height:1.55}.redeem-hint svg{flex:0 0 auto;width:15px;height:15px;margin-top:1px}.redeem-result{display:grid;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.redeem-result-head{display:flex;align-items:center;gap:10px}.success-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:var(--green-soft)}.success-icon svg{width:17px;height:17px}.redeem-result h2{margin:0;font-size:16px}.redeem-result p{margin:3px 0 0;color:var(--ink-muted);font-size:11px}.public-recharge-progress{display:grid;gap:0;margin-top:25px;padding:5px 0 2px}.public-progress-step{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);gap:11px;min-height:54px}.public-progress-step:not(:last-child):before{content:"";position:absolute;top:25px;bottom:0;left:13px;width:2px;background:#e5e8f0}.public-progress-marker{z-index:1;width:28px;height:28px;display:grid;place-items:center;border:2px solid #dfe4ef;border-radius:50%;color:#a2a9b8;background:#fff;font-size:11px;font-weight:800}.public-progress-marker svg{width:16px;height:16px}.public-progress-step>div:last-child{padding:3px 0 19px}.public-progress-step strong{display:block;color:var(--ink-muted);font-size:12px}.public-progress-step small{display:block;margin-top:4px;color:var(--ink-subtle);font-size:10px;line-height:1.45}.public-progress-step.done .public-progress-marker{border-color:#9ddfc4;color:#14734f;background:#e7f8ef}.public-progress-step.done strong{color:var(--ink)}.public-progress-step.active .public-progress-marker{border-color:#aebef8;color:var(--accent);background:#eef1ff}.public-progress-step.active strong{color:var(--accent)}.public-progress-step.failed .public-progress-marker{border-color:#f3b6b6;color:var(--red);background:var(--red-soft)}.public-progress-step.failed strong{color:var(--red)}.product-highlight{padding:18px;border:1px solid #dfe5ff;border-radius:14px;background:#f7f8ff}.product-highlight span{display:block;color:var(--accent);font:500 10px DM Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.product-highlight strong{display:block;margin-top:8px;font-size:18px;letter-spacing:-.04em}.product-highlight small{display:block;margin-top:5px;color:var(--ink-muted);font-size:11px}.order-progress-panel{margin-top:25px;border:1px solid #e1e6f4;border-radius:14px;padding:18px 20px 20px;background:#fbfcff}.order-progress-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-progress-heading strong{color:var(--ink);font-size:14px}.order-progress-heading b{color:var(--accent);font-size:18px}.order-progress-track{height:10px;margin-top:14px;overflow:hidden;border-radius:999px;background:#e8ebf3}.order-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#526bf0,#3157e6);transition:width .5s linear}.order-progress-track.failed span{background:var(--red)}.order-progress-track.completed span{background:var(--green)}.order-progress-heading b.failed{color:var(--red)}.order-status-notice{margin-top:18px}.order-status-notice.is-failed{border-color:#fca5a5;background:#fef2f2;color:#b91c1c}.order-status-notice.is-failed svg{color:#dc2626}.order-status-actions{display:flex;gap:8px;margin-top:20px}.redeem-footer{margin-top:19px;color:#a0a1a6;font-size:10px;text-align:center}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overscroll-behavior:contain;animation:modal-fade-in .18s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal{width:min(520px,100%);max-height:min(720px,calc(100dvh - 40px));overflow:auto;overscroll-behavior:contain;border-radius:var(--radius-lg);background:#ffffff;border:1px solid var(--line);box-shadow:var(--shadow-modal);animation:modal-pop .22s cubic-bezier(.16,1,.3,1)}@keyframes modal-pop{0%{transform:scale(.96) translateY(6px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:22px 24px 18px;border-bottom:1px solid var(--line)}.modal-header h2{margin:0;font-size:17px;letter-spacing:-.02em;font-weight:700;color:var(--ink)}.modal-header p{margin:6px 0 0;color:var(--ink-muted);font-size:13px;line-height:1.5}.modal-body{padding:22px 24px 24px}.toast{position:fixed;right:24px;bottom:24px;z-index:70;display:flex;align-items:center;gap:10px;min-width:240px;max-width:calc(100vw - 36px);padding:12px 16px;border:1px solid var(--green-border);border-radius:var(--radius-md);color:#065f46;background:#ffffff;box-shadow:0 10px 25px -3px rgba(5,150,105,.12),0 4px 6px -2px rgba(0,0,0,.05);font-size:13px;font-weight:600;animation:toast-slide-in .24s cubic-bezier(.16,1,.3,1)}@keyframes toast-slide-in{0%{transform:translateY(12px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.toast.error{color:#991b1b;border-color:var(--red-border);background:#ffffff;box-shadow:0 10px 25px -3px rgba(220,38,38,.12),0 4px 6px -2px rgba(0,0,0,.05)}.toast svg{width:17px;height:17px;flex-shrink:0}.toast:not(.error) svg{color:var(--green)}.toast.error svg{color:var(--red)}.not-found{min-height:100vh;display:grid;place-items:center;padding:20px;background:var(--canvas)}.not-found-card{width:min(430px,100%);padding:36px;text-align:center;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.not-found-card h1{margin:0;font-size:24px;letter-spacing:-.05em}.not-found-card p{margin:10px 0 23px;color:var(--ink-muted);font-size:13px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#1e293b 0,#0f172a 100%);position:relative}.login-card{width:min(420px,100%);padding:40px;border-radius:var(--radius-lg);background:#ffffff;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px -12px rgba(0,0,0,.35);animation:modal-pop .28s cubic-bezier(.16,1,.3,1)}.login-card .redeem-brand{justify-content:flex-start;margin-bottom:28px}.login-card h1{margin:0;font-size:24px;letter-spacing:-.03em;font-weight:800;color:var(--ink)}.login-card>p{margin:8px 0 24px;color:var(--ink-muted);font-size:13px;line-height:1.55}.login-demo{padding:12px 14px;margin-bottom:20px;border-radius:var(--radius-sm);color:#92400e;background:#fef3c7;border:1px solid #fde68a;font-size:12px;line-height:1.5}@media (max-width:1120px){.sidebar{width:224px}.main-shell{width:calc(100% - 224px);margin-left:224px}.page-wrap{padding-left:30px;padding-right:30px}.business-stats-grid,.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.generate-grid,.two-column{grid-template-columns:1fr}}@media (max-width:620px){.order-status-header{min-height:55px;margin-bottom:17px}.order-status-brand{font-size:14px}.order-status-brand .brand-mark{width:30px;height:30px}.order-service-status{padding:7px 10px;font-size:10px}}@media (max-width:760px){.logo-upload-form{align-items:flex-start;gap:14px}.logo-upload-preview{width:68px;height:68px}.sidebar{display:none}.sidebar.mobile-visible{display:flex;width:min(310px,88vw);box-shadow:18px 0 40px rgba(0,0,0,.22)}.sidebar.mobile-visible:after{content:"";position:fixed;inset:0;z-index:-1;background:rgba(10,10,10,.35);transform:translateX(min(310px,88vw))}.mobile-close{display:inline-grid;margin-left:auto;border-color:#353538;color:#fff;background:#252526}.main-shell{width:100%;margin-left:0}.mobile-topbar{min-height:62px;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e4e4e7;background:#fff}.mobile-brand,.mobile-topbar{display:flex;align-items:center}.mobile-brand{gap:8px;font-size:14px;font-weight:800}.mobile-brand .brand-mark{width:24px;height:24px}.mobile-brand .brand-mark:before{width:16px;height:16px}.mobile-menu-button{width:42px;height:42px;display:inline-grid;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--ink)}.mobile-menu-button svg{width:21px;height:21px}.page-wrap{padding:30px 17px 50px}.page-heading{display:block;margin-bottom:25px}.page-heading h1{font-size:30px}.page-heading-actions{justify-content:flex-start;margin-top:19px}.surface-body,.surface-header{padding-left:19px;padding-right:19px}.business-stats-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.stat-card{padding:16px}.stat-card-value{font-size:24px}.result-panel{min-height:390px}.toolbar{align-items:stretch;padding:13px 14px}.toolbar-left,.toolbar-right{width:100%}.search-box{min-width:0;flex:1}.card-inventory-toolbar .toolbar-left{flex-wrap:wrap}.card-inventory-toolbar .toolbar-left>.filter-select{width:100%;flex-basis:100%}.filter-tabs{overflow-x:auto;max-width:100%}.filter-tab{min-height:38px;flex:0 0 auto}.metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-row .metric-box:last-child{grid-column:1/-1}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.login-card,.redeem-card{padding:27px 21px}.order-status-page .redeem-wrap{width:100%}.order-progress-panel{padding:15px 12px 17px}.order-status-actions{flex-wrap:wrap}.public-progress-step{grid-template-columns:26px minmax(0,1fr);gap:10px}.public-progress-marker{width:26px;height:26px}.public-progress-step:not(:last-child):before{left:12px}.table-scroll{border-inline-color:#e1e5ed}.modal-backdrop{align-items:end;padding:10px}.modal{max-height:calc(100dvh - 20px);border-radius:16px}}@media (max-width:360px){.page-wrap{padding-inline:13px}.surface-body,.surface-header{padding-inline:15px}.toolbar{padding-inline:11px}.login-card,.redeem-card{padding-inline:17px}}@media (min-width:1500px){.sidebar{inset:2px auto 0 15px;width:348px;height:calc(100vh - 2px);border-radius:27px 27px 0 0;padding:57px 20px 21px}.brand{gap:18px;padding:0 35px;margin-bottom:67px}.brand-mark{width:67px;height:67px}.brand-mark:before{width:44px;height:44px}.brand-name{font-size:28px;letter-spacing:-.07em}.brand-caption{display:none}.nav-label{padding-left:31px;font-size:11px}.nav-link{min-height:55px;border-radius:14px;padding:0 30px;gap:17px;font-size:16px}.nav-sub{margin-left:20px;padding-left:0;border-left:0;gap:4px}.nav-sub .nav-link{min-height:61px;padding:0 30px;font-size:16px}.nav-icon,.nav-icon svg{width:20px;height:20px}.sidebar-bottom{padding-left:20px;padding-right:20px}.main-shell{width:calc(100% - 378px);margin-left:378px}.page-wrap{width:min(1550px,100%);padding:48px 18px 70px}.page-heading h1{font-size:39px}.generate-grid{grid-template-columns:minmax(0,1.1fr) minmax(480px,.9fr);gap:18px}.surface-body,.surface-header{padding-left:30px;padding-right:30px}.result-empty-placeholder{min-height:318px}.page-wrap:has(.generate-grid)>.notice{display:none}.page-wrap:has(.generate-grid) .page-heading{margin-bottom:20px}}.brand-logo{width:48px;height:48px;background-size:contain;background-position:bottom;background-repeat:no-repeat;filter:none}.brand-name>span{display:inline-block;margin-left:.14em;color:#f0c95d;font-size:1.08em;line-height:1;transform:translateY(.02em)}.sidebar nav{min-height:0;display:flex;flex:1;flex-direction:column}.nav-primary{gap:8px}.nav-secondary{margin-top:8px;padding-top:0}.module-tabs{display:flex;align-items:center;gap:5px;width:fit-content;max-width:100%;margin:0;padding:4px;overflow-x:auto;border:1px solid #dde3ec;border-radius:12px;background:rgba(255,255,255,.72)}.module-tabs a{min-height:34px;display:inline-flex;flex:0 0 auto;align-items:center;gap:7px;padding:0 12px;border-radius:8px;color:#7a7b80;font-size:11px;font-weight:700}.module-tabs a:hover{color:var(--ink)}.module-tabs a.active{color:#fff;background:var(--ink);box-shadow:0 4px 9px rgba(20,20,20,.13)}.module-tabs svg{width:14px;height:14px}.flow-page{max-width:1560px}.flow-status-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:18px;overflow:hidden}.flow-status-metric{min-height:112px;display:flex;align-items:center;gap:14px;padding:21px 23px;border-right:1px solid var(--line)}.flow-status-metric:last-child{border-right:0}.flow-status-icon{width:40px;height:40px;display:grid;flex:0 0 auto;place-items:center;border-radius:12px;color:var(--accent);background:var(--accent-soft)}.flow-status-icon svg{width:20px;height:20px}.flow-status-metric div{min-width:0;display:grid}.flow-status-metric div>span{color:var(--ink-muted);font-size:10px;font-weight:700}.flow-status-metric strong{margin-top:5px;overflow:hidden;font-size:19px;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.flow-status-metric small{margin-top:4px;color:var(--ink-subtle);font-size:9px}.flow-status-success .flow-status-icon{color:var(--green);background:var(--green-soft)}.flow-status-failed .flow-status-icon{color:var(--red);background:var(--red-soft)}.flow-status-active .flow-status-icon{color:#956314;background:#fff5d9}.flow-overview{margin-bottom:18px}.flow-mode{display:inline-flex;align-items:center;gap:7px;color:#7b7c82;font-size:10px;font-weight:700}.flow-mode>span{width:7px;height:7px;border-radius:50%;background:#e3a331;box-shadow:0 0 0 4px rgba(227,163,49,.12)}.flow-chain{display:flex;align-items:stretch;justify-content:space-between;gap:8px}.flow-chain-item{display:flex;gap:8px}.flow-chain-item,.flow-node{min-width:0;flex:1;align-items:center}.flow-node{position:relative;min-height:84px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;border:1px solid #e2e4e9;border-radius:14px;padding:14px 14px 14px 15px;color:var(--ink);background:#fbfbfc;text-align:left;transition:border-color .18s ease,background .18s ease,transform .18s ease}.flow-node:hover{transform:translateY(-1px);border-color:#b9c5f5}.flow-node.active{color:#fff;border-color:var(--ink);background:var(--ink);box-shadow:0 10px 22px rgba(21,21,21,.12)}.flow-node-number{position:absolute;top:8px;right:9px;color:#afb0b5;font:600 8px/1 DM Mono,monospace}.flow-node.active .flow-node-number{color:#6f7075}.flow-node-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:var(--accent);background:var(--accent-soft)}.flow-node.active .flow-node-icon{color:#aebcf5;background:#2d2d30}.flow-node-icon svg{width:19px;height:19px}.flow-node small,.flow-node strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flow-node strong{font-size:12px}.flow-node small{margin-top:5px;color:#999aa0;font-size:9px}.flow-arrow{width:13px;height:13px;flex:0 0 auto;color:#b4b6bd}.flow-detail{display:grid;grid-template-columns:minmax(240px,.78fr) minmax(0,1.22fr);gap:28px;margin-top:22px;padding:21px 23px;border-radius:14px;background:#f6f8fc}.flow-detail-copy h3{margin:0;font-size:17px;letter-spacing:-.035em}.flow-detail-copy p{margin:7px 0 0;color:var(--ink-muted);font-size:11px;line-height:1.65}.flow-detail ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.flow-detail li{display:flex;align-items:flex-start;gap:8px;color:#55565c;font-size:11px;line-height:1.5}.flow-detail li svg{width:15px;height:15px;flex:0 0 auto;margin-top:1px;color:var(--green)}.flow-lower-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:start;gap:18px}.channel-list{display:grid}.channel-row{min-height:74px;display:flex;align-items:center;gap:12px;padding:14px 22px;border-bottom:1px solid var(--line)}.channel-row:last-child{border-bottom:0}.channel-icon{width:38px;height:38px;display:grid;flex:0 0 auto;place-items:center;border-radius:11px;color:var(--accent);background:var(--accent-soft)}.channel-icon svg{width:19px;height:19px}.channel-copy{min-width:0;display:grid;flex:1}.channel-copy strong{font-size:11px}.channel-copy span{margin-top:4px;overflow:hidden;color:var(--ink-subtle);font:400 9px/1.3 DM Mono,monospace;text-overflow:ellipsis;white-space:nowrap}.integration-badge{min-height:24px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:0 9px;font-size:9px;font-weight:800;white-space:nowrap}.integration-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.integration-pending{color:#956314;background:#fff5d9}.integration-connected{color:var(--green);background:var(--green-soft)}.integration-error{color:var(--red);background:var(--red-soft)}.integration-disabled{color:#77787d;background:#f0f0f2}.policy-form{display:grid;gap:0}.policy-row{min-height:61px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line)}.policy-row>div:first-child{display:grid}.policy-row strong{font-size:11px}.policy-row>div:first-child span{margin-top:4px;color:var(--ink-subtle);font-size:9px}.policy-row-control{display:flex;align-items:center;gap:9px}.policy-number{width:68px;min-height:32px;padding:0 8px;font-size:10px}.switch{position:relative;width:38px;height:22px;flex:0 0 auto}.switch input{position:absolute;opacity:0;pointer-events:none}.switch>span{position:absolute;inset:0;border-radius:999px;background:#d8d9dd;transition:background .18s ease}.switch>span:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.16);transition:transform .18s ease}.switch input:checked+span{background:var(--accent)}.switch input:checked+span:after{transform:translateX(16px)}.switch input:focus-visible+span{outline:3px solid rgba(49,87,230,.2);outline-offset:2px}.policy-form>.button{margin-top:20px;justify-self:end}.api-contract-panel{margin-top:18px}.api-contract-panel>.surface-header>svg{width:25px;height:25px;color:#a1a2a8}.api-contract-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.contract-item{min-height:119px;display:flex;gap:13px;padding:24px 25px;border-right:1px solid var(--line)}.contract-item:last-child{border-right:0}.contract-item>span{color:var(--accent);font:600 10px/1.5 DM Mono,monospace}.contract-item strong{display:block;font-size:11px}.contract-item p{margin:7px 0 0;color:var(--ink-muted);font-size:10px;line-height:1.55}.empty-state.compact{padding:32px}.run-workbench{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(560px,1.22fr);gap:16px;min-height:650px}.run-detail-panel,.run-list-panel{min-width:0;overflow:hidden}.run-panel-header{align-items:center}.run-list{max-height:710px;align-content:start;padding:12px;overflow-y:auto}.run-card,.run-list{display:grid;gap:9px}.run-card{width:100%;border:1px solid #e2e5eb;border-radius:14px;padding:17px 18px;color:var(--ink);background:#fff;text-align:left;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.run-card:hover{border-color:#bfc9ef}.run-card.active{border-color:#c6c7cb;background:#f2f2f3;box-shadow:inset 3px 0 0 var(--ink)}.run-card.failed{border-color:#f0caca;background:#fffafa}.run-card.failed.active{border-color:#db9b9b;box-shadow:inset 3px 0 0 var(--red)}.run-card-meta,.run-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.run-card-top strong{font:700 12px/1.3 DM Mono,monospace}.run-card-email,.run-card-top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.run-card-email{color:var(--ink-subtle);font:500 9px/1.3 DM Mono,monospace}.run-card p{margin:0;color:#51627e;font-size:11px;font-weight:700;line-height:1.45}.run-card.failed p{color:#a23636}.run-card-failure-stage{width:fit-content;border-radius:6px;padding:4px 7px;color:#a23636;background:#ffecec;font-size:8px;font-weight:800}.run-card-meta{color:var(--ink-subtle);font:500 8px/1.3 DM Mono,monospace}.run-status{min-height:25px;display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;border-radius:999px;padding:0 9px;font-size:9px;font-weight:800}.run-status svg{width:12px;height:12px}.run-status-success{color:#17845e;background:#e5f7ee}.run-status-failed{color:#c44242;background:#fff0f0}.run-status-pending,.run-status-processing{color:#8a6417;background:#fff5d9}.run-detail-empty,.run-empty{min-height:360px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:38px;color:var(--ink-subtle);text-align:center}.run-detail-empty svg,.run-empty svg{width:32px;height:32px;color:#9eace5}.run-detail-empty h2,.run-empty strong{margin:13px 0 0;color:var(--ink);font-size:14px}.run-detail-empty p,.run-empty span{margin:7px 0 0;font-size:10px;line-height:1.6}.run-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:26px 28px 18px}.run-detail-head h2{margin:0;font:700 16px/1.3 DM Mono,monospace;letter-spacing:-.025em}.run-detail-head p{margin:6px 0 0;color:var(--ink-muted);font-size:10px}.run-failure-banner{display:flex;align-items:flex-start;gap:11px;margin:0 28px 18px;border:1px solid #f2c4c4;border-radius:12px;padding:14px 16px;color:#9f3030;background:#fff4f4}.run-failure-banner>svg{width:19px;height:19px;flex:0 0 auto}.run-failure-banner>div{display:grid;gap:4px}.run-failure-banner small,.run-failure-banner span{font-size:8px}.run-failure-banner strong{font-size:11px;line-height:1.45}.run-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0 28px 18px}.run-metrics>div{min-width:0;display:grid;gap:7px;border:1px solid #e3e6ec;border-radius:12px;padding:14px 16px;background:#fafbfc}.run-metrics span{color:var(--ink-subtle);font-size:8px;font-weight:700}.run-metrics strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.run-timeline{padding:5px 32px 30px}.run-timeline-item{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);gap:11px;padding-bottom:24px}.run-timeline-item:last-child{padding-bottom:0}.run-timeline-item:before{content:"";position:absolute;top:16px;bottom:0;left:7px;width:2px;background:#e2e8f1}.run-timeline-item:last-child:before{display:none}.run-timeline-dot{z-index:1;width:16px;height:16px;border:4px solid #dfe7f4;border-radius:50%;background:#fff}.run-timeline-item.done .run-timeline-dot{border-color:#8bd7bd;background:#155b48}.run-timeline-item.current .run-timeline-dot{border-color:#b8c7fa;background:var(--accent)}.run-timeline-item.failed .run-timeline-dot{border-color:#f5baba;background:var(--red)}.run-timeline-copy>div{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.run-timeline-copy strong{font-size:11px}.run-timeline-copy time{color:#a4adc0;font:500 8px/1.3 DM Mono,monospace;white-space:nowrap}.run-timeline-copy p{margin:5px 0 0;color:var(--ink-muted);font-size:10px;line-height:1.5}.run-timeline-copy small{display:block;margin-top:6px;color:var(--ink-subtle);font-size:8px}.config-number{display:flex;align-items:center;gap:6px}.config-number>span{color:var(--ink-subtle);font-size:9px}.config-number .input{width:72px;min-height:33px;padding:0 9px;font-size:10px}.config-number .input:disabled{opacity:.45}.settings-page .surface-header>svg{width:23px;height:23px;color:var(--accent)}.settings-page .two-column{align-items:stretch}.settings-page .two-column>.surface{height:100%}.settings-page .surface-header{padding:18px 22px 15px}.settings-page .surface-body{padding:18px 22px 20px}.settings-page .form-stack{gap:13px}.settings-page .two-column{gap:12px}.settings-page .availability-panel{gap:8px}.settings-page .policy-row{min-height:52px}.settings-page .channel-row{min-height:60px;padding-top:10px;padding-bottom:10px}.settings-tabs{display:inline-flex;width:fit-content;max-width:100%;gap:4px;margin-bottom:20px;border:1px solid var(--line);border-radius:12px;padding:4px;background:#f1f5f9}.settings-tabs button{min-width:110px;min-height:36px;flex:0 0 auto;border:0;border-radius:8px;padding:0 18px;color:var(--ink-muted);background:transparent;font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all .16s ease}.settings-tabs button:hover{color:var(--ink)}.settings-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.settings-tabs button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.settings-tab-panel{display:grid;gap:16px}.settings-general-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:stretch;gap:16px}.settings-side-stack{display:flex;flex-direction:column;gap:16px;justify-content:space-between}.settings-brand-card{display:flex;flex-direction:column;height:100%}.settings-card-form{display:flex;flex-direction:column;flex:1;gap:14px}.settings-compact-card{display:flex;flex-direction:column}.settings-compact-card .surface-header{min-height:0;padding:13px 18px 11px}.settings-compact-card .surface-header p{margin-top:4px}.settings-compact-card .surface-body{padding:16px 20px}.settings-compact-card .form-stack{gap:11px}.settings-support-textarea{min-height:100px;flex:1;resize:vertical}.settings-compact-card .form-actions{padding-top:11px}.compact-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:3px}.settings-integrations-panel{gap:16px}.settings-integrations-panel>.notice{margin:0}.settings-form-grid-two{grid-template-columns:minmax(0,1.5fr) minmax(240px,.75fr)}.settings-upstream-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px}.settings-upstream-grid .settings-compact-card{height:100%}.settings-upstream-grid .settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px}.settings-account-card,.settings-telegram-card{height:100%}.settings-account-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.settings-telegram-form{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(130px,.75fr);gap:12px}.settings-inline-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.55fr) auto;align-items:end;gap:12px}.settings-inline-form .button{margin-bottom:0}.settings-status-list .channel-row{min-height:48px}.settings-section{margin-top:12px}.settings-updated-at{color:var(--ink-subtle);font-size:11px}.settings-inline-notice{margin:0}.settings-channel-summary{display:grid;gap:5px;margin:-2px 0 8px;border:1px solid #e3e6ec;border-radius:12px;padding:14px 16px;background:#f8f9fb}.settings-channel-summary small,.settings-channel-summary span{color:var(--ink-subtle);font-size:9px}.settings-channel-summary strong{font-size:12px}.settings-policy-card .policy-channel-select{min-width:220px}.settings-policy-card .settings-updated-at{margin-top:0}.policy-row.disabled{opacity:.56}.upstream-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.settings-compact-form{display:flex;flex-direction:column;flex:1;gap:14px;height:100%}.logo-upload-form{display:flex;align-items:center;gap:22px}.logo-upload-preview{width:88px;height:88px;display:grid;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.logo-upload-preview img{width:100%;height:100%;object-fit:contain}.logo-upload-fields{display:grid;flex:1;gap:12px;min-width:0}.logo-file-input{min-height:40px;padding:5px 7px;color:var(--ink-muted);background:#fbfcfe;font-size:11px}.logo-file-input::file-selector-button{height:28px;margin-right:9px;border:1px solid #d8deea;border-radius:7px;padding:0 10px;color:var(--ink);background:#fff;font-size:10px;font-weight:800;cursor:pointer;transition:border-color .16s ease,background .16s ease}.logo-file-input::file-selector-button:hover{border-color:#a9b8ec;background:var(--accent-soft)}.settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.upstream-column{display:grid;align-content:start;gap:17px;padding:20px;border:1px solid var(--line);border-radius:15px;background:#fafbfc}.upstream-column h3{margin:0;font-size:13px}.upstream-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.column-note{min-height:34px;margin:-7px 0 0;color:var(--ink-subtle);font-size:10px;line-height:1.7}.upstream-actions{margin-top:auto;padding-top:14px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.upstream-actions>span{color:var(--ink-subtle);font-size:11px;line-height:1.5}.availability-panel{display:grid;gap:12px}.availability-row{min-height:48px;display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:11px;padding:0 12px;border:1px solid var(--line);border-radius:11px}.availability-dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 3px var(--red-soft)}.availability-dot.ok{background:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.availability-row div{min-width:0;display:grid;gap:3px}.availability-row strong{font-size:11px}.availability-row small{overflow:hidden;color:var(--ink-subtle);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.availability-row b{color:var(--ink-muted);font-size:9px}.next-action{display:grid;gap:5px;padding:14px 15px;border-radius:11px;color:#374a91;background:var(--accent-soft)}.next-action small,.next-action span{font-size:9px;color:#7382b8}.next-action strong{font-size:11px}.pool-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.pool-stat{min-height:106px;display:flex;align-items:center;gap:13px;padding:20px}.pool-stat-icon{width:39px;height:39px;display:grid;flex:0 0 auto;place-items:center;border-radius:11px;color:var(--accent);background:var(--accent-soft)}.pool-stat-icon svg{width:19px;height:19px}.pool-stat>div{min-width:0;display:grid}.pool-stat span:not(.pool-stat-icon){color:var(--ink-muted);font-size:9px;font-weight:700}.pool-stat strong{margin-top:4px;font-size:21px;letter-spacing:-.05em}.pool-stat small{margin-top:4px;overflow:hidden;color:var(--ink-subtle);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.pool-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.pool-card{padding:21px;border:1px solid #e3e5ea;border-radius:16px;background:#fff}.pool-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.pool-provider-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:var(--accent);background:var(--accent-soft)}.pool-provider-icon svg{width:20px;height:20px}.pool-card-title{margin-top:17px}.pool-card-title>span{color:var(--accent);font:600 8px/1 DM Mono,monospace;letter-spacing:.09em;text-transform:uppercase}.pool-card-title h3{margin:8px 0 0;font-size:15px;letter-spacing:-.035em}.pool-card-title p{min-height:33px;margin:7px 0 0;color:var(--ink-muted);font-size:10px;line-height:1.6}.pool-endpoint{display:grid;gap:6px;margin-top:16px;padding:11px 12px;border-radius:10px;background:#f7f8fa}.pool-endpoint span{color:var(--ink-subtle);font-size:8px;font-weight:700}.pool-endpoint code{overflow:hidden;color:#5f6066;font:400 9px/1.4 DM Mono,monospace;text-overflow:ellipsis;white-space:nowrap}.pool-plan-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}.pool-plan-list span{border:1px solid #e4e5e9;border-radius:999px;padding:4px 7px;color:#6e6f74;background:#fff;font-size:8px;font-weight:700}.pool-mini-metrics{display:grid;grid-template-columns:.55fr .55fr 1.3fr;gap:8px;margin-top:16px;padding-top:15px;border-top:1px solid var(--line)}.pool-mini-metrics>div{min-width:0;display:grid}.pool-mini-metrics span{color:var(--ink-subtle);font-size:8px}.pool-mini-metrics strong{margin-top:4px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pool-card-actions{gap:8px}.pool-api-boundary,.pool-card-actions{display:flex;justify-content:space-between;margin-top:18px}.pool-api-boundary{align-items:center;gap:20px;padding:19px 22px}.pool-api-boundary>div{display:flex;align-items:flex-start;gap:11px}.pool-api-boundary svg{width:19px;height:19px;flex:0 0 auto;color:#b87714}.pool-api-boundary strong{display:block;font-size:11px}.pool-api-boundary p{margin:5px 0 0;color:var(--ink-muted);font-size:9px;line-height:1.55}.pool-api-boundary>span{color:#9b9ca1;font:600 8px/1 DM Mono,monospace;letter-spacing:.1em;white-space:nowrap}.zovo-pool-page .page-heading{align-items:flex-start;margin-bottom:22px}.zovo-pool-page .page-heading h1{font-size:clamp(27px,2.5vw,37px)}.zovo-pool-page .page-heading p{max-width:720px}.zovo-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.zovo-metric{position:relative;min-height:112px;display:grid;align-content:center;overflow:hidden;padding:19px 21px}.zovo-metric:after{content:"";position:absolute;top:14px;right:14px;width:24px;height:24px;border-radius:50%;background:#eff0f2}.zovo-metric-icon{display:none}.zovo-metric small{color:var(--ink-muted);font-size:10px;font-weight:700}.zovo-metric strong{margin-top:7px;font-size:25px;letter-spacing:-.055em;line-height:1}.zovo-metric strong.green{color:#079a63}.zovo-metric p{margin:8px 0 0;color:var(--ink-subtle);font-size:9px}.zovo-card-surface{overflow:hidden}.zovo-table-head{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px 18px}.zovo-table-head .eyebrow{margin-bottom:7px;font-size:9px}.zovo-table-head h2{margin:0;font-size:18px;letter-spacing:-.035em}.zovo-table-head p{margin:7px 0 0;color:var(--ink-muted);font-size:10px}.zovo-table-tools{display:flex;align-items:flex-start;justify-content:flex-end;gap:12px}.zovo-search{display:grid;gap:5px;width:min(280px,100%)}.zovo-control-label{color:var(--ink-muted);font-size:9px;font-weight:700;line-height:1.2}.zovo-search-field{position:relative}.zovo-search-field>svg{position:absolute;top:12px;left:12px;width:14px;height:14px;color:#a0a4ac}.zovo-search input{width:100%;height:38px;border:1px solid #dce3ee;border-radius:9px;outline:0;padding:0 12px 0 34px;color:var(--ink);background:#f8fafe;font-size:11px}.zovo-search input:focus{border-color:#8fa4ef;box-shadow:0 0 0 3px rgba(49,87,230,.08)}.zovo-search small{display:block;color:var(--ink-muted);font-size:9px;line-height:1.2}.zovo-sort-control{display:grid;gap:5px;min-width:190px;color:var(--ink-muted);font-size:9px;font-weight:700}.zovo-sort-control select{width:100%;min-height:38px;border:1px solid #dce3ee;border-radius:9px;padding:0 10px;color:var(--ink);background:#f8fafe;font-size:10px}.zovo-batch-row{min-height:72px;display:grid;grid-template-columns:minmax(170px,1fr) auto 1px minmax(170px,1fr) auto;align-items:center;gap:14px;margin:0 24px 16px;border:1px solid #dce4f3;border-radius:11px;padding:12px 14px;background:#f7f9fd}.zovo-batch-row>div:not(.zovo-money-control):not(.zovo-batch-divider){display:grid;gap:4px}.zovo-batch-row strong{font-size:11px}.zovo-batch-row span{color:var(--ink-muted);font-size:9px}.zovo-batch-divider{width:1px;height:38px;background:#dde2ea}.zovo-money-control{height:36px;display:flex;align-items:center;overflow:hidden;border:1px solid #d9e0ec;border-radius:8px;background:#fff}.zovo-money-control>span{padding-left:10px;white-space:nowrap}.zovo-money-control input{width:68px;height:100%;border:0;outline:0;padding:0 7px;text-align:right;font-size:11px}.zovo-money-control b{padding-right:8px;font-size:10px}.zovo-money-control button{align-self:stretch;border:0;padding:0 13px;color:#fff;background:#1b1c1e;font-size:10px;font-weight:700}.zovo-batch-row button:disabled,.zovo-money-control button:disabled{cursor:not-allowed;opacity:.42}.zovo-table{min-width:1420px;border-top:1px solid #e7ebf2}.zovo-table th{color:#697181;background:#f4f7fb;font-family:inherit;font-size:9px;font-weight:700;letter-spacing:0;text-transform:none}.zovo-table td,.zovo-table th{padding:13px 14px}.zovo-card-number{font-family:DM Mono,monospace;letter-spacing:.01em}.zovo-channel{display:inline-flex;border-radius:999px;padding:5px 9px;color:#3157e6;background:#edf2ff;font-size:9px;font-weight:700}.zovo-balance{color:#078b5a!important;font-weight:800}.zovo-usage-remaining{color:#3157e6!important;font-size:10px;font-weight:800;white-space:nowrap}.zovo-usage-muted{color:var(--ink-subtle);font-size:9px;white-space:nowrap}.zovo-usage-summary{display:inline-flex;align-items:center;flex-wrap:wrap;gap:3px 7px;min-width:118px;font-size:9px;white-space:nowrap}.zovo-usage-summary b{width:100%;color:var(--ink);font-weight:800}.zovo-usage-summary em,.zovo-usage-summary i{font-style:normal;font-weight:700}.zovo-usage-summary i{color:#078b5a}.zovo-usage-summary em{color:#d74747}.zovo-status{display:inline-flex;min-height:25px;align-items:center;border-radius:999px;padding:0 10px;font-size:9px;font-weight:800}.zovo-status.active{color:#07824f;background:#e4f7ee}.zovo-status.frozen{color:#9a5b00;background:#fff3dc}.zovo-status.other{color:#6c6e74;background:#eff0f2}.zovo-row-actions{display:flex;gap:6px}.zovo-row-actions button{min-height:31px;display:inline-flex;align-items:center;gap:5px;border:1px solid #dce3ed;border-radius:7px;padding:0 9px;color:var(--ink);background:#fff;font-size:9px;font-weight:700}.zovo-row-actions button svg{width:12px;height:12px}.zovo-row-actions button.freeze{color:#a76100;border-color:#f0d49d;background:#fff9ed}.zovo-row-actions button.unfreeze{color:#087443;border-color:#bfe7d4;background:#f0fbf6}.zovo-loading{height:180px;color:var(--ink-muted)!important;text-align:center}.zovo-loading svg{width:16px;height:16px;vertical-align:middle}.zovo-transaction-modal{width:min(850px,calc(100vw - 32px))}.zovo-transaction-modal .table-scroll{max-height:min(520px,65vh)}@media (max-width:1050px){.zovo-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.zovo-batch-row{grid-template-columns:1fr auto}.zovo-batch-divider{display:none}}@media (max-width:700px){.zovo-pool-page .page-heading-actions{width:100%;justify-content:stretch}.zovo-pool-page .page-heading-actions .button{flex:1 1 calc(50% - 5px);min-width:0;padding:0 10px;font-size:11px}.zovo-metrics{grid-template-columns:1fr 1fr}.zovo-table-head,.zovo-table-tools{align-items:stretch;flex-direction:column}.zovo-search,.zovo-sort-control{width:100%;min-width:0}.zovo-batch-row{grid-template-columns:1fr}.zovo-money-control{width:100%}.zovo-money-control input{flex:1}}@media (max-width:1180px){.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-bottom-grid,.settings-general-grid{grid-template-columns:1fr}.settings-account-form{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-account-form .field:first-child{grid-column:1/-1}.run-workbench{grid-template-columns:minmax(300px,.85fr) minmax(420px,1.15fr)}.flow-status-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.pool-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-status-metric{border-bottom:1px solid var(--line)}.flow-status-metric:nth-child(3){border-right:0}.flow-status-metric:nth-child(n+4){border-bottom:0}.flow-chain{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.flow-chain-item{gap:0}.flow-arrow{display:none}.flow-lower-grid{grid-template-columns:1fr}}@media (max-width:760px){.settings-tabs button{min-width:108px;padding:0 14px}.settings-account-form,.settings-bottom-grid,.settings-form-grid,.settings-form-grid-two,.settings-general-grid,.settings-inline-form,.settings-telegram-form,.settings-upstream-grid,.settings-upstream-grid .settings-form-grid,.settings-upstream-grid .settings-form-grid-two{grid-template-columns:1fr}.settings-account-actions,.settings-account-form .field:first-child{grid-column:auto}.settings-compact-card .surface-header{padding:12px 15px 10px}.settings-compact-card .surface-body{padding:12px 15px 14px}.compact-card-actions .button,.settings-account-actions .button,.settings-inline-form .button,.upstream-actions .button{width:100%}.upstream-actions{flex-wrap:wrap}.compact-card-actions,.settings-policy-card .policy-row{align-items:stretch;flex-direction:column}.settings-policy-card .policy-row{gap:9px}.settings-policy-card .policy-row-control{justify-content:flex-end}.settings-policy-card .policy-channel-select{width:100%;min-width:0}.logo-upload-form{align-items:stretch;flex-direction:column;gap:14px}.logo-upload-preview{width:76px;height:76px}.logo-upload-fields .button{width:100%}.run-workbench{grid-template-columns:1fr;min-height:0}.run-list{max-height:430px}.run-metrics{grid-template-columns:1fr}.run-detail-head,.run-metrics{padding-left:19px;padding-right:19px}.run-failure-banner{margin-left:19px;margin-right:19px}.run-timeline{padding-left:23px;padding-right:23px}.brand-logo{width:42px;height:42px;background-size:150%}.module-tabs{width:100%}.module-tabs a{flex:1 0 auto;justify-content:center}.api-contract-grid,.flow-status-strip,.pool-card-grid,.pool-stats-grid{grid-template-columns:1fr}.flow-status-metric{border-right:0;border-bottom:1px solid var(--line)}.flow-status-metric:last-child{border-bottom:0}.flow-chain,.flow-detail{grid-template-columns:1fr}.policy-row{align-items:flex-start;padding:14px 0}.policy-row-control{flex:0 0 auto}.upstream-form{grid-template-columns:1fr}.upstream-actions{grid-column:auto;align-items:stretch;flex-direction:column}.contract-item{min-height:0;border-right:0;border-bottom:1px solid var(--line)}.contract-item:last-child{border-bottom:0}.pool-card-grid{padding:13px}.pool-api-boundary{align-items:flex-start;flex-direction:column}}@media (min-width:1500px){.brand-logo{width:67px;height:67px}.brand-name{font-size:29px}.nav-primary{gap:12px}.nav-primary .nav-link,.nav-secondary .nav-link{min-height:72px;font-size:18px;font-weight:800}.nav-secondary{margin-top:12px;padding-top:0}.page-wrap.flow-page,.page-wrap.pools-page{width:min(1550px,100%)}}.mobile-brand .brand-mark{width:24px;height:24px}.mobile-brand .brand-mark:before{width:16px;height:16px}.redeem-page.redeem-v2{display:block;min-height:100vh;padding:34px 22px 46px;background:radial-gradient(circle at 50% -20%,#ffffff 0,rgba(255,255,255,.78) 27%,transparent 62%),var(--canvas)}.redeem-v2 .redeem-wrap{width:min(980px,100%);margin:0 auto}.public-redeem-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.public-redeem-brand{display:flex;align-items:center;gap:11px}.redeem-page:not(.redeem-v2) .redeem-brand .brand-mark,.redeem-v2 .brand-mark{background-image:url(/api/settings/logo?variant=clear);background-size:contain}.public-redeem-brand .brand-mark{width:36px;height:36px}.public-redeem-brand div{display:grid;gap:3px}.public-redeem-brand strong{font-size:17px;letter-spacing:-.04em}.public-redeem-brand small{color:var(--ink-subtle);font-size:10px}.public-service-status{display:inline-flex;align-items:center;gap:7px;min-height:29px;border:1px solid #cdebd9;border-radius:999px;padding:0 11px;color:#19774a;background:#effbf4;font-size:11px;font-weight:700;white-space:nowrap}.public-service-status i{width:6px;height:6px;border-radius:50%;background:#28a965;box-shadow:0 0 0 3px rgba(40,169,101,.14)}.public-service-status.maintenance{border-color:#f0d8aa;color:#916414;background:#fff8e9}.public-service-status.maintenance i{background:#d59a2d;box-shadow:0 0 0 3px rgba(213,154,45,.14)}.public-redeem-hero{padding:64px 20px 34px;text-align:center}.public-redeem-hero .eyebrow{margin-bottom:14px}.public-redeem-hero h1{margin:0;color:var(--ink);font-size:clamp(30px,5vw,44px);letter-spacing:-.07em;line-height:1.12}.public-redeem-hero>p{max-width:610px;margin:14px auto 0;color:var(--ink-muted);font-size:14px;line-height:1.7}.public-redeem-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:23px}.public-redeem-trust span{display:inline-flex;align-items:center;gap:6px;min-height:30px;border:1px solid #dfe8e2;border-radius:999px;padding:0 10px;color:#4f6657;background:rgba(255,255,255,.82);font-size:10px;font-weight:700}.public-redeem-trust svg{width:14px;height:14px;color:#31955c}.public-redeem-info{display:inline-flex;align-items:center;gap:7px;margin-top:16px;color:#78807a;font-size:10px}.public-redeem-info svg{width:14px;height:14px;color:#31955c}.public-redeem-shell{overflow:hidden;border-color:#d9e5f3;border-radius:22px;background:rgba(255,255,255,.95);box-shadow:0 18px 45px rgba(38,65,101,.08)}.public-redeem-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--line)}.public-redeem-tab{position:relative;min-height:57px;border:0;color:var(--ink-muted);background:transparent;font-size:13px;font-weight:700}.public-redeem-tab:hover{color:var(--ink);background:#fbfcfd}.public-redeem-tab.active{color:#24814c}.public-redeem-tab.active:after{content:"";position:absolute;right:22%;bottom:-1px;left:22%;height:3px;border-radius:3px 3px 0 0;background:#319b5c}.public-redeem-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:26px 40px 24px;border-bottom:1px solid #eef0f3;background:#fcfdfd}.public-redeem-step{position:relative;display:flex;align-items:center;gap:9px;min-width:0}.public-redeem-step:not(:last-child):after{content:"";position:absolute;top:15px;right:13px;left:41px;height:1px;background:#dfe8e2}.public-redeem-step-marker{z-index:1;width:31px;height:31px;display:grid;flex:0 0 auto;place-items:center;border:1px solid #d7dee6;border-radius:50%;color:#9ba4ad;background:#fff;font:600 11px/1 DM Mono,monospace}.public-redeem-step-marker svg{width:16px;height:16px}.public-redeem-step>div:last-child{min-width:0}.public-redeem-step small,.public-redeem-step strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-redeem-step strong{color:var(--ink-muted);font-size:11px}.public-redeem-step small{margin-top:3px;color:var(--ink-subtle);font-size:9px}.public-redeem-step.active .public-redeem-step-marker,.public-redeem-step.done .public-redeem-step-marker{border-color:#83cba1;color:#23804b;background:#eaf8ef}.public-redeem-step.active strong,.public-redeem-step.done strong{color:#216f43}.public-redeem-step.active:after,.public-redeem-step.done:after{background:#a9dabb}.public-redeem-panel{padding:36px 44px 42px}.public-redeem-submit-panel{max-width:740px;margin:0 auto}.public-redeem-panel-heading{margin-bottom:26px}.public-redeem-panel-heading .eyebrow{margin-bottom:11px}.public-redeem-panel-heading h2{margin:0;font-size:23px;letter-spacing:-.055em}.public-redeem-panel-heading p{margin:8px 0 0;color:var(--ink-muted);font-size:12px;line-height:1.6}.public-redeem-form{display:grid;gap:15px;max-width:650px}.public-redeem-form .field{gap:8px}.public-redeem-form .input{min-height:49px;background:#fbfcfd}.public-redeem-form .public-redeem-session-input{min-height:150px;background:#fbfcfd;font:12px/1.55 DM Mono,monospace}.public-redeem-code-input{min-height:56px!important;padding-right:16px;padding-left:16px;font:500 15px DM Mono,monospace;letter-spacing:.06em}.public-redeem-cta{min-height:48px;border-color:#319b5c;color:#fff;background:#319b5c;box-shadow:0 7px 15px rgba(49,155,92,.2)}.public-redeem-cta:hover{border-color:#27864d;background:#27864d}.public-redeem-notice{margin:0 0 18px}.public-redeem-confirm{display:grid;gap:18px}.public-redeem-valid{display:flex;align-items:center;gap:10px}.public-redeem-valid>svg{width:31px;height:31px;padding:6px;border-radius:50%;color:#21814d;background:#e7f8ee}.public-redeem-valid div{display:grid;gap:3px}.public-redeem-valid strong{font-size:14px}.public-redeem-valid small{color:var(--ink-muted);font-size:11px}.public-redeem-panel .product-highlight{border-color:#d8e6ff;background:#f7f9ff}.public-redeem-panel .copy-button{min-height:49px}.public-redeem-empty{display:grid;justify-items:center;gap:7px;margin-top:25px;border:1px dashed #d4dde7;border-radius:15px;padding:30px 20px;color:var(--ink-muted);background:#fbfcfd;text-align:center}.public-redeem-empty svg{width:25px;height:25px;color:#9aa8b8}.public-redeem-empty strong{color:var(--ink);font-size:14px}.public-redeem-empty span{color:var(--ink-subtle);font-size:11px}.public-redeem-lookup-result{margin-top:25px;border:1px solid #e0e6ed;border-radius:15px;padding:20px;background:#fcfdfd}.public-redeem-result-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.public-redeem-result-heading>div{min-width:0;display:grid}.public-redeem-result-heading .eyebrow{margin-bottom:7px;font-size:9px}.public-redeem-result-heading strong{overflow:hidden;font:700 14px/1.3 DM Mono,monospace;text-overflow:ellipsis;white-space:nowrap}.public-redeem-result-heading small{margin-top:5px;overflow:hidden;color:var(--ink-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.public-redeem-status{display:inline-flex;min-height:25px;flex:0 0 auto;align-items:center;border-radius:999px;padding:0 9px;font-size:10px;font-weight:800}.public-redeem-status.status-success{color:#18784a;background:#e7f8ee}.public-redeem-status.status-failed{color:var(--red);background:var(--red-soft)}.public-redeem-status.status-pending,.public-redeem-status.status-processing{color:#916414;background:#fff5d9}.public-redeem-progress{display:grid;gap:0;margin-top:22px}.public-redeem-progress .public-progress-step{min-height:49px}.public-redeem-progress .public-progress-step>div:last-child{padding-bottom:14px}.public-redeem-sync{margin-top:4px;color:var(--ink-subtle);font-size:10px}.public-redeem-refresh{margin-top:17px}.public-redeem-tutorial{max-width:760px;margin:0 auto}.public-redeem-tutorial-list{display:grid;gap:0;margin:0;padding:0;list-style:none;border:1px solid #e4e9ef;border-radius:14px;overflow:hidden}.public-redeem-tutorial-list li{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-bottom:1px solid #edf0f3}.public-redeem-tutorial-list li:last-child{border-bottom:0}.public-redeem-tutorial-list li>span{width:23px;height:23px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;color:#21814d;background:#e8f7ee;font:700 11px/1 DM Mono,monospace}.public-redeem-tutorial-list li div{display:grid;gap:4px}.public-redeem-tutorial-list strong{font-size:12px}.public-redeem-tutorial-list small{color:var(--ink-muted);font-size:10px;line-height:1.5}.public-token-card{display:grid;gap:11px;margin-top:19px;border:1px solid #e0e8f2;border-radius:14px;padding:18px;background:#f8fbff}.public-token-title{display:flex;align-items:center;gap:8px}.public-token-title svg{width:19px;height:19px;color:#3157e6}.public-token-title strong{font-size:13px}.public-token-card p{margin:0;color:var(--ink-muted);font-size:11px;line-height:1.6}.public-token-link{width:fit-content;min-height:39px;color:#fff;background:#1f9b59}.public-token-link:hover{color:#fff;background:#197d47}.public-warning{display:flex;align-items:flex-start;gap:7px;color:#8a611c;font-size:10px;line-height:1.5}.public-warning svg{width:15px;height:15px;flex:0 0 auto}@media (max-width:640px){.redeem-page.redeem-v2{padding:22px 13px 34px}.public-redeem-header{align-items:flex-start}.public-redeem-brand .brand-mark{width:32px;height:32px}.public-redeem-brand strong{font-size:15px}.public-redeem-brand small{font-size:9px}.public-service-status{min-height:26px;padding:0 8px;font-size:9px}.public-redeem-hero{padding:43px 5px 25px}.public-redeem-hero h1{font-size:30px}.public-redeem-hero>p{margin-top:11px;font-size:12px}.public-redeem-trust{gap:6px;margin-top:17px}.public-redeem-trust span{min-height:27px;padding:0 8px;font-size:9px}.public-redeem-trust svg{width:12px;height:12px}.public-redeem-info{margin-top:13px;font-size:9px}.public-redeem-shell{border-radius:17px}.public-redeem-tab{min-height:50px;font-size:12px}.public-redeem-tab.active:after{right:15%;left:15%}.public-redeem-stepper{grid-template-columns:1fr;gap:0;padding:17px 20px 13px}.public-redeem-step{min-height:40px;gap:9px}.public-redeem-step:not(:last-child):after{top:31px;bottom:-3px;left:15px;width:1px;height:auto}.public-redeem-step-marker{width:29px;height:29px}.public-redeem-step strong{font-size:11px}.public-redeem-step small{margin-top:2px;font-size:9px}.public-redeem-panel{padding:28px 20px 31px}.public-redeem-panel-heading{margin-bottom:21px}.public-redeem-panel-heading h2{font-size:21px}.public-redeem-panel-heading p{font-size:11px}.public-redeem-result-heading{gap:8px}.public-redeem-result-heading strong{font-size:12px}.public-redeem-result-heading small{max-width:190px}.public-redeem-lookup-result{padding:15px}.public-redeem-tutorial-list li{padding:14px 13px}.public-token-card{padding:15px}}.order-summary-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.order-summary{min-height:82px;display:flex;align-items:center;gap:12px;padding:17px 19px}.order-summary>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--accent);background:var(--accent-soft)}.order-summary>span svg{width:18px;height:18px}.order-summary>div{display:grid}.order-summary small{color:var(--ink-muted);font-size:9px;font-weight:700}.order-summary strong{margin-top:4px;font-size:20px;letter-spacing:-.05em}.order-summary.amber>span{color:var(--amber);background:var(--amber-soft)}.order-summary.green>span{color:var(--green);background:var(--green-soft)}.order-summary.red>span{color:var(--red);background:var(--red-soft)}.mono-value{font:500 10px/1.4 DM Mono,monospace}.orders-surface-header{padding-bottom:17px}.order-status-cell{display:grid;gap:4px;justify-items:start}.order-missing{color:var(--amber);font-size:10px;font-weight:700}.order-source-toolbar{justify-content:space-between;gap:12px}.order-date-filter{margin-left:auto}.custom-date-range{display:inline-flex;align-items:center;gap:7px;color:var(--ink-muted);font-size:11px;white-space:nowrap}.custom-date-range .input{width:132px;min-height:34px;padding:6px 9px;font-size:11px}.toolbar-label{color:var(--ink-muted);font-size:11px;font-weight:700;white-space:nowrap}.order-source-label{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;padding:0 9px;color:#3d4d83;background:#f0f3ff;font-size:10px;font-weight:700}.order-modal{width:min(620px,100%)}.renewal-status{display:inline-flex;align-items:center;justify-content:center;min-width:26px;font-size:12px;font-weight:800}.renewal-status.positive{color:var(--green)}.renewal-status.negative{color:var(--red)}.manual-renewal-selection{display:flex;align-items:center;gap:10px;min-height:42px;border:1px solid var(--line);border-radius:10px;padding:8px 11px;color:var(--ink-muted);font-size:11px}.manual-renewal-selection>span{margin-right:auto}.manual-renewal-selection strong{font-size:11px}.manual-renewal-selection strong.unknown{color:var(--amber)}.manual-renewal-selection strong.yes{color:var(--green)}.manual-renewal-selection strong.no{color:var(--red)}.renewal-confirm-modal{width:min(540px,100%)}.renewal-confirm-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.renewal-choice{display:grid;gap:7px;min-height:102px;border:1px solid var(--line-strong);border-radius:12px;padding:16px;color:var(--ink);background:var(--paper);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.renewal-choice:focus-visible,.renewal-choice:hover:not(:disabled){border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 3px rgba(94,106,210,.12)}.renewal-choice:disabled{cursor:wait;opacity:.58}.renewal-choice strong{font-size:13px}.renewal-choice span{color:var(--ink-muted);font-size:11px;line-height:1.5}.renewal-choice.yes strong{color:var(--green)}.renewal-choice.no strong{color:var(--red)}.renewal-confirm-actions{justify-content:flex-end;margin-top:18px;padding-top:0;border-top:0}@media (max-width:620px){.renewal-confirm-options{grid-template-columns:1fr}}.order-missing-notice{margin:22px 0 0}.order-edit-panel{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}.toolbar-hint{color:var(--ink-muted)}.inline-status,.toolbar-hint{font-size:11px;font-weight:700}.inline-status{display:inline-flex;align-items:center;gap:4px}.inline-status svg{width:14px;height:14px}.inline-status.success{color:var(--green)}.inline-status.active{color:var(--amber)}.inline-status.failed{color:var(--red)}.resource-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.resource-link-card{display:flex;align-items:center;gap:14px;min-height:112px;padding:20px;border:1px solid var(--line);border-radius:12px;color:inherit;background:var(--paper);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.resource-link-card:hover{border-color:#b7c8bf;transform:translateY(-1px);box-shadow:0 8px 20px rgba(18,49,40,.06)}.resource-link-icon{width:42px;height:42px;display:grid;flex:0 0 auto;place-items:center;border-radius:11px;color:var(--accent);background:var(--accent-soft)}.resource-link-icon svg{width:22px;height:22px}.resource-link-card h2{margin:0;font-size:15px}.resource-link-card p{margin:5px 0 0;color:var(--ink-muted);font-size:11px;line-height:1.6}.resource-link-arrow{margin-left:auto;color:var(--ink-subtle);font-size:20px}.corouter-api-grid{align-items:stretch}.corouter-api-grid .resource-link-card{align-items:flex-start;min-height:0}.corouter-endpoints{display:grid;gap:7px;margin-top:13px}.corouter-endpoint{display:grid;grid-template-columns:42px minmax(0,1fr);gap:5px 8px;align-items:center;padding:8px 9px;border:1px solid var(--line);border-radius:8px;background:var(--paper-muted)}.corouter-endpoint code{overflow-wrap:anywhere;color:var(--ink);font-size:10px}.corouter-endpoint>span:last-child{grid-column:2;color:var(--ink-muted);font-size:10px}.corouter-method{display:inline-flex;justify-content:center;padding:3px 4px;border-radius:5px;color:#2362d6;background:#edf3ff;font-size:9px;font-weight:700}.corouter-method-post{color:#15805b;background:#eaf8f0}.corouter-method-get{color:#2362d6;background:#edf3ff}.corouter-console-section{margin-top:18px}.corouter-console-list{display:grid;gap:8px;padding:0 20px 20px}.corouter-console-item{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--paper)}.corouter-console-summary{display:grid;grid-template-columns:34px 44px minmax(180px,1fr) minmax(130px,.7fr) 24px;gap:10px;align-items:center;width:100%;padding:12px 14px;border:0;color:var(--ink);background:transparent;text-align:left;cursor:pointer}.corouter-console-summary:hover{background:var(--paper-muted)}.corouter-console-summary .resource-link-icon{width:30px;height:30px;border-radius:8px}.corouter-console-summary code{overflow-wrap:anywhere;font-size:11px}.corouter-console-label{color:var(--ink-muted);font-size:11px}.corouter-console-toggle{color:var(--ink-subtle);font-size:18px;text-align:center}.corouter-console-body{padding:0 14px 14px 58px;border-top:1px solid var(--line)}.corouter-console-body p{color:var(--ink-muted);font-size:11px}.corouter-console-body .textarea{min-height:86px;font-family:DM Mono,monospace;font-size:11px}.corouter-console-result{max-height:320px;margin:14px 0 0;padding:12px;overflow:auto;border-radius:8px;color:#d9e6ff;background:#172136;font:11px/1.6 DM Mono,monospace;white-space:pre-wrap}.corouter-function-groups{display:grid;gap:18px}.corouter-function-groups>.corouter-function-section:first-child{display:none}.corouter-flow-tabs{margin-bottom:18px;overflow:hidden}.corouter-flow-tab-list{display:flex;gap:4px;padding:10px 20px 0;border-bottom:1px solid var(--line);background:#f8faff}.corouter-flow-tab-list button{min-height:38px;border:0;border-bottom:2px solid transparent;padding:0 18px;color:var(--ink-muted);background:transparent;font-size:11px;font-weight:700;cursor:pointer}.corouter-flow-tab-list button.active{border-bottom-color:var(--accent);color:var(--accent)}.corouter-flow-tab-panel{display:grid;gap:12px;padding:18px 20px 20px}.corouter-flow-tab-panel>div:first-child{display:grid;gap:4px}.corouter-flow-tab-panel strong{color:var(--ink);font-size:13px}.corouter-flow-tab-panel small{color:var(--ink-muted);font-size:10px}.corouter-flow-tab-panel .textarea{min-height:90px;font-family:DM Mono,monospace;font-size:11px}.corouter-function-section{overflow:hidden}.corouter-function-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 20px 20px}.corouter-function-card{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--paper)}.corouter-function-card.expanded{border-color:#b9c8f4;box-shadow:0 7px 20px rgba(49,87,230,.06)}.corouter-function-summary{display:grid;grid-template-columns:34px minmax(0,1fr) 22px;gap:11px;align-items:center;width:100%;min-height:76px;border:0;padding:13px 14px;color:var(--ink);background:transparent;text-align:left;cursor:pointer}.corouter-function-summary:hover{background:var(--paper-muted)}.corouter-function-summary .resource-link-icon{width:32px;height:32px;border-radius:9px}.corouter-function-summary>span:nth-child(2){display:grid;gap:5px;min-width:0}.corouter-function-summary strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.corouter-function-summary small{overflow:hidden;color:var(--ink-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.corouter-function-body{display:grid;gap:10px;padding:0 14px 14px;border-top:1px solid var(--line)}.corouter-function-body .textarea{min-height:86px;font-family:DM Mono,monospace;font-size:11px}.corouter-workflow-card{display:grid;gap:12px;margin:0 20px 14px;border:1px solid #b9c8f4;border-radius:11px;padding:16px;background:#f8faff}.corouter-workflow-card>div:first-child{display:grid;gap:5px}.corouter-workflow-card strong{color:var(--ink);font-size:13px}.corouter-workflow-card small{color:var(--ink-muted);font-size:10px}.corouter-workflow-fields{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:10px}.corouter-workflow-fields .textarea{min-height:94px;font-family:DM Mono,monospace;font-size:11px}.corouter-card-inventory{margin:0 20px 14px;overflow:hidden;border:1px solid #dce4f3;border-radius:11px;background:var(--paper)}.corouter-card-inventory-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;background:#f8faff}.corouter-card-inventory-head>div{display:grid;gap:4px;min-width:0}.corouter-card-inventory-head strong{color:var(--ink);font-size:12px}.corouter-card-inventory-head small{color:var(--ink-muted);font-size:10px}.corouter-card-inventory-head .button{min-height:32px;padding:0 11px;font-size:10px;white-space:nowrap}.corouter-card-inventory-empty{padding:20px;color:var(--ink-muted);font-size:11px;text-align:center}.corouter-card-inventory-table{min-width:680px}.corouter-card-inventory-table td,.corouter-card-inventory-table th{padding:11px 14px}.corouter-card-inventory-table th{color:var(--ink-muted);background:#f8faff;font-size:9px}.corouter-card-inventory-table td{color:var(--ink);font-size:10px}.corouter-card-key-plaintext{color:var(--ink);font:600 11px/1.45 DM Mono,monospace;word-break:break-all}.corouter-bank-inventory{margin:0 20px 14px;overflow:hidden;border:1px solid #dce4f3;border-radius:11px;background:var(--paper)}.corouter-bank-inventory-table{min-width:680px}.corouter-bank-inventory-table td,.corouter-bank-inventory-table th{padding:11px 14px}.corouter-bank-inventory-table th{color:var(--ink-muted);background:#f8faff;font-size:9px}.corouter-bank-inventory-table td{color:var(--ink);font-size:10px}.corouter-bank-inventory-table td:first-child{display:grid;gap:3px}.corouter-bank-number{color:var(--ink);font:600 11px/1.4 DM Mono,monospace;letter-spacing:.04em}.corouter-bank-inventory-table td small{color:var(--ink-subtle);font-size:9px}.corouter-control-page .page-heading{margin-bottom:18px}.corouter-connection-bar{display:flex;align-items:center;gap:10px;margin-bottom:14px;border:1px solid #dce4f3;border-radius:11px;padding:12px 15px;background:#f7f9fd}.corouter-connection-bar>div{display:grid;gap:3px;min-width:0}.corouter-connection-bar strong{color:var(--ink);font-size:12px}.corouter-connection-bar small,.corouter-connection-note{color:var(--ink-muted);font-size:10px}.corouter-connection-note{margin-left:auto;white-space:nowrap}.corouter-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px}.corouter-metric{position:relative;min-height:104px;display:grid;align-content:center;padding:17px 18px}.corouter-metric>span{display:none}.corouter-metric small{color:var(--ink-muted);font-size:10px;font-weight:700}.corouter-metric strong{margin-top:6px;color:var(--ink);font-size:20px;letter-spacing:-.04em}.corouter-metric strong.green{color:#078b5a}.corouter-metric p{margin:6px 0 0;color:var(--ink-subtle);font-size:9px}@media (max-width:720px){.corouter-console-summary{grid-template-columns:30px 44px minmax(0,1fr) 20px}.corouter-console-summary code{grid-column:3/-1;grid-row:2}.corouter-console-label{grid-column:3;grid-row:3}.corouter-console-body{padding-left:14px}}@media (max-width:900px){.corouter-function-grid{grid-template-columns:1fr}}@media (max-width:620px){.corouter-workflow-fields{grid-template-columns:1fr}}@media (max-width:980px){.corouter-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.corouter-connection-bar{align-items:flex-start}.corouter-connection-note{display:none}.corouter-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.corouter-metric{min-height:92px;padding:14px}.corouter-metric strong{font-size:17px}.corouter-card-inventory-head{align-items:flex-start;flex-direction:column}.corouter-card-inventory-head .button{align-self:stretch}}@media (max-width:760px){.order-summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-date-range,.custom-date-range .input,.order-date-filter{width:100%}.custom-date-range label{flex:1}.resource-link-grid{grid-template-columns:1fr}}.reference-generate-grid{grid-template-columns:minmax(0,1.1fr) minmax(380px,.72fr)}.issue-card-panel{min-height:560px;display:flex;flex-direction:column}.issue-card-panel .surface-header{align-items:center}.issue-card-panel .surface-body{display:flex;flex:1;flex-direction:column}.issue-plus{width:48px;height:48px;display:grid;flex:0 0 auto;place-items:center;border-radius:12px;color:var(--ink);background:#ededee}.issue-plus:hover{background:#e3e3e5}.issue-plus svg{width:20px;height:20px}.quantity-input{width:105px;min-height:35px}.advanced-options{border:1px solid #dedee3;border-radius:10px;background:#fbfbfc}.advanced-options summary{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;color:#55565c;cursor:pointer;font-size:11px;font-weight:700}.advanced-options summary small{margin-left:auto;color:var(--ink-subtle);font-size:9px;font-weight:500}.advanced-options[open] summary{border-bottom:1px solid var(--line)}.advanced-options-body{display:grid;gap:16px;padding:16px}.card-format-row{min-height:46px;display:flex;align-items:center;gap:12px;padding:0 13px;border-radius:10px;color:#6b6c72;background:#f7f8fa}.card-format-row>span{font-size:10px;font-weight:700}.card-format-row code{font:500 10px/1 DM Mono,monospace}.card-format-row small{margin-left:auto;color:#a1a2a7;font-size:8px}.issue-submit{width:100%;min-height:51px;margin-top:auto;color:#fff;border-radius:0 0 11px 11px;background:#090909;box-shadow:none}.issue-submit:hover{background:#242426}.issue-submit:disabled{background:#777}.reference-result-panel{min-height:560px}.reference-result-empty{min-height:0;display:flex;flex:1;flex-direction:column;padding:18px 24px 22px}.reference-result-empty>div:first-child{min-height:0;display:block;flex:1;padding:24px 20px;border:1px dashed #cad9ef;border-radius:15px;color:#a0a8b4;background:#fbfcff}.reference-result-empty>div:first-child p{margin:0;color:#a0a8b4;font-size:13px}.reference-result-empty>.result-actions{margin-top:16px;min-height:0;padding:0;border:0;border-radius:0;background:transparent}.reference-result-empty .button:disabled{color:#999aa0;border-color:#e2e6ed;background:#fff;opacity:1}@media (max-width:1120px){.reference-generate-grid{grid-template-columns:1fr}}.redeem-page.redeem-v2{padding:0 22px 46px;background:radial-gradient(circle at 4% 4%,rgba(231,235,255,.95),transparent 38%),radial-gradient(circle at 100% 18%,rgba(227,241,255,.82),transparent 40%),#f4f6fc}.redeem-v2 .redeem-wrap{width:100%;margin:0}.redeem-v2 .public-redeem-header{min-height:64px;margin:0 -22px;padding:0 34px;border-bottom:1px solid #e4e8f0;background:rgba(255,255,255,.92)}.redeem-v2 .public-redeem-brand{gap:11px}.redeem-v2 .public-redeem-brand .brand-mark{width:35px;height:35px;background-size:130%}.redeem-v2 .public-redeem-brand strong{color:#151b2e;font-size:16px}.redeem-v2 .public-redeem-brand small{display:none}.redeem-v2 .public-redeem-hero{width:min(900px,100%);margin:0 auto;padding:55px 20px 30px}.redeem-v2 .public-redeem-hero .eyebrow{display:inline-flex;align-items:center;min-height:40px;margin:0 0 17px;border:1px solid #d8e1f4;border-radius:999px;padding:0 15px;color:#3157a6;background:rgba(255,255,255,.72);font:700 13px/1 Noto Sans SC,sans-serif;letter-spacing:0;text-transform:none}.redeem-v2 .public-redeem-hero h1{color:#171d2e;font-size:clamp(31px,4vw,43px)}.redeem-v2 .public-redeem-hero h1 .public-redeem-title-en{letter-spacing:0;white-space:nowrap}.redeem-v2 .public-redeem-hero>p{max-width:620px;margin-top:13px;color:#7a8190;font-size:13px}.redeem-v2 .public-redeem-trust{gap:8px;margin-top:29px}.redeem-v2 .public-redeem-trust span{min-height:30px;border-color:#dce3f0;color:#4c566a;background:rgba(255,255,255,.82);font-size:12px}.redeem-v2 .public-redeem-trust svg{color:#3157e6}.redeem-v2 .public-redeem-info{display:inline-flex;align-items:center;gap:10px;min-height:36px;margin-top:18px;border-radius:999px;padding:0 14px;color:#3157a6;background:#edf2ff;font-size:13px}.redeem-v2 .public-redeem-info strong{font-weight:800}.redeem-v2 .public-redeem-info span{color:#7c86a0}.redeem-v2 .public-redeem-shell{width:min(888px,100%);min-height:530px;margin:0 auto;border-color:#d9e2f1;border-radius:20px;box-shadow:0 18px 50px rgba(41,63,113,.08)}.redeem-v2 .public-redeem-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.redeem-v2 .public-redeem-tab{min-height:69px;color:#6e7482;font-size:16px}.redeem-v2 .public-redeem-tab:hover{color:#151b2e;background:#fafbff}.redeem-v2 .public-redeem-tab.active{color:#3157e6}.redeem-v2 .public-redeem-tab.active:after{right:24%;left:24%;background:#3157e6}.redeem-v2 .public-redeem-stepper{display:block;padding:26px 0 20px;border-bottom-color:#edf0f5;background:#fbfcff}.redeem-v2 .public-redeem-stepper-inner{width:min(640px,100%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto}.redeem-v2 .public-redeem-step{flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;text-align:center}.redeem-v2 .public-redeem-step:not(:last-child):after{top:19px;right:calc(-50% + 20px);left:calc(50% + 20px);background:#e2e6ef}.redeem-v2 .public-redeem-step-marker{width:39px;height:39px;border-color:#e1e5ee;color:#a4aab5;background:#f7f8fb;font-size:12px}.redeem-v2 .public-redeem-step.active .public-redeem-step-marker{border-color:#3157e6;color:#fff;background:#3157e6;box-shadow:0 0 0 5px #e7edff}.redeem-v2 .public-redeem-step.done .public-redeem-step-marker{border-color:#9fb5ef;color:#3157e6;background:#edf2ff}.redeem-v2 .public-redeem-step strong{font-size:12px}.redeem-v2 .public-redeem-step.active strong,.redeem-v2 .public-redeem-step.done strong{color:#3157e6}.redeem-v2 .public-redeem-step.active:after,.redeem-v2 .public-redeem-step.done:after{background:#b8c7f1}.redeem-v2 .public-redeem-panel{padding:33px 38px 45px}.redeem-v2 .public-redeem-submit-panel{max-width:none}.redeem-v2 .public-redeem-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:25px}.redeem-v2 .public-redeem-panel-heading h2{color:#171d2e}.redeem-v2 .public-redeem-panel-heading p{color:#808797;font-size:13px}.public-step-badge{display:inline-flex;align-items:center;min-height:31px;flex:0 0 auto;border:1px solid #d9e2f4;border-radius:999px;padding:0 12px;color:#3157a6;background:#f3f6ff;font-size:11px;font-weight:800}.public-lookup-heading{align-items:center}.public-lookup-limit{display:inline-flex;min-height:34px;align-items:center;flex:0 0 auto;border:1px solid #d8e2f7;border-radius:999px;padding:0 13px;color:#3157e6;background:#f1f5ff;font-size:12px;font-weight:800}.public-lookup-form{gap:12px}.public-lookup-input{min-height:125px!important;resize:vertical;padding:12px 14px!important;color:#1c2437;background:#fff!important;font:14px/1.65 DM Mono,monospace}.redeem-v2 .public-lookup-panel{min-height:461px;box-sizing:border-box}.public-lookup-shortcut{display:flex;align-items:center;gap:7px;color:#7d8799;font-size:12px}.public-lookup-shortcut kbd{border:1px solid #dce3ed;border-radius:5px;padding:3px 7px;color:#60708b;background:#f4f7fb;font:12px/1 DM Mono,monospace}.public-lookup-results{display:grid;gap:13px;margin-top:29px}.public-lookup-results-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.public-lookup-results-heading>div{display:grid;gap:5px}.public-lookup-results-heading strong{color:#171d2e;font-size:17px}.public-lookup-results-heading span{color:#7c879a;font-size:12px}.public-lookup-results-heading .public-redeem-refresh{margin:0}.public-lookup-result-card{border:1px solid #dfe5ef;border-radius:15px;padding:18px;background:#fbfcff}.public-lookup-result-card .public-redeem-progress{margin-top:19px}.public-lookup-result-card .public-redeem-notice{margin:13px 0 0}.public-lookup-no-order{margin-top:17px;border-top:1px solid #e8edf4;padding-top:14px;color:#7d8798;font-size:12px}.redeem-v2 .public-redeem-form{max-width:none}.redeem-v2 .public-redeem-form .input,.redeem-v2 .public-redeem-form .textarea{border-color:#dce1ea;background:#fff}.redeem-v2 .public-redeem-code-input{min-height:49px!important}.redeem-v2 .public-redeem-form .input:focus,.redeem-v2 .public-redeem-form .textarea:focus{border-color:#7b94eb;box-shadow:0 0 0 3px rgba(49,87,230,.1)}.redeem-v2 .public-redeem-cta{min-height:41px;border-color:#3157e6;background:#3157e6;box-shadow:0 7px 16px rgba(49,87,230,.2);font-size:15px}.redeem-v2 .public-redeem-cta:hover{border-color:#2548cf;background:#2548cf}.public-submit-note{border:1px solid #e1e7f3;border-radius:12px;padding:12px 14px;color:#697389;background:#fafbff;font-size:13px;line-height:1.6}.redeem-v2 .public-redeem-form .field>label{font-size:14px}.public-redeem-required{color:#d96a6a}.public-redeem-confirm-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.public-redeem-confirm-fields>div{display:grid;gap:7px;min-height:68px;border:1px solid #e1e6f0;border-radius:12px;padding:13px 14px;background:#fbfcff}.public-redeem-confirm-fields span{color:#7e8696;font-size:10px}.public-redeem-confirm-fields strong{overflow:hidden;color:#171d2e;font-size:15px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.redeem-v2 .redeem-footer{width:min(888px,100%);margin:20px auto 0;color:#8a91a0;font-size:10px;text-align:center}.public-redeem-subscription{display:grid;gap:18px;padding:32px 28px 40px}.subscription-intro{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:26px;min-height:230px;border:1px solid #dce4f2;border-radius:18px;padding:26px;overflow:hidden;background:linear-gradient(110deg,#fbfcff,#f4f7ff);position:relative}.subscription-intro:after{content:"";width:235px;height:235px;position:absolute;right:-65px;top:-100px;border:18px solid rgba(49,87,230,.08);border-radius:50%}.subscription-intro-mark{width:132px;height:132px;display:grid;align-content:center;justify-items:center;border-radius:30px;color:#fff;background:linear-gradient(145deg,#3157e6,#131a31);box-shadow:0 15px 30px rgba(49,87,230,.2);z-index:1}.subscription-intro-mark span{font:700 11px/1 DM Mono,monospace;letter-spacing:.16em}.subscription-intro-mark strong{margin-top:9px;font-size:26px;letter-spacing:-.06em}.subscription-intro .eyebrow{margin-bottom:10px}.subscription-query-label{display:inline-flex;align-items:center;min-height:31px;margin-bottom:10px!important;border-radius:999px;padding:0 12px;color:#3157e6;background:#edf3ff;font:700 12px/1 Noto Sans SC,sans-serif;letter-spacing:0;text-transform:none}.subscription-intro h2{margin:0;color:#171d2e;font-size:26px;letter-spacing:-.05em}.subscription-intro p{max-width:560px;margin:10px 0 0;color:#7c8494;font-size:14px;line-height:1.7}.subscription-intro-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.subscription-intro-tags span{border:1px solid #dbe3f1;border-radius:999px;padding:7px 11px;color:#52607a;background:#fff;font-size:12px}.subscription-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.subscription-steps>div{display:grid;gap:8px;min-height:112px;border:1px solid #e1e6ef;border-radius:15px;padding:17px 18px;background:#fff}.subscription-steps b{color:#8e96a5;font:700 12px/1 DM Mono,monospace}.subscription-steps strong{color:#1a2030;font-size:15px}.subscription-steps small{color:#87909e;font-size:12px}.subscription-query-card,.subscription-result{border:1px solid #dde4f0;border-radius:17px;padding:27px;background:#fff}.subscription-query-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.subscription-query-head h3,.subscription-result-heading h3{margin:0;color:#171d2e;font-size:21px;letter-spacing:-.04em}.subscription-query-head p{margin:9px 0 0;color:#808898;font-size:13px;line-height:1.7}.subscription-query-head a{color:#3157e6;font-weight:700}.subscription-query-head>span{display:inline-flex;min-height:32px;align-items:center;border:1px solid #d7e1fb;border-radius:999px;padding:0 12px;color:#3157a6;background:#f2f5ff;font-size:12px;white-space:nowrap}.subscription-notice{display:flex;gap:8px;margin:19px 0;border:1px solid #e1e9f3;border-radius:11px;padding:13px 15px;color:#718092;background:#f8fbff;font-size:12px;line-height:1.6}.subscription-notice strong{color:#3157a6}.subscription-session-input{min-height:175px;margin-top:9px;font:13px/1.6 DM Mono,monospace}.subscription-query-card .field>label{font-size:14px}.subscription-query-actions{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;margin-top:15px}.subscription-query-actions .button{width:100%;min-height:44px}.subscription-result{background:#fbfcff}.token-query-result{padding:16px}.subscription-result-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.subscription-result-heading .eyebrow{margin-bottom:8px}.subscription-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:18px}.subscription-result-grid>div{display:grid;gap:7px;min-height:66px;border:1px solid #e1e6ef;border-radius:11px;padding:12px 13px;background:#fff}.subscription-result-grid span{color:#7d8795;font-size:10px}.subscription-result-grid strong{overflow:hidden;color:#171d2e;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.app-shell:has(.orders-page) .main-shell{background:#010102}.orders-page{--ink:#f7f8f8;--ink-muted:#d0d6e0;--ink-subtle:#8a8f98;--line:#23252a;--line-strong:#30333a;--canvas:#010102;--paper:#0f1011;--paper-muted:#141516;--accent:#5e6ad2;--accent-hover:#828fff;--accent-soft:rgba(94,106,210,.13);--accent-border:rgba(94,106,210,.42);--green:#54c79a;--green-soft:rgba(84,199,154,.12);--green-border:rgba(84,199,154,.38);--amber:#d8a84e;--amber-soft:rgba(216,168,78,.12);--amber-border:rgba(216,168,78,.38);--red:#ef8f91;--red-soft:rgba(239,143,145,.12);--red-border:rgba(239,143,145,.38);--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius:8px;--shadow-sm:none;--shadow:none;--shadow-lg:none;--shadow-modal:0 24px 70px rgba(0,0,0,.52);width:min(1480px,100%);max-width:none;min-height:100vh;margin:0 auto;padding:34px 42px 72px;color:var(--ink);background:var(--canvas)}.orders-page .page-heading{align-items:flex-start;margin-bottom:21px;padding-bottom:23px;border-bottom:1px solid var(--line)}.orders-page .page-heading h1{color:var(--ink);letter-spacing:-.055em}.orders-page .page-heading p{max-width:720px;color:var(--ink-muted)}.orders-page .eyebrow{color:var(--accent-hover)}.orders-page .page-heading-actions{padding-top:3px}.orders-page .button{border-radius:6px;box-shadow:none;transition:color .16s ease,background .16s ease,border-color .16s ease}.orders-page .button:hover:not(:disabled){transform:none}.orders-page .button-primary{color:#fff;border-color:var(--accent);background:var(--accent)}.orders-page .button-primary:hover:not(:disabled){color:#fff;border-color:var(--accent-hover);background:var(--accent-hover)}.orders-page .button-secondary{color:var(--ink);border-color:var(--line-strong);background:var(--paper-muted)}.orders-page .button-secondary:hover:not(:disabled){color:#fff;border-color:#464a55;background:#1b1d20}.orders-page .button-ghost{color:var(--ink-muted)}.orders-page .button-ghost:hover:not(:disabled){color:var(--ink);background:#18191a}.orders-page .button-danger{color:var(--red);border-color:var(--red-border);background:var(--red-soft)}.orders-page .button-danger:hover:not(:disabled){color:#ffb4b5;border-color:rgba(239,143,145,.58);background:rgba(239,143,145,.18)}.orders-page .ledger-view-switch{margin-bottom:18px;border-color:var(--line);border-radius:8px;background:var(--paper)}.orders-page .ledger-view-switch .filter-tab{min-height:30px;color:var(--ink-subtle)}.orders-page .ledger-view-switch .filter-tab.active{color:var(--ink);background:#23252a;box-shadow:inset 0 0 0 1px rgba(94,106,210,.42)}.orders-page .order-summary-row{gap:10px;margin-bottom:18px}.orders-page .order-summary{min-height:88px;border-color:var(--line);border-radius:8px;box-shadow:none}.orders-page .order-summary:first-child{background:#0f1011}.orders-page .order-summary:nth-child(2){background:#141516}.orders-page .order-summary:nth-child(3){background:#18191a}.orders-page .order-summary:nth-child(4){background:#141516}.orders-page .order-summary:hover{border-color:#30333a}.orders-page .order-summary>span{border:1px solid rgba(94,106,210,.25);border-radius:6px;color:#aeb6ff;background:rgba(94,106,210,.12)}.orders-page .order-summary.amber>span{color:var(--amber);border-color:var(--amber-border);background:var(--amber-soft)}.orders-page .order-summary.green>span{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.orders-page .order-summary.red>span{color:var(--red);border-color:var(--red-border);background:var(--red-soft)}.orders-page .order-summary small{color:var(--ink-subtle);font-size:10px}.orders-page .order-summary strong{color:var(--ink);font-size:20px;font-variant-numeric:tabular-nums}.orders-page .surface{border-color:var(--line);border-radius:8px;background:var(--paper);box-shadow:none}.orders-page .surface:hover{border-color:var(--line)}.orders-page .surface-header{border-bottom-color:var(--line);background:var(--paper)}.orders-page .surface-header h2{color:var(--ink)}.orders-page .surface-header p{color:var(--ink-muted)}.orders-page .orders-surface-header{padding-bottom:18px}.orders-page .toolbar{border-bottom-color:var(--line);border-radius:0;background:var(--paper-muted)}.orders-page .order-source-toolbar{background:var(--paper)}.orders-page .toolbar-label{color:var(--ink-muted)}.orders-page .toolbar-hint{color:var(--ink-subtle);font-weight:500}.orders-page .search-box{min-width:min(390px,100%)}.orders-page .input,.orders-page .search-box .input,.orders-page .select,.orders-page .textarea{color:var(--ink);border-color:var(--line-strong);background:#18191a}.orders-page .input::placeholder,.orders-page .search-box .input::placeholder,.orders-page .textarea::placeholder{color:#6f747d}.orders-page .input:focus,.orders-page .search-box .input:focus,.orders-page .select:focus,.orders-page .textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(94,106,210,.2)}.orders-page .search-box svg{color:var(--ink-subtle)}.orders-page .search-box:focus-within svg{color:var(--accent-hover)}.orders-page .filter-tabs{border-color:var(--line);background:#18191a}.orders-page .filter-tab{color:var(--ink-subtle)}.orders-page .filter-tab:hover{color:var(--ink)}.orders-page .filter-tab.active{color:var(--ink);background:#292c33;box-shadow:inset 0 0 0 1px rgba(94,106,210,.4)}.orders-page .custom-date-range{color:var(--ink-subtle)}.orders-page .table-scroll{border-inline-color:var(--line);background:var(--paper);scrollbar-color:#3b3e46 transparent}.orders-page .data-table{min-width:980px}.orders-page .data-table th{color:var(--ink-subtle);background:var(--paper-muted);font-size:10px}.orders-page .data-table td,.orders-page .data-table th{border-bottom-color:var(--line)}.orders-page .data-table td{color:var(--ink-muted)}.orders-page .data-table tbody tr{background:var(--paper)}.orders-page .data-table tbody tr:focus-within,.orders-page .data-table tbody tr:hover{background:#141516}.orders-page .data-table tbody tr:last-child td{border-bottom-color:transparent}.orders-page .table-primary{color:var(--ink)!important}.orders-page .table-secondary{color:var(--ink-subtle)}.orders-page .data-table td,.orders-page .mono-value{font-variant-numeric:tabular-nums}.orders-page .mono-value{font-family:DM Mono,monospace}.orders-page .table-primary.mono-value{color:#e2e5ea!important}.orders-page .table-primary.mono-value:hover{color:var(--accent-hover)!important}.orders-page .order-source-label{min-height:22px;border:1px solid rgba(94,106,210,.34);border-radius:4px;color:#b4bdff;background:rgba(94,106,210,.12)}.orders-page .order-missing{color:var(--amber)}.orders-page .orders-table td:last-child,.orders-page .orders-table th:last-child{border-left:1px solid var(--line);background:var(--paper);box-shadow:-12px 0 16px rgba(0,0,0,.22)}.orders-page .orders-table th:last-child{background:var(--paper-muted)}.orders-page .orders-table tbody tr:focus-within td:last-child,.orders-page .orders-table tbody tr:hover td:last-child{background:#18191a}.orders-page .status-badge{min-height:22px;border-radius:4px;padding:0 8px;font-size:10px;gap:5px}.orders-page .status-badge:before{width:5px;height:5px}.orders-page .status-pending,.orders-page .status-processing{color:var(--amber);border-color:var(--amber-border);background:var(--amber-soft)}.orders-page .status-success{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.orders-page .status-failed{color:var(--red);border-color:var(--red-border);background:var(--red-soft)}.orders-page .status-disabled,.orders-page .status-expired,.orders-page .status-unused,.orders-page .status-used{color:var(--ink-subtle);border-color:var(--line-strong);background:rgba(138,143,152,.08)}.orders-page .pagination{color:var(--ink-subtle);border-top-color:var(--line);background:var(--paper)}.orders-page .empty-state{color:var(--ink)}.orders-page .empty-state-icon{color:var(--ink-subtle);background:#18191a}.orders-page .empty-state p{color:var(--ink-subtle)}.orders-page .customer-order-link:hover .table-primary{color:var(--accent-hover)!important}.orders-page .customer-expiry{color:var(--ink-muted)}.orders-page .inline-status.success{color:var(--green)}.orders-page .inline-status.active{color:var(--amber)}.orders-page .inline-status.failed{color:var(--red)}.orders-page .modal-backdrop{background:rgba(1,1,2,.78)}.orders-page .modal{border-color:var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow-modal)}.orders-page .modal-header{border-bottom-color:var(--line)}.orders-page .modal-header h2{color:var(--ink)}.orders-page .modal-header p{color:var(--ink-muted)}.orders-page .modal-body{color:var(--ink)}.orders-page .renewal-choice{background:var(--paper-muted)}.orders-page .renewal-choice:focus-visible,.orders-page .renewal-choice:hover:not(:disabled){background:#202126}.orders-page .field label{color:var(--ink)}.orders-page .field-hint{color:var(--ink-subtle)}.orders-page .form-actions{border-top-color:var(--line)}.orders-page .icon-button{color:var(--ink-muted);border-color:var(--line-strong);background:var(--paper-muted)}.orders-page .icon-button:hover{color:var(--ink);border-color:#464a55;background:#1b1d20}.orders-page .toast{color:var(--green);border-color:var(--green-border)}.orders-page .toast,.orders-page .toast.error{background:#141516;box-shadow:0 14px 32px rgba(0,0,0,.35)}.orders-page .toast.error{color:var(--red);border-color:var(--red-border)}@media (max-width:980px){.orders-page{padding-inline:24px}}@media (max-width:760px){.orders-page{padding:28px 17px 52px}.orders-page .page-heading{display:block}.orders-page .page-heading-actions{justify-content:flex-start;margin-top:18px}.orders-page .order-source-toolbar{align-items:flex-start}.orders-page .order-date-filter{margin-left:0}.orders-page .search-box{min-width:0;flex:1}.orders-page .toolbar{padding-inline:14px}.orders-page .order-summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.orders-page .order-summary{padding-inline:13px}.orders-page .order-summary>span{width:31px;height:31px}.orders-page .order-summary strong{font-size:17px}}.subscription-result-note{margin:15px 0 0;color:#8b93a1;font-size:10px;line-height:1.5}.token-query-intro{grid-template-columns:37px 1fr;gap:13px;min-height:0;padding:19px 21px;background:#fff}.token-query-intro:after{width:180px;height:180px;right:-95px;top:-85px;border-width:14px}.token-query-intro-icon{width:32px;height:32px;display:grid;place-items:center;border:1px solid #c8d9ff;border-radius:9px;color:#3157e6;background:#f3f7ff;z-index:1}.token-query-intro-icon svg{width:20px;height:20px}.token-query-intro .eyebrow{margin-bottom:6px}.token-query-intro h2{font-size:18px}.token-query-intro p{margin-top:5px;font-size:11px}.token-query-intro .token-query-intro-note{margin-top:2px;color:#8b93a1}.subscription-detect-hint{display:flex;align-items:center;gap:7px;margin-top:11px;color:#3157a6;font-size:11px}.subscription-detect-hint svg{width:15px;height:15px;color:#1f9b59}.token-query-result{padding:22px;background:linear-gradient(145deg,#fbfdff,#f5f9ff)}.token-result-summary{display:flex;align-items:center;gap:11px}.token-result-summary>div:not(.token-result-status-icon){display:grid;gap:3px;min-width:0}.token-result-summary strong{color:#171d2e;font-size:15px}.token-result-summary span{color:#3157e6;font-size:12px;font-weight:700}.token-result-summary .button{margin-left:auto;min-height:35px;font-size:11px}.token-result-status-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#16804e;background:#e5f7ee}.token-result-status-icon svg{width:22px;height:22px}.token-result-email{display:grid;gap:7px;margin-top:20px;padding-top:16px;border-top:1px solid #e6edf7}.token-result-email span,.token-result-grid span{color:#7d8795;font-size:10px}.token-result-email strong{overflow:hidden;color:#171d2e;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.token-result-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.token-result-grid>div{min-height:61px;padding:11px 12px}.token-result-grid strong{font-size:12px}.token-account-summary{margin-top:16px;border:1px solid #e1e8f4;border-radius:13px;padding:15px;background:rgba(255,255,255,.75)}.token-account-summary-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.token-account-summary-heading h3{margin:0;color:#171d2e;font-size:14px}.token-account-summary-heading span{color:#7d8795;font-size:10px}.token-account-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:12px}.token-account-summary-grid>div{display:grid;gap:6px;min-height:53px;border:1px solid #e6ebf3;border-radius:9px;padding:9px 10px;background:#fff}.token-account-summary-grid span{color:#7d8795;font-size:9px}.token-account-summary-grid strong{overflow:hidden;color:#30384a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.token-query-result .subscription-result-note{margin-top:13px}.subscription-result-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #009b68;border-left-width:4px;border-radius:9px;padding:15px 18px;background:#ecfff6}.subscription-result-hero div{display:grid;gap:5px;min-width:0}.subscription-detail-heading,.subscription-result-hero span{color:#728095;font-size:13px;font-weight:600}.subscription-result-hero strong{color:#111a2b;font-size:23px;font-weight:800;letter-spacing:-.03em}.subscription-result-hero p{margin:0;color:#4d6870;font-size:15px;font-weight:600}.subscription-result-hero>b{color:#008b61;font-size:14px;font-weight:800;white-space:nowrap}.subscription-renewal-alert{display:flex;align-items:center;gap:10px;margin-top:15px;border-radius:9px;padding:13px 14px;color:#008b61;background:#e9fff5;font-size:14px;font-weight:700}.subscription-renewal-alert svg{flex:0 0 auto;width:22px;height:22px}.subscription-renewal-alert.is-off{color:#8a5a12;background:#fff8e8}.subscription-result-top-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.subscription-result-top-grid>div{min-height:78px;padding:13px 15px}.subscription-result-top-grid span{font-size:13px;font-weight:600}.subscription-result-top-grid strong{font-size:20px;font-weight:800}.subscription-result-top-grid strong.is-positive{color:#008b61;font-size:20px;font-weight:800}.subscription-detail-heading{margin-top:18px;border-top:1px solid #e1e6ef;padding-top:17px}.subscription-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:13px;overflow:hidden;border:1px solid #e1e6ef;border-radius:9px;background:#f8fafc}.subscription-detail-grid>div{display:grid;gap:7px;min-height:67px;border-bottom:1px solid #e1e6ef;padding:13px 15px}.subscription-detail-grid>div:nth-child(odd){border-right:1px solid #e1e6ef}.subscription-detail-grid>div:nth-last-child(-n+2){border-bottom:0}.subscription-detail-grid span{color:#728095;font-size:12px;font-weight:500}.subscription-detail-grid strong{overflow:hidden;color:#172033;font-size:15px;font-weight:600;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.subscription-result-retry{display:none}.redeem-v2 .public-redeem-tutorial{max-width:none}.tutorial-section+.tutorial-section{margin-top:27px}.tutorial-section h2{margin:0 0 16px;color:#3157a6;font-size:19px;letter-spacing:-.03em}.tutorial-section ol{display:grid;gap:9px;margin:0;padding-left:24px;color:#4f586a;font-size:14px;line-height:1.75}.tutorial-section li::marker{color:#3157e6;font-weight:700}.tutorial-section .public-token-link{min-height:42px;margin-top:18px;font-size:14px}.tutorial-example{margin-top:27px;border:1px solid #e2e7ef;padding:19px;background:#fff}.tutorial-example h3{margin:0;color:#1a2030;font-size:17px}.tutorial-example p{margin:14px 0 11px;color:#808898;font-size:13px}.tutorial-example code{display:block;overflow-x:auto;border-radius:9px;padding:14px 15px;color:#dce4ff;background:#182136;font:12px/1.7 DM Mono,monospace;white-space:pre-wrap}.tutorial-check{display:flex;align-items:flex-start;gap:7px;margin-top:11px;color:#4f586a;font-size:13px;line-height:1.6}.tutorial-check-danger{color:#7d4b4b}.tutorial-check a{color:#3157e6;font-weight:700}.tutorial-warning{margin-top:19px;border-color:#f0dfb9;border-radius:11px;padding:13px 15px;background:#fffaf0;font-size:13px;line-height:1.6}@media (min-width:641px) and (max-width:1024px){.redeem-v2 .public-redeem-header{display:none}.redeem-v2 .public-redeem-hero{padding-top:22px}}@media (max-width:640px){.redeem-page.redeem-v2{padding:0 13px 32px}.redeem-v2 .public-redeem-header{min-height:60px;margin:0 -13px;padding:0 16px}.redeem-v2 .public-redeem-brand .brand-mark{width:32px;height:32px}.redeem-v2 .public-service-status{min-height:26px;padding:0 8px;font-size:11px}.redeem-v2 .public-redeem-hero{padding:42px 5px 24px}.redeem-v2 .public-redeem-hero h1{font-size:30px}.redeem-v2 .public-redeem-hero>p{font-size:12px}.redeem-v2 .public-redeem-info{flex-wrap:wrap;justify-content:center;border-radius:14px;padding:8px 10px;line-height:1.4}.redeem-v2 .public-redeem-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.redeem-v2 .public-lookup-panel,.redeem-v2 .public-redeem-shell{min-height:0}.redeem-v2 .public-redeem-tab{min-height:49px;font-size:11px}.redeem-v2 .public-redeem-tab.active:after{right:20%;left:20%}.redeem-v2 .public-redeem-stepper{grid-template-columns:1fr;gap:0;padding:17px 20px 13px}.redeem-v2 .public-redeem-stepper-inner{width:100%;display:grid;grid-template-columns:1fr;gap:0}.redeem-v2 .public-redeem-step{min-height:40px;flex-direction:row;align-items:center;justify-content:flex-start;gap:9px;text-align:left}.redeem-v2 .public-redeem-step:not(:last-child):after{top:31px;right:auto;left:15px;width:1px;height:calc(100% - 18px)}.redeem-v2 .public-redeem-step-marker{width:29px;height:29px;font-size:11px}.redeem-v2 .public-redeem-step strong{font-size:11px}.redeem-v2 .public-redeem-step small{margin-top:2px;font-size:9px}.redeem-v2 .public-redeem-panel{padding:27px 20px 31px}.redeem-v2 .public-redeem-panel-heading{margin-bottom:21px}.public-step-badge{min-height:27px;padding:0 9px;font-size:10px}.public-lookup-heading{align-items:flex-start}.public-lookup-limit{min-height:29px;padding:0 10px;font-size:10px}.public-lookup-input{min-height:122px!important;font-size:12px}.public-lookup-shortcut{font-size:11px}.public-lookup-shortcut kbd{font-size:10px}.public-lookup-results-heading{align-items:flex-start}.public-lookup-results-heading strong{font-size:15px}.public-lookup-results-heading span{font-size:10px}.public-lookup-result-card{padding:14px}.public-redeem-confirm-fields,.subscription-result-grid{grid-template-columns:1fr}.public-redeem-subscription{padding:20px}.subscription-intro{grid-template-columns:1fr;gap:17px;min-height:0;padding:20px}.subscription-intro-mark{width:88px;height:88px;border-radius:22px}.subscription-intro-mark strong{font-size:20px}.subscription-intro h2{font-size:21px}.subscription-steps{grid-template-columns:1fr}.subscription-query-card,.subscription-result{padding:18px}.subscription-query-head{display:grid}.subscription-query-actions{grid-template-columns:96px minmax(0,1fr)}.subscription-intro p{font-size:13px}.subscription-intro-tags span{font-size:11px}.subscription-steps strong{font-size:14px}.subscription-result-hero{align-items:flex-start;padding:15px}.subscription-result-hero strong{font-size:21px}.subscription-result-hero p{font-size:14px}.subscription-result-hero>b{font-size:13px}.subscription-detail-grid{grid-template-columns:1fr}.subscription-detail-grid>div:nth-child(odd){border-right:0}.subscription-detail-grid>div:nth-last-child(-n+2){border-bottom:1px solid #e1e6ef}.subscription-detail-grid>div:last-child{border-bottom:0}.subscription-steps small{font-size:11px}.subscription-query-head h3{font-size:19px}.subscription-notice,.subscription-query-head p{font-size:12px}.subscription-session-input{min-height:150px;font-size:12px}.token-query-intro{grid-template-columns:32px 1fr;gap:11px;min-height:0;padding:16px}.token-query-intro-icon{width:29px;height:29px}.token-query-intro-icon svg{width:18px;height:18px}.token-query-intro h2{font-size:18px}.token-query-intro p{font-size:10px}.token-result-summary{align-items:flex-start}.token-result-summary .button{padding:0 10px}.token-account-summary-grid,.token-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tutorial-section h2{font-size:17px}.tutorial-section ol{font-size:13px}.tutorial-example h3{font-size:16px}.tutorial-example p{font-size:12px}.tutorial-example code{font-size:11px}.tutorial-check,.tutorial-warning{font-size:12px}}.brand,.mobile-brand,.order-status-brand,.public-redeem-brand,.redeem-brand{border:1px solid rgba(255,255,255,.08);border-radius:14px;color:#fff;background:#151515}.brand{width:fit-content;align-items:center;padding:0;gap:12px;border:0;border-radius:0;background:transparent}.brand-mark{border-radius:11px}.brand-name{align-self:center;padding-bottom:0;font-size:24px;line-height:1}.redeem-brand{width:fit-content;margin:0 auto 27px;padding:7px 12px;gap:10px;font-size:20px}.redeem-brand .brand-mark{width:32px;height:32px;border-radius:10px}.login-card .redeem-brand{margin-right:0;margin-left:0}.order-status-brand{width:fit-content;padding:7px 12px;gap:10px;font-size:18px}.order-status-brand .brand-mark{width:38px;height:38px;border-radius:12px}.public-redeem-brand{width:fit-content;padding:7px 12px;gap:10px}.public-redeem-brand .brand-mark{border-radius:12px}.public-redeem-brand strong,.redeem-v2 .public-redeem-brand strong{color:#fff;font-size:19px}.mobile-brand{padding:6px 10px;gap:9px;font-size:17px}.mobile-brand .brand-mark{width:28px;height:28px;border-radius:9px}@media (min-width:1500px){.brand-name{font-size:30px}}@media (max-width:620px){.order-status-brand{font-size:16px}.order-status-brand .brand-mark{width:34px;height:34px}}@media (max-width:760px){.mobile-brand{font-size:16px}}.brand-mark{background-image:url(/api/settings/logo?variant=clear);background-position:50%;background-size:contain;background-repeat:no-repeat;background-color:transparent}.brand-logo{width:56px;height:56px;border-radius:0}.brand-name{font-size:30px;white-space:nowrap}.order-status-brand .brand-mark,.public-redeem-brand .brand-mark,.redeem-brand .brand-mark,.sidebar .brand-logo{filter:brightness(0) invert(1)}.mobile-brand{border:0;background:transparent;padding:0;font-size:18px;white-space:nowrap}.mobile-brand .brand-mark{width:34px;height:34px;border-radius:0;filter:none}.redeem-v2 .public-redeem-brand{border:0;padding:0;color:var(--ink);background:transparent}.redeem-v2 .public-redeem-brand .brand-mark{filter:brightness(0);background-color:transparent}.redeem-v2 .public-redeem-brand strong{color:var(--ink)}.redeem-v2 .public-service-status{min-height:34px;padding:0 13px;font-size:12px}@media (max-width:640px){.redeem-v2 .public-redeem-brand{min-width:0}.redeem-v2 .public-service-status{min-width:0;max-width:52%;min-height:32px;padding:0 9px;overflow:hidden;font-size:11px;text-overflow:ellipsis}}.order-status-page{place-items:start center;padding:clamp(24px,5vh,64px) clamp(16px,4vw,32px) 40px}.order-status-page .order-status-header{width:100%;min-height:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:clamp(10px,1.8vw,16px);margin-bottom:clamp(20px,3vw,28px);text-align:center}.order-status-page .order-status-brand-row{width:100%;min-width:0;display:flex;justify-content:center}.order-status-page .order-status-brand{max-width:100%;align-items:center;justify-content:center;gap:clamp(10px,1.5vw,14px);padding:clamp(9px,1.2vw,12px) clamp(13px,2vw,18px);font-size:clamp(20px,2.1vw,24px);line-height:1.15}.order-status-page .order-status-brand .brand-mark{width:clamp(44px,5vw,56px);height:clamp(44px,5vw,56px);flex:0 0 auto;border-radius:clamp(11px,1.2vw,14px)}.order-status-page .order-status-brand strong{max-width:100%;overflow-wrap:anywhere}.order-status-page .order-service-status{min-height:clamp(30px,3vw,35px);max-width:100%;padding-inline:clamp(13px,1.8vw,17px);font-size:clamp(11px,1.1vw,13px)}@media (min-width:1500px){.brand-logo{width:76px;height:76px}.brand-name{font-size:34px}}@media (max-width:760px){.brand-logo{width:46px;height:46px}.brand-name{font-size:25px}.mobile-brand{font-size:18px}}@media (max-width:620px){.order-status-page{padding:clamp(24px,5vh,42px) 13px 32px}.order-status-page .order-status-header{gap:9px;margin-bottom:17px}.order-status-page .order-status-brand{gap:10px;padding:8px 12px;font-size:clamp(18px,5.3vw,21px)}.order-status-page .order-status-brand .brand-mark{width:clamp(38px,12vw,46px);height:clamp(38px,12vw,46px)}.order-status-page .order-service-status{min-height:30px;padding-inline:11px;font-size:11px}}.redeem-v2 .public-redeem-confirm-panel .public-redeem-panel-heading{margin-bottom:30px}.redeem-v2 .public-redeem-confirm-panel .public-redeem-panel-heading h2{font-size:27px}.redeem-v2 .public-redeem-confirm{gap:24px}.redeem-v2 .public-redeem-confirm-fields{gap:16px}.redeem-v2 .public-redeem-confirm-fields>div{min-height:88px;border-radius:14px;padding:18px 19px;gap:9px}.redeem-v2 .public-redeem-confirm-fields span{font-size:12px}.redeem-v2 .public-redeem-confirm-fields strong{font-size:18px}.redeem-v2 .public-redeem-confirm .public-redeem-cta{min-height:51px;font-size:16px}.redeem-v2 .public-redeem-confirm .button-ghost{min-height:44px;font-size:14px}@media (max-width:640px){.redeem-v2 .public-redeem-confirm-panel .public-redeem-panel-heading{margin-bottom:24px}.redeem-v2 .public-redeem-confirm-panel .public-redeem-panel-heading h2{font-size:24px}.redeem-v2 .public-redeem-confirm{gap:20px}.redeem-v2 .public-redeem-confirm-fields{gap:12px}.redeem-v2 .public-redeem-confirm-fields>div{min-height:78px;padding:15px 16px}.redeem-v2 .public-redeem-confirm-fields strong{font-size:16px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.app-shell{--ink:#1f2329;--ink-muted:#687385;--ink-subtle:#98a2b3;--line:#e7e9ed;--line-strong:#d4d8e1;--canvas:#f7f8fa;--paper-muted:#fbfcfd;--accent:#5e6ad2;--accent-hover:#828fff;--accent-soft:#eef0ff;--accent-border:#c8cdfb;--green:#17855b;--green-soft:#eaf8f1;--green-border:#a7dfc6;--amber:#9b690d;--amber-soft:#fff6df;--amber-border:#edcf86;--red:#c84b50;--red-soft:#fff0f1;--red-border:#efb4b8;--purple:#7259d6;--purple-soft:#f3efff;--sidebar-hover:#f3f4f6;--sidebar-active:#eef0ff;--sidebar-muted:#747d8a;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius:8px;--shadow-sm:0 1px 2px rgba(16,24,40,.04);--shadow:0 1px 2px rgba(16,24,40,.03),0 7px 20px rgba(16,24,40,.035);--shadow-lg:0 12px 30px rgba(16,24,40,.08);--shadow-modal:0 24px 70px rgba(16,24,40,.18);color:var(--ink);color-scheme:light;background:var(--canvas)}.app-shell[data-admin-theme=dark]{--ink:#f7f8f8;--ink-muted:#d0d6e0;--ink-subtle:#8a8f98;--line:#23252a;--line-strong:#30333a;--paper:#0f1011;--paper-muted:#141516;--accent:#5e6ad2;--accent-hover:#828fff;--accent-soft:rgba(94,106,210,.13);--accent-border:rgba(94,106,210,.42);--green:#54c79a;--green-soft:rgba(84,199,154,.12);--green-border:rgba(84,199,154,.38);--amber:#d8a84e;--amber-soft:rgba(216,168,78,.12);--amber-border:rgba(216,168,78,.38);--red:#ef8f91;--red-soft:rgba(239,143,145,.12);--red-border:rgba(239,143,145,.38);--purple:#a99cff;--purple-soft:rgba(114,89,214,.14);--sidebar:#0f1011;--sidebar-hover:#18191a;--sidebar-active:#23252a;--sidebar-muted:#8a8f98;--shadow-sm:none;--shadow:none;--shadow-lg:0 14px 32px rgba(0,0,0,.35);--shadow-modal:0 24px 70px rgba(0,0,0,.52);color-scheme:dark}.app-shell .main-shell{color:var(--ink)}.app-shell .main-shell,.app-shell[data-admin-theme] .main-shell{background:var(--canvas)}.app-shell .brand-name,.app-shell .sidebar{color:var(--ink)}.app-shell .brand-name>span{color:var(--accent)}.app-shell .brand-caption,.app-shell .nav-label{color:var(--ink-subtle)}.app-shell .nav-link{color:var(--sidebar-muted)}.app-shell .nav-link:hover{color:var(--ink);background:var(--sidebar-hover)}.app-shell .nav-link.active{box-shadow:none}.app-shell .nav-sub{border-left-color:var(--line)}.app-shell .sidebar-bottom{border-top-color:var(--line)}.app-shell .mode-pill{color:var(--ink-subtle)}.app-shell .mode-dot{box-shadow:0 0 0 3px rgba(23,133,91,.16)}.app-shell .mode-dot.preview{box-shadow:0 0 0 3px rgba(155,105,13,.16)}.app-shell .mobile-topbar{color:var(--ink);background:var(--sidebar);border-bottom-color:var(--line)}.app-shell .mobile-menu-button{color:var(--ink-muted)}.app-shell .mobile-menu-button:hover{color:var(--ink);background:var(--sidebar-hover)}.app-shell .mobile-brand{color:var(--ink)}.app-shell:not([data-admin-theme=dark]) .sidebar .brand-logo{filter:none}.app-shell[data-admin-theme=dark] .sidebar .brand-logo{filter:brightness(0) invert(1)}.app-shell .page-wrap{color:var(--ink);background:transparent}.app-shell .page-heading h1,.app-shell .section-title,.app-shell .surface-header h2{color:var(--ink)}.app-shell .field-hint,.app-shell .page-heading p,.app-shell .section-copy,.app-shell .surface-header p{color:var(--ink-muted)}.app-shell .button-secondary{box-shadow:var(--shadow-sm)}.app-shell .button-ghost:hover:not(:disabled){background:var(--sidebar-hover)}.app-shell .button-danger:hover:not(:disabled){border-color:var(--red)}.app-shell .input,.app-shell .select,.app-shell .textarea{color:var(--ink);border-color:var(--line-strong);background:var(--paper)}.app-shell .quick-option{color:var(--ink-muted);border-color:var(--line);background:var(--paper)}.app-shell .quick-option.selected,.app-shell .quick-option:hover{color:var(--accent);border-color:var(--accent-border);background:var(--accent-soft)}.app-shell .advanced-options,.app-shell .batch-card,.app-shell .metric-box,.app-shell .order-status-card,.app-shell .product-row,.app-shell .resource-link-card,.app-shell .settings-account-card,.app-shell .settings-brand-card,.app-shell .settings-compact-card,.app-shell .settings-integrations-panel,.app-shell .settings-policy-card,.app-shell .settings-telegram-card,.app-shell .stat-card,.app-shell .surface{color:var(--ink)}.app-shell .surface:hover{border-color:var(--line-strong)}.app-shell .metric-box span,.app-shell .order-status-card p,.app-shell .stat-card-foot,.app-shell .stat-card-label{color:var(--ink-muted)}.app-shell .advanced-options-body,.app-shell .count-chip,.app-shell .product-facts span,.app-shell .result-empty,.app-shell .run-detail-empty{color:var(--ink-muted);border-color:var(--line);background:var(--paper-muted)}.app-shell .availability-row,.app-shell .dashboard-incomplete-item,.app-shell .flow-status-strip,.app-shell .policy-row{border-color:var(--line)}.app-shell .availability-row:hover,.app-shell .dashboard-incomplete-item:hover,.app-shell .policy-row:hover{background:var(--paper-muted)}.app-shell .batch-number,.app-shell .product-code,.app-shell .product-name,.app-shell .run-card-email,.app-shell .run-detail-head strong{color:var(--ink)}.app-shell .batch-card-meta,.app-shell .dashboard-incomplete-fields,.app-shell .product-description,.app-shell .run-card-meta{color:var(--ink-muted)}.app-shell .toolbar{color:var(--ink)}.app-shell .order-source-toolbar{background:var(--paper)}.app-shell .toolbar-hint,.app-shell .toolbar-label{color:var(--ink-muted)}.app-shell .search-box .input{border-color:var(--line-strong);background:var(--paper)}.app-shell .search-box svg{color:var(--ink-subtle)}.app-shell .search-box:focus-within svg{color:var(--accent)}.app-shell .filter-tab,.app-shell .module-tabs button,.app-shell .settings-tabs button{color:var(--ink-muted)}.app-shell .filter-tab:hover,.app-shell .module-tabs button:hover,.app-shell .settings-tabs button:hover{color:var(--ink)}.app-shell .filter-tab.active,.app-shell .module-tabs button.active,.app-shell .settings-tabs button.active{color:var(--ink);background:var(--paper);box-shadow:var(--shadow-sm)}.app-shell .table-scroll{scrollbar-color:var(--line-strong) transparent}.app-shell .data-table tbody tr:hover{background:var(--paper-muted)}.app-shell .inline-status.success,.app-shell .status-badge.success,.app-shell .status-success,.app-shell .status-unused{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.app-shell .inline-status.active,.app-shell .status-badge.pending,.app-shell .status-pending,.app-shell .status-processing{color:var(--amber);border-color:var(--amber-border);background:var(--amber-soft)}.app-shell .inline-status.failed,.app-shell .status-badge.failed,.app-shell .status-expired,.app-shell .status-failed{color:var(--red);border-color:var(--red-border);background:var(--red-soft)}.app-shell .status-used{color:var(--ink-muted);border-color:var(--line);background:var(--paper-muted)}.app-shell .status-disabled{color:var(--purple);border-color:var(--accent-border);background:var(--purple-soft)}.app-shell .status-badge:before{background:currentColor}.app-shell .order-source-label{color:var(--accent)}.app-shell .order-missing{color:var(--amber)}.app-shell .customer-expiry{color:var(--ink-muted)}.app-shell .customer-order-link:hover .table-primary{color:var(--accent-hover)!important}.app-shell .notice{border-color:var(--accent-border);background:var(--accent-soft)}.app-shell .notice,.app-shell .notice strong{color:var(--accent)}.app-shell .notice.warning{color:var(--amber);border-color:var(--amber-border);background:var(--amber-soft)}.app-shell .notice.warning strong{color:var(--amber)}.app-shell .modal-backdrop{background:rgba(15,23,42,.38)}.app-shell[data-admin-theme=dark] .modal-backdrop{background:rgba(1,1,2,.78)}.app-shell .modal{color:var(--ink);border-color:var(--line);background:var(--paper);box-shadow:var(--shadow-modal)}.app-shell .modal-header{border-bottom-color:var(--line)}.app-shell .modal-header h2{color:var(--ink)}.app-shell .modal-body,.app-shell .modal-header p{color:var(--ink-muted)}.app-shell .toast{color:var(--green);border-color:var(--green-border);background:var(--paper);box-shadow:var(--shadow-lg)}.app-shell .toast.error{color:var(--red);border-color:var(--red-border);background:var(--paper)}.app-shell .corouter-card-inventory-head,.app-shell .corouter-connection-bar,.app-shell .corouter-flow-tab-list,.app-shell .corouter-workflow-card,.app-shell .zovo-batch-row,.app-shell .zovo-money-control,.app-shell .zovo-search input,.app-shell .zovo-sort-control select,.app-shell .zovo-table th{color:var(--ink);border-color:var(--line);background:var(--paper-muted)}.app-shell .corouter-bank-inventory,.app-shell .corouter-card-inventory,.app-shell .corouter-console-item,.app-shell .corouter-function-card,.app-shell .zovo-table{border-color:var(--line);background:var(--paper)}.app-shell .corouter-bank-number,.app-shell .corouter-card-key-plaintext,.app-shell .corouter-flow-tab-panel,.app-shell .corouter-flow-tab-panel strong,.app-shell .corouter-function-summary,.app-shell .corouter-function-summary strong,.app-shell .zovo-card-number{color:var(--ink)}.app-shell .corouter-connection-note,.app-shell .corouter-console-label,.app-shell .corouter-flow-tab-panel small,.app-shell .corouter-function-summary small{color:var(--ink-muted)}.app-shell:not([data-admin-theme=dark]) .orders-page .data-table tbody tr,.app-shell:not([data-admin-theme=dark]) .orders-page .filter-tab.active,.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary:first-child,.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary:nth-child(2),.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary:nth-child(3),.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary:nth-child(4),.app-shell:not([data-admin-theme=dark]) .orders-page .surface{background:var(--paper)}.app-shell:not([data-admin-theme=dark]) .orders-page .status-disabled,.app-shell:not([data-admin-theme=dark]) .orders-page .status-expired,.app-shell:not([data-admin-theme=dark]) .orders-page .status-unused,.app-shell:not([data-admin-theme=dark]) .orders-page .status-used{color:var(--ink-muted);border-color:var(--line);background:var(--paper-muted)}.app-shell .theme-toggle{width:100%;margin-bottom:8px;border:0;background:transparent;text-align:left}.app-shell .theme-toggle-state{margin-left:auto;color:var(--ink-subtle);font:500 10px/1 DM Mono,monospace;letter-spacing:.08em}.app-shell .mobile-theme-toggle{display:none}@media (max-width:760px){.app-shell .mobile-theme-toggle{display:grid}.app-shell .theme-toggle-state{display:none}}.app-shell{--linear-radius:8px;--linear-radius-lg:12px;--linear-control-height:36px;font-family:Manrope,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell[data-admin-theme] .main-shell{background:var(--canvas)!important}.app-shell .sidebar{inset:0 auto 0 0;width:320px;height:100vh;padding:26px 18px 22px;border-radius:0;background:var(--sidebar);border-right-color:var(--line)}.app-shell .brand{width:auto;margin:0 12px 38px;padding:0 14px;gap:14px}.app-shell .brand-logo{width:46px;height:46px;border-radius:11px}.app-shell .brand-name{font-size:22px;letter-spacing:-.045em}.app-shell .nav-primary{gap:6px}.app-shell .nav-link{min-height:54px;border-radius:9px;padding:0 16px;gap:14px;font-size:17px;font-weight:600}.app-shell .nav-link.active{color:var(--accent);background:var(--sidebar-active)}.app-shell .nav-icon,.app-shell .nav-icon svg{width:22px;height:22px}.app-shell .nav-secondary{margin-top:18px}.app-shell .sidebar-bottom{padding:18px 12px 0}.app-shell .sidebar-bottom>.nav-link{padding-left:10px}.app-shell .mode-pill{padding-inline:10px;font-size:14px}.app-shell .main-shell{width:calc(100% - 320px);margin-left:320px}.app-shell .page-wrap{width:min(1440px,100%);padding:38px 42px 64px}.app-shell .page-heading{align-items:flex-start;margin-bottom:25px;gap:20px}.app-shell .page-heading h1{color:var(--ink);font-size:clamp(27px,3vw,38px);font-weight:650;letter-spacing:-.055em}.app-shell .page-heading p{max-width:720px;margin-top:9px;color:var(--ink-muted);font-size:13px;line-height:1.6}.app-shell .eyebrow{margin-bottom:10px;color:var(--accent);font:600 10px/1 DM Mono,monospace;letter-spacing:.12em}.app-shell .page-heading-actions{padding-top:1px;gap:8px}.app-shell .advanced-options,.app-shell .batch-card,.app-shell .metric-box,.app-shell .order-status-card,.app-shell .product-row,.app-shell .resource-link-card,.app-shell .settings-account-card,.app-shell .settings-brand-card,.app-shell .settings-compact-card,.app-shell .settings-integrations-panel,.app-shell .settings-policy-card,.app-shell .settings-telegram-card,.app-shell .stat-card,.app-shell .surface{border-radius:var(--linear-radius);border-color:var(--line);background:var(--paper);box-shadow:var(--shadow)}.app-shell .batch-card:hover,.app-shell .resource-link-card:hover,.app-shell .surface:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:none}.app-shell .surface-header{padding:18px 20px 15px;border-bottom-color:var(--line);background:var(--paper)}.app-shell .section-title,.app-shell .surface-header h2{color:var(--ink);font-size:15px;font-weight:650;letter-spacing:-.025em}.app-shell .section-copy,.app-shell .surface-header p{color:var(--ink-muted);font-size:12px}.app-shell .surface-body{padding:20px;color:var(--ink)}.app-shell .button{min-height:var(--linear-control-height);border-radius:6px;padding-inline:13px;font-size:12px;font-weight:600;transition:color .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.app-shell .button:hover:not(:disabled){transform:none}.app-shell .button-blue,.app-shell .button-primary{color:#fff;border-color:var(--accent);background:var(--accent);box-shadow:none}.app-shell .button-blue:hover:not(:disabled),.app-shell .button-primary:hover:not(:disabled){color:#fff;border-color:var(--accent-hover);background:var(--accent-hover);box-shadow:none}.app-shell .button-secondary{color:var(--ink);border-color:var(--line-strong);background:var(--paper);box-shadow:none}.app-shell .button-secondary:hover:not(:disabled){color:var(--ink);border-color:var(--accent-border);background:var(--paper-muted)}.app-shell .button-ghost{color:var(--ink-muted)}.app-shell .button-ghost:hover:not(:disabled){color:var(--ink);background:var(--paper-muted)}.app-shell .button-danger,.app-shell .button-danger:hover:not(:disabled){color:var(--red);border-color:var(--red-border);background:var(--red-soft)}.app-shell .button-sm{min-height:30px;padding-inline:10px;font-size:11px}.app-shell .icon-button{width:32px;height:32px;border-radius:6px;color:var(--ink-muted);border-color:var(--line);background:var(--paper)}.app-shell .icon-button:hover{color:var(--ink);border-color:var(--line-strong);background:var(--paper-muted)}.app-shell .toolbar{padding:12px 16px;border-bottom-color:var(--line);border-radius:var(--linear-radius) var(--linear-radius) 0 0;background:var(--paper-muted)}.app-shell .toolbar-left,.app-shell .toolbar-right{gap:7px}.app-shell .input,.app-shell .search-box .input,.app-shell .select,.app-shell .textarea{min-height:var(--linear-control-height);border-radius:6px;border-color:var(--line-strong);color:var(--ink);background:var(--paper);font-size:12px}.app-shell .textarea{min-height:96px;padding-top:9px}.app-shell .input:focus,.app-shell .select:focus,.app-shell .textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(94,106,210,.16)}.app-shell .input::placeholder,.app-shell .textarea::placeholder{color:var(--ink-subtle)}.app-shell .field label,.app-shell .field-label{color:var(--ink);font-size:12px}.app-shell .field-hint{color:var(--ink-subtle);font-size:11px}.app-shell .form-actions{border-top-color:var(--line)}.app-shell .filter-tabs,.app-shell .module-tabs,.app-shell .settings-tabs{gap:2px;border-color:var(--line);border-radius:7px;padding:3px;background:var(--paper-muted)}.app-shell .filter-tab,.app-shell .module-tabs a,.app-shell .settings-tabs button{min-height:30px;border-radius:5px;color:var(--ink-muted);font-size:11px}.app-shell .filter-tab:hover,.app-shell .module-tabs a:hover,.app-shell .settings-tabs button:hover{color:var(--ink);background:var(--paper)}.app-shell .filter-tab.active,.app-shell .module-tabs a.active,.app-shell .settings-tabs button.active{color:var(--ink);background:var(--paper);box-shadow:inset 0 0 0 1px var(--accent-border)}.app-shell .data-table th{color:var(--ink-subtle);border-bottom-color:var(--line);background:var(--paper-muted);font-size:10px}.app-shell .data-table td{color:var(--ink-muted);border-bottom-color:var(--line);font-size:12px}.app-shell .data-table tbody tr{background:var(--paper)}.app-shell .data-table tbody tr:focus-within,.app-shell .data-table tbody tr:hover{background:var(--paper-muted)}.app-shell .data-table tbody tr:last-child td{border-bottom-color:transparent}.app-shell .table-primary{color:var(--ink)!important}.app-shell .pagination,.app-shell .table-secondary{color:var(--ink-subtle)}.app-shell .pagination{border-top-color:var(--line);background:var(--paper)}.app-shell .empty-state{color:var(--ink)}.app-shell .empty-state-icon{color:var(--ink-subtle);background:var(--paper-muted)}.app-shell .empty-state p{color:var(--ink-muted)}.app-shell .status-badge{border-radius:5px;font-size:10px}.app-shell .corouter-metric,.app-shell .metric-box,.app-shell .stat-card,.app-shell .zovo-metric{min-height:96px;padding:17px 18px}.app-shell .stat-card-value{margin-top:10px;font-size:25px}.app-shell .corouter-metric small,.app-shell .metric-box span,.app-shell .stat-card-foot,.app-shell .stat-card-label,.app-shell .zovo-metric small{color:var(--ink-muted)}.app-shell .stat-card-foot{border-top-color:var(--line)}.app-shell .stat-card-trend.up{color:var(--red)}.app-shell .stat-card-trend.down{color:var(--green)}.app-shell .advanced-options-body,.app-shell .count-chip,.app-shell .product-facts span,.app-shell .run-detail-empty{border-color:var(--line);background:var(--paper-muted);color:var(--ink-muted)}.app-shell .flow-status-strip,.app-shell .run-detail-panel,.app-shell .run-list-panel{border-color:var(--line);background:var(--paper)}.app-shell .flow-status-metric{border-right-color:var(--line)}.app-shell .flow-status-icon{color:var(--accent);background:var(--accent-soft)}.app-shell .flow-status-active .flow-status-icon{color:var(--amber);background:var(--amber-soft)}.app-shell .flow-node{border-color:var(--line);border-radius:var(--linear-radius);color:var(--ink);background:var(--paper-muted)}.app-shell .flow-node:hover{border-color:var(--accent-border);background:var(--paper)}.app-shell .flow-node.active{color:#fff;border-color:var(--accent);background:var(--accent);box-shadow:none}.app-shell .flow-node.active .flow-node-icon{color:#fff;background:rgba(255,255,255,.16)}.app-shell .flow-node small{color:var(--ink-subtle)}.app-shell .flow-node.active small{color:rgba(255,255,255,.72)}.app-shell .flow-arrow{color:var(--ink-subtle)}.app-shell .flow-detail{border:1px solid var(--line);border-radius:var(--linear-radius);background:var(--paper-muted)}.app-shell .flow-detail li,.app-shell .flow-mode{color:var(--ink-muted)}.app-shell .channel-row,.app-shell .contract-item,.app-shell .policy-row,.app-shell .run-card{border-color:var(--line)}.app-shell .run-card{border-radius:var(--linear-radius);color:var(--ink);background:var(--paper-muted)}.app-shell .run-card:hover{border-color:var(--accent-border);background:var(--paper)}.app-shell .run-card.active{border-color:var(--accent-border);background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.app-shell .run-card.failed{border-color:var(--red-border);background:var(--red-soft)}.app-shell .run-card.failed.active{border-color:var(--red);box-shadow:inset 3px 0 0 var(--red)}.app-shell .run-card p{color:var(--ink-muted)}.app-shell .run-card-failure-stage,.app-shell .run-card.failed p{color:var(--red)}.app-shell .run-card-failure-stage{background:var(--red-soft)}.app-shell .run-status-success{color:var(--green);background:var(--green-soft)}.app-shell .run-status-failed{color:var(--red);background:var(--red-soft)}.app-shell .run-status-pending,.app-shell .run-status-processing{color:var(--amber);background:var(--amber-soft)}.app-shell .run-detail-head{border-bottom-color:var(--line)}.app-shell .run-failure-banner{border-color:var(--red-border);color:var(--red);background:var(--red-soft)}.app-shell .run-metrics>div{border-color:var(--line);background:var(--paper-muted)}.app-shell .run-timeline-item:before{background:var(--line)}.app-shell .run-timeline-dot{border-color:var(--line-strong);background:var(--paper)}.app-shell .run-timeline-item.done .run-timeline-dot{border-color:var(--green-border);background:var(--green)}.app-shell .run-timeline-item.current .run-timeline-dot{border-color:var(--accent-border);background:var(--accent)}.app-shell .run-timeline-item.failed .run-timeline-dot{border-color:var(--red-border);background:var(--red)}.app-shell .run-timeline-copy time{color:var(--ink-subtle)}.app-shell .batch-card,.app-shell .pool-card,.app-shell .product-row,.app-shell .resource-link-card,.app-shell .upstream-column{border-color:var(--line);background:var(--paper)}.app-shell .product-row{border-bottom-color:var(--line)}.app-shell .batch-card-meta,.app-shell .pool-card-title p,.app-shell .product-description,.app-shell .resource-link-card p{color:var(--ink-muted)}.app-shell .pool-plan-list span,.app-shell .product-facts span{border-color:var(--line);color:var(--ink-muted);background:var(--paper-muted)}.app-shell .product-code{color:var(--accent)}.app-shell .toggle{background:var(--line-strong)}.app-shell .toggle.on{background:var(--accent)}.app-shell .issue-plus{color:var(--accent);background:var(--accent-soft)}.app-shell .advanced-options,.app-shell .issue-plus:hover{background:var(--paper-muted)}.app-shell .advanced-options summary{color:var(--ink)}.app-shell .card-format-row,.app-shell .reference-result-empty>div:first-child,.app-shell .result-code-list{border-color:var(--line);background:var(--paper-muted)}.app-shell .code-line{border-color:var(--line);background:var(--paper)}.app-shell .code-line code{color:var(--ink)}.app-shell .issue-submit{color:#fff;background:var(--accent)}.app-shell .issue-submit:hover{background:var(--accent-hover)}.app-shell .resource-link-icon{color:var(--accent);background:var(--accent-soft)}.app-shell .resource-link-arrow{color:var(--ink-subtle)}.app-shell .settings-tabs{margin-bottom:18px}.app-shell .corouter-card-inventory-head,.app-shell .corouter-connection-bar,.app-shell .corouter-flow-tab-list,.app-shell .corouter-workflow-card,.app-shell .settings-channel-summary,.app-shell .upstream-column,.app-shell .zovo-batch-row,.app-shell .zovo-money-control,.app-shell .zovo-search input,.app-shell .zovo-sort-control select{border-color:var(--line);background:var(--paper-muted);color:var(--ink)}.app-shell .corouter-connection-bar strong,.app-shell .corouter-workflow-card strong,.app-shell .settings-channel-summary strong{color:var(--ink)}.app-shell .corouter-connection-bar small,.app-shell .corouter-connection-note,.app-shell .corouter-workflow-card small,.app-shell .settings-channel-summary small,.app-shell .settings-channel-summary span{color:var(--ink-muted)}.app-shell .logo-upload-preview{border-color:var(--line);background:var(--paper)}.app-shell .logo-file-input{color:var(--ink-muted);background:var(--paper-muted)}.app-shell .logo-file-input::file-selector-button{border-color:var(--line-strong);color:var(--ink);background:var(--paper)}.app-shell .availability-row{border-color:var(--line);background:var(--paper)}.app-shell .next-action{color:var(--accent);background:var(--accent-soft)}.app-shell .next-action small,.app-shell .next-action span{color:var(--ink-muted)}.app-shell .corouter-flow-tab-list{border-bottom-color:var(--line)}.app-shell .corouter-flow-tab-list button{color:var(--ink-muted)}.app-shell .corouter-flow-tab-list button.active{color:var(--accent)}.app-shell .corouter-console-summary,.app-shell .corouter-flow-tab-panel,.app-shell .corouter-function-summary{color:var(--ink)}.app-shell .corouter-bank-inventory,.app-shell .corouter-card-inventory,.app-shell .corouter-console-item,.app-shell .corouter-function-card{border-color:var(--line);background:var(--paper)}.app-shell .corouter-console-body,.app-shell .corouter-function-body{border-top-color:var(--line)}.app-shell .corouter-console-summary:hover,.app-shell .corouter-function-summary:hover{background:var(--paper-muted)}.app-shell .corouter-function-card.expanded{border-color:var(--accent-border);box-shadow:none}.app-shell .corouter-console-result{color:var(--ink-muted);border:1px solid var(--line);background:var(--paper-muted)}.app-shell .corouter-method-get{color:var(--accent);background:var(--accent-soft)}.app-shell .corouter-method-post{color:var(--green);background:var(--green-soft)}.app-shell .corouter-bank-inventory-table,.app-shell .corouter-card-inventory-table,.app-shell .zovo-table{border-color:var(--line)}.app-shell .corouter-bank-inventory-table th,.app-shell .corouter-card-inventory-table th,.app-shell .zovo-table th{color:var(--ink-subtle);background:var(--paper-muted)}.app-shell .corouter-bank-inventory-table td,.app-shell .corouter-card-inventory-table td,.app-shell .zovo-table td{color:var(--ink-muted);border-bottom-color:var(--line)}.app-shell .zovo-channel{color:var(--accent);background:var(--accent-soft)}.app-shell .zovo-balance,.app-shell .zovo-usage-summary i{color:var(--green)!important}.app-shell .zovo-usage-remaining{color:var(--accent)!important}.app-shell .zovo-status.active{color:var(--green);background:var(--green-soft)}.app-shell .zovo-status.frozen{color:var(--amber);background:var(--amber-soft)}.app-shell .zovo-status.other{color:var(--ink-muted);background:var(--paper-muted)}.app-shell .zovo-row-actions button{border-color:var(--line);color:var(--ink);background:var(--paper)}.app-shell .zovo-row-actions button.freeze{color:var(--amber);border-color:var(--amber-border);background:var(--amber-soft)}.app-shell .zovo-row-actions button.unfreeze{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.app-shell .zovo-money-control button{color:#fff;background:var(--accent)}.app-shell .zovo-batch-divider{background:var(--line)}.app-shell:not([data-admin-theme=dark]) .orders-page{--ink:#1f2329;--ink-muted:#687385;--ink-subtle:#8a8f98;--line:#e7e9ed;--line-strong:#d4d8e1;--canvas:#f7f8fa;--paper:#ffffff;--paper-muted:#fbfcfd;--accent:#5e6ad2;--accent-hover:#6b76df;--accent-soft:#eef0ff;--accent-border:#c8cdfb;--green:#17855b;--green-soft:#eaf8f1;--green-border:#a7dfc6;--amber:#9b690d;--amber-soft:#fff6df;--amber-border:#edcf86;--red:#c84b50;--red-soft:#fff0f1;--red-border:#efb4b8;--shadow:var(--shadow-sm);--shadow-modal:0 24px 70px rgba(16,24,40,.18);color:var(--ink);background:var(--canvas)}.app-shell:not([data-admin-theme=dark]) .orders-page .button-secondary{color:var(--ink);border-color:var(--line-strong);background:var(--paper)}.app-shell:not([data-admin-theme=dark]) .orders-page .button-secondary:hover:not(:disabled){color:var(--ink);border-color:var(--accent-border);background:var(--paper-muted)}.app-shell:not([data-admin-theme=dark]) .orders-page .button-ghost:hover:not(:disabled){color:var(--ink);background:var(--paper-muted)}.app-shell:not([data-admin-theme=dark]) .orders-page .filter-tabs,.app-shell:not([data-admin-theme=dark]) .orders-page .ledger-view-switch{border-color:var(--line);background:var(--paper-muted)}.app-shell:not([data-admin-theme=dark]) .orders-page .filter-tab.active,.app-shell:not([data-admin-theme=dark]) .orders-page .ledger-view-switch .filter-tab.active{color:var(--ink);background:var(--paper);box-shadow:inset 0 0 0 1px var(--accent-border)}.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary,.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary:first-child,.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary:nth-child(2),.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary:nth-child(3),.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary:nth-child(4){border-color:var(--line);background:var(--paper)}.app-shell:not([data-admin-theme=dark]) .orders-page .order-summary:hover{border-color:var(--line-strong)}.app-shell:not([data-admin-theme=dark]) .orders-page .input,.app-shell:not([data-admin-theme=dark]) .orders-page .search-box .input,.app-shell:not([data-admin-theme=dark]) .orders-page .select,.app-shell:not([data-admin-theme=dark]) .orders-page .textarea{color:var(--ink);border-color:var(--line-strong);background:var(--paper)}.app-shell:not([data-admin-theme=dark]) .orders-page .data-table th{color:var(--ink-subtle);background:var(--paper-muted)}.app-shell:not([data-admin-theme=dark]) .orders-page .data-table tbody tr,.app-shell:not([data-admin-theme=dark]) .orders-page .orders-table td:last-child,.app-shell:not([data-admin-theme=dark]) .orders-page .orders-table th:last-child{background:var(--paper)}.app-shell:not([data-admin-theme=dark]) .orders-page .data-table tbody tr:focus-within,.app-shell:not([data-admin-theme=dark]) .orders-page .data-table tbody tr:hover{background:var(--paper-muted)}.app-shell:not([data-admin-theme=dark]) .orders-page .orders-table th:last-child{background:var(--paper-muted);box-shadow:-8px 0 12px rgba(16,24,40,.04)}.app-shell:not([data-admin-theme=dark]) .orders-page .orders-table tbody tr:focus-within td:last-child,.app-shell:not([data-admin-theme=dark]) .orders-page .orders-table tbody tr:hover td:last-child{background:var(--paper-muted)}.app-shell:not([data-admin-theme=dark]) .orders-page .empty-state-icon{background:var(--paper-muted)}.app-shell:not([data-admin-theme=dark]) .orders-page .modal-backdrop{background:rgba(15,23,42,.38)}.app-shell:not([data-admin-theme=dark]) .orders-page .modal{border-color:var(--line);background:var(--paper)}.app-shell:not([data-admin-theme=dark]) .orders-page .renewal-choice:focus-visible,.app-shell:not([data-admin-theme=dark]) .orders-page .renewal-choice:hover:not(:disabled){background:var(--accent-soft)}.app-shell:not([data-admin-theme=dark]) .orders-page .icon-button{color:var(--ink-muted);border-color:var(--line);background:var(--paper)}.app-shell:not([data-admin-theme=dark]) .orders-page .toast,.app-shell:not([data-admin-theme=dark]) .orders-page .toast.error{background:var(--paper);box-shadow:var(--shadow-lg)}@media (max-width:1120px){.app-shell .sidebar{width:288px}.app-shell .main-shell{width:calc(100% - 288px);margin-left:288px}.app-shell .page-wrap{padding-inline:30px}}@media (max-width:760px){.app-shell .sidebar{display:none}.app-shell .sidebar.mobile-visible{display:flex;width:min(360px,88vw)}.app-shell .main-shell{width:100%;margin-left:0}.app-shell .mobile-topbar{min-height:58px;padding-inline:14px;background:var(--sidebar);border-bottom-color:var(--line)}.app-shell .mobile-menu-button{width:36px;height:36px;border-radius:6px;color:var(--ink-muted)}.app-shell .mobile-menu-button:hover{color:var(--ink);background:var(--sidebar-hover)}.app-shell .page-wrap{padding:28px 17px 50px}.app-shell .page-heading{display:block;margin-bottom:22px}.app-shell .page-heading h1{font-size:29px}.app-shell .page-heading-actions{justify-content:flex-start;margin-top:16px}.app-shell .surface-body,.app-shell .surface-header{padding-inline:17px}.app-shell .toolbar{padding-inline:12px}}.app-shell{--ink-muted:#4f5968;--ink-subtle:#64748b;--line:#d7dbe3;--line-strong:#b8c0cc;--canvas:#f1f3f6;--paper:#ffffff;--paper-muted:#f7f8fa;--accent:#4f5fcf;--accent-hover:#3f4db8;--accent-soft:#e7eaff;--accent-border:#aeb7f2;--green:#0f7a50;--green-soft:#e5f6ee;--green-border:#8ed1b1;--amber:#865a08;--amber-soft:#fff4d5;--amber-border:#e3bf67;--red:#b4232c;--red-soft:#ffebed;--red-border:#e7a5aa;--purple:#5f43bf;--purple-soft:#eee9ff;--sidebar:#ffffff;--sidebar-hover:#eef1f5;--sidebar-active:#e3e7ff;--sidebar-muted:#4f5968}.app-shell[data-admin-theme=dark]{--ink-muted:#d9dee8;--ink-subtle:#aeb6c3;--line:#30343c;--line-strong:#474c57;--canvas:#010102;--paper:#111316;--paper-muted:#181a1f;--accent:#828fff;--accent-hover:#a0a7ff;--accent-soft:rgba(130,143,255,.18);--accent-border:rgba(160,167,255,.58);--green:#63d2a6;--green-soft:rgba(99,210,166,.16);--green-border:rgba(99,210,166,.5);--amber:#e5b45e;--amber-soft:rgba(229,180,94,.16);--amber-border:rgba(229,180,94,.5);--red:#ff9fa3;--red-soft:rgba(255,159,163,.16);--red-border:rgba(255,159,163,.5);--purple:#b8acff;--purple-soft:rgba(184,172,255,.16);--sidebar:#0b0c0e;--sidebar-hover:#1b1e24;--sidebar-active:#303542;--sidebar-muted:#d2d8e2}.app-shell:not([data-admin-theme=dark]) .orders-page,.app-shell[data-admin-theme=dark] .orders-page{--ink-muted:var(--app-contrast-ink-muted,#4f5968);--ink-subtle:var(--app-contrast-ink-subtle,#64748b);--line:var(--app-contrast-line,#d7dbe3);--line-strong:var(--app-contrast-line-strong,#b8c0cc)}.app-shell[data-admin-theme=dark] .orders-page{--app-contrast-ink-muted:#d9dee8;--app-contrast-ink-subtle:#aeb6c3;--app-contrast-line:#30343c;--app-contrast-line-strong:#474c57}.app-shell .brand-caption,.app-shell .empty-state p,.app-shell .field-hint,.app-shell .flow-arrow,.app-shell .flow-node small,.app-shell .input::placeholder,.app-shell .mode-pill,.app-shell .nav-label,.app-shell .pagination,.app-shell .resource-link-arrow,.app-shell .run-timeline-copy time,.app-shell .table-secondary,.app-shell .textarea::placeholder,.app-shell .zovo-metric p,.app-shell .zovo-search-field>svg,.app-shell .zovo-usage-muted{color:var(--ink-muted)}.app-shell .corouter-bank-inventory-table td,.app-shell .corouter-bank-inventory-table th,.app-shell .corouter-card-inventory-table td,.app-shell .corouter-card-inventory-table th,.app-shell .data-table td,.app-shell .data-table th,.app-shell .zovo-table td,.app-shell .zovo-table th{border-bottom-color:var(--line)}.app-shell .corouter-bank-inventory-table th,.app-shell .corouter-card-inventory-table th,.app-shell .data-table th,.app-shell .zovo-table th{color:var(--ink-muted);font-weight:700}.app-shell .corouter-bank-inventory-table td,.app-shell .corouter-card-inventory-table td,.app-shell .data-table td,.app-shell .zovo-table td{color:var(--ink)}.app-shell .corouter-bank-inventory-table tbody tr,.app-shell .corouter-card-inventory-table tbody tr,.app-shell .data-table tbody tr,.app-shell .zovo-table tbody tr{background:var(--paper)}.app-shell .corouter-bank-inventory-table tbody tr:hover,.app-shell .corouter-card-inventory-table tbody tr:hover,.app-shell .data-table tbody tr:focus-within,.app-shell .data-table tbody tr:hover,.app-shell .zovo-table tbody tr:hover{background:var(--paper-muted)}.app-shell .zovo-batch-row,.app-shell .zovo-money-control,.app-shell .zovo-search input,.app-shell .zovo-sort-control select{border-color:var(--line-strong);background:var(--paper)}.app-shell .zovo-batch-row span,.app-shell .zovo-recovery-item small,.app-shell .zovo-recovery-item span,.app-shell .zovo-recovery-lock span,.app-shell .zovo-sort-control{color:var(--ink-muted)}.app-shell .zovo-table th{background:var(--paper-muted)}.app-shell .zovo-batch-divider{background:var(--line-strong)}.app-shell .zovo-recovery-item{background:var(--paper-muted)}.app-shell .orders-page .table-primary.mono-value{color:var(--ink)!important;opacity:1;font-weight:700}.app-shell .orders-page .table-primary.mono-value:hover{color:var(--accent-hover)!important}.app-shell .orders-page .table-secondary.mono-value{color:var(--ink-muted)!important;opacity:1}