:root{--bg: #0a0612;--bg-elev: #120a22;--bg-card: #16102a;--bg-card-2: #1d1638;--border: #2a1f4a;--border-strong: #3a2d68;--text: #e8e3f5;--text-mute: #9b8fc0;--text-dim: #6b5d8f;--accent: #a855f7;--accent-2: #06b6d4;--accent-3: #ec4899;--neon: linear-gradient(135deg, #a855f7 0%, #06b6d4 60%, #ec4899 100%);--ok: #22c55e;--warn: #f59e0b;--err: #ef4444;--info: #3b82f6;--admin-font-sans: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--admin-font-mono: "JetBrains Mono", "SFMono-Regular", ui-monospace, SFMono-Regular, Consolas, monospace;--admin-space-1: 4px;--admin-space-2: 8px;--admin-space-3: 12px;--admin-space-4: 16px;--admin-space-5: 20px;--admin-space-6: 24px;--admin-space-7: 32px;--admin-radius-sm: 6px;--admin-radius-md: 8px;--admin-radius-lg: 12px;--admin-radius-xl: 16px;--admin-radius-pill: 999px}:root{--portal-bg: radial-gradient(circle at top left, rgba(168, 85, 247, .18), transparent 34%), radial-gradient(circle at top right, rgba(6, 182, 212, .18), transparent 28%), linear-gradient(180deg, #090612 0%, #0d0918 54%, #120b22 100%);--portal-surface: rgba(14, 10, 27, .86);--portal-surface-strong: rgba(20, 14, 38, .94);--portal-border: rgba(167, 139, 250, .18);--portal-border-strong: rgba(167, 139, 250, .34);--portal-text: #f3efff;--portal-text-mute: #b7abd5;--portal-text-soft: #8e82ad;--portal-shadow: 0 26px 80px rgba(3, 2, 9, .42)}.portalFlowShell{min-height:100vh;padding:40px 24px 72px;background:var(--portal-bg);color:var(--portal-text)}.portalFlowHeader,.portalFlowMain,.portalCard,.portalFieldGrid,.portalSignupForm,.portalStatusMeta,.portalInfoRows,.portalChecklist,.portalStatusAction,.portalDropZoneButton,.portalDropZoneStatus,.portalSubmitRow,.portalReadOnlyState,.portalOutcomeCard,.portalOutcomeActions{display:grid;gap:16px}.portalFlowHeader,.portalFlowMain{width:min(1180px,100%);margin:0 auto}.portalFlowHeader{grid-template-columns:minmax(0,280px) minmax(0,1fr);align-items:start;margin-bottom:28px}.portalFlowBrand{display:inline-flex;align-items:center;gap:14px;color:var(--portal-text);text-decoration:none}.portalFlowBrandMark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--neon);color:#090612;box-shadow:0 16px 36px #06b6d438}.portalFlowBrand strong,.portalFlowBrand small,.portalFlowIntro span,.portalCardHeader span,.portalField span,.portalChecklistHeader span,.portalInfoRows span,.portalOutcomeFinePrint,.portalDropZoneButton small,.portalSubmitRow small,.portalReadOnlyState p,.portalFieldNote,.portalChecklistHint{color:var(--portal-text-mute)}.portalFlowBrand strong,.portalFlowBrand small,.portalFlowIntro span,.portalCardHeader span,.portalField span,.portalChecklistHeader span,.portalInfoRows span,.portalChecklistMeta,.portalOutcomeFinePrint,.portalDropZoneButton small,.portalFieldNote,.portalChecklistHint{font-size:13px}.portalFlowBrand strong,.portalFlowBrand small{display:block}.portalFlowIntro span,.portalCardHeader span{text-transform:uppercase;letter-spacing:.12em;font-weight:700}.portalFlowIntro h1,.portalCardHeader h2,.portalOutcomeCard h2,.portalStatusMeta strong,.portalInfoRows strong,.portalSubmitRow strong,.portalReadOnlyState strong,.portalDropZoneButton strong{margin:0;color:var(--portal-text)}.portalFlowIntro h1{font-size:clamp(2rem,4vw,3rem);line-height:1.02;margin-top:10px}.portalFlowIntro p,.portalCardHeader h2,.portalStatusMeta span,.portalInfoRows strong,.portalInfoRows small,.portalDropZoneButton p,.portalOutcomeCard p{margin:0}.portalFlowIntro p{margin-top:12px;max-width:760px;color:var(--portal-text-mute);font-size:15px;line-height:1.7}.portalFlowMain{gap:22px}.portalCard{padding:24px;border:1px solid var(--portal-border);border-radius:24px;background:linear-gradient(180deg,#140d27f2,#0a0814f5);box-shadow:var(--portal-shadow)}.portalCardHeader{gap:10px}.portalCardHeader h2{font-size:1.6rem}.portalSignupCard{gap:22px}.portalSignupForm{gap:18px}.portalNestedCard{padding:20px;border-radius:20px;background:#ffffff08;border-color:#a78bfa1f}.portalFieldGrid{grid-template-columns:repeat(1,minmax(0,1fr))}.portalFieldGrid.twoUp{grid-template-columns:repeat(2,minmax(0,1fr))}.portalFieldGrid.threeUp{grid-template-columns:repeat(3,minmax(0,1fr))}.portalFieldGrid.fourUp{grid-template-columns:repeat(4,minmax(0,1fr))}.portalField{gap:10px}.portalField span{display:inline-flex;align-items:center;gap:8px;font-weight:700}.portalField input,.portalField select{width:100%;min-height:48px;padding:0 14px;border:1px solid rgba(167,139,250,.18);border-radius:14px;background:#ffffff0a;color:var(--portal-text);outline:none}.portalField select option{color:#111}.portalField input:focus,.portalField select:focus{border-color:#06b6d47a;box-shadow:0 0 0 4px #06b6d424}.portalFieldError{color:#fda4af;font-size:12px;font-weight:700}.portalFieldNote{font-weight:600}.portalSignupHelp{padding:14px 16px;border-radius:16px;background:#ffffff08;border:1px dashed rgba(167,139,250,.16)}.portalSignupHelp p,.portalSignupHelp small{margin:0;color:var(--portal-text-mute);line-height:1.6}.portalSignupActions{display:flex;justify-content:flex-end}.portalPrimaryButton,.portalSecondaryButton{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:800;text-decoration:none;transition:transform .12s ease,border-color .12s ease,background .12s ease}.portalPrimaryButton{background:var(--neon);color:#080611;box-shadow:0 18px 40px #06b6d438}.portalSecondaryButton{background:transparent;color:var(--portal-text);border-color:var(--portal-border-strong)}.portalPrimaryButton:hover,.portalSecondaryButton:hover{transform:translateY(-1px)}.portalPrimaryButton:disabled,.portalSecondaryButton:disabled{opacity:.55;cursor:not-allowed;transform:none}.portalInlineAlert{padding:14px 16px;border-radius:16px;border:1px solid rgba(167,139,250,.18);line-height:1.6}.portalInlineAlert.neutral{background:#ffffff0a}.portalInlineAlert.warn{background:#f59e0b1f;border-color:#f59e0b38;color:#fde68a}.portalInlineAlert.err{background:#ef44441f;border-color:#ef444438;color:#fecdd3}.portalInlineAlert.ok{background:#22c55e1f;border-color:#22c55e38;color:#bbf7d0}.portalOnboardingLayout{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:22px}.portalStatusCard,.portalUploadSurface{align-self:start}.portalStatusMeta{grid-template-columns:minmax(0,1fr) auto;align-items:center}.portalStatusMeta strong{display:block;font-size:1.1rem}.portalInfoRows{gap:14px}.portalInfoRows strong{display:block;font-size:15px;line-height:1.6}.portalInfoRows small{display:block;margin-top:4px;color:var(--portal-text-soft)}.portalChecklistHeader,.portalSubmitRow{display:flex;align-items:center;justify-content:space-between;gap:14px}.portalChecklistHeader strong{display:block;margin-top:6px}.portalChecklistMeta{display:inline-flex;align-items:center;gap:8px}.portalChecklist{padding:0;margin:0;list-style:none}.portalChecklist li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:#ffffff08;border:1px solid rgba(167,139,250,.12)}.portalChecklist li strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.portalChecklistHint{margin:0}.portalStatusAction{margin-top:4px}.portalSectionLead{margin:0;color:var(--portal-text-mute);line-height:1.7}.portalDropZoneGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.portalDropZone{display:grid;gap:12px;padding:16px;border-radius:20px;border:1px dashed rgba(167,139,250,.26);background:#ffffff05;transition:border-color .12s ease,transform .12s ease,background .12s ease}.portalDropZone.isDragging{border-color:#06b6d48c;background:#06b6d414;transform:translateY(-1px)}.portalDropZoneButton{padding:0;border:0;text-align:left;background:transparent;color:inherit;cursor:pointer}.portalDropZoneIcon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#ffffff0f;color:#a5f3fc}.portalDropZoneButton strong{font-size:1rem}.portalDropZoneButton p{color:var(--portal-text-mute);line-height:1.6}.portalDropZoneStatus{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;border-radius:14px;font-size:13px;word-break:break-word}.portalDropZoneStatus.ok{background:#22c55e1f;color:#bbf7d0}.portalDropZoneStatus.err{background:#ef44441f;color:#fecdd3}.portalOptionalDocs{display:grid;gap:14px}.portalOptionalDocs summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;color:var(--portal-text);font-weight:700}.portalOptionalDocs summary::-webkit-details-marker{display:none}.portalOptionalChevron{transition:transform .12s ease}.portalOptionalChevron.isOpen{transform:rotate(180deg)}.portalSubmitRow{padding-top:4px;align-items:end}.portalSubmitRow>div{min-width:0}.portalReadOnlyState{justify-items:start;gap:14px}.portalReadOnlyState svg{color:#a5f3fc}.portalReadOnlyState p{margin:0;line-height:1.7}.portalLoadingCard{justify-items:start}.portalLoadingPulse{width:110px;height:12px;border-radius:999px;background:linear-gradient(90deg,#a855f766,#06b6d485,#ec489957);animation:portalPulse 1.2s ease-in-out infinite}.portalOutcomeCard{width:min(720px,100%);margin:0 auto;justify-items:center;text-align:center;gap:18px;padding-block:34px}.portalOutcomeIcon{display:grid;place-items:center;width:68px;height:68px;border-radius:999px}.portalOutcomeIcon.ok{background:#22c55e1f;color:#86efac}.portalOutcomeIcon.warn{background:#f59e0b1f;color:#fcd34d}.portalOutcomeIcon.err{background:#ef44441f;color:#fca5a5}.portalOutcomeCard h2{font-size:1.85rem}.portalOutcomeCard p{max-width:560px;color:var(--portal-text-mute);line-height:1.7}.portalOutcomeFinePrint{margin:0}.portalOutcomeActions{display:flex;justify-content:center}.portalDialogActions{justify-content:flex-end}.portalSpin{animation:portalSpin .9s linear infinite}@keyframes portalPulse{0%,to{opacity:.55;transform:scaleX(.97)}50%{opacity:1;transform:scaleX(1)}}@keyframes portalSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1100px){.portalFlowHeader,.portalOnboardingLayout{grid-template-columns:1fr}}@media(max-width:900px){.portalFieldGrid.twoUp,.portalFieldGrid.threeUp,.portalFieldGrid.fourUp,.portalDropZoneGrid{grid-template-columns:1fr}.portalChecklistHeader,.portalSubmitRow{flex-direction:column;align-items:stretch}}@media(max-width:640px){.portalFlowShell{padding:28px 16px 48px}.portalCard{padding:18px;border-radius:20px}.portalFlowIntro h1{font-size:2rem}.portalPrimaryButton,.portalSecondaryButton{width:100%}}:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f7f8;color:#182326;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;background:#f5f7f8}button,input{font:inherit;max-width:100%}button{cursor:pointer}.appShell{display:grid;min-height:100vh;grid-template-columns:220px minmax(0,1fr)}.sidebar{background:#121819;color:#eaf3f1;display:flex;flex-direction:column;gap:32px;padding:24px 18px}.brand{display:flex;align-items:center;gap:12px}.brandMark{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#10a894;color:#fff;font-weight:800}.brand strong,.brand small{display:block}.brand small,.sidebar nav a{color:#9eb3b0}.sidebar nav{display:grid;gap:6px;min-width:0}.sidebar nav a{display:flex;align-items:center;gap:10px;min-width:0;min-height:42px;border-radius:8px;padding:0 12px;font-size:14px;text-decoration:none}.sidebar nav a.active,.sidebar nav a:hover{background:#1d2829;color:#fff}.workspace{padding:20px;overflow:hidden}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.topbar>div{min-width:0}h1,h2,p{margin:0}h1{font-size:28px;line-height:1.16;font-weight:760;letter-spacing:0}h2{font-size:15px;line-height:1.2;font-weight:760}p{color:#69777a;font-size:13px;line-height:1.5}.topbarActions{display:flex;align-items:center;gap:10px;min-width:0}.topbarActions input,.field input{height:40px;border:1px solid #d7e0e1;border-radius:8px;background:#fff;color:#182326;padding:0 12px;outline:none}.topbarActions input{width:260px}.topbarActions input:focus,.field input:focus{border-color:#10a894;box-shadow:0 0 0 3px #10a8941f}.secondaryButton,.primaryButton,.confirmButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:8px;border:0;padding:0 14px;font-size:13px;font-weight:700;min-width:0;white-space:normal}.secondaryButton{border:1px solid #cad6d7;background:#fff;color:#1d2b2d}.primaryButton{width:100%;background:#0d8f80;color:#fff}.confirmButton{width:100%;background:#f0a524;color:#201608}button:disabled{cursor:not-allowed;opacity:.58}.metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:16px}.metric,.surface{border:1px solid #dfe7e8;border-radius:8px;background:#fff;box-shadow:0 12px 28px #1123260f;min-width:0}.metric{display:flex;align-items:center;gap:11px;min-height:76px;padding:14px}.metricIcon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#e4f5f2;color:#0d8f80}.metric strong,.metric span{display:block}.metric strong{font-size:22px;line-height:1}.metric div span{color:#69777a;font-size:12px;margin-top:4px}.workGrid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start;min-width:0}.mainColumn{display:grid;gap:16px;min-width:0}.sectionHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 16px 12px}.statusPill{border-radius:999px;background:#eef8f6;color:#0b766b;padding:6px 10px;font-size:12px;font-weight:760}.tableWrap{max-width:100%;overflow:auto}.tableSurface{overflow:hidden}.productCards{display:none;gap:10px;padding:0 12px 12px;min-width:0}.productCard{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;width:100%;min-width:0;max-width:100%;border:1px solid #dfe7e8;border-radius:8px;background:#fff;padding:12px;color:#182326;text-align:left;overflow:hidden;white-space:normal}.productCard>*{display:block;min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.productCard.selected{border-color:#10a894;background:#effbf8}.productCard strong{font-size:14px;line-height:1.2}.productCard span:last-child{color:#526164;font-size:12px}table{width:100%;border-collapse:collapse;min-width:760px}th,td{border-top:1px solid #edf1f1;padding:11px 12px;text-align:left;font-size:13px;vertical-align:middle}th{color:#738082;font-size:11px;font-weight:760;letter-spacing:0;text-transform:uppercase}tbody tr{transition:background .14s ease,box-shadow .14s ease}tbody tr:hover,tbody tr.selected{background:#f0fbf9}.mono{display:block;max-width:100%;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;color:#3a474a;overflow-wrap:anywhere;word-break:break-all}.productCell,.routeCell,.coverageCell span,.stock,.lead,.routeSummary,.orderBlock div,.orderBlock span,.paymentBlock div,.paymentBlock span,.customerGrid span,.guardrail,.supplierLine div{display:flex;align-items:center;gap:7px}.productThumb{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#203438,#10a894);color:#fff;font-weight:800}.productCell strong,.productCell span{display:block}.productCell span,.routeCell small,.muted{color:#69777a;font-size:12px}.routeCell{flex-wrap:wrap}.coverageCell{display:grid;gap:3px;min-width:150px}.coverageCell span{color:#1e4d52;font-weight:760}.coverageCell small{color:#69777a;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.stock.ok{color:#0b766b;font-weight:760}.lowerGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.companyLaunch{overflow:hidden}.foundationScore{display:grid;min-width:74px;border-radius:8px;background:#eef8f6;color:#0b766b;padding:7px 10px;text-align:center;font-size:18px;font-weight:800}.foundationScore small{color:#37756f;font-size:11px;font-weight:700}.foundationGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #edf1f1}.foundationTrack{display:grid;align-content:start;gap:12px;min-width:0;padding:15px 16px 16px}.foundationTrack+.foundationTrack{border-left:1px solid #edf1f1}.foundationTrackHeader{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;min-width:0}.foundationTrackHeader>span{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#edf8f5;color:#0d8f80}.foundationTrackHeader strong,.foundationTrackHeader small,.foundationItem strong,.foundationItem small{display:block;min-width:0;overflow-wrap:anywhere}.foundationTrackHeader small,.foundationItem small{color:#69777a;font-size:12px;line-height:1.42}.foundationItems{display:grid;gap:10px;min-width:0}.foundationItem{display:grid;gap:6px;min-width:0;border-top:1px solid #edf1f1;padding-top:10px}.foundationItem:first-child{border-top:0;padding-top:0}.foundationStatus{width:fit-content;max-width:100%;border-radius:999px;padding:4px 8px;background:#eef8f6;color:#0b766b;font-size:11px;font-weight:800}.foundationStatus.active{background:#e8f0ff;color:#2854a1}.foundationStatus.blocked{background:#fff6e4;color:#815000}.launchSequence{display:grid;gap:12px;border-top:1px solid #edf1f1;padding:15px 16px 16px}.launchSequenceHeader{display:flex;align-items:center;gap:8px;min-width:0;color:#1e4d52}.launchSequenceHeader small{margin-left:auto;color:#69777a;font-size:12px}.launchStages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.launchStage{display:grid;align-content:start;gap:6px;min-width:0;border:1px solid #dfe7e8;border-radius:8px;background:#fbfcfc;padding:11px}.launchStage>span{width:fit-content;border-radius:999px;background:#e8f0ff;color:#2854a1;padding:4px 8px;font-size:11px;font-weight:800}.launchStage p,.launchStage small{color:#69777a;font-size:12px;line-height:1.42}.launchStage small{display:flex;align-items:center;gap:5px;color:#7a4b00}.storefrontPreview{overflow:hidden;background:linear-gradient(135deg,#0d8f801a,#2854a114),#fff}.storefrontHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid rgba(223,231,232,.82)}.storefrontHeader span:first-child{display:block;color:#0b766b;font-size:12px;font-weight:800;text-transform:uppercase}.storefrontHeader h2{margin-top:4px;font-size:22px}.buyerBadge{display:inline-flex;align-items:center;gap:6px;min-height:32px;border-radius:999px;background:#182326;color:#fff;padding:0 11px;font-size:12px;font-weight:800;white-space:nowrap}.priceHero{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.34fr);gap:14px;padding:16px 18px}.priceHero>div{min-width:0}.priceHero small,.priceHero span,.frontPrice span,.frontPrice small,.tierCell small,.frontSignals span{color:#69777a;font-size:12px}.priceHero strong{display:block;margin:5px 0;font-size:18px;line-height:1.22;overflow-wrap:anywhere}.frontPrice{border-radius:8px;background:#182326;color:#fff;padding:13px}.frontPrice strong{color:#fff;font-size:25px}.frontPrice span,.frontPrice small{color:#b8c7c8}.tierGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 18px 16px}.tierCell{display:grid;gap:4px;min-width:0;border:1px solid #dfe7e8;border-radius:8px;background:#ffffffd1;padding:12px}.tierCell.active{border-color:#b9e4dc;background:#effbf8}.tierCell span{color:#0b766b;font-size:12px;font-weight:800}.tierCell strong{font-size:18px;overflow-wrap:anywhere}.frontSignals{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 16px}.frontSignals span{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#fff;border:1px solid #dfe7e8;padding:7px 10px;font-weight:700}.storefrontActions{display:flex;justify-content:flex-end;gap:10px;padding:0 18px 18px}.portalGhostButton,.portalPrimaryButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:8px;padding:0 14px;font-size:13px;font-weight:800}.portalGhostButton{border:1px solid #cad6d7;background:#fff;color:#1d2b2d}.portalPrimaryButton{border:0;background:#0d8f80;color:#fff}.customerPortalShell{min-height:100vh;background:#f7f9fa;color:#142124}.portalHeader{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;min-height:68px;border-bottom:1px solid #e0e7e8;background:#f7f9faeb;padding:0 28px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.portalBrand{display:inline-flex;align-items:center;gap:10px;min-width:0}.portalBrand span{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#0d8f80;color:#fff;font-weight:900}.portalBrand strong{font-size:18px}.portalHeader nav{display:flex;align-items:center;justify-content:center;gap:24px;min-width:0}.portalHeader nav a{color:#5d6d70;font-size:13px;font-weight:760;text-decoration:none}.portalHeader nav a.active{color:#142124}.portalHeader button,.portalCheckout button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:0;border-radius:8px;background:#142124;color:#fff;padding:0 15px;font-size:13px;font-weight:800}.customerPortalMain{display:grid;gap:22px;max-width:1180px;margin:0 auto;padding:28px}.portalTemplatePicker{display:grid;grid-template-columns:270px minmax(0,1fr);gap:14px;align-items:stretch;border:1px solid #dfe7e8;border-radius:8px;background:#fff;padding:14px;box-shadow:0 14px 32px #1123260d}.portalTemplateIntro{display:grid;align-content:center;gap:5px;min-width:0}.portalTemplateIntro span{color:#0b766b;font-size:12px;font-weight:900}.portalTemplateIntro strong{font-size:18px;line-height:1.18}.portalTemplateIntro small{color:#69777a;line-height:1.4}.portalTemplateButtons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;min-width:0}.portalTemplateButtons button{display:grid;gap:5px;min-height:84px;min-width:0;border:1px solid #dfe7e8;border-radius:8px;background:#fbfcfc;color:#142124;padding:11px;text-align:left}.portalTemplateButtons button:before{content:"";width:36px;height:5px;border-radius:999px;background:#0d8f80}.portalTemplateButtons button:nth-child(2):before{background:#caa766}.portalTemplateButtons button:nth-child(3):before{background:#2387b8}.portalTemplateButtons button:nth-child(4):before{background:#58756f}.portalTemplateButtons button strong,.portalTemplateButtons button small{min-width:0;overflow-wrap:anywhere}.portalTemplateButtons button strong{font-size:13px}.portalTemplateButtons button small{color:#69777a;font-size:12px;line-height:1.35}.portalTemplateButtons button.active{border-color:#0d8f80;background:#effbf8;box-shadow:inset 0 0 0 1px #0d8f8026}.portalHero{display:grid;grid-template-columns:minmax(0,.7fr) minmax(220px,.3fr);gap:28px;align-items:center;min-height:250px;border-bottom:1px solid #e0e7e8;padding-bottom:22px}.portalHero h1{max-width:720px;font-size:44px;line-height:1.02;letter-spacing:0}.portalHero p{max-width:600px;margin-top:14px;font-size:15px}.portalHeroVisual{position:relative;min-height:210px}.portalHeroVisual span{position:absolute;display:block;border:1px solid rgba(20,33,36,.12);border-radius:22px;background:linear-gradient(160deg,#ffffffe6,#e2f2efe0),#fff;box-shadow:0 24px 42px #12232624}.portalHeroVisual span:nth-child(1){right:92px;top:4px;width:86px;height:168px;transform:rotate(-9deg)}.portalHeroVisual span:nth-child(2){right:34px;top:28px;width:94px;height:178px;background:linear-gradient(160deg,#182326,#315b5d 60%,#0d8f80),#182326;transform:rotate(6deg)}.portalHeroVisual span:nth-child(3){right:146px;top:72px;width:132px;height:88px;border-radius:14px;background:linear-gradient(135deg,#2854a129,#0d8f8033),#fff}.portalWorkspace{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}.portalCatalog,.portalPricingSurface{border:1px solid #dfe7e8;border-radius:8px;background:#fff;box-shadow:0 14px 32px #1123260f}.portalCatalog{position:sticky;top:88px;display:grid;gap:12px;padding:14px}.portalSearch{display:flex;align-items:center;gap:8px;min-height:42px;border:1px solid #d7e0e1;border-radius:8px;padding:0 11px;color:#69777a}.portalSearch input{width:100%;border:0;outline:0;color:#142124;background:transparent}.portalProductList{display:grid;gap:8px;max-height:560px;overflow:auto}.portalProduct{display:grid;gap:5px;width:100%;border:1px solid #e5ecec;border-radius:8px;background:#fff;color:#142124;padding:11px;text-align:left}.portalProduct.active{border-color:#9ddbd1;background:#effbf8}.portalProduct span,.portalProduct small,.portalProductHero span,.portalProductHero p{color:#69777a;font-size:12px}.portalProduct strong{line-height:1.22;overflow-wrap:anywhere}.portalPricingSurface{overflow:hidden}.portalProductHero{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #edf1f1;padding:20px}.portalProductHero h2{margin-top:5px;font-size:24px;line-height:1.16}.portalStock{align-self:flex-start;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;white-space:nowrap}.portalStock.good{background:#e4f5f2;color:#0b766b}.portalStock.warn{background:#fff6e4;color:#815000}.portalStock.neutral{background:#eef1f2;color:#526164}.portalPriceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 20px}.portalTier{display:grid;gap:5px;min-width:0;border:1px solid #dfe7e8;border-radius:8px;background:#fbfcfc;padding:15px}.portalTier.active{border-color:#9ddbd1;background:#effbf8}.portalTier span{color:#0b766b;font-size:12px;font-weight:900}.portalTier strong{font-size:26px;line-height:1.08;overflow-wrap:anywhere}.portalTier small,.portalCheckout small,.portalEmpty{color:#69777a;font-size:12px}.portalAssurance{display:flex;flex-wrap:wrap;gap:9px;border-top:1px solid #edf1f1;padding:16px 20px}.portalAssurance span{display:inline-flex;align-items:center;gap:7px;min-height:34px;border-radius:999px;background:#f4f7f8;color:#526164;padding:0 10px;font-size:12px;font-weight:760}.portalCheckout{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #edf1f1;padding:18px 20px}.portalCheckout strong,.portalCheckout small{display:block}.portalEmpty{padding:20px}.portalTemplate-executive{background:#101718;color:#edf5f4}.portalTemplate-executive .portalHeader{border-bottom-color:#2b383a;background:#101718f0}.portalTemplate-executive .portalBrand span{background:#caa766;color:#101718}.portalTemplate-executive .portalHeader nav a,.portalTemplate-executive .portalTemplateIntro small,.portalTemplate-executive .portalTemplateButtons button small,.portalTemplate-executive .portalHero p,.portalTemplate-executive .portalProduct span,.portalTemplate-executive .portalProduct small,.portalTemplate-executive .portalProductHero span,.portalTemplate-executive .portalProductHero p,.portalTemplate-executive .portalTier small,.portalTemplate-executive .portalCheckout small,.portalTemplate-executive .portalEmpty{color:#9fb1b2}.portalTemplate-executive .portalHeader nav a.active,.portalTemplate-executive .portalHero h1,.portalTemplate-executive .portalProductHero h2,.portalTemplate-executive .portalTier strong,.portalTemplate-executive .portalCheckout strong,.portalTemplate-executive .portalTemplateIntro strong,.portalTemplate-executive .portalTemplateButtons button strong{color:#f5fbfa}.portalTemplate-executive .portalHeader button,.portalTemplate-executive .portalCheckout button{background:#caa766;color:#101718}.portalTemplate-executive .portalTemplatePicker,.portalTemplate-executive .portalCatalog,.portalTemplate-executive .portalPricingSurface,.portalTemplate-executive .portalHero,.portalTemplate-executive .portalTemplateButtons button,.portalTemplate-executive .portalProduct,.portalTemplate-executive .portalTier{border-color:#2b383a;background:#182225;box-shadow:none}.portalTemplate-executive .portalHero{border-radius:8px;padding:28px;border-bottom:1px solid #2b383a}.portalTemplate-executive .portalTemplateIntro span,.portalTemplate-executive .portalTier span{color:#d6ba7d}.portalTemplate-executive .portalTemplateButtons button.active,.portalTemplate-executive .portalProduct.active,.portalTemplate-executive .portalTier.active{border-color:#caa766;background:#212a2b}.portalTemplate-executive .portalSearch,.portalTemplate-executive .portalProductHero,.portalTemplate-executive .portalAssurance,.portalTemplate-executive .portalCheckout{border-color:#2b383a}.portalTemplate-executive .portalSearch input{color:#f5fbfa}.portalTemplate-executive .portalAssurance span{background:#223033;color:#c8d6d7}.portalTemplate-executive .portalHeroVisual span{border-color:#caa76647;background:linear-gradient(160deg,#202d30,#101718);box-shadow:0 22px 40px #00000047}.portalTemplate-executive .portalHeroVisual span:nth-child(2){background:linear-gradient(160deg,#050808,#243133 62%,#caa766)}.portalTemplate-market{background:#eef7fb}.portalTemplate-market .portalHeader{border-bottom-color:#cfe4ed;background:#eef7fbed}.portalTemplate-market .portalBrand span,.portalTemplate-market .portalHeader button,.portalTemplate-market .portalCheckout button{background:#2387b8}.portalTemplate-market .portalTemplateIntro span,.portalTemplate-market .portalTier span{color:#1f759f}.portalTemplate-market .portalTemplatePicker,.portalTemplate-market .portalCatalog,.portalTemplate-market .portalPricingSurface,.portalTemplate-market .portalHero{border-color:#cfe4ed;background:#fff}.portalTemplate-market .portalHero{border-radius:8px;border-bottom:1px solid #cfe4ed;padding:26px}.portalTemplate-market .portalWorkspace{grid-template-columns:minmax(0,1fr)}.portalTemplate-market .portalCatalog{position:static}.portalTemplate-market .portalProductList{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}.portalTemplate-market .portalTemplateButtons button.active,.portalTemplate-market .portalProduct.active,.portalTemplate-market .portalTier.active{border-color:#78c7e4;background:#e9f8fd}.portalTemplate-market .portalPricingSurface{border-left:5px solid #2387b8}.portalTemplate-market .portalHeroVisual span:nth-child(2){background:linear-gradient(160deg,#123b4f,#2387b8 62%,#1fa58a)}.portalTemplate-boutique{background:#faf8f3;color:#1d2424}.portalTemplate-boutique .portalHeader{border-bottom-color:#e5ded0;background:#faf8f3ed}.portalTemplate-boutique .portalBrand span{background:#58756f}.portalTemplate-boutique .portalHeader button,.portalTemplate-boutique .portalCheckout button{background:#3f5f5a}.portalTemplate-boutique .portalTemplateIntro span,.portalTemplate-boutique .portalTier span{color:#58756f}.portalTemplate-boutique .portalTemplatePicker,.portalTemplate-boutique .portalCatalog,.portalTemplate-boutique .portalPricingSurface,.portalTemplate-boutique .portalHero{border-color:#e5ded0;background:#fffdf9;box-shadow:0 16px 34px #47534e14}.portalTemplate-boutique .portalHero{border-radius:8px;border-bottom:1px solid #e5ded0;padding:30px}.portalTemplate-boutique .portalHero h1{max-width:760px;font-size:48px}.portalTemplate-boutique .portalTemplateButtons button.active,.portalTemplate-boutique .portalProduct.active,.portalTemplate-boutique .portalTier.active{border-color:#9fc9bd;background:#f1faf6}.portalTemplate-boutique .portalHeroVisual span{border-radius:16px;background:linear-gradient(160deg,#fff,#f3eee4)}.portalTemplate-boutique .portalHeroVisual span:nth-child(2){background:linear-gradient(160deg,#1f2a2b,#58756f 64%,#d8bd83)}.procurementInsights{overflow:hidden}.opsGrid{display:grid;grid-template-columns:1.08fr 1fr 1.08fr;border-top:1px solid #edf1f1;min-width:0}.opsColumn{display:grid;align-content:start;gap:12px;min-width:0;padding:15px 16px 16px}.opsColumn+.opsColumn{border-left:1px solid #edf1f1}.opsTitle,.opsFootnote,.originChip,.backupSupplier,.riskItem{min-width:0}.opsTitle{display:flex;align-items:center;gap:8px;color:#1e4d52;font-size:13px}.coverageStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.coverageStats span{display:grid;gap:2px;min-width:0}.coverageStats strong{color:#182326;font-size:19px;line-height:1.1}.coverageStats small,.backupSupplier small,.riskItem small,.opsFootnote,.emptyOps{color:#69777a;font-size:12px;line-height:1.42}.originChips{display:flex;flex-wrap:wrap;gap:7px;min-width:0}.originChip{display:inline-flex;align-items:center;gap:5px;max-width:100%;border:1px solid #dfe7e8;border-radius:8px;padding:6px 8px;color:#526164;font-size:12px;overflow-wrap:anywhere}.originChip.live{border-color:#b9e4dc;background:#effbf8;color:#0b766b;font-weight:700}.originChip small{display:grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:#0d8f801f;font-size:11px}.opsFootnote{display:flex;align-items:center;gap:6px;border-top:1px solid #edf1f1;padding-top:10px}.backupList,.riskList{display:grid;gap:10px;min-width:0}.backupSupplier{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;border-top:1px solid #edf1f1;padding-top:10px}.backupSupplier:first-child{border-top:0;padding-top:0}.backupSupplier strong,.backupSupplier small,.riskItem strong,.riskItem small{display:block;overflow-wrap:anywhere}.backupBadge{align-self:start;border-radius:999px;padding:4px 8px;background:#fff6e4;color:#815000;font-size:11px;font-weight:760}.backupBadge.ready{background:#e4f5f2;color:#0b766b}.backupMeta{grid-column:1 / -1}.riskItem{display:flex;align-items:flex-start;gap:8px;border-top:1px solid #edf1f1;padding-top:10px}.riskItem:first-child{border-top:0;padding-top:0}.riskItem svg{flex:0 0 auto;margin-top:1px}.riskItem.ok{color:#0b766b}.riskItem.warn{color:#976400}.riskItem.high{color:#b42318}.executionPanel{position:sticky;top:20px;display:grid;gap:14px;padding-bottom:16px}.selectedProduct,.field,.quoteBlock,.emptyState,.orderBlock,.paymentBlock,.customerQuote,.supplierLine,.guardrail{margin:0 16px}.selectedProduct,.quoteBlock,.orderBlock,.paymentBlock,.customerQuote,.supplierLine,.guardrail{border:1px solid #e1e8e9;border-radius:8px;background:#fbfcfc;padding:13px}.selectedProduct span,.field span,.label,.quoteRow span,.customerTotal span{color:#69777a;font-size:12px;font-weight:700}.selectedProduct strong,.selectedProduct small{display:block}.selectedProduct strong{margin-top:6px;line-height:1.25}.selectedProduct small{color:#69777a;margin-top:4px}.field{display:grid;gap:7px}.fieldHint{color:#b42318;font-size:12px;font-weight:700}.fieldNote{color:#0b766b;font-size:12px;font-weight:700}.quoteBlock{display:grid;gap:9px}.quoteRow{display:flex;justify-content:space-between;gap:12px;font-size:13px}.quoteRow.total{border-top:1px solid #dfe7e8;padding-top:9px}.quoteRow.total strong{color:#0b766b;font-size:17px}.routeSummary{border-radius:8px;background:#edf8f5;color:#0b766b;padding:9px;font-size:12px;font-weight:700}.routeSummary.backup{background:#fff8e9;color:#7a4b00}.routeSummary div{display:grid;gap:2px;min-width:0}.routeSummary small{color:inherit;font-size:11px;font-weight:650;opacity:.82}.emptyState{color:#69777a;font-size:13px;text-align:center}.orderBlock{display:grid;gap:8px;background:#fff8e9;border-color:#f5d59a}.paymentBlock{display:grid;gap:8px;background:#eef8f6;border-color:#b9e4dc}.orderBlock strong,.paymentBlock strong{color:#6f4700}.paymentBlock strong{color:#0b766b}.orderBlock span,.paymentBlock span{font-size:12px;color:#3d3320}.paymentBlock span{color:#1f5551}.errorText{margin:0 16px;color:#b42318;font-weight:700}.customerQuote{display:grid;gap:13px}.customerQuote strong{display:block;margin-top:5px}.customerGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.customerGrid span{min-height:38px;border-radius:8px;background:#eef8f6;color:#0b766b;padding:0 10px;font-size:12px;font-weight:760}.customerTotal{display:flex;justify-content:space-between;align-items:center;gap:14px;border-top:1px solid #dfe7e8;padding-top:12px}.customerTotal strong{color:#0b766b;font-size:18px}.supplierHealth{align-self:stretch}.auditTrail{overflow:hidden}.auditList{display:grid;gap:0;border-top:1px solid #edf1f1;padding:0 16px 6px}.auditItem{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;border-top:1px solid #edf1f1;padding:12px 0;min-width:0}.auditItem:first-child{border-top:0}.auditItem svg{margin-top:2px;color:#0d8f80}.auditItem div,.auditItem span,.auditItem p{min-width:0}.auditItem span{display:flex;align-items:center;justify-content:space-between;gap:12px}.auditItem strong{font-size:13px}.auditItem small,.auditMeta,.emptyAudit{color:#69777a;font-size:12px}.auditItem p{margin-top:4px;overflow-wrap:anywhere}.auditMeta{display:block;margin-top:4px;overflow-wrap:anywhere}.emptyAudit{padding:14px 0}.supplierLine{display:grid;grid-template-columns:1fr auto;gap:6px 12px}.supplierLine small{grid-column:1 / -1;color:#69777a;font-size:12px}.supplierCard{display:grid;gap:10px;margin-bottom:12px}.healthDot{width:9px;height:9px;border-radius:999px;background:#9aa7aa}.healthDot.healthy,.healthDot.mock{background:#10a894}.healthDot.degraded{background:#f0a524}.healthDot.down{background:#d92d20}.guardrail{color:#526164;font-size:12px;line-height:1.45}.tokenAlert{border-radius:8px;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.4}.tokenAlert.ok{background:#eef8f6;color:#0b766b}.tokenAlert.warning{background:#fff6db;color:#946200}.tokenAlert.danger{background:#fef0f0;color:#b42318}@media(max-width:1180px){.appShell{grid-template-columns:1fr}.sidebar{position:static;flex-direction:row;align-items:center;justify-content:space-between;padding:14px 18px}.sidebar nav{display:flex;min-width:0;overflow:auto}.workGrid,.opsGrid{grid-template-columns:1fr}.foundationGrid,.launchStages{grid-template-columns:repeat(2,minmax(0,1fr))}.launchSequenceHeader{align-items:flex-start;flex-wrap:wrap}.launchSequenceHeader small{margin-left:0;width:100%}.foundationTrack:nth-child(odd){border-left:0}.foundationTrack:nth-child(n+3){border-top:1px solid #edf1f1}.priceHero{grid-template-columns:1fr}.portalHeader{grid-template-columns:1fr;padding:12px 16px}.portalHeader nav{justify-content:flex-start;overflow:auto}.customerPortalMain{padding:18px 16px}.portalTemplatePicker{grid-template-columns:1fr}.portalTemplateButtons{grid-template-columns:repeat(2,minmax(0,1fr))}.portalHero,.portalWorkspace{grid-template-columns:1fr}.portalCatalog{position:static}.storefrontHeader,.storefrontActions{flex-direction:column;align-items:stretch}.opsColumn+.opsColumn{border-top:1px solid #edf1f1;border-left:0}.executionPanel{position:static}}@media(max-width:760px){.workspace{padding:16px}.topbar,.topbarActions{flex-direction:column;align-items:stretch}.topbarActions input{width:100%}.metrics,.lowerGrid{grid-template-columns:1fr}.sidebar{align-items:flex-start;flex-direction:column;gap:14px}.sidebar nav{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.sidebar nav a{justify-content:flex-start;overflow:hidden;white-space:normal}h1{font-size:24px}.tableWrap{display:none}.productCards{display:grid}.executionPanel{order:-1}.sectionHeader{flex-wrap:wrap}.sectionHeader>*{min-width:0}.statusPill{display:none}.workspace,.workGrid,.mainColumn,.surface,.opsGrid,.opsColumn,.productCards{max-width:100%;min-width:0;overflow-x:hidden}.coverageStats,.customerGrid,.foundationGrid,.launchStages,.tierGrid,.portalPriceGrid{grid-template-columns:1fr}.portalHero h1{font-size:32px}.portalTemplateButtons,.portalTemplate-market .portalProductList{grid-template-columns:1fr}.portalTemplateButtons button{min-height:0}.portalTemplate-boutique .portalHero h1{font-size:34px}.portalProductHero,.portalCheckout{flex-direction:column;align-items:stretch}.foundationTrack+.foundationTrack{border-left:0;border-top:1px solid #edf1f1}.productCards{width:100%;max-width:100%}.productCard{max-width:100%}}.adminShell{display:grid;grid-template-columns:248px minmax(0,1fr);grid-template-rows:64px minmax(0,1fr);grid-template-areas:"top top" "side main";min-height:100vh;background:radial-gradient(circle at top right,rgba(168,85,247,.16),transparent 28%),linear-gradient(180deg,var(--bg) 0%,#0d0817 100%);color:var(--text)}.adminTopbar{grid-area:top;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;border-bottom:1px solid var(--border);background:linear-gradient(90deg,#0a0612f5,#160a2cf5);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.adminTopbarBrand{display:flex;align-items:center;gap:12px;min-width:0}.adminTopbarBrand strong,.adminTopbarBrand small{display:block}.adminTopbarBrand strong{font-size:15px;line-height:1.1}.adminTopbarBrand small{color:var(--text-mute);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.adminBrandLogo,.adminBrandFallback{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--neon);box-shadow:0 0 22px #a855f759}.adminBrandLogo{padding:6px}.adminBrandFallback{color:#fff;font-weight:800}.adminUserMenu{display:inline-flex;align-items:center;gap:10px;padding:4px 14px 4px 4px;border:1px solid var(--border);border-radius:var(--admin-radius-pill);background:var(--bg-card);color:var(--text)}.adminUserMenu span{text-align:left}.adminUserMenu strong,.adminUserMenu small{display:block}.adminUserMenu strong{font-size:12px;line-height:1.2}.adminUserMenu small{color:var(--text-mute);font-size:10px}.adminUserAvatar{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--neon);color:#fff;font-size:11px;font-weight:800}.adminSidebar{grid-area:side;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:20px 14px 18px;border-right:1px solid var(--border);background:linear-gradient(180deg,var(--bg-elev) 0%,rgba(18,10,34,.92) 100%)}.adminSidebarSection{display:grid;gap:4px}.adminNavLink{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border:1px solid transparent;border-radius:var(--admin-radius-md);color:var(--text-mute);font-size:13px;font-weight:600;text-decoration:none;transition:border-color .12s ease,background .12s ease,color .12s ease}.adminNavLink:hover{color:var(--text);background:#a855f712;border-color:#a855f724}.adminNavLink.active{color:var(--text);background:linear-gradient(90deg,#a855f733,#a855f70f);border-color:#a855f752;box-shadow:inset 2px 0 0 var(--accent)}.adminNavLinkIcon{display:grid;place-items:center;width:18px;color:inherit}.adminSidebarNotice{padding:14px;border:1px solid var(--border);border-radius:var(--admin-radius-lg);background:#1d1638cc}.adminSidebarNotice p{margin-top:10px;color:var(--text-mute)}.adminSidebarNoticeBadge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid rgba(245,158,11,.35);border-radius:var(--admin-radius-pill);background:#f59e0b1a;color:#fcd34d;font-size:11px;font-weight:700}.adminMain{grid-area:main;min-width:0;overflow:auto}.adminOutlet{min-height:100%}.adminPage{min-height:100%;padding:28px 32px 40px}.adminPlaceholderCard{max-width:720px;padding:28px;border:1px solid var(--border);border-radius:var(--admin-radius-xl);background:linear-gradient(180deg,#1d1638f2,#120a22fa),radial-gradient(circle at top right,rgba(6,182,212,.16),transparent 24%);box-shadow:0 30px 80px #03010a66}.adminPlaceholderCard h1{color:var(--text)}.adminPlaceholderCard p{max-width:54ch;margin-top:8px;color:var(--text-mute)}.adminPlaceholderEyebrow{display:inline-flex;align-items:center;padding:4px 10px;margin-bottom:12px;border:1px solid rgba(168,85,247,.35);border-radius:var(--admin-radius-pill);background:#a855f71f;color:#d8b4fe;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.adminLoginPage{display:grid;place-items:center;min-height:100vh;padding:24px;background:radial-gradient(circle at top,rgba(168,85,247,.18),transparent 30%),radial-gradient(circle at bottom right,rgba(6,182,212,.14),transparent 28%),linear-gradient(180deg,var(--bg) 0%,#130920 100%)}.adminLoginCard{width:min(100%,440px);padding:28px;border:1px solid var(--border);border-radius:24px;background:linear-gradient(180deg,#16102afa,#0d0817fa);box-shadow:0 32px 90px #00000085,0 0 40px #a855f71f;color:var(--text)}.adminLoginBrand{display:flex;align-items:center;gap:14px;margin-bottom:24px}.adminLoginLogo{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--neon);color:#fff;font-size:22px;box-shadow:0 0 24px #a855f759}.adminLoginTitle{font-size:22px;font-weight:800;letter-spacing:-.02em}.adminLoginSubtitle{color:var(--text-mute);font-size:13px}.adminLoginForm{display:grid;gap:12px}.adminLoginForm label{color:var(--text-mute);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.adminLoginForm input{width:100%;height:48px;padding:0 14px;border:1px solid var(--border);border-radius:var(--admin-radius-md);background:#0a0612eb;color:var(--text);box-shadow:inset 0 1px #ffffff05}.adminLoginForm input:focus{border-color:#a855f7bf;box-shadow:0 0 0 3px #a855f72e,0 0 20px #a855f71f}.adminPrimaryButton{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border:0;border-radius:var(--admin-radius-md);background:var(--neon);color:#fff;font-weight:700;box-shadow:0 0 22px #a855f740}.adminPrimaryButton:hover{box-shadow:0 0 30px #a855f75c}.adminLoginError{min-height:20px;color:#fca5a5;font-size:12px}.adminLoginFoot{margin-top:22px;padding-top:18px;border-top:1px solid var(--border);display:grid;gap:8px}.adminLoginFootRow{color:var(--text-mute);font-size:12px}.adminLoginFoot code{color:#d8b4fe}.adminGhostButton,.adminActionButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;border-radius:var(--admin-radius-md);font-weight:700}.adminGhostButton{border:1px solid var(--border);background:#0d0817d6;color:var(--text)}.adminGhostButton:hover{border-color:#a855f74d}.adminActionButton{border:0;color:#fff}.adminActionButton.ok{background:linear-gradient(135deg,#22c55ee6,#06b6d4e6)}.adminActionButton.warn{background:linear-gradient(135deg,#f59e0beb,#f97316eb)}.adminActionButton.err{background:linear-gradient(135deg,#ef4444eb,#be185deb)}.adminActionButton.muted{background:#675c8a8f;color:var(--text-mute)}.adminInlineAlert{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--admin-radius-lg);border:1px solid var(--border);background:#120a22d6;color:var(--text)}.adminInlineAlert.err{border-color:#ef44445c;background:#45111c6b}.adminStatusPill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:var(--admin-radius-pill);border:1px solid transparent;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.adminStatusPill.pending_documents{color:#fcd34d;background:#f59e0b1f;border-color:#f59e0b42}.adminStatusPill.pending_review{color:#67e8f9;background:#06b6d41f;border-color:#06b6d43d}.adminStatusPill.approved{color:#86efac;background:#22c55e1f;border-color:#22c55e3d}.adminStatusPill.rejected{color:#fca5a5;background:#ef44441f;border-color:#ef44443d}.adminStatusPill.suspended{color:#d8b4fe;background:#a855f71f;border-color:#a855f73d}.adminTableLink{display:inline-flex;align-items:center;gap:6px;border:0;padding:0;background:transparent;color:#8bd8ff;font-size:13px;font-weight:700;text-decoration:none}.adminCustomersPage{position:relative}.adminDashboardPage{display:grid;gap:18px;background:radial-gradient(circle at top right,rgba(192,132,252,.14),transparent 28%),radial-gradient(circle at 12% 0%,rgba(6,182,212,.1),transparent 20%),linear-gradient(180deg,#0c0820,#06040f)}.adminDashboardHero,.adminDashboardPanel,.adminDashboardMetricCard,.adminDashboardActionCard{border:1px solid rgba(192,132,252,.16);border-radius:var(--admin-radius-xl);background:linear-gradient(180deg,#140d28db,#090712eb),radial-gradient(circle at top right,rgba(6,182,212,.12),transparent 24%);box-shadow:inset 0 1px #ffffff0a,0 24px 80px #02010861,0 0 30px #a855f714;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.adminDashboardHero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px}.adminDashboardHeroCopy{display:grid;gap:8px;max-width:760px}.adminDashboardHero h1{color:var(--text);font-size:clamp(30px,4vw,40px);line-height:1.04;letter-spacing:-.03em}.adminDashboardHero p,.adminDashboardSectionHeader p,.adminDashboardMetricCard p,.adminDashboardActionCard p,.adminDashboardRefreshMeta{color:var(--text-mute)}.adminDashboardHero p{font-size:14px;line-height:1.6}.adminDashboardHeroMeta{display:grid;justify-items:end;gap:10px;min-width:220px}.adminDashboardRefreshMeta{font-size:12px}.adminDashboardRefreshButton{min-width:124px}.adminDashboardRefreshButton .isSpinning{animation:adminDashboardSpin .9s linear infinite}.adminDashboardMetricsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.adminDashboardMetricCard{display:grid;gap:10px;min-height:172px;padding:18px}.adminDashboardMetricHeader,.adminDashboardActionHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.adminDashboardMetricHeader{color:#d8b4fe;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.adminDashboardMetricCard strong{color:var(--text);font-size:clamp(28px,3vw,34px);line-height:1}.adminDashboardSupplierValue{display:flex;align-items:center;gap:10px}.adminDashboardStatusDot{width:12px;height:12px;border-radius:50%;box-shadow:0 0 18px currentColor}.adminDashboardStatusDot.ok{color:var(--ok);background:var(--ok)}.adminDashboardStatusDot.warning{color:var(--warn);background:var(--warn)}.adminDashboardStatusDot.critical{color:var(--err);background:var(--err)}.adminDashboardTokenAlert,.adminDashboardToneChip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:var(--admin-radius-pill);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.adminDashboardTokenAlert,.adminDashboardToneChip.warning{color:#fcd34d;border:1px solid rgba(245,158,11,.3);background:#f59e0b1f}.adminDashboardToneChip.ok{color:#86efac;border:1px solid rgba(34,197,94,.24);background:#22c55e1f}.adminDashboardToneChip.critical{color:#fca5a5;border:1px solid rgba(239,68,68,.24);background:#ef44441f}.adminDashboardCarrierLabel{max-width:16ch;font-size:26px;line-height:1.14}.adminDashboardSectionHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 20px 14px}.adminDashboardSectionHeader h2{color:var(--text);font-size:18px}.adminDashboardActivityCard{overflow:hidden}.adminDashboardActivityList{display:grid}.adminDashboardActivityHead,.adminDashboardActivityRow{display:grid;grid-template-columns:136px 170px 118px minmax(0,1fr);gap:14px;align-items:start;padding:14px 20px}.adminDashboardActivityHead{border-top:1px solid rgba(192,132,252,.14);border-bottom:1px solid rgba(192,132,252,.14);background:#0b081680;color:var(--text-dim);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.adminDashboardActivityRow{border-bottom:1px solid rgba(192,132,252,.08);color:var(--text);font-size:13px}.adminDashboardActivityRow:last-child{border-bottom:0}.adminDashboardActivityTime,.adminDashboardActivityActor{color:var(--text-mute)}.adminDashboardActivityType{color:#e9d5ff;font-weight:700}.adminDashboardActivityMessage{line-height:1.6}.adminDashboardEmptyState{padding:18px 20px 22px;color:var(--text-mute)}.adminDashboardActionGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.adminDashboardActionCard{display:grid;gap:12px;min-height:204px;padding:18px;color:inherit;text-decoration:none;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.adminDashboardActionCard:hover{transform:translateY(-2px);border-color:#c084fc4d;box-shadow:inset 0 1px #ffffff0a,0 28px 90px #02010870,0 0 34px #a855f71f}.adminDashboardActionTitle{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:16px;font-weight:700}.adminDashboardActionLink{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#8bd8ff;font-size:13px;font-weight:800}@keyframes adminDashboardSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customersHero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.customersHero h1{margin-top:8px;color:var(--text);font-size:clamp(28px,4vw,40px);letter-spacing:-.03em}.customersHero p{max-width:58ch;margin-top:10px;color:var(--text-mute)}.customersEyebrow,.customersDrawerEyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:var(--admin-radius-pill);background:#a855f729;border:1px solid rgba(168,85,247,.28);color:#e9d5ff;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.customersStatsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.customerStatCard{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;padding:18px;border:1px solid var(--border);border-radius:20px;background:radial-gradient(circle at top right,rgba(168,85,247,.14),transparent 28%),linear-gradient(180deg,#1b1133f5,#0c0814f5);box-shadow:0 22px 50px #04020a47}.customerStatIcon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;color:#fff}.customerStatIcon.violet{background:linear-gradient(135deg,#a855f7e0,#ec4899e0)}.customerStatIcon.cyan{background:linear-gradient(135deg,#06b6d4e0,#3b82f6e0)}.customerStatIcon.green{background:linear-gradient(135deg,#22c55ee0,#10b981e0)}.customerStatIcon.red{background:linear-gradient(135deg,#ef4444e0,#e11d48e0)}.customerStatCard strong,.customerStatCard span{display:block}.customerStatCard strong{color:var(--text);font-size:28px;line-height:1}.customerStatCard span:last-child{margin-top:6px;color:var(--text-mute);font-size:13px}.customersFiltersSurface,.customersQueueSurface{padding:18px;border:1px solid var(--border);border-radius:22px;background:#0d0817e0;box-shadow:0 22px 50px #04020a3d}.customersFiltersSurface{margin-bottom:18px}.customersFilterRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.customersFilterRow label,.customersDialogField{display:grid;gap:8px}.customersFilterRow span,.customersDialogField span{color:var(--text-mute);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.customersFilterRow select,.customersDialogField select,.customersDialogField textarea{width:100%;border:1px solid var(--border);border-radius:var(--admin-radius-md);background:#0a0612eb;color:var(--text)}.customersFilterRow select,.customersDialogField select{min-height:44px;padding:0 12px}.customersDialogField textarea{min-height:112px;padding:12px;resize:vertical}.customersFiltersMeta{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px;color:var(--text-dim);font-size:12px}.customersTableWrap{overflow:auto}.customersTable{min-width:980px}.customersTable th,.customersTable td{border-top-color:#5c4f8142;color:var(--text)}.customersTable td{background:transparent}.customersTable tbody tr:hover{background:#11182747}.customersCompanyCell,.customersCountryCell{display:flex;align-items:center;gap:12px}.customersCompanyIcon{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#a855f7b8,#06b6d4b8);color:#fff}.customersCompanyCell strong,.customersCountryCell strong{display:block;color:var(--text)}.customersCompanyCell span,.customersCountryCell span,.customersDocsCell span,.customersAgeCell span{color:var(--text-mute);font-size:12px}.customersTaxCell,.customersDocsCell,.customersAgeCell{display:grid;gap:8px}.customersTaxCell code{color:#fef08a;font-family:var(--admin-font-mono)}.adminValidationChip{display:inline-flex;align-items:center;gap:6px;width:fit-content;min-height:28px;padding:0 10px;border-radius:var(--admin-radius-pill);border:1px solid transparent;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.adminValidationChip.ok{color:#86efac;background:#22c55e1f;border-color:#22c55e38}.adminValidationChip.err{color:#fca5a5;background:#ef44441f;border-color:#ef444438}.adminValidationChip.warn{color:#fcd34d;background:#f59e0b1f;border-color:#f59e0b38}.adminValidationChip.info{color:#93c5fd;background:#3b82f61f;border-color:#3b82f638}.adminValidationChip.neutral{color:#d8b4fe;background:#a855f71f;border-color:#a855f738}.customersEmptyState,.customersEmptyInline,.customersDrawerEmpty{display:flex;align-items:center;gap:12px;color:var(--text-mute)}.customersEmptyState{padding:18px 12px}.customersEmptyState strong,.customersEmptyInline strong{display:block;color:var(--text)}.customersLoadingBar{margin-top:14px;color:var(--text-mute);font-size:13px}.customersDrawerScrim{position:fixed;inset:0;z-index:29;background:#0302082e;opacity:0;pointer-events:none;transition:opacity .16s ease}.customersDrawerScrim.open{opacity:1;pointer-events:auto}.customersDrawer{position:fixed;top:0;right:0;z-index:30;width:min(560px,100vw);height:100vh;padding:24px 22px 40px;border-left:1px solid var(--border);background:radial-gradient(circle at top left,rgba(6,182,212,.1),transparent 24%),linear-gradient(180deg,#140d25fa,#090610fa);box-shadow:-30px 0 80px #0201087a;overflow-y:auto;transform:translate(100%);transition:transform .18s ease}.customersDrawer.open{transform:translate(0)}.customersDrawerHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.customersDrawerHeader h2{margin-top:10px;color:var(--text);font-size:26px}.customersDrawerHeader p{margin-top:8px;color:var(--text-mute)}.customersDrawerBody{display:grid;gap:16px}.customersDrawerSection{padding:18px;border:1px solid var(--border);border-radius:20px;background:#0d0817b3}.customersSectionHeading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.customersSectionHeading h3{color:var(--text);font-size:15px;text-transform:uppercase;letter-spacing:.08em}.customersSectionMeta{color:var(--text-dim);font-size:12px}.customersInfoGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin:0}.customersInfoGrid dt{color:var(--text-dim);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.customersInfoGrid dd{margin:6px 0 0;color:var(--text)}.customersInfoGrid code{color:#fef08a;font-family:var(--admin-font-mono)}.customersTimeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.customersTimeline div{padding:12px;border-radius:16px;background:#a855f714;border:1px solid rgba(168,85,247,.12)}.customersTimeline span,.customersTimeline strong{display:block}.customersTimeline span{color:var(--text-dim);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.customersTimeline strong{margin-top:8px;color:var(--text);font-size:13px}.customersDocumentStack,.customersHistoryList{display:grid;gap:14px}.customersDocumentCard{padding:14px;border-radius:18px;background:#0c0a18c7;border:1px solid rgba(91,79,129,.24)}.customersDocumentCard header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.customersDocumentCard strong,.customersDocumentCard span{display:block}.customersDocumentCard strong{color:var(--text)}.customersDocumentCard span{color:var(--text-mute);font-size:12px}.customersDocumentFrame,.customersDocumentImage{width:100%;min-height:300px;border:1px solid rgba(91,79,129,.22);border-radius:14px;background:#fff}.customersDocumentImage{object-fit:contain}.customersInlineDownload{margin-bottom:12px}.customersValidationSummary{display:grid;gap:8px}.customersValidationSummary p{color:var(--text-mute)}.customersValidationSummary strong{color:var(--text)}.customersRawDetails{margin-top:14px}.customersRawDetails summary{cursor:pointer;color:#8bd8ff;font-weight:700}.customersRawDetails pre{margin-top:12px;padding:14px;border-radius:14px;overflow:auto;background:#060a14e6;color:#cbd5f5;font-size:12px}.customersHistoryItem{padding:14px;border-radius:16px;background:#0c0a18c7;border:1px solid rgba(91,79,129,.22)}.customersHistoryItem div{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.customersHistoryItem strong{color:var(--text)}.customersHistoryItem span,.customersHistoryItem p{color:var(--text-mute)}.customersHistoryItem p{margin-top:8px}.customersActionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customersActionHint{margin-top:10px;color:var(--text-dim);font-size:12px}.customersDialog{position:fixed;top:50%;left:50%;z-index:40;width:min(520px,calc(100vw - 32px));padding:0;border:1px solid var(--border);border-radius:24px;background:linear-gradient(180deg,#120c22fa,#090610fa);color:var(--text);transform:translate(-50%,-50%);box-shadow:0 40px 90px #00000080}.customersDialog::backdrop{background:#03020880}.customersDialogHeader,.customersDialogActions{display:flex;align-items:center;justify-content:space-between;gap:12px}.customersDialogHeader{padding:22px 22px 0}.customersDialogHeader h3{color:var(--text);font-size:20px}.customersDialog p,.customersDialogField,.customersDialogActions{padding-left:22px;padding-right:22px}.customersDialog p{margin-top:12px;color:var(--text-mute)}.customersDialogField{margin-top:16px}.customersDialogActions{padding-top:18px;padding-bottom:22px}.suppliersPage{display:grid;gap:18px;background:radial-gradient(circle at top right,rgba(6,182,212,.14),transparent 28%),radial-gradient(circle at 8% 0%,rgba(168,85,247,.14),transparent 24%),linear-gradient(180deg,#0c0820,#06040f)}.suppliersPageHeader,.suppliersHeroCard,.suppliersTablePanel,.suppliersStatusCard,.suppliersOutreachPanel,.suppliersAuditPanel{border:1px solid rgba(192,132,252,.16);border-radius:var(--admin-radius-xl);background:linear-gradient(180deg,#140d28db,#090712eb),radial-gradient(circle at top right,rgba(6,182,212,.12),transparent 24%);box-shadow:inset 0 1px #ffffff0a,0 24px 80px #02010861,0 0 30px #a855f714;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.suppliersPageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px}.suppliersPageHeader h1{color:var(--text);font-size:clamp(30px,4vw,40px);line-height:1.04;letter-spacing:-.03em}.suppliersPageHeader p,.suppliersOutreachHint,.suppliersMetricCard small,.suppliersGuardrail,.suppliersTableSecondary,.suppliersAuditEmpty{color:var(--text-mute)}.suppliersPageHeader p{margin-top:8px;max-width:66ch;line-height:1.6}.suppliersPageHeaderActions{display:grid;justify-items:end;gap:10px;min-width:220px}.suppliersHeroActions{display:flex;align-items:center;gap:12px}.suppliersSyncButton .isSpinning{animation:adminDashboardSpin .9s linear infinite}.suppliersStatusBadge,.suppliersHealthBadge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:var(--admin-radius-pill);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.suppliersStatusBadge.ok,.suppliersHealthBadge.healthy{color:#86efac;border:1px solid rgba(34,197,94,.24);background:#22c55e1f}.suppliersStatusBadge.warn,.suppliersHealthBadge.degraded,.suppliersHealthBadge.mock{color:#fcd34d;border:1px solid rgba(245,158,11,.3);background:#f59e0b1f}.suppliersStatusBadge.err,.suppliersHealthBadge.down{color:#fca5a5;border:1px solid rgba(239,68,68,.24);background:#ef44441f}.suppliersStatusGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:0 20px 20px}.suppliersMetricCard{display:grid;gap:10px;min-height:156px;padding:18px;border:1px solid rgba(192,132,252,.12);border-radius:18px;background:#0a07167a}.suppliersMetricCard span{color:#d8b4fe;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.suppliersMetricCard strong{color:var(--text);font-size:clamp(24px,3vw,30px);line-height:1.1}.suppliersCountdownBanner,.suppliersGuardrail,.suppliersOutreachHint{display:flex;align-items:center;gap:10px}.suppliersCountdownBanner{margin:0 20px 18px;padding:12px 14px;border-radius:var(--admin-radius-lg);color:#fcd34d;border:1px solid rgba(245,158,11,.3);background:#f59e0b1f;font-weight:700}.suppliersGuardrail{padding:0 20px 20px;line-height:1.5}.suppliersTableWrap,.suppliersOutreachWrap{overflow-x:auto;padding:0 20px 20px}.suppliersTable,.suppliersOutreachTable{width:100%;border-collapse:collapse}.suppliersTable th,.suppliersTable td,.suppliersOutreachTable th,.suppliersOutreachTable td{padding:14px 0;border-top:1px solid rgba(192,132,252,.1);color:var(--text);font-size:13px;text-align:left;vertical-align:top}.suppliersTable th,.suppliersOutreachTable th{color:var(--text-dim);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.suppliersTable td+td,.suppliersTable th+th,.suppliersOutreachTable td+td,.suppliersOutreachTable th+th{padding-left:18px}.suppliersTablePrimary{color:var(--text);font-weight:700}.suppliersTableSecondary{margin-top:4px;font-size:12px;line-height:1.5}.suppliersTableEmpty,.suppliersAuditEmpty{padding:0 20px 20px}.suppliersOutreachHint{padding:0 20px 16px}.suppliersAuditList{display:grid}.suppliersAuditHead,.suppliersAuditRow{display:grid;grid-template-columns:124px 184px 140px minmax(0,1fr);gap:14px;align-items:start;padding:14px 20px}.suppliersAuditHead{border-top:1px solid rgba(192,132,252,.14);border-bottom:1px solid rgba(192,132,252,.14);background:#0b081680;color:var(--text-dim);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.suppliersAuditRow{border-bottom:1px solid rgba(192,132,252,.08);color:var(--text);font-size:13px;line-height:1.6}.suppliersAuditRow:last-child{border-bottom:0}@media(max-width:1280px){.adminDashboardMetricsGrid,.adminDashboardActionGrid,.suppliersStatusGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.adminDashboardActivityHead,.adminDashboardActivityRow,.suppliersAuditHead,.suppliersAuditRow{grid-template-columns:124px 150px 104px minmax(0,1fr)}}@media(max-width:1040px){.adminDashboardHero,.suppliersPageHeader{flex-direction:column}.adminDashboardHeroMeta,.suppliersPageHeaderActions{justify-items:start;min-width:0}.adminDashboardActivityHead,.adminDashboardActivityRow,.suppliersAuditHead,.suppliersAuditRow{grid-template-columns:112px 132px 94px minmax(0,1fr)}}@media(max-width:1100px){.customersStatsGrid,.customersFilterRow,.customersTimeline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:960px){.adminShell{grid-template-columns:1fr;grid-template-rows:auto auto minmax(0,1fr);grid-template-areas:"top" "side" "main"}.adminSidebar{padding-top:14px}.adminSidebarSection{grid-template-columns:repeat(2,minmax(0,1fr))}.adminPage,.workspace{padding:20px}.adminDashboardMetricsGrid,.adminDashboardActionGrid,.suppliersStatusGrid{grid-template-columns:1fr}.adminDashboardActivityHead,.suppliersAuditHead{display:none}.adminDashboardActivityRow,.suppliersAuditRow{grid-template-columns:1fr;gap:6px}.adminDashboardActivityTime{font-weight:700}.customersHero{flex-direction:column}.customersDrawer{width:100vw}}@media(max-width:640px){.adminTopbar{align-items:flex-start;flex-direction:column;padding:16px}.adminSidebarSection{grid-template-columns:1fr}.adminDashboardHero,.adminDashboardMetricCard,.adminDashboardActionCard,.adminDashboardSectionHeader,.adminDashboardActivityRow,.suppliersPageHeader,.suppliersAuditRow{padding-left:16px;padding-right:16px}.adminDashboardHero{padding-top:18px;padding-bottom:18px}.adminDashboardActionHeader,.suppliersHeroActions{align-items:flex-start;flex-direction:column}.suppliersTable td+td,.suppliersTable th+th,.suppliersOutreachTable td+td,.suppliersOutreachTable th+th{padding-left:12px}.customersStatsGrid,.customersFilterRow,.customersInfoGrid,.customersTimeline,.customersActionGrid{grid-template-columns:1fr}.customersDrawer{padding:16px 14px 28px}.customersDialogHeader,.customersDialog p,.customersDialogField,.customersDialogActions{padding-left:16px;padding-right:16px}.customersDialogActions{flex-direction:column;align-items:stretch}}.adminOrdersPage{position:relative}.ordersHero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.ordersEyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:var(--admin-radius-pill);background:#a855f729;border:1px solid rgba(168,85,247,.28);color:#e9d5ff;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ordersHero h1{margin-top:8px;color:var(--text);font-size:clamp(28px,4vw,40px);letter-spacing:-.03em}.ordersHero p{max-width:68ch;margin-top:10px;color:var(--text-mute)}.ordersFiltersSurface,.ordersSurface,.ordersEmptyCard{border:1px solid var(--border);border-radius:22px;background:radial-gradient(circle at top right,rgba(168,85,247,.12),transparent 26%),linear-gradient(180deg,#100a1deb,#090712f0);box-shadow:0 22px 50px #04020a3d}.ordersFiltersSurface,.ordersSurface{padding:18px}.ordersFiltersSurface{margin-bottom:18px}.ordersFilterRow{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:14px;align-items:end}.ordersFilterChipRow{display:flex;flex-wrap:wrap;gap:10px}.ordersFilterChip{min-height:42px;padding:0 14px;border:1px solid rgba(168,85,247,.2);border-radius:999px;background:#0c0a18db;color:var(--text-mute);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:border-color .12s ease,color .12s ease,box-shadow .12s ease,transform .12s ease}.ordersFilterChip:hover,.ordersFilterChip.active{color:var(--text);border-color:#a855f761;box-shadow:0 0 26px #a855f724}.ordersFilterChip.active{transform:translateY(-1px);background:linear-gradient(135deg,#4e1d92e0,#0891b247)}.ordersSearchField{display:grid;gap:8px}.ordersSearchField span{color:var(--text-mute);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ordersSearchField input{width:100%;min-height:46px;padding:0 14px;border:1px solid var(--border);border-radius:var(--admin-radius-md);background:#0a0612eb;color:var(--text)}.ordersFiltersMeta{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px;color:var(--text-dim);font-size:12px}.ordersLoadingBar{margin-bottom:18px;color:var(--text-mute);font-size:13px}.ordersEmptyCard{display:grid;gap:10px;padding:26px 24px;color:var(--text-mute)}.ordersEmptyCard strong{color:var(--text);font-size:20px}.ordersTableWrap,.ordersLineItemsWrap{overflow:auto}.ordersTable,.ordersLineItemsTable{min-width:1060px}.ordersTable th,.ordersTable td,.ordersLineItemsTable th,.ordersLineItemsTable td{border-top-color:#5c4f8142;color:var(--text)}.ordersTable td,.ordersLineItemsTable td{background:transparent}.ordersTable tbody tr:hover,.ordersLineItemsTable tbody tr:hover{background:#11182747}.ordersLedgerCell,.ordersCustomerCell,.ordersTotalCell,.ordersShippingCell,.ordersLineItemTitle{display:grid;gap:6px}.ordersLedgerCell strong,.ordersCustomerCell strong,.ordersTotalCell strong,.ordersShippingCell strong,.ordersLineItemTitle strong{color:var(--text)}.ordersLedgerCell span,.ordersCustomerCell span,.ordersTotalCell span,.ordersLineItemTitle span,.ordersFilteredEmpty span{color:var(--text-mute);font-size:12px}.ordersFilteredEmptyCell{padding:18px 14px}.ordersFilteredEmpty,.ordersDrawerEmptyInline,.ordersDrawerEmpty{display:grid;gap:8px;color:var(--text-mute)}.ordersFilteredEmpty strong,.ordersDrawerEmptyInline strong{color:var(--text)}.ordersStatusPill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:28px;padding:0 10px;border-radius:var(--admin-radius-pill);border:1px solid transparent;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ordersStatusPill.paid{color:#86efac;background:#22c55e1f;border-color:#22c55e38}.ordersStatusPill.pending{color:#fcd34d;background:#f59e0b1f;border-color:#f59e0b38}.ordersStatusPill.cancelled{color:#fca5a5;background:#ef44441f;border-color:#ef444438}.ordersDrawerScrim{position:fixed;inset:0;z-index:29;background:#0302082e;opacity:0;pointer-events:none;transition:opacity .16s ease}.ordersDrawerScrim.open{opacity:1;pointer-events:auto}.ordersDrawer{position:fixed;top:0;right:0;z-index:30;width:min(580px,100vw);height:100vh;padding:24px 22px 40px;border-left:1px solid var(--border);background:radial-gradient(circle at top left,rgba(6,182,212,.1),transparent 24%),linear-gradient(180deg,#140d25fa,#090610fa);box-shadow:-30px 0 80px #0201087a;overflow-y:auto;transform:translate(100%);transition:transform .18s ease}.ordersDrawer.open{transform:translate(0)}.ordersDrawerHeader,.ordersDrawerActions,.ordersSectionHeading,.ordersHistoryItem div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ordersDrawerHeader{margin-bottom:16px}.ordersDrawerHeader h2{margin-top:10px;color:var(--text);font-size:26px}.ordersDrawerHeader p{margin-top:8px;color:var(--text-mute)}.ordersDrawerActions{flex-direction:column;align-items:flex-end}.ordersDrawerBody{display:grid;gap:16px}.ordersDrawerSection{padding:18px;border:1px solid var(--border);border-radius:20px;background:#0d0817b3}.ordersSectionHeading{margin-bottom:14px}.ordersSectionHeading h3{color:var(--text);font-size:15px;text-transform:uppercase;letter-spacing:.08em}.ordersSectionMeta{color:var(--text-dim);font-size:12px}.ordersInfoGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin:0}.ordersInfoGrid dt{color:var(--text-dim);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.ordersInfoGrid dd{margin:6px 0 0;color:var(--text)}.ordersInfoGrid code,.ordersLineItemsTable code{color:#fef08a;font-family:var(--admin-font-mono)}.ordersHistoryList{display:grid;gap:12px}.ordersHistoryItem{padding:14px;border-radius:16px;background:#0c0a18c7;border:1px solid rgba(91,79,129,.22)}.ordersHistoryItem strong{color:var(--text)}.ordersHistoryItem span,.ordersHistoryItem p{color:var(--text-mute)}.ordersHistoryItem p{margin-top:8px}.ordersDrawerEmpty{padding:12px 4px 0}@media(max-width:1100px){.ordersFilterRow,.ordersInfoGrid{grid-template-columns:1fr}}@media(max-width:960px){.ordersHero{flex-direction:column}.ordersDrawer{width:100vw}}@media(max-width:640px){.ordersFiltersSurface,.ordersSurface,.ordersEmptyCard,.ordersDrawerSection{padding-left:16px;padding-right:16px}.ordersDrawer{padding:16px 14px 28px}.ordersDrawerActions{width:100%;align-items:stretch}}.disputesPage{display:flex;flex-direction:column;gap:18px}.disputesBanner{display:grid;grid-template-columns:24px 1fr;gap:14px;align-items:start;padding:16px 18px;border-radius:14px;border:1px solid rgba(255,195,0,.4);background:linear-gradient(135deg,#ffc3001f,#ffc3000a);color:#ffffffeb;font-size:14px;line-height:1.55}.disputesBanner svg{color:#ffc300f2;margin-top:2px}.disputesBanner code{background:#ffffff14;padding:1px 6px;border-radius:4px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12.5px}.disputesSopCard{display:grid;grid-template-columns:24px 1fr;gap:14px;align-items:start;padding:16px 18px;border-radius:14px;background:#8450ff0f;border:1px solid rgba(132,80,255,.18)}.disputesSopCard h2{font-size:15px;margin:0 0 4px;color:#f4eeff}.disputesSopCard p{margin:0 0 8px;color:#ffffffc7;font-size:13.5px;line-height:1.55}.disputesSopLinks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;font-size:12.5px;color:#ffffffb3}.disputesSopLinks code{background:#ffffff0f;padding:1px 6px;border-radius:4px;font-family:JetBrains Mono,ui-monospace,monospace;color:#d8c9ff}.disputesToolbar{display:flex;align-items:center;gap:12px}.disputesToolbar input[type=search]{flex:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px 14px;border-radius:10px;font-size:13.5px}.disputesToolbar input[type=search]:focus{outline:none;border-color:#8450ffb3;box-shadow:0 0 0 3px #8450ff2e}.disputesCount{font-size:12.5px;color:#fff9;white-space:nowrap}.disputesEmpty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;text-align:center;border-radius:14px;background:#ffffff05;border:1px dashed rgba(255,255,255,.12);color:#ffffffb3}.disputesEmpty strong{color:#f4eeff;font-size:14px}.disputesEmpty p{margin:0;font-size:13px}.disputesTable code{background:#ffffff0d;padding:1px 6px;border-radius:4px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;color:#e2d6ff}.disputesMessage{color:#ffffffc7;font-size:13px;max-width:420px}.disputesPill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.disputesPill--order-failed{background:#ff5c5c29;color:#ffb4b4;border:1px solid rgba(255,92,92,.32)}.disputesPill--customer-rejected{background:#ffc30029;color:#ffe079;border:1px solid rgba(255,195,0,.32)}.adminErrorCard{padding:16px 18px;border-radius:12px;background:#ff5c5c14;border:1px solid rgba(255,92,92,.3);color:#ffd0d0}.adminErrorCard strong{display:block;margin-bottom:4px;color:#fff}.adminErrorCard p{margin:0 0 10px;font-size:13px}.adminPageHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.adminPageHeader h1{margin:4px 0 6px;font-size:26px;color:#fff}.adminEyebrow{display:inline-block;font-size:11.5px;letter-spacing:1.2px;text-transform:uppercase;color:#e8daffb3;font-weight:600}.adminLede{margin:0;color:#ffffffb3;font-size:14px;line-height:1.55;max-width:720px}.adminInventoryPage{display:grid;gap:18px;background:radial-gradient(circle at top right,rgba(192,132,252,.14),transparent 28%),radial-gradient(circle at 10% 2%,rgba(6,182,212,.12),transparent 24%),linear-gradient(180deg,#0c0820,#06040f)}.adminInventoryHero,.adminInventoryPanel,.adminInventoryMetricCard,.adminInventorySummaryCard{border:1px solid rgba(192,132,252,.16);border-radius:var(--admin-radius-xl);background:linear-gradient(180deg,#140d28db,#090712eb),radial-gradient(circle at top right,rgba(6,182,212,.12),transparent 24%);box-shadow:inset 0 1px #ffffff0a,0 24px 80px #02010861,0 0 30px #a855f714;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.adminInventoryHero,.adminInventoryPanel{padding:22px 24px}.adminInventoryHero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.adminInventoryHeroCopy{display:grid;gap:8px;max-width:780px}.adminInventoryHeroTitleRow{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.adminInventoryHero h1,.adminInventoryPanel h2,.adminInventoryMetricCard strong,.adminInventorySummaryCard strong,.adminInventorySelectionCard strong{color:var(--text)}.adminInventoryHero h1{font-size:clamp(30px,4vw,40px);line-height:1.04;letter-spacing:-.03em}.adminInventoryHero p,.adminInventoryPanel p,.adminInventoryMetricCard p,.adminInventorySelectionCard p,.inventoryFilterField span,.inventoryToggleField span,.adminInventoryPanelMeta,.adminInventoryPaginationMeta{color:var(--text-mute)}.adminInventoryHero p{font-size:14px;line-height:1.6}.adminInventoryHeroMeta{display:grid;justify-items:end;gap:10px;min-width:220px}.adminInventoryRefreshButton .isSpinning{animation:adminDashboardSpin .9s linear infinite}.adminInventorySkuPill,.adminInventoryPanelMeta{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:var(--admin-radius-pill);border:1px solid rgba(6,182,212,.28);background:#06b6d41f;color:#8ae8ff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.adminInventoryMetrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.adminInventoryMetricCard{display:grid;gap:10px;min-height:156px;padding:18px}.adminInventoryMetricHeader,.adminInventoryPanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.adminInventoryMetricHeader{color:#d8b4fe;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.adminInventoryMetricCard strong{font-size:clamp(28px,3vw,34px);line-height:1}.inventoryFilters{display:grid;gap:16px}.inventoryFilterGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.inventoryFilterField,.inventoryToggleField{display:grid;gap:8px}.inventoryFilterField span,.inventoryToggleField>span:first-child,.inventorySearchField span{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.inventoryFilterField select,.inventoryFilterField input,.inventorySearchButton,.inventoryToggleControl{min-height:44px;border-radius:var(--admin-radius-md)}.inventoryFilterField select,.inventoryFilterField input{width:100%;border:1px solid var(--border);background:#0c0816eb;color:var(--text);padding:0 14px}.inventoryFilterField select:focus,.inventoryFilterField input:focus{border-color:#a855f7bf;box-shadow:0 0 0 3px #a855f72e,0 0 20px #a855f71f;outline:none}.inventoryToggleControl{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--border);background:#0c0816eb;padding:0 14px}.inventoryToggleControl input{accent-color:#a855f7}.inventorySearchForm{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;grid-column:1 / -1}.inventorySearchField{min-width:0}.inventorySearchButton{align-self:end}.adminInventoryLayout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr);gap:18px;align-items:start}.adminInventoryTablePanel,.adminInventoryRail{min-width:0}.adminInventoryRail{display:grid;gap:18px}.adminInventoryTableWrap{overflow-x:auto;margin-top:16px;border:1px solid rgba(58,45,104,.56);border-radius:var(--admin-radius-lg)}.adminInventoryTable{width:100%;min-width:1080px;border-collapse:collapse;color:var(--text)}.adminInventoryTable th,.adminInventoryTable td{padding:14px 16px;border-bottom:1px solid rgba(58,45,104,.46);text-align:left;font-size:13px;white-space:nowrap}.adminInventoryTable th{color:#c4b5fd;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;background:#0e0a18fa;position:sticky;top:0;z-index:1}.adminInventoryTable tbody tr{cursor:pointer;transition:background-color .14s ease,box-shadow .14s ease}.adminInventoryTable tbody tr:hover{background:#a855f714}.adminInventoryTable tbody tr.selected{background:#06b6d41a;box-shadow:inset 2px 0 #06b6d4}.adminInventorySkuCell{max-width:180px}.adminInventorySkuValue{display:inline-block;font-family:var(--admin-font-mono);font-size:12px}.adminInventoryStock{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:28px;padding:0 10px;border-radius:var(--admin-radius-pill);font-weight:700}.adminInventoryStock.ok{color:#86efac;border:1px solid rgba(34,197,94,.28);background:#22c55e1f}.adminInventoryStock.none{color:#fca5a5;border:1px solid rgba(239,68,68,.28);background:#ef44441f}.adminInventoryPagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.adminInventoryPaginationMeta{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.adminInventorySummaryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.adminInventorySummaryCard{display:grid;gap:10px;min-height:104px;padding:16px}.adminInventorySummaryCard span,.adminInventorySelectionLabel{color:#c4b5fd;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.adminInventorySummaryCard strong{font-size:24px}.adminInventorySelectionCard{display:grid;gap:8px;margin-top:16px;padding:16px;border:1px solid rgba(58,45,104,.56);border-radius:var(--admin-radius-lg);background:#0c0816b8}.adminInventorySelectionCard strong{font-size:20px}.adminInventoryEmptyState{display:grid;gap:8px;padding:24px;margin-top:16px;border:1px dashed rgba(168,85,247,.3);border-radius:var(--admin-radius-lg);background:#0c08168a}.adminInventoryEmptyState strong{color:var(--text)}@media(max-width:1260px){.inventoryFilterGrid,.adminInventoryMetrics,.adminInventorySummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.adminInventoryLayout{grid-template-columns:1fr}}@media(max-width:760px){.adminInventoryPage{padding-inline:20px}.adminInventoryHero{flex-direction:column}.adminInventoryHeroMeta{justify-items:start;min-width:0}.inventoryFilterGrid,.adminInventoryMetrics,.adminInventorySummaryGrid,.inventorySearchForm{grid-template-columns:1fr}.inventorySearchButton,.adminInventoryPagination .adminGhostButton{width:100%}.adminInventoryPagination{flex-direction:column;align-items:stretch}}
