@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap");:root{--ink:#151515;--ink-muted:#76777c;--ink-subtle:#9a9ba0;--line:#e8e8eb;--canvas:#f3f6fb;--paper:#ffffff;--accent:#3157e6;--accent-soft:#edf1ff;--green:#087443;--green-soft:#e7f7ef;--amber:#9d5b00;--amber-soft:#fff4df;--red:#b52f39;--red-soft:#fff0f0;--purple:#6a45b4;--purple-soft:#f2edff;--sidebar:#161616;--sidebar-muted:#a4a4a6;--radius:20px;--shadow:0 14px 34px rgba(24,25,34,.045)}*{box-sizing:border-box}html{min-width:320px}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:Manrope,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,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}.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:28px 16px 18px}.brand{display:flex;align-items:center;gap:11px;padding:0 12px;margin-bottom:43px}.brand-mark{width:30px;height:30px;border:0;border-radius:50%;display:block;position:relative;background:url(/brand-logo-clear.svg) 50%/125% no-repeat}.brand-mark:after,.brand-mark:before{display:none}.brand-name{font-size:16px;font-weight:800;letter-spacing:-.04em}.brand-caption{color:#77777a;font:500 9px/1 DM Mono,monospace;letter-spacing:.12em;margin-left:4px;text-transform:uppercase}.nav-group{display:grid;gap:6px}.nav-label{padding:0 12px 8px;color:#666669;font:500 10px/1 DM Mono,monospace;letter-spacing:.15em;text-transform:uppercase}.nav-link{min-height:43px;display:flex;align-items:center;gap:12px;border-radius:11px;color:var(--sidebar-muted);padding:0 12px;font-size:14px;font-weight:700;transition:background .18s ease,color .18s ease}.nav-link:hover{color:#fff;background:#252525}.nav-link.active{color:#fff;background:#2b2b2c;box-shadow:inset 3px 0 0 var(--accent)}.nav-icon{width:17px;height:17px;display:grid;place-items:center;color:currentColor}.nav-icon svg{width:17px;height:17px}.nav-sub{display:grid;gap:2px;margin:-1px 0 6px 28px;padding-left:13px;border-left:1px solid #303033}.nav-sub .nav-link{min-height:33px;padding:0 10px;font-size:12px;font-weight:500}.sidebar-bottom{margin-top:auto;border-top:1px solid #2a2a2c;padding:18px 12px 0}.sidebar-bottom>.nav-link{padding-left:0}.mode-pill{display:flex;align-items:center;gap:9px;color:#88888b;font-size:11px;line-height:1.5}.mode-dot{width:7px;height:7px;border-radius:50%;background:#4bd59c;box-shadow:0 0 0 3px rgba(75,213,156,.12)}.mode-dot.preview{background:#f0ad46;box-shadow:0 0 0 3px rgba(240,173,70,.12)}.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:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:11px;padding:0 16px;font-size:13px;font-weight:700;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.5;transform:none}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button-primary{color:#fff;background:var(--ink);box-shadow:0 5px 12px rgba(21,21,21,.12)}.button-primary:hover{background:#303033}.button-blue{color:#fff;background:var(--accent);box-shadow:0 5px 12px rgba(49,87,230,.18)}.button-blue:hover{background:#2548cf}.button-secondary{color:var(--ink);background:var(--paper);border-color:var(--line)}.button-secondary:hover{border-color:#c9c9ce;background:#fbfbfc}.button-ghost{color:var(--ink-muted);background:transparent}.button-danger{color:var(--red);background:var(--red-soft);border-color:#ffd8d8}.button-sm{min-height:34px;border-radius:9px;padding:0 12px;font-size:12px}.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:9px;background:var(--paper);color:var(--ink-muted)}.icon-button:hover{color:var(--ink);border-color:#c9c9ce}.button svg,.icon-button svg{width:16px;height:16px}.notice{display:flex;align-items:flex-start;gap:11px;border:1px solid #dce4ff;border-radius:14px;background:#f6f8ff;color:#3d4d83;padding:13px 15px;margin-bottom:22px;font-size:12px;line-height:1.6}.notice svg{flex:0 0 auto;width:17px;height:17px;margin-top:1px}.notice strong{color:#2d43a0}.notice.warning{border-color:#f6dfb3;background:#fffbf1;color:#80571d}.surface{background:var(--paper);border:1px solid rgba(210,223,243,.92);border-radius:var(--radius);box-shadow:var(--shadow)}.surface-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:25px 28px 20px;border-bottom:1px solid var(--line)}.surface-header h2{margin:0;font-size:16px;letter-spacing:-.025em}.surface-header p{margin:7px 0 0;color:var(--ink-muted);font-size:12px;line-height:1.5}.surface-header .eyebrow{margin-bottom:8px}.dashboard-block-heading>p,.login-card>p,.modal-header>div>p,.not-found-card>p,.page-heading>div>p,.resource-link-card>div>p,.run-detail-empty>p,.run-detail-head>div>p,.surface-header>div>p,.zovo-table-head>div>p{display:none}.surface-body{padding:25px 28px 28px}.section-title{margin:0;font-size:17px;letter-spacing:-.035em}.section-copy{margin:7px 0 0;color:var(--ink-muted);font-size:12px;line-height:1.6}.generate-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start}.form-stack,.generate-grid{display:grid;gap:20px}.field{display:grid;gap:9px}.field label,.field-label{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#44454b;font-size:12px;font-weight:700}.field-hint{color:var(--ink-subtle);font-size:11px;font-weight:500}.input,.select,.textarea{width:100%;border:1px solid #dedee3;border-radius:10px;background:#fbfbfc;color:var(--ink);outline:none;padding:0 12px;font-size:13px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.input,.select{min-height:43px}.textarea{min-height:98px;padding-top:11px;padding-bottom:11px;resize:vertical;line-height:1.5}.input:focus,.select:focus,.textarea:focus{background:#fff;border-color:#94a7f4;box-shadow:0 0 0 3px rgba(49,87,230,.1)}.input::placeholder,.textarea::placeholder{color:#b2b3b8}.quick-options{display:flex;flex-wrap:wrap;gap:8px}.quick-option{min-width:47px;min-height:35px;border:1px solid var(--line);border-radius:9px;color:var(--ink-muted);background:#fff;font-size:12px;font-weight:700}.quick-option:hover{border-color:#aebcf2;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:22px;border-top:1px solid var(--line)}.form-actions small{max-width:230px;color:var(--ink-subtle);font-size:11px;line-height:1.5}.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 #cad9ef;border-radius:15px;color:#a0a8b4;background:#fbfcff}.result-empty>div>.result-empty-icon,.result-empty>div>h3{display:none}.result-empty>div>p{max-width:none;margin:0;color:#a0a8b4;font-size:14px;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 #cad9ef;border-radius:15px;color:#a0a8b4;background:#fbfcff;font:400 14px/1.6 Noto Sans SC,sans-serif}.result-empty-icon{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 18px;color:#a7a8ac;background:#f4f4f5;border-radius:18px}.result-empty-icon svg{width:27px;height:27px}.result-empty h3{margin:0;font-size:15px;letter-spacing:-.025em}.result-empty p{max-width:245px;margin:9px 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:11px;padding:21px 24px 17px;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:18px 24px;background:#fbfbfc}.code-line{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:39px;padding:0 11px 0 13px;border:1px solid #e7e7ea;border-radius:9px;background:#fff}.code-line code{color:#2e3138;font:500 12px/1 DM Mono,monospace;letter-spacing:.02em}.code-copy{width:27px;height:27px;display:grid;place-items:center;border:0;color:var(--ink-subtle);border-radius:6px;background:transparent}.code-copy:hover{color:var(--accent);background:var(--accent-soft)}.result-footer{display:grid;gap:12px;padding:17px 24px 22px;border-top:1px solid var(--line)}.result-footer-note{color:var(--amber);font-size:11px;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 21px}.stat-card-label{display:flex;align-items:center;justify-content:space-between;color:var(--ink-muted);font-size:11px;font-weight:600}.stat-card-label svg{width:16px;height:16px;color:#b0b1b6}.stat-card-value{display:block;margin-top:14px;font-size:29px;letter-spacing:-.065em;line-height:1}.stat-card-foot-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:16px;margin-top:11px}.stat-card-foot{display:block;color:var(--ink-subtle);font-size:10px}.stat-card-foot.green{color:var(--green)}.stat-card-trend{color:var(--ink-subtle);font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}.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:16px 20px;border-bottom:1px solid var(--line)}.toolbar,.toolbar-left,.toolbar-right{display:flex;align-items:center;flex-wrap:wrap}.toolbar-left,.toolbar-right{gap:9px}.search-box{position:relative;min-width:235px}.search-box svg{position:absolute;left:11px;top:50%;width:15px;height:15px;color:#9e9fa4;transform:translateY(-50%)}.search-box .input{padding-left:34px;min-height:37px;font-size:12px}.filter-select{min-height:37px;min-width:112px;padding:0 30px 0 11px;font-size:12px}.filter-tabs{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--line);border-radius:9px;background:#fafafa}.filter-tab{min-height:29px;border:0;border-radius:6px;padding:0 9px;color:var(--ink-muted);background:transparent;font-size:11px;font-weight:600}.filter-tab:hover{color:var(--ink)}.filter-tab.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px rgba(15,15,20,.07)}.table-scroll{overflow-x:auto}.data-table{width:100%;min-width:820px;border-collapse:collapse}.data-table th{color:#9a9ba0;background:#fcfcfd;font:500 10px/1 DM Mono,monospace;letter-spacing:.08em;text-align:left;text-transform:uppercase;white-space:nowrap}.data-table td,.data-table th{padding:14px 20px;border-bottom:1px solid #f0f0f2;vertical-align:middle}.data-table td{color:#55565c;font-size:12px;white-space:nowrap}.data-table tbody tr:hover{background:#fbfbff}.data-table tbody tr:last-child td{border-bottom:0}.table-primary{color:var(--ink)!important;font-weight:700}.table-secondary{display:block;margin-top:4px;color:var(--ink-subtle);font-size:10px}.order-row-actions{display:inline-flex;align-items:center;gap:7px}.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:-8px 0 13px rgba(21,21,21,.055)}.orders-table th:last-child{z-index:3;background:#fcfcfd}.orders-table tbody tr:hover td:last-child{background:#fbfbff}.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:5px;min-height:24px;border-radius:999px;padding:0 9px;font-size:10px;font-weight:700}.status-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.status-unused{color:var(--green);background:var(--green-soft)}.status-processing{color:var(--amber);background:var(--amber-soft)}.status-used{color:#67686d;background:#f0f0f2}.status-expired,.status-failed{color:var(--red);background:var(--red-soft)}.status-disabled{color:var(--purple);background:var(--purple-soft)}.status-pending{color:#87610e;background:#fff6d9}.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:30px 18px;background:#f7f7f8}.redeem-wrap{width:min(470px,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:23px}.order-status-brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:16px}.order-status-brand .brand-mark{width:34px;height:34px}.order-service-status{display:inline-flex;align-items:center;gap:7px;border:1px solid #cde9df;border-radius:999px;padding:8px 13px;color:#18835d;background:#eefaf5;font-size:11px;font-weight:700;white-space:nowrap}.order-service-status i{width:7px;height:7px;border-radius:50%;background:#20a879}.redeem-brand{display:flex;justify-content:center;align-items:center;gap:9px;margin-bottom:27px;font-size:16px;font-weight:800}.redeem-brand .brand-mark{width:27px;height:27px}.redeem-card{padding:35px;border-radius:24px}.redeem-card h1{margin:0;font-size:26px;letter-spacing:-.06em}.redeem-card>p{margin:10px 0 27px;color:var(--ink-muted);font-size:13px;line-height:1.6}.redeem-form{display:grid;gap:14px}.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:var(--surface-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-button{flex:0 0 auto;min-width:70px;padding:0 12px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface);color:var(--ink-muted);font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:5px;transition:color .18s ease,border-color .18s ease,background .18s ease}.copy-button:hover:not(:disabled){color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.copy-button:disabled{cursor:not-allowed;opacity:.55}.copy-button svg{width:15px;height:15px}.redeem-code-input{min-height:57px;padding:0 16px;font:500 16px DM Mono,monospace;letter-spacing:.07em;text-align:center}.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 .35s ease}.order-progress-track.failed span{background:var(--red)}.order-progress-track.completed span{background:var(--green)}.order-progress-stages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:16px}.order-progress-stages>div{display:grid;justify-items:center;gap:7px;min-width:0;color:var(--ink-subtle);text-align:center}.order-progress-stages>div>span{width:27px;height:27px;display:grid;place-items:center;border:2px solid #dfe4ef;border-radius:50%;color:#a2a9b8;background:#fff;font-size:10px;font-weight:800}.order-progress-stages>div>span svg{width:15px;height:15px}.order-progress-stages strong{overflow:hidden;max-width:100%;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.order-progress-stages>div.done>span{border-color:#9ddfc4;color:#14734f;background:#e7f8ef}.order-progress-stages>div.done strong{color:var(--ink)}.order-progress-stages>div.active>span{border-color:#aebef8;color:var(--accent);background:#eef1ff}.order-progress-stages>div.active strong{color:var(--accent)}.order-progress-stages>div.failed>span{border-color:#f3b6b6;color:var(--red);background:var(--red-soft)}.order-progress-stages>div.failed strong{color:var(--red)}.order-status-notice{margin-top:18px}.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(17,17,21,.4);backdrop-filter:blur(4px)}.modal{width:min(520px,100%);max-height:min(720px,calc(100vh - 40px));overflow:auto;border-radius:19px;background:#fff;box-shadow:0 30px 80px rgba(17,17,21,.18)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:23px 25px 18px;border-bottom:1px solid var(--line)}.modal-header h2{margin:0;font-size:17px;letter-spacing:-.035em}.modal-header p{margin:6px 0 0;color:var(--ink-muted);font-size:11px}.modal-body{padding:22px 25px 25px}.toast{position:fixed;right:25px;bottom:24px;z-index:70;display:flex;align-items:center;gap:9px;min-width:220px;max-width:calc(100vw - 36px);padding:13px 15px;border:1px solid #d7eddf;border-radius:12px;color:var(--green);background:#f4fff8;box-shadow:0 14px 34px rgba(13,63,38,.12);font-size:12px;font-weight:700}.toast.error{color:var(--red);border-color:#ffd7d7;background:#fff7f7}.toast svg{width:16px;height:16px}.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:25px;background:#151515}.login-card{width:min(410px,100%);padding:36px;border-radius:22px;background:#fff}.login-card .redeem-brand{justify-content:flex-start;margin-bottom:34px}.login-card h1{margin:0;font-size:25px;letter-spacing:-.055em}.login-card>p{margin:9px 0 27px;color:var(--ink-muted);font-size:12px;line-height:1.6}.login-demo{padding:12px 13px;margin-bottom:17px;border-radius:10px;color:#80571d;background:#fffbf1;border:1px solid #f6dfb3;font-size:11px;line-height:1.55}@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){.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{border:0;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}.filter-tabs{overflow-x:auto;max-width:100%}.filter-tab{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-progress-stages{gap:3px}.order-progress-stages strong{font-size:9px}.order-progress-stages>div>span{width:24px;height:24px}.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}}@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:150%;filter:drop-shadow(0 0 8px rgba(104,145,255,.28))}.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-section{margin-top:12px}.settings-updated-at{color:var(--ink-subtle);font-size:10px}.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}.policy-row.disabled{opacity:.56}.upstream-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.settings-compact-form{display:grid;gap:14px}.settings-form-grid{display:grid;grid-template-columns:minmax(140px,.65fr) minmax(260px,1.35fr) minmax(180px,.85fr) minmax(200px,1fr);gap:12px}.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{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:22px;border-top:1px solid var(--line)}.upstream-actions>span{color:var(--ink-subtle);font-size:10px;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-search{position:relative;width:min(280px,100%);align-self:center}.zovo-search>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;margin-top:5px;color:var(--ink-muted);font-size:9px}.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:1120px;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-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-metrics{grid-template-columns:1fr 1fr}.zovo-table-head{align-items:stretch;flex-direction:column}.zovo-search{width:100%}.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))}.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){.run-workbench,.settings-form-grid{grid-template-columns:1fr}.run-workbench{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(/brand-logo.png);background-size:100%}.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%)}.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}.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:9px}.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}}