@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap");:root{--app-page-zoom:1;--app-page-width:100%;--app-page-min-height:100vh;--app-page-offset-x:0;--background:#f2f4f6;--surface-lowest:#ffffff;--surface:#ffffff;--surface-low:#f2f4f6;--surface-mid:#eceef0;--surface-high:#e6e8ea;--surface-muted:#f4f6f8;--foreground:#191c1e;--foreground-muted:#43474f;--outline:#737780;--outline-variant:#c3c6d1;--border-soft:rgba(60,78,110,0.16);--border-subtle:rgba(60,78,110,0.1);--primary:#001e40;--primary-strong:#001833;--primary-container:#003366;--primary-fixed:#d5e3ff;--primary-fixed-dim:#a7c8ff;--primary-tint:#eef4ff;--accent:#2c44d6;--warning:#b45309;--warning-soft:#ffedd5;--info:#1d4ed8;--info-soft:#dce7ff;--success:#15803d;--success-soft:#dcfce7;--danger:#ba1a1a;--danger-soft:#ffdad6;--neutral:#475467;--neutral-soft:#eaeef4;--accent-network-bg:#dbe8ff;--accent-network-fg:#3f55f2;--accent-active-bg:#dff9df;--accent-active-fg:#28a745;--accent-orders-bg:#fff4bf;--accent-orders-fg:#a66a00;--accent-data-bg:#eef2ff;--accent-data-fg:#4f63ff;--accent-money-bg:#e8faeb;--accent-money-fg:#1da856;--accent-superamt-bg:#f7f1ff;--accent-superamt-fg:#8b3de8;--accent-margin-bg:#fde9d4;--accent-margin-fg:#d35a0a;--accent-api-bg:#e8f1ff;--accent-api-fg:#2563eb;--radius-pill:999px;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:22px;--radius-panel:16px;--shadow-card:0 1px 2px rgba(15,23,42,0.06);--shadow-soft:0 6px 16px rgba(15,23,42,0.05);--shadow-panel:0 12px 28px rgba(15,23,42,0.07);--shadow-lift:0 18px 44px rgba(15,23,42,0.12);--focus-ring:0 0 0 4px rgba(0,30,64,0.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden;background:var(--surface-low)}body{margin:0;margin-inline:var(--app-page-offset-x);width:var(--app-page-width);min-height:var(--app-page-min-height);color:var(--foreground);font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;zoom:var(--app-page-zoom)}@media (min-width:1024px){:root{--app-page-zoom:0.8;--app-page-width:125%;--app-page-min-height:125vh;--app-page-offset-x:calc((100% - var(--app-page-width)) / 2)}}a{color:inherit;text-decoration:none}button,input{font:inherit}::selection{background:var(--primary-fixed);color:var(--primary)}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:12px}.topbar{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border-soft);background:rgba(255,255,255,.86);-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);box-shadow:0 10px 30px rgba(15,23,42,.05)}.topbar-inner{width:min(100%,88rem);height:72px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;color:var(--primary);min-height:44px}.brand-logo{display:block;width:132px;max-height:44px;object-fit:contain}.live-status{display:flex;align-items:center;gap:9px;margin-right:auto;padding:7px 12px;border:1px solid var(--border-subtle);background:var(--surface-muted);color:var(--foreground-muted);font-size:12px;font-weight:800}.live-status,.wifi-dot{border-radius:var(--radius-pill)}.wifi-dot{width:8px;height:8px;background:var(--success);box-shadow:0 0 0 4px var(--success-soft);animation:live-pulse 2s ease-in-out infinite}.live-tag{color:var(--success);background:var(--success-soft);padding:3px 9px;border-radius:var(--radius-pill);font-size:11px;letter-spacing:.04em;text-transform:uppercase}@keyframes live-pulse{0%,to{box-shadow:0 0 0 0 rgba(19,122,58,.4)}50%{box-shadow:0 0 0 5px rgba(19,122,58,0)}}.account-group{display:flex;align-items:center;gap:10px}.account-pill,.signout{border:1px solid var(--border-soft);background:var(--surface-lowest);box-shadow:var(--shadow-card);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.account-pill{height:44px;min-width:210px;display:flex;align-items:center;gap:10px;border-radius:var(--radius-md);padding:6px 12px}.account-pill:hover{border-color:var(--primary-fixed);box-shadow:var(--shadow-soft)}.avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(140deg,var(--primary),var(--primary-container));color:#fff;font-size:12px;font-weight:900;letter-spacing:.02em}.account-copy{min-width:0;line-height:1.15}.account-copy strong{color:var(--primary);font-size:12px;font-weight:900}.account-copy small,.account-copy strong{display:block;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy small{color:var(--foreground-muted);font-size:11px;font-weight:600}.signout{height:44px;display:inline-flex;align-items:center;gap:8px;border-radius:var(--radius-md);padding:0 16px;color:var(--foreground);font-size:13px;font-weight:800}.signout svg{width:17px;height:17px}.signout:hover{border-color:var(--danger);color:var(--danger);background:var(--danger-soft)}.admin-nav-stack{position:sticky;top:72px;z-index:15;background:rgba(255,255,255,.86);-webkit-backdrop-filter:saturate(160%) blur(10px);backdrop-filter:saturate(160%) blur(10px)}.admin-nav-stack,.main-nav{border-bottom:1px solid var(--border-subtle)}.main-nav{position:relative;background:transparent;overflow:visible}.management-nav{z-index:2}.orders-nav{z-index:1;border-bottom:0;background:rgba(246,248,251,.72)}.management-nav .nav-inner{padding-bottom:6px}.orders-nav .nav-inner{padding-top:6px}.main-nav::-webkit-scrollbar{display:none}.nav-inner{position:relative;width:min(100%,88rem);margin:0 auto;padding:10px 24px;overflow:visible}.nav-inner,.nav-visible-items{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:8px}.nav-visible-items{flex:1 1 auto;overflow:hidden}.nav-more{position:relative;z-index:3;flex:0 0 auto;margin-left:auto}.nav-more-button{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:0 14px;background:#fff;color:var(--primary);font:inherit;font-size:14px;font-weight:900;cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-soft)}.nav-more-button.active,.nav-more-button:hover,.nav-more-button[aria-expanded=true]{border-color:rgba(0,42,92,.2);background:var(--primary-fixed)}.nav-more-chevron{width:16px;height:16px;transition:transform .16s ease}.nav-more-button[aria-expanded=true] .nav-more-chevron{transform:rotate(180deg)}.nav-more-menu{position:absolute;top:calc(100% + 8px);right:0;width:min(300px,calc(100vw - 28px));display:grid;gap:4px;border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:8px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.18)}.nav-more-item{min-height:48px;display:flex;align-items:center;gap:10px;border-radius:7px;padding:6px 10px;color:var(--foreground-muted);font-size:13px;font-weight:800}.nav-more-item:hover{color:var(--primary);background:var(--primary-tint)}.nav-more-item.active{color:var(--primary);background:var(--primary-fixed)}.nav-more-item>:nth-child(2){flex:1 1}.nav-more-item .badge{margin-left:auto}.nav-more-item.active .nav-icon{background:#fff}.nav-more-item.active .badge{background:var(--primary);color:#fff}.nav-measure{position:absolute;top:0;left:24px;width:max-content;height:0;display:flex;align-items:center;gap:8px;overflow:hidden;visibility:hidden;pointer-events:none}.nav-tab{position:relative;height:48px;display:inline-flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:var(--radius-md);padding:0 14px;color:var(--foreground-muted);font-size:14px;font-weight:800;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.nav-tab:hover{color:var(--primary);background:var(--primary-tint)}.nav-tab:hover .nav-icon{background:#fff}.nav-tab.active{border-color:rgba(0,42,92,.18);background:var(--primary-fixed);color:var(--primary);box-shadow:var(--shadow-card)}.nav-tab.active:after{content:"";position:absolute;left:16px;right:16px;bottom:-7px;height:3px;border-radius:3px 3px 0 0;background:var(--primary)}.nav-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:var(--surface-muted);color:var(--primary);transition:background .16s ease}.field svg,.nav-icon svg{width:18px;height:18px}.nav-tab.active .nav-icon{background:#fff}.badge,.count-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);font-size:11px;font-weight:900;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.badge{min-width:24px;background:var(--warning-soft);color:var(--warning);padding:4px 8px}.nav-tab.active .badge{background:var(--primary);color:#fff}.workspace{width:min(100%,88rem);margin:0 auto;padding:28px 24px 56px}.filter-panel,.kpi-card,.table-panel{border:1px solid var(--border-soft);background:var(--surface);box-shadow:var(--shadow-card),var(--shadow-soft)}.filter-panel{border-radius:var(--radius-lg);padding:22px 22px 20px;margin-bottom:24px}.panel-heading,.table-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.kpi-value,h1,h2{font-family:Roboto,Segoe UI,sans-serif;color:var(--primary);letter-spacing:-.02em}h1{margin:0;font-size:21px;font-weight:900}.panel-heading p{margin:8px 0 22px;max-width:64ch;color:var(--foreground-muted);font-size:14px;line-height:1.5;font-weight:500}.count-pill{min-height:24px;background:var(--primary-fixed);color:var(--primary);padding:4px 12px;text-transform:uppercase;letter-spacing:.06em}.filter-row{display:grid;grid-template-columns:minmax(320px,1fr) 180px 180px auto}.field,.filter-row{gap:12px;align-items:center}.field{min-height:48px;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface-muted);display:flex;padding:0 16px;color:var(--foreground-muted);font-size:14px;font-weight:600;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.field:focus-within{border-color:var(--primary);background:#fff;box-shadow:var(--focus-ring)}.field svg{color:var(--foreground-muted);flex-shrink:0}.field:focus-within svg{color:var(--primary)}.field input{width:100%;border:0;outline:0;background:transparent;color:var(--foreground);font-weight:600}.field input::placeholder{color:#8a93a4;opacity:1;font-weight:500}.search-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--radius-md);padding:0 22px;background:linear-gradient(140deg,var(--primary),var(--primary-container));color:#fff;font-weight:800;cursor:pointer;box-shadow:var(--shadow-card);transition:filter .16s ease,box-shadow .16s ease,transform .16s ease}.search-button svg{width:17px;height:17px}.search-button:hover{filter:brightness(1.08);box-shadow:var(--shadow-soft)}.search-button:active{transform:translateY(1px)}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}.kpi-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);padding:18px 18px 18px 20px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.kpi-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary);opacity:.9}.kpi-card.tone-green:before{background:var(--success)}.kpi-card.tone-amber:before{background:var(--warning)}.kpi-card.tone-slate:before{background:var(--neutral)}.kpi-card:hover{transform:translateY(-2px);border-color:var(--primary-fixed);box-shadow:var(--shadow-lift)}.kpi-label{display:block;color:var(--foreground-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.kpi-value{display:block;margin-top:8px;font-size:26px;line-height:1.1;font-weight:900;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kpi-hint{display:block;margin-top:6px;color:var(--foreground-muted);font-size:12px;font-weight:700}.table-panel{overflow:hidden;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-card),var(--shadow-soft)}.table-panel+.table-panel{margin-top:18px}.table-heading{min-height:62px;align-items:center;padding:0 22px;border-bottom:1px solid var(--border-soft);background:linear-gradient(180deg,var(--surface-muted),var(--surface))}h2{margin:0;font-size:18px;font-weight:900}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;background:transparent}td,th{padding:.9rem 1.15rem;border-bottom:1px solid var(--border-subtle);text-align:left;font-size:.875rem;line-height:1.5;vertical-align:middle;white-space:nowrap}thead th{position:sticky;top:0;z-index:1;background:var(--surface-muted);color:var(--foreground-muted);font-size:.66rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}td{color:var(--foreground);font-weight:500}td.lead-col{color:var(--primary);font-weight:800}.num-col,td.lead-col{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.num-col{text-align:right}td.num-col{color:var(--foreground);font-weight:700}tr:last-child td{border-bottom:0}tbody tr{transition:background .14s ease}tbody tr:nth-child(2n) td{background:rgba(246,248,251,.55)}tbody tr:hover td{background:var(--primary-tint)}.empty-state{min-height:200px;margin:24px;border:1px dashed var(--outline-variant);border-radius:var(--radius-md);display:grid;place-items:center;text-align:center;padding:36px 28px;color:var(--primary);background:repeating-linear-gradient(135deg,rgba(0,42,92,.015) 0 12px,transparent 12px 24px)}.empty-icon{display:grid;place-items:center;width:56px;height:56px;margin-bottom:14px;border-radius:16px;background:var(--primary-tint);color:var(--primary)}.empty-icon svg{width:26px;height:26px}.empty-state strong{display:block;font-family:Roboto,Segoe UI,sans-serif;font-size:19px;font-weight:900;margin-bottom:8px}.empty-state p{margin:0;max-width:52ch;color:var(--foreground-muted);font-size:14px;line-height:1.6;font-weight:500}.status-pill{display:inline-flex;align-items:center;gap:7px;border-radius:var(--radius-pill);padding:4px 11px 4px 9px;font-size:11px;font-weight:800;text-transform:capitalize;letter-spacing:.01em;border:1px solid transparent}.status-dot{width:7px;height:7px;border-radius:var(--radius-pill);background:currentColor;flex-shrink:0}.status-pill.is-success{background:var(--success-soft);color:var(--success);border-color:rgba(19,122,58,.18)}.status-pill.is-warning{background:var(--warning-soft);color:var(--warning);border-color:rgba(180,83,9,.18)}.status-pill.is-info{background:var(--info-soft);color:var(--info);border-color:rgba(29,78,216,.18)}.status-pill.is-danger{background:var(--danger-soft);color:var(--danger);border-color:rgba(192,31,46,.18)}.status-pill.is-neutral{background:var(--neutral-soft);color:var(--neutral);border-color:rgba(71,84,103,.16)}.status-pill.is-info .status-dot{animation:processing-pulse 1.6s ease-in-out infinite}@keyframes processing-pulse{0%,to{box-shadow:0 0 0 0 rgba(29,78,216,.4)}50%{box-shadow:0 0 0 5px rgba(29,78,216,0)}}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#eef4ff,var(--surface-low) 55%)}.login-card{width:min(100%,430px);border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-lift);padding:32px 30px}.login-card .brand{margin-bottom:6px}.login-card .brand-logo{width:172px;max-height:58px}.login-card .brand+.login-form{margin-top:22px}.login-form{display:grid;gap:16px}.login-form label{display:grid;gap:7px;color:var(--primary);font-size:13px;font-weight:800}.login-form input{min-height:48px;border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:0 14px;background:var(--surface-muted);outline:0;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.login-form input:focus{border-color:var(--primary);background:#fff;box-shadow:var(--focus-ring)}.login-form button{min-height:52px;margin-top:4px;border:0;border-radius:var(--radius-md);background:linear-gradient(140deg,var(--primary),var(--primary-container));color:#fff;font-weight:900;font-size:15px;cursor:pointer;box-shadow:var(--shadow-soft);transition:filter .16s ease,transform .16s ease}.login-form button:hover:not(:disabled){filter:brightness(1.08)}.login-form button:active:not(:disabled){transform:translateY(1px)}.login-form button:disabled{opacity:.68;cursor:wait}.login-message{min-height:20px;color:var(--danger);font-size:13px;font-weight:700}.section-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.section-eyebrow:before{content:"";width:7px;height:7px;border-radius:var(--radius-pill);background:currentColor}.um-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:18px;align-items:stretch;margin-bottom:18px}.um-hero-copy,.um-review-card{border:1px solid var(--border-soft);background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card),var(--shadow-soft)}.um-hero-copy{min-height:178px;padding:26px 28px}.um-hero-copy h1{margin-top:8px;font-size:clamp(26px,4vw,38px);line-height:1.05}.um-hero-copy p{max-width:58ch;margin:12px 0 20px;color:var(--foreground-muted);font-size:15px;line-height:1.6;font-weight:500}.um-hero-actions{display:flex;flex-wrap:wrap;gap:8px}.um-hero-actions span{display:inline-flex;min-height:30px;align-items:center;border:1px solid var(--border-soft);border-radius:var(--radius-pill);background:var(--surface-muted);color:var(--primary);padding:0 12px;font-size:12px;font-weight:900}.um-review-card{display:grid;align-content:center;padding:24px;background:linear-gradient(145deg,rgba(0,42,92,.98),rgba(0,51,102,.94)),var(--primary);color:#fff;overflow:hidden;position:relative}.um-review-card:after{content:"";position:absolute;width:150px;height:150px;right:-72px;top:-72px;border-radius:999px;background:rgba(167,200,255,.26)}.um-review-label{color:rgba(255,255,255,.72);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.um-review-card strong{margin-top:12px;font-size:52px;line-height:1;font-weight:900;letter-spacing:-.02em}.um-review-card p{margin:8px 0 0;color:rgba(255,255,255,.78);font-size:13px;font-weight:800}.um-create{border:1px solid var(--border-soft);background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card),var(--shadow-soft);padding:22px;margin-bottom:18px}.um-create-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.um-create-head h2{margin:6px 0 0}.um-create-head p{margin:7px 0 18px;max-width:60ch;color:var(--foreground-muted);font-size:14px;line-height:1.5;font-weight:500}.um-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:12px;align-items:center}.um-form .field{min-height:48px}.um-error,.um-form .field input{font-weight:700}.um-error{margin:12px 0 0;color:var(--danger);font-size:13px}.invite-box{margin-top:16px;border:1px solid rgba(19,122,58,.25);background:var(--success-soft);border-radius:var(--radius-md);padding:16px 18px}.invite-box strong{color:var(--success);font-size:15px}.invite-box p{margin:6px 0 14px;color:#146c39;font-size:13px;font-weight:500}.invite-field{margin-top:10px}.invite-field-label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#146c39;margin-bottom:4px}.invite-field-row{display:flex;align-items:center;gap:8px}.invite-field-row code{flex:1 1;min-width:0;overflow-x:auto;white-space:nowrap;background:#fff;border:1px solid rgba(19,122,58,.25);border-radius:10px;padding:9px 12px;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;color:var(--foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;padding:7px 14px;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap;transition:filter .14s ease,background .14s ease,border-color .14s ease,transform .14s ease}.btn svg{width:17px;height:17px;flex:0 0 auto}.btn:disabled{opacity:.6;cursor:wait}.btn:active:not(:disabled){transform:translateY(1px)}.btn-approve{background:var(--success-soft);color:var(--success);border-color:rgba(19,122,58,.3)}.btn-reject{background:var(--danger-soft);color:var(--danger);border-color:rgba(192,31,46,.3)}.btn-neutral{background:var(--surface-muted);color:var(--primary);border-color:var(--border-soft)}.btn-approve:hover:not(:disabled),.btn-neutral:hover:not(:disabled),.btn-reject:hover:not(:disabled){filter:brightness(.97)}.row-actions{flex-wrap:wrap}.action-wrap,.row-actions{display:inline-flex;align-items:center;gap:8px}.action-error{color:var(--danger);font-size:11px;font-weight:700}.row-muted{color:var(--foreground-muted)}.user-identity{display:inline-flex;align-items:center;gap:10px;min-width:210px}.user-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:var(--primary-tint);color:var(--primary);font-size:12px;font-weight:900;box-shadow:inset 0 0 0 1px var(--border-subtle)}.user-identity small,.user-identity strong{display:block}.user-identity strong{color:var(--primary);font-weight:900}.muted-cell,.user-identity small{color:var(--foreground-muted);font-size:12px;font-weight:700}.reporter-cell{display:inline-flex;flex-direction:column;gap:3px;min-width:180px}.reporter-cell strong{color:var(--foreground);font-weight:900}.reporter-cell small{color:var(--foreground-muted);font-size:12px;font-weight:700}.report-status-actions{display:inline-flex;align-items:center;gap:8px}.report-status-select{min-width:150px;min-height:36px;border:1px solid var(--border-soft);border-radius:10px;background:#fff;color:var(--foreground);font:inherit;font-size:12px;font-weight:800;padding:0 10px}.report-status-select:focus{outline:none;border-color:rgba(29,78,216,.45);box-shadow:0 0 0 3px rgba(29,78,216,.1)}.um-page-title{margin:0 0 42px}.um-page-title h1{margin:0;color:var(--primary);font-size:22px;line-height:1.15;font-weight:900}.um-page-title p{margin:22px 0 0;color:var(--foreground-muted);font-size:16px;line-height:1.55;font-weight:500}.um-access-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:34px;border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-card),var(--shadow-soft);padding:32px 24px;margin-bottom:42px}.um-access-copy{min-height:180px}.managed-users-head .section-eyebrow,.um-access-copy .section-eyebrow{color:var(--foreground-muted)}.managed-users-head h2,.um-access-copy h2{margin-top:14px;color:var(--primary);font-size:22px;line-height:1.2;font-weight:900}.um-access-copy p{margin:16px 0 0;color:var(--foreground);font-size:16px;line-height:1.55;font-weight:500}.um-halt-control{display:grid;gap:12px}.um-halt-control label{color:var(--foreground-muted);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.um-halt-control textarea{width:100%;min-height:132px;resize:vertical;border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--surface-lowest);color:var(--foreground);padding:22px 16px;font:inherit;font-weight:800;line-height:1.5;outline:0}.um-halt-actions{display:flex;justify-content:flex-end;gap:8px}.btn-danger-solid{min-height:44px;border-color:var(--danger);background:var(--danger);color:#fff;padding-inline:20px;letter-spacing:.04em;text-transform:uppercase}.btn-danger-solid:disabled,.um-halt-actions .btn-neutral:disabled{opacity:.9;cursor:not-allowed}.managed-users-panel{overflow:hidden;border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-card),var(--shadow-soft)}.managed-users-head{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 24px}.managed-users-tools{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.managed-search{width:min(320px,32vw);min-height:56px;background:var(--surface-lowest)}.create-user-trigger{min-height:56px;border:0;border-radius:var(--radius-md);background:var(--primary);color:#fff;padding:0 22px;font-size:15px;font-weight:900;cursor:pointer;box-shadow:var(--shadow-card);display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:filter .16s ease,transform .16s ease}.create-user-trigger svg{width:18px;height:18px}.create-user-trigger:hover{filter:brightness(1.08)}.create-user-trigger:active{transform:translateY(1px)}.create-user-modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(7,26,49,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.create-user-modal{width:min(560px,100%);max-height:calc(100dvh - 48px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);box-shadow:0 24px 70px rgba(7,26,49,.24)}.create-user-modal>form{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto}.create-user-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border-soft);padding:22px 24px}.create-user-modal-head>div{min-width:0}.create-user-modal-head>div>span{display:block;color:var(--foreground-muted);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.create-user-modal-head h2{margin:7px 0 0;color:var(--primary);font-size:22px;line-height:1.2}.create-user-modal-head p{margin:7px 0 0;color:var(--foreground-muted);font-size:13px;line-height:1.5}.create-user-modal-close{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border:1px solid var(--border-soft);border-radius:8px;background:#fff;color:var(--foreground-muted);cursor:pointer}.create-user-modal-close:hover{border-color:var(--primary-fixed-dim);color:var(--primary);background:var(--primary-tint)}.create-user-modal-close:disabled{cursor:not-allowed;opacity:.55}.create-user-modal-close svg{width:18px;height:18px}.create-user-modal-body{min-height:0;overflow-y:auto;padding:24px}.create-user-form{display:grid;gap:18px}.create-user-field{display:grid;gap:8px}.create-user-field>span{color:var(--foreground);font-size:12px;font-weight:900}.create-user-field input{width:100%;min-height:52px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface-lowest);color:var(--foreground);padding:0 14px;outline:0;font:inherit;font-size:14px;font-weight:700}.create-user-field input::placeholder{color:var(--foreground-subtle);font-weight:600}.create-user-field input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px var(--primary-tint)}.create-user-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;border-top:1px solid var(--border-soft);padding:16px 24px;background:#f8fafc}.create-user-modal-primary,.create-user-modal-secondary{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:0 16px;font:inherit;font-size:13px;font-weight:900;cursor:pointer}.create-user-modal-primary{border:1px solid var(--primary);background:var(--primary);color:#fff}.create-user-modal-secondary{border:1px solid var(--border-soft);background:#fff;color:var(--primary)}.create-user-modal-primary:hover{background:var(--primary-container)}.create-user-modal-secondary:hover{border-color:var(--primary-fixed-dim);background:var(--primary-tint)}.create-user-modal-primary:disabled,.create-user-modal-secondary:disabled{cursor:not-allowed;opacity:.58}.create-user-modal-primary svg,.create-user-modal-secondary svg{width:17px;height:17px}.create-user-invite{position:static;width:100%;margin:0;border-radius:8px}.managed-table-scroll{overflow-x:auto}.managed-users-table{min-width:980px}.managed-users-table thead th{height:58px;background:#e7e9ec;color:#4f5865;font-size:12px;letter-spacing:.08em}.managed-users-table td{height:92px;font-size:15px;font-weight:700}.managed-users-table tbody tr:nth-child(2n) td{background:transparent}.profile-pill,.rank-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--primary-fixed);color:var(--primary);font-weight:900;white-space:nowrap}.rank-pill{min-width:34px;min-height:42px;padding:0 8px}.profile-pill{min-height:42px;padding:0 14px;font-size:13px}.profile-select-form{display:inline-flex;align-items:center;gap:8px;min-width:220px}.profile-select{min-height:42px;width:170px;border:1px solid var(--border-soft);border-radius:10px;background:var(--primary-fixed);color:var(--primary);padding:0 10px;font:inherit;font-size:13px;font-weight:900;outline:0}.profile-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(12,70,130,.12)}.profile-save{width:38px;min-width:38px;height:38px;padding:0}.profile-action-wrap{position:relative;display:inline-flex}.profile-action-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:6;min-width:262px;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-lift);padding:10px}.managed-user{display:inline-flex;align-items:center;gap:14px;min-width:250px}.managed-user-avatar{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:var(--radius-pill);background:var(--surface-muted);color:var(--foreground-muted);font-size:12px;font-weight:900;box-shadow:inset 0 0 0 1px var(--border-subtle)}.managed-user small,.managed-user strong{display:block}.managed-user strong{color:var(--foreground);font-size:15px;font-weight:900}.managed-user small{margin-top:4px;color:var(--foreground-muted);font-size:13px;font-weight:600}.strong-number{color:var(--foreground);font-size:17px;font-weight:900}.actions-col{text-align:right}.actions-col .row-actions{justify-content:flex-end;gap:6px}.actions-col .btn-approve,.actions-col .btn-reject,.actions-col .profile-save,.btn-action-blue,.btn-action-danger{width:42px;height:42px;border-radius:9px;padding:0}.btn-action-blue{border-color:rgba(29,78,216,.28);background:#f2f7ff;color:var(--primary)}.btn-action-danger{border-color:rgba(192,31,46,.22);background:#fff8f8;color:var(--danger)}.action-loading{display:inline-flex;min-width:18px;justify-content:center}.pricing-profile-shell{display:grid;gap:28px;border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-card),var(--shadow-soft);padding:24px}.pricing-card-meta,.pricing-card-name-row,.pricing-profile-header,.pricing-profile-title,.pricing-saved-heading{display:flex;align-items:center}.pricing-profile-header{justify-content:space-between;gap:24px}.pricing-profile-title{gap:16px;min-width:0}.pricing-page-icon{width:52px;height:52px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:var(--surface-muted);color:#303846}.pricing-page-icon svg{width:25px;height:25px}.pricing-profile-title h1{margin:0;color:#061b32;font-size:22px;line-height:1.2;font-weight:900}.pricing-card-copy p,.pricing-empty-state p,.pricing-profile-title p,.pricing-saved-heading p{margin:0;color:#243447;font-size:16px;line-height:1.45;font-weight:500}.pricing-profile-title p{margin-top:8px}.pricing-create-button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:0 0 auto;border:0;border-radius:14px;padding:0 26px;background:#4957f2;color:#fff;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 18px 34px rgba(73,87,242,.18);transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.pricing-create-button svg{width:18px;height:18px}.pricing-create-button:hover{filter:brightness(1.05);box-shadow:0 20px 40px rgba(73,87,242,.24)}.pricing-create-button:active{transform:translateY(1px)}.pricing-saved-heading{align-items:flex-start;flex-direction:column;gap:6px}.pricing-saved-heading h2{color:#061b32;font-size:22px;line-height:1.15}.pricing-card-list{display:grid;gap:14px}.pricing-profile-card{display:grid;grid-template-columns:auto minmax(220px,1.25fr) minmax(260px,1fr) auto;grid-template-areas:"icon copy meta actions";align-items:center;gap:24px;min-height:140px;border:1px solid var(--border-soft);border-radius:12px;background:var(--surface);padding:18px 18px 18px 20px;box-shadow:var(--shadow-card)}.pricing-card-icon{grid-area:icon;width:76px;height:76px;display:grid;place-items:center;border-radius:18px}.pricing-card-icon svg{width:34px;height:34px}.pricing-card-icon.tone-purple{background:#eee1ff;color:#7937ec}.pricing-card-icon.tone-blue{background:#e9f1ff;color:#2563eb}.pricing-card-icon.tone-green{background:#dff7ee;color:#0f9f75}.pricing-card-icon.tone-amber{background:#fff1d6;color:#bf6a02}.pricing-card-icon.tone-slate{background:#edf1f7;color:#39465a}.pricing-card-actions{grid-area:actions;justify-self:end;display:flex;gap:12px}.pricing-icon-button{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid;border-radius:9px;background:#fff;cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.pricing-icon-button svg{width:19px;height:19px}.pricing-icon-button.is-edit{border-color:rgba(42,96,255,.44);color:#1f58ff}.pricing-icon-button.is-delete{border-color:rgba(255,80,88,.38);color:#f02f3d}.pricing-icon-button:hover{background:var(--surface-muted);box-shadow:var(--shadow-card)}.pricing-icon-button:active{transform:translateY(1px)}.pricing-card-copy{grid-area:copy;min-width:0}.pricing-card-name-row{gap:12px;margin-bottom:8px}.pricing-card-name-row h3{margin:0;color:#061b32;font-size:17px;line-height:1.2;font-weight:900}.pricing-active-pill{display:inline-flex;align-items:center;min-height:28px;border-radius:var(--radius-pill);padding:0 14px;font-size:14px;font-weight:900}.pricing-active-pill.is-active{background:var(--success-soft);color:var(--success)}.pricing-active-pill.is-paused{background:var(--warning-soft);color:var(--warning)}.pricing-card-copy p{max-width:360px;color:#1c2d41}.pricing-card-meta{grid-area:meta;flex-wrap:wrap;gap:16px}.pricing-meta-chip{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface-muted);color:#0b2340;box-shadow:var(--shadow-card);font-size:16px;font-weight:800;white-space:nowrap;gap:10px;padding:0 16px;color:#3b4656}.pricing-meta-chip svg{width:19px;height:19px;color:var(--primary)}.pricing-meta-chip strong{color:#08213e;font-weight:900}.pricing-empty-state{min-height:220px;display:grid;place-items:center;gap:10px;border:1px dashed var(--border-soft);border-radius:12px;background:var(--surface-muted);padding:34px;text-align:center}.pricing-empty-state strong{color:var(--primary);font-size:18px;font-weight:900}.pricing-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;overflow-y:auto;padding:20px 16px;background:rgba(7,26,49,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pricing-modal{position:relative;width:min(840px,calc(100% - 32px));max-width:none;max-height:calc(100dvh - 40px);margin:0;overflow:hidden;border:1px solid var(--border-soft);border-radius:8px;padding:0;background:#fff;color:var(--foreground);box-shadow:0 28px 80px rgba(7,26,49,.24)}.pricing-modal form{max-height:calc(100dvh - 48px);display:grid;grid-template-rows:auto minmax(0,1fr) auto}.pricing-modal-header{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border-subtle);padding:20px 28px}.pricing-modal-eyebrow,.pricing-modal-label{color:#727985;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pricing-modal-header h2{margin-top:8px;color:#07192e;font-size:22px;line-height:1.15;font-weight:900}.pricing-modal-close{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-soft);border-radius:var(--radius-pill);background:#fff;color:#0d1c2e;cursor:pointer;box-shadow:var(--shadow-card)}.pricing-modal-close svg{width:20px;height:20px}.pricing-modal-body{overflow-y:auto;padding:30px 28px 28px}.pricing-modal-error{margin:0 0 18px 198px;border:1px solid rgba(192,31,46,.22);border-radius:10px;background:var(--danger-soft);color:var(--danger);padding:12px 14px;font-size:14px;font-weight:800}.pricing-modal-grid{display:grid;grid-template-columns:170px minmax(0,1fr);align-items:center;gap:20px 28px}.pricing-modal-label{align-self:center}.pricing-modal-input{width:100%;min-height:58px;border:1px solid var(--border-soft);border-radius:12px;background:#fff;color:#111923;padding:0 20px;font-size:15px;font-weight:800;outline:0;transition:border-color .16s ease,box-shadow .16s ease}.pricing-modal-input::placeholder{color:#8f949d;opacity:1}.pricing-file-trigger:focus-visible,.pricing-modal-input:focus,.pricing-price-input:focus-within{border-color:var(--primary);box-shadow:var(--focus-ring)}.pricing-type-value{color:#20242b;font-size:16px;font-weight:900}.pricing-tier-builder{display:grid;gap:14px}.pricing-tier-head,.pricing-tier-row{display:grid;grid-template-columns:minmax(110px,.8fr) minmax(120px,.8fr) minmax(170px,1.15fr) 46px;align-items:center;gap:14px}.um-customer-label{color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase}.reseller-review-popover{display:grid;width:320px;gap:10px}.reseller-review-popover>strong{color:#071a31;font-size:13px}.reseller-review-popover>small{color:#64748b;font-size:10px;line-height:1.45}.reseller-review-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.reseller-review-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px}.reseller-review-actions svg{width:14px;height:14px}.pricing-tier-head{color:#3c414a;font-size:15px;font-weight:500;text-align:center}.pricing-price-input{min-height:58px;display:flex;align-items:center;gap:18px;border:1px solid var(--border-soft);border-radius:12px;background:#fff;padding:0 20px;transition:border-color .16s ease,box-shadow .16s ease}.pricing-price-input span{color:#232932;font-size:14px;font-weight:900}.pricing-price-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#111923;font-size:15px;font-weight:900}.pricing-tier-remove{width:46px;height:58px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-soft);border-radius:12px;background:#fff;color:#aeb4be;cursor:pointer}.pricing-tier-remove svg{width:18px;height:18px}.pricing-tier-remove:disabled{cursor:not-allowed;opacity:.72}.pricing-add-tier{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border-soft);border-radius:12px;background:#fff;color:#20242b;font-size:16px;font-weight:900;cursor:pointer}.pricing-add-tier svg{width:18px;height:18px}.pricing-modal-rule{height:1px;margin:26px 0 30px 198px;background:var(--border-subtle)}.pricing-import-panel{display:grid;gap:16px}.pricing-import-panel h3{margin:0;color:#20242b;font-size:20px;font-weight:900}.pricing-import-row{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:14px}.pricing-file-trigger,.pricing-import-button{min-height:58px;border:1px solid var(--border-soft);border-radius:12px;font-size:15px;font-weight:900}.pricing-file-trigger{display:flex;align-items:center;gap:8px;min-width:0;background:#fff;color:#20242b;padding:0 20px;cursor:pointer}.pricing-file-trigger span{min-width:0;overflow:hidden;color:#20242b;text-overflow:ellipsis;white-space:nowrap}.pricing-import-button{background:#f0f2f5;color:#20242b;cursor:pointer}.pricing-import-help{margin:0;border-radius:12px;background:#f0f2f5;color:#555d69;padding:16px 20px;font-size:14px;font-weight:800}.pricing-template-button{width:fit-content;min-height:50px;border:1px solid #a9c4ef;border-radius:12px;background:var(--primary-fixed);color:#0b2543;padding:0 20px;font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.pricing-active-control{display:flex;align-items:center;gap:16px}.pricing-active-control strong{color:#20242b;font-size:15px;font-weight:900}.pricing-switch{width:58px;height:36px;display:inline-flex;align-items:center;justify-content:flex-start;border:0;border-radius:var(--radius-pill);background:#181d22;padding:4px;cursor:pointer;transition:background .16s ease}.pricing-switch span{width:28px;height:28px;border-radius:var(--radius-pill);background:#fff;box-shadow:var(--shadow-card);transition:transform .16s ease}.pricing-switch.is-on{background:#181d22}.pricing-switch.is-on span{transform:translateX(22px)}.pricing-modal-footer{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--border-subtle);background:#fff;padding:20px 28px}.pricing-cancel-button,.pricing-submit-button{min-width:118px;min-height:48px;border-radius:12px;padding:0 24px;font-size:15px;font-weight:900;cursor:pointer}.pricing-cancel-button{border:1px solid var(--border-soft);background:#fff;color:#0d1c2e}.pricing-submit-button{border:0;background:var(--primary);color:#fff;box-shadow:var(--shadow-soft)}.pricing-submit-button:disabled{cursor:wait;opacity:.78}.pricing-modal form{max-height:calc(100dvh - 40px)}.pricing-modal-header{min-height:76px;padding:18px 22px}.pricing-modal-header h2{font-size:20px;line-height:1.2}.pricing-modal-close{width:40px;height:40px;border-radius:8px}.pricing-modal-close:disabled{cursor:not-allowed;opacity:.55}.pricing-modal-body{padding:24px 22px}.pricing-modal-error{margin:0 0 16px 169px;border-radius:8px}.pricing-modal-grid{grid-template-columns:145px minmax(0,1fr);gap:16px 24px}.pricing-modal-input{min-height:50px;border-radius:8px;padding:0 16px}.pricing-tier-builder{gap:10px}.pricing-tier-head,.pricing-tier-row{grid-template-columns:minmax(110px,.85fr) minmax(96px,.7fr) minmax(150px,1.1fr) 42px;gap:10px}.pricing-tier-head{font-size:13px}.pricing-price-input{min-height:50px;gap:12px;border-radius:8px;padding:0 16px}.pricing-tier-remove{width:42px;height:50px;border-radius:8px}.pricing-add-tier{min-height:48px;border-radius:8px;font-size:14px}.pricing-modal-rule{margin:22px 0 24px 169px}.pricing-import-panel{gap:12px}.pricing-import-panel h3{font-size:17px}.pricing-import-row{grid-template-columns:minmax(0,1fr) 140px;gap:10px}.pricing-file-trigger,.pricing-import-button{min-height:50px;border-radius:8px;font-size:14px}.pricing-file-trigger{padding:0 16px}.pricing-import-help{border-radius:8px;padding:12px 14px;font-size:13px}.pricing-template-button{border-radius:8px}.pricing-modal-footer{padding:16px 22px}.pricing-cancel-button,.pricing-submit-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px}.pricing-cancel-button svg,.pricing-submit-button svg{width:17px;height:17px}.page-title{margin:0;font-family:Roboto,Segoe UI,sans-serif;color:var(--primary);font-size:clamp(24px,3vw,30px);font-weight:800;letter-spacing:-.02em;line-height:1.1}.page-subtitle{margin:8px 0 0;max-width:70ch;color:var(--foreground-muted);font-size:15px;font-weight:500;line-height:1.55}.field-label,.metric-label,.table-header-cell{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--outline)}.metric-value{font-family:Roboto,Segoe UI,sans-serif;color:var(--primary);font-size:26px;letter-spacing:-.03em;line-height:1.1}.metric-value,.numeric-value{font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.numeric-value,.reference-value{color:var(--foreground)}.reference-value{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.surface-panel{border:1px solid var(--border-soft);border-radius:var(--radius-panel)}.surface-card,.surface-panel{background:var(--surface-lowest);box-shadow:var(--shadow-card)}.surface-card{border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:18px}.data-table-shell{overflow:hidden;border:1px solid var(--border-soft);border-radius:var(--radius-panel);background:var(--surface-lowest);box-shadow:var(--shadow-card),var(--shadow-soft)}.button-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:0;border-radius:.75rem;padding:0 18px;background:var(--primary);color:#fff;font-weight:800;font-size:14px;cursor:pointer;box-shadow:var(--shadow-card);transition:filter .16s ease,box-shadow .16s ease,transform .12s ease}.button-primary:active{transform:scale(.98)}@media (hover:hover){.button-primary:hover{filter:brightness(1.1);box-shadow:var(--shadow-soft)}}.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid var(--border-soft);border-radius:.75rem;padding:0 16px;background:var(--surface-lowest);color:var(--primary);font-weight:800;font-size:14px;cursor:pointer;transition:background .16s ease,border-color .16s ease}.button-secondary:hover{background:var(--surface-mid);border-color:var(--primary-fixed-dim)}.metric-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px}.metric-card{display:flex;align-items:flex-start;gap:14px;border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--surface-lowest);box-shadow:var(--shadow-card);padding:18px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.metric-card:hover{transform:translateY(-2px);border-color:var(--primary-fixed);box-shadow:var(--shadow-lift)}.metric-card-body{display:flex;flex-direction:column;gap:4px;min-width:0}.metric-card .metric-icon{flex:0 0 auto}.metric-card .metric-icon svg{width:22px;height:22px}.metric-accent-network{background:var(--accent-network-bg);color:var(--accent-network-fg)}.metric-accent-active{background:var(--accent-active-bg);color:var(--accent-active-fg)}.metric-accent-orders{background:var(--accent-orders-bg);color:var(--accent-orders-fg)}.metric-accent-data{background:var(--accent-data-bg);color:var(--accent-data-fg)}.metric-accent-money{background:var(--accent-money-bg);color:var(--accent-money-fg)}.metric-accent-superamt{background:var(--accent-superamt-bg);color:var(--accent-superamt-fg)}.metric-accent-margin{background:var(--accent-margin-bg);color:var(--accent-margin-fg)}.metric-accent-api{background:var(--accent-api-bg);color:var(--accent-api-fg)}@media (max-width:1080px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.um-hero{grid-template-columns:1fr}.um-review-card{min-height:150px}.um-access-panel{grid-template-columns:1fr}.managed-users-head{align-items:flex-start;flex-direction:column}.managed-users-tools{justify-content:flex-start;width:100%}.managed-search{width:min(100%,420px)}.pricing-profile-card{grid-template-columns:auto minmax(220px,1fr) auto;grid-template-areas:"icon copy actions" "icon meta meta"}.pricing-card-meta{justify-content:flex-start}.pricing-modal-grid{grid-template-columns:180px minmax(0,1fr)}.pricing-modal-error,.pricing-modal-rule{margin-left:208px}}@media (max-width:860px){.live-status{display:none}.filter-row,.um-form{grid-template-columns:1fr}.search-button{width:100%}.um-hero-copy{padding:22px}.um-access-panel{padding:24px 18px}.um-halt-actions{flex-direction:column}.managed-users-tools{display:grid;grid-template-columns:1fr}.create-user-trigger,.managed-search{width:100%}.pricing-profile-shell{padding:18px}.pricing-profile-header{align-items:flex-start;flex-direction:column}.pricing-create-button{width:100%}.pricing-profile-card{grid-template-columns:auto 1fr;grid-template-areas:"icon copy" "meta meta" "actions actions";gap:18px}.pricing-card-actions{justify-self:end}.pricing-modal{width:calc(100% - 24px)}.pricing-modal,.pricing-modal form{max-height:calc(100dvh - 24px)}.pricing-modal-body,.pricing-modal-footer,.pricing-modal-header{padding-left:20px;padding-right:20px}.pricing-modal-grid{grid-template-columns:1fr;gap:14px}.pricing-modal-label{margin-top:10px}.pricing-modal-error,.pricing-modal-rule{margin-left:0}.pricing-tier-head,.pricing-tier-row{grid-template-columns:1fr;text-align:left}.pricing-tier-head span:last-child{display:none}.pricing-tier-remove{width:100%;height:48px}.pricing-import-row{grid-template-columns:1fr}.pricing-modal-footer{display:grid;grid-template-columns:1fr 1fr;padding-top:20px;padding-bottom:20px}}@media (max-width:560px){.create-user-modal-backdrop{padding:14px}.create-user-modal{max-height:calc(100dvh - 28px)}.create-user-modal-body,.create-user-modal-head{padding:18px}.create-user-modal-footer{display:grid;grid-template-columns:1fr;padding:14px 18px}.create-user-modal .invite-field-row{align-items:stretch;flex-direction:column}.create-user-modal .invite-field-row .btn{justify-content:center}.nav-inner,.topbar-inner,.workspace{padding-left:14px;padding-right:14px}.admin-nav-stack{top:72px}.account-copy{display:none}.account-pill{min-width:auto}.signout span{display:none}.signout{padding:0 12px}.kpi-grid{grid-template-columns:1fr}.pricing-profile-title{align-items:flex-start}.pricing-card-copy p,.pricing-meta-chip,.pricing-profile-title p,.pricing-saved-heading p{font-size:14px}.pricing-meta-chip{min-width:100%;justify-content:flex-start}.pricing-modal-header{min-height:72px}.pricing-modal-close{width:40px;height:40px}.pricing-file-trigger,.pricing-import-button,.pricing-modal-input,.pricing-price-input{min-height:52px}.pricing-import-panel h3{font-size:17px}.pricing-modal-footer{grid-template-columns:1fr}.pricing-cancel-button,.pricing-submit-button{width:100%}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}html{scroll-behavior:auto}}.chat-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.chat-empty{display:grid;justify-items:center;gap:10px;padding:60px 24px;text-align:center;border:1px solid var(--border-soft);border-radius:var(--radius-panel);background:var(--surface);box-shadow:var(--shadow-card)}.chat-empty-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:var(--surface-muted);color:var(--primary)}.chat-empty strong{font-size:18px;color:#061b32}.chat-empty p{margin:0;max-width:420px;color:#43474f}.chat-layout{display:grid;grid-template-columns:minmax(240px,340px) minmax(0,1fr);gap:16px;align-items:start}.chat-list{display:flex;flex-direction:column;gap:6px;padding:8px;border:1px solid var(--border-soft);border-radius:var(--radius-panel);background:var(--surface);box-shadow:var(--shadow-card);max-height:640px;overflow-y:auto}.chat-list-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;text-decoration:none;color:inherit;border:1px solid transparent}.chat-list-item:hover{background:var(--surface-muted)}.chat-list-item.is-active{background:var(--primary-fixed);border-color:rgba(0,30,64,.14)}.chat-avatar{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:999px;background:var(--primary-fixed);color:var(--primary);font-weight:900}.chat-list-copy{min-width:0;display:grid;gap:3px;flex:1 1}.chat-list-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-list-top strong{font-size:14px;color:#061b32;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-unread{flex:0 0 auto;min-width:20px;height:20px;padding:0 6px;display:inline-grid;place-items:center;border-radius:999px;background:#f02f3d;color:#fff;font-size:12px;font-weight:900}.chat-list-preview{color:#5f6b7a;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-thread{display:flex;flex-direction:column;min-height:520px;max-height:720px;border:1px solid var(--border-soft);border-radius:var(--radius-panel);background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden}.chat-thread-head{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border-soft)}.chat-thread-head strong{display:block;font-size:15px;color:#061b32}.chat-thread-head small{color:#5f6b7a;font-weight:700}.chat-messages{flex:1 1;display:flex;flex-direction:column;gap:10px;padding:18px;overflow-y:auto;background:var(--surface-low)}.chat-messages-empty{margin:auto;color:#5f6b7a;font-weight:700}.chat-bubble{max-width:72%;padding:10px 14px;border-radius:16px;box-shadow:var(--shadow-card)}.chat-bubble p{margin:0;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.chat-bubble-time{display:block;margin-top:4px;font-size:11px;opacity:.7}.chat-bubble.from-user{align-self:flex-start;background:var(--surface);color:#101828;border-bottom-left-radius:5px}.chat-bubble.from-admin{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:5px}.chat-composer{border-top:1px solid var(--border-soft);padding:12px 14px;background:var(--surface)}.chat-composer-error{margin:0 0 8px;color:var(--danger,#ba1a1a);font-size:13px;font-weight:700}.chat-composer-row{display:flex;gap:10px}.chat-composer-input{flex:1 1;min-height:46px;border:1px solid var(--border-soft);border-radius:12px;padding:0 16px;font:inherit;color:var(--foreground);background:#fff}.chat-composer-input:focus{outline:none;border-color:var(--primary)}.chat-send-button{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 20px;border:0;border-radius:12px;background:var(--primary);color:#fff;font-weight:900;cursor:pointer}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}.chat-send-button svg{width:18px;height:18px}.chat-thread-empty{margin:auto;padding:40px;color:#5f6b7a;font-weight:700}@media (max-width:860px){.chat-layout{grid-template-columns:1fr}.chat-list{max-height:260px}}.stacked-cell{display:grid;gap:3px}.stacked-cell strong{color:#061b32}.stacked-cell span{color:#5f6b7a;font-size:12px;font-weight:800;text-transform:capitalize}.storefront-admin-card{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:18px 20px;border:1px solid rgba(8,28,54,.12);border-radius:8px;background:#fff;box-shadow:var(--shadow-card)}.storefront-admin-card div{display:grid;gap:4px}.storefront-admin-card span{color:#667085;font-size:12px;font-weight:900;text-transform:uppercase}.storefront-admin-card strong{color:#071a31;font-size:17px}.storefront-admin-card a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:8px;background:#071a31;color:#fff;font-weight:900;white-space:nowrap}.storefront-manager{display:grid;gap:18px;margin:18px 0;padding:20px;border:1px solid rgba(8,28,54,.12);border-radius:8px;background:#fff;box-shadow:var(--shadow-card)}.storefront-bundle-tools,.storefront-manager-head,.storefront-site-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.storefront-manager-head span,.storefront-site-title span{color:#667085;font-size:12px;font-weight:900;text-transform:uppercase}.storefront-bundle-tools h4,.storefront-config-form h4,.storefront-manager-head h2,.storefront-site-title h3{margin:4px 0 0;color:#071a31;letter-spacing:0}.storefront-add-bundle,.storefront-create-form{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr)) auto;gap:8px;align-items:start;width:min(100%,760px)}.storefront-add-bundle input,.storefront-bundle-row input,.storefront-config-form input,.storefront-config-form select,.storefront-create-form input{min-height:42px;border:1px solid rgba(8,28,54,.14);border-radius:8px;background:#fff;color:#071a31;font:inherit;font-weight:700;padding:0 12px}.storefront-add-bundle button,.storefront-bundle-row button,.storefront-config-form button,.storefront-create-form button,.storefront-site-title button{min-height:42px;border:0;border-radius:8px;background:#071a31;color:#fff;font-weight:900;padding:0 14px;cursor:pointer;white-space:nowrap}.storefront-add-bundle p,.storefront-bundle-row p,.storefront-config-form p,.storefront-create-form p{grid-column:1/-1;margin:0;color:#991b1b;font-size:13px;font-weight:800}.storefront-site-list{display:grid;gap:14px}.storefront-site-card{display:grid;gap:16px;padding:16px;border:1px solid rgba(8,28,54,.12);border-radius:8px;background:#f8fafc}.storefront-site-title a{display:inline-flex;margin-top:4px;color:#3344d6;font-size:13px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.storefront-token-box{display:grid;gap:8px;padding:12px;border:1px solid rgba(22,163,74,.24);border-radius:8px;background:#f0fdf4}.storefront-token-box strong{color:#166534;font-size:13px}.storefront-token-box code{display:block;overflow-x:auto;padding:10px;border-radius:8px;background:#071a31;color:#fff;font-size:13px}.storefront-muted,.storefront-ok,.storefront-warn{margin:0;font-size:13px;font-weight:800}.storefront-muted{color:#667085}.storefront-ok{color:#166534!important}.storefront-warn{color:#b45309!important}.storefront-config-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.storefront-config-form{display:grid;gap:8px;padding:14px;border:1px solid rgba(8,28,54,.1);border-radius:8px;background:#fff}.storefront-bundle-tools{align-items:center}.storefront-bundle-table{display:grid;gap:8px}.storefront-bundle-row{display:grid;grid-template-columns:90px 70px 110px minmax(180px,1fr) 92px auto;gap:8px;align-items:center;padding:10px;border:1px solid rgba(8,28,54,.1);border-radius:8px;background:#fff}.storefront-bundle-row span,.storefront-bundle-row strong{color:#071a31;font-size:14px;font-weight:900}.storefront-bundle-row label{display:inline-flex;align-items:center;gap:6px;color:#475467;font-size:13px;font-weight:900}.website-ops{margin-top:22px;overflow:hidden;border:1px solid var(--border-soft);border-radius:var(--radius-panel);background:var(--surface);box-shadow:var(--shadow-card),var(--shadow-soft)}.website-ops-head{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--border-soft)}.website-ops-head-actions{display:flex;align-items:center;gap:16px}.website-fleet-summary{display:flex;align-items:center;min-height:48px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface-muted)}.website-fleet-summary>span{min-width:92px;display:grid;gap:2px;padding:7px 14px;border-right:1px solid var(--border-soft)}.website-fleet-summary>span:last-child{border-right:0}.website-fleet-summary strong{color:var(--primary);font-size:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.website-fleet-summary small{color:var(--foreground-muted);font-size:9px;font-weight:800;text-transform:uppercase}.website-catalogue-head>div,.website-detail-head>div,.website-modal-head>div,.website-ops-head>div,.website-section-head>div{display:grid;gap:4px}.website-catalogue-head>div>span,.website-modal-head>div>span,.website-ops-head>div>span,.website-section-head span{color:var(--foreground-muted);font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.website-catalogue-head h4,.website-detail-head h3,.website-modal-head h3,.website-ops-head h2,.website-section-head h4{margin:0;color:var(--primary);font-family:Roboto,Segoe UI,sans-serif;letter-spacing:0}.website-ops-head h2{font-size:20px}.website-catalogue-head p,.website-detail-head p,.website-modal-head p,.website-ops-head p{margin:0;color:var(--foreground-muted);font-size:13px;line-height:1.5}.website-icon-button,.website-open-action,.website-primary-action,.website-save-action,.website-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:8px;padding:0 14px;font-weight:800;cursor:pointer;white-space:nowrap}.website-primary-action,.website-save-action{border:1px solid var(--primary);background:var(--primary);color:#fff}.website-primary-action:hover,.website-save-action:hover{background:var(--primary-container)}.website-icon-button,.website-open-action,.website-secondary-action{border:1px solid var(--border-soft);background:#fff;color:var(--primary)}.website-icon-button:hover,.website-open-action:hover,.website-secondary-action:hover{background:var(--primary-tint);border-color:var(--primary-fixed-dim)}.website-secondary-action.is-danger{border-color:rgba(220,38,38,.28);color:var(--danger)}.website-secondary-action.is-danger:hover{border-color:var(--danger);background:var(--danger-soft)}.website-primary-action:disabled,.website-save-action:disabled,.website-secondary-action:disabled{cursor:not-allowed;opacity:.58}.website-icon-button svg,.website-open-action svg,.website-primary-action svg,.website-save-action svg,.website-secondary-action svg{width:17px;height:17px}.website-icon-button{width:42px;flex:0 0 42px;padding:0}.website-console{display:grid;grid-template-columns:284px minmax(0,1fr);min-height:620px}.website-fleet{border-right:1px solid var(--border-soft);background:#f8fafc}.website-fleet-head{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--border-soft);color:var(--primary);font-size:13px}.website-fleet-head span{min-width:26px;min-height:24px;display:grid;place-items:center;border-radius:var(--radius-pill);background:var(--neutral-soft);color:var(--neutral);font-size:11px;font-weight:900}.website-fleet-list{display:grid;padding:8px;gap:4px}.website-fleet-item{width:100%;min-height:72px;display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid transparent;border-radius:8px;padding:10px;background:transparent;color:var(--foreground);cursor:pointer;text-align:left}.website-fleet-item:hover{background:#fff}.website-fleet-item.is-selected{border-color:rgba(0,51,102,.18);background:var(--primary-tint);box-shadow:var(--shadow-card)}.website-health-dot{width:9px;height:9px;border-radius:var(--radius-pill);background:var(--warning);box-shadow:0 0 0 3px var(--warning-soft)}.website-health-dot.is-ready{background:var(--success);box-shadow:0 0 0 3px var(--success-soft)}.website-fleet-copy,.website-fleet-meta{display:grid;gap:4px;min-width:0}.website-fleet-copy strong{overflow:hidden;color:var(--primary);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.website-fleet-copy small,.website-fleet-meta small{overflow:hidden;color:var(--foreground-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.website-fleet-meta{justify-items:end}.website-fleet-meta strong{color:var(--primary);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.website-detail{min-width:0;background:#fff}.website-detail-head{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid var(--border-soft)}.website-title-line{display:flex;align-items:center;gap:10px}.website-detail-head h3{font-size:20px}.website-status{min-height:24px;display:inline-flex;align-items:center;border-radius:var(--radius-pill);padding:0 9px;font-size:10px;font-weight:900;text-transform:uppercase}.website-status.is-live{background:var(--success-soft);color:var(--success)}.website-status.is-draft{background:var(--info-soft);color:var(--info)}.website-status.is-paused{background:var(--warning-soft);color:var(--warning)}.website-detail-actions{display:flex;align-items:center;gap:8px}.website-operation-tabs{display:flex;align-items:stretch;gap:4px;min-width:0;overflow-x:auto;padding:0 16px;border-bottom:1px solid var(--border-soft);background:#fff;scrollbar-width:thin}.website-operation-tabs>button{position:relative;min-width:max-content;min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-bottom:3px solid transparent;padding:0 14px;background:transparent;color:var(--foreground-muted);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.website-operation-tabs>button:hover{color:var(--primary);background:var(--surface-muted)}.website-operation-tabs>button.is-active{border-bottom-color:var(--primary-container);color:var(--primary)}.website-operation-tabs>button svg{width:17px;height:17px}.website-operation-tabs>button b{min-width:21px;min-height:20px;display:grid;place-items:center;border-radius:var(--radius-pill);background:var(--neutral-soft);color:var(--neutral);font-size:10px}.website-operation-tabs>button.is-active b{background:var(--primary-fixed);color:var(--primary)}.website-operation-tabs>button i{width:7px;height:7px;border-radius:var(--radius-pill);background:var(--warning);box-shadow:0 0 0 3px var(--warning-soft)}.website-tab-panel{min-height:430px}.website-tab-panel.website-settings-section{width:100%;padding:24px}.website-tab-panel.website-settings-section .storefront-logo-field,.website-tab-panel.website-settings-section .website-field-grid,.website-tab-panel.website-settings-section .website-footer-settings,.website-tab-panel.website-settings-section .website-form-footer,.website-tab-panel.website-settings-section .website-template-selector{max-width:920px}.website-readiness{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid var(--border-soft);background:#fbfcfe}.website-signal{min-width:0;display:grid;gap:6px;padding:14px 16px;border-right:1px solid var(--border-soft)}.website-signal:last-child{border-right:0}.website-signal>span{color:var(--foreground-muted);font-size:10px;font-weight:900;text-transform:uppercase}.website-signal strong{display:flex;align-items:center;gap:7px;overflow:hidden;color:var(--foreground);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.website-signal i{width:7px;height:7px;flex:0 0 7px;border-radius:var(--radius-pill);background:var(--warning)}.website-signal.is-ready i{background:var(--success)}.website-signal.is-neutral i{background:var(--info)}.website-overview-panel{background:#fff}.website-operational-banner{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;margin:20px 22px 0;padding:14px 16px;border:1px solid var(--border-soft);border-radius:8px}.website-operational-banner.is-ready{border-color:rgba(21,128,61,.22);background:#f3fbf5}.website-operational-banner.is-attention{border-color:rgba(180,83,9,.22);background:#fff9ed}.website-operational-banner>span{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#fff}.website-operational-banner.is-ready>span{color:var(--success)}.website-operational-banner.is-attention>span{color:var(--warning)}.website-operational-banner>span svg{width:20px;height:20px}.website-operational-banner>div{display:grid;gap:3px;min-width:0}.website-operational-banner strong{color:var(--primary);font-size:13px}.website-operational-banner small{color:var(--foreground-muted);font-size:11px}.website-operational-banner>button{min-height:38px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--primary-container);border-radius:8px;padding:0 12px;background:#fff;color:var(--primary);font:inherit;font-size:11px;font-weight:800;cursor:pointer}.website-operational-banner>button:hover{background:var(--primary-tint)}.website-operational-banner>button svg{width:14px;height:14px}.website-overview-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);margin-top:20px;border-top:1px solid var(--border-soft)}.website-overview-section{min-width:0;padding:22px}.website-overview-section+.website-overview-section{border-left:1px solid var(--border-soft)}.website-overview-section>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.website-overview-section>header span{color:var(--primary);font-size:13px;font-weight:800}.website-overview-section>header strong{color:var(--foreground-muted);font-size:10px;text-transform:uppercase}.website-checklist{display:grid}.website-checklist>div{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;border-top:1px solid var(--border-soft)}.website-checklist>div>span{width:30px;height:30px;display:grid;place-items:center;border-radius:7px}.website-checklist>div.is-ready>span{background:var(--success-soft);color:var(--success)}.website-checklist>div.is-attention>span{background:var(--warning-soft);color:var(--warning)}.website-checklist svg{width:15px;height:15px}.website-checklist>div>div{display:grid;gap:3px;min-width:0}.website-checklist strong{color:var(--primary);font-size:12px}.website-checklist small{color:var(--foreground-muted);font-size:10px}.website-checklist button{border:0;padding:7px 8px;background:transparent;color:var(--primary-container);font:inherit;font-size:10px;font-weight:900;cursor:pointer}.website-checklist button:hover{text-decoration:underline}.website-overview-metrics{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border-soft);border-left:1px solid var(--border-soft)}.website-overview-metrics>div{min-width:0;display:grid;gap:4px;min-height:102px;padding:15px;border-right:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft)}.website-overview-metrics span{color:var(--foreground-muted);font-size:9px;font-weight:800;text-transform:uppercase}.website-overview-metrics strong{overflow:hidden;color:var(--primary);font-size:20px;text-overflow:ellipsis;white-space:nowrap}.website-overview-metrics small{overflow:hidden;color:var(--foreground-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.website-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--border-soft)}.website-settings-section{min-width:0;padding:22px}.website-settings-section+.website-settings-section{border-left:1px solid var(--border-soft)}.website-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.website-catalogue-head h4,.website-section-head h4{font-size:16px}.website-section-head>svg{width:22px;height:22px;color:var(--primary-container)}.website-bundle-fields,.website-create-fields,.website-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.website-bundle-fields>label,.website-create-fields label,.website-field-grid label{min-width:0;display:grid;gap:7px;color:var(--foreground-muted);font-size:11px;font-weight:800}.website-field-grid label.is-wide{grid-column:1/-1}.website-bundle-fields input:not([type=checkbox]),.website-bundle-row>input,.website-create-fields input,.website-field-grid input,.website-field-grid select,.website-price-input{width:100%;min-height:42px;border:1px solid var(--border-soft);border-radius:8px;background:#fff;color:var(--foreground);font:inherit;font-size:13px;font-weight:600}.website-bundle-fields input:not([type=checkbox]),.website-bundle-row>input,.website-create-fields input,.website-field-grid input,.website-field-grid select{padding:0 11px}.website-bundle-fields input:focus,.website-bundle-row input:focus,.website-create-fields input:focus,.website-field-grid input:focus,.website-field-grid select:focus{border-color:var(--primary-container);outline:none;box-shadow:0 0 0 3px rgba(0,51,102,.1)}.storefront-logo-field{display:flex;align-items:center;gap:14px;min-width:0;margin-top:14px;padding:13px;border:1px solid var(--border-soft);border-radius:8px;background:#f8fafc}.storefront-logo-preview{display:grid;place-items:center;width:76px;height:58px;flex:0 0 76px;overflow:hidden;border:1px solid #dce3ec;border-radius:7px;background:#fff;color:var(--primary-container)}.storefront-logo-preview img{width:100%;height:100%;object-fit:contain}.storefront-logo-preview svg{width:24px;height:24px}.storefront-logo-copy{display:grid;gap:4px;min-width:0}.storefront-logo-copy>strong{color:var(--primary);font-size:12px}.storefront-logo-copy>small{color:var(--foreground-muted);font-size:10px}.storefront-logo-copy>em{color:var(--danger);font-size:10px;font-style:normal;font-weight:800}.storefront-logo-actions{display:flex;gap:6px;margin-top:3px}.storefront-logo-actions button{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid #cbd8e7;border-radius:7px;background:#fff;color:var(--primary-container);font:inherit;font-size:9px;font-weight:900;cursor:pointer}.storefront-logo-actions button.is-danger{border-color:#fecaca;color:#b42323}.storefront-logo-actions svg{width:13px;height:13px}.website-create-modal>.storefront-logo-field{margin:0 22px 18px}.website-form-footer{min-height:50px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:14px}.website-form-footer>span{color:var(--foreground-muted);font-size:11px;line-height:1.4}.website-form-footer>span.is-ok{color:var(--success);font-weight:800}.website-form-footer>span.is-warning{color:var(--warning);font-weight:800}.website-save-action{min-height:40px}.website-api-section{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 22px;border-bottom:1px solid var(--border-soft);background:#f8fafc}.website-api-section>div{display:grid;gap:3px}.website-api-section>div>span{color:var(--foreground-muted);font-size:10px;font-weight:900;text-transform:uppercase}.website-api-section strong{color:var(--primary);font-size:13px}.website-api-section small{color:var(--foreground-muted);font-size:11px}.website-api-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.website-access-panel{display:flex;flex-direction:column;justify-content:space-between}.website-access-panel .website-api-section{min-height:132px}.website-danger-zone{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-top:1px solid rgba(220,38,38,.12);background:#fffafa}.website-danger-zone>div{display:grid;gap:3px;min-width:0}.website-danger-zone>div>span{color:var(--danger);font-size:10px;font-weight:900;text-transform:uppercase}.website-danger-zone strong{color:var(--primary);font-size:13px}.website-danger-zone small{color:var(--foreground-muted);font-size:11px;line-height:1.5}.website-danger-zone>button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;border:1px solid rgba(220,38,38,.3);border-radius:8px;padding:0 14px;background:#fff;color:var(--danger);font-weight:800;cursor:pointer;white-space:nowrap}.website-danger-zone>button:hover{border-color:var(--danger);background:var(--danger-soft)}.website-danger-zone>button:disabled{cursor:not-allowed;opacity:.5}.website-danger-zone>button svg{width:17px;height:17px}.website-token-box{display:grid;gap:8px;margin:16px 22px 0;padding:12px;border:1px solid rgba(21,128,61,.25);border-radius:8px;background:#f0fdf4}.website-token-box strong{color:var(--success);font-size:12px}.website-token-box code{overflow-x:auto;padding:10px;border-radius:6px;background:var(--primary);color:#fff;font-size:12px}.website-catalogue{padding:22px}.website-catalogue-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.website-form-error{margin:0;color:var(--danger)!important;font-size:12px!important;font-weight:800;line-height:1.4}.website-bundle-head,.website-bundle-row{display:grid;grid-template-columns:92px 64px 124px minmax(180px,1fr) 94px 84px;gap:10px;align-items:center}.website-bundle-head{min-height:38px;padding:0 10px;border-bottom:1px solid var(--border-soft);color:var(--foreground-muted);font-size:10px;font-weight:900;text-transform:uppercase}.website-bundle-table{display:grid}.website-bundle-row{min-height:60px;padding:8px 10px;border-bottom:1px solid var(--border-soft)}.website-bundle-row:last-child{border-bottom:0}.website-bundle-row>span,.website-bundle-row>strong{color:var(--primary);font-size:13px;font-weight:800}.website-price-input{display:flex;align-items:center;overflow:hidden}.website-price-input>span{padding-left:10px;color:var(--foreground-muted);font-size:10px;font-weight:900}.website-price-input input{width:100%;min-width:0;min-height:40px;border:0;outline:0;padding:0 8px;color:var(--foreground);font:inherit;font-size:13px;font-weight:700}.website-visibility-toggle{display:flex;align-items:center;gap:7px;color:var(--foreground-muted);font-size:12px;font-weight:800}.website-visibility-toggle input{accent-color:var(--success)}.website-bundle-actions{display:flex;gap:6px}.website-icon-button.is-danger{border-color:rgba(192,31,46,.2);color:var(--danger)}.website-bundle-row .website-form-error{grid-column:1/-1}.website-catalogue-empty{margin:0;padding:28px;color:var(--foreground-muted);text-align:center}.website-modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(7,26,49,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.website-bundle-modal,.website-create-modal{width:min(620px,100%);max-height:calc(100vh - 48px);overflow-x:hidden;overflow-y:auto;border:1px solid var(--border-soft);border-radius:12px;background:#fff;box-shadow:var(--shadow-lift)}.website-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px;border-bottom:1px solid var(--border-soft)}.website-modal-head h3{font-size:20px}.website-bundle-fields,.website-create-fields{padding:22px}.website-bundle-visibility{grid-column:1/-1;display:flex!important;align-items:center;gap:10px!important;min-height:54px;border:1px solid var(--border-soft);border-radius:8px;padding:10px 12px;background:#f8fafc}.website-bundle-visibility>input{width:18px;height:18px;flex:0 0 18px;accent-color:var(--success)}.website-bundle-visibility>span{display:grid;gap:2px}.website-bundle-visibility strong{color:var(--primary);font-size:12px}.website-bundle-visibility small{color:var(--foreground-muted);font-size:11px;font-weight:600}.website-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid var(--border-soft);background:#f8fafc}.website-bundle-modal>.website-form-error,.website-create-modal>.website-form-error{margin:0 22px 16px}.website-empty-state{min-height:360px;display:grid;place-items:center;align-content:center;gap:8px;padding:32px;color:var(--foreground-muted);text-align:center}.website-empty-state>svg{width:34px;height:34px;color:var(--primary-container)}.website-empty-state strong{color:var(--primary);font-size:18px}.website-empty-state p{margin:0 0 8px}.website-empty-state button{min-height:42px;border:0;border-radius:8px;padding:0 16px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer}@media (max-width:1160px){.website-console{grid-template-columns:236px minmax(0,1fr)}.website-ops-head{align-items:flex-start}.website-ops-head-actions{align-items:flex-end;flex-direction:column-reverse}.website-fleet-summary>span{min-width:84px}.website-overview-grid{grid-template-columns:1fr}.website-overview-section+.website-overview-section{border-left:0;border-top:1px solid var(--border-soft)}.website-settings-grid{grid-template-columns:1fr}.website-settings-section+.website-settings-section{border-left:0;border-top:1px solid var(--border-soft)}.website-readiness{grid-template-columns:repeat(3,minmax(0,1fr))}.website-signal:nth-child(3){border-right:0}.website-signal:nth-child(n+4){border-top:1px solid var(--border-soft)}}@media (max-width:820px){.website-console{grid-template-columns:1fr}.website-fleet{border-right:0;border-bottom:1px solid var(--border-soft)}.website-fleet-list{display:flex;overflow-x:auto}.website-fleet-summary{display:none}.website-ops-head-actions{align-items:stretch}.website-fleet-item{min-width:240px}.website-catalogue-head{align-items:stretch;flex-direction:column}.website-bundle-head{display:none}.website-bundle-row{grid-template-columns:1fr 1fr;padding:14px 0}.website-bundle-row .website-icon-button{justify-self:end}}@media (max-width:560px){.website-api-section,.website-danger-zone,.website-detail-head,.website-ops-head{align-items:flex-start;flex-direction:column}.website-operation-tabs{padding:0 8px}.website-operation-tabs>button{min-height:50px;padding:0 11px}.website-api-actions,.website-api-section .website-secondary-action,.website-detail-actions,.website-ops-head .website-primary-action{width:100%}.website-api-actions .website-secondary-action{width:auto;flex:1 1}.website-danger-zone>button{width:100%}.website-detail-actions>*{flex:1 1}.website-readiness{grid-template-columns:1fr 1fr}.website-signal:nth-child(2n){border-right:0}.website-signal:nth-child(n+3){border-top:1px solid var(--border-soft)}.website-operational-banner{grid-template-columns:38px minmax(0,1fr);margin:14px 14px 0}.website-operational-banner>button{grid-column:1/-1;width:100%;justify-content:center}.website-overview-grid{margin-top:14px}.website-overview-section{padding:18px 14px}.website-overview-metrics{grid-template-columns:1fr}.website-catalogue,.website-tab-panel.website-settings-section{padding:18px 14px}.website-bundle-fields,.website-create-fields,.website-field-grid{grid-template-columns:1fr}.website-form-footer{align-items:stretch;flex-direction:column}.website-form-footer .website-save-action{width:100%}.website-modal-actions>button{flex:1 1}}.shop-page{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(242,244,246,.98) 42%,#eef3f9)}.shop-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:78px;padding:12px max(20px,calc((100vw - 1180px) / 2));border-bottom:1px solid rgba(8,28,54,.1);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(14px) saturate(150%);backdrop-filter:blur(14px) saturate(150%)}.shop-brand{display:inline-flex;align-items:center;gap:14px;min-width:0;color:#071a31;font-weight:900}.shop-brand img{width:130px;height:42px;object-fit:contain}.shop-site-brand img{width:auto;max-width:132px;height:44px}.shop-site-initials{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:8px;background:#e7f0fb;color:#0b4f8a;font-size:14px;font-weight:950}.shop-brand span{padding-left:12px;border-left:1px solid rgba(8,28,54,.16);white-space:nowrap}.shop-nav{display:flex;align-items:center;gap:10px}.shop-footer-panel a,.shop-nav a,.track-form button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:8px;font-weight:900}.shop-nav a{border:1px solid rgba(8,28,54,.12);color:#071a31;box-shadow:var(--shadow-card)}.shop-shell{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:30px 0 54px}.shop-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:24px}.bundle-count,.section-kicker,.shop-live-badge{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 12px;border-radius:999px;background:#dcfce7;color:#166534;font-size:12px;font-weight:900;text-transform:uppercase}.shop-live-badge.is-unavailable{background:#fff7ed;color:#9a3412}.shop-hero h1,.track-page-head h1{margin:14px 0 8px;max-width:720px;color:#071a31;font-size:clamp(34px,5vw,64px);line-height:1;letter-spacing:0}.shop-hero p,.track-page-head p{margin:0;max-width:660px;color:#42526a;font-size:18px;line-height:1.55}.shop-trust-strip{display:grid;gap:8px;min-width:280px}.shop-trust-strip span{min-height:38px;display:flex;align-items:center;padding:0 14px;border:1px solid rgba(8,28,54,.1);border-radius:8px;background:#fff;color:#344054;font-size:13px;font-weight:900}.shop-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:22px;align-items:start}.bundle-section,.checkout-card,.shop-footer-panel,.track-card,.track-page-head{border:1px solid rgba(8,28,54,.12);border-radius:8px;background:rgba(255,255,255,.94);box-shadow:0 16px 40px rgba(15,23,42,.08)}.bundle-section{padding:22px}.checkout-heading,.section-title-row,.track-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.section-kicker{min-height:24px;background:#eef2ff;color:#3344d6;font-size:11px}.checkout-heading h2,.section-title-row h2,.shop-footer-panel h2,.track-summary h2{margin:8px 0 0;color:#071a31;font-size:24px;letter-spacing:0}.bundle-count{background:#dbeafe;color:#003366;white-space:nowrap}.shop-network-tabs{display:flex;gap:10px;margin:22px 0 18px;overflow-x:auto;padding-bottom:2px}.shop-network-tab{min-height:44px;padding:0 18px;border:1px solid rgba(8,28,54,.12);border-radius:8px;background:#f8fafc;color:#334155;font-weight:900;cursor:pointer;white-space:nowrap}.shop-network-tab.is-active{background:#071a31;border-color:#071a31;color:#fff}.bundle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(146px,1fr));gap:12px}.bundle-card{min-height:132px;display:grid;align-content:space-between;justify-items:start;gap:10px;padding:16px;border:1px solid rgba(8,28,54,.12);border-radius:8px;background:#fff;color:#071a31;cursor:pointer;text-align:left;box-shadow:var(--shadow-card);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.bundle-card.is-selected,.bundle-card:hover{transform:translateY(-2px);border-color:#ff6a00;box-shadow:0 14px 30px rgba(255,106,0,.14)}.bundle-card strong{font-size:30px;line-height:1}.bundle-card span:last-child{color:#071a31;font-size:16px;font-weight:900}.bundle-network{min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#eef2ff;color:#3344d6;font-size:12px;font-weight:900}.network-mtn .bundle-network,.shop-network-tab.network-mtn:not(.is-active){background:#fff7cc;color:#7c4a00}.network-telecel .bundle-network,.shop-network-tab.network-telecel:not(.is-active){background:#ffe4e6;color:#b91c1c}.network-airteltigo .bundle-network,.shop-network-tab.network-airteltigo:not(.is-active){background:#e0f2fe;color:#075985}.checkout-panel{position:sticky;top:98px}.checkout-card{padding:20px}.checkout-heading strong{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:8px;background:#071a31;color:#fff;font-size:16px;white-space:nowrap}.checkout-form{display:grid;gap:14px;margin-top:18px}.checkout-form label{display:grid;gap:8px;color:#475467;font-size:13px;font-weight:900}.checkout-form input,.track-form input{width:100%;min-height:54px;border:1px solid rgba(8,28,54,.16);border-radius:8px;background:#fff;color:#071a31;font-size:16px;font-weight:700;padding:0 16px}.checkout-form input:focus,.track-form input:focus{border-color:#071a31;outline:none}.optional-toggle{min-height:44px;border:1px solid rgba(8,28,54,.14);border-radius:8px;background:#f8fafc;color:#071a31;font-weight:900;cursor:pointer}.optional-fields{display:grid;gap:12px}.checkout-delivery{background:#eef2ff;color:#334155}.checkout-delivery,.checkout-feedback{margin:0;padding:12px 14px;border-radius:8px;font-weight:800;line-height:1.45}.checkout-feedback{font-size:14px}.checkout-feedback.is-error{background:#fee2e2;color:#991b1b}.checkout-feedback.is-success{background:#dcfce7;color:#166534}.checkout-submit,.track-form button{min-height:54px;border:0;border-radius:8px;background:linear-gradient(135deg,#ff6a00,#071a31 88%);color:#fff;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 14px 32px rgba(7,26,49,.18)}.checkout-submit:disabled{cursor:not-allowed;opacity:.62}.shop-footer-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:22px}.shop-footer-panel a{padding:0 18px;background:#16a34a;color:#fff;box-shadow:0 14px 28px rgba(22,163,74,.16)}.shop-empty{display:grid;gap:8px;padding:36px;border-radius:8px;color:#475467;text-align:center}.shop-empty strong{color:#071a31;font-size:18px}.track-page-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);align-items:end;gap:22px;margin-bottom:20px;padding:24px}.track-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.track-form button{padding:0 20px}.track-card{display:grid;gap:22px;padding:24px}.guest-report-form{display:grid;gap:12px;padding:18px;border:1px solid rgba(185,28,28,.2);border-radius:8px;background:#fff8f7}.guest-report-form label,.guest-report-form>div{display:grid;gap:5px}.guest-report-form strong{color:#7f1d1d}.guest-report-form p{margin:0;color:#7c2d12;font-size:14px;line-height:1.45}.guest-report-form label>span{color:#7f1d1d;font-size:12px;font-weight:900;text-transform:uppercase}.guest-report-form textarea{width:100%;resize:vertical;padding:12px;border:1px solid rgba(127,29,29,.2);border-radius:8px;background:#fff;color:#071a31;font:inherit}.guest-report-form textarea:focus{border-color:#b91c1c;outline:none}.guest-report-form button{justify-self:start;min-height:42px;padding:0 16px;border:0;border-radius:8px;background:#b91c1c;color:#fff;font:inherit;font-weight:900;cursor:pointer}.guest-report-form button:disabled{cursor:not-allowed;opacity:.65}.guest-report-message.is-success{color:#166534}.guest-report-message.is-error{color:#b91c1c}.track-status{min-height:32px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:#eef2ff;color:#3344d6;font-size:12px;font-weight:900;text-transform:uppercase}.track-status.is-paid{background:#dcfce7;color:#166534}.track-status.is-failed{background:#fee2e2;color:#991b1b}.track-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.track-detail-grid div,.track-queue{display:grid;gap:6px;min-height:74px;padding:14px;border:1px solid rgba(8,28,54,.1);border-radius:8px;background:#f8fafc}.track-detail-grid span,.track-queue span{color:#667085;font-size:12px;font-weight:900;text-transform:uppercase}.track-detail-grid strong,.track-queue strong{color:#071a31;font-size:15px;line-height:1.35}.track-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.track-step{position:relative;display:grid;gap:7px;min-height:116px;padding:14px;border:1px solid rgba(8,28,54,.1);border-radius:8px;background:#fff}.track-step span{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#e5e7eb;color:#475467;font-size:13px;font-weight:900}.track-step strong{color:#071a31;font-size:15px}.track-step small{color:#667085;font-weight:800;text-transform:capitalize}.track-step.is-complete{border-color:rgba(22,163,74,.32);background:#f0fdf4}.track-step.is-complete span{background:#16a34a;color:#fff}@media (max-width:980px){.shop-grid,.shop-hero,.storefront-config-grid,.track-page-head{grid-template-columns:1fr}.storefront-add-bundle,.storefront-bundle-row,.storefront-create-form{grid-template-columns:1fr 1fr}.checkout-panel{position:static}.shop-trust-strip{min-width:0}.track-detail-grid,.track-progress{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.shop-topbar{align-items:flex-start;flex-direction:column;min-height:auto}.shop-nav{width:100%}.shop-nav a{flex:1 1;padding-inline:10px}.shop-shell{width:min(100% - 24px,1180px);padding-top:20px}.shop-brand img{width:116px}.shop-brand span{font-size:14px}.shop-hero h1,.track-page-head h1{font-size:36px}.shop-hero p,.track-page-head p{font-size:16px}.checkout-heading,.section-title-row,.shop-footer-panel,.storefront-admin-card,.storefront-bundle-tools,.storefront-manager-head,.storefront-site-title,.track-summary{flex-direction:column;align-items:flex-start}.storefront-add-bundle,.storefront-bundle-row,.storefront-create-form{grid-template-columns:1fr;width:100%}.storefront-add-bundle button,.storefront-bundle-row button,.storefront-create-form button,.storefront-site-title button{width:100%}.bundle-section,.checkout-card,.shop-footer-panel,.track-card,.track-page-head{padding:16px}.track-detail-grid,.track-form,.track-progress{grid-template-columns:1fr}.track-form button{width:100%}}.website-template-selector{min-width:0;margin:18px 0 0;padding:0;border:0}.website-footer-settings{min-width:0;margin:18px 0 0;padding:16px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface-muted)}.website-footer-settings legend{padding:0 6px;color:var(--foreground-muted);font-size:11px;font-weight:800;text-transform:uppercase}.website-footer-settings>small{display:block;margin-top:10px;color:var(--foreground-muted);line-height:1.45}.website-template-selector legend{margin-bottom:10px;color:#475467;font-size:12px;font-weight:900;text-transform:uppercase}.website-template-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.website-template-options label{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;min-height:88px;padding:12px;border:1px solid var(--border-soft);border-radius:8px;background:#fff;cursor:pointer}.website-template-options label:has(input:checked){border-color:#ff6a00;box-shadow:0 0 0 2px rgba(255,106,0,.12)}.website-template-options input{position:absolute;opacity:0;pointer-events:none}.website-template-preview{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:12px 1fr;gap:3px;width:92px;height:58px;padding:5px;border:1px solid #d8dee8;border-radius:5px;background:#f8fafc}.website-template-preview i{display:block;border-radius:2px;background:#d9e0ea}.website-template-preview i:first-child{grid-column:1/-1;background:#08264a}.website-template-preview.is-split i:nth-child(2){grid-column:span 2}.website-template-preview.is-split i:nth-child(4){display:none}.website-template-preview.is-guided i:nth-child(2){grid-column:1/-1}.website-template-copy{display:grid;gap:4px;min-width:0}.website-template-copy strong{color:#071a31;font-size:14px}.website-template-copy small{color:#667085;line-height:1.35}.website-template-options label>b{align-self:start;padding:4px 7px;border-radius:999px;background:#fff1e8;color:#c2410c;font-size:10px;text-transform:uppercase}.shop-page{--shop-gutter:clamp(48px,5vw,80px);min-height:100vh;background:#fff;color:#071a31}body:has(.shop-page){--app-page-zoom:1;--app-page-width:100%;--app-page-min-height:100vh;--app-page-offset-x:0}.shop-topbar{position:relative;top:auto;min-height:72px;padding:10px var(--shop-gutter);border-bottom:1px solid #e3e8ef;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.shop-topbar.is-dark{min-height:116px;border-bottom:0;background:#06284d;color:#fff}.shop-brand{gap:12px}.shop-brand img{width:132px;height:44px}.shop-brand span{max-width:190px;overflow:hidden;text-overflow:ellipsis}.shop-topbar.is-dark .shop-brand span{color:#fff;border-left-color:rgba(255,255,255,.24)}.shop-topbar.is-dark .shop-site-brand img{padding:3px;border-radius:7px;background:#fff;filter:none}.shop-topbar.is-dark .shop-site-initials{background:#fff;color:#06284d}.shop-main-nav{display:flex;align-self:stretch;align-items:center;gap:34px;margin-right:auto;margin-left:34px}.shop-main-nav a{position:relative;display:flex;align-items:center;height:100%;color:#667085;font-weight:800}.shop-main-nav a:first-child{color:#071a31}.shop-main-nav a:first-child:after{position:absolute;right:0;bottom:-10px;left:0;height:3px;background:#ff6a00;content:""}.shop-nav{gap:12px}.shop-nav a{gap:8px;min-height:42px;padding:0 16px;border-color:#d7dee8;background:#fff;box-shadow:none;text-transform:capitalize}.shop-nav a svg{width:18px;height:18px}.shop-nav a:first-child{background:#071a31;color:#fff}.shop-topbar.is-dark .shop-nav a{border-color:rgba(255,255,255,.24);background:transparent;color:#fff}.shop-topbar.is-dark .shop-nav .shop-support-link{border:0}.shop-progress-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:80px;padding:12px var(--shop-gutter);border-bottom:1px solid #e3e8ef;background:#fbfcfe}.guided-header-steps,.shop-progress-steps{display:flex;align-items:center;gap:28px}.shop-progress-step{position:relative;display:inline-flex;align-items:center;gap:10px;color:#7b8799;white-space:nowrap}.shop-progress-step:not(:last-child):after{width:32px;height:1px;margin-left:18px;background:#d8dee8;content:""}.shop-progress-step b{display:grid;place-items:center;width:30px;height:30px;border:1px solid #d8dee8;border-radius:999px;background:#fff;font-size:13px}.shop-progress-step strong{font-size:14px}.shop-progress-step.is-active{color:#071a31}.shop-progress-step.is-active b{border-color:#ff6a00;background:#ff6a00;color:#fff}.shop-preview-flag,.shop-secure-note{display:inline-flex;align-items:center;gap:8px;color:#667085;font-size:12px}.shop-preview-flag svg,.shop-secure-note svg{width:16px;height:16px}.shop-preview-flag strong{padding:5px 8px;border-radius:5px;background:#e8edf5;color:#071a31;text-transform:uppercase}.split-shop-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(360px,1fr);width:min(1440px,calc(100% - (var(--shop-gutter) * 2)));min-height:calc(100vh - 224px);margin-inline:auto;border-right:1px solid #e3e8ef;border-left:1px solid #e3e8ef}.split-catalogue{padding:30px 38px 44px;border-right:1px solid #e3e8ef}.guided-recipient h1,.shop-section-intro h1{margin:0 0 7px;color:#071a31;font-size:27px;line-height:1.2;letter-spacing:0}.guided-bundles header p,.guided-recipient header p,.shop-section-intro p{margin:0;color:#667085;line-height:1.5}.shop-choice-section{margin-top:36px}.shop-choice-section h2{display:flex;gap:5px;margin:0 0 18px;color:#071a31;font-size:18px;letter-spacing:0}.shop-network-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.guided-network-options button,.shop-network-options button{position:relative;display:flex;align-items:center;gap:14px;min-height:76px;padding:12px 16px;border:1px solid #d8dee8;border-radius:8px;color:#071a31;cursor:pointer;text-align:left}.guided-network-options button.is-selected,.guided-network-options button:hover,.shop-network-options button.is-selected,.shop-network-options button:hover{border-color:#ff6a00;box-shadow:0 0 0 1px #ff6a00}.guided-network-options button>svg,.shop-network-options button>svg{position:absolute;top:10px;right:10px;width:18px;height:18px;padding:3px;border-radius:999px;background:#ff6a00;color:#fff}.shop-network-mark{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:8px;background:#e8edf5;color:#071a31;font-size:11px;font-weight:950}.shop-network-mark.network-mtn{background:#ffcb05;color:#071a31}.shop-network-mark.network-telecel{background:#e31b36;color:#fff}.shop-network-mark.network-airteltigo,.shop-network-mark.network-at{background:#14b8a6;color:#fff}.shop-network-mark img{display:block;width:82%;height:82%;object-fit:contain}.shop-bundle-options{display:grid;grid-template-columns:repeat(4,minmax(122px,1fr));gap:12px}.guided-bundle-options button,.shop-bundle-options button{position:relative;display:grid;align-content:center;justify-items:center;gap:8px;min-height:142px;padding:16px 12px;border:1px solid #d8dee8;border-radius:8px;background:#fff;color:#071a31;cursor:pointer}.guided-bundle-options button.is-selected,.guided-bundle-options button:hover,.shop-bundle-options button.is-selected,.shop-bundle-options button:hover{border-color:#ff6a00;box-shadow:0 0 0 1px #ff6a00}.shop-bundle-options button>small{position:absolute;top:0;right:0;padding:5px 8px;border-radius:0 7px 0 7px;background:#ff6a00;color:#fff;font-weight:900}.guided-bundle-options button>strong,.shop-bundle-options button>strong{font-size:20px}.guided-bundle-options button>span,.shop-bundle-options button>span{color:#667085;font-size:13px}.guided-bundle-options button>b,.shop-bundle-options button>b{margin-top:9px;font-size:14px}.shop-delivery-banner{display:flex;align-items:center;gap:9px;min-height:48px;margin:22px 0 0;padding:0 14px;border:1px solid #d8dee8;border-radius:8px;color:#667085;font-size:13px}.shop-delivery-banner svg{width:17px;height:17px}.split-order-panel{padding:30px 38px;background:#fff}.split-order-panel form{display:grid;gap:18px}.split-order-panel h2{margin:0;font-size:18px;letter-spacing:0}.shop-recipient-field{display:grid;gap:7px;padding-bottom:18px;border-bottom:1px solid #e3e8ef}.shop-recipient-field>span,.shop-selected-order>span{color:#475467;font-size:13px;font-weight:900}.guided-phone-input input,.shop-optional-fields input,.shop-recipient-field input{width:100%;min-height:48px;border:1px solid #d8dee8;border-radius:8px;background:#fff;color:#071a31;padding:0 14px;font-size:17px;font-weight:800}.guided-phone-input:focus-within,.shop-optional-fields input:focus,.shop-recipient-field input:focus{border-color:#ff6a00;outline:none;box-shadow:0 0 0 2px rgba(255,106,0,.12)}.shop-recipient-field small{color:#667085}.shop-selected-order{display:grid;gap:14px;padding-bottom:18px;border-bottom:1px solid #e3e8ef}.shop-selected-order>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.shop-selected-order p{display:grid;gap:3px;margin:0}.shop-selected-order p small{color:#667085}.shop-selected-order b{white-space:nowrap}.shop-order-total{display:flex;align-items:center;justify-content:space-between;font-size:16px}.shop-order-total strong{font-size:20px}.shop-optional-toggle{width:fit-content;padding:0;border:0;background:transparent;color:#175cd3;font-weight:800;cursor:pointer}.shop-optional-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shop-optional-fields label{display:grid;gap:7px;color:#475467;font-size:12px;font-weight:800}.shop-optional-fields input{min-height:44px;font-size:14px}.shop-price-note{display:flex;align-items:flex-start;gap:11px;margin:0;padding:13px;border:1px solid #fed7aa;border-radius:8px;background:#fffaf5;color:#667085;font-size:12px}.shop-price-note svg{width:19px;height:19px;color:#ff6a00}.shop-price-note span{display:grid;gap:3px}.shop-price-note strong{color:#071a31}.checkout-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:56px;border:0;border-radius:8px;background:#ff6a00;color:#fff;font-size:16px;font-weight:900;box-shadow:0 10px 24px rgba(255,106,0,.2);cursor:pointer}.checkout-submit svg{width:19px;height:19px}.checkout-submit:disabled{background:#b7c0ce;box-shadow:none}.shop-payment-note{display:flex;justify-content:center;gap:8px;margin:-4px 0 0;color:#667085;font-size:12px}.shop-payment-note svg{width:15px;height:15px}.shop-trust-list{display:grid;gap:14px;margin-top:22px;padding-top:20px;border-top:1px solid #e3e8ef}.shop-trust-list p{display:flex;align-items:flex-start;gap:12px;margin:0}.shop-trust-list svg{width:22px;height:22px;color:#173b67}.shop-trust-list p span{display:grid;gap:2px;color:#667085;font-size:12px}.shop-trust-list p strong{color:#071a31;font-size:13px}.shop-support-line{margin:20px 0 0;padding-top:18px;border-top:1px solid #e3e8ef;color:#667085;font-size:13px}.shop-support-line a{color:#e85f00;font-weight:900}.guided-header-steps{color:#fff}.guided-header-steps .shop-progress-step{color:rgba(255,255,255,.76)}.guided-header-steps .shop-progress-step b{border-color:rgba(255,255,255,.45);background:transparent;color:#fff}.guided-header-steps .shop-progress-step.is-active b{border-color:#fff;background:#fff;color:#071a31}.guided-header-steps .shop-progress-step:not(:last-child):after{background:rgba(255,255,255,.35)}.guided-shop{width:min(1400px,calc(100% - (var(--shop-gutter) * 2)));margin:0 auto;padding:34px 0 22px}.guided-preview{display:flex;justify-content:flex-end;margin-bottom:18px}.guided-recipient{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,2.3fr);gap:40px;padding-bottom:32px;border-bottom:1px solid #d8dee8}.guided-recipient header p{max-width:280px}.guided-recipient-form{display:grid;gap:17px}.guided-recipient-form>label{display:grid;gap:7px;color:#475467;font-size:13px;font-weight:800}.guided-recipient-form>label>small{color:#667085;font-weight:600}.guided-phone-input{display:grid;grid-template-columns:92px minmax(0,1fr);border:1px solid #d8dee8;border-radius:8px;overflow:hidden}.guided-phone-input b{display:grid;place-items:center;border-right:1px solid #d8dee8;background:#f8fafc}.guided-phone-input input{border:0;border-radius:0}.guided-recipient-form fieldset{margin:0;padding:0;border:0}.guided-recipient-form legend{margin-bottom:9px;color:#475467;font-size:13px;font-weight:800}.guided-network-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.guided-bundles{padding:32px 0 20px}.guided-bundles>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.guided-bundles header h2{margin:0 0 7px;font-size:22px;letter-spacing:0}.guided-bundles>header>span{padding:6px 9px;border-radius:999px;background:#eef2f6;color:#475467;font-size:12px;font-weight:900}.guided-bundle-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(136px,1fr));gap:12px}.guided-bundle-options button{min-height:132px}.guided-bundle-options button>svg{position:absolute;top:9px;right:9px;width:18px;height:18px;padding:3px;border-radius:999px;background:#ff6a00;color:#fff}.guided-delivery-note{display:flex;align-items:center;gap:10px;min-height:46px;margin:18px 0 0;padding:0 16px;border-radius:8px;background:#f4f7fa;color:#667085;font-size:13px}.guided-delivery-note svg{width:18px;height:18px;color:#16a34a}.guided-delivery-note strong{color:#15803d}.guided-summary{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr)) minmax(240px,1.15fr);align-items:center;gap:0;padding:18px 20px;border-radius:8px;background:#06284d;color:#fff}.guided-summary>div{display:grid;gap:6px;min-height:50px;padding:0 20px;border-right:1px solid rgba(255,255,255,.26)}.guided-summary>div:first-child{padding-left:0}.guided-summary>div:nth-child(4){border-right:0}.guided-summary span{color:rgba(255,255,255,.7);font-size:12px}.guided-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guided-summary .checkout-submit{margin-left:12px}.guided-feedback{width:min(580px,100%);margin:14px 0 0 auto}.guided-trust{display:grid;grid-template-columns:minmax(0,2fr) minmax(220px,1fr);align-items:center;gap:32px;width:min(1400px,calc(100% - (var(--shop-gutter) * 2)));margin:0 auto 30px;padding:20px 0;border-bottom:1px solid #e3e8ef}.guided-trust .shop-trust-list{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border:0}.guided-trust .shop-support-line{margin:0;padding:0;border:0;text-align:right}.shop-empty{padding:32px;border:1px dashed #cbd3df;background:#f8fafc;box-shadow:none}.shop-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding:18px var(--shop-gutter);border-top:1px solid #e3e8ef;color:#667085;font-size:12px}.shop-footer>span{max-width:66ch;line-height:1.5}.shop-footer nav{display:flex;flex-wrap:wrap;gap:12px 24px}.shop-footer a{color:#475467;font-weight:700}.shop-footer a:hover{color:#001e40}@media (max-width:1100px){.shop-progress-steps{gap:10px}.shop-progress-step:not(:last-child):after{display:none}.split-shop-layout{grid-template-columns:minmax(0,1.5fr) minmax(330px,1fr)}.shop-bundle-options{grid-template-columns:repeat(3,minmax(120px,1fr))}.guided-summary{grid-template-columns:repeat(4,minmax(100px,1fr));gap:14px}.guided-summary .checkout-submit{grid-column:1/-1;margin-left:0}}@media (max-width:820px){.shop-page{--shop-gutter:28px}.shop-topbar{padding-inline:var(--shop-gutter)}.shop-main-nav{display:none}.shop-progress-bar{align-items:flex-start;padding-inline:var(--shop-gutter)}.shop-progress-steps{overflow-x:auto}.shop-progress-step strong{font-size:12px}.shop-preview-flag>span{display:none}.split-shop-layout{grid-template-columns:1fr}.split-catalogue{padding:26px 20px;border-right:0}.split-order-panel{padding:26px 20px;border-top:1px solid #e3e8ef}.guided-header-steps{display:none}.guided-shop,.guided-trust{width:min(100% - 56px,1400px)}.guided-recipient{grid-template-columns:1fr;gap:20px}.guided-recipient header p{max-width:none}.guided-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.guided-summary>div:nth-child(2){border-right:0}.guided-trust,.guided-trust .shop-trust-list{grid-template-columns:1fr}.guided-trust .shop-support-line{text-align:left}.website-template-options{grid-template-columns:1fr}}@media (max-width:560px){.shop-page{--shop-gutter:16px}.shop-topbar,.shop-topbar.is-dark{min-height:68px;align-items:center;flex-direction:row;padding:8px var(--shop-gutter)}.shop-brand img{width:104px;height:38px}.shop-site-brand img{width:auto;max-width:104px;height:38px}.shop-site-initials{width:38px;height:38px;flex-basis:38px}.shop-brand span{display:none}.storefront-logo-field{align-items:flex-start;gap:10px;padding:11px}.storefront-logo-preview{width:58px;height:50px;flex-basis:58px}.storefront-logo-actions{flex-wrap:wrap}.shop-topbar .shop-nav{width:auto}.shop-topbar .shop-nav a{min-width:42px;flex:0 0 auto;padding:0 11px}.shop-nav a span,.shop-topbar.is-dark .shop-nav .shop-support-link{display:none}.shop-progress-bar{display:block;min-height:64px;padding:12px var(--shop-gutter)}.shop-progress-steps{justify-content:space-between;gap:6px}.shop-progress-step{gap:5px}.shop-progress-step b{width:26px;height:26px}.shop-progress-step strong{display:none}.shop-preview-flag,.shop-secure-note{margin-top:9px}.guided-recipient h1,.shop-section-intro h1{font-size:23px}.guided-network-options,.shop-network-options{grid-template-columns:1fr}.guided-network-options button,.shop-network-options button{min-height:64px}.guided-bundle-options,.shop-bundle-options{grid-template-columns:repeat(2,minmax(0,1fr))}.guided-bundle-options button,.shop-bundle-options button{min-height:124px}.shop-optional-fields{grid-template-columns:1fr}.guided-shop,.guided-trust{width:min(100% - 32px,1400px)}.guided-shop{padding-top:24px}.guided-recipient{padding-bottom:24px}.guided-phone-input{grid-template-columns:76px minmax(0,1fr)}.guided-bundles>header{align-items:flex-start;flex-direction:column}.guided-summary{grid-template-columns:1fr 1fr;padding:16px}.guided-summary>div{padding:0 10px}.guided-summary>div:nth-child(odd){padding-left:0}.guided-summary>div:nth-child(2n){border-right:0}.shop-footer{align-items:flex-start;flex-direction:column;padding:20px var(--shop-gutter)}.website-template-options label{grid-template-columns:72px minmax(0,1fr)}.website-template-preview{width:72px}.website-template-options label>b{display:none}}.split-storefront-hero{width:min(1440px,calc(100% - (var(--shop-gutter) * 2)));margin:32px auto 0;padding:48px;border-radius:8px;background:#06284d;color:#fff}.split-open-status{display:inline-flex;align-items:center;gap:9px;color:#d7e4f2;font-size:12px;font-weight:900;text-transform:uppercase}.split-open-status i{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.14)}.split-storefront-hero h1{max-width:1000px;margin:20px 0 12px;color:#fff;font-size:58px;line-height:1.04}.split-storefront-hero>p{max-width:720px;margin:0;color:#c7d7e8;font-size:17px;line-height:1.55}.split-storefront-hero>a{display:inline-flex;align-items:center;gap:9px;margin-top:24px;color:#fff;font-size:14px;font-weight:900}.split-storefront-hero>a svg{width:19px;height:19px;color:#22c55e}.shop-template-split .split-shop-layout{grid-template-columns:minmax(0,1fr);min-height:auto;margin-top:28px}.shop-template-split .split-catalogue{padding:34px;border:1px solid #dce3ec;border-radius:8px;background:#f8fafc}.shop-template-split .shop-choice-section>h2{font-size:16px;text-transform:uppercase}.split-network-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.split-network-heading:before{width:7px;height:44px;border-radius:999px;background:#ff6a00;content:""}.split-network-heading h2{margin:0;color:#071a31;font-size:24px;letter-spacing:0}.split-network-heading>span{color:#667085;font-size:15px;font-weight:800}.shop-template-split .shop-bundle-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.shop-template-split .shop-bundle-options button{position:relative;display:flex;min-height:236px;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:7px;padding:24px;overflow:hidden;border-color:#cbd8e7;background:#dbeafe;text-align:left;box-shadow:none;transform:none}.shop-template-split .shop-bundle-options button.is-selected,.shop-template-split .shop-bundle-options button:hover{border-color:#ff6a00;box-shadow:0 10px 28px rgba(7,26,49,.14)}.shop-template-split .shop-bundle-options button.network-mtn{border-color:#e8b900;background:#ffcb05}.shop-template-split .shop-bundle-options button.network-telecel{border-color:#c9152d;background:#e31b36;color:#fff}.shop-template-split .shop-bundle-options button.network-airteltigo,.shop-template-split .shop-bundle-options button.network-at{border-color:#0d9488;background:#14b8a6;color:#fff}.shop-template-split .shop-bundle-options button .shop-network-mark{width:34px;height:34px;flex-basis:34px;border:1px solid;background:transparent;color:inherit}.shop-template-split .shop-bundle-options button.network-airteltigo .shop-network-mark,.shop-template-split .shop-bundle-options button.network-at .shop-network-mark,.shop-template-split .shop-bundle-options button.network-telecel .shop-network-mark{border-color:rgba(255,255,255,.74)}.shop-template-split .shop-bundle-options button>strong{margin-top:20px;font-size:42px;line-height:1}.shop-template-split .shop-bundle-options button>span{color:inherit;font-size:14px;opacity:.72}.shop-template-split .shop-bundle-options button>b{margin-top:auto;font-size:24px}.shop-template-split .shop-bundle-options button>em{position:absolute;right:24px;bottom:27px;max-width:42%;overflow:hidden;color:inherit;font-size:12px;font-style:normal;font-weight:800;opacity:.72;text-overflow:ellipsis;white-space:nowrap}.shop-template-split .shop-bundle-options button>small{padding:7px 10px;background:#ff6a00;color:#fff}body:has(.bundle-payment-backdrop){overflow:hidden}.bundle-payment-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;width:100%;height:100vh;height:100dvh;padding:24px;overflow:hidden;background:rgba(6,40,77,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bundle-payment-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(560px,100%);min-width:0;max-width:100%;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow:hidden;border:1px solid rgba(255,255,255,.24);background:#0b2d52;color:#fff;box-shadow:0 24px 70px rgba(4,31,59,.42)}.bundle-payment-modal>header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:142px;padding:28px 32px;background:#dbeafe;color:#071a31}.bundle-payment-modal.network-mtn>header{background:#ffcb05}.bundle-payment-modal.network-telecel>header{background:#e31b36;color:#fff}.bundle-payment-modal.network-airteltigo>header,.bundle-payment-modal.network-at>header{background:#14b8a6;color:#fff}.bundle-payment-price,.bundle-payment-product{display:flex;align-items:center;gap:14px}.bundle-payment-price,.bundle-payment-product>span{display:grid;gap:4px}.bundle-payment-price small,.bundle-payment-product small{color:inherit;font-size:11px;font-weight:900;text-transform:uppercase;opacity:.76}.bundle-payment-price strong,.bundle-payment-product strong{color:inherit;font-size:31px;line-height:1;white-space:nowrap}.bundle-payment-price{justify-items:end;text-align:right}.bundle-payment-modal>header .shop-network-mark{border:1px solid;background:transparent;color:inherit}.bundle-payment-modal>header>button{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:34px;height:34px;border:1px solid;border-radius:999px;background:transparent;color:inherit;cursor:pointer;opacity:.72}.bundle-payment-modal>header>button svg{width:17px;height:17px}.bundle-payment-body{display:grid;min-height:0;gap:20px;overflow-y:auto;overscroll-behavior:contain;padding:30px 32px}.bundle-payment-phone{display:grid;gap:9px;color:#fff;font-size:13px;font-weight:900}.bundle-payment-modal .shop-optional-fields input,.bundle-payment-phone input{min-height:56px;border:1px solid #426487;border-radius:8px;background:#12385f;color:#fff;padding:0 16px}.bundle-payment-modal .shop-optional-fields input::placeholder,.bundle-payment-phone input::placeholder{color:#9db2c8}.bundle-payment-modal .shop-optional-fields input:focus,.bundle-payment-phone input:focus{border-color:#ff8a1f;outline:0;box-shadow:0 0 0 3px rgba(255,138,31,.18)}.bundle-payment-optional{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;border:0;background:transparent;color:#d7e4f2;font-size:13px;font-weight:800;cursor:pointer}.bundle-payment-optional svg{width:17px;height:17px}.bundle-payment-modal .shop-optional-fields label{color:#d7e4f2}.bundle-payment-delivery{display:grid;justify-items:center;gap:7px;padding:18px;border:1px solid #36597d;border-radius:8px;background:#082747;text-align:center}.bundle-payment-delivery span{color:#9db2c8;font-size:10px;font-weight:900;text-transform:uppercase}.bundle-payment-delivery strong{color:#fff;font-size:14px}.bundle-payment-submit{display:flex;align-items:center;justify-content:center;gap:12px;min-height:56px;border:0;border-radius:8px;background:#ff8a1f;color:#071a31;font-size:15px;font-weight:950;cursor:pointer}.bundle-payment-submit svg{width:17px;height:17px}.bundle-payment-submit:disabled{cursor:not-allowed;opacity:.58}@media (max-width:920px){.split-storefront-hero{padding:40px}.split-storefront-hero h1{font-size:46px}.shop-template-split .shop-bundle-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.split-storefront-hero{margin-top:18px;padding:28px 22px}.split-storefront-hero h1{margin-top:16px;font-size:34px}.split-storefront-hero>p{font-size:15px}.shop-template-split .split-shop-layout{margin-top:18px}.shop-template-split .split-catalogue{padding:20px}.split-network-heading{align-items:flex-start;flex-wrap:wrap}.split-network-heading:before{height:36px}.split-network-heading h2{font-size:21px}.shop-template-split .shop-bundle-options{grid-template-columns:1fr}.shop-template-split .shop-bundle-options button{min-height:216px}.bundle-payment-backdrop{align-items:end;padding:0}.bundle-payment-modal{width:100%;max-height:100vh;max-height:100dvh;border-right:0;border-bottom:0;border-left:0;border-radius:8px 8px 0 0}.bundle-payment-modal>header{min-height:124px;padding:24px 20px}.bundle-payment-price strong,.bundle-payment-product strong{font-size:25px}.bundle-payment-body{padding:24px 20px max(24px,env(safe-area-inset-bottom))}.bundle-payment-modal .shop-optional-fields{grid-template-columns:1fr}}.storefront-account-nav{margin-left:auto}.storefront-account-nav>button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:8px;font:inherit;font-size:13px;font-weight:900;cursor:pointer}.storefront-account-nav>button svg{width:17px;height:17px}.storefront-login{border:1px solid #cbd5e1;background:#fff;color:#071a31}.storefront-signup{border:1px solid #ff7a12;background:#ff7a12}.shop-topbar.is-dark .storefront-login{border-color:rgba(255,255,255,.5);background:transparent;color:#fff}.shop-topbar.is-dark .storefront-signup{border-color:#ff8a1f;background:#ff8a1f;color:#071a31}.storefront-account-user{display:inline-flex;align-items:center;gap:9px;min-width:0;min-height:42px;padding:6px 12px;border:1px solid #d7dee8;border-radius:8px;background:#f8fafc;color:#071a31}.storefront-account-user>svg{width:18px;height:18px;flex:0 0 auto}.storefront-account-user>span{display:grid;min-width:0}.storefront-account-user small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.storefront-account-user strong{max-width:150px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.shop-topbar.is-dark .storefront-account-user{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff}.shop-topbar.is-dark .storefront-account-user small{color:#c7d7e8}.storefront-account-nav>.storefront-signout{width:42px;padding:0;border:1px solid #d7dee8;background:#fff;color:#071a31}.shop-topbar.is-dark .storefront-account-nav>.storefront-signout{border-color:rgba(255,255,255,.3);background:transparent;color:#fff}body:has(.storefront-auth-backdrop){overflow:hidden}.storefront-auth-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;overflow-y:auto;background:rgba(6,40,77,.76);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.storefront-auth-modal{width:min(480px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border:1px solid #d8e0e9;border-radius:8px;background:#fff;box-shadow:0 26px 70px rgba(4,31,59,.34)}.storefront-auth-modal>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 26px;border-bottom:1px solid #e2e8f0}.storefront-auth-heading{display:flex;align-items:center;gap:13px;min-width:0}.storefront-auth-heading>span{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border-radius:8px;background:#e7f0fb;color:#0b4f8a}.storefront-auth-heading>span svg{width:20px;height:20px}.storefront-auth-heading>div{display:grid;gap:3px}.storefront-auth-heading small{color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase}.storefront-auth-heading h2{margin:0;color:#071a31;font-size:22px;letter-spacing:0}.storefront-auth-modal>header>button{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border:1px solid #d7dee8;border-radius:999px;background:#fff;color:#334155;cursor:pointer}.storefront-auth-modal>header>button svg{width:17px;height:17px}.storefront-auth-modal form{display:grid;gap:17px;padding:26px}.storefront-auth-modal form>p:first-child{margin:0 0 3px;color:#526174;font-size:13px;line-height:1.55}.storefront-auth-modal label{display:grid;gap:8px}.storefront-auth-modal label>span{color:#1e293b;font-size:12px;font-weight:900}.storefront-auth-modal input{width:100%;min-height:52px;padding:0 14px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#071a31;font:inherit}.storefront-auth-modal input:focus{border-color:#ff7a12;outline:0;box-shadow:0 0 0 3px rgba(255,122,18,.16)}.storefront-auth-modal input::placeholder{color:#94a3b8}.storefront-auth-message{margin:0;padding:11px 13px;border-radius:8px;font-size:12px;font-weight:800;line-height:1.45}.storefront-auth-message.is-error{background:#fee2e2;color:#991b1b}.storefront-auth-message.is-success{background:#dcfce7;color:#166534}.storefront-auth-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;border:0;border-radius:8px;background:#ff7a12;color:#fff;font:inherit;font-size:14px;font-weight:950;cursor:pointer}.storefront-auth-submit svg{width:18px;height:18px}.storefront-auth-submit:disabled{cursor:not-allowed;opacity:.6}.storefront-auth-switch{justify-self:center;padding:4px;border:0;background:transparent;color:#0b4f8a;font:inherit;font-size:12px;font-weight:900;cursor:pointer}@media (max-width:820px){.shop-topbar.is-dark .storefront-account-nav .shop-support-link,.shop-topbar.is-dark .storefront-account-nav .shop-track-link{display:none}}@media (max-width:560px){.storefront-account-nav{gap:7px}.storefront-account-nav>button{min-height:38px;padding-inline:10px;font-size:11px}.storefront-signup svg{display:none}.storefront-account-user{min-height:38px;padding-inline:9px}.storefront-account-user small,.storefront-account-user>svg{display:none}.storefront-account-user strong{max-width:112px;font-size:11px}.storefront-account-nav>.storefront-signout{width:38px;padding:0}.storefront-auth-backdrop{align-items:end;padding:0}.storefront-auth-modal{width:100%;max-height:94vh;border-right:0;border-bottom:0;border-left:0;border-radius:8px 8px 0 0}.storefront-auth-modal>header{padding:20px}.storefront-auth-modal form{padding:22px 20px 26px}}.shop-nav .storefront-account-user{background:#f8fafc;color:#071a31;text-transform:none}.shop-topbar.is-dark .shop-nav .storefront-account-user{background:rgba(255,255,255,.1);color:#fff}.customer-dashboard-page{min-height:100vh;background:#f4f7fa;color:#071a31}.customer-dashboard-header{display:grid;grid-template-columns:minmax(170px,1fr) auto;align-items:center;gap:24px;min-height:76px;padding:10px max(24px,calc((100vw - 1400px) / 2));border-bottom:1px solid #dce3ec;background:#fff}.customer-dashboard-header .shop-brand{width:fit-content}.customer-dashboard-header .shop-brand img{width:124px}.customer-header-account{display:flex;justify-self:end;align-items:center;gap:9px;min-width:0}.customer-header-account>svg{width:18px;height:18px;color:#0b4f8a}.customer-header-account strong{max-width:170px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.customer-header-account button{display:grid;place-items:center;width:40px;height:40px;margin-left:4px;border:1px solid #d7dee8;border-radius:8px;background:#fff;color:#071a31;cursor:pointer}.customer-header-account button svg{width:17px;height:17px}.customer-dashboard-shell{width:min(1400px,calc(100% - 64px));min-width:0;margin:0 auto;padding:38px 0 70px}.customer-dashboard-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.customer-dashboard-intro h1{margin:12px 0 7px;color:#071a31;font-size:34px;line-height:1.15;letter-spacing:0}.customer-dashboard-intro p{margin:0;color:#667085;font-size:15px}.customer-dashboard-ctas{display:flex;align-items:center;justify-content:flex-end;gap:9px}.customer-reseller-cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border:1px solid #b9cbe0;border-radius:8px;background:#fff;color:#0b4f8a;font-family:inherit;font-size:13px;font-weight:950;cursor:pointer}.customer-reseller-cta svg{width:17px;height:17px}.customer-live-state{display:inline-flex;align-items:center;gap:8px;color:#8a5b13;font-size:10px;font-weight:950;text-transform:uppercase}.customer-live-state i{width:8px;height:8px;border-radius:999px;background:#f59e0b}.customer-live-state.is-live{color:#167744}.customer-live-state.is-live i{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.13)}.customer-buy-data{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border:0;border-radius:8px;background:#ff7a12;color:#fff;font-family:inherit;font-size:13px;font-weight:950;cursor:pointer}.customer-buy-data svg{width:17px;height:17px}.customer-dashboard-tabs{display:flex;align-items:center;gap:4px;margin-top:30px;border-bottom:1px solid #dce3ec}.customer-dashboard-tabs button{min-height:44px;padding:0 16px;border:0;border-bottom:3px solid transparent;background:transparent;color:#667085;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.customer-dashboard-tabs button.is-active{border-bottom-color:#ff7a12;color:#071a31}.customer-dashboard-tabs>span{margin-left:auto;color:#64748b;font-size:10px;font-weight:800}.customer-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}.customer-metrics article{display:flex;align-items:center;gap:14px;min-height:94px;padding:18px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.customer-metrics article>span{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border-radius:8px;background:#e7f0fb;color:#0b4f8a}.customer-metrics article>span svg{width:20px;height:20px}.customer-metrics article>div{display:grid;gap:5px;min-width:0}.customer-metrics small{color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase}.customer-metrics strong{overflow:hidden;color:#071a31;font-size:21px;text-overflow:ellipsis;white-space:nowrap}.customer-dashboard-section{min-width:0;margin-top:34px}.customer-store-link>div{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:10px 16px;align-items:center;padding:18px;border:1px solid #cbd8e7;border-left:4px solid #0b4f8a;border-radius:8px;background:#fff}.customer-store-link>div>span{display:grid;grid-row:1/span 2;place-items:center;width:46px;height:46px;border-radius:8px;background:#e7f0fb;color:#0b4f8a}.customer-store-link>div>span svg{width:21px;height:21px}.customer-store-link header{min-width:0}.customer-store-link small{display:block;color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase}.customer-store-link h2{margin:4px 0;color:#071a31;font-size:18px;letter-spacing:0}.customer-store-link p{margin:0;color:#667085;font-size:13px}.customer-store-link code{grid-column:2;display:block;min-width:0;overflow:hidden;color:#0b4f8a;font-family:inherit;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.customer-store-link-actions{display:flex;grid-column:3;grid-row:1/span 2;gap:8px}.customer-store-link-actions button{display:grid;place-items:center;width:40px;height:40px;border:1px solid #cbd8e7;border-radius:8px;background:#fff;color:#0b4f8a;cursor:pointer}.customer-store-link-actions button:hover{border-color:#0b4f8a;background:#f5f9ff}.customer-store-link-actions svg{width:17px;height:17px}.customer-section-heading{display:flex;align-items:end;gap:12px;margin-bottom:15px}.customer-section-heading>div{display:grid;gap:4px}.customer-section-heading small{color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase}.customer-section-heading h2{margin:0;color:#071a31;font-size:22px;letter-spacing:0}.customer-section-heading>span{margin-bottom:2px;padding:5px 8px;border-radius:5px;background:#e7f0fb;color:#0b4f8a;font-size:9px;font-weight:950;text-transform:uppercase}.customer-section-heading>button{margin-left:auto;padding:4px;border:0;background:transparent;color:#0b4f8a;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.customer-active-orders{display:grid;gap:12px}.customer-active-order{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;padding:20px;border:1px solid #dce3ec;border-left:4px solid #ff7a12;border-radius:8px;background:#fff}.customer-order-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:8px;background:#fff1e7;color:#d95c00}.customer-order-icon svg{width:22px;height:22px}.customer-active-order-main{min-width:0}.customer-active-order-main>header{display:flex;justify-content:space-between;gap:20px}.customer-active-order-main>header small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.customer-active-order-main h3{margin:5px 0 3px;color:#071a31;font-size:18px;letter-spacing:0}.customer-active-order-main p{margin:0;color:#667085;font-size:12px}.customer-status{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:6px 9px;border-radius:5px;background:#e7f0fb;color:#0b4f8a;font-size:9px;font-weight:950;text-transform:uppercase;white-space:nowrap}.customer-status i{width:6px;height:6px;border-radius:999px;background:currentColor}.customer-status.is-confirmed_sent,.customer-status.is-processed,.customer-status.is-resolved{background:#dcfce7;color:#167744}.customer-status.is-in_review,.customer-status.is-processing{background:#fff2cf;color:#93620c}.customer-status.is-failed,.customer-status.is-payment_failed,.customer-status.is-refunded{background:#fee2e2;color:#a32222}.customer-order-progress{display:grid;grid-template-columns:repeat(3,1fr);margin-top:17px}.customer-order-progress span{position:relative;display:grid;justify-items:start;gap:7px;color:#94a3b8;font-size:9px;font-weight:900;text-transform:uppercase}.customer-order-progress span:before{position:absolute;top:5px;right:8px;left:18px;height:2px;background:#dce3ec;content:""}.customer-order-progress span:last-child:before{display:none}.customer-order-progress i{z-index:1;width:12px;height:12px;border:3px solid #dce3ec;border-radius:999px;background:#fff}.customer-order-progress span.is-complete{color:#0b4f8a}.customer-order-progress span.is-complete:before{background:#62a6de}.customer-order-progress span.is-complete i{border-color:#0b73bd;background:#0b73bd}.customer-active-order-main>footer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;margin-top:15px;padding-top:14px;border-top:1px solid #e7ebf0;font-size:11px}.customer-active-order-main>footer span,.customer-active-order-main>footer time{color:#64748b}.customer-active-order-main>footer strong{color:#071a31}.customer-order-list{width:100%;min-width:0;max-width:100%;overflow:hidden;border:1px solid #dce3ec;border-radius:8px;background:#fff}.customer-order-list-head,.customer-order-list>article{display:grid;grid-template-columns:minmax(210px,1.35fr) minmax(150px,1fr) 120px 120px minmax(150px,1fr) 90px;align-items:center;gap:14px;padding:13px 16px}.customer-order-list-head{min-height:44px;background:#edf1f5;color:#526174;font-size:9px;font-weight:950;text-transform:uppercase}.customer-order-list>article{width:100%;min-width:0;max-width:100%;min-height:76px;border-top:1px solid #e5eaf0}.customer-order-summary{display:flex;align-items:center;gap:11px;min-width:0}.customer-order-summary>span{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:8px;background:#e7f0fb;color:#0b4f8a}.customer-order-summary>span svg{width:17px;height:17px}.customer-order-recipient,.customer-order-summary p{display:grid;gap:4px;min-width:0;margin:0}.customer-order-recipient strong,.customer-order-summary strong{overflow:hidden;color:#071a31;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.customer-order-recipient small,.customer-order-summary small{overflow:hidden;color:#64748b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.customer-order-amount{color:#071a31;font-size:12px}.customer-order-list time{color:#64748b;font-size:10px;line-height:1.4}.customer-order-actions{display:flex;justify-content:flex-end;gap:7px}.customer-order-actions a,.customer-order-actions button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #cbd8e7;border-radius:8px;background:#fff;color:#0b4f8a;cursor:pointer}.customer-order-actions button{border-color:#f0b8b8;color:#b42323}.customer-order-actions svg{width:16px;height:16px}.customer-order-filters{display:flex;gap:5px;margin:-2px 0 14px}.customer-order-filters button{min-height:34px;padding:0 12px;border:1px solid #d7dee8;border-radius:8px;background:#fff;color:#64748b;font:inherit;font-size:10px;font-weight:900;cursor:pointer}.customer-order-filters button.is-active{border-color:#0b4f8a;background:#e7f0fb;color:#0b4f8a}.customer-bundle-filters{display:flex;gap:6px;margin:-2px 0 16px;overflow-x:auto}.customer-bundle-filters button{min-height:36px;flex:0 0 auto;padding:0 13px;border:1px solid #d7dee8;border-radius:8px;background:#fff;color:#64748b;font:inherit;font-size:10px;font-weight:900;cursor:pointer}.customer-bundle-filters button.is-active{border-color:#0b4f8a;background:#e7f0fb;color:#0b4f8a}.customer-bundle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:14px}.customer-bundle-card{display:grid;min-height:232px;overflow:hidden;padding:20px;border:1px solid #dce3ec;border-top:4px solid #ffcb05;border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(7,26,49,.06)}.customer-bundle-card>header{display:flex;align-items:center;gap:12px}.customer-bundle-card>header>span{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border-radius:8px;background:#ffcb05;color:#071a31;font-size:10px;font-weight:950}.customer-bundle-card>header>div{display:grid;gap:3px}.customer-bundle-card>header small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.customer-bundle-card>header strong{color:#071a31;font-size:23px;line-height:1}.customer-bundle-card>p{align-self:start;margin:18px 0;color:#667085;font-size:11px;line-height:1.5}.customer-bundle-card>footer{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:auto}.customer-bundle-card>footer>div{display:grid;gap:4px}.customer-bundle-card>footer small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.customer-bundle-card>footer strong{color:#071a31;font-size:17px}.customer-bundle-card>footer button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 13px;border:0;border-radius:8px;background:#0b4f8a;color:#fff;font:inherit;font-size:10px;font-weight:950;white-space:nowrap;cursor:pointer}.customer-bundle-card>footer button svg{width:14px;height:14px}.customer-bundle-site{max-width:100%;overflow:hidden;margin-bottom:13px;color:#94a3b8;font-size:8px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.customer-recommendations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.customer-recommendations article{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;padding:18px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.customer-recommendations article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:8px;background:#ffcb05;color:#071a31;font-size:11px;font-weight:950}.customer-recommendations article>div{display:grid;gap:3px;min-width:0}.customer-recommendations small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.customer-recommendations strong{color:#071a31;font-size:17px}.customer-recommendations p{margin:0;color:#667085;font-size:10px}.customer-recommendations a{display:inline-flex;align-items:center;gap:7px;color:#0b4f8a;font-size:11px;font-weight:950;white-space:nowrap}.customer-recommendations a svg{width:14px;height:14px}.customer-report-list{overflow:hidden;border:1px solid #dce3ec;border-radius:8px;background:#fff}.customer-report-list article{display:grid;grid-template-columns:minmax(220px,1fr) 150px 180px;align-items:center;gap:18px;min-height:74px;padding:14px 17px;border-top:1px solid #e5eaf0}.customer-report-list article:first-child{border-top:0}.customer-report-list article>div{display:grid;gap:5px}.customer-report-list article strong{color:#071a31;font-size:12px}.customer-report-list article span,.customer-report-list time{color:#64748b;font-size:10px}.customer-dashboard-empty{display:grid;justify-items:center;gap:7px;min-height:170px;padding:30px;border:1px dashed #cbd5e1;border-radius:8px;background:#fff;text-align:center}.customer-dashboard-empty>svg{width:25px;height:25px;color:#0b4f8a}.customer-dashboard-empty strong{color:#071a31;font-size:14px}.customer-dashboard-empty p{max-width:440px;margin:0;color:#667085;font-size:12px;line-height:1.5}.reseller-application-view{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:48px;align-items:center;min-height:430px;padding:46px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.reseller-application-copy h2{max-width:650px;margin:18px 0 12px;color:#071a31;font-size:32px;line-height:1.16;letter-spacing:0}.reseller-application-copy>p{max-width:600px;margin:0;color:#667085;font-size:14px;line-height:1.7}.reseller-benefits{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.reseller-benefits span{padding:8px 10px;border:1px solid #c9d9ea;border-radius:6px;background:#eef5fc;color:#0b4f8a;font-size:10px;font-weight:900}.reseller-application-form{display:grid;gap:16px;padding:26px;border-left:4px solid #ff7a12;background:#f7f9fc}.reseller-application-form label,.reseller-storefront-fields label{display:grid;gap:7px}.reseller-application-form label>span,.reseller-storefront-fields label>span{color:#334155;font-size:10px;font-weight:900;text-transform:uppercase}.reseller-application-form input,.reseller-application-form textarea,.reseller-storefront-fields input,.reseller-storefront-fields select{width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#071a31;font:inherit;font-size:12px}.reseller-application-form input,.reseller-storefront-fields input,.reseller-storefront-fields select{min-height:46px;padding:0 12px}.reseller-application-form textarea{padding:12px;resize:vertical}.reseller-application-form>button,.reseller-review-state>button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border:0;border-radius:8px;background:#ff7a12;color:#fff;font:inherit;font-size:12px;font-weight:950;cursor:pointer}.reseller-application-form>button svg{width:15px;height:15px}.reseller-application-form>button:disabled{opacity:.6}.reseller-review-state{display:grid;justify-items:center;align-content:center;min-height:390px;padding:40px;border:1px solid #dce3ec;border-radius:8px;background:#fff;text-align:center}.reseller-review-state>svg{width:42px;height:42px;margin:25px 0 12px;color:#0b4f8a}.reseller-review-state h2{margin:0;color:#071a31;font-size:25px;letter-spacing:0}.reseller-review-state p{max-width:560px;margin:10px 0 0;color:#667085;font-size:13px;line-height:1.6}.reseller-review-state small{margin-top:17px;color:#94a3b8;font-size:10px}.reseller-review-state>button{margin-top:20px;padding:0 18px}.reseller-workspace{display:grid;gap:24px}.reseller-workspace-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.reseller-workspace-copy{display:grid;gap:4px}.reseller-workspace-head small{color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase}.reseller-workspace-head h2{margin:0;color:#071a31;font-size:27px;letter-spacing:0}.reseller-workspace-head p{margin:0;color:#667085;font-size:12px}.reseller-store-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.reseller-store-actions>a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 15px;border:1px solid #cbd8e7;border-radius:8px;background:#fff;color:#0b4f8a;font-size:11px;font-weight:950}.reseller-store-actions>button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #cbd8e7;border-radius:8px;background:#fff;color:#0b4f8a;cursor:pointer}.reseller-store-actions svg{width:16px;height:16px}.reseller-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.reseller-metrics article{display:flex;align-items:center;gap:13px;min-height:86px;padding:16px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.reseller-metrics article>span{display:grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border-radius:8px;background:#e7f0fb;color:#0b4f8a}.reseller-metrics article>span svg{width:19px;height:19px}.reseller-metrics article>div{display:grid;gap:4px;min-width:0}.reseller-metrics small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.reseller-metrics strong{overflow:hidden;color:#071a31;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.reseller-storefront-form{overflow:hidden;border:1px solid #dce3ec;border-radius:8px;background:#fff}.reseller-storefront-form>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #e2e8f0}.reseller-storefront-form>header>div{display:grid;gap:4px}.reseller-storefront-form>header small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.reseller-storefront-form h3{margin:0;color:#071a31;font-size:19px;letter-spacing:0}.reseller-config-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.reseller-details-toggle{display:none}.customer-status.is-active{background:#dcfce7;color:#167744}.customer-status.is-draft,.customer-status.is-paused{background:#fff2cf;color:#93620c}.customer-status.is-rejected,.customer-status.is-suspended{background:#fee2e2;color:#a32222}.reseller-storefront-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:22px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.reseller-storefront-fields>.storefront-logo-field{grid-column:1/-1;margin-top:0;background:#fff}.reseller-pricing-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;border-bottom:1px solid #e2e8f0}.reseller-pricing-toolbar>div:first-child{display:grid;gap:2px}.reseller-pricing-toolbar small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.reseller-pricing-toolbar strong{color:#071a31;font-size:12px}.reseller-network-filters{display:flex;gap:5px;max-width:70%;overflow-x:auto}.reseller-network-filters button{min-height:32px;padding:0 11px;flex:0 0 auto;border:1px solid #d7dee8;border-radius:8px;background:#fff;color:#64748b;font:inherit;font-size:9px;font-weight:900;cursor:pointer}.reseller-network-filters button.is-active{border-color:#0b4f8a;background:#e7f0fb;color:#0b4f8a}.reseller-price-table{width:100%;overflow-x:auto}.reseller-price-head,.reseller-price-row{display:grid;grid-template-columns:minmax(170px,1.3fr) 130px minmax(160px,.8fr) 130px 62px;align-items:center;gap:14px;min-width:760px;padding:12px 24px}.reseller-price-head{background:#edf1f5;color:#526174;font-size:9px;font-weight:950;text-transform:uppercase}.reseller-price-row{min-height:70px;border-top:1px solid #e5eaf0;color:#334155;font-size:11px}.reseller-price-row>strong:first-child{color:#071a31;font-size:12px}.reseller-retail-price{display:flex;align-items:center;min-height:42px;overflow:hidden;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.reseller-retail-price span{padding-left:10px;color:#64748b;font-size:9px;font-weight:900}.reseller-retail-price input{width:100%;min-width:0;height:40px;border:0;outline:0;padding:0 10px;color:#071a31;font:inherit;font-size:12px;font-weight:900}.reseller-publish-toggle{display:flex;align-items:center;gap:6px;color:#526174;font-size:9px;font-weight:900}.reseller-publish-toggle input{width:18px;height:18px;accent-color:#0b73bd}.reseller-publish-toggle span{display:none}.reseller-profit{color:#167744;font-size:11px}.reseller-fulfilment-warning{margin:18px 24px 0;padding:11px 13px;border-radius:8px;background:#fff2cf;color:#805b12;font-size:11px;font-weight:800}.reseller-storefront-form>.storefront-auth-message{margin:18px 24px 0}.reseller-storefront-form>footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-top:1px solid #e2e8f0}.reseller-storefront-form>footer>span{color:#64748b;font-size:10px}.reseller-storefront-form>footer button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border:0;border-radius:8px;background:#0b4f8a;color:#fff;font:inherit;font-size:11px;font-weight:950;cursor:pointer}.reseller-storefront-form>footer button svg{width:15px;height:15px}.reseller-storefront-form>footer button:disabled{opacity:.6}.reseller-sales{min-width:0}.reseller-order-filters{display:flex;gap:5px;margin:-2px 0 14px;overflow-x:auto}.reseller-order-filters button{min-height:34px;padding:0 12px;flex:0 0 auto;border:1px solid #d7dee8;border-radius:8px;background:#fff;color:#64748b;font:inherit;font-size:10px;font-weight:900;cursor:pointer}.reseller-order-filters button.is-active{border-color:#0b4f8a;background:#e7f0fb;color:#0b4f8a}.reseller-sales-list{overflow-x:auto;border:1px solid #dce3ec;border-radius:8px;background:#fff}.reseller-sales-list article,.reseller-sales-list-head{display:grid;grid-template-columns:minmax(180px,1.15fr) minmax(130px,.85fr) 105px 105px minmax(205px,1.25fr);align-items:center;gap:14px;min-width:860px;padding:13px 17px}.reseller-sales-list-head{background:#edf1f5;color:#526174;font-size:9px;font-weight:950;text-transform:uppercase}.reseller-sales-list article{min-height:76px;border-top:1px solid #e5eaf0}.reseller-sales-list article>div{display:grid;gap:4px;min-width:0}.reseller-sales-list article>div strong{overflow:hidden;color:#071a31;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.reseller-sales-list article small,.reseller-sales-list article time{overflow:hidden;color:#64748b;font-size:9px;line-height:1.45;text-overflow:ellipsis}.reseller-sales-list article>strong{color:#334155;font-size:11px}.reseller-sales-list article>.reseller-sale-profit{color:#167744}.reseller-sale-state .customer-status{margin-bottom:1px}.reseller-track-order{display:grid;place-items:center;width:36px;height:36px;border:1px solid #cbd8e7;border-radius:8px;color:#0b4f8a}.reseller-track-order svg{width:15px;height:15px}.customer-dashboard-loading{display:grid;place-items:center;align-content:center;gap:10px;min-height:calc(100vh - 76px);padding:30px;text-align:center}.customer-dashboard-loading>span{width:34px;height:34px;border:3px solid #dce3ec;border-top-color:#ff7a12;border-radius:999px;animation:customer-spin .8s linear infinite}.customer-dashboard-loading>svg{width:30px;height:30px;color:#b42323}.customer-dashboard-loading h1{margin:0;color:#071a31;font-size:20px}.customer-dashboard-loading p{margin:0;color:#667085}.customer-dashboard-loading button{min-height:40px;padding:0 16px;border:0;border-radius:8px;background:#ff7a12;color:#fff;font-weight:900;cursor:pointer}@keyframes customer-spin{to{transform:rotate(1turn)}}body:has(.customer-report-backdrop){overflow:hidden}.customer-report-backdrop{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:24px;background:rgba(6,40,77,.76);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.customer-report-modal{width:min(500px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:0 24px 24px;border:1px solid #d8e0e9;border-radius:8px;background:#fff;box-shadow:0 26px 70px rgba(4,31,59,.34)}.customer-report-modal>header{display:flex;align-items:center;justify-content:space-between;margin:0 -24px 20px;padding:20px 24px;border-bottom:1px solid #e2e8f0}.customer-report-modal>header div{display:grid;gap:3px}.customer-report-modal>header small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.customer-report-modal h2{margin:0;color:#071a31;font-size:21px;letter-spacing:0}.customer-report-modal>header button{display:grid;place-items:center;width:36px;height:36px;border:1px solid #d7dee8;border-radius:999px;background:#fff;color:#334155;cursor:pointer}.customer-report-modal>header svg{width:16px;height:16px}.customer-report-modal>p{margin:0 0 18px;color:#667085;font-size:12px;line-height:1.5}.customer-report-modal label{display:grid;gap:7px;margin-top:15px}.customer-report-modal label>span{color:#1e293b;font-size:11px;font-weight:900}.customer-report-modal select,.customer-report-modal textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#071a31;font:inherit}.customer-report-modal select{min-height:48px;padding:0 12px}.customer-report-modal textarea{padding:12px;resize:vertical}.customer-report-item{display:flex;justify-content:space-between;gap:18px;padding:15px;border:1px solid #dce3ec;border-radius:8px;background:#f8fafc;font-size:12px}.customer-report-item span{color:#64748b}.customer-report-item strong{color:#071a31}.customer-report-modal>footer{display:flex;justify-content:flex-end;gap:9px;margin-top:22px;padding-top:18px;border-top:1px solid #e2e8f0}.customer-report-modal>footer button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid #d7dee8;border-radius:8px;background:#fff;color:#334155;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.customer-report-modal>footer button:last-child{border-color:#ff7a12;background:#ff7a12;color:#fff}.customer-report-modal>footer button:disabled{cursor:not-allowed;opacity:.6}.customer-report-modal>footer svg{width:15px;height:15px}@media (max-width:1100px){.customer-metrics,.reseller-metrics,.reseller-sales-list,.reseller-storefront-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.reseller-sales-list{display:grid;gap:12px;overflow:visible;border:0;background:transparent}.reseller-sales-list-head{display:none}.reseller-sales-list article{grid-template-columns:minmax(0,1fr) auto;gap:9px 16px;min-width:0;border:1px solid #dce3ec;border-radius:8px;background:#fff}.reseller-sale-customer,.reseller-sale-order,.reseller-sale-state{grid-column:1}.reseller-sales-list article>strong,.reseller-track-order{grid-column:2;justify-self:end}.customer-order-list-head{display:none}.customer-order-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:visible;border:0;background:transparent}.customer-order-list>article{grid-template-columns:minmax(0,1fr) auto;gap:13px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.customer-order-list time,.customer-order-recipient{grid-column:1}.customer-order-actions,.customer-order-amount,.customer-order-list article>.customer-status{grid-column:2;justify-self:end}.customer-order-actions{grid-row:3/span 2;align-self:end}.customer-recommendations{grid-template-columns:1fr}}@media (max-width:760px){.customer-dashboard-header{grid-template-columns:1fr auto;min-height:66px;padding:10px 18px}.customer-dashboard-header .shop-brand img{width:106px}.customer-header-account strong{max-width:110px}.customer-dashboard-shell{width:min(100% - 32px,1400px);padding-top:26px}.customer-dashboard-intro{align-items:flex-start;flex-direction:column}.customer-dashboard-intro h1{font-size:27px}.customer-buy-data,.customer-dashboard-ctas,.customer-reseller-cta{width:100%}.customer-dashboard-tabs{overflow-x:auto}.customer-store-link>div{grid-template-columns:38px minmax(0,1fr);gap:8px 12px;padding:15px}.customer-store-link>div>span{grid-row:1;width:38px;height:38px}.customer-store-link h2{font-size:16px}.customer-store-link p{font-size:12px}.customer-store-link code{grid-column:1/-1;font-size:11px}.customer-store-link-actions{grid-column:2;grid-row:1;justify-self:end}.customer-store-link-actions button{width:36px;height:36px}.customer-dashboard-tabs button{flex:1 1;min-width:78px;padding-inline:10px}.customer-dashboard-tabs>span{display:none}.customer-metrics{grid-template-columns:1fr 1fr;gap:10px}.customer-metrics article{min-height:82px;padding:13px}.customer-metrics article>span{width:36px;height:36px}.customer-metrics strong{font-size:16px}.customer-active-order{grid-template-columns:1fr}.customer-order-icon{display:none}.customer-active-order-main>header{align-items:flex-start}.customer-active-order-main>footer{grid-template-columns:auto 1fr}.customer-active-order-main>footer time{grid-column:1/-1}.customer-order-list{grid-template-columns:1fr}.customer-report-list article{grid-template-columns:1fr auto}.customer-report-list time{grid-column:1/-1}.reseller-application-view{grid-template-columns:1fr;gap:28px;min-height:0;padding:28px 22px}.reseller-application-copy h2{font-size:26px}.reseller-application-form{padding:20px}.reseller-workspace-head{align-items:flex-start;flex-direction:column}.reseller-store-actions{width:100%}.reseller-store-actions>a{flex:1 1;justify-content:center}.reseller-storefront-form>header{align-items:flex-start;padding:15px 16px}.reseller-storefront-form h3{font-size:16px}.reseller-config-actions{align-items:flex-end;flex-direction:column}.reseller-details-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid #cbd8e7;border-radius:8px;background:#fff;color:#0b4f8a;font:inherit;font-size:9px;font-weight:900;cursor:pointer}.reseller-details-toggle svg{width:14px;height:14px}.reseller-storefront-fields{grid-template-columns:1fr;padding:14px 16px}.reseller-storefront-fields:not(.is-open){display:none}.reseller-pricing-toolbar{align-items:flex-start;flex-direction:column;gap:10px;padding:12px 16px}.reseller-network-filters{width:100%;max-width:none}.reseller-price-table{max-height:min(42vh,350px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.reseller-price-head{display:none}.reseller-price-row{grid-template-columns:minmax(0,1fr) minmax(118px,.8fr) 32px;gap:7px 10px;min-width:0;min-height:92px;padding:12px 16px}.reseller-price-row>strong:first-child{grid-column:1;grid-row:1}.reseller-wholesale-price{grid-column:1;grid-row:2;color:#64748b;font-size:9px}.reseller-wholesale-price:before{content:"Wholesale · ";font-weight:800}.reseller-retail-price{grid-column:2;grid-row:1/span 2;min-height:40px}.reseller-profit{grid-column:1/span 2;grid-row:3;font-size:10px}.reseller-profit:before{content:"Profit · ";color:#64748b;font-weight:800}.reseller-publish-toggle{grid-column:3;grid-row:1/span 2;align-items:center;flex-direction:column;justify-self:end}.reseller-publish-toggle span{display:block;font-size:8px}.reseller-fulfilment-warning,.reseller-storefront-form>.storefront-auth-message{margin:12px 16px 0}.reseller-storefront-form>footer{align-items:stretch;flex-direction:column;gap:10px;padding:14px 16px}.reseller-storefront-form>footer button{width:100%}.reseller-sales-list{grid-template-columns:1fr}}@media (max-width:480px){.customer-header-account strong,.customer-header-account>svg{display:none}.customer-dashboard-tabs{overflow-x:auto}.customer-dashboard-tabs button{flex:0 0 auto;min-width:max-content;padding-inline:10px;font-size:12px}.customer-metrics{grid-template-columns:1fr}.customer-section-heading{align-items:flex-start;flex-wrap:wrap}.customer-section-heading>button{width:100%;margin-left:0;text-align:left}.customer-active-order-main>header{flex-direction:column}.customer-order-progress span{font-size:8px}.customer-order-list>article{grid-template-columns:minmax(0,1fr);padding:14px}.customer-order-actions,.customer-order-amount,.customer-order-list article>.customer-status,.customer-order-list time,.customer-order-recipient,.customer-order-summary{grid-column:1;grid-row:auto;justify-self:start}.customer-order-actions{align-self:auto}.customer-recommendations article{grid-template-columns:40px minmax(0,1fr)}.customer-recommendations article>span{width:40px;height:40px}.customer-recommendations a{grid-column:2}.customer-order-filters{overflow-x:auto}.customer-order-filters button{flex:0 0 auto}.customer-bundle-grid{grid-template-columns:1fr}.customer-report-backdrop{align-items:end;padding:0}.customer-report-modal{width:100%;max-height:94vh;border-right:0;border-bottom:0;border-left:0;border-radius:8px 8px 0 0}.customer-dashboard-ctas{align-items:stretch;flex-direction:column}.reseller-metrics{grid-template-columns:1fr}.reseller-review-state{min-height:330px;padding:28px 20px}.reseller-review-state h2{font-size:22px}}.accounting-filter-panel .panel-heading{align-items:flex-start}.accounting-filter-panel .page-subtitle strong{color:var(--foreground);font-weight:800}.accounting-filter-panel .page-subtitle code{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:6px;padding:1px 6px;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.accounting-period-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}.accounting-period-pill{display:inline-flex;align-items:center;gap:7px;min-height:30px;border:1px solid var(--border-soft);border-radius:var(--radius-pill);background:var(--surface-muted);color:var(--primary);padding:0 12px;font-size:12px;font-weight:900}.accounting-period-pill svg{width:14px;height:14px;color:var(--foreground-muted)}.accounting-filter-active{display:inline-flex;align-items:center;min-height:30px;border-radius:var(--radius-pill);background:var(--primary-tint);color:var(--primary);padding:0 12px;font-size:11px;font-weight:800;max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accounting-filter-active.muted{background:var(--surface-muted);color:var(--foreground-muted)}.accounting-filter-grid{display:grid;grid-template-columns:minmax(220px,1.4fr) 150px 150px 160px 160px auto;gap:10px;align-items:center;margin-top:6px}.accounting-select{width:100%;border:0;outline:0;background:transparent;color:var(--foreground);font:inherit;font-size:13px;font-weight:700;cursor:pointer}.accounting-filter-help{margin:10px 0 0;color:var(--foreground-muted);font-size:11px;line-height:1.5;font-weight:600}.accounting-filter-help code{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:5px;padding:1px 5px;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.stacked-cell{display:inline-flex;flex-direction:column;gap:2px;min-width:0;line-height:1.25}.stacked-cell strong{color:var(--foreground);font-weight:900;font-size:13px}.stacked-cell span{color:var(--foreground-muted);font-size:11px;font-weight:700}.mono{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;letter-spacing:-.01em}.danger-cell{color:var(--danger);font-weight:900}.table-link{color:var(--primary);font-weight:900;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(0,30,64,.18)}.table-link:hover{text-decoration-color:var(--primary)}.accounting-footnote{margin-top:18px;border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-card);padding:20px 22px}.accounting-footnote h3{margin:0 0 10px;color:var(--primary);font-size:14px;font-weight:900}.accounting-footnote ol{margin:0 0 12px 18px;padding:0;color:var(--foreground-muted);font-size:13px;line-height:1.6;font-weight:500}.accounting-footnote ol strong{color:var(--foreground)}.accounting-footnote ol code{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:5px;padding:1px 5px;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}@media (max-width:1200px){.accounting-filter-grid{grid-template-columns:minmax(180px,1fr) 140px 140px 140px 140px auto}}@media (max-width:980px){.accounting-filter-grid{grid-template-columns:1fr 1fr}.accounting-filter-grid .search-button{grid-column:1/-1}}@media (max-width:560px){.accounting-filter-grid{grid-template-columns:1fr}}.payments-filter-panel .panel-heading{align-items:flex-start}.payments-filter-grid{display:grid;grid-template-columns:minmax(220px,1.6fr) 150px 150px 180px 150px 150px auto;gap:10px;align-items:center;margin-top:6px}.provider-pill{display:inline-flex;align-items:center;gap:6px;min-height:30px;border:1px solid var(--border-soft);border-radius:var(--radius-pill);padding:0 12px;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.provider-pill.is-live{background:var(--success-soft);color:var(--success);border-color:rgba(19,122,58,.2)}.provider-pill.is-missing{background:var(--danger-soft);color:var(--danger);border-color:rgba(192,31,46,.2)}.provider-pill .status-dot{width:7px;height:7px;border-radius:999px;background:currentColor}.provider-banner{display:flex;align-items:flex-start;gap:12px;margin-top:14px;border-radius:var(--radius-md);padding:12px 14px;font-size:13px;line-height:1.5}.provider-banner.is-missing{background:var(--danger-soft);border:1px solid rgba(192,31,46,.18);color:#7a1212}.provider-banner svg{width:20px;height:20px;flex:0 0 20px;margin-top:1px}.provider-banner strong{display:block;font-weight:900;margin-bottom:2px}.provider-banner span{display:block;font-weight:600;color:#7a1212;opacity:.9}.provider-banner code{background:#fff;border:1px solid rgba(192,31,46,.18);border-radius:5px;padding:1px 5px;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}@media (max-width:1280px){.payments-filter-grid{grid-template-columns:minmax(180px,1fr) 140px 140px 160px 140px 140px auto}}@media (max-width:1080px){.payments-filter-grid{grid-template-columns:1fr 1fr 1fr}.payments-filter-grid .search-button{grid-column:1/-1}}@media (max-width:640px){.payments-filter-grid{grid-template-columns:1fr}}.users-filter-panel .panel-heading{align-items:flex-start}.users-filter-grid{display:grid;grid-template-columns:minmax(220px,1.7fr) 150px 160px 150px 140px 150px 150px auto;gap:10px;align-items:center;margin-top:6px}.users-filter-actions{display:flex;align-items:center;gap:16px;margin-top:12px;flex-wrap:wrap}.users-filter-actions .accounting-filter-help{flex:1 1;min-width:240px}.profile-pill.is-missing{background:var(--danger-soft);color:var(--danger);border:1px solid rgba(192,31,46,.18)}.profile-pill.is-inactive{background:var(--neutral-soft);color:var(--neutral);border:1px solid rgba(71,84,103,.16)}@media (max-width:1350px){.users-filter-grid{grid-template-columns:minmax(180px,1fr) 140px 140px 140px 130px 140px 140px auto}}@media (max-width:1100px){.users-filter-grid{grid-template-columns:1fr 1fr 1fr 1fr}.users-filter-grid .search-button{grid-column:1/-1}}@media (max-width:640px){.users-filter-grid{grid-template-columns:1fr}}.shop-main-nav a:first-child{color:#667085}.shop-main-nav a:hover{color:#071a31}.shop-main-nav a:hover:after{position:absolute;right:0;bottom:-10px;left:0;height:3px;background:#ff6a00;content:""}.shop-topbar.is-dark .shop-main-nav a,.shop-topbar.is-dark .shop-main-nav a:first-child{color:rgba(255,255,255,.82)}.shop-topbar.is-dark .shop-main-nav a:hover{color:#fff}.shop-topbar.is-dark .shop-main-nav a:hover:after{background:#ff8a1f}.shop-mobile-info-menu{display:none}.shop-information{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:min(1440px,calc(100% - (var(--shop-gutter) * 2)));margin:28px auto 36px}.shop-information-section{padding:28px;border:1px solid #e3e8ef;border-radius:8px}.shop-information-section>header{margin-bottom:22px}.shop-information-section>header>span{color:#e85f00;font-size:12px;font-weight:900;text-transform:uppercase}.shop-information-section h2{margin:6px 0 0;color:#071a31;font-size:24px;letter-spacing:0}#faqs,#how-it-works{scroll-margin-top:96px}.shop-how-it-works{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;margin:0;padding:0;list-style:none}.shop-how-it-works li{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px}.shop-how-it-works b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff1e8;color:#e85f00;font-size:13px}.shop-how-it-works div{display:grid;gap:4px}.shop-how-it-works strong{color:#071a31}.shop-how-it-works span{color:#667085;line-height:1.5}.shop-faq-list{display:grid;gap:0;border-top:1px solid #e3e8ef}.shop-faq-list details{border-bottom:1px solid #e3e8ef}.shop-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 0;color:#071a31;font-size:14px;font-weight:800;cursor:pointer}.shop-faq-list summary::marker{content:""}.shop-faq-list summary:after{color:#e85f00;content:"+";font-size:20px;font-weight:400}.shop-faq-list details[open] summary:after{content:"-"}.shop-faq-list p{margin:-4px 0 16px;color:#667085;line-height:1.6}.shop-faq-list a{color:#e85f00;font-weight:800}@media (max-width:1200px){.shop-main-nav{gap:20px;margin-left:20px}.shop-main-nav a{font-size:13px}}@media (max-width:980px){.guided-header-steps,.shop-main-nav{display:none}.shop-mobile-info-menu{position:relative;display:block;margin-left:auto}.shop-mobile-info-menu summary{display:inline-flex;align-items:center;gap:5px;min-height:38px;padding:0 10px;color:#071a31;font-size:13px;font-weight:800;cursor:pointer;list-style:none}.shop-mobile-info-menu summary::-webkit-details-marker{display:none}.shop-mobile-info-menu summary svg{width:16px;height:16px;transition:transform .16s ease}.shop-mobile-info-menu[open] summary svg{transform:rotate(180deg)}.shop-topbar.is-dark .shop-mobile-info-menu summary{color:#fff}.shop-mobile-info-links{position:absolute;top:calc(100% + 8px);right:0;z-index:10;display:grid;min-width:200px;padding:8px;border:1px solid #d8dee8;border-radius:8px;background:#fff;box-shadow:0 16px 34px rgba(7,26,49,.16)}.shop-mobile-info-links a{padding:10px 12px;border-radius:6px;color:#071a31;font-size:13px;font-weight:800}.shop-mobile-info-links a:hover{background:#f4f7fa}.shop-information{grid-template-columns:1fr}}@media (max-width:560px){.shop-mobile-info-menu{margin-left:auto}.shop-mobile-info-menu summary{padding-inline:7px}.shop-mobile-info-menu summary span{display:none}.shop-information{width:min(100% - 32px,1440px);margin:18px auto 28px;gap:14px}.shop-information-section{padding:22px 18px}.shop-information-section h2{font-size:21px}.shop-how-it-works{grid-template-columns:1fr;gap:16px}}.website-ownership-panel{display:grid;gap:18px;padding:24px}.website-ownership-copy{max-width:760px;margin:0;color:var(--foreground-muted);font-size:13px;line-height:1.65}.website-owner-assignment-form{display:flex;align-items:end;gap:12px;max-width:760px}.website-owner-assignment-form label{display:grid;flex:1 1;gap:7px}.website-owner-assignment-form label>span,.website-owner-summary small,.website-ownership-footer>span{color:var(--foreground-muted);font-size:11px}.website-owner-assignment-form select{min-height:44px;width:100%;border:1px solid var(--border-soft);border-radius:6px;background:#fff;color:var(--primary);padding:0 12px}.website-owner-summary{display:flex;align-items:center;gap:12px;max-width:760px;padding:14px;border:1px solid var(--border-soft);border-radius:6px;background:#f8fafc}.website-owner-avatar{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:6px;background:var(--primary-tint);color:var(--primary);font-weight:800}.website-owner-summary>div{display:grid;gap:3px;min-width:0}.website-owner-summary strong{color:var(--primary);font-size:14px}.website-ownership-state{margin-left:auto;border-radius:999px;background:#eef2f7;color:var(--foreground-muted);padding:5px 8px;font-size:10px;font-weight:800;text-transform:uppercase}.website-ownership-state.is-active{background:var(--success-soft);color:#087d42}.website-ownership-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:760px;padding-top:16px;border-top:1px solid var(--border-soft)}.website-owner-empty{display:flex;align-items:center;gap:12px;max-width:620px;padding:18px;border:1px dashed var(--border-soft);border-radius:6px;color:var(--foreground-muted)}.website-owner-empty svg{width:20px;height:20px;color:var(--primary)}.website-owner-empty>div{display:grid;gap:3px}.website-owner-empty strong{color:var(--primary);font-size:13px}.website-owner-empty small{font-size:11px;line-height:1.45}@media (max-width:700px){.website-owner-assignment-form,.website-ownership-footer{align-items:stretch;flex-direction:column}.website-owner-assignment-form .website-primary-action{justify-content:center}.website-owner-summary{align-items:flex-start;flex-wrap:wrap}.website-ownership-state{margin-left:50px}}.reseller-team,.reseller-team-pending{display:grid;gap:16px;margin-top:22px;padding:20px;border:1px solid var(--border-soft);border-radius:6px;background:#fff}.reseller-team-head,.reseller-team-pending{display:flex;align-items:center;justify-content:space-between;gap:18px}.reseller-team-head>div,.reseller-team-pending>div{display:grid;gap:4px}.reseller-team-head small,.reseller-team-pending small{color:var(--foreground-muted);font-size:10px;font-weight:800;text-transform:uppercase}.reseller-team-head h3,.reseller-team-pending h3{margin:0;color:var(--primary);font-size:18px}.reseller-team-head p,.reseller-team-pending p{margin:0;color:var(--foreground-muted);font-size:12px;line-height:1.45}.reseller-team-head>button,.reseller-team-invite>button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;padding:0 13px;font-weight:800}.reseller-team-head>button svg,.reseller-team-invite>button svg{width:16px;height:16px}.reseller-team-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft)}.reseller-team-metrics span{display:grid;gap:3px;padding:12px 14px;border-right:1px solid var(--border-soft)}.reseller-team-metrics span:last-child{border-right:0}.reseller-team-metrics strong{color:var(--primary);font-size:18px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.reseller-team-metrics small{color:var(--foreground-muted);font-size:10px}.reseller-team-invite{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:10px;padding:14px;border-radius:6px;background:#f8fafc}.reseller-team-invite label{display:grid;gap:6px}.reseller-team-invite label>span{color:var(--foreground-muted);font-size:10px;font-weight:700}.reseller-team-invite input{width:100%;min-height:40px;border:1px solid var(--border-soft);border-radius:5px;background:#fff;color:var(--primary);padding:0 10px}.reseller-invite-result{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--primary-fixed-dim);border-radius:6px;background:var(--primary-tint)}.reseller-invite-result>div{display:grid;gap:4px;min-width:0;flex:1 1}.reseller-invite-result strong{color:var(--primary);font-size:12px}.reseller-invite-result code{overflow:hidden;color:var(--foreground-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.reseller-invite-result button,.reseller-team-actions button{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid var(--primary-fixed-dim);border-radius:5px;background:#fff;color:var(--primary)}.reseller-invite-result button svg,.reseller-team-actions button svg{width:15px;height:15px}.reseller-team-actions button.is-danger{border-color:rgba(220,38,38,.28);color:var(--danger)}.reseller-team-list{display:grid;border:1px solid var(--border-soft);border-radius:6px;overflow:hidden}.reseller-team-list article,.reseller-team-list-head{display:grid;grid-template-columns:minmax(170px,1.5fr) 100px 94px 110px 112px;align-items:center;gap:12px}.reseller-team-list-head{min-height:38px;padding:0 14px;background:#f8fafc;color:var(--foreground-muted);font-size:9px;font-weight:800;text-transform:uppercase}.reseller-team-list article{min-height:68px;padding:9px 14px;border-top:1px solid var(--border-soft)}.reseller-team-user{display:flex;align-items:center;gap:9px;min-width:0}.reseller-team-user>span{display:inline-grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:var(--primary-tint);color:var(--primary);font-size:12px;font-weight:800}.reseller-team-orders,.reseller-team-user>div{display:grid;gap:3px;min-width:0}.reseller-team-orders strong,.reseller-team-user strong{overflow:hidden;color:var(--primary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.reseller-team-list time,.reseller-team-orders small,.reseller-team-user small{color:var(--foreground-muted);font-size:10px}.reseller-team-actions{display:flex;justify-content:flex-end;gap:6px}.reseller-team-empty{display:flex;align-items:center;gap:10px;padding:20px 0;color:var(--foreground-muted)}.reseller-team-empty svg,.reseller-team-pending>span svg{width:24px;height:24px;color:var(--primary)}.reseller-team-empty>div{display:grid;gap:4px}.reseller-team-empty strong{color:var(--primary);font-size:13px}.reseller-team-empty small{font-size:11px}@media (max-width:760px){.reseller-team-head,.reseller-team-pending{align-items:flex-start;flex-direction:column}.reseller-team-head>button{width:100%}.reseller-team-invite{grid-template-columns:1fr}.reseller-team-invite>button{width:100%}.reseller-team-list{overflow:visible;border:0}.reseller-team-list-head{display:none}.reseller-team-list article{grid-template-columns:1fr auto;gap:10px;min-height:0;margin-bottom:8px;padding:13px;border:1px solid var(--border-soft);border-radius:6px}.reseller-team-list article>.customer-status{justify-self:end}.reseller-team-list time,.reseller-team-orders{grid-column:1/2}.reseller-team-actions{grid-column:2/3;grid-row:3/5;align-self:end}}.shop-topbar:not(.is-dark) .shop-main-nav{margin-right:0;margin-left:auto}.shop-topbar:not(.is-dark) .storefront-account-nav{margin-left:18px}.shop-template-split .shop-bundle-options button{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:232px;gap:0;padding:20px;border:1px solid #dce3ec;border-top:4px solid #ffcb05;border-radius:8px;background:#fff;color:#071a31;box-shadow:0 8px 24px rgba(7,26,49,.06)}.shop-template-split .shop-bundle-options button.network-airteltigo,.shop-template-split .shop-bundle-options button.network-at,.shop-template-split .shop-bundle-options button.network-mtn,.shop-template-split .shop-bundle-options button.network-telecel{border-color:#ffcb05 #dce3ec #dce3ec;background:#fff;color:#071a31}.shop-template-split .shop-bundle-options button.is-selected,.shop-template-split .shop-bundle-options button:hover{border-color:#ff7a12 #0b4f8a #0b4f8a;box-shadow:0 12px 28px rgba(7,26,49,.12);transform:translateY(-3px)}.shop-template-split .shop-bundle-options button .shop-network-mark,.shop-template-split .shop-bundle-options button.network-airteltigo .shop-network-mark,.shop-template-split .shop-bundle-options button.network-at .shop-network-mark,.shop-template-split .shop-bundle-options button.network-telecel .shop-network-mark{width:42px;height:42px;flex-basis:42px;border:0;border-radius:8px;background:#ffcb05;color:#071a31}.storefront-bundle-head{display:flex;align-items:center;gap:12px;min-width:0}.storefront-bundle-head>span{display:grid;gap:3px;min-width:0}.storefront-bundle-footer small,.storefront-bundle-head small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase;opacity:1}.storefront-bundle-head strong{color:#071a31;font-size:23px;line-height:1}.storefront-bundle-delivery{align-self:start;margin-top:18px;color:#667085;font-size:11px;font-weight:700;opacity:1}.storefront-bundle-footer{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:auto}.storefront-bundle-footer>span:first-child{display:grid;gap:4px}.storefront-bundle-footer b{color:#071a31;font-size:17px}.storefront-bundle-footer>span:last-child{color:#0b4f8a;font-size:10px;font-weight:950;opacity:1}.shop-template-split .shop-bundle-options button>small.storefront-bundle-badge{position:absolute;top:16px;right:16px;padding:5px 8px;border-radius:5px;background:#e7f0fb;color:#0b4f8a;font-size:9px;font-weight:900}@media (max-width:560px){.shop-template-split .shop-bundle-options button{min-height:210px}}.reseller-owner-profiles{display:grid;gap:14px;padding-top:18px;border-top:1px solid var(--border-soft)}.reseller-owner-profiles.is-blocked{grid-template-columns:auto minmax(0,1fr);align-items:start;padding:16px;border:1px solid var(--border-soft);border-radius:6px;background:#f8fafc}.reseller-owner-profiles.is-blocked>svg{width:24px;height:24px;color:var(--primary)}.reseller-owner-profiles-head>div,.reseller-owner-profiles.is-blocked>div{display:grid;gap:4px}.reseller-owner-profiles small,.reseller-profile-dialog small{color:var(--foreground-muted);font-size:10px;font-weight:800;text-transform:uppercase}.reseller-owner-profiles h3,.reseller-profile-dialog h3{margin:0;color:var(--primary);font-size:17px}.reseller-owner-profiles p,.reseller-profile-dialog p{margin:0;color:var(--foreground-muted);font-size:12px;line-height:1.45}.reseller-owner-profiles-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.reseller-owner-profiles-head>button,.reseller-profile-dialog footer button:last-child{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;padding:0 12px;font-size:12px;font-weight:800}.reseller-owner-profiles-head>button svg{width:15px;height:15px}.reseller-owner-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:10px}.reseller-owner-profile-grid article{display:grid;gap:12px;min-width:0;padding:14px;border:1px solid var(--border-soft);border-radius:6px;background:#fff}.reseller-owner-profile-title{display:flex;align-items:flex-start;gap:9px;min-width:0}.reseller-owner-profile-title>span{display:inline-grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:6px;background:var(--primary-tint);color:var(--primary)}.reseller-owner-profile-title>span svg{width:17px;height:17px}.reseller-owner-profile-title>div{display:grid;gap:3px;min-width:0;flex:1 1}.reseller-owner-profile-title strong{overflow:hidden;color:var(--primary);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.reseller-owner-profile-title small{overflow:hidden;color:var(--foreground-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.reseller-owner-profile-title em{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#eef2f7;color:var(--foreground-muted);font-size:9px;font-style:normal;font-weight:800;text-transform:uppercase}.reseller-owner-profile-title em.is-active{background:#dcfce7;color:#15803d}.reseller-owner-profile-meta{display:flex;gap:8px;color:var(--foreground-muted);font-size:10px}.reseller-owner-profile-meta span{padding:5px 7px;border:1px solid var(--border-soft);border-radius:5px}.reseller-owner-profile-preview{display:grid;gap:5px;min-width:0}.reseller-owner-profile-preview span{display:flex;justify-content:space-between;gap:8px;color:var(--foreground-muted);font-size:10px}.reseller-owner-profile-preview b{color:var(--primary);font-weight:800}.reseller-owner-profile-actions{display:flex;justify-content:flex-end;gap:7px;padding-top:2px;border-top:1px solid var(--border-soft)}.reseller-owner-profile-actions button{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid var(--primary-fixed-dim);border-radius:5px;background:#fff;color:var(--primary)}.reseller-owner-profile-actions button.is-danger{border-color:rgba(220,38,38,.28);color:var(--danger)}.reseller-owner-profile-actions button:disabled{cursor:not-allowed;opacity:.42}.reseller-owner-profile-actions svg{width:14px;height:14px}.reseller-owner-profiles-empty{display:flex;align-items:center;gap:10px;padding:18px 0;color:var(--foreground-muted)}.reseller-owner-profiles-empty>svg{width:22px;height:22px;color:var(--primary)}.reseller-owner-profiles-empty>div{display:grid;gap:3px}.reseller-owner-profiles-empty strong{color:var(--primary);font-size:12px}.reseller-owner-profiles-empty small{color:var(--foreground-muted);font-size:10px}.reseller-profile-dialog-backdrop{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:20px;overflow-y:auto;background:rgba(7,20,39,.48)}.reseller-profile-dialog{width:min(720px,100%);max-height:min(760px,calc(100dvh - 40px));display:grid;overflow:hidden;border:1px solid var(--border-soft);border-radius:8px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.28)}.reseller-profile-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 19px;border-bottom:1px solid var(--border-soft)}.reseller-profile-dialog>header>div{display:grid;gap:4px}.reseller-profile-dialog>header>button{display:inline-grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border:1px solid var(--border-soft);border-radius:50%;background:#fff;color:var(--primary)}.reseller-profile-dialog>header>button svg{width:16px;height:16px}.reseller-profile-dialog form{display:grid;gap:15px;overflow-y:auto;padding:19px}.reseller-profile-form-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.reseller-profile-form-fields label,.reseller-reseller-activation>label{display:grid;gap:6px}.reseller-profile-form-fields label>span,.reseller-reseller-activation label>span{color:var(--foreground-muted);font-size:10px;font-weight:800;text-transform:uppercase}.reseller-profile-form-fields input,.reseller-reseller-activation select{width:100%;min-height:40px;border:1px solid var(--border-soft);border-radius:5px;background:#fff;color:var(--primary);padding:0 10px}.reseller-profile-form-fields .reseller-profile-active{display:flex;grid-column:1/-1;align-items:center;gap:8px}.reseller-profile-active input{width:16px;min-height:16px;height:16px;accent-color:var(--primary)}.reseller-profile-active span{color:var(--primary);font-size:12px;font-weight:700}.reseller-profile-rate-note{display:flex;gap:8px;align-items:center;padding:10px;border:1px solid #bfdbfe;border-radius:5px;background:#eff6ff;color:#1d4ed8;font-size:11px}.reseller-profile-rate-note svg{flex:0 0 auto;width:16px;height:16px}.reseller-profile-tier-list{display:grid;overflow:hidden;border:1px solid var(--border-soft);border-radius:6px}.reseller-profile-tier,.reseller-profile-tier-head{display:grid;grid-template-columns:minmax(0,1.1fr) .8fr minmax(120px,1fr);align-items:center;gap:10px;padding:9px 11px}.reseller-profile-tier-head{background:#f8fafc;color:var(--foreground-muted);font-size:9px;font-weight:800;text-transform:uppercase}.reseller-profile-tier{border-top:1px solid var(--border-soft);color:var(--foreground-muted);font-size:11px}.reseller-profile-tier strong{color:var(--primary);font-size:11px}.reseller-profile-price-input{display:flex;align-items:center;min-width:0;border:1px solid var(--border-soft);border-radius:5px;background:#fff}.reseller-profile-price-input b{padding-left:8px;color:var(--foreground-muted);font-size:10px}.reseller-profile-price-input input{width:100%;min-width:0;height:32px;border:0;outline:0;color:var(--primary);padding:0 8px;font-weight:700}.reseller-profile-dialog footer{display:flex;justify-content:flex-end;gap:8px;padding-top:2px}.reseller-profile-dialog footer button:first-child{min-height:38px;border:1px solid var(--border-soft);border-radius:6px;background:#fff;color:var(--primary);padding:0 12px;font-weight:700}.reseller-profile-dialog footer button:disabled{cursor:not-allowed;opacity:.6}.reseller-profile-dialog footer button svg{width:15px;height:15px}.reseller-reseller-activation{gap:18px;padding-bottom:18px}.reseller-reseller-activation>footer,.reseller-reseller-activation>label,.reseller-reseller-activation>p{margin-right:19px;margin-left:19px}.reseller-reseller-activation>p{margin-top:18px}.reseller-reseller-activation>footer{margin-top:4px}@media (max-width:760px){.reseller-owner-profiles-head{align-items:flex-start;flex-direction:column}.reseller-owner-profiles-head>button{width:100%}.reseller-owner-profile-grid{grid-template-columns:1fr}.reseller-profile-dialog-backdrop{align-items:start;padding:10px}.reseller-profile-dialog{max-height:calc(100dvh - 20px)}.reseller-profile-form-fields{grid-template-columns:1fr}.reseller-profile-tier-head{display:none}.reseller-profile-tier{grid-template-columns:minmax(0,1fr) minmax(118px,1fr);gap:8px}.reseller-profile-tier>span:nth-child(2){grid-column:1/2;color:var(--foreground-muted)}.reseller-profile-tier>span:nth-child(3){grid-column:2/3;grid-row:1/3}}.personal-retail-price-head,.personal-retail-price-row{grid-template-columns:minmax(170px,1.3fr) 130px minmax(160px,.8fr) 130px;min-width:660px}@media (max-width:720px){.personal-retail-price-row{grid-template-columns:minmax(0,1fr) minmax(118px,.8fr);min-width:0}.personal-retail-price-row .reseller-profit{grid-column:1/span 2}}.payout-workspace{display:grid;gap:22px}.payout-workspace-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.payout-workspace-head>div{display:grid;gap:5px}.payout-history small,.payout-recipient-form small,.payout-request-form small,.payout-workspace-head small{color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase}.payout-history h3,.payout-recipient-form h3,.payout-request-form h3,.payout-workspace-head h2{margin:0;color:#071a31;letter-spacing:0}.payout-workspace-head h2{font-size:27px}.payout-workspace-head p{max-width:600px;margin:0;color:#667085;font-size:13px;line-height:1.5}.payout-recipient-trigger,.payout-request-form>button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:0;border-radius:7px;background:#ff7a12;color:#fff;font:inherit;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.payout-recipient-trigger{padding:0 15px}.payout-recipient-trigger svg,.payout-request-form>button svg{width:16px;height:16px}.payout-recipient-trigger:hover,.payout-request-form>button:hover{background:#e96700}.payout-recipient-trigger:focus-visible,.payout-request-form>button:focus-visible{outline:3px solid #ffd6b4;outline-offset:2px}.payout-balance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.payout-balance-grid article{display:flex;align-items:center;gap:13px;min-height:92px;padding:16px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.payout-balance-grid article>span{display:grid;width:40px;height:40px;place-items:center;flex:0 0 auto;border-radius:8px;background:#e7f0fb;color:#0b4f8a}.payout-balance-grid article>span svg{width:19px;height:19px}.payout-balance-grid article>div{display:grid;min-width:0;gap:4px}.payout-balance-grid small{color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase}.payout-balance-grid strong{overflow:hidden;color:#071a31;font-size:19px;text-overflow:ellipsis;white-space:nowrap}.payout-recipient-form{display:grid;gap:16px;padding:18px;border:1px solid #d5dfeb;border-radius:8px;background:#f8fbff}.payout-recipient-form>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.payout-recipient-form>header>div{display:grid;gap:4px}.payout-recipient-form>header>button{display:grid;width:32px;height:32px;place-items:center;border:1px solid #dce3ec;border-radius:6px;background:#fff;color:#475569;cursor:pointer}.payout-recipient-form>header>button svg{width:16px;height:16px}.payout-recipient-form>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.payout-recipient-form label,.payout-request-form label{display:grid;min-width:0;gap:6px}.payout-recipient-form label>span,.payout-request-form label>span{color:#475569;font-size:10px;font-weight:900;text-transform:uppercase}.payout-recipient-form input,.payout-recipient-form select,.payout-request-form input,.payout-request-form select{width:100%;min-width:0;height:40px;border:1px solid #cfd8e3;border-radius:6px;background:#fff;color:#071a31;padding:0 11px;font:inherit;font-size:13px;outline:0}.payout-recipient-form input:focus,.payout-recipient-form select:focus,.payout-request-form input:focus,.payout-request-form select:focus{border-color:#ff7a12;box-shadow:0 0 0 3px #fff0e5}.payout-recipient-form footer{display:flex;justify-content:flex-end}.payout-recipient-form footer button{min-height:40px;border:0;border-radius:6px;background:#071a31;color:#fff;padding:0 14px;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.payout-request-form{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(170px,1fr) minmax(130px,.7fr) auto;align-items:end;gap:14px;padding:18px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.payout-request-form>div{display:grid;gap:4px}.payout-request-form h3{font-size:17px}.payout-request-form p{margin:0;color:#667085;font-size:12px;line-height:1.45}.payout-request-form>button{padding:0 16px}.payout-recipient-form footer button:disabled,.payout-request-form>button:disabled{cursor:not-allowed;opacity:.55}.payout-empty{display:flex;align-items:center;gap:14px;min-height:90px;padding:17px;border:1px dashed #cbd5e1;border-radius:8px;color:#334155}.payout-empty>svg{width:24px;height:24px;flex:0 0 auto;color:#0b4f8a}.payout-empty>div{display:grid;gap:3px}.payout-empty strong{color:#071a31;font-size:13px}.payout-empty p{margin:0;color:#667085;font-size:12px;line-height:1.45}.payout-empty.compact{min-height:72px}.payout-history{display:grid;gap:12px}.payout-history>header{display:flex;align-items:end;justify-content:space-between;gap:16px}.payout-history>header>div{display:grid;gap:4px}.payout-history>header>span{color:#64748b;font-size:11px;font-weight:800}.payout-history-list{overflow:hidden;border:1px solid #dce3ec;border-radius:8px;background:#fff}.payout-history-list article{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(100px,.8fr);align-items:center;gap:16px;padding:14px 16px;border-bottom:1px solid #e9eef4}.payout-history-list article:last-child{border-bottom:0}.payout-history-list article>div:first-child{display:grid;min-width:0;gap:3px}.payout-history-list article strong{color:#071a31;font-size:14px}.payout-history-list article span:not(.customer-status){color:#475569;font-size:12px}.payout-history-list article small,.payout-history-list article span:not(.customer-status){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payout-history-action{display:grid;justify-items:end;gap:6px;min-width:0}.payout-history-action small{color:#a34119;font-size:10px;font-weight:700;text-transform:none}.payout-history-action button{min-height:30px;border:1px solid #d5dfeb;border-radius:6px;background:#fff;color:#0b4f8a;padding:0 10px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.payout-loading{display:flex;align-items:center;gap:10px;min-height:120px;color:#667085;font-size:13px;font-weight:700}.payout-loading span{width:18px;height:18px;border:2px solid #dce3ec;border-top-color:#ff7a12;border-radius:50%;animation:payout-spin .8s linear infinite}@keyframes payout-spin{to{transform:rotate(1turn)}}@media (max-width:900px){.payout-recipient-form>div,.payout-request-form{grid-template-columns:repeat(2,minmax(0,1fr))}.payout-request-form>div{grid-column:1/-1}.payout-request-form>button{width:100%}}@media (max-width:620px){.payout-workspace-head{flex-direction:column}.payout-recipient-trigger{width:100%}.payout-balance-grid,.payout-recipient-form>div,.payout-request-form{grid-template-columns:1fr}.payout-request-form>div{grid-column:auto}.payout-history-list article{grid-template-columns:minmax(0,1fr) auto;gap:10px}.payout-history-action{grid-column:1/-1;justify-items:start}}.payout-recipients-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payout-recipients-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:13px 14px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.payout-recipients-list article>div{display:grid;min-width:0;gap:3px}.payout-recipients-list strong{color:#071a31;font-size:13px}.payout-recipients-list span:not(.customer-status){overflow:hidden;color:#475569;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.payout-recipients-list small{color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase}.payout-recipients-list button{min-height:30px;border:1px solid #fecaca;border-radius:6px;background:#fff;color:#b42318;padding:0 10px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.payout-recipients-list button:disabled{cursor:not-allowed;opacity:.55}.payout-ledger-positive{color:#087443;font-size:13px;white-space:nowrap}.payout-ledger-negative{color:#b42318;font-size:13px;white-space:nowrap}.payout-export-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.payout-export-actions .btn{min-height:34px;padding:0 10px;font-size:11px}.payout-action-buttons{display:inline-flex;gap:6px;flex-wrap:wrap}@media (max-width:720px){.payout-recipients-list{grid-template-columns:1fr}.payout-export-actions{justify-content:flex-start}}.operations-actions{display:flex;align-items:center;gap:16px;padding:14px 16px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.operations-actions>div{display:grid;gap:3px;min-width:0}.operations-actions small{color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase}.operations-actions p{margin:0;color:#667085;font-size:12px}.operations-actions>span{display:flex;flex:1 1;justify-content:flex-end;gap:8px;flex-wrap:wrap}.operations-actions .btn{min-height:34px;padding:0 10px;font-size:11px}.operations-action-message{margin-left:auto!important;color:#087443!important;font-size:11px!important;font-weight:700}@media (max-width:760px){.operations-actions{align-items:flex-start;flex-direction:column}.operations-actions>span{width:100%;justify-content:stretch}.operations-actions .btn{flex:1 1}.operations-action-message{margin-left:0!important}}.owner-operations-shell{width:min(100% - 80px,1400px);margin:0 auto;padding:38px 0 72px}.owner-operations-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:0 0 30px;border-bottom:1px solid #dce3ec}.owner-operations-identity{display:grid;gap:7px;min-width:0}.owner-operations-identity>small{color:#64748b;font-size:10px;font-weight:900;letter-spacing:0;text-transform:uppercase}.owner-operations-identity h1{margin:0;color:#071a31;font-size:36px;line-height:1.08;letter-spacing:0}.owner-operations-identity p{max-width:650px;margin:0;color:#667085;font-size:14px;line-height:1.55}.owner-operations-store-card{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:min(100%,390px);padding:14px 15px;border:1px solid #d5dfeb;border-radius:8px;background:#fff}.owner-operations-store-card>div{display:grid;min-width:0;gap:4px}.owner-operation-panel header small,.owner-operation-readiness header small,.owner-operations-store-card small{color:#64748b;font-size:10px;font-weight:900;letter-spacing:0;text-transform:uppercase}.owner-operations-store-card strong{overflow:hidden;color:#071a31;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.owner-attention-list button,.owner-operation-panel>header>button,.owner-operations-store-card a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;border:1px solid #cbd9e9;border-radius:6px;background:#fff;color:#07589f;padding:0 11px;font:inherit;font-size:11px;font-weight:900;text-decoration:none;white-space:nowrap}.owner-attention-list button:hover,.owner-operation-panel>header>button:hover,.owner-operations-store-card a:hover{border-color:#78ace2;background:#f3f8fe}.owner-operations-store-card a svg{width:15px;height:15px}.owner-operations-nav{display:flex;align-items:center;gap:3px;margin-top:19px;border-bottom:1px solid #dce3ec;overflow-x:auto;scrollbar-width:none}.owner-operations-nav::-webkit-scrollbar{display:none}.owner-operations-nav button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;border:0;border-bottom:3px solid transparent;background:transparent;color:#667085;padding:0 15px;font:inherit;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.owner-operations-nav button svg{width:16px;height:16px}.owner-operations-nav button.is-active{border-bottom-color:#ff7a12;color:#071a31}.owner-operations-nav>span{margin-left:auto;color:#64748b;font-size:10px;font-weight:800;white-space:nowrap}.owner-operations-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:26px}.owner-operation-metric{display:flex;align-items:flex-start;gap:12px;min-height:112px;padding:15px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.owner-operation-metric>span,.owner-readiness-grid article>span{display:grid;width:38px;height:38px;place-items:center;flex:0 0 auto;border-radius:7px;background:#e7f0fb;color:#07589f}.owner-operation-metric>span svg,.owner-readiness-grid article>span svg{width:18px;height:18px}.owner-operation-metric>div{display:grid;min-width:0;gap:4px}.owner-operation-metric small{color:#64748b;font-size:9px;font-weight:900;letter-spacing:0;text-transform:uppercase}.owner-operation-metric strong{overflow:hidden;color:#071a31;font-size:20px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.owner-operation-metric p{margin:0;color:#667085;font-size:11px;line-height:1.35}.owner-operation-readiness{margin-top:26px;padding:20px 0 23px;border-top:1px solid #dce3ec;border-bottom:1px solid #dce3ec}.owner-operation-panel>header,.owner-operation-readiness>header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.owner-operation-panel header>div,.owner-operation-readiness header>div{display:grid;gap:4px}.owner-operation-panel h2,.owner-operation-readiness h2{margin:0;color:#071a31;font-size:20px;letter-spacing:0}.owner-readiness-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.owner-readiness-grid article{display:flex;align-items:center;gap:11px;min-width:0;padding:12px 0}.owner-readiness-grid article>div{display:grid;min-width:0;gap:3px}.owner-readiness-grid small{color:#64748b;font-size:9px;font-weight:900;letter-spacing:0;text-transform:uppercase}.owner-readiness-grid strong{color:#071a31;font-size:13px}.owner-readiness-grid p,.owner-readiness-grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.owner-readiness-grid p{margin:0;color:#667085;font-size:11px}.owner-operation-state{display:inline-flex;align-items:center;width:fit-content;gap:5px;border:1px solid #dce3ec;border-radius:999px;background:#f8fafc;color:#475569;padding:4px 8px;font-size:10px;font-weight:900;line-height:1;text-transform:uppercase;white-space:nowrap}.owner-operation-state i{width:6px;height:6px;border-radius:50%;background:currentColor}.owner-operation-state.is-active,.owner-operation-state.is-processed{border-color:#b7efd2;background:#ecfdf3;color:#087443}.owner-operation-state.is-pending,.owner-operation-state.is-processing{border-color:#c9dcfa;background:#eff6ff;color:#07589f}.owner-operation-state.is-failed,.owner-operation-state.is-payment_failed,.owner-operation-state.is-suspended{border-color:#fecaca;background:#fff4f2;color:#b42318}.owner-operation-state.is-draft,.owner-operation-state.is-invited{border-color:#f4d6ae;background:#fff8e8;color:#a35a00}.owner-operations-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:28px;margin-top:28px}.owner-operation-panel{min-width:0;padding:0 0 22px;border-bottom:1px solid #dce3ec}.owner-operation-panel>header>span{color:#64748b;font-size:11px;font-weight:800}.owner-attention-list{display:grid;margin-top:14px;border-top:1px solid #e9eef4}.owner-attention-list article{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #e9eef4}.owner-attention-list article>span{display:grid;width:34px;height:34px;place-items:center;border-radius:6px;background:#fff4e9;color:#d85d00}.owner-attention-list article>span svg{width:17px;height:17px}.owner-attention-list article>div{display:grid;min-width:0;gap:3px}.owner-attention-list strong{color:#071a31;font-size:13px}.owner-attention-list p{margin:0;color:#667085;font-size:11px;line-height:1.4}.owner-attention-list button{cursor:pointer}.owner-operation-empty{display:flex;align-items:center;gap:12px;min-height:116px;padding:18px 0;color:#667085}.owner-operation-empty>svg{width:25px;height:25px;flex:0 0 auto;color:#07589f}.owner-operation-empty>div{display:grid;gap:4px}.owner-operation-empty strong{color:#071a31;font-size:13px}.owner-operation-empty p{max-width:480px;margin:0;color:#667085;font-size:12px;line-height:1.5}.owner-operation-empty.is-compact{min-height:90px}.owner-team-counts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:16px;border:1px solid #dce3ec;border-radius:7px;overflow:hidden;background:#dce3ec}.owner-team-counts span{display:grid;gap:4px;padding:12px;background:#fff}.owner-team-counts strong{color:#071a31;font-size:18px}.owner-team-counts small{color:#667085;font-size:10px;font-weight:800}.owner-team-list{display:grid;margin-top:10px}.owner-team-list article{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid #edf1f6}.owner-team-list article>span:first-child{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:#e7f0fb;color:#07589f;font-size:11px;font-weight:900}.owner-team-list article>div{display:grid;min-width:0;gap:2px}.owner-team-list strong{color:#071a31;font-size:12px}.owner-team-list small,.owner-team-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.owner-team-list small{color:#667085;font-size:10px}.owner-queue-panel{margin-top:28px}.owner-queue-list{display:grid;margin-top:16px;border:1px solid #dce3ec;border-radius:8px;overflow:hidden}.owner-queue-head,.owner-queue-list article{display:grid;grid-template-columns:minmax(160px,1.1fr) minmax(120px,.85fr) minmax(96px,.55fr) minmax(250px,1.45fr);align-items:center;gap:14px}.owner-queue-head{background:#f8fafc;color:#64748b;padding:10px 14px;font-size:9px;font-weight:900;letter-spacing:0;text-transform:uppercase}.owner-queue-list article{padding:13px 14px;border-top:1px solid #e9eef4}.owner-queue-list article>div{display:grid;min-width:0;gap:4px}.owner-queue-list strong{color:#071a31;font-size:12px}.owner-queue-list article>span,.owner-queue-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.owner-queue-list article>span{color:#475569;font-size:11px}.owner-queue-list small{overflow:hidden;color:#667085;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.owner-operation-detail{margin-top:28px}.owner-operation-detail .customer-dashboard-section{margin-top:0}.owner-operation-detail .reseller-workspace{gap:22px}@media (max-width:1040px){.owner-operations-shell{width:min(100% - 48px,1100px)}.owner-operations-metrics,.owner-readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.owner-operations-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:700px){.owner-operations-shell{width:min(100% - 32px,680px);padding-top:25px}.owner-operations-hero{align-items:stretch;flex-direction:column;gap:18px;padding-bottom:23px}.owner-operations-identity h1{font-size:29px}.owner-operations-store-card{min-width:0}.owner-operations-nav{margin-right:-16px;margin-left:-16px;padding:0 16px}.owner-operations-nav button{min-height:43px;padding:0 11px;font-size:11px}.owner-operations-nav>span{display:none}.owner-operations-metrics,.owner-readiness-grid{grid-template-columns:1fr 1fr;gap:9px}.owner-operation-metric{min-height:104px;padding:12px}.owner-operation-metric>span{width:34px;height:34px}.owner-operation-metric strong{font-size:16px}.owner-operation-readiness{margin-top:20px;padding:17px 0}.owner-operation-panel h2,.owner-operation-readiness h2{font-size:18px}.owner-readiness-grid article{gap:8px;padding:6px 0}.owner-readiness-grid article>span{width:31px;height:31px}.owner-readiness-grid article>span svg{width:15px;height:15px}.owner-readiness-grid p{white-space:normal}.owner-operations-grid,.owner-queue-panel{margin-top:22px}.owner-attention-list article{grid-template-columns:32px minmax(0,1fr);gap:9px}.owner-attention-list article>span{width:31px;height:31px}.owner-attention-list button{grid-column:2;justify-self:start}.owner-team-counts span{padding:10px 8px}.owner-team-counts small{font-size:9px}.owner-queue-list{border:0;border-radius:0;overflow:visible}.owner-queue-head{display:none}.owner-queue-list article{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:13px 0;border-top:1px solid #dce3ec}.owner-queue-list article>span{grid-column:1}.owner-queue-list article>strong{grid-column:2;grid-row:1/3;align-self:start}.owner-queue-list article>div:last-child{grid-column:1/-1}.owner-queue-list small{white-space:normal}}@media (max-width:420px){.owner-operations-store-card{align-items:flex-start;flex-direction:column}.owner-operations-store-card a{width:100%}.owner-operations-metrics,.owner-readiness-grid{grid-template-columns:1fr}.owner-operation-metric{min-height:82px}}.owner-operations-nav button b{display:inline-grid;min-width:17px;height:17px;place-items:center;border-radius:999px;background:#e7f0fb;color:#07589f;padding:0 4px;font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.owner-operations-nav button.is-active b{background:#fff0e5;color:#c55500}.owner-reseller-order-table{margin-top:26px}.owner-reseller-order-table .table-panel{margin-top:0}.owner-reseller-order-table .table-heading{align-items:center}.owner-table-action{min-height:30px;border:1px solid #cbd9e9;border-radius:5px;background:#fff;color:#07589f;padding:0 9px;font:inherit;font-size:10px;font-weight:900;cursor:pointer;white-space:nowrap}.owner-table-action:hover{border-color:#78ace2;background:#f3f8fe}@media (max-width:700px){.owner-operations-nav button b{min-width:15px;height:15px;font-size:8px}.owner-reseller-order-table{margin-top:20px}.owner-reseller-order-table .table-panel{border-right:0;border-left:0;border-radius:0}.owner-reseller-order-table .table-heading{align-items:flex-start}}.legal-page{min-height:100vh;background:#f4f7fb}.legal-shell{width:min(860px,calc(100% - 36px));margin:0 auto;padding:44px 0 72px}.legal-document{overflow:hidden;border:1px solid rgba(8,28,54,.12);border-radius:8px;background:#fff;box-shadow:var(--shadow-card)}.legal-document-head{display:grid;gap:14px;padding:42px 46px 34px;border-bottom:1px solid rgba(8,28,54,.1);background:#f8fafc}.legal-document-head h1{margin:0;color:#071a31;font-size:34px;line-height:1.08;letter-spacing:0}.legal-document-head p{max-width:720px;margin:0;color:#475569;font-size:15px;line-height:1.65}.legal-document-head p:first-of-type{color:#64748b;font-size:13px;font-weight:900}.legal-document-body{display:grid;gap:28px;padding:38px 46px 48px}.legal-document-body section{display:grid;gap:12px}.legal-document-body h2{margin:0;color:#071a31;font-size:18px;line-height:1.3;letter-spacing:0}.legal-document-body li,.legal-document-body p{margin:0;color:#334155;font-size:15px;line-height:1.7}.legal-document-body ul{display:grid;gap:8px;margin:0;padding-left:22px}@media (max-width:640px){.legal-shell{width:min(100% - 24px,860px);padding:24px 0 46px}.legal-document-body,.legal-document-head{padding-right:22px;padding-left:22px}.legal-document-head{padding-top:28px;padding-bottom:26px}.legal-document-body{padding-top:28px;padding-bottom:32px}.legal-document-head h1{font-size:28px}}.pwa-install-button{position:fixed;right:20px;bottom:20px;z-index:120;min-height:42px;padding:0 16px;border:1px solid #071a31;border-radius:8px;background:#071a31;color:#fff;box-shadow:0 12px 28px rgba(7,26,49,.2);font:inherit;font-size:13px;font-weight:900;cursor:pointer}.pwa-install-button:hover{background:#0b4f8a;border-color:#0b4f8a}.pwa-install-button:focus-visible{outline:3px solid rgba(37,99,235,.42);outline-offset:3px}@media (max-width:640px){.pwa-install-button{right:12px;bottom:12px}}.shop-page{--shop-gutter:clamp(24px,5vw,76px);--shop-ink:#102a43;--shop-muted:#5f7285;--shop-line:#dbe5ed;--shop-surface:#f4f8fb;--shop-accent:#e65f2a;background:var(--shop-surface);color:var(--shop-ink)}.shop-topbar,.shop-topbar.is-dark{position:relative;min-height:76px;padding:12px var(--shop-gutter);border-bottom:1px solid var(--shop-line);background:#fff;color:var(--shop-ink)}.shop-topbar.is-dark .shop-brand span,.shop-topbar.is-dark .shop-main-nav a,.shop-topbar.is-dark .shop-mobile-info-menu summary{color:var(--shop-ink)}.shop-topbar.is-dark .shop-site-brand img{padding:0;border-radius:0;background:transparent}.shop-topbar.is-dark .shop-site-initials{background:#e9f1f7;color:var(--shop-ink)}.shop-brand{gap:10px}.shop-brand span{color:var(--shop-ink);font-size:14px;font-weight:800}.shop-site-initials{border-radius:6px;background:#e9f1f7;color:var(--shop-ink)}.shop-main-nav{gap:24px;margin-right:0;margin-left:auto}.shop-main-nav a,.shop-topbar.is-dark .shop-main-nav a{height:auto;color:var(--shop-muted);font-size:13px;font-weight:750}.shop-main-nav a:first-child,.shop-topbar.is-dark .shop-main-nav a:first-child{color:var(--shop-ink)}.shop-main-nav a:first-child:after{display:none}.shop-main-nav a:hover,.shop-topbar.is-dark .shop-main-nav a:hover{color:var(--shop-accent)}.storefront-account-nav{margin-left:20px}.storefront-login{border-color:transparent;background:transparent;color:var(--shop-ink)}.storefront-signup{border-color:var(--shop-ink);border-radius:6px;background:var(--shop-ink);color:#fff}.shop-topbar.is-dark .storefront-login{color:var(--shop-ink)}.shop-topbar.is-dark .storefront-signup{border-color:var(--shop-ink);background:var(--shop-ink);color:#fff}.split-storefront-hero{width:100%;margin:0;padding:clamp(38px,7vw,88px) var(--shop-gutter) clamp(34px,5vw,64px);border:0;border-bottom:1px solid var(--shop-line);border-radius:0;background:#e8f1f7;color:var(--shop-ink)}.split-open-status{color:#316952;letter-spacing:.04em}.split-open-status i{box-shadow:none}.split-storefront-hero h1{max-width:760px;margin:14px 0 12px;color:var(--shop-ink);font-size:clamp(34px,5vw,58px);letter-spacing:0}.split-storefront-hero>p{max-width:600px;color:var(--shop-muted);font-size:16px}.split-storefront-hero>a{margin-top:18px;color:var(--shop-ink)}.split-storefront-hero>a svg{color:var(--shop-accent)}.split-hero-networks{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px}.split-hero-networks>span{margin-right:2px;color:var(--shop-muted);font-size:11px;font-weight:800;text-transform:uppercase}.split-hero-network{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:4px 9px 4px 5px;border:1px solid #cddde8;border-radius:6px;background:#fff;color:var(--shop-ink);font-size:12px;font-weight:800}.split-hero-network .shop-network-mark{width:24px;height:24px;flex-basis:24px;border-radius:4px;font-size:8px}.shop-template-split .split-shop-layout{display:block;width:min(1280px,calc(100% - (var(--shop-gutter) * 2)));min-height:0;margin-top:0;border:0}.shop-template-split .split-catalogue{padding:44px 0 52px;border:0;border-radius:0;background:transparent}.shop-template-split .shop-choice-section{margin-top:38px}.shop-template-split .shop-choice-section:first-child{margin-top:0}.shop-template-split .shop-choice-section>h2{color:var(--shop-muted);font-size:11px;letter-spacing:.08em}.split-network-heading{gap:10px;margin-bottom:20px}.split-network-heading:before{display:none}.split-network-heading h2{color:var(--shop-ink);font-size:28px}.split-network-heading>span{margin-left:auto;color:var(--shop-muted);font-size:12px}.shop-network-options{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.guided-network-options button,.shop-network-options button{min-height:62px;border-color:var(--shop-line);border-radius:6px;background:#fff;color:var(--shop-ink);box-shadow:none}.guided-network-options button.is-selected,.guided-network-options button:hover,.shop-network-options button.is-selected,.shop-network-options button:hover{border-color:#5e8cab;box-shadow:0 0 0 2px rgba(94,140,171,.16)}.guided-network-options button>svg,.shop-network-options button>svg{background:var(--shop-ink)}.shop-template-split .shop-bundle-options{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.shop-template-split .shop-bundle-options button,.shop-template-split .shop-bundle-options button.network-airteltigo,.shop-template-split .shop-bundle-options button.network-at,.shop-template-split .shop-bundle-options button.network-mtn,.shop-template-split .shop-bundle-options button.network-telecel{min-height:200px;padding:18px;border:1px solid var(--shop-line);border-top:4px solid #829db1;border-radius:6px;background:#fff;color:var(--shop-ink);box-shadow:none}.shop-template-split .shop-bundle-options button.network-mtn{border-top-color:#e1b600}.shop-template-split .shop-bundle-options button.network-telecel{border-top-color:#d82943}.shop-template-split .shop-bundle-options button.network-airteltigo,.shop-template-split .shop-bundle-options button.network-at{border-top-color:#168b81}.shop-template-split .shop-bundle-options button.is-selected,.shop-template-split .shop-bundle-options button:hover{border-color:#90afc4;border-top-color:var(--shop-accent);box-shadow:0 12px 24px rgba(28,68,96,.11);transform:translateY(-2px)}.shop-template-split .shop-bundle-options button .shop-network-mark,.shop-template-split .shop-bundle-options button.network-airteltigo .shop-network-mark,.shop-template-split .shop-bundle-options button.network-at .shop-network-mark,.shop-template-split .shop-bundle-options button.network-telecel .shop-network-mark{background:#edf4f8}.storefront-bundle-footer b,.storefront-bundle-head strong{color:var(--shop-ink)}.storefront-bundle-delivery,.storefront-bundle-footer small,.storefront-bundle-head small{color:var(--shop-muted)}.storefront-bundle-footer>span:last-child{color:var(--shop-accent)}.shop-template-split .shop-bundle-options button>small.storefront-bundle-badge{background:#fff1e9;color:#b6491e}.guided-header-steps{color:var(--shop-ink)}.guided-header-steps .shop-progress-step{color:var(--shop-muted)}.guided-header-steps .shop-progress-step b{border-color:#bdd0df;background:#fff;color:var(--shop-ink)}.guided-header-steps .shop-progress-step.is-active b{border-color:var(--shop-ink);background:var(--shop-ink);color:#fff}.guided-header-steps .shop-progress-step:not(:last-child):after{background:#cbdbe6}.guided-shop{width:min(1080px,calc(100% - (var(--shop-gutter) * 2)));padding:48px 0 26px}.guided-recipient{gap:56px;border-bottom-color:var(--shop-line)}.guided-bundles header h2,.guided-recipient h1{color:var(--shop-ink)}.guided-bundles header p,.guided-recipient header p{color:var(--shop-muted)}.guided-phone-input{border-color:var(--shop-line);border-radius:6px}.guided-phone-input b{border-right-color:var(--shop-line);background:#edf4f8;color:var(--shop-ink)}.guided-bundle-options{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.guided-bundle-options button{min-height:142px;border-color:var(--shop-line);border-radius:6px;box-shadow:none}.guided-bundle-options button.is-selected,.guided-bundle-options button:hover{border-color:#90afc4;box-shadow:0 0 0 2px rgba(94,140,171,.16)}.guided-bundle-options button>svg{background:var(--shop-ink)}.guided-delivery-note{border-radius:6px;background:#eaf5ef;color:#45675a}.guided-summary{border-radius:6px;background:var(--shop-ink)}.guided-summary .checkout-submit{border-radius:5px;background:var(--shop-accent)}.guided-trust{width:min(1080px,calc(100% - (var(--shop-gutter) * 2)));border-bottom-color:var(--shop-line)}.shop-trust-list svg{color:var(--shop-accent)}.bundle-payment-backdrop{background:rgba(16,42,67,.54);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.bundle-payment-modal{border-color:var(--shop-line);border-radius:8px;background:#fff;color:var(--shop-ink);box-shadow:0 24px 64px rgba(16,42,67,.28)}.bundle-payment-modal>header{min-height:126px;background:#e8f1f7;color:var(--shop-ink)}.bundle-payment-modal.network-mtn>header{background:#fff5c9}.bundle-payment-modal.network-telecel>header{background:#fcebed;color:var(--shop-ink)}.bundle-payment-modal.network-airteltigo>header,.bundle-payment-modal.network-at>header{background:#e5f5f3;color:var(--shop-ink)}.bundle-payment-modal>header>button{border-radius:6px}.bundle-payment-body{gap:18px;padding:28px 32px}.bundle-payment-phone{color:var(--shop-ink)}.bundle-payment-modal .shop-optional-fields input,.bundle-payment-phone input{border-color:var(--shop-line);border-radius:6px;background:#fff;color:var(--shop-ink)}.bundle-payment-modal .shop-optional-fields input::placeholder,.bundle-payment-phone input::placeholder{color:#8aa0b0}.bundle-payment-modal .shop-optional-fields input:focus,.bundle-payment-phone input:focus{border-color:#6c97b5;box-shadow:0 0 0 3px rgba(108,151,181,.16)}.bundle-payment-modal .shop-optional-fields label,.bundle-payment-optional{color:var(--shop-muted)}.bundle-payment-delivery{border-color:#d4e4d9;border-radius:6px;background:#f1f8f3}.bundle-payment-delivery span{color:#547064}.bundle-payment-delivery strong{color:#205843}.bundle-payment-submit{border-radius:6px;background:var(--shop-ink);color:#fff}.bundle-payment-submit:hover{background:#1c476b}.shop-information{width:min(1280px,calc(100% - (var(--shop-gutter) * 2)));gap:36px;margin-top:0}.shop-information-section{padding:34px 0;border-color:var(--shop-line)}.shop-information-section>header>span{color:var(--shop-accent)}.shop-how-it-works b,.shop-information-section h2{color:var(--shop-ink)}.shop-how-it-works b{border-radius:5px;background:#e8f1f7}.shop-how-it-works strong{color:var(--shop-ink)}.shop-faq-list p,.shop-how-it-works span{color:var(--shop-muted)}.shop-faq-list{border-top-color:var(--shop-line)}.shop-faq-list details{border-bottom-color:var(--shop-line)}.shop-faq-list summary{color:var(--shop-ink)}.shop-faq-list a,.shop-faq-list summary:after,.shop-support-line a{color:var(--shop-accent)}.shop-footer{min-height:88px;border-top-color:var(--shop-line);background:#fff;color:var(--shop-muted)}.shop-footer a{color:var(--shop-ink)}.shop-footer a:hover{color:var(--shop-accent)}@media (max-width:820px){.shop-main-nav{display:none}.split-storefront-hero{padding-block:38px}.shop-template-split .split-catalogue{padding-block:32px 40px}.shop-template-split .shop-bundle-options{grid-template-columns:repeat(2,minmax(0,1fr))}.guided-header-steps{display:none}}@media (max-width:560px){.shop-page{--shop-gutter:16px}.shop-topbar,.shop-topbar.is-dark{min-height:68px}.storefront-account-nav{margin-left:auto}.split-storefront-hero{padding-block:30px}.split-storefront-hero h1{font-size:34px}.split-hero-networks{margin-top:20px}.shop-template-split .shop-bundle-options{grid-template-columns:1fr}.shop-template-split .shop-bundle-options button{min-height:174px}.guided-shop,.guided-trust{width:min(100% - 32px,1080px)}.guided-recipient{gap:24px}.bundle-payment-modal>header{padding:22px 20px}.bundle-payment-body{padding:22px 20px max(22px,env(safe-area-inset-bottom))}}.split-storefront-hero{padding-top:clamp(28px,4vw,48px);padding-bottom:clamp(22px,3vw,34px)}.shop-template-split .split-catalogue{padding-top:28px}@media (max-width:560px){.split-storefront-hero{padding-top:24px;padding-bottom:20px}.shop-template-split .split-catalogue{padding-top:22px}}.shop-information{align-items:start;gap:24px;margin:10px auto 42px}.shop-information-section{min-height:100%;padding:30px;border:1px solid var(--shop-line);border-radius:6px;background:#fff}#how-it-works{background:#e8f1f7}#faqs{background:#fff}.shop-information-section>header{margin-bottom:24px}.shop-information-section>header>span{display:block;margin-bottom:6px;font-size:10px;letter-spacing:.09em}.shop-information-section h2{margin:0;font-size:26px}.shop-how-it-works{grid-template-columns:1fr;gap:0}.shop-how-it-works li{grid-template-columns:38px minmax(0,1fr);gap:13px;padding:15px 0;border-top:1px solid rgba(77,117,146,.22)}.shop-how-it-works li:first-child{padding-top:0;border-top:0}.shop-how-it-works li:last-child{padding-bottom:0}.shop-how-it-works b{width:38px;height:38px;border-radius:6px;background:var(--shop-ink);color:#fff;font-size:12px}.shop-how-it-works div{gap:5px}.shop-how-it-works strong{font-size:14px}.shop-how-it-works span{max-width:39ch;font-size:13px}.shop-faq-list{gap:9px;border:0}.shop-faq-list details{border:1px solid var(--shop-line);border-radius:6px;background:#f8fbfd}.shop-faq-list details[open]{border-color:#b6ccd9;background:#fff}.shop-faq-list summary{min-height:54px;padding:12px 14px;font-size:13px}.shop-faq-list summary:after{display:grid;place-items:center;width:24px;height:24px;border-radius:4px;background:#e8f1f7;color:var(--shop-ink);font-size:17px}.shop-faq-list details[open] summary:after{background:var(--shop-ink);color:#fff}.shop-faq-list p{margin:0;padding:0 14px 15px;font-size:13px}@media (max-width:820px){.shop-information{gap:16px;margin-bottom:28px}.shop-information-section{padding:24px}}@media (max-width:560px){.shop-information-section{padding:20px 16px}.shop-information-section h2{font-size:22px}.shop-how-it-works li{grid-template-columns:34px minmax(0,1fr);gap:11px}.shop-how-it-works b{width:34px;height:34px}}.storefront-login-page{min-height:100vh;background:#f4f8fb;color:#102a43}.storefront-login-header{display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:12px clamp(20px,5vw,76px);border-bottom:1px solid #dbe5ed;background:#fff}.storefront-login-header .shop-brand img{width:126px;height:auto}.storefront-login-back{color:#102a43;font-size:13px;font-weight:800}.storefront-login-panel{display:grid;gap:28px;width:min(460px,calc(100% - 32px));margin:clamp(48px,10vh,120px) auto;padding:32px;border:1px solid #dbe5ed;border-radius:8px;background:#fff;box-shadow:0 18px 40px rgba(16,42,67,.08)}.storefront-login-panel>div{display:grid;gap:7px}.storefront-login-panel>div>span{color:#e65f2a;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.storefront-login-panel h1{margin:0;color:#102a43;font-size:28px;letter-spacing:0}.storefront-login-panel>div>p{margin:0;color:#5f7285;font-size:14px;line-height:1.55}.storefront-login-panel form{display:grid;gap:16px}.storefront-login-panel label{display:grid;gap:7px;color:#263f56;font-size:12px;font-weight:800}.storefront-login-panel input{min-height:48px;border:1px solid #cbdbe6;border-radius:6px;background:#fff;color:#102a43;font:inherit;font-size:16px;padding:0 13px}.storefront-login-panel input:focus{border-color:#668eaa;outline:0;box-shadow:0 0 0 3px rgba(102,142,170,.16)}.storefront-login-panel button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:0;border-radius:6px;background:#102a43;color:#fff;font:inherit;font-size:14px;font-weight:850;cursor:pointer}.storefront-login-panel button:disabled{cursor:not-allowed;opacity:.6}.storefront-login-panel button svg{width:16px;height:16px}.storefront-login-message{margin:0;padding:10px 12px;border:1px solid #efc3c8;border-radius:6px;background:#fff4f5;color:#9c2f3b;font-size:13px;line-height:1.45}.storefront-login-signup{margin:-8px 0 0;color:#5f7285;font-size:13px;text-align:center}.storefront-login-signup a{color:#c54d20;font-weight:800}.admin-login-eyebrow{margin:0 0 18px;color:#667085;font-size:11px;font-weight:900;letter-spacing:.08em;text-align:center;text-transform:uppercase}@media (max-width:560px){.storefront-login-panel{margin-block:34px;padding:24px 20px}.storefront-login-header{min-height:68px}}