:root{--blue:#2563eb;--blue-deep:#1e40af;--navy:#0f172a;--navy-2:#111c31;--sky:#38bdf8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-900:#0f172a;--white:#fff;--radius-control:6px;--radius-card:8px;--radius-popover:10px;--radius-modal:12px;--radius-pill:999px;--radius-ui:var(--radius-control);--radius-media:var(--radius-modal);--elevation-0:0 0 0 #0f172a00;--elevation-1:0 8px 24px #0f172a0f;--elevation-2:0 14px 36px #0f172a1a;--elevation-3:0 24px 64px #0f172a29;--motion-duration-instant:.12s;--motion-duration-fast:.16s;--motion-duration-normal:.22s;--motion-duration-emphasis:.32s;--motion-ease-standard:cubic-bezier(.2,.8,.2,1);--motion-ease-enter:cubic-bezier(.16,1,.3,1);--motion-ease-exit:cubic-bezier(.4,0,1,1);--container:1400px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-poppins), Arial, sans-serif;color:var(--slate-900);background:var(--white);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}input{border:1px solid var(--slate-200);border-radius:var(--radius-ui);width:100%;min-height:48px;color:var(--slate-900);background:#fff;outline:none;padding:0 14px}input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1f}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}p{color:var(--slate-600);line-height:1.72}.container{width:min(var(--container), calc(100% - 40px));margin:0 auto}.narrow-container{max-width:880px}.section{padding:96px 0}.section-light{background:#fff}.section-muted{background:var(--slate-50)}.section-dark{background:var(--navy);color:#fff}.section-dark p{color:#aab8cf}.page-hero{min-height:68vh;padding-top:112px}.eyebrow{letter-spacing:.14em;color:#9eb7de;align-items:center;gap:8px;margin-bottom:18px;font-size:12px;font-weight:600;display:inline-flex}.eyebrow.blue{color:var(--blue)}.btn{border-radius:var(--radius-ui);min-height:44px;transition:transform var(--motion-duration-fast) var(--motion-ease-standard), background var(--motion-duration-fast) var(--motion-ease-standard), border-color var(--motion-duration-fast) var(--motion-ease-standard), color var(--motion-duration-fast) var(--motion-ease-standard);border:0;justify-content:center;align-items:center;gap:8px;padding:0 17px;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-deep)}.btn-ghost{color:var(--slate-700);background:0 0}.btn-dark-outline{color:#fff;background:0 0;border:1px solid #fff3}.btn-dark-outline:hover{border-color:#ffffff73}.btn-large{min-height:52px;padding-inline:22px}.btn-full{width:100%}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:50;background:#fffffff2;border-bottom:1px solid #e2e8f0e6;height:72px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;height:100%;display:flex}.logo-link{display:inline-flex}.brand-mark{align-items:center;gap:10px;display:inline-flex}.brand-symbol{background:var(--navy);color:#fff;letter-spacing:-.08em;border-radius:5px;place-items:center;width:38px;height:38px;font-size:20px;font-weight:600;display:grid;position:relative;overflow:hidden}.brand-symbol:after{content:"";background:var(--blue);width:26px;height:5px;position:absolute;bottom:6px;right:-6px;transform:rotate(-42deg)}.brand-copy{flex-direction:column;line-height:1;display:flex}.brand-copy strong{letter-spacing:.04em;font-size:15px}.brand-copy small{letter-spacing:.16em;color:var(--slate-500);margin-top:5px;font-size:11px}.desktop-nav{align-items:center;gap:27px;margin-left:auto;display:flex}.desktop-nav a{color:var(--slate-600);font-size:13px;font-weight:600}.desktop-nav a:hover{color:var(--blue)}.header-actions{align-items:center;gap:8px;display:flex}.menu-button{background:0 0;border:0;width:44px;height:44px;padding:11px;display:none}.menu-button span{background:var(--navy);height:2px;margin:5px 0;display:block}.mobile-nav{display:none}.hero{min-height:720px;padding:96px 0 84px;position:relative;overflow:hidden}.hero-grid-bg{opacity:.28;background-image:linear-gradient(#94a3b814 1px,#0000 1px),linear-gradient(90deg,#94a3b814 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000e6,#0000 92%);mask-image:linear-gradient(#000000e6,#0000 92%)}.hero-glow{filter:blur(80px);opacity:.18;border-radius:50%;position:absolute}.hero-glow-one{background:var(--blue);width:420px;height:420px;top:-140px;right:9%}.hero-glow-two{background:var(--sky);opacity:.09;width:300px;height:300px;bottom:-120px;left:22%}.hero-layout{z-index:2;grid-template-columns:minmax(0,1.05fr) minmax(420px,.75fr);align-items:center;gap:84px;display:grid;position:relative}.hero h1{max-width:760px;margin-bottom:22px;font-size:clamp(44px,5.4vw,76px);line-height:1.04}.hero h1 span{color:#78a7ff}.hero-copy>p{max-width:650px;font-size:17px}.live-dot,.status-dot{background:var(--success);border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 5px #10b9811f}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.hero-proof{color:#8fa2bf;flex-wrap:wrap;gap:24px;margin-top:32px;font-size:12px;display:flex}.hero-proof strong{color:#fff;font-weight:600}.hero-console{background:#121f36f0;border:1px solid #94a3b82e;border-radius:12px;padding:20px;box-shadow:0 30px 80px #00000052}.console-topbar,.console-game,.console-total{justify-content:space-between;align-items:center;gap:12px;display:flex}.console-topbar{color:#dce8fa;border-bottom:1px solid #94a3b81f;padding-bottom:16px;font-size:13px;font-weight:600}.console-topbar>div{align-items:center;gap:8px;display:flex}.secure-pill,.available-pill{border-radius:99px;padding:5px 7px;font-size:10px;font-weight:600}.secure-pill{color:#8bb1ff;background:#2563eb24}.available-pill{color:#69e2b6;background:#10b9811f;margin-left:auto}.console-game{padding:18px 0}.console-game>div:nth-child(2){flex-direction:column;margin-right:auto;display:flex}.console-game span{color:#8191aa;font-size:11px}.game-avatar{background:linear-gradient(135deg,#f59e0b,#ef4444 55%,#7c3aed);border-radius:8px;place-items:center;width:46px;height:46px;font-weight:600;display:grid}.console-label{color:#8fa2bf;margin:10px 0 8px;font-size:11px;display:block}.mock-input{color:#667893;background:#0c1628;border:1px solid #94a3b82e;border-radius:5px;align-items:center;min-height:48px;padding-left:12px;font-size:12px;display:flex}.mock-input button{color:#8bb1ff;background:#2563eb26;border:0;align-self:stretch;margin-left:auto;padding:0 14px;font-weight:600}.mock-package{background:#0f172a85;border:1px solid #94a3b824;border-radius:5px;justify-content:space-between;align-items:center;margin:8px 0;padding:13px;display:flex}.mock-package.selected{border-color:#2563ebe6;box-shadow:inset 0 0 0 1px #2563eb8c}.mock-package div{flex-direction:column;display:flex}.mock-package strong{font-size:12px}.mock-package span{color:#71829d;margin-top:3px;font-size:10px}.mock-package b{color:#dbe9ff;font-size:12px}.console-total{border-top:1px solid #94a3b81f;margin-top:14px;padding:15px 0}.console-total span{color:#8191aa;font-size:11px}.console-note{color:#71829d;text-align:center;margin-top:10px;line-height:1.5;display:block}.trust-strip{border-bottom:1px solid var(--slate-200);background:#fff}.trust-strip-inner{text-align:center;min-height:70px;color:var(--slate-500);text-transform:uppercase;letter-spacing:.05em;grid-template-columns:repeat(4,1fr);align-items:center;gap:12px;font-size:11px;font-weight:600;display:grid}.section-heading h2,.cta-section h2{margin-bottom:14px;font-size:clamp(30px,4vw,48px)}.section-heading p{max-width:680px}.split-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:34px;display:flex}.centered-heading{text-align:center;max-width:760px;margin:0 auto 44px}.centered-heading p{margin-inline:auto}.text-link{color:var(--blue);white-space:nowrap;font-size:13px;font-weight:600}.featured-game-card{border:1px solid var(--slate-200);background:#fff;border-radius:12px;grid-template-columns:minmax(320px,.8fr) 1.1fr;min-height:390px;transition:transform .18s,box-shadow .18s;display:grid;overflow:hidden}.featured-game-card:hover{transform:translateY(-3px);box-shadow:0 24px 60px #0f172a14}.featured-game-art{place-items:center;min-height:320px;display:grid;position:relative;overflow:hidden}.featured-game-art:after{content:"";border:1px solid #ffffff3b;border-radius:50%;width:380px;height:380px;position:absolute}.featured-game-initials{color:#fff;letter-spacing:-.08em;z-index:1;font-size:84px;font-weight:600}.art-chip{color:#fff;letter-spacing:.11em;background:#0f172ab8;border-radius:4px;padding:7px 9px;font-size:11px;font-weight:600;position:absolute;bottom:20px;left:20px}.featured-game-content{flex-direction:column;justify-content:center;padding:46px;display:flex}.availability-row{color:var(--success);text-transform:capitalize;align-items:center;gap:9px;font-size:11px;font-weight:600;display:flex}.featured-game-content h3{margin:13px 0 10px;font-size:38px}.game-meta{color:var(--slate-500);border-top:1px solid var(--slate-100);flex-wrap:wrap;gap:18px;margin-top:12px;padding-top:18px;font-size:12px;display:flex}.inline-button{align-self:flex-start;margin-top:24px}.steps-grid,.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.step-card,.feature-card{border:1px solid var(--slate-200);background:#fff;border-radius:5px;padding:28px}.step-number{color:var(--blue);font-size:12px;font-weight:600}.step-card h3,.feature-card h2{margin:28px 0 9px;font-size:18px}.feature-card h2{margin-top:0}.step-card p,.feature-card p{margin-bottom:0;font-size:13px}.cta-section{padding:80px 0}.cta-layout{justify-content:space-between;align-items:center;gap:34px;display:flex}.cta-layout>div:first-child{max-width:720px}.cta-actions{flex-direction:column;gap:10px;min-width:230px;display:flex}.page-title-row{justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px;display:flex}.page-title-row h1,.narrow-container>h1,.track-container>h1{margin-bottom:12px;font-size:clamp(38px,5vw,60px)}.page-title-row p{max-width:680px}.search-shell{border:1px solid var(--slate-200);min-width:270px;height:48px;color:var(--slate-500);background:#fff;border-radius:5px;align-items:center;padding:0 14px;font-size:13px;display:flex}.search-shell.large{max-width:620px;margin:24px 0 34px}.games-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.game-card{border:1px solid var(--slate-200);background:#fff;border-radius:8px;transition:transform .18s,box-shadow .18s;overflow:hidden}.game-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px #0f172a14}.game-card-art{place-items:center;height:230px;display:grid}.game-card-art span{color:#fff;letter-spacing:-.08em;font-size:60px;font-weight:600}.game-card-body{padding:22px}.game-card h2{margin:13px 0 6px;font-size:24px}.game-card p{min-height:62px;font-size:12px}.card-bottom{border-top:1px solid var(--slate-100);color:var(--slate-500);justify-content:space-between;align-items:center;padding-top:14px;font-size:11px;display:flex}.card-bottom strong{color:var(--blue)}.product-page{padding-top:82px}.product-layout{grid-template-columns:.72fr 1.28fr;align-items:start;gap:54px;display:grid}.product-info-panel{position:sticky;top:105px}.product-art-large{aspect-ratio:1.3;background:linear-gradient(135deg,#f59e0b,#ef4444 50%,#7c3aed);border-radius:12px;place-items:center;width:100%;margin-bottom:30px;display:grid}.product-art-large span{color:#fff;letter-spacing:-.08em;font-size:80px;font-weight:600}.product-info-panel h1{margin-bottom:10px;font-size:46px}.mini-trust-list{color:var(--slate-600);gap:10px;margin-top:24px;font-size:12px;display:grid}.configurator-card{border:1px solid var(--slate-200);background:#fff;border-radius:8px}.config-step{border-bottom:1px solid var(--slate-100);padding:30px}.step-title{align-items:flex-start;gap:14px;margin-bottom:21px;display:flex}.step-title>span{background:var(--blue);color:#fff;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:11px;font-weight:600;display:grid}.step-title h2{margin-bottom:4px;font-size:18px}.step-title p{margin:0;font-size:11px}.field-row{grid-template-columns:1fr auto;gap:8px;display:grid}.verification-box{border-left:3px solid var(--success);background:#f0fdf9;flex-direction:column;margin-top:12px;padding:12px 14px;font-size:11px;display:flex}.verification-box span{color:var(--slate-600);margin-top:2px}.segmented-control{gap:6px;margin-bottom:15px;display:flex}.segmented-control button{border:1px solid var(--slate-200);color:var(--slate-600);text-transform:capitalize;background:#fff;border-radius:5px;min-height:36px;padding:0 12px;font-size:11px;font-weight:600}.segmented-control button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.package-grid{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.package-card{border:1px solid var(--slate-200);text-align:left;background:#fff;border-radius:5px;flex-direction:column;justify-content:space-between;min-height:82px;padding:16px;display:flex}.package-card span{color:var(--slate-700);font-size:12px}.package-card strong{color:var(--slate-900);font-size:15px}.package-card.selected{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue);background:#f8fbff}.checkout-summary{background:var(--slate-50);border-radius:0 0 8px 8px;padding:30px}.checkout-summary>div{justify-content:space-between;gap:20px;margin-bottom:11px;font-size:12px;display:flex}.checkout-summary>div span{color:var(--slate-500)}.checkout-summary .summary-total{border-top:1px solid var(--slate-200);margin-top:15px;padding-top:16px;font-size:16px}.checkout-summary small{text-align:center;color:var(--slate-500);margin-top:10px;display:block}.lead{max-width:760px;font-size:17px}.empty-state{border:1px dashed var(--slate-300);text-align:center;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;margin-top:36px;padding:24px;display:flex}.empty-state span{color:var(--slate-500);margin-top:6px;font-size:12px}.empty-state.compact{min-height:130px;margin-top:18px}.reseller-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;display:grid}.reseller-hero h1{max-width:720px;font-size:clamp(42px,5vw,66px)}.metric-preview{border:1px solid #94a3b82e;border-radius:10px;grid-template-columns:repeat(2,1fr);display:grid;overflow:hidden}.metric-preview div{background:#ffffff09;border:1px solid #94a3b817;flex-direction:column;justify-content:center;min-height:130px;padding:26px;display:flex}.metric-preview span{color:#8fa2bf;font-size:11px}.metric-preview strong{margin-top:5px;font-size:24px}.help-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.help-card{border:1px solid var(--slate-200);border-radius:5px;justify-content:space-between;gap:10px;padding:18px;font-size:12px;display:flex}.help-card span{color:var(--blue)}.track-container{max-width:680px}.track-card{border:1px solid var(--slate-200);border-radius:8px;margin-top:30px;padding:26px}.track-card label,.auth-card label,.dashboard-panel label{color:var(--slate-600);margin:14px 0 7px;font-size:11px;font-weight:600;display:block}.track-card .btn{margin-top:18px}.auth-page{background:var(--slate-50);place-items:center;min-height:calc(100vh - 72px);padding:70px 20px;display:grid}.auth-card{border:1px solid var(--slate-200);background:#fff;border-radius:8px;width:min(460px,100%);padding:34px}.auth-card h1{margin-bottom:8px;font-size:32px}.auth-card p{font-size:12px}.auth-card .btn{margin-top:18px}.config-status{border-radius:4px;margin-top:18px;padding:8px 10px;font-size:10px}.config-status.warn{color:#9a3412;background:#fff7ed}.config-status.ok{color:#047857;background:#ecfdf5}.form-message{color:var(--slate-600);margin-top:12px;font-size:11px}.portal-header{border-bottom:1px solid var(--slate-200);background:#fff;height:64px}.portal-header-inner{justify-content:space-between;align-items:center;gap:20px;height:100%;display:flex}.portal-header nav{color:var(--slate-600);gap:20px;font-size:11px;font-weight:600;display:flex}.portal-header nav a:hover{color:var(--blue)}.dashboard-shell{background:var(--slate-50);min-height:80vh;padding:56px 0 90px}.dashboard-content{max-width:1150px}.dashboard-header,.admin-top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.dashboard-header h1,.admin-top h1{margin:0;font-size:34px}.demo-badge{letter-spacing:.1em;color:var(--blue);background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:7px 9px;font-size:11px;font-weight:600}.stats-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.stats-grid article{border:1px solid var(--slate-200);background:#fff;border-radius:5px;flex-direction:column;min-height:122px;padding:18px;display:flex}.stats-grid span{color:var(--slate-500);text-transform:uppercase;letter-spacing:.05em;font-size:10px}.stats-grid strong{margin-top:12px;font-size:25px}.stats-grid small{color:var(--slate-500);margin-top:auto}.dashboard-panel{border:1px solid var(--slate-200);background:#fff;border-radius:5px;margin-top:10px;padding:22px}.dashboard-two-col{grid-template-columns:1fr 1fr;gap:10px;display:grid}.fake-select{border:1px solid var(--slate-200);min-height:48px;color:var(--slate-500);border-radius:5px;align-items:center;padding:0 13px;font-size:12px;display:flex}.dashboard-panel .btn{margin-top:17px}.admin-shell{background:#f8fafc;grid-template-columns:230px 1fr;min-height:100vh;display:grid}.admin-sidebar{background:var(--navy);color:#fff;flex-direction:column;align-items:stretch;padding:24px 15px;display:flex}.admin-logo{background:var(--blue);border-radius:5px;place-items:center;width:36px;height:36px;margin-bottom:10px;font-weight:600;display:grid}.admin-sidebar>strong{font-size:13px}.admin-sidebar>span{color:#7285a3;margin:4px 0 25px;font-size:11px}.admin-sidebar button{text-align:left;color:#9fb0ca;background:0 0;border:0;border-radius:5px;min-height:38px;padding:0 10px;font-size:11px;font-weight:500}.admin-sidebar button:first-of-type{background:var(--blue);color:#fff}.admin-main{min-width:0;padding:38px}.admin-alert{border-left:3px solid var(--blue);background:#eff6ff;flex-direction:column;margin-bottom:12px;padding:13px 15px;font-size:11px;display:flex}.admin-alert span{color:var(--slate-600);margin-top:3px}.admin-module-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px;display:grid}.admin-module-grid article{border:1px solid var(--slate-200);background:#fff;border-radius:5px;padding:18px}.admin-module-grid p{min-height:52px;font-size:11px}.admin-module-grid span{color:var(--blue);font-size:10px;font-weight:600}.site-footer{color:#fff;background:#08111f;padding:70px 0 24px}.site-footer .brand-symbol{background:var(--blue)}.site-footer .brand-copy small{color:#7589a6}.footer-grid{grid-template-columns:1.7fr repeat(3,.7fr);gap:50px;display:grid}.footer-grid h3{text-transform:uppercase;letter-spacing:.09em;color:#879ab6;margin-bottom:17px;font-size:11px}.footer-grid a,.footer-grid span{color:#b4c0d2;margin:9px 0;font-size:11px;display:block}.footer-copy{max-width:410px;margin-top:17px;font-size:11px;color:#7589a6!important}.footer-bottom{color:#60728e;border-top:1px solid #94a3b81f;justify-content:space-between;margin-top:46px;padding-top:20px;font-size:11px;display:flex}@media (max-width:1050px){.desktop-nav{display:none}.menu-button{display:block}.mobile-nav{border:1px solid var(--slate-200);background:#fff;padding:12px;display:grid;position:absolute;top:72px;left:50%;transform:translate(-50%);box-shadow:0 16px 50px #0f172a21}.mobile-nav a{padding:11px;font-size:12px}.hero-layout{grid-template-columns:1fr 390px;gap:36px}.hero h1{font-size:52px}.games-grid,.admin-module-grid{grid-template-columns:repeat(2,1fr)}.admin-shell{grid-template-columns:190px 1fr}}@media (max-width:820px){.section{padding:72px 0}.hero{padding-top:70px}.hero-layout,.reseller-hero,.product-layout{grid-template-columns:1fr}.hero-console{width:100%;max-width:520px}.product-info-panel{position:static}.product-art-large{max-width:520px}.trust-strip-inner{grid-template-columns:repeat(2,1fr);padding:16px 0}.featured-game-card{grid-template-columns:1fr}.steps-grid,.feature-grid,.stats-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.admin-shell{display:block}.admin-sidebar{display:none}.admin-main{padding:25px 20px}}@media (max-width:560px){.container{width:min(calc(100% - 28px), var(--container))}.header-actions .btn-ghost,.header-actions .btn-primary,.brand-copy{display:none}.hero{min-height:auto;padding:58px 0 62px}.hero h1{font-size:42px}.hero-copy>p{font-size:14px}.hero-actions .btn{width:100%}.hero-proof{gap:9px;display:grid}.hero-console{padding:14px}.trust-strip-inner{text-align:left;grid-template-columns:1fr}.split-heading,.cta-layout,.page-title-row{display:block}.text-link{margin-top:12px;display:inline-block}.featured-game-content{padding:25px}.featured-game-content h3{font-size:30px}.steps-grid,.feature-grid,.games-grid,.help-grid,.package-grid,.stats-grid,.dashboard-two-col,.admin-module-grid,.footer-grid{grid-template-columns:1fr}.cta-actions{margin-top:28px}.search-shell{width:100%;min-width:0;margin-top:20px}.config-step,.checkout-summary{padding:20px}.field-row{grid-template-columns:1fr}.metric-preview{grid-template-columns:1fr 1fr}.footer-bottom{gap:8px;display:grid}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}select,textarea{font:inherit;color:var(--slate-900);border:1px solid var(--slate-200);border-radius:var(--radius-ui);background:#fff;outline:none}select{width:100%;min-height:46px;padding:0 12px}textarea{resize:vertical;width:100%;padding:12px 14px;line-height:1.6}select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}label{color:var(--slate-600);font-size:11px;font-weight:600}label>input,label>select,label>textarea{margin-top:7px;display:block}label>small{color:var(--slate-500);margin-top:6px;font-weight:400;display:block}.btn-danger-ghost{color:#b91c1c;background:#fff;border:1px solid #fecaca}.btn-danger-ghost:hover{background:#fef2f2}.announcement-bar{background:var(--blue);color:#fff;font-size:11px;font-weight:600}.announcement-bar .container{justify-content:center;align-items:center;gap:18px;min-height:36px;display:flex}.announcement-bar a{text-underline-offset:3px;text-decoration:underline}.admin-brand{color:#fff;align-items:center;gap:10px;margin-bottom:23px;display:flex}.admin-brand .admin-logo{flex:none;margin:0}.admin-brand>div:last-child{flex-direction:column;display:flex}.admin-brand strong{font-size:12px}.admin-brand span{color:#7285a3;margin-top:3px;font-size:11px}.admin-nav{gap:3px;display:grid}.admin-nav a{color:#9fb0ca;border-radius:5px;align-items:center;min-height:38px;padding:0 10px;font-size:11px;font-weight:500;display:flex}.admin-nav a:hover{color:#fff;background:#ffffff0f}.admin-nav a.active{background:var(--blue);color:#fff}.admin-user{border-top:1px solid #94a3b824;flex-direction:column;margin-top:auto;padding:18px 7px 0;display:flex;overflow:hidden}.admin-user strong{text-overflow:ellipsis;font-size:10px;overflow:hidden}.admin-user span{color:#7285a3;margin-top:4px;font-size:10px}.admin-logout{color:#8fb1e9;text-align:left;background:0 0;border:0;margin-top:10px;padding:0;font-size:11px;font-weight:600}.admin-alert.success{border-left-color:var(--success);background:#ecfdf5}.admin-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.module-state{color:var(--slate-500);background:var(--slate-100);white-space:nowrap;border-radius:3px;padding:4px 6px;font-size:10px;font-weight:600}.module-state.live{color:#047857;background:#d1fae5}.cms-admin-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);align-items:start;gap:12px;display:grid}.admin-editor-panel,.admin-list-panel,.media-upload,.audit-table{border:1px solid var(--slate-200);background:#fff;border-radius:5px}.admin-editor-panel{padding:26px}.admin-panel-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.admin-panel-heading h1{margin:0;font-size:29px}.form-grid{gap:12px;display:grid}.form-grid.two{grid-template-columns:1fr 1fr}.admin-editor-panel>label,.editor-details>label{margin-top:14px;display:block}.body-editor{min-height:310px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.editor-details{border:1px solid var(--slate-200);border-radius:5px;margin-top:18px;padding:14px}.editor-details summary{cursor:pointer;color:var(--slate-700);font-size:11px;font-weight:600}.editor-details[open] summary{margin-bottom:13px}.checkbox-row{align-items:center;gap:8px;display:flex!important}.checkbox-row input{width:16px;min-height:16px;margin:0}.seo-preview{border-left:3px solid var(--blue);background:var(--slate-50);flex-direction:column;margin-top:14px;padding:13px 15px;display:flex}.seo-preview small{color:var(--slate-500);letter-spacing:.08em;font-size:10px}.seo-preview strong{color:#1a0dab;margin-top:8px;font-size:14px;font-weight:500}.seo-preview span{color:var(--slate-600);margin-top:5px;font-size:10px;line-height:1.5}.editor-actions{align-items:center;gap:8px;margin-top:20px;display:flex}.admin-form-message{border-left:3px solid var(--blue);color:var(--slate-700);background:#eff6ff;margin-top:12px;padding:10px 12px;font-size:10px}.admin-list-panel{position:sticky;top:20px;overflow:hidden}.list-head{border-bottom:1px solid var(--slate-200);justify-content:space-between;align-items:center;gap:12px;padding:15px;display:flex}.list-head>div{flex-direction:column;display:flex}.list-head strong{font-size:12px}.list-head span{color:var(--slate-500);margin-top:3px;font-size:11px}.list-head select{width:110px;min-height:36px;font-size:11px}.content-list{max-height:calc(100vh - 150px);overflow-y:auto}.content-list-item{border:0;border-bottom:1px solid var(--slate-100);text-align:left;background:#fff;justify-content:space-between;gap:12px;width:100%;padding:13px 15px;display:flex}.content-list-item:hover,.content-list-item.active{background:#f8fbff}.content-list-item.active{box-shadow:inset 3px 0 0 var(--blue)}.content-list-item>div:first-child{flex-direction:column;min-width:0;display:flex}.content-list-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.content-list-item span{color:var(--slate-500);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10px;overflow:hidden}.list-meta{flex-direction:column;flex:none;align-items:flex-end;display:flex}.list-meta small{color:var(--slate-500);margin-top:5px;font-size:10px}.status-pill{text-transform:uppercase;border-radius:99px;align-items:center;width:max-content;padding:4px 6px;font-weight:600;display:inline-flex;font-size:10px!important}.status-pill.draft{color:#475569;background:#f1f5f9}.status-pill.published{color:#047857;background:#dcfce7}.status-pill.archived{color:#b91c1c;background:#fee2e2}.mini-empty{color:var(--slate-500);text-align:center;padding:24px;font-size:10px}.media-upload{grid-template-columns:1fr 1.4fr auto;align-items:end;gap:12px;padding:20px;display:grid}.media-upload small{color:var(--slate-500);grid-column:1/-1;font-size:11px}.media-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;display:grid}.media-card{border:1px solid var(--slate-200);background:#fff;border-radius:5px;overflow:hidden}.media-preview{aspect-ratio:1.2;background:var(--slate-100);place-items:center;display:grid;overflow:hidden}.media-preview img{object-fit:cover;width:100%;height:100%}.media-card-body{flex-direction:column;padding:12px;display:flex}.media-card-body strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.media-card-body span{color:var(--slate-600);min-height:24px;margin-top:5px;font-size:10px;line-height:1.5}.media-card-body small{color:var(--slate-500);margin-top:6px;font-size:10px}.media-card-body>div{gap:12px;margin-top:10px;display:flex}.text-button{color:var(--blue);background:0 0;border:0;padding:0;font-size:10px;font-weight:600}.text-button.danger{color:var(--danger)}.audit-table{overflow:hidden}.audit-row{border-bottom:1px solid var(--slate-100);grid-template-columns:150px 130px 190px 1fr;align-items:center;gap:14px;min-height:48px;padding:9px 14px;font-size:11px;display:grid}.audit-row.head{background:var(--slate-50);text-transform:uppercase;letter-spacing:.05em;color:var(--slate-500);font-weight:600}.audit-row strong{font-size:11px}.preview-surface{background:#fff;max-width:900px;min-height:100vh;margin:0 auto;padding:50px}.preview-banner{border-left:3px solid var(--warning);background:#fffbeb;flex-direction:column;margin-bottom:34px;padding:10px 12px;font-size:10px;display:flex}.preview-banner span{color:var(--slate-600);margin-top:2px}.cms-public-header h1{font-size:clamp(38px,5vw,62px)}.cms-hero-image{margin:34px 0}.cms-hero-image img{object-fit:cover;border-radius:8px;width:100%;max-height:560px}.cms-body{margin-top:40px}.cms-body h2{margin-top:38px;font-size:28px}.cms-body h3{margin-top:28px;font-size:20px}.cms-body p,.cms-list{color:var(--slate-600);font-size:14px;line-height:1.8}.cms-list{padding-left:22px}.cms-cta{border-top:1px solid var(--slate-200);margin-top:36px;padding-top:25px}.cms-help-grid .help-card>div{flex-direction:column;display:flex}.cms-help-grid .help-card small{color:var(--slate-500);margin-top:5px;font-size:11px;line-height:1.5}.faq-stack{margin-top:64px}.faq-stack h2{font-size:32px}.faq-stack details{border-top:1px solid var(--slate-200);padding:17px 0}.faq-stack summary{cursor:pointer;font-size:13px;font-weight:600}.faq-stack p{margin:11px 0 0;font-size:12px}.offer-list{gap:10px;margin-top:34px;display:grid}.offer-list article{border:1px solid var(--slate-200);border-radius:5px;justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex}.offer-list h2{margin:10px 0 5px;font-size:20px}.offer-list p{margin:0;font-size:11px}.offer-list small{color:var(--slate-500);margin-top:8px;font-size:11px;display:block}@media (max-width:1100px){.cms-admin-grid{grid-template-columns:1fr}.admin-list-panel{position:static}.content-list{max-height:420px}.media-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:820px){.media-upload{grid-template-columns:1fr}.media-upload small{grid-column:auto}.media-grid{grid-template-columns:repeat(2,1fr)}.audit-row{grid-template-columns:110px 110px 1fr}.audit-row>span:last-child{grid-column:1/-1}}@media (max-width:560px){.form-grid.two,.media-grid{grid-template-columns:1fr}.admin-editor-panel{padding:18px}.editor-actions{flex-wrap:wrap}.offer-list article{display:block}.offer-list .btn{margin-top:16px}.announcement-bar .container{justify-content:space-between}}.revision-list{gap:7px;display:grid}.revision-list>div{border:1px solid var(--slate-100);justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;display:flex}.revision-list>div>div{flex-direction:column;display:flex}.revision-list strong{font-size:11px}.revision-list small,.revision-list>span{color:var(--slate-500);margin-top:3px;font-size:10px}.admin-sidebar .admin-logout{color:#8fb1e9;background:0 0;border:0;border-radius:0;min-height:auto;padding:0}.admin-sidebar .admin-logout:hover{color:#fff;background:0 0}.admin-tabs{border-bottom:1px solid var(--slate-200);gap:6px;margin:18px 0 10px;display:flex}.admin-tabs button{min-height:40px;color:var(--slate-500);text-transform:capitalize;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 12px;font-size:10px;font-weight:600}.admin-tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}.catalog-panel{border:1px solid var(--slate-200);background:#fff;border-radius:5px;margin-top:10px;overflow:hidden}.catalog-toolbar{border-bottom:1px solid var(--slate-200);justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:14px 16px;display:flex}.catalog-toolbar>div:first-child{flex-direction:column;display:flex}.catalog-toolbar strong{font-size:12px}.catalog-toolbar>div:first-child>span{color:var(--slate-500);margin-top:4px;font-size:11px}.catalog-toolbar select{width:160px;min-height:38px;font-size:11px}.catalog-table-wrap{overflow-x:auto}.catalog-row{border-bottom:1px solid var(--slate-100);grid-template-columns:minmax(230px,1.45fr) minmax(116px,.72fr) minmax(116px,.72fr) minmax(108px,.62fr) minmax(122px,.7fr) 62px 70px 112px minmax(260px,1.4fr);align-items:center;gap:10px;min-width:1360px;padding:8px 14px;font-size:11px;display:grid}.catalog-row.attention{box-shadow:inset 3px 0 0 var(--warning);background:#fffdf7}.catalog-row>:where(div,label){min-width:0}.catalog-row>div{flex-direction:column;display:flex}.catalog-row strong{text-overflow:ellipsis;font-size:11px;overflow:hidden}.catalog-row small{color:var(--slate-500);overflow-wrap:anywhere;margin-top:4px;font-size:10px;line-height:1.4}.catalog-head{background:var(--slate-50);color:var(--slate-500);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:600}.catalog-state{border-radius:3px;width:max-content;padding:4px 6px;font-size:10px;font-weight:600;display:inline-flex}.catalog-state.ok{color:#047857;background:#dcfce7}.catalog-state.danger{color:#b91c1c;background:#fee2e2}.catalog-state.muted{background:var(--slate-100);color:var(--slate-600)}.catalog-controls{gap:7px}.catalog-controls label{color:var(--slate-600);align-items:center;gap:6px;font-size:10px;display:flex}.catalog-controls input{width:14px;min-height:14px;margin:0}.supplier-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px;display:grid}.supplier-grid article{border:1px solid var(--slate-200);border-radius:5px;padding:16px}.supplier-grid h2{margin-bottom:2px;font-size:14px}.supplier-grid small{color:var(--slate-500);font-size:10px}.supplier-grid p{margin:14px 0;font-size:10px}.supplier-meta{grid-template-columns:1fr 1fr;gap:8px;margin:0;display:grid}.supplier-meta div{border-top:1px solid var(--slate-100);padding-top:8px}.supplier-meta dt{color:var(--slate-500);font-size:10px}.supplier-meta dd{margin:3px 0 0;font-size:11px}.supplier-error{border-left:3px solid var(--danger);color:#9f1239;overflow-wrap:anywhere;background:#fff1f2;margin-top:10px;padding:8px 10px;font-size:10px}.supplier-actions{gap:7px;margin-top:14px;display:flex}.pricing-panel{padding-bottom:18px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px;display:grid}.pricing-grid label{color:var(--slate-600);font-size:11px;font-weight:600}.pricing-grid input{min-height:42px;margin-top:6px;font-size:10px}.pricing-panel .editor-actions{padding:0 16px}.sync-list{display:grid}.sync-list article{border-bottom:1px solid var(--slate-100);grid-template-columns:1.2fr auto 2.5fr;align-items:center;gap:14px;padding:13px 15px;display:grid}.sync-list article>div:first-child{flex-direction:column;display:flex}.sync-list strong{font-size:11px}.sync-list small{color:var(--slate-500);margin-top:3px;font-size:10px}.sync-metrics{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.sync-metrics span{background:var(--slate-50);border:1px solid var(--slate-100);color:var(--slate-600);padding:4px 6px;font-size:10px}.sync-error{grid-column:1/-1;color:#b91c1c!important}@media (max-width:900px){.pricing-grid{grid-template-columns:repeat(2,1fr)}.supplier-grid{grid-template-columns:1fr}.sync-list article{grid-template-columns:1fr auto}.sync-metrics{grid-column:1/-1;justify-content:flex-start}}@media (max-width:700px){.pricing-grid{grid-template-columns:1fr}.catalog-toolbar{flex-direction:column;align-items:flex-start}.admin-tabs{overflow-x:auto}}.config-field-label{max-width:420px;display:block}.config-step-locked{background:#fbfcfe}.config-step-locked .package-card:not(.selected){background:#fcfdff}.verification-box.error{border-left-color:var(--danger);background:#fef2f2}.verification-box.error strong{color:#991b1b}.verification-box.error span{color:#7f1d1d}.checkout-step-title{margin-bottom:22px!important}.checkout-handoff-message{border-left:3px solid var(--danger);color:#7f1d1d;background:#fef2f2;margin-top:12px;padding:10px 12px;font-size:10px;line-height:1.5}.checkout-handoff-message.success{border-left-color:var(--success);color:#047857;background:#ecfdf5}.checkout-ready-card{background:#f0fdf9;border:1px solid #a7f3d0;border-radius:5px;margin-top:12px;padding:14px;display:flex;flex-direction:column!important;gap:4px!important}.checkout-ready-card strong{color:#065f46;font-size:11px}.checkout-ready-card span{font-size:11px;color:#047857!important}.checkout-ready-card small{line-height:1.5;text-align:left!important;color:#477c6b!important;margin-top:5px!important}.package-card:disabled{opacity:.68}@media (max-width:560px){.product-page{padding-top:52px}.product-info-panel h1{font-size:38px}.product-art-large{margin-bottom:22px}.segmented-control{scrollbar-width:thin;padding-bottom:4px;overflow-x:auto}.segmented-control button{flex:none;min-height:44px}.package-card{min-height:94px}.checkout-summary>div:not(.step-title):not(.checkout-ready-card){align-items:flex-start}.checkout-summary>div:not(.step-title):not(.checkout-ready-card) strong{text-align:right;overflow-wrap:anywhere}}.verification-monitor{border:1px solid var(--slate-200);background:#fff;border-radius:5px;margin-top:12px;overflow:hidden}.verification-monitor-row{border-bottom:1px solid var(--slate-100);grid-template-columns:1.25fr 1.15fr .8fr .8fr .6fr 1fr;align-items:center;gap:10px;min-height:48px;padding:9px 13px;font-size:11px;display:grid}.verification-monitor-row.head{background:var(--slate-50);min-height:38px;color:var(--slate-500);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.verification-state{text-transform:uppercase;border-radius:99px;width:max-content;padding:4px 7px;font-size:10px;font-weight:600}.verification-state.verified{color:#047857;background:#dcfce7}.verification-state.rejected{color:#92400e;background:#fef3c7}.verification-state.timeout,.verification-state.provider_error,.verification-state.rate_limited{color:#b91c1c;background:#fee2e2}@media (max-width:900px){.verification-monitor{overflow-x:auto}.verification-monitor-row{min-width:760px}}.checkout-page{min-height:72vh}.checkout-page-shell{max-width:860px}.payment-checkout-card{border:1px solid var(--slate-200);background:#fff;border-radius:5px;padding:30px}.checkout-order-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.checkout-order-head h1{margin:5px 0 0;font-size:32px}.checkout-detail-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:26px;display:grid}.checkout-detail-grid>div{border:1px solid var(--slate-100);background:var(--slate-50);flex-direction:column;padding:14px;display:flex}.checkout-detail-grid span,.checkout-money-list span{color:var(--slate-500);font-size:11px}.checkout-detail-grid strong{margin-top:4px;font-size:12px}.checkout-detail-grid small{color:var(--slate-500);margin-top:5px;font-size:10px}.checkout-money-list{border-top:1px solid var(--slate-200);margin:22px 0}.checkout-money-list>div{border-bottom:1px solid var(--slate-100);justify-content:space-between;align-items:center;min-height:46px;display:flex}.checkout-money-list strong{font-size:11px}.payment-result{border-left:3px solid var(--warning);background:#fffbeb;flex-direction:column;gap:5px;margin:14px 0;padding:14px;display:flex}.payment-result.success{border-left-color:var(--success);background:#ecfdf5}.payment-result strong{font-size:11px}.payment-result span{color:var(--slate-600);font-size:11px;line-height:1.55}.sandbox-payment-box{background:#eff6ff;border:1px dashed #93c5fd;margin-top:14px;padding:16px}.sandbox-payment-box strong{font-size:11px}.sandbox-payment-box p{margin:6px 0 12px;font-size:11px}.sandbox-payment-box>div{flex-wrap:wrap;gap:8px;display:flex}.checkout-security-note{border-top:1px solid var(--slate-200);flex-direction:column;gap:4px;margin-top:18px;padding-top:16px;display:flex}.checkout-security-note strong{font-size:11px}.checkout-security-note span{color:var(--slate-500);font-size:10px;line-height:1.55}.commerce-table-wrap{overflow-x:auto}.commerce-row{border-bottom:1px solid var(--slate-100);grid-template-columns:1.3fr 2fr .8fr .9fr 1.1fr 1.25fr;align-items:center;gap:12px;min-width:980px;min-height:58px;padding:10px 14px;display:grid}.commerce-row.priority{box-shadow:inset 3px 0 0 var(--success);background:#f0fdf4}.commerce-row>div{flex-direction:column;min-width:0;display:flex}.commerce-row strong{text-overflow:ellipsis;font-size:11px;overflow:hidden}.commerce-row small{color:var(--slate-500);overflow-wrap:anywhere;margin-top:4px;font-size:10px}.commerce-head{background:var(--slate-50);min-height:38px;color:var(--slate-500);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.commerce-state{background:var(--slate-100);width:max-content;max-width:100%;color:var(--slate-600);text-transform:uppercase;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:600}.commerce-state.awaiting_payment{color:#475569;background:#f1f5f9}.commerce-state.payment_pending{color:#1d4ed8;background:#dbeafe}.commerce-state.payment_failed{color:#b91c1c;background:#fee2e2}.commerce-state.paid_awaiting_fulfillment{color:#047857;background:#dcfce7}.commerce-state.cancelled,.commerce-state.refunded{color:#4b5563;background:#f3f4f6}.commerce-payments-panel{margin-top:12px}@media (max-width:680px){.payment-checkout-card{padding:20px}.checkout-order-head{display:grid}.checkout-detail-grid{grid-template-columns:1fr}}.commerce-row.manual-review{box-shadow:inset 3px 0 0 var(--warning);background:#fff7ed}.commerce-state.fulfillment_queued,.commerce-state.queued,.commerce-state.submitting{color:#1d4ed8;background:#dbeafe}.commerce-state.fulfillment_processing,.commerce-state.processing{color:#0369a1;background:#e0f2fe}.commerce-state.fulfillment_failed,.commerce-state.failed{color:#b91c1c;background:#fee2e2}.commerce-state.manual_review{color:#c2410c;background:#ffedd5}.commerce-state.delivered{color:#047857;background:#dcfce7}.catalog-state.warn{color:#c2410c;background:#ffedd5}.fulfillment-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;flex-direction:row!important}.fulfillment-stats{grid-template-columns:repeat(6,1fr)}.fulfillment-list{display:grid}.fulfillment-item{border-bottom:1px solid var(--slate-100);background:#fff;padding:15px 16px}.fulfillment-item.processing,.fulfillment-item.submitting{box-shadow:inset 3px 0 #38bdf8}.fulfillment-item.failed{box-shadow:inset 3px 0 0 var(--danger);background:snow}.fulfillment-item.manual_review{box-shadow:inset 3px 0 0 var(--warning);background:#fffaf3}.fulfillment-item.delivered{box-shadow:inset 3px 0 0 var(--success);background:#f8fffb}.fulfillment-item-main{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.fulfillment-item-main>div{flex-direction:column;min-width:0;display:flex}.fulfillment-item-main strong{font-size:11px}.fulfillment-item-main small{color:var(--slate-500);margin-top:4px;font-size:10px}.fulfillment-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.fulfillment-meta span{border-top:1px solid var(--slate-100);color:var(--slate-500);overflow-wrap:anywhere;padding-top:8px;font-size:10px}.fulfillment-meta strong{color:var(--slate-700);font-size:10px;font-weight:600}.fulfillment-error{border-left:3px solid var(--danger);background:#fef2f2;flex-direction:column;gap:3px;margin-top:10px;padding:9px 10px;display:flex}.fulfillment-error strong{color:#991b1b;text-transform:uppercase;font-size:10px}.fulfillment-error span{color:#7f1d1d;overflow-wrap:anywhere;font-size:10px}.fulfillment-row-actions{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.fulfillment-timeline{border:1px solid var(--slate-200);grid-template-columns:repeat(4,1fr);margin-top:14px;display:grid}.fulfillment-timeline>div{border-right:1px solid var(--slate-200);background:var(--slate-50);flex-direction:column;gap:4px;min-height:76px;padding:13px;display:flex}.fulfillment-timeline>div:last-child{border-right:0}.fulfillment-timeline>div.done{background:#f0fdf4}.fulfillment-timeline strong{font-size:11px}.fulfillment-timeline span{color:var(--slate-500);font-size:10px;line-height:1.45}@media (max-width:1100px){.fulfillment-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.fulfillment-stats{grid-template-columns:repeat(2,1fr)}.fulfillment-meta,.fulfillment-timeline{grid-template-columns:1fr 1fr}.fulfillment-timeline>div{border-bottom:1px solid var(--slate-200)}}@media (max-width:520px){.fulfillment-stats,.fulfillment-meta,.fulfillment-timeline{grid-template-columns:1fr}.fulfillment-item-main{display:grid}.fulfillment-actions{justify-content:flex-start}}.portal-user-label{color:var(--slate-500);text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:11px;overflow:hidden}.dashboard-header p{color:var(--slate-500);margin:7px 0 0;font-size:10px}.dashboard-panel .panel-copy{color:var(--slate-500);margin:-4px 0 14px;font-size:11px;line-height:1.6}.panel-heading-row{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.panel-heading-row h2{margin:0}.panel-heading-row p{color:var(--slate-500);margin:4px 0 0;font-size:11px}.account-highlight{justify-content:space-between;align-items:center;gap:20px;display:flex}.account-highlight h2{margin:4px 0}.account-highlight p{color:var(--slate-500);margin:0;font-size:11px}.customer-order-list,.transaction-list,.account-card-list,.notification-list,.team-list,.reseller-order-list{display:grid}.customer-order-list>article{border-top:1px solid var(--slate-100);grid-template-columns:minmax(0,1.6fr) .8fr 1.1fr;align-items:center;gap:14px;padding:13px 0;display:grid}.customer-order-list>article>div:first-child,.transaction-list article>div,.saved-account-card>div,.notification-list article>div,.team-list article>div,.reseller-order-list article>div{flex-direction:column;min-width:0;display:flex}.customer-order-list strong,.transaction-list strong,.saved-account-card strong,.notification-list strong,.team-list strong,.reseller-order-list strong{font-size:10px}.customer-order-list span,.transaction-list span,.saved-account-card span,.notification-list p,.team-list span,.reseller-order-list span{color:var(--slate-500);margin-top:3px;font-size:10px;line-height:1.45}.customer-order-list small,.transaction-list small,.saved-account-card small,.notification-list small,.team-list small{color:var(--slate-400);margin-top:4px;font-size:10px}.customer-order-state{align-items:flex-start;gap:7px}.account-row-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.account-inline-error{width:100%;color:var(--danger);text-align:right;font-size:10px}.transaction-list article{border-top:1px solid var(--slate-100);justify-content:space-between;align-items:center;gap:18px;padding:12px 0;display:flex}.transaction-list article>div:last-child{align-items:flex-end}.account-management-grid{align-items:start}.saved-account-card{border-top:1px solid var(--slate-100);justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.notification-list article{border-top:1px solid var(--slate-100);justify-content:space-between;gap:15px;padding:15px 12px;display:flex}.notification-list article.unread{box-shadow:inset 3px 0 0 var(--blue);background:#f8fbff}.notification-list article.read{opacity:.8}.notification-list p{margin:5px 0 0}.support-layout{grid-template-columns:minmax(300px,.85fr) minmax(0,1.35fr);align-items:start;gap:14px;display:grid}.ticket-list{gap:7px;display:grid}.ticket-list>button{text-align:left;border:1px solid var(--slate-200);background:#fff;border-radius:5px;flex-direction:column;padding:11px;display:flex}.ticket-list>button.active{background:#eff6ff;border-color:#93c5fd}.ticket-list span,.ticket-list small{color:var(--slate-500);margin-top:3px;font-size:10px}.ticket-thread{border-top:1px solid var(--slate-200);margin-top:18px;padding-top:16px}.ticket-thread h3{margin-bottom:10px;font-size:13px}.ticket-message{background:var(--slate-50);border-left:3px solid var(--slate-300);margin-bottom:8px;padding:10px 12px}.ticket-message.staff{border-left-color:var(--blue);background:#eff6ff}.ticket-message p{color:var(--slate-700);margin:4px 0;font-size:11px;line-height:1.55}.ticket-message small{color:var(--slate-400);font-size:10px}.ticket-thread form{margin-top:12px}.receipt-shell{max-width:940px}.receipt-card h2{margin:26px 0 10px;font-size:17px}.receipt-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.receipt-grid>div{background:var(--slate-50);border:1px solid var(--slate-100);flex-direction:column;padding:13px;display:flex}.receipt-grid span{color:var(--slate-500);font-size:10px}.receipt-grid strong{margin-top:4px;font-size:10px}.receipt-payment{border-top:1px solid var(--slate-100);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.receipt-payment>div{flex-direction:column;display:flex}.receipt-payment span{color:var(--slate-500);margin-top:3px;font-size:10px}.reseller-onboarding-grid{align-items:start}.reseller-status{text-transform:uppercase;border-radius:99px;width:max-content;padding:5px 8px;font-size:10px;font-weight:600;display:inline-flex}.reseller-status.pending{color:#92400e;background:#fef3c7}.reseller-status.approved{color:#047857;background:#dcfce7}.reseller-status.rejected,.reseller-status.suspended{color:#b91c1c;background:#fee2e2}.reseller-status-panel h3{margin:16px 0 6px;font-size:18px}.reseller-status-panel p{color:var(--slate-600);font-size:10px;line-height:1.6}.reseller-summary-list{grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 0;display:grid}.reseller-summary-list>div{border-top:1px solid var(--slate-100);padding-top:9px}.reseller-summary-list dt{color:var(--slate-500);font-size:10px}.reseller-summary-list dd{text-transform:capitalize;margin:4px 0 0;font-size:11px}.reseller-tier-pill{color:#1d4ed8;text-transform:uppercase;background:#dbeafe;border-radius:99px;padding:6px 9px;font-size:10px;font-weight:600}.reseller-quick-order-panel .field-row{margin-bottom:0}.team-add-form{grid-template-columns:minmax(0,1fr) 150px auto;gap:8px;margin-bottom:14px;display:grid}.team-list article{border-top:1px solid var(--slate-100);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.reseller-order-list article{border-top:1px solid var(--slate-100);justify-content:space-between;gap:12px;padding:11px 0;display:flex}.reseller-order-list article>div:last-child{align-items:flex-end;gap:5px}.reseller-admin-list{display:grid}.reseller-admin-list>article{border-bottom:1px solid var(--slate-100);grid-template-columns:minmax(220px,1.5fr) 110px 130px 1.2fr;align-items:center;gap:12px;padding:13px 14px;display:grid}.reseller-admin-list>article>div:first-child{flex-direction:column;display:flex}.reseller-admin-list strong{font-size:10px}.reseller-admin-list span,.reseller-admin-list small{color:var(--slate-500);margin-top:3px;font-size:10px}.reseller-admin-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}@media (max-width:900px){.support-layout{grid-template-columns:1fr}.receipt-grid,.customer-order-list>article{grid-template-columns:1fr 1fr}.customer-order-list>article .account-row-actions{grid-column:1/-1;justify-content:flex-start}.reseller-admin-list{overflow-x:auto}.reseller-admin-list>article{min-width:780px}}@media (max-width:620px){.account-highlight,.panel-heading-row,.transaction-list article,.saved-account-card,.receipt-payment{align-items:flex-start;display:grid}.receipt-grid,.customer-order-list>article{grid-template-columns:1fr}.customer-order-list>article .account-row-actions{grid-column:auto}.account-row-actions{justify-content:flex-start}.team-add-form{grid-template-columns:1fr}.portal-user-label{display:none}}.phase8-stats{grid-template-columns:repeat(6,minmax(0,1fr))}.ops-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;margin-top:14px;display:grid}.ops-panel{min-width:0}.ops-panel.span-2,.ops-form-grid .span-2{grid-column:1/-1}.ops-list{display:grid}.ops-list.compact{max-height:520px;overflow:auto}.ops-row,.ops-customer,.ops-supplier,.ops-incident{border:0;border-bottom:1px solid var(--slate-100);text-align:left;color:inherit;background:#fff;grid-template-columns:minmax(0,1.6fr) minmax(140px,.8fr) auto;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:grid}.ops-row>div,.ops-customer>div,.ops-supplier>div,.ops-incident>div{flex-direction:column;min-width:0;display:flex}.ops-row strong,.ops-customer strong,.ops-supplier strong,.ops-incident strong{font-size:11px}.ops-row span:not(.commerce-state),.ops-customer span:not(.commerce-state),.ops-supplier span:not(.catalog-state),.ops-incident span{color:var(--slate-500);overflow-wrap:anywhere;margin-top:3px;font-size:10px}.ops-row small,.ops-customer small,.ops-supplier small,.ops-incident small{color:var(--slate-400);margin-top:3px;font-size:10px}.ops-customer{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;width:100%}.ops-customer:hover,.ops-customer.active{background:#eff6ff}.ops-customer.danger{box-shadow:inset 3px 0 0 var(--danger)}.ops-incident{border-left:3px solid var(--slate-300);grid-template-columns:minmax(0,1fr) auto}.ops-incident.warning{border-left-color:var(--warning);background:#fffbeb}.ops-incident.critical{border-left-color:var(--danger);background:#fef2f2}.ops-incident.info{border-left-color:var(--blue);background:#eff6ff}.ops-supplier{grid-template-columns:minmax(0,1fr) auto}.ops-supplier>div:last-child{align-items:flex-end}.ops-audit{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ops-audit>div{border-right:1px solid var(--slate-100);border-bottom:1px solid var(--slate-100);flex-direction:column;padding:12px 14px;display:flex}.ops-audit strong{font-size:11px}.ops-audit span,.ops-audit small{color:var(--slate-500);margin-top:3px;font-size:10px}.ops-search-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin:14px 0;display:grid}.ops-search-results>a{border-bottom:1px solid var(--slate-100);color:inherit;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;text-decoration:none;display:grid}.ops-search-results>a>div{flex-direction:column;display:flex}.ops-search-results strong{font-size:10px}.ops-search-results span:not(.module-state):not(.commerce-state),.ops-search-results small{color:var(--slate-500);margin-top:3px;font-size:10px}.ops-split{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);align-items:start;gap:14px;margin-top:14px;display:grid}.ops-detail{padding:14px}.ops-detail h3{margin:18px 0 8px;font-size:13px}.ops-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.ops-form-grid label,.ops-detail>label{color:var(--slate-600);flex-direction:column;gap:5px;font-size:10px;font-weight:600;display:flex}.ops-form-grid textarea,.ops-detail textarea{min-height:90px}.ops-action-row{flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0;display:flex}.ops-action-row select{width:auto;min-height:38px}.ops-macros{flex-wrap:wrap;gap:6px;margin:10px 0;display:flex}.checkbox-line{align-items:center;gap:6px;margin:8px 0;font-size:10px;font-weight:600;flex-direction:row!important;display:flex!important}.checkbox-line input{width:auto;min-height:auto}.ticket-message.internal{border-left-color:var(--warning);background:#fff7ed}.finance-refunds{display:grid}.finance-refund{border-bottom:1px solid var(--slate-100);color:inherit;grid-template-columns:minmax(0,1fr) auto minmax(120px,.5fr);align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:grid}.finance-refund>div:first-child{flex-direction:column;display:flex}.finance-refund strong{font-size:11px}.finance-refund span:not(.commerce-state),.finance-refund small{color:var(--slate-500);margin-top:3px;font-size:10px}.risk-row{border-bottom:1px solid var(--slate-100);border-left:3px solid var(--slate-300);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;display:grid}.risk-row.high,.risk-row.critical{border-left-color:var(--danger);background:#fef2f2}.risk-row.medium{border-left-color:var(--warning);background:#fffbeb}.risk-row>div:first-child{flex-direction:column;display:flex}.risk-row strong{font-size:11px}.risk-row span,.risk-row small{color:var(--slate-500);margin-top:3px;font-size:10px}.analytics-table{overflow:auto}.analytics-row{border-bottom:1px solid var(--slate-100);grid-template-columns:1.1fr .7fr 1fr 1fr 1fr;align-items:center;gap:10px;min-width:720px;min-height:42px;padding:8px 13px;font-size:10px;display:grid}.analytics-row.head{background:var(--slate-50);color:var(--slate-500);text-transform:uppercase;font-weight:600}.analytics-row strong{flex-direction:column;font-size:11px;display:flex}.analytics-row small{color:var(--slate-400);margin-top:2px;font-size:10px}.flag-list{display:grid}.flag-list .flag-row{border-bottom:1px solid var(--slate-100);justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.flag-list .flag-row>div:first-child{flex-direction:column;display:flex}.flag-list .flag-row>div:first-child strong{text-transform:capitalize;font-size:11px}.flag-list .flag-row>div:first-child span{color:var(--slate-500);margin-top:3px;font-size:10px}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.template-grid form{border-right:1px solid var(--slate-100);border-bottom:1px solid var(--slate-100);gap:7px;padding:14px;display:grid}.template-grid strong{font-size:11px}.template-grid small{color:var(--slate-500);font-size:10px}.template-grid textarea{min-height:92px}.staff-table{display:grid}.staff-table>div{border-bottom:1px solid var(--slate-100);grid-template-columns:minmax(0,1fr) minmax(180px,.5fr);align-items:center;gap:12px;padding:11px 14px;display:grid}.staff-table>div>div:first-child{flex-direction:column;display:flex}.staff-table strong{font-size:11px}.staff-table span{color:var(--slate-500);margin-top:3px;font-size:10px}.ops-json{color:#e2e8f0;white-space:pre-wrap;overflow-wrap:anywhere;background:#0f172a;max-height:420px;margin:0;padding:14px;font:8px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.reseller-admin-list.phase8>button{border:0;border-bottom:1px solid var(--slate-100)}@media (max-width:1100px){.phase8-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.ops-audit{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.ops-grid,.ops-split{grid-template-columns:1fr}.ops-panel.span-2{grid-column:auto}.template-grid,.ops-audit,.finance-refund,.support-admin{grid-template-columns:1fr}}@media (max-width:600px){.phase8-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-form-grid{grid-template-columns:1fr}.ops-form-grid .span-2{grid-column:auto}.ops-search-form,.ops-search-results>a,.staff-table>div,.ops-row{grid-template-columns:1fr}.ops-row>div:last-child{align-items:flex-start}}.skip-link{z-index:9999;color:#fff;background:#0f172a;border-radius:5px;padding:10px 14px;font-size:12px;font-weight:600;text-decoration:none;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline-offset:2px;outline:3px solid #38bdf8}main:focus{outline:none}.mfa-secret{background:#f8fafc;border:1px solid #e2e8f0;gap:7px;margin:10px 0;padding:12px;display:grid}.mfa-secret code{overflow-wrap:anywhere;font-size:11px;display:block}.mfa-secret small{color:#64748b;font-size:11px;line-height:1.5}.security-posture{border-radius:99px;width:max-content;padding:4px 7px;font-size:10px!important;font-weight:600!important;display:inline-flex!important}.security-posture.ok{background:#ecfdf5;color:#047857!important}.security-posture.warn{background:#fff7ed;color:#c2410c!important}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (pointer:coarse){.btn,button,input,select{min-height:44px}textarea{min-height:88px}}.launch-alert-critical{border-left-color:var(--danger);background:#fef2f2}.launch-checks{display:grid}.launch-check{border-bottom:1px solid var(--slate-100);grid-template-columns:72px 1fr;align-items:start;gap:10px;padding:12px 14px;display:grid}.launch-check>div{flex-direction:column;display:flex}.launch-check strong{font-size:11px}.launch-check small{color:var(--slate-500);margin-top:3px;font-size:10px}.launch-emergency{gap:10px;padding:14px;display:grid}.launch-emergency textarea{min-height:100px}.launch-controls-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;display:grid}.launch-controls-grid label{color:var(--slate-600);flex-direction:column;gap:6px;font-size:11px;font-weight:600;display:flex}.launch-controls-grid label small{color:var(--slate-500);font-size:10px;font-weight:400}.launch-controls-grid textarea{min-height:110px}.launch-controls-grid .checkbox-line{flex-direction:row;align-items:center}.launch-controls-grid .checkbox-line input{width:auto;min-height:auto}.launch-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.launch-evidence-grid form{border-right:1px solid var(--slate-100);border-bottom:1px solid var(--slate-100);gap:8px;padding:14px;display:grid}.launch-evidence-head{justify-content:space-between;align-items:start;gap:12px;display:flex}.launch-evidence-head>div{flex-direction:column;display:flex}.launch-evidence-head strong{font-size:11px}.launch-evidence-head small{color:var(--slate-500);margin-top:3px;font-size:10px}.launch-evidence-grid textarea{min-height:84px}@media (max-width:820px){.launch-controls-grid,.launch-evidence-grid{grid-template-columns:1fr}.launch-controls-grid .span-2{grid-column:auto}}.status-page{min-height:66vh}.public-status-card{border:1px solid var(--slate-200);border-radius:var(--radius-ui);background:#fff;margin-top:30px;padding:26px}.public-status-card>div:first-child{align-items:center;gap:12px;display:flex}.public-status-card>div:first-child strong{font-size:18px}.public-status-card p{margin:16px 0 22px}.public-status-card dl{border-top:1px solid var(--slate-100);grid-template-columns:repeat(3,1fr);margin:0;display:grid}.public-status-card dl div{flex-direction:column;padding:16px 12px 0 0;display:flex}.public-status-card dt{text-transform:uppercase;color:var(--slate-500);letter-spacing:.06em;font-size:11px}.public-status-card dd{text-transform:capitalize;margin:5px 0 0;font-size:12px;font-weight:600}.status-dot-warn{background:var(--warning);box-shadow:0 0 0 5px #f59e0b1f}@media (max-width:650px){.public-status-card dl{grid-template-columns:1fr}.public-status-card dl div{padding-top:12px}}:root{--container:1400px;--surface:#fff;--surface-muted:#f8fafc;--surface-subtle:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--border-soft:#e2e8f0;--focus-ring:#38bdf8;--shadow-card:0 14px 36px #0f172a12}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{min-width:320px;line-height:1.5}::selection{background:#2563eb2e}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}input,select,textarea{font-size:14px}input::placeholder,textarea::placeholder{color:#94a3b8;opacity:1}label{font-size:13px}label>small{font-size:11px;line-height:1.55}.btn{min-height:46px;font-size:13px}.btn-ghost:hover{background:var(--slate-100);color:var(--slate-900)}.text-link,.text-button{text-underline-offset:3px}.text-link:hover,.text-button:hover{text-decoration:underline}.form-message{font-size:12px;line-height:1.55}.theme-toggle{border:1px solid var(--slate-200);border-radius:var(--radius-ui);min-width:44px;min-height:44px;color:var(--slate-600);background:0 0;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.theme-toggle:hover{background:var(--slate-100);color:var(--slate-900)}.theme-toggle.compact{width:44px;padding:0}.theme-toggle-icon{font-size:16px;line-height:1}.theme-toggle-icon svg{width:18px;height:18px;display:block}.desktop-nav a{font-size:13px;position:relative}.desktop-nav a:after{content:"";background:var(--blue);height:2px;transition:right .16s;position:absolute;bottom:-9px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.menu-button{border-radius:var(--radius-ui)}.menu-button:hover{background:var(--slate-100)}.menu-button span{transform-origin:50%;transition:transform .18s,opacity .18s}.menu-button.open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-button.open span:nth-child(2){opacity:0}.menu-button.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav-backdrop{display:none}.mobile-nav-actions{border-top:1px solid var(--slate-100);grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding-top:10px;display:grid}.mobile-bottom-nav{display:none}.public-ia-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.hero{min-height:min(760px,100vh - 72px)}.hero-copy>p{color:#b9c7da;line-height:1.75}.hero-console{box-shadow:0 28px 70px #00000047}.mock-action{color:#8bb1ff;background:#2563eb26;align-self:stretch;align-items:center;margin-left:auto;padding:0 14px;font-weight:600;display:flex}.console-total strong{text-align:right;color:#dbe9ff;font-size:11px}.trust-strip-inner{font-size:12px}.featured-game-card,.game-card,.step-card,.feature-card,.configurator-card,.track-card,.auth-card{box-shadow:0 1px #0f172a05}.featured-game-card:focus-visible,.game-card:focus-visible{outline-offset:4px}.game-card p{font-size:13px}.card-bottom{font-size:12px}.art-chip{font-size:10px}.step-title p{font-size:12px;line-height:1.6}.checkout-summary small{font-size:11px;line-height:1.55}.empty-state{background:#f8fafca6}.empty-state strong{font-size:15px}.empty-state span{max-width:620px;font-size:13px;line-height:1.55}.track-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.track-option-card{flex-direction:column;margin:0;display:flex}.track-option-card h2{margin:8px 0;font-size:20px}.track-option-card p{flex:1;font-size:13px}.track-option-kicker{color:var(--blue);letter-spacing:.08em;font-size:11px;font-weight:600}.privacy-note{border-left:3px solid var(--blue);background:#eff6ff;flex-direction:column;margin-top:14px;padding:14px 16px;display:flex}.privacy-note strong{font-size:13px}.privacy-note span{color:var(--slate-600);margin-top:4px;font-size:12px;line-height:1.55}.portal-header{z-index:45;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;position:sticky;top:0}.portal-header-inner{min-height:68px}.portal-desktop-nav{align-items:center;gap:6px;margin-left:auto;display:flex}.portal-desktop-nav a{border-radius:var(--radius-ui);color:var(--slate-600);padding:8px 10px;font-size:12px;font-weight:600}.portal-desktop-nav a:hover,.portal-desktop-nav a.active{background:var(--slate-100);color:var(--blue)}.portal-actions{align-items:center;gap:8px;display:flex}.portal-user-label{max-width:180px;font-size:11px}.portal-signout{min-height:40px;color:var(--slate-600);background:0 0;border:0;padding:0 8px;font-size:12px;font-weight:600}.portal-signout:hover{color:var(--danger)}.portal-menu-button{border-radius:var(--radius-ui);background:0 0;border:0;width:44px;height:44px;padding:11px;display:none}.portal-menu-button span{background:var(--navy);height:2px;margin:5px 0;display:block}.portal-mobile-nav{display:none}.dashboard-shell{padding-top:48px}.dashboard-header h1{font-size:clamp(30px,4vw,38px)}.dashboard-header p{font-size:12px}.stats-grid span{font-size:11px}.stats-grid small{font-size:11px;line-height:1.45}.dashboard-panel{padding:24px}.dashboard-panel h2{font-size:18px}.dashboard-panel .panel-copy,.panel-heading-row p,.account-highlight p,.customer-order-list strong,.transaction-list strong,.saved-account-card strong,.notification-list strong,.team-list strong,.reseller-order-list strong{font-size:12px}.customer-order-list span,.transaction-list span,.saved-account-card span,.notification-list p,.team-list span,.reseller-order-list span{font-size:11px;line-height:1.55}.customer-order-list small,.transaction-list small,.saved-account-card small,.notification-list small,.team-list small{font-size:10px}.customer-order-state>strong{font-size:12px}.account-inline-error{font-size:10px}.ticket-list strong{font-size:12px}.ticket-list span,.ticket-list small{font-size:10px}.ticket-message strong{font-size:11px}.ticket-message p{font-size:12px}.ticket-message small,.receipt-grid span,.receipt-payment span{font-size:10px}.receipt-grid strong{font-size:12px}.reseller-status,.reseller-tier-pill{font-size:10px}.reseller-status-panel p{font-size:12px}.reseller-summary-list dt{font-size:10px}.reseller-summary-list dd,.reseller-admin-list strong{font-size:12px}.reseller-admin-list span,.reseller-admin-list small{font-size:10px}.admin-shell{grid-template-columns:252px minmax(0,1fr)}.admin-sidebar{z-index:70;height:100vh;padding:20px 14px;position:sticky;top:0;overflow-y:auto}.admin-sidebar-head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.admin-drawer-close{display:none}.admin-nav{gap:14px;padding-bottom:18px}.admin-nav-group{gap:3px;display:grid}.admin-nav-label{color:#60728f;letter-spacing:.08em;text-transform:uppercase;padding:0 10px 5px;font-size:10px;font-weight:600}.admin-nav a{min-height:40px;font-size:12px}.admin-user strong{font-size:12px}.admin-user span{text-transform:capitalize;font-size:10px}.admin-user-actions{grid-template-columns:1fr;gap:4px;margin-top:10px;display:grid}.admin-user-actions .theme-toggle{color:#9fb0ca;border-color:#94a3b82e;justify-content:flex-start}.admin-user-actions .theme-toggle:hover{color:#fff;background:#ffffff0f}.admin-logout{align-items:center;min-height:40px;font-size:11px;display:flex}.admin-mobile-bar,.admin-drawer-backdrop{display:none}.admin-main{padding:34px}.admin-top h1{font-size:clamp(28px,3vw,36px)}.admin-alert{font-size:12px;line-height:1.5}.admin-module-grid h2{font-size:16px}.admin-module-grid p{font-size:12px}.admin-module-grid span{font-size:11px}.module-state,.catalog-state,.commerce-state,.reseller-status,.security-posture{line-height:1.25;font-size:10px!important}.admin-user,.content-list-item,.media-card-body,.catalog-row,.verification-row,.commerce-row,.fulfillment-row,.ops-row,.ops-customer,.ops-supplier,.ops-incident,.finance-refund,.risk-row,.analytics-row,.template-grid,.staff-table,.launch-check,.launch-controls-grid,.launch-evidence-grid,.content-list-item strong,.media-card-body strong,.catalog-row strong,.commerce-row strong,.ops-row strong,.ops-customer strong,.ops-supplier strong,.ops-incident strong,.finance-refund strong,.risk-row strong,.analytics-row strong,.template-grid strong,.staff-table strong,.launch-check strong,.launch-evidence-head strong{font-size:12px}.content-list-item span,.catalog-row small,.commerce-row small,.fulfillment-meta span,.fulfillment-error span,.ops-row span:not(.commerce-state),.ops-customer span:not(.commerce-state),.ops-supplier span:not(.catalog-state),.ops-incident span,.ops-search-results span:not(.module-state):not(.commerce-state),.ops-search-results small,.finance-refund span:not(.commerce-state),.finance-refund small,.risk-row span,.risk-row small,.template-grid small,.staff-table span,.launch-check small,.launch-controls-grid label small,.launch-evidence-head small{font-size:10px;line-height:1.5}.catalog-toolbar select,.list-head select{font-size:12px}.supplier-error,.ops-form-grid label,.ops-detail>label,.checkbox-line{font-size:11px}.analytics-row{min-height:48px;font-size:11px}.analytics-row small{font-size:11px}.security-posture{padding:5px 8px}.launch-controls-grid label{font-size:11px}.catalog-row,.commerce-row,.analytics-row{column-gap:14px}.catalog-table-wrap,.commerce-table-wrap,.analytics-table,.reseller-admin-list{scrollbar-gutter:stable}.catalog-table-wrap:focus-within,.commerce-table-wrap:focus-within,.analytics-table:focus-within{outline-offset:2px;outline:2px solid #38bdf859}.route-loading,.route-error{background:var(--slate-50);min-height:60vh;padding:80px 20px}.route-loading-inner{max-width:1050px}.skeleton{border-radius:var(--radius-ui);background:#e8edf3;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);animation:1.35s infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-kicker{width:120px;height:14px}.skeleton-title{width:min(520px,80%);height:44px;margin-top:18px}.skeleton-copy{width:min(680px,95%);height:18px;margin-top:16px}.skeleton-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px;display:grid}.skeleton-card{height:180px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.route-error{place-items:center;display:grid}.route-error-card{border:1px solid var(--slate-200);border-radius:var(--radius-ui);width:min(620px,100%);box-shadow:var(--shadow-card);background:#fff;padding:34px}.route-error-card h1{font-size:clamp(30px,5vw,44px)}.route-error-actions{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--slate-50:#0b1220;--slate-100:#111c2e;--slate-200:#223149;--slate-300:#33445f;--slate-500:#94a3b8;--slate-600:#b6c2d2;--slate-700:#d2dbea;--slate-900:#f8fafc;--white:#0b1220;--surface:#101a2b;--surface-muted:#0b1220;--surface-subtle:#111c2e;--text-primary:#f8fafc;--text-secondary:#b6c2d2;--border-soft:#223149}html[data-theme=dark] body,html[data-theme=dark] .section-light,html[data-theme=dark] .trust-strip,html[data-theme=dark] .dashboard-shell,html[data-theme=dark] .admin-shell,html[data-theme=dark] .auth-page,html[data-theme=dark] .route-loading,html[data-theme=dark] .route-error{color:#f8fafc;background:#0b1220}html[data-theme=dark] p{color:#b6c2d2}html[data-theme=dark] .site-header,html[data-theme=dark] .portal-header{background:#0b1220f5;border-color:#223149}html[data-theme=dark] .brand-copy small,html[data-theme=dark] .desktop-nav a,html[data-theme=dark] .portal-desktop-nav a,html[data-theme=dark] .portal-user-label{color:#94a3b8}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .game-card,html[data-theme=dark] .featured-game-card,html[data-theme=dark] .step-card,html[data-theme=dark] .feature-card,html[data-theme=dark] .configurator-card,html[data-theme=dark] .track-card,html[data-theme=dark] .auth-card,html[data-theme=dark] .dashboard-panel,html[data-theme=dark] .stats-grid article,html[data-theme=dark] .admin-module-grid article,html[data-theme=dark] .admin-editor-panel,html[data-theme=dark] .admin-list-panel,html[data-theme=dark] .media-upload,html[data-theme=dark] .audit-table,html[data-theme=dark] .media-card,html[data-theme=dark] .catalog-panel,html[data-theme=dark] .verification-monitor,html[data-theme=dark] .ops-row,html[data-theme=dark] .ops-customer,html[data-theme=dark] .ops-supplier,html[data-theme=dark] .ops-incident,html[data-theme=dark] .route-error-card,html[data-theme=dark] .public-status-card{color:#f8fafc;background:#101a2b;border-color:#223149}html[data-theme=dark] .checkout-summary,html[data-theme=dark] .empty-state,html[data-theme=dark] .receipt-grid>div,html[data-theme=dark] .ticket-message,html[data-theme=dark] .mfa-secret{background:#0d1727}html[data-theme=dark] .package-card,html[data-theme=dark] .segmented-control button,html[data-theme=dark] .ticket-list>button{color:#dce6f4;background:#101a2b;border-color:#2b3b55}html[data-theme=dark] .package-card.selected,html[data-theme=dark] .ticket-list>button.active{background:#10264c;border-color:#3b82f6}html[data-theme=dark] .btn-ghost,html[data-theme=dark] .theme-toggle,html[data-theme=dark] .portal-signout{color:#c8d4e3}html[data-theme=dark] .btn-ghost:hover,html[data-theme=dark] .theme-toggle:hover,html[data-theme=dark] .portal-desktop-nav a:hover,html[data-theme=dark] .portal-desktop-nav a.active{color:#fff;background:#111c2e}html[data-theme=dark] .mobile-nav,html[data-theme=dark] .portal-mobile-nav{background:#101a2b;border-color:#223149}html[data-theme=dark] .privacy-note,html[data-theme=dark] .admin-alert{background:#10264c}html[data-theme=dark] .verification-box{background:#0e2a26}html[data-theme=dark] .verification-box.error,html[data-theme=dark] .payment-result.pending{background:#2a1915}html[data-theme=dark] .announcement-bar{background:#1d4ed8}html[data-theme=dark] .skeleton{background:#17243a}html[data-theme=dark] .skeleton:after{background:linear-gradient(90deg,#0000,#ffffff12,#0000)}@media (max-width:1050px){.mobile-nav-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:48;background:#0f172a47;border:0;display:block;position:fixed;inset:72px 0 0}.mobile-nav{z-index:49;border-radius:var(--radius-ui);width:min(520px,100% - 28px);max-height:calc(100vh - 92px);overflow:auto}}@media (max-width:820px){.admin-shell{padding-top:64px;display:block}.admin-mobile-bar{z-index:72;color:#fff;background:#0f172a;border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:center;gap:12px;height:64px;padding:0 16px;display:flex;position:fixed;inset:0 0 auto}.admin-mobile-brand{align-items:center;gap:10px;display:flex}.admin-mobile-brand .admin-logo{width:34px;height:34px;margin:0}.admin-mobile-brand strong{font-size:13px}.admin-mobile-actions{align-items:center;gap:4px;display:flex}.admin-mobile-actions .theme-toggle{color:#cbd5e1;border-color:#94a3b82e}.admin-menu-button{background:0 0;border:0;width:44px;height:44px;padding:11px}.admin-menu-button span{background:#fff;height:2px;margin:5px 0;display:block}.admin-sidebar{visibility:hidden;pointer-events:none;width:min(300px,88vw);height:100vh;transition:transform .2s,visibility 0s linear .2s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-103%);box-shadow:18px 0 55px #00000040}.admin-sidebar.mobile-open{visibility:visible;pointer-events:auto;transition:transform .2s;transform:translate(0)}.admin-drawer-close{color:#fff;background:0 0;border:0;place-items:center;width:40px;height:40px;font-size:25px;display:grid;background:0 0!important}.admin-drawer-backdrop{z-index:69;background:#0206178f;border:0;display:block;position:fixed;inset:0}.admin-main{padding:24px 18px 54px}.skeleton-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.portal-desktop-nav,.portal-signout,.portal-user-label{display:none}.portal-menu-button{display:block}.portal-header{height:auto}.portal-mobile-nav{border-top:1px solid var(--slate-100);background:#fff;gap:4px;padding:10px 14px 14px;display:grid}.portal-mobile-nav a,.portal-mobile-signout{border-radius:var(--radius-ui);min-height:44px;color:var(--slate-600);text-align:left;background:0 0;border:0;align-items:center;padding:0 10px;font-size:13px;font-weight:600;display:flex}.portal-mobile-nav a.active{background:var(--slate-100);color:var(--blue)}.portal-mobile-signout{color:var(--danger)}.track-option-grid{grid-template-columns:1fr}}@media (max-width:560px){.header-actions .theme-toggle{display:inline-flex}.hero h1{font-size:clamp(38px,12vw,48px)}.hero-layout{gap:42px}.hero-console{border-radius:8px}.mock-package{gap:10px}.mock-package b{text-align:right}.console-total{align-items:flex-start}.trust-strip-inner{gap:10px}.dashboard-header{align-items:flex-start;display:grid}.dashboard-header .btn{width:100%}.dashboard-panel{padding:18px}.route-error-card{padding:24px}.skeleton-grid{grid-template-columns:1fr}.skeleton-card{height:130px}.mobile-nav-actions{grid-template-columns:1fr}body:has(.site-header){padding-bottom:72px}.mobile-bottom-nav{z-index:60;min-height:60px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-top:1px solid var(--slate-200);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 30px #0f172a14}.mobile-bottom-nav a{border-radius:var(--radius-control);min-width:0;color:var(--slate-500);text-align:center;place-items:center;font-size:11px;font-weight:600;text-decoration:none;display:grid}.mobile-bottom-nav a.active{background:var(--slate-100);color:var(--blue)}.public-ia-grid{grid-template-columns:1fr}.metric-preview div{min-height:110px;padding:20px}.metric-preview strong{font-size:18px}}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none}.admin-sidebar{transition:none}}.footer-policy-note{max-width:210px;line-height:1.6;color:#7589a6!important}.btn-small{min-height:38px;padding:0 12px;font-size:11px}.admin-page-copy{max-width:780px;color:var(--slate-600);font-size:12px;line-height:1.65}.admin-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.cms-public-page{max-width:820px}.cms-public-page h1{margin-bottom:14px;font-size:clamp(36px,5vw,56px)}.cms-public-page h2{margin-top:34px;font-size:clamp(24px,3vw,32px)}.cms-public-page p,.cms-public-page li{font-size:15px;line-height:1.8}.cms-public-page a{color:var(--blue);text-underline-offset:3px;text-decoration:underline}@media (max-width:1100px){.admin-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.auth-hint{color:var(--slate-500);margin-top:7px;font-size:11px;line-height:1.5;display:block}.auth-check{align-items:flex-start;gap:10px;line-height:1.55;color:var(--slate-600)!important;margin-top:18px!important;font-size:12px!important;display:flex!important}.auth-check input{flex:none;width:18px;height:18px;min-height:18px;margin-top:1px}.auth-check a,.auth-links a{color:var(--blue);font-weight:600}.auth-links{border-top:1px solid var(--slate-100);color:var(--slate-600);flex-wrap:wrap;justify-content:center;gap:6px;margin-top:20px;padding-top:16px;font-size:12px;display:flex}html[data-theme=dark] .auth-links{color:#94a3b8;border-color:#223149}html[data-theme=dark] .auth-hint,html[data-theme=dark] .auth-check{color:#94a3b8!important}.auth-check label{cursor:pointer;line-height:1.55;color:inherit!important;margin:0!important;font-size:12px!important}.integration-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.integration-filter-tabs{flex-wrap:wrap;gap:6px;margin:16px 0 10px;display:flex}.integration-filter-tabs button,.integration-detail-tabs button{color:var(--slate-500);text-transform:capitalize;cursor:pointer;background:0 0;border:0;padding:8px 10px;font-size:11px;font-weight:600}.integration-filter-tabs button.active,.integration-detail-tabs button.active{color:var(--blue);box-shadow:inset 0 -2px 0 var(--blue)}.integration-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.7fr);align-items:start;gap:14px;display:grid}.integration-list-panel,.integration-detail-panel{margin-top:0}.integration-list{max-height:760px;display:grid;overflow:auto}.integration-list>button{appearance:none;border:0;border-bottom:1px solid var(--slate-100);width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.integration-list>button:hover,.integration-list>button.active{background:#eff6ff}.integration-list-main,.integration-list-status{flex-direction:column;min-width:0;display:flex}.integration-list-main strong{font-size:12px}.integration-list-main span,.integration-list-status small{color:var(--slate-500);overflow-wrap:anywhere;margin-top:3px;font-size:10px}.integration-list-status{align-items:flex-end}.integration-health,.integration-env{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;align-items:center;width:max-content;padding:4px 7px;font-size:10px;font-weight:600;display:inline-flex}.integration-health.healthy{color:#047857;background:#ecfdf5}.integration-health.warning,.integration-health.degraded,.integration-health.not_configured{color:#c2410c;background:#fff7ed}.integration-health.failed{color:#b91c1c;background:#fef2f2}.integration-health.disabled,.integration-health.not_tested{color:#64748b;background:#f1f5f9}.integration-env.sandbox{color:#1d4ed8;background:#eff6ff}.integration-env.production{color:#b91c1c;background:#fef2f2}.integration-detail-head{border-bottom:1px solid var(--slate-100);justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.integration-detail-head>div:first-child{flex-direction:column;min-width:0;display:flex}.integration-detail-head>div:first-child>span{color:var(--slate-500);margin-top:4px;font-size:10px}.integration-title-line{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.integration-title-line>strong{font-size:14px}.integration-detail-tabs{border-bottom:1px solid var(--slate-100);gap:3px;padding:0 8px;display:flex}.integration-overview{gap:14px;padding:14px;display:grid}.integration-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.integration-kpis>div,.integration-summary-grid>div{border:1px solid var(--slate-200);flex-direction:column;min-width:0;padding:11px;display:flex}.integration-kpis span,.integration-summary-grid span{color:var(--slate-500);text-transform:uppercase;font-size:10px;font-weight:600}.integration-kpis strong{overflow-wrap:anywhere;margin-top:5px;font-size:12px}.integration-kpis small,.integration-summary-grid strong{color:var(--slate-600);overflow-wrap:anywhere;margin-top:4px;font-size:10px}.integration-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.integration-capabilities,.integration-security-summary{border-top:1px solid var(--slate-100);gap:7px;padding-top:12px;display:grid}.integration-capabilities>strong,.integration-security-summary>strong{font-size:11px}.integration-capabilities>div,.integration-security-summary>div{flex-wrap:wrap;gap:6px;display:flex}.integration-capabilities span{background:var(--slate-50);border:1px solid var(--slate-200);text-transform:capitalize;padding:5px 8px;font-size:10px;font-weight:600}.integration-security-summary>span,.integration-security-summary small{color:var(--slate-500);font-size:10px}.integration-form{display:grid}.integration-section-head{border-top:1px solid var(--slate-100);padding:12px 14px 8px}.integration-section-head:first-child{border-top:0}.integration-section-head>div{flex-direction:column;display:flex}.integration-section-head strong{font-size:11px}.integration-section-head span{color:var(--slate-500);margin-top:3px;font-size:10px}.integration-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;padding:8px 14px 14px;display:grid}.integration-form-grid label,.integration-routing-grid label{color:var(--slate-600);flex-direction:column;gap:5px;font-size:10px;font-weight:600;display:flex}.integration-form-grid label.span-2{grid-column:1/-1}.integration-form-grid label small{color:var(--slate-500);font-weight:400}.integration-form-grid textarea{min-height:82px}.integration-form-grid .checkbox-card{border:1px solid var(--slate-200);flex-direction:row;align-items:center;padding:9px 10px}.integration-form-grid .checkbox-card input{width:auto;min-height:auto}.integration-form-grid .checkbox-card span{flex-direction:column;display:flex}.integration-form-grid .checkbox-card strong{font-size:10px}.integration-form-grid .checkbox-card small{color:var(--slate-500);font-size:10px}.integration-secret-panel{border-top:1px solid var(--slate-200);border-bottom:1px solid var(--slate-200);background:#f8fafc}.integration-form-actions{padding:0 14px 14px}.integration-built-in{flex-direction:column;gap:5px;padding:18px 14px;display:flex}.integration-built-in strong{font-size:12px}.integration-built-in span{color:var(--slate-500);font-size:10px;line-height:1.6}.integration-danger-zone{background:#fff7f7;border:1px solid #fecaca;grid-template-columns:minmax(0,1fr) minmax(180px,.5fr) auto;align-items:center;gap:10px;margin:14px;padding:12px;display:grid}.integration-danger-zone>div{flex-direction:column;display:flex}.integration-danger-zone strong{color:#b91c1c;font-size:11px}.integration-danger-zone span{color:var(--slate-500);margin-top:3px;font-size:10px}.integration-logs{display:grid}.integration-logs>div:not(.empty-state){border-bottom:1px solid var(--slate-100);border-left:3px solid var(--slate-300);grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:11px 14px;display:grid}.integration-logs>div.warning{border-left-color:var(--warning)}.integration-logs>div.error{border-left-color:var(--danger)}.integration-logs>div>div{flex-direction:column;display:flex}.integration-logs>div>div:last-child{align-items:flex-end}.integration-logs strong{font-size:10px}.integration-logs span,.integration-logs small{color:var(--slate-500);margin-top:3px;font-size:10px}.integration-routing-panel{margin-top:14px}.integration-routing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px;display:grid}.integration-routing-action{align-items:flex-end;display:flex}@media (max-width:1100px){.integration-layout{grid-template-columns:1fr}.integration-list{max-height:360px}.integration-kpis,.integration-routing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.integration-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-form-grid,.integration-summary-grid,.integration-routing-grid,.integration-kpis{grid-template-columns:1fr}.integration-form-grid label.span-2{grid-column:auto}.integration-danger-zone{grid-template-columns:1fr}.integration-detail-head{align-items:flex-start;display:grid}.integration-list>button{grid-template-columns:1fr}.integration-list-status{align-items:flex-start}}html[data-theme=dark] .integration-list>button,html[data-theme=dark] .integration-kpis>div,html[data-theme=dark] .integration-summary-grid>div,html[data-theme=dark] .integration-form-grid .checkbox-card{background:#101a2b;border-color:#223149}html[data-theme=dark] .integration-list>button:hover,html[data-theme=dark] .integration-list>button.active{background:#10264c}html[data-theme=dark] .integration-secret-panel{background:#0d1727;border-color:#223149}html[data-theme=dark] .integration-danger-zone{background:#2a1518;border-color:#7f1d1d}html[data-theme=dark] .integration-capabilities span{background:#111c2e;border-color:#223149}.integration-diagnostics{gap:14px;padding:14px;display:grid}.integration-diagnostic-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.integration-diagnostic-grid>div{border:1px solid var(--slate-200);flex-direction:column;min-width:0;padding:11px;display:flex}.integration-diagnostic-grid span{color:var(--slate-500);text-transform:uppercase;font-size:10px;font-weight:600}.integration-diagnostic-grid strong{overflow-wrap:anywhere;margin-top:5px;font-size:13px}.integration-diagnostic-grid small{color:var(--slate-500);margin-top:4px;font-size:10px;line-height:1.45}.integration-diagnostic-section{border-top:1px solid var(--slate-100);gap:8px;padding-top:12px;display:grid}.integration-diagnostic-section>strong{font-size:11px}.integration-diagnostic-section>small{color:var(--slate-500);font-size:10px;line-height:1.55}.integration-diagnostic-blockers{gap:6px;display:grid}.integration-diagnostic-blockers span{border-left:3px solid var(--danger);color:#991b1b;background:#fef2f2;padding:8px 10px;font-size:10px;line-height:1.5}.integration-diagnostic-ok{color:#047857;background:#ecfdf5;border-left:3px solid #16a34a;padding:8px 10px;font-size:10px;line-height:1.5}@media (max-width:900px){.integration-diagnostic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.integration-diagnostic-grid{grid-template-columns:1fr}}html[data-theme=dark] .integration-diagnostic-grid>div{background:#101a2b;border-color:#223149}html[data-theme=dark] .integration-diagnostic-blockers span{color:#fecaca;background:#2a1518}html[data-theme=dark] .integration-diagnostic-ok{color:#a7f3d0;background:#0d2b21}.social-auth-grid{gap:10px;margin-top:18px;display:grid}.btn-social{background:var(--surface,#fff);width:100%;color:var(--navy,#0f172a);border:1px solid var(--slate-300,#cbd5e1)}.btn-social:hover{border-color:var(--blue,#2563eb);color:var(--blue,#2563eb)}.auth-divider{color:var(--slate-500,#64748b);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:12px;margin:18px 0 4px;font-size:11px;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--slate-200,#e2e8f0);flex:1;height:1px}.turnstile-shell{min-height:42px;margin-top:18px}.turnstile-shell small{color:var(--slate-500,#64748b);margin-top:6px;display:block}.turnstile-widget{width:100%}.staff-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.catalog-floor-control{gap:4px;min-width:150px;display:grid!important}.catalog-floor-control input{width:150px;min-height:36px}.catalog-floor-control small{color:var(--slate-500,#64748b);font-size:10px}html[data-theme=dark] .btn-social{color:#f8fafc;background:#101a2b;border-color:#334155}html[data-theme=dark] .auth-divider:before,html[data-theme=dark] .auth-divider:after{background:#334155}.brand-custom-logo-frame{flex:none;justify-content:center;align-items:center;max-width:min(44vw,360px);display:inline-flex;overflow:hidden}.brand-custom-logo{transform-origin:50%;width:100%;height:100%;display:block}.site-header .brand-custom-logo-frame{max-height:54px}.portal-header .brand-custom-logo-frame{max-height:48px}.site-footer .brand-custom-logo-frame{max-width:min(70vw,360px)}.branding-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.branding-preview{border:1px solid var(--slate-200);background:#fff;place-items:center;min-height:140px;margin:14px 0;padding:18px;display:grid;overflow:hidden}.branding-preview.dark{background:#08111f;border-color:#94a3b833}.branding-upload{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin-bottom:16px;display:grid}.branding-upload label{min-width:0}.branding-upload input[type=file]{width:100%}.branding-upload small{color:var(--slate-500);grid-column:1/-1;font-size:11px;line-height:1.5}.branding-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.branding-controls label{color:var(--slate-600);gap:6px;font-size:11px;display:grid}.branding-controls label>strong{color:var(--navy);font-size:10px}.branding-controls input[type=range]{width:100%}.branding-top-actions{justify-content:space-between;margin-bottom:14px}.branding-top-actions small{color:var(--slate-500)}@media (max-width:900px){.branding-grid{grid-template-columns:1fr}}@media (max-width:560px){.branding-controls,.branding-upload{grid-template-columns:1fr}.branding-upload small{grid-column:auto}}.production-guidance{color:var(--slate-600);gap:5px;padding:12px 14px 0;font-size:11px;line-height:1.5;display:grid}.production-item-form,.production-profile{padding:14px}.production-url-list{display:grid}.production-url-row{border-top:1px solid var(--slate-200);justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}.production-url-row:first-child{border-top:0}.production-url-row>div{gap:3px;min-width:0;display:grid}.production-url-row code{overflow-wrap:anywhere;color:var(--slate-600);font-size:11px}.production-runtime-summary{margin-top:14px}.production-runtime-summary .stats-grid{margin:0;padding:12px}.production-small-value{overflow-wrap:anywhere;font-size:12px!important}.production-setup-grid{margin-top:14px}@media (max-width:820px){.production-url-row{flex-direction:column;align-items:flex-start}.production-url-row .btn{width:100%}}html[data-theme=dark] .production-url-row{border-color:#223149}html[data-theme=dark] .production-guidance,html[data-theme=dark] .production-url-row code{color:#94a3b8}.toast-viewport{z-index:2000;pointer-events:none;gap:10px;width:min(390px,100vw - 28px);display:grid;position:fixed;top:18px;right:18px}.toast-card{pointer-events:auto;border:1px solid var(--slate-200);background:#fff;border-radius:8px;grid-template-columns:4px minmax(0,1fr) 30px;align-items:start;gap:12px;padding:13px 10px 13px 0;animation:.2s ease-out toast-enter;display:grid;overflow:hidden;box-shadow:0 18px 50px #0f172a2e}.toast-tone-mark{background:var(--blue);border-radius:0 3px 3px 0;align-self:stretch;min-height:42px}.toast-card.success .toast-tone-mark{background:var(--success)}.toast-card.warning .toast-tone-mark{background:var(--warning)}.toast-card.error .toast-tone-mark{background:var(--danger)}.toast-copy{gap:4px;min-width:0;display:grid}.toast-copy strong{font-size:12px;line-height:1.35}.toast-copy span{color:var(--slate-600);overflow-wrap:anywhere;font-size:11px;line-height:1.5}.toast-close{width:30px;height:30px;color:var(--slate-500);background:0 0;border:0;border-radius:5px;place-items:center;font-size:20px;line-height:1;display:grid}.toast-close:hover{background:var(--slate-100);color:var(--slate-900)}@keyframes toast-enter{0%{opacity:0;transform:translate(14px,-6px)}to{opacity:1;transform:none}}body:has(.admin-shell) .toast-viewport{top:72px}body:has(.portal-header) .toast-viewport{top:80px}.admin-workspace{min-width:0;min-height:100vh}.admin-utility-bar{z-index:64;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fafceb;border-bottom:1px solid #e2e8f0d9;justify-content:flex-end;align-items:center;height:58px;padding:0 34px;display:flex;position:sticky;top:0}.admin-workspace .admin-main{padding-top:24px}.notification-bell{flex:none;position:relative}.notification-bell-button{border:1px solid var(--slate-200);width:38px;height:38px;color:var(--slate-700);background:#fff;border-radius:7px;place-items:center;padding:0;display:grid;position:relative}.notification-bell-button:hover,.notification-bell-button[aria-expanded=true]{color:var(--blue);background:#eff6ff;border-color:#bfdbfe}.notification-bell-button svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.notification-badge{background:var(--danger);color:#fff;border:2px solid #f8fafc;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:600;line-height:1;display:grid;position:absolute;top:-6px;right:-7px}.notification-popover{border:1px solid var(--slate-200);z-index:2100;background:#fff;border-radius:8px;flex-direction:column;width:min(390px,100vw - 28px);max-height:min(610px,100vh - 90px);display:flex;position:absolute;top:46px;right:0;overflow:hidden;box-shadow:0 24px 65px #0f172a33}.notification-popover-head{border-bottom:1px solid var(--slate-100);justify-content:space-between;align-items:center;gap:10px;padding:14px;display:flex}.notification-popover-head>div{gap:2px;display:grid}.notification-popover-head strong{font-size:13px}.notification-popover-head span{color:var(--slate-500);font-size:10px}.notification-popover-head button{color:var(--blue);background:0 0;border:0;align-items:center;gap:5px;padding:6px;font-size:10px;font-weight:600;display:inline-flex}.notification-popover-head button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.notification-popover-list{overscroll-behavior:contain;overflow:auto}.notification-popover-item{text-align:left;border:0;border-bottom:1px solid var(--slate-100);width:100%;color:inherit;background:#fff;grid-template-columns:9px minmax(0,1fr);gap:10px;padding:12px 14px;display:grid}.notification-popover-item:hover{background:var(--slate-50)}.notification-popover-item.unread{background:#f8fbff}.notification-popover-item>div{gap:3px;min-width:0;display:grid}.notification-popover-item strong{font-size:11px;line-height:1.4}.notification-popover-item span:not(.notification-severity){color:var(--slate-600);overflow-wrap:anywhere;font-size:10px;line-height:1.45}.notification-popover-item small{color:var(--slate-400);font-size:10px}.notification-severity{background:var(--blue);border-radius:50%;width:8px;height:8px;margin-top:4px}.notification-severity.success{background:var(--success)}.notification-severity.warning{background:var(--warning)}.notification-severity.error,.notification-severity.critical{background:var(--danger)}.notification-severity.info{background:var(--blue)}.notification-empty{text-align:center;min-height:190px;color:var(--slate-500);align-content:center;justify-items:center;padding:28px;display:grid}.notification-empty svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:25px;height:25px;margin-bottom:10px}.notification-empty strong{color:var(--slate-700);font-size:12px}.notification-empty span{max-width:260px;margin-top:5px;font-size:10px;line-height:1.5}.notification-popover-foot{border-top:1px solid var(--slate-100);background:var(--slate-50);justify-content:flex-end;align-items:center;min-height:42px;padding:7px 12px;display:flex}.notification-popover-foot button,.notification-popover-foot a{color:var(--blue);background:0 0;border:0;padding:5px;font-size:10px;font-weight:600}.portal-notification-bell .notification-popover{top:45px}html[data-theme=dark] .toast-card,html[data-theme=dark] .notification-bell-button,html[data-theme=dark] .notification-popover,html[data-theme=dark] .notification-popover-item{color:#f8fafc;background:#101a2b;border-color:#223149}html[data-theme=dark] .toast-copy span,html[data-theme=dark] .notification-popover-item span:not(.notification-severity){color:#b6c2d2}html[data-theme=dark] .toast-close:hover,html[data-theme=dark] .notification-popover-item:hover,html[data-theme=dark] .notification-popover-foot{background:#111c2e}html[data-theme=dark] .notification-popover-item.unread,html[data-theme=dark] .notification-bell-button[aria-expanded=true]{background:#10264c}html[data-theme=dark] .notification-popover-head,html[data-theme=dark] .notification-popover-item,html[data-theme=dark] .notification-popover-foot{border-color:#223149}html[data-theme=dark] .notification-badge{border-color:#0b1220}@media (max-width:820px){.admin-utility-bar{height:56px;margin-top:64px;padding:0 16px;top:64px}.admin-workspace .admin-main{padding-top:20px}.toast-viewport{top:76px;right:14px}body:has(.admin-shell) .toast-viewport{top:132px}body:has(.portal-header) .toast-viewport{top:80px}.notification-popover{width:auto;max-height:calc(100vh - 92px);position:fixed;top:72px;left:14px;right:14px}.admin-utility-bar .notification-popover{max-height:calc(100vh - 148px);top:128px}.portal-notification-bell .notification-popover{top:72px}}@media (max-width:560px){.portal-user-label{display:none}.toast-viewport{width:calc(100vw - 24px);right:12px}}.integration-setup-choice{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;display:grid}.integration-provider-card{text-align:left;border:1px solid var(--slate-200);min-width:0;color:inherit;cursor:pointer;background:#fff;border-radius:8px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;display:grid}.integration-provider-card:hover{background:#f8fbff;border-color:#93c5fd;transform:translateY(-1px)}.integration-provider-card.recommended{background:#f7fef9;border-color:#86efac}.integration-provider-card>div{gap:3px;min-width:0;display:grid}.integration-provider-card strong{font-size:13px}.integration-provider-card span:not(.integration-provider-mark){color:var(--slate-600);font-size:11px}.integration-provider-card small{color:var(--slate-500);font-size:10px;line-height:1.45}.integration-provider-card b{background:var(--slate-100);color:var(--slate-600);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-self:start;padding:4px 7px;font-size:10px;font-weight:600}.integration-provider-card.recommended b{color:#15803d;background:#dcfce7}.integration-provider-mark{color:#1d4ed8;background:#eff6ff;border-radius:7px;place-items:center;width:42px;height:42px;font-size:17px;font-weight:600;display:grid}.integration-provider-card.recommended .integration-provider-mark{color:#15803d;background:#dcfce7}.integration-guided-form{padding-bottom:4px}.integration-guided-head{border-bottom:1px solid var(--slate-100);justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.integration-guided-head>div{gap:4px;display:grid}.integration-guided-head strong{font-size:13px}.integration-guided-head span{color:var(--slate-500);font-size:10px;line-height:1.5}.integration-guided-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 18px;display:grid}.integration-guided-grid label{min-width:0;color:var(--slate-600);gap:6px;font-size:10px;font-weight:600;display:grid}.integration-guided-grid label.span-2{grid-column:1/-1}.integration-guided-grid label small{color:var(--slate-500);font-weight:400;line-height:1.45}.integration-preset-summary{background:#f8fbff;border:1px solid #bfdbfe;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 18px 16px;padding:12px;display:grid}.integration-preset-summary>span{min-width:0;color:var(--slate-500);text-transform:uppercase;letter-spacing:.03em;gap:2px;font-size:10px;display:grid}.integration-preset-summary strong{color:var(--slate-800);text-transform:none;overflow-wrap:anywhere;font-size:10px}.integration-mode-strip{border-bottom:1px solid var(--slate-100);background:var(--slate-50);justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:8px 14px;display:flex}.integration-mode-strip>span{color:var(--slate-600);font-size:10px;font-weight:600}.integration-mode-strip>div{flex-wrap:wrap;gap:7px;display:flex}.integration-error-report{border:1px solid #fed7aa;border-left:4px solid var(--warning);background:#fffaf3;gap:9px;margin-top:14px;padding:12px 14px;display:grid}.integration-error-report>div{gap:3px;display:grid}.integration-error-report strong{font-size:11px}.integration-error-report span{color:var(--slate-600);font-size:10px;line-height:1.45}.integration-error-report pre{color:#7c2d12;white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;border:1px solid #fde7c7;max-height:190px;margin:0;padding:10px;font:10px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.integration-error-report .btn{justify-self:start}.ops-pulse-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.ops-pulse-grid article{border:1px solid var(--slate-200);background:#fff;gap:4px;min-width:0;padding:13px;display:grid}.ops-pulse-grid article.attention{background:#fffaf3;border-color:#fed7aa}.ops-pulse-grid span{color:var(--slate-500);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.ops-pulse-grid strong{overflow-wrap:anywhere;font-size:16px}.ops-pulse-grid small{color:var(--slate-500);font-size:10px;line-height:1.4}.ops-quick-actions{border:1px solid var(--slate-200);background:var(--slate-50);justify-content:space-between;align-items:center;gap:18px;margin:0 0 14px;padding:12px 14px;display:flex}.ops-quick-actions>div{gap:3px;display:grid}.ops-quick-actions strong{font-size:11px}.ops-quick-actions span{color:var(--slate-500);font-size:10px}.ops-quick-actions nav{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.ops-quick-actions a{border:1px solid var(--slate-200);color:var(--slate-700);background:#fff;padding:7px 9px;font-size:10px;font-weight:600;text-decoration:none}.ops-quick-actions a:hover{color:var(--blue);border-color:#93c5fd}.catalog-toolbar-stacked{align-items:stretch;gap:11px;display:grid}.catalog-filter-result{color:var(--slate-500);font-size:10px}.pricing-grid label.span-2{grid-column:1/-1}.pricing-preview-card{background:#f8fbff;border:1px solid #bfdbfe;gap:11px;margin:14px;padding:13px;display:grid}.pricing-preview-card>div:first-child{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.pricing-preview-card>div:first-child strong{font-size:11px}.pricing-preview-card>div:first-child span,.pricing-preview-card>small{color:var(--slate-600);font-size:10px;line-height:1.5}.pricing-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.pricing-preview-grid>span{min-width:0;color:var(--slate-500);text-transform:uppercase;background:#fff;border:1px solid #dbeafe;gap:3px;padding:9px;font-size:10px;display:grid}.pricing-preview-grid strong{color:var(--slate-800);text-transform:none;overflow-wrap:anywhere;font-size:11px}.pricing-rate-history{border:1px solid var(--slate-200);margin:14px}.pricing-rate-history .catalog-toolbar{border-bottom:1px solid var(--slate-100)}.pricing-history-row{border-top:1px solid var(--slate-100);grid-template-columns:minmax(140px,.6fr) minmax(0,1.4fr) auto;align-items:center;gap:14px;padding:10px 12px;display:grid}.pricing-history-row:first-of-type{border-top:0}.pricing-history-row>div{gap:2px;min-width:0;display:grid}.pricing-history-row strong{font-size:10px}.pricing-history-row span,.pricing-history-row small{color:var(--slate-500);overflow-wrap:anywhere;font-size:10px}.player-confirmation{cursor:pointer;background:#f8fbff;border:1px solid #bfdbfe;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;margin:12px 0 0;padding:12px;display:grid}.player-confirmation.confirmed{background:#f0fdf4;border-color:#86efac}.player-confirmation input{width:auto;min-height:auto;margin-top:2px}.player-confirmation>span{gap:4px;display:grid}.player-confirmation strong{font-size:11px}.player-confirmation small{color:var(--slate-600);font-size:10px;line-height:1.5}.order-progress{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:16px 0;display:grid}.order-progress-stage{text-align:center;min-width:0;color:var(--slate-400);justify-items:center;gap:6px;display:grid;position:relative}.order-progress-stage:before{content:"";background:var(--slate-200);z-index:0;width:100%;height:2px;position:absolute;top:14px;left:-50%}.order-progress-stage:first-child:before{display:none}.order-progress-index{z-index:1;border:2px solid var(--slate-200);width:30px;height:30px;color:var(--slate-500);background:#fff;border-radius:999px;place-items:center;font-size:10px;font-weight:600;display:grid;position:relative}.order-progress-stage strong{font-size:10px;line-height:1.35}.order-progress-stage.done,.order-progress-stage.current{color:var(--slate-800)}.order-progress-stage.done:before,.order-progress-stage.current:before{background:#86efac}.order-progress-stage.done .order-progress-index{color:#fff;background:#22c55e;border-color:#22c55e}.order-progress-stage.current .order-progress-index{border-color:var(--blue);color:var(--blue);background:#eff6ff;box-shadow:0 0 0 4px #2563eb14}.order-progress-stage.error .order-progress-index{border-color:var(--danger);color:var(--danger);background:#fef2f2}.order-progress-stage.error{color:#b91c1c}.track-progress-guide{border:1px solid var(--slate-200);background:#fff;margin-top:16px;padding:14px}.toast-category,.notification-category{text-transform:uppercase;letter-spacing:.06em;width:max-content;max-width:100%;font-weight:600;color:var(--blue)!important;font-size:10px!important}.notification-list article>div{min-width:0}.notification-list article .notification-center-category{color:var(--blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:10px;font-weight:600;display:inline-block}html[data-theme=dark] .integration-provider-card,html[data-theme=dark] .ops-pulse-grid article,html[data-theme=dark] .ops-quick-actions a,html[data-theme=dark] .pricing-preview-grid>span,html[data-theme=dark] .track-progress-guide{background:#101a2b;border-color:#223149}html[data-theme=dark] .integration-provider-card:hover,html[data-theme=dark] .integration-provider-card.recommended,html[data-theme=dark] .integration-preset-summary,html[data-theme=dark] .pricing-preview-card,html[data-theme=dark] .player-confirmation{background:#102038;border-color:#29466f}html[data-theme=dark] .player-confirmation.confirmed{background:#0d2b21;border-color:#166534}html[data-theme=dark] .integration-mode-strip,html[data-theme=dark] .ops-quick-actions{background:#0d1727;border-color:#223149}html[data-theme=dark] .integration-error-report{background:#2b2013;border-color:#7c4a15}html[data-theme=dark] .integration-error-report pre{color:#fdba74;background:#101a2b;border-color:#4d3924}html[data-theme=dark] .pricing-rate-history{border-color:#223149}html[data-theme=dark] .order-progress-index{background:#101a2b;border-color:#334155}html[data-theme=dark] .order-progress-stage:before{background:#334155}html[data-theme=dark] .order-progress-stage.current .order-progress-index{background:#10264c}@media (max-width:1100px){.ops-pulse-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.integration-setup-choice,.integration-guided-grid,.integration-preset-summary{grid-template-columns:1fr}.integration-guided-grid label.span-2{grid-column:auto}.integration-provider-card{grid-template-columns:38px minmax(0,1fr)}.integration-provider-card>b{grid-column:2;justify-self:start}.ops-pulse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-quick-actions{flex-direction:column;align-items:flex-start}.ops-quick-actions nav{justify-content:flex-start}.pricing-history-row{grid-template-columns:1fr}.order-progress{grid-template-columns:1fr;gap:8px;margin-left:4px}.order-progress-stage{text-align:left;grid-template-columns:30px minmax(0,1fr);place-items:center start}.order-progress-stage:before{width:2px;height:18px;top:-9px;left:14px}.order-progress-stage:first-child:before{display:none}}@media (max-width:520px){.ops-pulse-grid,.pricing-preview-grid{grid-template-columns:1fr}.integration-guided-head{flex-direction:column}}.track-progress-guide{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.track-progress-guide>div{border-top:3px solid var(--slate-200);gap:5px;min-width:0;padding:10px;display:grid}.track-progress-guide>div.done{border-top-color:var(--success)}.track-progress-guide>div.current{border-top-color:var(--blue);background:#f8fbff}.track-progress-guide>div>span{background:var(--slate-100);width:24px;height:24px;color:var(--slate-600);border-radius:999px;place-items:center;font-size:10px;font-weight:600;display:grid}.track-progress-guide>div.done>span{color:#15803d;background:#dcfce7}.track-progress-guide>div.current>span{color:#1d4ed8;background:#dbeafe}.track-progress-guide strong{font-size:10px}.track-progress-guide small{color:var(--slate-500);font-size:10px;line-height:1.4}html[data-theme=dark] .track-progress-guide>div.current{background:#102038}html[data-theme=dark] .track-progress-guide>div>span{color:#cbd5e1;background:#1e293b}html[data-theme=dark] .track-progress-guide>div.done>span{color:#bbf7d0;background:#14532d}html[data-theme=dark] .track-progress-guide>div.current>span{color:#dbeafe;background:#1e3a8a}@media (max-width:760px){.track-progress-guide{grid-template-columns:1fr}.track-progress-guide>div{border-top:0;border-left:3px solid var(--slate-200);grid-template-columns:26px minmax(0,1fr);align-items:center}.track-progress-guide>div.done{border-left-color:var(--success)}.track-progress-guide>div.current{border-left-color:var(--blue)}.track-progress-guide>div>small{grid-column:2}}.brand-mobile{display:none}.brand-desktop{display:inline-flex}.branding-grid.extended{grid-template-columns:repeat(2,minmax(0,1fr))}.branding-preview.social{min-height:210px}.branding-meta-preview{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:180px;display:block}.branding-meta-preview.favicon{width:72px;height:72px}.branding-meta-preview.social{aspect-ratio:1200/630;object-fit:cover;width:min(100%,360px)}.site-experience-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px;margin-bottom:16px;display:grid}.site-link-editor,.site-home-editor{padding:18px}.site-link-list{gap:10px;display:grid}.site-link-row{border-top:1px solid var(--slate-100);gap:10px;padding-top:12px;display:grid}.site-link-row:first-child{border-top:0;padding-top:0}.site-link-fields{grid-template-columns:.8fr 1.2fr;gap:10px;display:grid}.site-link-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.site-link-actions .checkbox-row{margin:0}.site-home-editor{margin-top:16px}.site-step-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:12px 0;display:grid}.site-step-editor-grid article{border:1px solid var(--slate-200);background:var(--surface);padding:14px}.legal-readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.legal-readiness-card{padding:18px}.legal-readiness-card h2{margin:10px 0 6px;font-size:18px}.legal-readiness-card p{color:var(--slate-600);line-height:1.6}.legal-readiness-card small{color:var(--slate-500);word-break:break-word}.saved-account-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.default-account-pill{color:var(--blue);text-transform:uppercase;letter-spacing:.05em;vertical-align:middle;background:#e8f1ff;border-radius:999px;padding:2px 7px;margin-left:6px!important;font-size:11px!important;display:inline-flex!important}.ticket-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.support-state{text-transform:uppercase;letter-spacing:.04em;background:var(--slate-100);border-radius:999px;width:fit-content;padding:3px 7px;color:var(--slate-600)!important;margin:0!important;font-size:11px!important;display:inline-flex!important}.support-state.open,.support-state.pending_customer{background:#fff4d6;color:#8a5a00!important}.support-state.resolved,.support-state.closed{background:#e7f8ee;color:#177a43!important}.ticket-thread-head{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.ticket-thread-head span{color:var(--slate-500);font-size:11px}html[data-theme=dark] .site-step-editor-grid article{background:#0f1b2d;border-color:#24334a}html[data-theme=dark] .default-account-pill{color:#9fc0ff;background:#142c55}html[data-theme=dark] .support-state{background:#1c2a3e;color:#c7d2e4!important}html[data-theme=dark] .support-state.open,html[data-theme=dark] .support-state.pending_customer{background:#3a2d12;color:#ffd979!important}html[data-theme=dark] .support-state.resolved,html[data-theme=dark] .support-state.closed{background:#133322;color:#8be0ac!important}@media (max-width:1100px){.site-experience-grid,.site-step-editor-grid{grid-template-columns:1fr}}@media (max-width:760px){.brand-desktop{display:none}.brand-mobile{display:inline-flex}.branding-grid.extended,.legal-readiness-grid,.site-link-fields{grid-template-columns:1fr}.ticket-title-row{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.site-link-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.saved-account-actions{justify-content:flex-start}}.admin-motion-page{will-change:opacity, transform;min-width:0}.saas-surface{border-radius:var(--radius-card);box-shadow:var(--elevation-0);transition:transform var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard), border-color var(--motion-duration-fast) var(--motion-ease-standard), background-color var(--motion-duration-fast) var(--motion-ease-standard)}.saas-surface:hover{box-shadow:var(--elevation-1)}.saas-popover{border-radius:var(--radius-popover);box-shadow:var(--elevation-2)}.saas-modal{border-radius:var(--radius-modal);box-shadow:var(--elevation-3)}.saas-pill{border-radius:var(--radius-pill)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.admin-motion-page{will-change:auto}.btn,.saas-surface,.toast-card,.featured-game-card{transition-duration:.01ms!important}.toast-card,.skeleton:after{animation:none!important}}.route-progress{z-index:250;pointer-events:none;opacity:0;height:2px;transition:opacity var(--motion-duration-instant) var(--motion-ease-standard);position:fixed;inset:0 0 auto;overflow:hidden}.route-progress span{background:linear-gradient(90deg, var(--blue), var(--sky));width:72%;height:100%;display:block;transform:translate(-105%);box-shadow:0 0 14px #2563eb59}.route-progress.active{opacity:1}.route-progress.active span{animation:route-progress-travel 1.45s var(--motion-ease-enter) infinite}.route-progress.complete{opacity:1}.route-progress.complete span{width:100%;transition:transform var(--motion-duration-fast) var(--motion-ease-enter), width var(--motion-duration-fast) var(--motion-ease-enter);transform:translate(0)}@keyframes route-progress-travel{0%{transform:translate(-105%)}55%{transform:translate(12%)}to{transform:translate(145%)}}.admin-loading-skeleton{width:100%;min-width:0;padding:2px 0 30px}.admin-loading-skeleton.embedded{min-height:560px}.admin-skeleton-head{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.admin-skeleton-head>div:first-child{width:min(720px,78%)}.admin-skeleton-title{border-radius:var(--radius-control);width:min(430px,78%);height:38px;margin-top:13px}.admin-skeleton-copy{width:min(620px,94%);height:14px;margin-top:13px}.admin-skeleton-action{flex:none;width:132px;height:42px}.admin-skeleton-alert{border-radius:var(--radius-card);width:100%;height:70px;margin:0 0 18px}.admin-skeleton-alert.compact{height:56px}.admin-skeleton-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.admin-skeleton-metrics:has(.admin-skeleton-metric:nth-child(6)){grid-template-columns:repeat(3,minmax(0,1fr))}.admin-skeleton-metric,.admin-skeleton-panel,.admin-skeleton-form-panel,.admin-skeleton-upload,.admin-skeleton-media-card,.admin-skeleton-table{border:1px solid var(--slate-200);background:var(--white);border-radius:var(--radius-card)}.admin-skeleton-metric{align-content:center;gap:10px;min-height:108px;padding:16px;display:grid}.admin-skeleton-line{width:100%;height:10px}.admin-skeleton-line.medium{width:68%}.admin-skeleton-line.short{width:46%}.admin-skeleton-line.tiny{width:30%}.admin-skeleton-number{width:55%;height:27px}.admin-skeleton-quick{border:1px solid var(--slate-200);border-radius:var(--radius-card);background:var(--white);justify-content:space-between;align-items:center;gap:18px;min-height:66px;margin-bottom:18px;padding:14px 16px;display:flex}.admin-skeleton-quick>div{gap:8px;display:flex}.admin-skeleton-quick>div .skeleton{width:84px;height:34px}.admin-skeleton-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-skeleton-panel-grid .span-2{grid-column:span 2}.admin-skeleton-panel{align-content:start;gap:14px;min-height:210px;padding:18px;display:grid}.admin-skeleton-stack-line{width:100%;height:42px}.admin-skeleton-toolbar{justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}.admin-skeleton-toolbar>div{gap:8px;display:flex}.admin-skeleton-search{width:min(360px,42vw);height:42px}.admin-skeleton-filter{width:92px;height:36px}.admin-skeleton-table{overflow:hidden}.admin-skeleton-table-head,.admin-skeleton-table-row{grid-template-columns:2fr 1fr .8fr .8fr;align-items:center;gap:14px;padding:12px 16px;display:grid}.admin-skeleton-table-head{background:var(--slate-50);border-bottom:1px solid var(--slate-200)}.admin-skeleton-table-head .skeleton{width:56%;height:9px}.admin-skeleton-table-row{border-bottom:1px solid var(--slate-100);min-height:65px}.admin-skeleton-table-row:last-child{border-bottom:0}.admin-skeleton-table-row>div{gap:7px;display:grid}.admin-skeleton-pill{border-radius:var(--radius-pill);width:72px;height:24px}.admin-skeleton-upload{grid-template-columns:1fr 1fr auto;align-items:end;gap:12px;margin-bottom:18px;padding:18px;display:grid}.admin-skeleton-field{height:48px}.admin-skeleton-upload-button{width:116px;height:44px}.admin-skeleton-media-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-skeleton-media-card{overflow:hidden}.admin-skeleton-media-card>div:last-child{gap:9px;padding:13px;display:grid}.admin-skeleton-media-image{border-radius:0;width:100%;height:150px}.admin-skeleton-form-grid,.admin-skeleton-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-skeleton-form-panel{align-content:start;gap:16px;min-height:430px;padding:18px;display:grid}.admin-skeleton-form-field{gap:8px;display:grid}.admin-skeleton-label{width:34%;height:9px}.admin-skeleton-input{width:100%;height:46px}.admin-skeleton-textarea{width:100%;height:118px}.admin-skeleton-detail-grid .admin-skeleton-form-panel{min-height:330px}.admin-skeleton-detail-line{width:100%;height:38px}.portal-skeleton-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.portal-skeleton-head>div{width:min(720px,80%)}.portal-skeleton-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px;display:grid}.portal-skeleton-stat{height:104px}.portal-skeleton-grid{grid-template-columns:1.3fr .7fr;gap:16px;margin-top:18px;display:grid}.portal-skeleton-panel{height:320px}.public-skeleton-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:64px;min-height:410px;display:grid}.public-skeleton-hero>div{min-width:0}.public-skeleton-title{width:min(620px,94%);height:64px;margin-top:18px}.public-skeleton-copy{width:min(560px,88%);height:52px;margin-top:18px}.public-skeleton-actions{gap:10px;margin-top:24px;display:flex}.public-skeleton-actions .skeleton{width:140px;height:48px}.public-skeleton-visual{border-radius:var(--radius-card);width:100%;height:330px}html[data-theme=dark] .admin-skeleton-metric,html[data-theme=dark] .admin-skeleton-panel,html[data-theme=dark] .admin-skeleton-form-panel,html[data-theme=dark] .admin-skeleton-upload,html[data-theme=dark] .admin-skeleton-media-card,html[data-theme=dark] .admin-skeleton-table,html[data-theme=dark] .admin-skeleton-quick{background:#101a2b;border-color:#223149}html[data-theme=dark] .admin-skeleton-table-head{background:#0d1727;border-color:#223149}html[data-theme=dark] .admin-skeleton-table-row{border-color:#18263a}@media (max-width:1100px){.admin-skeleton-metrics,.admin-skeleton-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.admin-skeleton-head{align-items:stretch}.admin-skeleton-action{width:96px}:is(.admin-skeleton-metrics,.admin-skeleton-metrics:has(.admin-skeleton-metric:nth-child(6))){grid-template-columns:repeat(2,minmax(0,1fr))}.admin-skeleton-panel-grid,.admin-skeleton-form-grid,.admin-skeleton-detail-grid,.portal-skeleton-grid,.public-skeleton-hero{grid-template-columns:1fr}.admin-skeleton-panel-grid .span-2{grid-column:auto}.admin-skeleton-table-head,.admin-skeleton-table-row{grid-template-columns:1.8fr .9fr .8fr}.admin-skeleton-table-head>:last-child,.admin-skeleton-table-row>:last-child{display:none}.admin-skeleton-upload{grid-template-columns:1fr}.admin-skeleton-upload-button{width:100%}.admin-skeleton-media-grid,.portal-skeleton-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.public-skeleton-hero{gap:24px}.public-skeleton-visual{height:220px}}@media (max-width:520px){.admin-skeleton-head{display:grid}.admin-skeleton-head>div:first-child{width:100%}.admin-skeleton-action{width:42%}.admin-skeleton-metrics{grid-template-columns:1fr}.admin-skeleton-toolbar{flex-direction:column;align-items:stretch}.admin-skeleton-search{width:100%}.admin-skeleton-toolbar>div{overflow:hidden}.admin-skeleton-table-head,.admin-skeleton-table-row{grid-template-columns:1.7fr .8fr}.admin-skeleton-table-head>:nth-child(3),.admin-skeleton-table-row>:nth-child(3){display:none}.admin-skeleton-media-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.route-progress{display:none}.route-progress span{transition:none!important;animation:none!important}.skeleton:after{animation:none!important;transform:none!important}}.admin-sidebar{border-right:1px solid #94a3b814}.admin-sidebar-head{position:relative}.admin-nav{gap:10px}.admin-nav-group-toggle{cursor:pointer;width:100%;transition:background var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard);justify-content:space-between;align-items:center;gap:8px;display:flex;border-radius:var(--radius-control)!important;color:#60728f!important;background:0 0!important;min-height:30px!important;padding:0 8px!important}.admin-nav-group-toggle:hover{color:#91a4c1!important;background:#ffffff09!important}.admin-nav-group.active-group .admin-nav-group-toggle{cursor:default;color:#8fa5c4!important}.admin-nav-label{color:inherit;padding:0;line-height:1}.admin-nav-chevron{color:currentColor;transform-origin:50%;width:20px;height:20px;transition:transform var(--motion-duration-fast) var(--motion-ease-enter);place-items:center;font-size:14px;display:inline-grid;transform:rotate(0)}.admin-nav-group-toggle[aria-expanded=false] .admin-nav-chevron{transform:rotate(-90deg)}.admin-nav-items{overflow:hidden}.admin-nav-items-inner{gap:3px;padding-top:1px;display:grid}.admin-nav a{isolation:isolate;transition:color var(--motion-duration-fast) var(--motion-ease-standard),background var(--motion-duration-fast) var(--motion-ease-standard),transform var(--motion-duration-instant) var(--motion-ease-standard);background:0 0;position:relative;overflow:hidden}.admin-nav a:hover{background:#ffffff0e}.admin-nav a:active{transform:scale(.992)}.admin-nav a.active{color:#fff;background:0 0}.admin-nav-active-indicator{z-index:-1;border-radius:var(--radius-control);background:linear-gradient(135deg,#2563eb,#1d4ed8);position:absolute;inset:0;box-shadow:0 8px 24px #2563eb3d}.admin-nav-active-indicator:before{content:"";background:#bfdbfe;border-radius:0 2px 2px 0;width:2px;position:absolute;inset:8px auto 8px 0}.admin-nav-link-label{z-index:1;transition:transform var(--motion-duration-fast) var(--motion-ease-enter);position:relative}.admin-nav a:hover .admin-nav-link-label{transform:translate(2px)}.admin-brand,.admin-mobile-brand{transition:opacity var(--motion-duration-fast) var(--motion-ease-standard)}.admin-brand:hover,.admin-mobile-brand:hover{opacity:.92}.admin-utility-bar{transition:background var(--motion-duration-fast) var(--motion-ease-standard),border-color var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-fast) var(--motion-ease-standard);justify-content:space-between}.admin-utility-bar[data-scrolled=true]{background:#f8fafcf7;border-bottom-color:#cbd5e1f0;box-shadow:0 10px 30px #0f172a12}.admin-utility-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.admin-environment-context{align-items:center;gap:9px;min-width:0;display:flex}.admin-environment-context>span{color:var(--slate-500);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:600}.admin-environment-badge{border:1px solid var(--slate-200);border-radius:var(--radius-pill);min-height:26px;color:var(--slate-600);text-transform:uppercase;letter-spacing:.055em;background:#fff;align-items:center;gap:6px;padding:0 9px;font-size:10px;font-weight:600;display:inline-flex}.admin-environment-badge i{background:#94a3b8;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #94a3b81f}.admin-environment-badge.staging i{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b24}.admin-environment-badge.production i{background:#ef4444;box-shadow:0 0 0 3px #ef444424}.admin-top{border-bottom:1px solid var(--slate-200);align-items:flex-start;padding-bottom:18px}.admin-top>div:first-child{gap:5px;min-width:0;display:grid}.admin-top .eyebrow{margin-bottom:0}.admin-top h1{letter-spacing:-.025em;line-height:1.12}.admin-top p{max-width:780px;color:var(--slate-600);margin:2px 0 0;font-size:12px;line-height:1.65}.admin-top>button,.admin-top>.btn,.admin-top>.demo-badge,.admin-top>div:last-child:not(:first-child){flex:none}.admin-menu-button{transition:background var(--motion-duration-fast) var(--motion-ease-standard);position:relative;border-radius:var(--radius-control)!important;background:0 0!important}.admin-menu-button:hover{background:#ffffff12!important}.admin-menu-button span{transform-origin:50%;transition:transform var(--motion-duration-fast) var(--motion-ease-enter),opacity var(--motion-duration-fast) var(--motion-ease-standard)}.admin-menu-button[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.admin-menu-button[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(.6)}.admin-menu-button[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}html[data-theme=dark] .admin-utility-bar[data-scrolled=true]{background:#0b1220f7;border-color:#2a3a52;box-shadow:0 12px 34px #00000042}html[data-theme=dark] .admin-environment-badge{color:#cbd5e1;background:#101a2b;border-color:#334155}html[data-theme=dark] .admin-environment-badge.staging{color:#fcd34d;background:#2a2110;border-color:#5f4a17}html[data-theme=dark] .admin-environment-badge.production{color:#fca5a5;background:#2a1518;border-color:#5f2228}html[data-theme=dark] .admin-top{border-color:#223149}@media (max-width:820px){.admin-sidebar{transition:transform var(--motion-duration-emphasis) var(--motion-ease-enter);will-change:transform}.admin-drawer-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.admin-utility-bar{padding:0 16px}.admin-environment-context>span{display:none}.admin-top{align-items:start;display:grid}.admin-top>button,.admin-top>.btn{width:100%}}@media (max-width:560px){.admin-environment-badge{min-height:24px;padding:0 8px;font-size:10px}.admin-top{gap:14px;margin-bottom:22px}.admin-top h1{font-size:clamp(27px,9vw,33px)}}@media (prefers-reduced-motion:reduce){.admin-nav-chevron,.admin-nav-link-label,.admin-nav a,.admin-menu-button span,.admin-utility-bar,.admin-sidebar{transition:none!important}}html{scroll-padding-top:86px}:where([id]){scroll-margin-top:86px}.btn{isolation:isolate;position:relative}.btn:active:not(:disabled){transform:translateY(0)scale(.985)}.btn:focus-visible{box-shadow:0 0 0 3px #38bdf82e}.saas-action-button{min-width:max-content}.saas-action-status{place-items:center;width:16px;min-width:16px;line-height:1;display:inline-grid}.saas-action-button.idle .saas-action-status{visibility:hidden}.saas-action-button.success{box-shadow:inset 0 0 0 1px #10b9812e}.saas-button-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite saas-spin}@keyframes saas-spin{to{transform:rotate(360deg)}}input,select,textarea{transition:border-color var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard), background-color var(--motion-duration-fast) var(--motion-ease-standard), color var(--motion-duration-fast) var(--motion-ease-standard)}:where(input,select,textarea)[aria-invalid=true]{border-color:#fca5a5;box-shadow:0 0 0 3px #ef444414}:where(input,select,textarea)[aria-invalid=true]:focus{border-color:var(--danger);box-shadow:0 0 0 3px #ef444421}.saas-field-feedback{margin-top:6px;font-size:11px;line-height:1.5;display:block}.saas-field-feedback.error{color:#b91c1c}.saas-field-feedback.help{color:var(--slate-500)}.saas-field-feedback.success{color:#047857}.saas-popover-root{display:inline-flex;position:relative}.saas-popover-content{z-index:2200;border:1px solid var(--slate-200);border-radius:var(--radius-popover);min-width:220px;max-width:min(420px,100vw - 28px);box-shadow:var(--elevation-2);transform-origin:100% 0;background:#fff;position:absolute;top:calc(100% + 8px);overflow:hidden}.saas-popover-content.start{transform-origin:0 0;left:0;right:auto}.saas-popover-content.end{left:auto;right:0}.saas-dropdown-trigger{border:1px solid var(--slate-200);border-radius:var(--radius-control);min-height:40px;color:var(--slate-700);transition:border-color var(--motion-duration-fast) var(--motion-ease-standard), background-color var(--motion-duration-fast) var(--motion-ease-standard), color var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard);background:#fff;align-items:center;gap:8px;padding:0 11px;font-size:12px;font-weight:600;display:inline-flex}.saas-dropdown-trigger:hover,.saas-dropdown-trigger[aria-expanded=true]{color:var(--blue);background:#eff6ff;border-color:#bfdbfe}.saas-dropdown-chevron{transition:transform var(--motion-duration-fast) var(--motion-ease-enter);display:inline-block}.saas-dropdown-trigger[aria-expanded=true] .saas-dropdown-chevron{transform:rotate(180deg)}.saas-dropdown-menu{padding:6px;display:grid}.saas-dropdown-item{border-radius:var(--radius-control);width:100%;min-height:44px;color:var(--slate-700);text-align:left;transition:background-color var(--motion-duration-fast) var(--motion-ease-standard), color var(--motion-duration-fast) var(--motion-ease-standard), transform var(--motion-duration-fast) var(--motion-ease-standard);background:0 0;border:0;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:7px 9px;display:grid}.saas-dropdown-item:hover,.saas-dropdown-item:focus-visible{background:var(--slate-50);color:var(--slate-900);transform:translate(2px)}.saas-dropdown-item.selected{color:var(--blue-deep);background:#eff6ff}.saas-dropdown-item.danger{color:#b91c1c}.saas-dropdown-check{color:var(--blue);font-size:12px;font-weight:600}.saas-dropdown-item>span:last-child{gap:2px;min-width:0;display:grid}.saas-dropdown-item strong{font-size:12px;font-weight:600}.saas-dropdown-item small{color:var(--slate-500);font-size:10px;line-height:1.4}.saas-tabs{border-bottom:1px solid var(--slate-200);scrollbar-width:none;gap:6px;margin:18px 0 10px;display:flex;overflow-x:auto}.saas-tabs::-webkit-scrollbar{display:none}.saas-tabs button{min-height:42px;color:var(--slate-500);text-transform:capitalize;background:0 0;border:0;flex:none;padding:0 12px;font-size:11px;font-weight:600;position:relative}.saas-tabs button:hover{color:var(--slate-900)}.saas-tabs button.active{color:var(--blue)}.saas-tab-indicator{background:var(--blue);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:8px;right:8px}.saas-copy-button{transition:color var(--motion-duration-instant) var(--motion-ease-standard), background-color var(--motion-duration-instant) var(--motion-ease-standard), border-color var(--motion-duration-instant) var(--motion-ease-standard), transform var(--motion-duration-instant) var(--motion-ease-standard)}.saas-copy-button .saas-copy-icon{place-items:center;width:14px;font-weight:600;text-decoration:none;display:inline-grid}.saas-copy-button.copied{color:#047857}.saas-copy-button.error{color:#b91c1c}.text-button.saas-copy-button{min-height:32px;padding:0 4px}.saas-overlay{z-index:3000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.saas-overlay.drawer{justify-items:end;padding:0}.saas-dialog-panel,.saas-drawer-panel{border-radius:var(--radius-modal);width:min(620px,100vw - 32px);max-height:min(760px,100vh - 40px);box-shadow:var(--elevation-3);background:#fff;border:1px solid #e2e8f0f2;outline:none;flex-direction:column;display:flex;overflow:hidden}.saas-drawer-panel{border-radius:var(--radius-modal) 0 0 var(--radius-modal);border-right:0;width:min(520px,100vw);height:100vh;max-height:none}.saas-modal-head{border-bottom:1px solid var(--slate-100);justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px 15px;display:flex}.saas-modal-head>div{min-width:0}.saas-modal-head h2{letter-spacing:-.025em;margin:0;font-size:18px}.saas-modal-head p{margin:6px 0 0;font-size:12px;line-height:1.55}.saas-modal-close{border-radius:var(--radius-control);width:36px;height:36px;color:var(--slate-500);background:0 0;border:0;flex:none;place-items:center;font-size:22px;line-height:1;display:grid}.saas-modal-close:hover{background:var(--slate-100);color:var(--slate-900)}.saas-modal-body{overscroll-behavior:contain;min-height:0;padding:20px;overflow:auto}.saas-modal-foot{border-top:1px solid var(--slate-100);background:var(--slate-50);justify-content:flex-end;align-items:center;gap:8px;padding:14px 20px;display:flex}html[data-theme=dark] .saas-popover-content,html[data-theme=dark] .saas-dropdown-trigger,html[data-theme=dark] .saas-dialog-panel,html[data-theme=dark] .saas-drawer-panel{color:#f8fafc;background:#101a2b;border-color:#223149}html[data-theme=dark] .saas-dropdown-trigger{color:#cbd5e1}html[data-theme=dark] .saas-dropdown-trigger:hover,html[data-theme=dark] .saas-dropdown-trigger[aria-expanded=true],html[data-theme=dark] .saas-dropdown-item.selected{color:#93c5fd;background:#112341}html[data-theme=dark] .saas-dropdown-item{color:#cbd5e1}html[data-theme=dark] .saas-dropdown-item:hover,html[data-theme=dark] .saas-dropdown-item:focus-visible{color:#fff;background:#162238}html[data-theme=dark] .saas-tabs{border-color:#223149}html[data-theme=dark] .saas-tabs button:hover{color:#fff}html[data-theme=dark] .saas-modal-head,html[data-theme=dark] .saas-modal-foot{border-color:#223149}html[data-theme=dark] .saas-modal-foot{background:#0d1727}html[data-theme=dark] .saas-modal-close:hover{color:#fff;background:#18263a}@media (max-width:640px){html{scroll-padding-top:72px}:where([id]){scroll-margin-top:72px}.saas-dialog-panel{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.saas-overlay{padding:10px}.saas-modal-head,.saas-modal-body,.saas-modal-foot{padding-left:15px;padding-right:15px}.saas-drawer-panel{width:min(92vw,520px)}}@media (prefers-reduced-motion:reduce){.saas-button-spinner{animation-duration:1.2s}.saas-dropdown-chevron,.saas-dropdown-item,.saas-copy-button,input,select,textarea{transition-duration:.01ms!important}}.toast-card{transform-origin:100% 0;animation:none}.notification-bell-icon{transform-origin:50% 15%;place-items:center;width:18px;height:18px;display:inline-grid}.notification-bell-icon svg{width:18px;height:18px}.saas-popover-content.notification-popover-saas{transform-origin:100% 0;flex-direction:column;width:min(390px,100vw - 28px);min-width:min(390px,100vw - 28px);max-height:min(610px,100vh - 90px);padding:0;display:flex;top:46px;left:auto;right:0}.saas-popover-content.notification-popover-saas.portal{top:45px}.notification-popover-list>[style]{min-width:0}.notification-popover-item{transition:background-color var(--motion-duration-fast) var(--motion-ease-standard), color var(--motion-duration-fast) var(--motion-ease-standard)}.notification-popover-item.unread{box-shadow:inset 2px 0 #2563eb52}.integration-detail-tabs-saas{margin:0 14px 12px}.integration-configuration-motion,.catalog-view-motion{min-width:0}.site-experience-editor-stack{gap:18px;display:grid}.cms-editor-tabs{margin-top:4px}.cms-editor-section{gap:14px;min-width:0;display:grid}.production-setup-motion-item{min-width:0;height:100%}.production-setup-motion-item>.production-setup-card{height:100%}.branding-preview,.branding-preview .brand-custom-logo-frame,.branding-meta-preview{transition:width var(--motion-duration-normal) var(--motion-ease-enter), height var(--motion-duration-normal) var(--motion-ease-enter), transform var(--motion-duration-normal) var(--motion-ease-enter), background-color var(--motion-duration-fast) var(--motion-ease-standard), border-color var(--motion-duration-fast) var(--motion-ease-standard)}.media-card{transform-origin:50%;transition:border-color var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard)}.media-card:hover{box-shadow:var(--elevation-1);border-color:#bfdbfe}@media (max-width:640px){.saas-popover-content.notification-popover-saas,.saas-popover-content.notification-popover-saas.portal{transform-origin:100% 0;width:auto;min-width:0;max-height:calc(100vh - 92px);position:fixed;top:72px;left:14px;right:14px}.admin-utility-bar .saas-popover-content.notification-popover-saas{max-height:calc(100vh - 148px);top:128px}}@media (prefers-reduced-motion:reduce){.branding-preview,.branding-preview .brand-custom-logo-frame,.branding-meta-preview,.media-card,.notification-popover-item{transition-duration:.01ms!important}}.saas-metric-grid{gap:10px;display:grid}.stats-grid.saas-metric-grid{display:grid}.saas-metric-card{border:1px solid var(--slate-200);border-radius:var(--radius-card);min-width:0;min-height:122px;box-shadow:var(--elevation-0);transition:border-color var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard), background-color var(--motion-duration-fast) var(--motion-ease-standard);background:#fff;flex-direction:column;padding:18px;display:flex;position:relative;overflow:hidden}.saas-metric-card:after{content:"";background:0 0;width:2px;position:absolute;inset:0 auto 0 0}.saas-metric-card.success:after{background:var(--success)}.saas-metric-card.attention:after{background:var(--warning)}.saas-metric-card.danger:after{background:var(--danger)}.saas-metric-card:hover{box-shadow:var(--elevation-1);border-color:#cbd5e1}.saas-metric-card.compact{min-height:98px;padding:14px}.saas-metric-label{color:var(--slate-500);text-transform:uppercase;letter-spacing:.045em;font-size:11px;font-weight:600}.saas-metric-value{letter-spacing:-.035em;overflow-wrap:anywhere;margin-top:11px;font-size:25px;line-height:1.08}.saas-metric-card.compact .saas-metric-value{margin-top:7px;font-size:18px}.saas-metric-card small{color:var(--slate-500);margin-top:auto;padding-top:9px;font-size:11px;line-height:1.45}.ops-pulse-grid.saas-metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.ops-pulse-grid.saas-metric-grid .saas-metric-card.attention{background:#fffaf3;border-color:#fed7aa}.saas-data-list{min-width:0}.saas-data-row{min-width:0;transition:background-color var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard)}.catalog-row.saas-data-row:hover,.commerce-row.saas-data-row:hover,.analytics-row.saas-data-row:hover,.audit-row.saas-data-row:hover,.ops-incident.saas-data-row:hover{background:#f8fafc}.ops-row-motion>.ops-row{width:100%}.ops-row-motion:hover>.ops-row{background:#f8fafc}.saas-sticky-table{position:relative}.saas-sticky-table>.catalog-head,.saas-sticky-table>.commerce-head,.saas-sticky-table>.analytics-row.head,.saas-sticky-table>.audit-row.head{z-index:3;-webkit-backdrop-filter:blur(10px);position:sticky;top:0;box-shadow:0 1px #0f172a0f}.saas-filter-chips{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.saas-filter-chips button{isolation:isolate;border:1px solid var(--slate-200);border-radius:var(--radius-pill);min-height:36px;color:var(--slate-600);font:inherit;cursor:pointer;background:#fff;justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.saas-filter-chips button:hover,.saas-filter-chips button[aria-pressed=true]{color:#1d4ed8;border-color:#bfdbfe}.saas-filter-chip-active{z-index:-1;border-radius:var(--radius-pill);background:#eff6ff;position:absolute;inset:2px}.saas-filter-chip-label{align-items:center;gap:6px;display:inline-flex}.saas-filter-chip-label small{border-radius:var(--radius-pill);color:currentColor;background:#94a3b826;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:10px;display:grid}.catalog-status-chips{grid-column:span 2}.saas-state-panel{border:1px dashed var(--slate-300);border-radius:var(--radius-card);min-height:148px;color:var(--slate-700);background:#f8fafcb8;grid-template-columns:38px minmax(0,1fr);justify-content:center;align-items:center;gap:12px;margin:12px;padding:22px;display:grid}.saas-state-panel.compact{min-height:96px;margin:8px 0;padding:16px}.saas-state-symbol{border:1px solid var(--slate-200);border-radius:var(--radius-pill);width:34px;height:34px;color:var(--slate-500);background:#fff;place-items:center;font-size:14px;font-weight:600;display:grid}.saas-state-panel>div{gap:4px;min-width:0;display:grid}.saas-state-panel strong{font-size:13px}.saas-state-panel span:not(.saas-state-symbol){color:var(--slate-500);font-size:11px;line-height:1.55}.saas-state-panel.success{background:#f6fff9;border-color:#bbf7d0}.saas-state-panel.success .saas-state-symbol{color:#15803d;background:#dcfce7;border-color:#bbf7d0}.saas-state-panel.warning{background:#fffaf3;border-color:#fed7aa}.saas-state-panel.warning .saas-state-symbol{color:#b45309;background:#ffedd5;border-color:#fed7aa}.saas-state-panel.danger{background:#fff8f8;border-color:#fecaca}.saas-state-panel.danger .saas-state-symbol{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.saas-state-panel.info{background:#f8fbff;border-color:#bfdbfe}.saas-state-panel.info .saas-state-symbol{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}.saas-state-action{margin-top:7px}.saas-readiness-progress{border:1px solid var(--slate-200);border-radius:var(--radius-card);box-shadow:var(--elevation-0);background:#fff;margin:14px 0;padding:16px 18px}.saas-readiness-head{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.saas-readiness-head>div{gap:3px;min-width:0;display:grid}.saas-readiness-head strong{font-size:13px}.saas-readiness-head span{color:var(--slate-500);font-size:11px}.saas-readiness-head b{letter-spacing:-.035em;font-size:20px}.saas-readiness-track{border-radius:var(--radius-pill);background:var(--slate-100);height:7px;margin-top:12px;overflow:hidden}.saas-readiness-track>span{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#60a5fa);height:100%;display:block}.saas-readiness-progress.ready .saas-readiness-track>span{background:linear-gradient(90deg,#16a34a,#4ade80)}.saas-readiness-progress.ready{background:#fbfffc;border-color:#bbf7d0}.production-evidence-metrics{margin-top:10px}html[data-theme=dark] .saas-metric-card,html[data-theme=dark] .saas-filter-chips button,html[data-theme=dark] .saas-readiness-progress,html[data-theme=dark] .saas-state-symbol{color:#f8fafc;background:#101a2b;border-color:#223149}html[data-theme=dark] .saas-metric-card:hover{box-shadow:var(--elevation-1);border-color:#334155}html[data-theme=dark] .ops-pulse-grid.saas-metric-grid .saas-metric-card.attention,html[data-theme=dark] .saas-state-panel.warning{background:#2b2013;border-color:#7c4a15}html[data-theme=dark] .catalog-row.saas-data-row:hover,html[data-theme=dark] .commerce-row.saas-data-row:hover,html[data-theme=dark] .analytics-row.saas-data-row:hover,html[data-theme=dark] .audit-row.saas-data-row:hover,html[data-theme=dark] .ops-incident.saas-data-row:hover,html[data-theme=dark] .ops-row-motion:hover>.ops-row{background:#142137}html[data-theme=dark] .saas-filter-chips button[aria-pressed=true]{color:#bfdbfe;border-color:#315b91}html[data-theme=dark] .saas-filter-chip-active{background:#112341}html[data-theme=dark] .saas-state-panel{color:#e2e8f0;background:#0d1727;border-color:#334155}html[data-theme=dark] .saas-state-panel.success{background:#0d2b21;border-color:#166534}html[data-theme=dark] .saas-state-panel.danger{background:#32191c;border-color:#7f1d1d}html[data-theme=dark] .saas-state-panel.info{background:#102038;border-color:#29466f}html[data-theme=dark] .saas-readiness-track{background:#1e293b}html[data-theme=dark] .saas-readiness-progress.ready{background:#0d2b21;border-color:#166534}@media (max-width:1100px){.ops-pulse-grid.saas-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-status-chips{grid-column:1/-1}}@media (max-width:760px){.ops-pulse-grid.saas-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.saas-readiness-head{align-items:flex-start}}@media (max-width:520px){.ops-pulse-grid.saas-metric-grid{grid-template-columns:1fr}.saas-filter-chips{scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:3px;overflow-x:auto}.saas-filter-chips button{flex:none}.saas-state-panel{text-align:left;grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.saas-metric-card,.saas-data-row,.saas-filter-chips button{transition-duration:.01ms!important}}.saas-scroll-region{overscroll-behavior-inline:contain;scrollbar-gutter:stable both-edges;-webkit-overflow-scrolling:touch;overflow-x:auto}.saas-scroll-region:focus-visible{outline-offset:3px;border-radius:var(--radius-control);outline:3px solid #38bdf8}#main-content:focus{outline:none}#main-content:focus-visible{outline-offset:4px;outline:3px solid #38bdf8}@media (pointer:coarse){:where(.saas-dropdown-trigger,.saas-tabs button,.saas-filter-chips button,.theme-toggle,.menu-button,.portal-menu-button,.admin-menu-button,.saas-modal-close){min-height:44px}:where(.saas-modal-close,.theme-toggle.compact){min-width:44px}}@media (forced-colors:active){:where(a,button,input,select,textarea,[tabindex]):focus-visible,.saas-scroll-region:focus-visible,#main-content:focus-visible{outline-offset:3px;outline:2px solid highlight}.saas-tab-indicator,.admin-nav-active-indicator,.saas-readiness-track>span,.saas-filter-chip-active{forced-color-adjust:none;background:highlight}.admin-environment-badge i,.notification-unread-badge{forced-color-adjust:auto}}@media (prefers-reduced-motion:reduce){.saas-scroll-region{scroll-behavior:auto!important}.saas-readiness-track>span{transition:none!important}}.ops-json{font-size:11px;line-height:1.65}.admin-alert,.admin-module-grid p,.footer-grid a,.footer-grid span,.footer-copy,.catalog-toolbar>div:first-child>span,.saas-tabs button,.saas-dropdown-item small,.launch-controls-grid label,.production-guidance,.ops-action-row small{font-size:max(11px,.72rem)}.mobile-nav-backdrop:focus-visible,.admin-drawer-backdrop:focus-visible{outline-offset:-5px;outline:3px solid #38bdf8}@media (max-width:1050px){.mobile-nav{overscroll-behavior:contain;max-height:calc(100dvh - 84px);overflow-y:auto}}@media (max-width:560px){.site-header{height:64px}.mobile-nav{max-height:calc(100dvh - 76px);top:64px}.hero h1{overflow-wrap:anywhere;font-size:clamp(34px,11vw,42px)}.featured-game-content h3{font-size:clamp(25px,8vw,30px)}.catalog-toolbar{flex-direction:column;align-items:stretch}.catalog-toolbar select{width:100%}.saas-modal-foot{flex-wrap:wrap}.saas-modal-foot>.btn{flex:160px}.mobile-nav-backdrop{inset:64px 0 0}}.integration-hub-metrics,.integration-architecture-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.integration-hub-metrics article,.integration-architecture-grid>div{border:1px solid var(--admin-border,#dfe4ea);background:var(--admin-panel,#fff);flex-direction:column;gap:5px;padding:18px;display:flex}.integration-hub-metrics span,.integration-architecture-grid small{color:var(--admin-muted,#697386)}.integration-hub-metrics strong{font-size:1.35rem}.integration-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.integration-category-card{min-width:0}.integration-category-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.integration-category-head>div{flex-direction:column;gap:4px;display:flex}.integration-category-head>span{font-size:1.4rem;font-weight:600}.integration-provider-list{flex-direction:column;display:flex}.integration-provider-row{border-top:1px solid var(--admin-border,#e6e9ee);grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:15px 0;display:grid}.integration-provider-row>div:first-child{flex-direction:column;gap:4px;min-width:0;display:flex}.integration-provider-row span,.integration-provider-row small{color:var(--admin-muted,#697386)}.integration-provider-state{align-items:flex-start;display:flex}.integration-provider-state .status{white-space:nowrap}.integration-architecture-grid>div>span{background:var(--admin-soft,#f1f5f9);border-radius:50%;place-items:center;width:30px;height:30px;font-weight:600;display:grid}.integration-architecture-grid>div strong{margin-top:4px}@media (max-width:1050px){.integration-hub-metrics,.integration-architecture-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.integration-category-grid,.integration-hub-metrics,.integration-architecture-grid,.integration-provider-row{grid-template-columns:1fr}.integration-provider-state{justify-content:flex-start}}.integration-operations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:16px 0;display:grid}.integration-ops-card{gap:14px;display:grid}.integration-ops-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.integration-ops-list>div{border:1px solid var(--border);background:var(--surface-subtle);justify-content:space-between;gap:12px;padding:10px 12px;display:flex}.integration-ops-list span,.integration-webhook-list span,.integration-webhook-list small{font-size:12px}.integration-webhook-list{gap:8px;display:grid}.integration-webhook-list>div{border:1px solid var(--border);background:var(--surface-subtle);justify-content:space-between;align-items:flex-start;gap:16px;padding:12px;display:flex}.integration-webhook-list>div>div{gap:4px;display:grid}.integration-webhook-list code{overflow-wrap:anywhere;font-size:11px}@media (max-width:900px){.integration-operations-grid,.integration-ops-list{grid-template-columns:1fr}}@media (max-width:600px){.integration-webhook-list>div{flex-direction:column}.integration-webhook-list>div>div:last-child{width:100%}}.cms-overview-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 16px;display:grid}.cms-overview-strip article{border:1px solid var(--border);background:var(--surface);gap:4px;padding:16px;display:grid}.cms-overview-strip article.warning{border-color:color-mix(in srgb,var(--warning,#d99b2b) 55%,var(--border))}.cms-overview-strip span,.cms-overview-strip small{font-size:12px}.cms-overview-strip strong{font-size:24px}.cms-section-builder-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cms-section-builder-head>div{gap:4px;display:grid}.cms-section-builder-head span{font-size:13px}.cms-section-add-grid{flex-wrap:wrap;gap:8px;padding:12px 0;display:flex}.cms-section-editor-list{gap:12px;display:grid}.cms-section-editor-card{border:1px solid var(--border);background:var(--surface-subtle);gap:12px;padding:16px;display:grid}.cms-section-editor-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.cms-section-editor-head>div:first-child{gap:3px;display:grid}.cms-reusable-layout{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:18px;display:grid}.cms-structured-section{margin:clamp(32px,6vw,72px) 0}.cms-section-heading{max-width:780px;margin-bottom:20px}.cms-section-image-text{grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);align-items:center;gap:clamp(24px,5vw,64px);display:grid}.cms-section-image-text figure{margin:0}.cms-section-image-text img{width:100%;height:auto;display:block}.cms-section-cta{border:1px solid var(--border);background:var(--surface-subtle);justify-content:space-between;align-items:center;gap:24px;padding:clamp(24px,4vw,48px);display:flex}.cms-item-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.cms-item-grid article,.cms-stat-grid article{border:1px solid var(--border);background:var(--surface-subtle);gap:8px;padding:18px;display:grid}.cms-step-number{border:1px solid var(--border);border-radius:50%;place-items:center;width:32px;height:32px;font-size:12px;display:inline-grid}.cms-faq-list{gap:8px;display:grid}.cms-faq-list details{border:1px solid var(--border);background:var(--surface-subtle);padding:16px}.cms-faq-list summary{cursor:pointer;font-weight:600}.cms-faq-list p{margin:12px 0 0}.cms-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.cms-stat-grid strong{font-size:clamp(24px,4vw,42px)}.cms-section-divider{border:0;border-top:1px solid var(--border);margin:clamp(28px,5vw,60px) 0}.cms-policy-version{opacity:.72;margin-top:10px;font-size:12px}.status-pill.scheduled{border-color:color-mix(in srgb,var(--accent,#3d7cff) 45%,var(--border))}@media (max-width:900px){.cms-overview-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-reusable-layout,.cms-section-image-text{grid-template-columns:1fr}.cms-item-grid,.cms-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.cms-overview-strip,.cms-item-grid,.cms-stat-grid{grid-template-columns:1fr}.cms-section-builder-head,.cms-section-editor-head,.cms-section-cta{flex-direction:column;align-items:stretch}}.cms-surface-links{flex-wrap:wrap;gap:8px;margin:0 0 16px;display:flex}.cms-surface-links a{border:1px solid var(--border);background:var(--surface);padding:9px 12px;font-size:12px;text-decoration:none}.cms-surface-links a[aria-current=page]{border-color:var(--accent,#3d7cff)}.seo-stats,.analytics-tracking-grid{margin-bottom:16px}.seo-audit-panel,.seo-redirect-panel,.analytics-tracking-panel{margin-top:16px}.seo-audit-list,.seo-redirect-list,.analytics-event-map{gap:8px;display:grid}.seo-audit-row,.seo-redirect-list>div,.analytics-event-map>div:not(:first-child){border:1px solid var(--border);background:var(--surface-subtle);justify-content:space-between;align-items:flex-start;gap:16px;padding:12px;display:flex}.seo-audit-row>div:first-child,.seo-redirect-list>div>div:first-child{gap:4px;display:grid}.seo-audit-row small{max-width:850px}.seo-audit-row>div:last-child,.seo-redirect-list>div>div:last-child{align-items:center;gap:8px;display:flex}.seo-redirect-create{grid-template-columns:1fr 1fr minmax(150px,.35fr) auto;align-items:end;gap:10px;margin-bottom:14px;display:grid}.analytics-tracking-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.analytics-event-map>div:first-child{gap:4px;margin:12px 0;display:grid}.analytics-event-map code,.analytics-event-map span{font-size:12px}.analytics-tracking-status{border-top:1px solid var(--border);grid-template-columns:auto 1fr auto 1fr auto 1fr;gap:8px 14px;margin-top:14px;padding:12px;font-size:12px;display:grid}.analytics-consent{z-index:1200;border:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:24px;max-width:1100px;margin:auto;padding:18px;display:flex;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 18px 60px #0003}.analytics-consent>div:first-child{gap:6px;max-width:760px;display:grid}.analytics-consent p{margin:0;font-size:13px}.analytics-consent>div:last-child{flex:none;gap:8px;display:flex}@media (max-width:900px){.seo-redirect-create,.analytics-tracking-grid{grid-template-columns:1fr 1fr}.analytics-tracking-status{grid-template-columns:auto 1fr}.analytics-consent{flex-direction:column;align-items:stretch}.analytics-consent>div:last-child{justify-content:flex-end}}@media (max-width:600px){.seo-redirect-create,.analytics-tracking-grid{grid-template-columns:1fr}.seo-audit-row,.seo-redirect-list>div{flex-direction:column}.seo-audit-row>div:last-child,.seo-redirect-list>div>div:last-child{width:100%}.analytics-consent{bottom:10px;left:10px;right:10px}.analytics-consent>div:last-child{grid-template-columns:1fr 1fr;display:grid}.analytics-consent .btn{width:100%}}.footer-bottom-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.analytics-preferences{position:relative}.footer-privacy-button{appearance:none;color:inherit;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:6px;font-size:12px;text-decoration:underline}.analytics-preferences-panel{z-index:40;border:1px solid var(--border);background:var(--surface);gap:10px;width:min(360px,100vw - 32px);padding:16px;display:grid;position:absolute;bottom:calc(100% + 10px);right:0;box-shadow:0 12px 34px #00000024}.analytics-preferences-panel p{margin:0;font-size:13px}.analytics-preferences-panel>div{flex-wrap:wrap;gap:8px;display:flex}@media (max-width:700px){.footer-bottom-actions{justify-content:flex-start}.analytics-preferences-panel{left:0;right:auto}}:root{--admin-bg:#f6f8fb;--admin-panel:#fff;--admin-panel-muted:#f8fafc;--admin-panel-hover:#fbfdff;--admin-border:#e4e9f0;--admin-border-strong:#d7dee8;--admin-text:#101828;--admin-muted:#667085;--admin-muted-2:#98a2b3;--admin-accent:#2563eb;--admin-accent-soft:#eef4ff;--admin-sidebar:#0c1425;--admin-sidebar-panel:#111c31;--admin-sidebar-text:#aebbd0;--admin-sidebar-muted:#687994;--admin-shadow-sm:0 1px 2px #1018280a, 0 1px 3px #10182808;--admin-shadow-md:0 10px 28px #10182812}body:has(.admin-shell){background:var(--admin-bg);color:var(--admin-text)}.admin-shell{background:var(--admin-bg);grid-template-columns:272px minmax(0,1fr)}.admin-workspace{background:var(--admin-bg)}.admin-sidebar{scrollbar-width:thin;scrollbar-color:#94a3b838 transparent;background:linear-gradient(#0c1425 0%,#0a1221 100%);border-right:1px solid #94a3b814;padding:18px 14px 16px;overflow:hidden auto}.admin-sidebar::-webkit-scrollbar{width:7px}.admin-sidebar::-webkit-scrollbar:horizontal{width:0;height:0;display:none}.admin-sidebar::-webkit-scrollbar-thumb{background:#94a3b82e;border-radius:999px}.admin-sidebar::-webkit-scrollbar-corner{background:0 0}.admin-sidebar-head{align-items:center;min-height:54px;padding:0 6px 10px}.admin-brand{gap:11px;margin:0}.admin-logo{box-shadow:0 8px 20px #2563eb47;background:linear-gradient(145deg,#3478f6,#2256cf)!important;border-radius:9px!important;width:36px!important;height:36px!important;font-size:15px!important;font-weight:600!important}.admin-brand strong{letter-spacing:-.01em;font-size:13px;font-weight:600}.admin-brand span{color:#71819a;letter-spacing:.025em;margin-top:4px;font-size:10px}.admin-nav{gap:14px;padding:8px 0 22px}.admin-nav-group{gap:3px}.admin-nav-group-toggle{color:#657791!important;border-radius:7px!important;min-height:28px!important;padding:0 9px!important}.admin-nav-label{letter-spacing:.12em;padding:0;font-size:10px;font-weight:600}.admin-nav-chevron{opacity:.72;font-size:13px}.admin-nav-items-inner{gap:3px;display:grid}.admin-nav a{min-height:39px;color:var(--admin-sidebar-text);isolation:isolate;transition:background var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard),transform var(--motion-duration-fast) var(--motion-ease-standard);border-radius:8px;gap:10px;padding:0 10px;font-size:12px;font-weight:500;position:relative}.admin-nav a:hover{color:#f8fbff;background:#ffffff0e;transform:translate(1px)}.admin-nav a.active{color:#fff;background:linear-gradient(90deg,#2563eb3d,#2563eb1c);box-shadow:inset 0 0 0 1px #60a5fa1a}.admin-nav-active-indicator{box-shadow:0 0 18px #4d8dff80;background:#4d8dff!important;border-radius:0 4px 4px 0!important;width:3px!important;height:21px!important;left:0!important}.admin-nav-item-icon{color:#7486a1;width:18px;height:18px;transition:color var(--motion-duration-fast) var(--motion-ease-standard),transform var(--motion-duration-fast) var(--motion-ease-standard);flex:none;place-items:center;display:grid}.admin-nav-item-icon svg{width:17px;height:17px;display:block}.admin-nav a:hover .admin-nav-item-icon{color:#b9c9e2;transform:scale(1.04)}.admin-nav a.active .admin-nav-item-icon{color:#75a7ff}.admin-nav-link-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-user{border-top:1px solid #94a3b81c;margin-top:auto;padding:15px 9px 2px}.admin-user strong{color:#e8eef8;font-size:11px;font-weight:600}.admin-user span{color:#71819a;font-size:10px}.admin-user-actions{gap:5px;margin-top:10px}.admin-user-actions .theme-toggle,.admin-sidebar .admin-logout{min-height:36px;color:#8798b2!important;border-radius:7px!important;padding:0 9px!important;font-size:11px!important}.admin-user-actions .theme-toggle:hover,.admin-sidebar .admin-logout:hover{color:#fff!important;background:#ffffff0d!important}.admin-utility-bar{-webkit-backdrop-filter:blur(18px)saturate(1.15);backdrop-filter:blur(18px)saturate(1.15);background:#ffffffe8;border-bottom:1px solid #e4e9f0f0;height:64px;padding:0 clamp(20px,3vw,36px)}.admin-utility-bar[data-scrolled=true]{background:#fffffff7;box-shadow:0 8px 26px #1018280e}.admin-utility-context{align-items:center;gap:14px;min-width:0;display:flex}.admin-utility-breadcrumb{min-width:0;color:var(--admin-muted);align-items:center;gap:7px;font-size:11px;display:flex}.admin-utility-breadcrumb span{color:#98a2b3}.admin-utility-breadcrumb i{color:#c6ced8;font-style:normal}.admin-utility-breadcrumb strong{color:#344054;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.admin-environment-context{align-items:center;display:flex}.admin-environment-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;gap:6px;min-height:24px;padding:0 9px;font-size:10px;font-weight:600}.admin-environment-badge i{width:6px;height:6px;box-shadow:none;border-radius:50%}.admin-environment-badge.staging{color:#b54708;background:#fffaeb;border-color:#fedf89}.admin-environment-badge.staging i{background:#f79009}.admin-environment-badge.production{color:#b42318;background:#fef3f2;border-color:#fecdca}.admin-environment-badge.production i{background:#f04438}.admin-environment-badge.development{color:#475467;background:#f2f4f7;border-color:#e4e7ec}.admin-environment-badge.development i{background:#667085}.admin-utility-actions{gap:8px}.admin-utility-search{color:#667085;min-height:36px;transition:background var(--motion-duration-fast) var(--motion-ease-standard),border-color var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard);border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:11px;font-weight:500;display:inline-flex}.admin-utility-search svg{width:16px;height:16px}.admin-utility-search:hover{color:#344054;background:#f8fafc;border-color:#e4e7ec}.admin-utility-divider{background:#eaecf0;width:1px;height:24px}.admin-utility-actions .theme-toggle.compact,.admin-utility-signout{color:#667085;width:auto;min-width:40px;min-height:36px;box-shadow:var(--admin-shadow-sm);background:#fff;border:1px solid #eaecf0;border-radius:8px}.admin-utility-actions .theme-toggle.compact{width:40px;padding:0}.admin-utility-signout{justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:500;display:inline-flex}.admin-utility-actions .theme-toggle.compact:hover,.admin-utility-signout:hover{color:#344054;background:#f9fafb;border-color:#dfe4ea}.notification-bell-button{box-shadow:var(--admin-shadow-sm);background:#fff!important;border:1px solid #eaecf0!important;border-radius:8px!important}.notification-bell-button:hover{background:#f9fafb!important;border-color:#dfe4ea!important}.admin-workspace .admin-main{padding:30px clamp(24px,3vw,38px) clamp(24px,3vw,38px)}.admin-stack{gap:22px;display:grid}.admin-page-head,.admin-top{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:flex-start;gap:24px;margin:0;padding:0 0 26px;display:flex}.admin-page-head-copy,.admin-page-head>div:first-child{min-width:0}.admin-page-head .eyebrow,.admin-top .eyebrow{color:#2563eb;letter-spacing:.12em;margin:0 0 9px;font-size:10px;font-weight:600}.admin-page-head h1,.admin-top h1{color:var(--admin-text);letter-spacing:-.04em;margin:0;font-size:clamp(27px,2.5vw,34px);font-weight:600;line-height:1.14}.admin-page-head p,.admin-top p{max-width:810px;color:var(--admin-muted);margin:10px 0 0;font-size:13px;line-height:1.65}body:has(.admin-shell) .btn{min-height:40px;box-shadow:none;border-radius:8px;padding-inline:14px;font-size:11px;font-weight:600}body:has(.admin-shell) .btn-primary{background:#2563eb;box-shadow:0 1px 2px #1018280f,0 2px 8px #2563eb29}body:has(.admin-shell) .btn-primary:hover{background:#1d4ed8}body:has(.admin-shell) .btn-ghost:hover{background:#f9fafb;border-color:#d0d5dd}:is(body:has(.admin-shell) .catalog-panel,body:has(.admin-shell) .admin-editor-panel,body:has(.admin-shell) .admin-list-panel,body:has(.admin-shell) .media-upload,body:has(.admin-shell) .audit-table,body:has(.admin-shell) .dashboard-panel){border-color:var(--admin-border);background:var(--admin-panel);box-shadow:var(--admin-shadow-sm);border-radius:12px}.integration-hub-v51{gap:24px}.integration-page-head{padding-bottom:26px}.integration-page-head .ops-action-row{margin:2px 0 0}.integration-page-actions .btn svg{width:14px;height:14px}.integration-secondary-action{gap:8px}.integration-page-meta{color:#667085;flex-wrap:wrap;align-items:center;gap:9px 18px;margin-top:15px;font-size:11px;display:flex}.integration-page-meta span{align-items:center;gap:7px;display:inline-flex}.integration-page-meta .dot{background:#98a2b3;border-radius:50%;width:7px;height:7px}.integration-page-meta .dot.success{background:#12b76a;box-shadow:0 0 0 4px #12b76a17}.integration-page-meta .dot.warning{background:#f79009;box-shadow:0 0 0 4px #f7900917}.integration-metrics-v51{gap:12px}.integration-metric-card{min-height:128px;box-shadow:var(--admin-shadow-sm);animation:admin-card-enter .36s var(--motion-ease-enter) both;animation-delay:var(--metric-delay,0s);transition:transform var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-fast) var(--motion-ease-standard),border-color var(--motion-duration-fast) var(--motion-ease-standard);border-radius:12px;grid-template-columns:42px minmax(0,1fr);align-items:start;position:relative;overflow:hidden;border:1px solid var(--admin-border)!important;background:#fff!important;gap:14px!important;padding:18px!important;display:grid!important}.integration-metric-card:after{content:"";opacity:.035;background:currentColor;border-radius:50%;width:92px;height:92px;position:absolute;inset:auto -18px -32px auto}.integration-metric-card:hover{box-shadow:var(--admin-shadow-md);transform:translateY(-2px);border-color:#d8e0eb!important}.integration-metric-icon{color:#2563eb;background:#eff4ff;border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.integration-metric-icon svg{width:20px;height:20px}.integration-metric-copy{gap:3px;min-width:0;display:grid}.integration-metric-copy>span{font-size:11px;font-weight:500;color:#667085!important}.integration-metric-copy strong{color:#101828;letter-spacing:-.04em;font-weight:600;line-height:1.15;font-size:25px!important}.integration-metric-copy small{color:#98a2b3;text-transform:capitalize;font-size:10px;line-height:1.4}.integration-metric-card.tone-green .integration-metric-icon{color:#039855;background:#ecfdf3}.integration-metric-card.tone-amber .integration-metric-icon{color:#dc6803;background:#fffaeb}.integration-metric-card.tone-red .integration-metric-icon{color:#d92d20;background:#fef3f2}.integration-metric-card.tone-violet .integration-metric-icon{color:#6938ef;background:#f4f3ff}.integration-runtime-note{color:#344054;background:#f5f8ff;border:1px solid #dbe7ff;border-radius:10px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:62px;padding:12px 14px;display:grid}.integration-note-icon{color:#2563eb;background:#e9f0ff;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.integration-note-icon svg{width:18px;height:18px}.integration-runtime-note>div{gap:2px;display:grid}.integration-runtime-note strong{color:#1d2939;font-size:11px;font-weight:600}.integration-runtime-note span{color:#667085;font-size:11px;line-height:1.5}.integration-runtime-note>a{color:#175cd3;white-space:nowrap;align-items:center;gap:6px;font-size:10px;font-weight:600;display:inline-flex}.integration-runtime-note>a svg{width:13px;height:13px}.integration-section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-top:6px;display:flex}.integration-section-heading>div{max-width:760px}.integration-section-heading .eyebrow{color:#98a2b3;letter-spacing:.13em;margin:0 0 7px;font-size:10px;font-weight:600}.integration-section-heading h2,.integration-architecture-head h2{color:#101828;letter-spacing:-.025em;margin:0;font-size:19px;font-weight:600}.integration-section-heading p,.integration-architecture-head p{color:#667085;margin:6px 0 0;font-size:12px;line-height:1.55}.integration-section-heading>a{color:#475467;align-items:center;gap:6px;font-size:10px;font-weight:600;display:inline-flex}.integration-section-heading>a:hover{color:#175cd3}.integration-section-heading>a svg{width:13px;height:13px}.integration-operations-grid{gap:14px;margin:0}.integration-surface-card{transition:border-color var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-fast) var(--motion-ease-standard),transform var(--motion-duration-fast) var(--motion-ease-standard);padding:18px;overflow:hidden;margin:0!important}.integration-surface-card:hover{border-color:#d8e0eb!important;box-shadow:0 10px 30px #1018280e!important}.integration-card-head-v51{align-items:flex-start;margin:0 0 16px;padding:0}.integration-heading-with-icon{align-items:flex-start;min-width:0;flex-direction:row!important;gap:12px!important;display:flex!important}.integration-heading-with-icon>div{gap:3px;min-width:0;display:grid}.integration-heading-with-icon .eyebrow{color:#98a2b3;letter-spacing:.11em;margin:0;font-size:10px;font-weight:600}.integration-heading-with-icon strong{color:#101828;font-size:13px;font-weight:600}.integration-heading-with-icon small{color:#667085;max-width:520px;font-size:11px;line-height:1.5}.integration-section-icon{color:#475467;background:#f2f4f7;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.integration-section-icon svg{width:18px;height:18px}.integration-section-icon.blue{color:#2563eb;background:#eff4ff}.integration-section-icon.violet{color:#6938ef;background:#f4f3ff}.integration-count-badge{color:#475467;background:#f2f4f7;border-radius:8px;place-items:center;min-width:28px;height:28px;padding:0 8px;display:grid;font-size:11px!important;font-weight:600!important}.integration-status-chip{color:#475467;white-space:nowrap;background:#f9fafb;border:1px solid #e4e7ec;border-radius:999px;align-items:center;gap:6px;width:max-content;min-height:24px;padding:0 8px;font-size:10px;font-weight:600;display:inline-flex}.integration-status-chip i{background:#98a2b3;border-radius:50%;width:6px;height:6px}.integration-status-chip.success{color:#067647;background:#ecfdf3;border-color:#abefc6}.integration-status-chip.success i{background:#12b76a}.integration-status-chip.warning{color:#b54708;background:#fffaeb;border-color:#fedf89}.integration-status-chip.warning i{background:#f79009}.integration-status-chip.danger{color:#b42318;background:#fef3f2;border-color:#fecdca}.integration-status-chip.danger i{background:#f04438}.integration-status-chip.neutral{color:#667085;background:#f8fafc}.integration-ops-list-v51{gap:8px}.integration-ops-list-v51>div{background:#fbfcfe;border:1px solid #eaecf0;border-radius:8px;align-items:center;min-height:46px;padding:10px 11px}.integration-ops-list-v51>div.span-2{grid-column:1/-1}.integration-ops-list-v51 span{color:#667085;font-size:11px}.integration-ops-list-v51 strong{color:#344054;text-align:right;overflow-wrap:anywhere;font-size:11px;font-weight:600}.integration-ops-list-v51 strong.value-success{color:#067647}.integration-ops-list-v51 strong.value-warning{color:#b54708}.integration-card-footnote{color:#98a2b3;padding-top:1px;font-size:10px;line-height:1.55}.integration-webhook-list-v51{gap:8px}.integration-webhook-list-v51>div{background:#fbfcfe;border:1px solid #eaecf0;border-radius:9px;padding:11px}.integration-webhook-main{flex-direction:row;align-items:flex-start;min-width:0;grid-template-columns:none!important;gap:10px!important;display:flex!important}.integration-webhook-main>div{gap:3px;min-width:0;display:grid}.integration-webhook-main strong{color:#344054;font-size:11px;font-weight:600}.integration-webhook-main span{color:#667085;text-transform:capitalize;font-size:10px}.integration-webhook-main code{color:#475467;font-size:10px;line-height:1.45}.integration-webhook-state{text-align:right;place-items:flex-end end}.integration-webhook-state small{color:#98a2b3;overflow-wrap:anywhere;max-width:220px;font-size:10px;line-height:1.4}.integration-category-grid-v51{gap:14px}.integration-category-grid-v51>.integration-category-card{animation:admin-card-enter .38s var(--motion-ease-enter) both;animation-delay:var(--category-delay,0s)}.integration-provider-list-v51{margin:0 -18px -18px}.integration-provider-row-v51{min-height:82px;transition:background var(--motion-duration-fast) var(--motion-ease-standard);border-top:1px solid #eef1f5;align-items:center;padding:13px 18px}.integration-provider-row-v51:hover{background:#fbfcfe}.integration-provider-main{align-items:flex-start;min-width:0;flex-direction:row!important;gap:11px!important;display:flex!important}.integration-provider-main>div{gap:3px;min-width:0;display:grid}.integration-provider-main strong{color:#1d2939;font-size:12px;font-weight:600}.integration-provider-main span{font-size:11px;line-height:1.5;color:#667085!important}.integration-provider-main small{color:#98a2b3;font-size:11px;line-height:1.45}.integration-provider-avatar{color:#667085;letter-spacing:.02em;background:#f8fafc;border:1px solid #e4e7ec;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;font-size:10px;font-weight:600;display:grid}.integration-provider-avatar.connected{color:#175cd3;background:#eef4ff;border-color:#c7d7fe}.integration-provider-avatar.webhook{color:#6938ef;background:#f4f3ff;border:0;width:32px;height:32px}.integration-provider-avatar.webhook svg{width:15px;height:15px}.integration-provider-state{align-self:flex-start;padding-top:1px}.integration-architecture-card{padding:20px}.integration-architecture-head{margin-bottom:17px}.integration-architecture-head .eyebrow{color:#98a2b3;letter-spacing:.13em;margin:0 0 7px;font-size:10px;font-weight:600}.integration-architecture-grid-v51{gap:10px}.integration-architecture-grid-v51>div{border-radius:9px;min-height:144px;background:#fbfcfe!important;border:1px solid #eaecf0!important;padding:15px!important}.integration-architecture-grid-v51>div>span{color:#175cd3;background:#eef4ff;border-radius:8px;width:30px;height:30px;font-size:10px;font-weight:600}.integration-architecture-grid-v51 strong{color:#344054;font-size:12px;font-weight:600}.integration-architecture-grid-v51 small{color:#667085;font-size:11px;line-height:1.55}@keyframes admin-card-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}html[data-theme=dark]{--admin-bg:#0b1220;--admin-panel:#101a2b;--admin-panel-muted:#0e1828;--admin-panel-hover:#132038;--admin-border:#223149;--admin-border-strong:#2a3a52;--admin-text:#f8fafc;--admin-muted:#a8b4c5;--admin-muted-2:#7f8fa8}html[data-theme=dark] .admin-workspace{background:var(--admin-bg)}html[data-theme=dark] .admin-utility-bar{background:#0b1220eb;border-color:#223149}html[data-theme=dark] .admin-utility-bar[data-scrolled=true]{background:#0b1220f7}html[data-theme=dark] .admin-utility-breadcrumb strong{color:#dbe5f2}html[data-theme=dark] .admin-utility-breadcrumb span{color:#71819a}html[data-theme=dark] .admin-utility-divider{background:#223149}html[data-theme=dark] .admin-utility-search{color:#9fb0c8}html[data-theme=dark] .admin-utility-search:hover{color:#fff;background:#111c2e;border-color:#223149}html[data-theme=dark] .admin-utility-actions .theme-toggle.compact,html[data-theme=dark] .admin-utility-signout{color:#c8d4e3;background:#101a2b;border-color:#223149}html[data-theme=dark] .admin-utility-actions .theme-toggle.compact:hover,html[data-theme=dark] .admin-utility-signout:hover{color:#fff;background:#111c2e;border-color:#334155}html[data-theme=dark] .notification-bell-button{background:#101a2b!important;border-color:#223149!important}html[data-theme=dark] .admin-page-head h1,html[data-theme=dark] .admin-top h1,html[data-theme=dark] .integration-section-heading h2,html[data-theme=dark] .integration-architecture-head h2,html[data-theme=dark] .integration-heading-with-icon strong,html[data-theme=dark] .integration-provider-main strong,html[data-theme=dark] .integration-metric-copy strong{color:#f8fafc}html[data-theme=dark] .integration-metric-card,html[data-theme=dark] .integration-surface-card{background:#101a2b!important;border-color:#223149!important}html[data-theme=dark] .integration-runtime-note{background:#101b32;border-color:#243b65}html[data-theme=dark] .integration-runtime-note strong{color:#dce9ff}html[data-theme=dark] .integration-runtime-note span{color:#9fb0c8}html[data-theme=dark] .integration-ops-list-v51>div,html[data-theme=dark] .integration-webhook-list-v51>div,html[data-theme=dark] .integration-provider-row-v51:hover,html[data-theme=dark] .integration-architecture-grid-v51>div{background:#0e1828!important;border-color:#223149!important}html[data-theme=dark] .integration-ops-list-v51 strong,html[data-theme=dark] .integration-webhook-main strong,html[data-theme=dark] .integration-architecture-grid-v51 strong{color:#dbe5f2}@media (max-width:1180px){.admin-shell{grid-template-columns:244px minmax(0,1fr)}.integration-category-grid-v51{grid-template-columns:1fr}}@media (max-width:900px){.integration-page-head{display:grid}.integration-page-actions{width:100%}.integration-runtime-note{grid-template-columns:36px minmax(0,1fr)}.integration-runtime-note>a{grid-column:2}}@media (max-width:820px){.admin-shell{padding-top:64px;display:block}.admin-sidebar{width:min(300px,88vw)}.admin-mobile-bar{background:#0c1425}.admin-utility-bar{height:56px;margin-top:0;top:64px}.admin-utility-breadcrumb span,.admin-utility-breadcrumb i,.admin-utility-search span,.admin-utility-signout{display:none}.admin-utility-search{justify-content:center;width:36px;padding:0}.admin-workspace .admin-main{padding:22px 16px 48px}.admin-page-head,.admin-top{display:grid}}@media (max-width:620px){.integration-metrics-v51{grid-template-columns:1fr}.integration-metric-card{min-height:104px}.integration-runtime-note{grid-template-columns:1fr}.integration-runtime-note>a{grid-column:auto}.integration-provider-row-v51{grid-template-columns:1fr;gap:9px}.integration-provider-state{padding-left:45px}.integration-webhook-list-v51>div{flex-direction:column}.integration-webhook-state{text-align:left;place-items:flex-start start;width:100%;padding-left:42px}.integration-page-actions{grid-template-columns:1fr;display:grid}.integration-page-actions .btn{width:100%}}@media (prefers-reduced-motion:reduce){.integration-metric-card,.integration-category-grid-v51>.integration-category-card{animation:none!important}.admin-nav a:hover,.integration-metric-card:hover{transform:none!important}}.admin-nav-active-indicator{z-index:1!important;width:3px!important;height:auto!important;inset:9px auto 9px 0!important}.admin-nav-active-indicator:before{display:none!important}.admin-nav-item-icon,.admin-nav-link-label{z-index:2;position:relative}body:has(.admin-shell){--admin-control-height:42px;--admin-control-compact:36px;--admin-control-radius:9px;--admin-section-gap:16px}body:has(.admin-shell) :where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select){min-height:var(--admin-control-height);border-radius:var(--admin-control-radius);border-color:#dfe4ea;padding-inline:12px;font-size:12px}body:has(.admin-shell) textarea{border-radius:var(--admin-control-radius);border-color:#dfe4ea;min-height:104px;padding:11px 12px;font-size:12px;line-height:1.55}body:has(.admin-shell) label{color:#475467;font-size:11px;line-height:1.35}body:has(.admin-shell) label>:where(input,select,textarea){margin-top:7px}body:has(.admin-shell) .btn{min-height:var(--admin-control-height);border-radius:var(--admin-control-radius);white-space:nowrap;padding-inline:16px;line-height:1}body:has(.admin-shell) .btn-small{min-height:var(--admin-control-compact);border-radius:8px;padding-inline:13px}body:has(.admin-shell) .ops-action-row{gap:10px}body:has(.admin-shell) input[type=file]{min-height:var(--admin-control-height);color:#667085;cursor:pointer;background:#fff;padding:4px;overflow:hidden}body:has(.admin-shell) input[type=file]::file-selector-button{color:#344054;height:32px;font:inherit;cursor:pointer;transition:background var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard);background:#f2f4f7;border:0;border-radius:7px;margin-right:10px;padding:0 12px;font-size:11px;font-weight:600}body:has(.admin-shell) input[type=file]:hover::file-selector-button{color:#1d2939;background:#e4e7ec}.catalog-toolbar>div:not(:first-child){min-width:0}.catalog-toolbar-stacked{gap:14px;padding-block:16px}.catalog-toolbar-stacked>div:first-child{width:100%}.catalog-filter-result{font-size:11px}.production-setup-card{padding-bottom:0}.production-guidance{gap:6px;padding:14px 18px 0}.production-item-form,.production-profile{gap:14px;padding:16px 18px}.production-setup-card>.ops-action-row{background:#fcfcfd;border-top:1px solid #eef1f5;justify-content:space-between;margin:0;padding:12px 18px 16px}.production-setup-card>.ops-action-row .btn{min-width:126px}.production-setup-card>.ops-action-row small{color:#98a2b3}.media-upload{grid-template-columns:minmax(260px,.9fr) minmax(320px,1.35fr) auto;gap:14px;padding:18px}.media-upload .btn{min-width:118px}.media-grid{grid-template-columns:repeat(auto-fill,minmax(240px,320px));justify-content:start;gap:14px;margin-top:16px}.media-card{width:100%;max-width:320px;transition:transform var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-fast) var(--motion-ease-standard),border-color var(--motion-duration-fast) var(--motion-ease-standard);border-color:#e4e7ec;border-radius:11px;box-shadow:0 1px 2px #10182809}.media-card:hover{border-color:#d0d5dd;transform:translateY(-2px);box-shadow:0 8px 24px #10182812}.media-preview{aspect-ratio:16/10;background-color:#fff;background-image:linear-gradient(45deg,#f8fafc 25%,#0000 25%),linear-gradient(-45deg,#f8fafc 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#f8fafc 75%),linear-gradient(-45deg,#0000 75%,#f8fafc 75%),none;background-position:0 0,0 10px,10px -10px,-10px 0;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;min-height:170px;padding:18px}.media-preview img{object-fit:contain}.media-card-body{padding:14px}.media-card-body strong{font-size:12px}.media-card-body span,.media-card-body small{font-size:11px}.media-card-body>div{gap:14px;margin-top:12px}.branding-editor{padding:20px}.branding-preview{border-radius:10px;min-height:150px;margin:16px 0}.branding-upload{gap:12px;margin-bottom:18px}.branding-upload .btn{min-width:104px}.branding-controls{gap:14px}.branding-editor>.ops-action-row:not(.branding-top-actions){border-top:1px solid #eef1f5;margin:18px 0 0;padding-top:14px}.branding-editor>.ops-action-row:not(.branding-top-actions) .btn-primary{min-width:112px}.seo-redirect-create{background:#fcfcfd;border-bottom:1px solid #eef1f5;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) minmax(150px,.3fr) auto;align-items:end;gap:12px;margin:0;padding:16px 18px 18px}.seo-redirect-create label{gap:0;min-width:0;display:grid}.seo-redirect-create .btn{min-width:116px}.ops-form-grid{gap:14px;padding:16px 18px}.ops-form-grid>.btn{grid-column:1/-1;justify-self:start;width:auto;min-width:170px}.ops-panel .saas-state-panel.compact{margin:12px 16px 16px}.fulfillment-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;flex-direction:row!important;display:flex!important}.fulfillment-actions .btn{min-width:112px}.fulfillment-actions .btn-ghost{min-width:176px}.mini-empty{color:#667085;background:#fcfcfd;border:1px dashed #d0d5dd;border-radius:10px;place-items:center;min-height:88px;margin:12px 16px 16px;padding:18px;font-size:11px;line-height:1.55;display:grid}body:has(.admin-shell) .catalog-toolbar{min-height:72px;padding:15px 18px}body:has(.admin-shell) .catalog-toolbar strong{color:#1d2939;font-size:12px;font-weight:600}body:has(.admin-shell) .catalog-toolbar>div:first-child>span{color:#667085;font-size:11px;line-height:1.5}html[data-theme=dark] body:has(.admin-shell) :where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea){color:#e5edf7;background:#101a2b;border-color:#2a3a52}html[data-theme=dark] body:has(.admin-shell) input[type=file]{color:#e5edf7;background:#101a2b;border-color:#2a3a52}html[data-theme=dark] body:has(.admin-shell) input[type=file]::file-selector-button{color:#dbe5f2;background:#1a2940}html[data-theme=dark] .production-setup-card>.ops-action-row,html[data-theme=dark] .seo-redirect-create,html[data-theme=dark] .mini-empty{background:#0e1828;border-color:#223149}html[data-theme=dark] .media-card{background:#101a2b;border-color:#223149}html[data-theme=dark] .media-preview{background:#0e1828}html[data-theme=dark] .branding-editor>.ops-action-row:not(.branding-top-actions){border-color:#223149}@media (max-width:1180px){.media-upload{grid-template-columns:1fr 1fr}.media-upload .btn{grid-column:2;justify-self:end}.media-upload small{grid-column:1/-1}}@media (max-width:900px){.seo-redirect-create{grid-template-columns:1fr 1fr}.seo-redirect-create .btn{width:max-content}.media-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.media-card{max-width:none}}@media (max-width:680px){.production-setup-card>.ops-action-row{flex-direction:column;align-items:stretch}.production-setup-card>.ops-action-row .btn{width:100%}.media-upload{grid-template-columns:1fr}.media-upload .btn{grid-column:auto;justify-self:stretch;width:100%}.seo-redirect-create{grid-template-columns:1fr}.seo-redirect-create .btn,.ops-form-grid>.btn{width:100%}.fulfillment-actions{justify-content:stretch;width:100%}.fulfillment-actions .btn{flex:100%;width:100%}}@media (prefers-reduced-motion:reduce){.media-card:hover{transform:none}}h1,h2,h3,h4,h5,h6,strong,b{font-weight:600}body:has(.admin-shell) :where(button,.btn,strong,b,h1,h2,h3,h4,h5,h6){font-weight:600}body:has(.admin-shell){--admin-control-height:42px;--admin-control-compact:36px;--admin-control-radius:9px;--admin-inline-gap:10px;--admin-card-inset:18px}body:has(.admin-shell) :where(.btn,.saas-action-button){min-height:var(--admin-control-height);border-radius:var(--admin-control-radius);text-align:center;vertical-align:middle;white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:11px;font-weight:600;line-height:1.2;display:inline-flex}body:has(.admin-shell) :where(.btn,.saas-action-button)>:where(span,svg){color:inherit}:is(body:has(.admin-shell) .btn-primary,body:has(.admin-shell) .btn-primary>:where(span,small,strong)){color:#fff}body:has(.admin-shell) .btn-small{min-height:var(--admin-control-compact);padding:0 13px;font-size:11px;line-height:1.2}body:has(.admin-shell) .btn-large{min-height:48px;padding-inline:20px}body:has(.admin-shell) .btn-full{width:100%}body:has(.admin-shell) .text-button{text-align:center;justify-content:center;align-items:center;min-height:32px;padding:0 6px;line-height:1.2;display:inline-flex}body:has(.admin-shell) .saas-action-button{min-width:max-content}:is(body:has(.admin-shell) .saas-action-status,body:has(.admin-shell) .saas-action-balance){width:16px;min-width:16px;height:16px;color:inherit;place-items:center;line-height:1;display:inline-grid}:is(body:has(.admin-shell) .saas-action-button.idle .saas-action-status,body:has(.admin-shell) .saas-action-button.idle .saas-action-balance){visibility:visible;display:none}body:has(.admin-shell) .saas-action-label{text-align:center;min-width:0;color:inherit!important;font-size:inherit!important;margin:0!important;font-weight:600!important;line-height:1.2!important}body:has(.admin-shell) .catalog-toolbar{min-height:72px;padding:15px var(--admin-card-inset);justify-content:space-between;align-items:center;gap:16px;display:flex}body:has(.admin-shell) .catalog-toolbar>div:first-child{flex-direction:column;flex:auto;justify-content:center;align-items:flex-start;gap:4px;min-width:0;display:flex}body:has(.admin-shell) .catalog-toolbar>div:first-child>strong{color:#1d2939;margin:0;font-size:12px;font-weight:600;line-height:1.35}body:has(.admin-shell) .catalog-toolbar>div:first-child>span{color:#667085;margin:0;font-size:11px;font-weight:400;line-height:1.55}body:has(.admin-shell) .catalog-toolbar>:where(.btn,.saas-action-button,select,nav){flex:none}:is(body:has(.admin-shell) .catalog-toolbar .btn :where(span,small,strong),body:has(.admin-shell) .catalog-toolbar .saas-action-button :where(span,small,strong)){color:inherit;font-size:inherit;line-height:inherit}body:has(.admin-shell) :where(.editor-actions,.supplier-actions,.ops-action-row,.reseller-admin-actions,.integration-form-actions,.staff-actions,.site-link-actions,.fulfillment-row-actions,.branding-top-actions,.integration-page-actions){flex-wrap:wrap;align-items:center;gap:10px;display:flex}body:has(.admin-shell) .supplier-actions{margin-top:16px}body:has(.admin-shell) .supplier-actions .btn{min-width:104px}body:has(.admin-shell) .editor-actions{margin-top:18px}body:has(.admin-shell) .fulfillment-row-actions{margin-top:12px}body:has(.admin-shell) :where(.form-grid,.ops-form-grid,.pricing-grid,.integration-form-grid,.production-item-form,.branding-controls){gap:14px}body:has(.admin-shell) :where(.form-grid,.ops-form-grid,.pricing-grid,.integration-form-grid,.production-item-form,.branding-controls)>label{min-width:0;margin:0}body:has(.admin-shell) :where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea){width:100%;min-height:var(--admin-control-height);border-radius:var(--admin-control-radius);margin:0;font-size:12px;line-height:1.35}body:has(.admin-shell) :where(input[type=checkbox],input[type=radio]){flex:0 0 16px;width:16px;min-width:16px;height:16px;min-height:16px;margin:0;padding:0}body:has(.admin-shell) :where(.checkbox-row,.catalog-controls label){align-items:center}body:has(.admin-shell) :where(.catalog-panel,.ops-panel,.admin-editor-panel,.admin-list-panel,.integration-surface-card){border-radius:11px;overflow:hidden}body:has(.admin-shell) .admin-top{margin-bottom:20px}body:has(.admin-shell) :where(.supplier-grid,.branding-grid,.production-setup-grid,.legal-readiness-grid,.site-experience-grid){gap:14px}body:has(.admin-shell) .supplier-grid{padding:14px}body:has(.admin-shell) :where(.catalog-head,.catalog-row,.commerce-head,.commerce-row,.audit-row,.verification-monitor-row,.analytics-row){align-items:center}body:has(.admin-shell) :where(.catalog-row,.commerce-row,.audit-row,.verification-monitor-row){min-height:52px}body:has(.admin-shell) :where(.catalog-row,.commerce-row,.audit-row,.verification-monitor-row)>*{min-width:0}body:has(.admin-shell) .media-upload{align-items:end}body:has(.admin-shell) .media-upload>label{align-self:stretch}body:has(.admin-shell) .media-upload .btn{align-self:end}body:has(.admin-shell) .branding-upload{align-items:end}body:has(.admin-shell) .branding-upload>label{min-width:0}body:has(.admin-shell) input[type=file]{line-height:32px}body:has(.admin-shell) :where(.status-pill,.catalog-state,.commerce-state,.verification-state,.reseller-status,.reseller-tier-pill,.security-posture,.integration-health,.integration-env,.admin-environment-badge,.demo-badge){justify-content:center;align-items:center;line-height:1.15;display:inline-flex;font-weight:600!important}@media (max-width:760px){body:has(.admin-shell) .catalog-toolbar{flex-direction:column;align-items:stretch}body:has(.admin-shell) .catalog-toolbar>:where(.btn,.saas-action-button,select,nav){width:100%}body:has(.admin-shell) :where(.supplier-actions,.editor-actions,.ops-action-row,.integration-form-actions,.staff-actions,.site-link-actions,.fulfillment-row-actions){align-items:stretch}body:has(.admin-shell) :where(.supplier-actions,.editor-actions,.integration-form-actions,.fulfillment-row-actions)>:where(.btn,.saas-action-button){flex:100%;width:100%}}@media (prefers-reduced-motion:reduce){body:has(.admin-shell) :where(.btn,.saas-action-button){transform:none!important}}body:has(.admin-shell) :where(.btn,.saas-action-button)>svg{flex:0 0 15px;width:15px;height:15px;display:block}body:has(.admin-shell) :where(.btn,.saas-action-button):disabled{transform:none}body:has(.admin-shell) .btn-ghost{color:#344054;background:#fff;border:1px solid #dfe4ea}body:has(.admin-shell) .btn-ghost:hover:not(:disabled){color:#1d2939;background:#f9fafb;border-color:#cfd5dd}html[data-theme=dark] body:has(.admin-shell) .btn-ghost{color:#dbe5f2;background:#101a2b;border-color:#2a3a52}html[data-theme=dark] body:has(.admin-shell) .btn-ghost:hover:not(:disabled){color:#fff;background:#152238;border-color:#3b4d68}body:has(.admin-shell) .admin-toggle{color:#344054;cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:9px;min-width:0;min-height:32px;margin:0;padding:0;display:inline-flex;position:relative}body:has(.admin-shell) .admin-toggle>input[type=checkbox]{opacity:0;pointer-events:none;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;overflow:hidden;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;margin:0!important;padding:0!important;position:absolute!important}body:has(.admin-shell) .admin-toggle-track{width:48px;height:27px;transition:background var(--motion-duration-fast) var(--motion-ease-standard),border-color var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-fast) var(--motion-ease-standard);background:#fef2f2;border:1px solid #fca5a5;border-radius:999px;flex:0 0 48px;position:relative;box-shadow:inset 0 0 0 1px #b91c1c05;margin:0!important}body:has(.admin-shell) .admin-toggle-knob{width:19px;height:19px;transition:transform var(--motion-duration-fast) var(--motion-ease-standard);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transform:translate(0);box-shadow:0 1px 3px #1018283d;margin:0!important}body:has(.admin-shell) .admin-toggle:has(input:checked) .admin-toggle-track{background:#dcfce7;border-color:#86efac;box-shadow:inset 0 0 0 1px #16a34a08}body:has(.admin-shell) .admin-toggle:has(input:checked) .admin-toggle-knob{transform:translate(21px)}body:has(.admin-shell) .admin-toggle:has(input:focus-visible) .admin-toggle-track{outline-offset:2px;outline:3px solid #2563eb29}body:has(.admin-shell) .admin-toggle:has(input:disabled){opacity:.52;cursor:not-allowed}body:has(.admin-shell) .admin-toggle-copy{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;line-height:1.35;display:flex;margin:0!important}body:has(.admin-shell) .admin-toggle-copy strong{color:#344054;font-size:11px;font-weight:600;line-height:1.35;margin:0!important}body:has(.admin-shell) .admin-toggle-copy small{color:#667085;font-size:10px;font-weight:400;line-height:1.45;margin:0!important}body:has(.admin-shell) .admin-toggle-state{letter-spacing:.04em;flex:none;justify-content:center;align-items:center;min-width:34px;font-size:10px;font-weight:600;line-height:1;display:inline-flex;margin:0!important}body:has(.admin-shell) .admin-toggle-state>span{border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:20px;padding:0 7px;display:inline-flex;margin:0!important}body:has(.admin-shell) .admin-toggle-state .off{color:#b42318;background:#fef3f2;border:1px solid #fecdca}body:has(.admin-shell) .admin-toggle-state .on{color:#067647;background:#ecfdf3;border:1px solid #abefc6;display:none}body:has(.admin-shell) .admin-toggle:has(input:checked) .admin-toggle-state .off{display:none}body:has(.admin-shell) .admin-toggle:has(input:checked) .admin-toggle-state .on{display:inline-flex}body:has(.admin-shell) .admin-toggle.compact{gap:7px;min-height:28px}body:has(.admin-shell) .admin-toggle.compact .admin-toggle-track{flex-basis:42px;width:42px;height:24px}body:has(.admin-shell) .admin-toggle.compact .admin-toggle-knob{width:16px;height:16px}body:has(.admin-shell) .admin-toggle.compact:has(input:checked) .admin-toggle-knob{transform:translate(18px)}body:has(.admin-shell) .admin-toggle.compact .admin-toggle-state>span{min-width:32px;height:19px;padding-inline:6px}body:has(.admin-shell) :where(.integration-toggle-card,.analytics-toggle-card){background:#fcfcfd;border:1px solid #e4e7ec;border-radius:10px;width:100%;min-height:72px;padding:12px 14px}body:has(.admin-shell) :where(.integration-toggle-card,.analytics-toggle-card) .admin-toggle-copy{flex:auto}body:has(.admin-shell) :where(.integration-toggle-card,.analytics-toggle-card) .admin-toggle-copy strong{font-size:11px}body:has(.admin-shell) :where(.integration-toggle-card,.analytics-toggle-card) .admin-toggle-copy small{max-width:620px}body:has(.admin-shell) .integration-form-grid>.admin-toggle{flex-direction:row;align-items:center}body:has(.admin-shell) .integration-secret-removals>div{flex-wrap:wrap;align-items:center;gap:10px 16px;margin-top:10px;display:flex}body:has(.admin-shell) .integration-secret-removals .admin-toggle{min-width:210px}body:has(.admin-shell) .catalog-featured-toggle{min-height:var(--admin-control-compact);background:#fff;border:1px solid #dfe4ea;border-radius:8px;padding:4px 9px}body:has(.admin-shell) .catalog-filter-result{color:#667085;text-align:right;justify-self:end;margin:0;font-size:10px;line-height:1.4}body:has(.admin-shell) .catalog-toggle-cell{align-items:center;min-width:0;display:flex}body:has(.admin-shell) .catalog-control-toggle.admin-toggle{justify-content:center;gap:0;width:100%;min-height:28px}body:has(.admin-shell) .catalog-control-toggle .admin-toggle-track{flex:0 0 40px;width:40px;height:22px}body:has(.admin-shell) .catalog-control-toggle .admin-toggle-knob{width:15px;height:15px}body:has(.admin-shell) .catalog-control-toggle.admin-toggle.compact:has(input:checked) .admin-toggle-knob{transform:translate(17px)}body:has(.admin-shell) .catalog-inline-control{width:100%;min-width:0;display:block!important}body:has(.admin-shell) .catalog-inline-control input{width:100%;min-height:32px;margin:0;font-size:11px}body:has(.admin-shell) .catalog-mapping-control input{text-overflow:ellipsis;min-width:0;overflow:hidden}body:has(.admin-shell) .production-signal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:14px 16px 16px}body:has(.admin-shell) .production-signal-grid>article{background:#fff;border:1px solid #e4e7ec;border-radius:9px;min-height:96px;padding:15px 16px}body:has(.admin-shell) .production-signal-grid>article>span{color:#667085;letter-spacing:.03em;text-transform:uppercase;font-size:10px}body:has(.admin-shell) .production-signal-grid>article>strong{text-transform:capitalize;overflow-wrap:anywhere;margin-top:10px;font-size:20px;line-height:1.15}body:has(.admin-shell) .production-signal-grid>article.signal-ok{background:#f6fef9;border-color:#abefc6}body:has(.admin-shell) .production-signal-grid>article.signal-ok>strong{color:#067647}body:has(.admin-shell) .production-signal-grid>article.signal-off{background:#fffbfa;border-color:#fecdca}body:has(.admin-shell) .production-signal-grid>article.signal-off>strong{color:#b42318}body:has(.admin-shell) .production-runtime-summary .stats-grid{margin:0;padding:14px 16px 16px}body:has(.admin-shell) .integration-form-grid{gap:14px;padding:14px 18px 10px}body:has(.admin-shell) .integration-form-grid>label:not(.admin-toggle){gap:5px}body:has(.admin-shell) .integration-form-actions{margin:0;padding:6px 18px 18px}body:has(.admin-shell) .integration-form-actions .saas-action-button{min-width:136px}body:has(.admin-shell) .integration-routing-grid{grid-template-columns:repeat(3,minmax(210px,1fr));gap:14px;padding:16px 18px 18px}body:has(.admin-shell) .integration-routing-action{min-height:var(--admin-control-height);align-self:end}body:has(.admin-shell) .integration-routing-action .btn{min-width:132px}body:has(.admin-shell) .analytics-tracking-grid{align-items:start;gap:14px;margin:0;padding:16px 18px 18px}body:has(.admin-shell) .analytics-tracking-grid>label:not(.admin-toggle){flex-direction:column;gap:5px;min-width:0;margin:0;display:flex}body:has(.admin-shell) .analytics-tracking-grid>label:not(.admin-toggle)>:where(input,select){margin-top:2px}body:has(.admin-shell) .analytics-event-map{padding:0 18px 16px}body:has(.admin-shell) .analytics-tracking-status{margin:0;padding:14px 18px}body:has(.admin-shell) .flag-list .flag-row{min-height:66px;padding:12px 16px}body:has(.admin-shell) .flag-list .flag-row>div:first-child{min-width:0;padding-right:14px}body:has(.admin-shell) .flag-list .admin-toggle{flex:none}body:has(.admin-shell) .site-link-actions .admin-toggle{flex:none}body:has(.admin-shell) .template-grid .admin-toggle{margin-block:8px 2px}body:has(.admin-shell) .launch-controls-grid>.admin-toggle{align-self:center}html[data-theme=dark] body:has(.admin-shell) .admin-toggle-copy strong{color:#e5edf7}html[data-theme=dark] body:has(.admin-shell) .admin-toggle-copy small{color:#9aabc1}html[data-theme=dark] body:has(.admin-shell) :where(.integration-toggle-card,.analytics-toggle-card,.catalog-featured-toggle){background:#101a2b;border-color:#2a3a52}html[data-theme=dark] body:has(.admin-shell) .production-signal-grid>article{background:#101a2b;border-color:#2a3a52}html[data-theme=dark] body:has(.admin-shell) .production-signal-grid>article.signal-ok{background:#0d211a;border-color:#1f6f4a}html[data-theme=dark] body:has(.admin-shell) .production-signal-grid>article.signal-off{background:#261313;border-color:#7a2e2e}@media (max-width:980px){body:has(.admin-shell) .catalog-filter-result{text-align:left;grid-column:1/-1;justify-self:start}body:has(.admin-shell) .production-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body:has(.admin-shell) .integration-routing-grid{grid-template-columns:repeat(2,minmax(210px,1fr))}}@media (max-width:680px){body:has(.admin-shell) .catalog-filter-result{grid-column:auto}body:has(.admin-shell) .catalog-featured-toggle{width:100%}body:has(.admin-shell) .catalog-filter-action-row .btn{width:100%}body:has(.admin-shell) .catalog-filter-result{justify-self:start}body:has(.admin-shell) .production-signal-grid{grid-template-columns:1fr}body:has(.admin-shell) .integration-routing-grid{grid-template-columns:1fr}body:has(.admin-shell) :where(.integration-toggle-card,.analytics-toggle-card){flex-wrap:wrap;align-items:flex-start}body:has(.admin-shell) :where(.integration-toggle-card,.analytics-toggle-card) .admin-toggle-copy{flex-basis:100%;order:3;padding-left:57px}}@media (prefers-reduced-motion:reduce){:is(body:has(.admin-shell) .admin-toggle-track,body:has(.admin-shell) .admin-toggle-knob){transition:none}}body:has(.admin-shell){--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-control-height:44px;--admin-control-compact:38px;--admin-control-radius:var(--radius-control);--admin-card-inset:20px;--admin-page-pad:clamp(20px, 2.5vw, 36px);--admin-font-body:13px;--admin-font-label:12px;--admin-font-meta:11px}body:has(.admin-shell) .admin-main{min-width:0;padding:30px var(--admin-page-pad) 48px}body:has(.admin-shell) .admin-main>:where(section,div[role=main]){width:100%;max-width:1680px;margin-inline:auto}body:has(.admin-shell) :where(.admin-top,.admin-page-head){gap:20px;margin-bottom:22px;padding-bottom:18px}body:has(.admin-shell) :where(.admin-top,.admin-page-head) .eyebrow{margin-bottom:7px;font-size:11px;line-height:1.3}body:has(.admin-shell) :where(.admin-top,.admin-page-head) h1{letter-spacing:-.035em;font-size:clamp(27px,2.2vw,32px);font-weight:600;line-height:1.15}body:has(.admin-shell) :where(.admin-top,.admin-page-head) p{max-width:860px;margin-top:8px;font-size:13px;line-height:1.65}body:has(.admin-shell) :where(.admin-card-head,.admin-panel-heading,.catalog-toolbar,.integration-section-head) strong{font-size:14px;font-weight:600;line-height:1.35}body:has(.admin-shell) :where(.catalog-toolbar,.admin-card-head,.admin-panel-heading,.integration-section-head) :where(span,small){line-height:1.55}body:has(.admin-shell) .admin-nav a{min-height:42px;font-size:12px}body:has(.admin-shell) .admin-user strong{font-size:12px}body:has(.admin-shell) .admin-user span{font-size:11px;line-height:1.45}body:has(.admin-shell) .admin-user-actions :where(.theme-toggle,.admin-logout){min-height:40px;font-size:12px}body:has(.admin-shell) .admin-utility-bar{height:62px;padding-inline:var(--admin-page-pad)}body:has(.admin-shell) .admin-utility-breadcrumb{font-size:12px}body:has(.admin-shell) .admin-utility-search{min-height:40px;padding-inline:12px;font-size:12px}body:has(.admin-shell) .notification-bell-button{min-width:40px;min-height:40px}body:has(.admin-shell) .admin-utility-actions{gap:8px}body:has(.admin-shell) .admin-utility-actions :where(.admin-utility-search,.theme-toggle.compact,.notification-bell-button,.admin-utility-signout){box-sizing:border-box;color:#667085;height:40px;min-height:40px;box-shadow:var(--admin-shadow-sm);font-size:12px;font-weight:500;background:#fff!important;border:1px solid #eaecf0!important;border-radius:8px!important}body:has(.admin-shell) .admin-utility-actions :where(.theme-toggle.compact,.notification-bell-button){width:40px;min-width:40px;padding:0!important}body:has(.admin-shell) .admin-utility-actions :where(.admin-utility-search,.admin-utility-signout){min-width:40px;padding-inline:12px}body:has(.admin-shell) .admin-utility-actions :where(.admin-utility-search,.theme-toggle.compact,.notification-bell-button,.admin-utility-signout):hover{color:#344054;background:#f9fafb!important;border-color:#dfe4ea!important}body:has(.admin-shell) label:not(.admin-toggle){color:var(--admin-text);font-size:var(--admin-font-label);font-weight:500;line-height:1.4}body:has(.admin-shell) label:not(.admin-toggle)>small{color:var(--admin-muted);font-size:var(--admin-font-meta);font-weight:400;line-height:1.55}body:has(.admin-shell) :where(.form-grid,.ops-form-grid,.integration-form-grid,.production-item-form,.branding-controls) small{color:var(--admin-muted);font-size:var(--admin-font-meta);font-weight:400;line-height:1.55}body:has(.admin-shell) .panel-copy{color:var(--admin-muted);font-size:var(--admin-font-meta);font-weight:400;line-height:1.55}body:has(.admin-shell) :where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea){min-height:var(--admin-control-height);border-color:var(--admin-border-strong);border-radius:var(--radius-control);color:var(--admin-text);background:var(--admin-panel);padding-inline:13px;font-size:13px;line-height:1.45}body:has(.admin-shell) textarea{resize:vertical;min-height:104px;padding-block:11px}body:has(.admin-shell) :where(input,select,textarea)::placeholder{color:#98a2b3;opacity:1}:is(body:has(.admin-shell) :where(input,select,textarea):disabled,body:has(.admin-shell) :where(input,select,textarea)[readonly]){background:var(--admin-panel-muted);color:var(--admin-muted)}body:has(.admin-shell) :where(.form-grid,.ops-form-grid,.integration-form-grid,.pricing-grid){gap:16px}body:has(.admin-shell) :where(.form-grid,.ops-form-grid,.integration-form-grid,.pricing-grid)>label{gap:6px}body:has(.admin-shell) .admin-form-message{border-radius:var(--radius-control);margin-top:14px;padding:11px 13px;font-size:12px;line-height:1.55}body:has(.admin-shell) :where(.btn,.saas-action-button){min-height:var(--admin-control-height);border-radius:var(--radius-control);text-align:center;white-space:nowrap;padding-inline:16px;font-size:12px;font-weight:600;line-height:1.2}body:has(.admin-shell) :where(.btn.btn-small,.saas-action-button.btn-small){min-height:var(--admin-control-compact);padding-inline:13px;font-size:11px}body:has(.admin-shell) .saas-action-button{grid-template-columns:auto minmax(0,max-content) auto;justify-content:center;align-items:center;column-gap:8px;display:inline-grid}body:has(.admin-shell) .saas-action-button[data-action-state=idle] :where(.saas-action-status,.saas-action-balance){display:none}body:has(.admin-shell) :where(.editor-actions,.ops-action-row,.supplier-actions,.staff-actions,.integration-form-actions,.fulfillment-row-actions){flex-wrap:wrap;align-items:center;gap:10px;display:flex}body:has(.admin-shell) .text-button{border-radius:var(--radius-control);min-height:36px;padding:0 8px;font-size:11px;line-height:1.2}body:has(.admin-shell) .text-button:hover:not(:disabled){background:var(--admin-panel-muted)}body:has(.admin-shell) .admin-toggle{gap:10px;min-height:40px}body:has(.admin-shell) .admin-toggle-copy strong{font-size:12px;font-weight:600;line-height:1.4}body:has(.admin-shell) .admin-toggle-copy small{font-size:11px;line-height:1.5}body:has(.admin-shell) .admin-toggle-state{font-size:10px}body:has(.admin-shell) :where(.integration-toggle-card,.analytics-toggle-card){border-radius:var(--radius-card);min-height:78px;padding:13px 15px}body:has(.admin-shell) :where(.catalog-panel,.ops-panel,.admin-editor-panel,.admin-list-panel,.integration-surface-card,.production-setup-card,.branding-editor,.media-upload,.audit-table){border-color:var(--admin-border);border-radius:var(--radius-card);background:var(--admin-panel);box-shadow:var(--admin-shadow-sm)}body:has(.admin-shell) :where(.catalog-panel,.ops-panel,.integration-surface-card){margin-top:14px}body:has(.admin-shell) .catalog-toolbar{min-height:72px;padding:15px var(--admin-card-inset);gap:16px}body:has(.admin-shell) .catalog-toolbar>div:first-child>span{margin-top:4px;font-size:12px}body:has(.admin-shell) :where(.admin-alert,.integration-runtime-note,.production-guidance){border-radius:var(--radius-control);font-size:12px;line-height:1.55}body:has(.admin-shell) .stats-grid{gap:14px;margin-bottom:18px}body:has(.admin-shell) .stats-grid article{border-radius:var(--radius-card);min-height:110px;padding:17px 18px}body:has(.admin-shell) .stats-grid article>span{font-size:11px}body:has(.admin-shell) .stats-grid article>strong{font-size:clamp(21px,2vw,26px);line-height:1.15}body:has(.admin-shell) .stats-grid article>small{font-size:11px;line-height:1.45}body:has(.admin-shell) :where(.saas-scroll-region,.catalog-table-wrap,.commerce-table-wrap,.analytics-table,.audit-table){overscroll-behavior-inline:contain;scrollbar-gutter:stable;max-width:100%;overflow-x:auto}body:has(.admin-shell) :where(.catalog-row,.commerce-row,.analytics-row,.audit-row,.verification-row,.risk-row,.finance-refund){min-height:56px;font-size:12px;line-height:1.45}body:has(.admin-shell) :where(.catalog-row,.commerce-row,.analytics-row,.audit-row) strong{font-size:12px;font-weight:600}body:has(.admin-shell) :where(.catalog-row,.commerce-row,.analytics-row,.audit-row) small{font-size:11px;line-height:1.45}body:has(.admin-shell) :where(.catalog-head,.commerce-head,.analytics-row.head,.audit-row.head){min-height:42px;color:var(--admin-muted);background:var(--admin-panel-muted);letter-spacing:.035em;font-size:11px;font-weight:600}body:has(.admin-shell) :where(.analytics-row,.catalog-row,.commerce-row){font-variant-numeric:tabular-nums}body:has(.admin-shell) .analytics-row>:not(:first-child){text-align:right}:is(body:has(.admin-shell) .catalog-row>:nth-child(2),body:has(.admin-shell) .catalog-row>:nth-child(3),body:has(.admin-shell) .catalog-row>:nth-child(4)),:is(body:has(.admin-shell) .commerce-row>:nth-child(3),body:has(.admin-shell) .commerce-row>:nth-child(4)){text-align:right}body:has(.admin-shell) :where(.catalog-state,.commerce-state,.status-pill,.module-state,.security-posture,.integration-health,.integration-env){border-radius:var(--radius-pill);white-space:nowrap;min-height:24px;padding:4px 8px;font-size:11px;line-height:1.15}body:has(.admin-shell) .saas-filter-chips{gap:7px}body:has(.admin-shell) .saas-filter-chips button{min-height:38px;padding-inline:12px;font-size:11px}body:has(.admin-shell) .catalog-filter-result{align-self:center;font-size:11px;line-height:1.45}body:has(.admin-shell) .ops-search-form{gap:10px}body:has(.admin-shell) .ops-search-form input{min-width:0}body:has(.admin-shell) .cms-overview-strip{gap:12px;margin-bottom:18px}body:has(.admin-shell) .cms-overview-strip article{border-radius:var(--radius-card);padding:16px 17px}body:has(.admin-shell) .cms-overview-strip :where(span,small){font-size:11px;line-height:1.45}body:has(.admin-shell) .cms-surface-links{gap:8px;margin-bottom:18px}body:has(.admin-shell) .cms-surface-links a{border-radius:var(--radius-control);align-items:center;min-height:38px;padding:0 12px;font-size:11px;display:inline-flex}body:has(.admin-shell) .cms-admin-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.55fr);gap:16px}body:has(.admin-shell) .admin-editor-panel{padding:var(--admin-card-inset)}body:has(.admin-shell) .cms-editor-section{gap:16px}body:has(.admin-shell) .body-editor{min-height:360px;line-height:1.65}body:has(.admin-shell) .editor-actions{z-index:8;margin:22px calc(var(--admin-card-inset) * -1) calc(var(--admin-card-inset) * -1);padding:12px var(--admin-card-inset);border-top:1px solid var(--admin-border);background:color-mix(in srgb, var(--admin-panel) 96%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;bottom:0}body:has(.admin-shell) .admin-list-panel{position:sticky;top:78px;overflow:hidden}body:has(.admin-shell) .list-head{min-height:66px;padding:12px 14px}body:has(.admin-shell) .list-head strong{font-size:13px}body:has(.admin-shell) .list-head span{font-size:11px}body:has(.admin-shell) .content-list-item{min-height:64px;padding:12px 14px}body:has(.admin-shell) .content-list-item strong{font-size:12px}body:has(.admin-shell) .content-list-item span{font-size:11px}body:has(.admin-shell) .list-meta small{font-size:10px}body:has(.admin-shell) .cms-section-editor-card{border-radius:var(--radius-card)}body:has(.admin-shell) .cms-section-editor-head{gap:12px}body:has(.admin-shell) .media-upload{gap:14px;padding:16px 18px}body:has(.admin-shell) .media-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}body:has(.admin-shell) .media-card{border-radius:var(--radius-card)}body:has(.admin-shell) .media-preview{aspect-ratio:16/10;min-height:150px;max-height:260px}body:has(.admin-shell) .media-preview img{object-fit:contain;width:100%;height:100%}body:has(.admin-shell) .media-card-body{padding:13px 14px 14px}body:has(.admin-shell) .media-card-body strong{font-size:12px}body:has(.admin-shell) .media-card-body :where(span,small){font-size:11px}body:has(.admin-shell) .branding-grid{gap:16px}body:has(.admin-shell) .branding-editor{padding:18px}body:has(.admin-shell) .branding-upload{gap:10px 12px}body:has(.admin-shell) .branding-meta-preview{min-height:44px}body:has(.admin-shell) .site-experience-grid{gap:16px}body:has(.admin-shell) :where(.site-link-row,.site-home-editor,.site-step-editor-grid){border-radius:var(--radius-card)}body:has(.admin-shell) .seo-audit-list{gap:10px}body:has(.admin-shell) .seo-audit-list{padding:0 var(--admin-panel-inset) var(--admin-panel-inset)}body:has(.admin-shell) .seo-audit-row{border-radius:var(--radius-control);grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:72px;padding:13px 15px;display:grid}:is(body:has(.admin-shell) .seo-audit-row>div:first-child,body:has(.admin-shell) .seo-audit-row>div:last-child){min-width:0}body:has(.admin-shell) .seo-audit-row>div:last-child{justify-content:end}body:has(.admin-shell) .seo-audit-row strong{font-size:13px}body:has(.admin-shell) .seo-audit-row small{font-size:11px;line-height:1.5}body:has(.admin-shell) .seo-redirect-create{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(145px,.35fr) auto;gap:12px}body:has(.admin-shell) .seo-preview :where(small,span){font-size:11px;line-height:1.5}body:has(.admin-shell) .supplier-grid{gap:14px}body:has(.admin-shell) .supplier-grid article{border-radius:var(--radius-card);padding:16px 17px}body:has(.admin-shell) .supplier-grid :where(p,small,dt){font-size:11px;line-height:1.5}body:has(.admin-shell) .supplier-grid dd{font-size:12px}body:has(.admin-shell) .production-signal-grid>article{border-radius:var(--radius-card);min-height:108px;padding:16px}body:has(.admin-shell) .production-signal-grid>article>span{font-size:11px}body:has(.admin-shell) .production-signal-grid>article>strong{margin-top:9px;font-size:21px}body:has(.admin-shell) .production-setup-grid{gap:16px}body:has(.admin-shell) .production-setup-card{overflow:hidden}body:has(.admin-shell) .production-item-form{gap:12px;padding:14px 16px 16px}body:has(.admin-shell) .integration-form-grid{padding:16px var(--admin-card-inset) 12px;gap:16px}body:has(.admin-shell) .integration-routing-grid{padding:16px var(--admin-card-inset) 18px;gap:14px}body:has(.admin-shell) .integration-provider-row-v51{min-height:88px}body:has(.admin-shell) .integration-provider-row-v51 :where(span,small){font-size:11px;line-height:1.5}body:has(.admin-shell) .ops-grid{gap:16px;margin-top:16px}body:has(.admin-shell) :where(.ops-row,.ops-customer,.ops-supplier,.ops-incident){min-height:58px;padding:12px 14px}body:has(.admin-shell) :where(.ops-row,.ops-customer,.ops-supplier,.ops-incident) strong{font-size:12px}body:has(.admin-shell) :where(.ops-row,.ops-customer,.ops-supplier,.ops-incident) :where(span,small){font-size:11px;line-height:1.45}body:has(.admin-shell) .ticket-message{border-radius:var(--radius-control);padding:11px 13px}body:has(.admin-shell) .ticket-message strong{font-size:12px}body:has(.admin-shell) .ticket-message p{font-size:12px;line-height:1.6}body:has(.admin-shell) .ticket-message small{font-size:11px}body:has(.admin-shell) .saas-tabs{overscroll-behavior-inline:contain;gap:4px;margin:16px 0 14px;scroll-padding-inline:8px}body:has(.admin-shell) .saas-tabs button{white-space:nowrap;min-height:42px;padding-inline:13px;font-size:12px}.saas-popover-content.open-up{transform-origin:100% 100%;top:auto;bottom:calc(100% + 8px)}.saas-popover-content.open-up.start{transform-origin:0 100%}.saas-popover-content{overscroll-behavior:contain;max-height:min(70dvh,560px);overflow-y:auto}body:has(.admin-shell) .saas-modal-close{width:44px;height:44px}body:has(.admin-shell) :where(.saas-dialog-panel,.saas-drawer-panel){max-height:calc(100dvh - 32px)}body:has(.admin-shell) .saas-modal-head{padding:18px 20px 14px}body:has(.admin-shell) .saas-modal-head h2{font-size:18px;font-weight:600}body:has(.admin-shell) .saas-modal-head p{font-size:12px}body:has(.admin-shell) .saas-modal-body{padding:18px 20px 20px}body:has(.admin-shell) .saas-modal-foot{padding:12px 20px;position:sticky;bottom:0}body:has(.admin-shell) .notification-popover-head span{font-size:11px}body:has(.admin-shell) .notification-popover-item small{font-size:11px}body:has(.admin-shell) .notification-category{font-size:11px}body:has(.admin-shell) .notification-popover-item strong{font-size:12px}body:has(.admin-shell) .notification-popover-item span:not(.notification-severity){font-size:11px}body:has(.admin-shell) .notification-popover-foot :where(button,a){min-height:36px;font-size:11px}.toast-card{border-radius:var(--radius-card)}.toast-copy strong{font-size:13px}.toast-copy span{font-size:12px}.toast-close{border-radius:var(--radius-control);width:38px;height:38px}body:has(.admin-shell) :where(.admin-form-message,.admin-alert,.ops-json,.integration-error-report,.supplier-error,.content-list-item,.media-card-body,.notification-popover-item,.toast-copy,.production-url-row){overflow-wrap:anywhere;word-break:normal}body:has(.admin-shell) :where(code,.ops-json,.integration-error-report){font-size:11px;line-height:1.6}html[data-theme=dark] body:has(.admin-shell) :where(.editor-actions,.saas-modal-foot){border-color:var(--admin-border);background:#101a2bf5}html[data-theme=dark] body:has(.admin-shell) :where(input,select,textarea){color:#f8fafc;background:#101a2b;border-color:#2a3a52}html[data-theme=dark] body:has(.admin-shell) :where(input,select,textarea)::placeholder{color:#7f8fa8}html[data-theme=dark] body:has(.admin-shell) :where(.seo-audit-row,.cms-overview-strip article,.media-card,.supplier-grid article){background:#101a2b;border-color:#223149}@media (max-width:1440px){body:has(.admin-shell){--admin-card-inset:18px}body:has(.admin-shell) .admin-main{padding-top:24px}body:has(.admin-shell) .admin-utility-bar{height:58px}body:has(.admin-shell) .admin-list-panel{top:70px}}@media (max-width:1180px){body:has(.admin-shell) .cms-admin-grid{grid-template-columns:1fr}body:has(.admin-shell) .admin-list-panel{position:static}body:has(.admin-shell) .content-list{max-height:420px}body:has(.admin-shell) .site-experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body:has(.admin-shell) .production-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){body:has(.admin-shell) .admin-main{padding:20px 16px 40px}body:has(.admin-shell) :where(.admin-top,.admin-page-head){flex-direction:column;gap:12px}body:has(.admin-shell) :where(.admin-top,.admin-page-head)>:where(.btn,.saas-action-button,.demo-badge){align-self:flex-start}:is(body:has(.admin-shell) .branding-grid,body:has(.admin-shell) .site-experience-grid){grid-template-columns:1fr}body:has(.admin-shell) .seo-redirect-create{grid-template-columns:1fr 1fr}body:has(.admin-shell) .seo-redirect-create .btn{width:100%}body:has(.admin-shell) .catalog-filter-result{text-align:left;grid-column:1/-1;justify-self:start}}@media (max-width:600px){body:has(.admin-shell){--admin-card-inset:14px}body:has(.admin-shell) .admin-main{padding-inline:12px}body:has(.admin-shell) :where(.admin-top,.admin-page-head) h1{font-size:25px}body:has(.admin-shell) .stats-grid{grid-template-columns:1fr}body:has(.admin-shell) .seo-redirect-create{grid-template-columns:1fr}body:has(.admin-shell) .catalog-filter-result{grid-column:auto}body:has(.admin-shell) .catalog-status-chips{flex-wrap:nowrap;padding-bottom:3px;overflow-x:auto}body:has(.admin-shell) .production-signal-grid{grid-template-columns:1fr}body:has(.admin-shell) .editor-actions{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;margin:20px 0 0;padding:12px 0 0;position:static}body:has(.admin-shell) :where(.editor-actions,.integration-form-actions,.fulfillment-row-actions,.supplier-actions)>:where(.btn,.saas-action-button){width:100%}body:has(.admin-shell) .saas-modal-foot{flex-direction:column-reverse;align-items:stretch}body:has(.admin-shell) .saas-modal-foot :where(.btn,.saas-action-button){width:100%}.toast-viewport{width:auto;top:10px;left:10px;right:10px}}@media (prefers-reduced-motion:reduce){body:has(.admin-shell) :where(.media-card,.catalog-panel,.integration-surface-card,.btn,.saas-action-button,.text-button){transition:none;transform:none}}body:has(.admin-shell){--admin-control-compact:40px}body:has(.admin-shell) .saas-action-button{grid-template-columns:18px minmax(0,max-content) 18px;column-gap:8px;position:relative}body:has(.admin-shell) .saas-action-button[data-action-state=idle]{grid-template-columns:minmax(0,max-content)}body:has(.admin-shell) .saas-action-label{place-items:center;min-width:0;display:grid}body:has(.admin-shell) .saas-action-label-slot{min-width:max-content;color:inherit;font:inherit;line-height:inherit;visibility:hidden;white-space:nowrap;grid-area:1/1;justify-content:center;align-items:center;display:inline-flex}body:has(.admin-shell) .saas-action-label-slot.current{visibility:visible}:is(body:has(.admin-shell) .saas-action-status,body:has(.admin-shell) .saas-action-balance){justify-self:center}body:has(.admin-shell) :where(.btn,.saas-action-button){box-sizing:border-box}body:has(.admin-shell) :where(.btn,.saas-action-button)>:where(span,svg,i){pointer-events:none}body:has(.admin-shell) .admin-file-picker{gap:7px;min-width:0;display:grid}body:has(.admin-shell) .admin-file-picker-label{color:var(--admin-text);font-size:var(--admin-font-label);font-weight:500;line-height:1.4}body:has(.admin-shell) .admin-file-picker-control{min-width:0;min-height:var(--admin-control-height);border:1px solid var(--admin-border-strong);border-radius:var(--radius-control);background:var(--admin-panel);cursor:pointer;grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid;overflow:hidden}body:has(.admin-shell) .admin-file-picker-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}body:has(.admin-shell) .admin-file-picker-button{min-height:calc(var(--admin-control-height) - 2px);border-right:1px solid var(--admin-border-strong);background:var(--admin-panel-muted);color:var(--admin-text);white-space:nowrap;justify-content:center;align-items:center;padding-inline:14px;font-size:12px;font-weight:600;line-height:1.2;display:inline-flex}body:has(.admin-shell) .admin-file-picker-name{min-width:0;color:var(--admin-muted);text-overflow:ellipsis;white-space:nowrap;padding-inline:13px;font-size:12px;line-height:1.4;overflow:hidden}body:has(.admin-shell) .admin-file-picker-name.selected{color:var(--admin-text)}body:has(.admin-shell) .admin-file-picker-control:has(.admin-file-picker-input:focus-visible){border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb24}body:has(.admin-shell) .admin-file-picker-control:has(.admin-file-picker-input:disabled){opacity:.58;cursor:not-allowed}body:has(.admin-shell) .media-upload{grid-template-columns:minmax(280px,.9fr) minmax(360px,1.5fr) auto;align-items:end}body:has(.admin-shell) .branding-upload{grid-template-columns:minmax(0,1fr) auto;align-items:end}:is(body:has(.admin-shell) .branding-upload .admin-file-picker,body:has(.admin-shell) .media-upload .admin-file-picker){align-self:end}body:has(.admin-shell) .admin-nav-label{font-size:11px;line-height:1.35}:is(body:has(.admin-shell) .integration-provider-main small,body:has(.admin-shell) .integration-architecture-grid-v51 small,body:has(.admin-shell) .integration-preset-summary>span,body:has(.admin-shell) .integration-preset-summary strong,body:has(.admin-shell) .integration-list-main span,body:has(.admin-shell) .integration-list-status small,body:has(.admin-shell) .integration-section-head span,body:has(.admin-shell) .integration-diagnostic-grid small){font-size:11px;line-height:1.5}body:has(.admin-shell) .integration-guided-head small{font-size:12px;line-height:1.55}body:has(.admin-shell) .integration-preset-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:13px 14px}body:has(.admin-shell) .catalog-filter-result{white-space:nowrap;min-width:max-content}body:has(.admin-shell) .catalog-status-chips{min-width:0;max-width:100%}body:has(.admin-shell) .catalog-toolbar>:where(.btn,.saas-action-button){align-self:center}body:has(.admin-shell) .catalog-toolbar.catalog-toolbar-stacked>div:first-child{padding-top:0}body:has(.admin-shell) .catalog-toolbar.catalog-toolbar-stacked{align-items:stretch}body:has(.admin-shell) .supplier-grid article{flex-direction:column;min-width:0;display:flex}body:has(.admin-shell) .supplier-actions{margin-top:auto;padding-top:16px}body:has(.admin-shell) .supplier-actions :where(.btn,.saas-action-button){min-width:112px}body:has(.admin-shell) .production-signal-grid>article{flex-direction:column;justify-content:center;display:flex}body:has(.admin-shell) .production-signal-grid>article>strong{overflow-wrap:anywhere;word-break:normal}:is(body:has(.admin-shell) .integration-guided-grid,body:has(.admin-shell) .analytics-tracking-grid){align-items:start}:is(body:has(.admin-shell) .integration-guided-grid>:where(label,.admin-toggle),body:has(.admin-shell) .analytics-tracking-grid>:where(label,.admin-toggle)){min-width:0}body:has(.admin-shell) .integration-routing-action{align-items:end;display:flex}body:has(.admin-shell) .integration-routing-action .btn{width:auto}body:has(.admin-shell) .branding-top-actions>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}html[data-theme=dark] body:has(.admin-shell) .admin-file-picker-control{background:#101a2b;border-color:#2a3a52}html[data-theme=dark] body:has(.admin-shell) .admin-file-picker-button{color:#e5edf7;background:#152238;border-color:#2a3a52}html[data-theme=dark] body:has(.admin-shell) .admin-file-picker-name.selected{color:#e5edf7}@media (max-width:1180px){body:has(.admin-shell) .media-upload{grid-template-columns:1fr 1fr}body:has(.admin-shell) .media-upload .admin-file-picker{grid-column:1}body:has(.admin-shell) .media-upload>label{grid-column:2}body:has(.admin-shell) .media-upload>.saas-action-button{grid-column:2;justify-self:end}body:has(.admin-shell) .media-upload>small{grid-column:1/-1}body:has(.admin-shell) .production-signal-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}body:has(.admin-shell) .integration-preset-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){body:has(.admin-shell) .catalog-filter-result{white-space:normal;min-width:0}body:has(.admin-shell) .catalog-status-chips{flex-wrap:nowrap;padding-bottom:3px;overflow-x:auto}}@media (max-width:680px){:is(body:has(.admin-shell) .media-upload,body:has(.admin-shell) .branding-upload){grid-template-columns:1fr}body:has(.admin-shell) .media-upload .admin-file-picker{grid-column:auto}body:has(.admin-shell) .media-upload>label{grid-column:auto}body:has(.admin-shell) .media-upload>.saas-action-button{grid-column:auto}body:has(.admin-shell) .media-upload>small{grid-column:auto}:is(body:has(.admin-shell) .media-upload>.saas-action-button,body:has(.admin-shell) .branding-upload>.saas-action-button){justify-self:stretch;width:100%}body:has(.admin-shell) .admin-file-picker-control{grid-template-columns:auto minmax(0,1fr)}:is(body:has(.admin-shell) .production-signal-grid,body:has(.admin-shell) .integration-preset-summary){grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){body:has(.admin-shell) .admin-file-picker-control{transition:none}}body:has(.admin-shell) .catalog-toolbar.catalog-toolbar-stacked{padding:16px var(--admin-card-inset) 18px;display:block}body:has(.admin-shell) .catalog-toolbar-heading{flex-direction:column;gap:3px;min-width:0;margin-bottom:14px;display:flex}body:has(.admin-shell) .catalog-toolbar-heading>strong{color:#1d2939;font-size:13px;font-weight:600;line-height:1.35}body:has(.admin-shell) .catalog-toolbar-heading>span{color:#667085;font-size:12px;line-height:1.5}body:has(.admin-shell) .catalog-filter-layout{grid-template-columns:minmax(0,2fr) minmax(190px,1fr) minmax(220px,1fr);align-items:stretch;gap:12px;min-width:0;display:grid}body:has(.admin-shell) .catalog-filter-group{flex-direction:column;gap:10px;min-width:0;display:flex}body:has(.admin-shell) .catalog-filter-group>:where(input,select){width:100%;min-width:0;margin:0}body:has(.admin-shell) .catalog-filter-group-primary{grid-template-columns:minmax(260px,1.25fr) minmax(330px,1fr);align-items:center;display:grid}body:has(.admin-shell) .catalog-filter-group-primary .catalog-status-chips{scrollbar-width:thin;justify-content:flex-start;min-width:0;padding-bottom:1px;overflow:auto hidden}body:has(.admin-shell) .catalog-filter-group-selects{justify-content:space-between}body:has(.admin-shell) .catalog-filter-group-actions{justify-content:space-between;align-items:stretch}body:has(.admin-shell) .catalog-filter-action-row{align-items:center;gap:8px;min-width:0;display:flex}body:has(.admin-shell) .catalog-filter-action-row .catalog-featured-toggle{flex:auto;min-width:0}body:has(.admin-shell) .catalog-filter-action-row .btn{white-space:nowrap;flex:none;margin:0}body:has(.admin-shell) .catalog-filter-group-actions .catalog-filter-result{color:#667085;text-align:right;white-space:normal;place-self:flex-end;min-width:0;margin:0;font-size:11px;line-height:1.45}@media (max-width:1280px){body:has(.admin-shell) .catalog-filter-layout{grid-template-columns:minmax(0,1.6fr) minmax(210px,1fr)}body:has(.admin-shell) .catalog-filter-group-actions{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;display:flex}body:has(.admin-shell) .catalog-filter-group-primary{grid-template-columns:1fr}}@media (max-width:900px){body:has(.admin-shell) .catalog-filter-layout{grid-template-columns:1fr}body:has(.admin-shell) .catalog-filter-group-actions{grid-column:auto}body:has(.admin-shell) .catalog-filter-group-selects{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:620px){body:has(.admin-shell) .catalog-filter-group-selects{grid-template-columns:1fr}body:has(.admin-shell) .catalog-filter-group-actions{flex-direction:column;align-items:stretch}body:has(.admin-shell) .catalog-filter-action-row{flex-direction:column;align-items:stretch}body:has(.admin-shell) .catalog-filter-action-row :where(.catalog-featured-toggle,.btn){width:100%}body:has(.admin-shell) .catalog-filter-group-actions .catalog-filter-result{text-align:left;align-self:flex-start}}html[data-theme=dark] body:has(.admin-shell) .catalog-toolbar-heading>strong{color:var(--dark-text,#f8fafc)}html[data-theme=dark] body:has(.admin-shell) .catalog-toolbar-heading>span{color:var(--dark-muted,#98a2b3)}html[data-theme=dark] body:has(.admin-shell) .catalog-filter-group-actions .catalog-filter-result{color:var(--dark-muted,#98a2b3)}.hero-media-card{background:#0f172a;border:1px solid #94a3b82e;border-radius:12px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000052}.hero-media-card img{object-fit:cover;width:100%;height:100%;min-height:520px;display:block}.hero-media-card:after{content:"";pointer-events:none;background:linear-gradient(#0000 58%,#0f172ac7);position:absolute;inset:0}.hero-media-caption{z-index:2;color:#fff;align-items:center;gap:9px;font-size:13px;display:flex;position:absolute;bottom:20px;left:22px;right:22px}.game-card-art.has-media,.featured-game-art.has-media,.product-art-large.has-media{background:#0f172a}.game-card-art.has-media img,.featured-game-art.has-media img,.product-art-large.has-media img{object-fit:cover;width:100%;height:100%;display:block}.featured-game-art.has-media:after{display:none}.product-art-large.has-media{overflow:hidden}.admin-media-picker-field{gap:7px;min-width:0;display:grid}.admin-media-picker-label{color:var(--slate-700);font-size:13px;font-weight:600}.admin-media-picker-current{border:1px dashed var(--slate-300);border-radius:var(--radius-card);background:var(--surface-muted);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:132px;padding:10px;display:grid}.admin-media-picker-current.has-image{background:var(--surface);border-style:solid}.admin-media-picker-preview{border-radius:var(--radius-control);background:var(--slate-100);width:100%;height:116px;overflow:hidden}.admin-media-picker-preview img{object-fit:cover;width:100%;height:100%;display:block}.admin-media-picker-empty{gap:4px;padding:12px;display:grid}.admin-media-picker-empty strong{font-size:13px}.admin-media-picker-empty span{color:var(--slate-500);font-size:11px;line-height:1.5}.admin-media-picker-actions{flex-direction:column;align-items:flex-end;gap:7px;display:flex}.admin-media-picker-dialog{gap:18px;display:grid}.admin-media-picker-upload{border:1px solid var(--border-soft);border-radius:var(--radius-card);background:var(--surface-muted);gap:10px;padding:14px;display:grid}.admin-media-picker-upload-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.admin-media-picker-library-head{grid-template-columns:auto minmax(220px,1fr);align-items:end;gap:14px;display:grid}.admin-media-picker-library-head>div{gap:3px;display:grid}.admin-media-picker-library-head span{color:var(--slate-500);font-size:11px}.admin-media-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:390px;padding-right:4px;display:grid;overflow:auto}.admin-media-picker-item{border:1px solid var(--border-soft);border-radius:var(--radius-card);background:var(--surface);text-align:left;color:inherit;padding:0;overflow:hidden}.admin-media-picker-item:hover,.admin-media-picker-item:focus-visible{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.admin-media-picker-thumb{background:var(--slate-100);height:110px;display:block;overflow:hidden}.admin-media-picker-thumb img{object-fit:cover;width:100%;height:100%;display:block}.admin-media-picker-item>span:last-child{gap:3px;padding:9px;display:grid}.admin-media-picker-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.admin-media-picker-item small{color:var(--slate-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}body:has(.admin-shell) .saas-dialog-panel:has(.admin-media-picker-dialog){width:min(920px,100vw - 32px)}.catalog-game-editor-list{gap:14px;display:grid}.catalog-game-editor{border:1px solid var(--border-soft);border-radius:var(--radius-card);background:var(--surface);gap:14px;padding:18px;display:grid}.catalog-game-editor-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.catalog-game-editor-head h2{margin:0 0 5px;font-size:18px}.catalog-game-editor-head p{margin:0;font-size:11px}.catalog-game-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.catalog-game-media-grid>div{gap:9px;min-width:0;display:grid}.supplier-setup-guide{border-radius:var(--radius-card);background:linear-gradient(#2563eb0e,#0000);border:1px solid #2563eb2e;margin-bottom:16px;padding:16px}.supplier-setup-guide .catalog-toolbar{border:0;padding:0 0 14px}.supplier-setup-guide .eyebrow{margin-bottom:7px}.supplier-setup-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.supplier-setup-steps article{border:1px solid var(--border-soft);border-radius:var(--radius-control);background:var(--surface);grid-template-columns:auto 1fr;align-content:start;gap:9px;min-width:0;padding:12px;display:grid}.supplier-setup-steps article>span{width:28px;height:28px;color:var(--blue);background:#2563eb1a;border-radius:50%;place-items:center;font-size:10px;font-weight:600;display:grid}.supplier-setup-steps article>div{gap:5px;min-width:0;display:grid}.supplier-setup-steps strong{font-size:12px}.supplier-setup-steps p{margin:0;font-size:10px;line-height:1.5}.supplier-setup-steps .text-link,.supplier-setup-steps .text-button{text-align:left;justify-self:start;padding:0;font-size:10px}@media (max-width:1100px){.supplier-setup-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.supplier-setup-steps article:last-child{grid-column:1/-1}.admin-media-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.hero-media-card,.hero-media-card img{min-height:420px}.catalog-game-media-grid{grid-template-columns:1fr}.catalog-game-editor-head{display:grid}.admin-media-picker-upload-grid,.admin-media-picker-library-head,.admin-media-picker-current{grid-template-columns:1fr}.admin-media-picker-actions{flex-direction:row;align-items:center}.admin-media-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.supplier-setup-steps,.admin-media-picker-grid{grid-template-columns:1fr}.supplier-setup-steps article:last-child{grid-column:auto}.hero-media-card,.hero-media-card img{min-height:340px}}body:has(.admin-shell){overflow-x:hidden}body:has(.admin-shell) .admin-main{min-width:0;max-width:100%}body:has(.admin-shell) .admin-motion-page{min-width:0;max-width:100%}body:has(.admin-shell) .admin-main>:where(section,div[role=main]){min-width:0;max-width:100%}body:has(.admin-shell) :where(.catalog-panel,.dashboard-panel,.ops-panel,.admin-editor-panel,.admin-list-panel,.media-upload,.audit-table,.verification-monitor){min-width:0;max-width:100%}body:has(.admin-shell) :where(.catalog-panel,.dashboard-panel,.ops-panel,.admin-editor-panel,.admin-list-panel,.media-upload,.audit-table,.verification-monitor,.stats-grid article,.ops-pulse-grid article){border-radius:var(--radius-card)}body:has(.admin-shell) :where(.stats-grid,.ops-pulse-grid,.admin-module-grid,.ops-grid,.supplier-grid,.pricing-grid,.analytics-tracking-grid,.integration-guided-grid,.integration-routing-grid,.launch-controls-grid,.launch-evidence-grid,.template-grid,.branding-grid,.catalog-game-media-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}:is(body:has(.admin-shell) .stats-grid article,body:has(.admin-shell) .ops-pulse-grid article){min-width:0;overflow:hidden}:is(body:has(.admin-shell) :where(.production-runtime-summary,.production-signal-grid) .stats-grid,body:has(.admin-shell) :where(.production-runtime-summary,.production-signal-grid).stats-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,170px),1fr))}:is(body:has(.admin-shell) .stats-grid article>*,body:has(.admin-shell) .ops-pulse-grid article>*){min-width:0;max-width:100%}:is(body:has(.admin-shell) .stats-grid article>strong,body:has(.admin-shell) .ops-pulse-grid article>strong){overflow-wrap:anywhere}body:has(.admin-shell) .catalog-toolbar{min-width:0;max-width:100%}body:has(.admin-shell) .catalog-toolbar>div:first-child{min-width:0}body:has(.admin-shell) .catalog-toolbar-heading{min-width:0}body:has(.admin-shell) .catalog-filter-layout{grid-template-columns:minmax(0,1.55fr) minmax(180px,.9fr) minmax(240px,.9fr)}body:has(.admin-shell) .catalog-filter-group-primary{grid-template-columns:minmax(220px,.92fr) minmax(260px,1.08fr)}body:has(.admin-shell) .catalog-filter-group-actions{min-width:0}body:has(.admin-shell) .catalog-filter-action-row{justify-content:flex-end}body:has(.admin-shell) .catalog-filter-action-row .catalog-featured-toggle{flex:0 auto;max-width:190px}body:has(.admin-shell) .catalog-filter-action-row .catalog-featured-toggle .admin-toggle-copy{flex:0 auto}body:has(.admin-shell) .catalog-filter-action-row .catalog-featured-toggle .admin-toggle-copy strong{white-space:nowrap}body:has(.admin-shell) .catalog-filter-action-row .btn{max-width:100%}:is(body:has(.admin-shell) .catalog-table-wrap,body:has(.admin-shell) .commerce-table-wrap,body:has(.admin-shell) .analytics-table,body:has(.admin-shell) .reseller-admin-list,body:has(.admin-shell) .verification-monitor){max-width:100%;overflow:auto hidden}body:has(.admin-shell) .saas-data-list{min-width:max-content}body:has(.admin-shell) .admin-toggle{box-sizing:border-box;max-width:100%;overflow:visible}body:has(.admin-shell) .admin-toggle>input[type=checkbox]{block-size:1px!important;inline-size:1px!important}:is(body:has(.admin-shell) .admin-toggle-track,body:has(.admin-shell) .admin-toggle-state){flex-shrink:0}body:has(.admin-shell) .admin-toggle-copy{flex:auto}body:has(.admin-shell) .admin-toggle-copy :where(strong,small){overflow-wrap:anywhere;max-width:100%}body:has(.admin-shell) .admin-toggle.compact{min-height:32px}body:has(.admin-shell) .admin-toggle.compact .admin-toggle-copy strong{overflow-wrap:normal;word-break:normal}body:has(.admin-shell) :where(.analytics-toggle-card,.integration-toggle-card){grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:4px 12px;min-height:74px;display:grid;overflow:hidden}body:has(.admin-shell) :where(.analytics-toggle-card,.integration-toggle-card) .admin-toggle-track{grid-area:1/1/span 2}body:has(.admin-shell) :where(.analytics-toggle-card,.integration-toggle-card) .admin-toggle-copy{grid-area:1/2/span 2}body:has(.admin-shell) :where(.analytics-toggle-card,.integration-toggle-card) .admin-toggle-state{grid-area:1/3/span 2;justify-self:end}body:has(.admin-shell) :where(.btn,.saas-action-button,.text-button,.text-link,.demo-badge,.module-state,.catalog-state,.commerce-state,.status-pill,.reseller-status,.integration-health,.integration-env){max-width:100%}body:has(.admin-shell) :where(.btn,.saas-action-button){white-space:nowrap}body:has(.admin-shell) .admin-card-head{min-width:0}body:has(.admin-shell) .admin-card-head>div{min-width:0}body:has(.admin-shell) .admin-card-head :where(h2,strong,small){overflow-wrap:anywhere}@media (max-width:1280px){body:has(.admin-shell) .catalog-filter-layout{grid-template-columns:minmax(0,1fr)}:is(body:has(.admin-shell) .catalog-filter-group-primary,body:has(.admin-shell) .catalog-filter-group-selects,body:has(.admin-shell) .catalog-filter-group-actions){grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;display:grid}body:has(.admin-shell) .catalog-filter-group-primary .catalog-status-chips{grid-column:1/-1}body:has(.admin-shell) .catalog-filter-action-row{justify-content:flex-start}body:has(.admin-shell) .catalog-filter-group-actions .catalog-filter-result{place-self:center end}}@media (max-width:760px){:is(body:has(.admin-shell) .admin-top,body:has(.admin-shell) .catalog-toolbar,body:has(.admin-shell) .panel-heading-row,body:has(.admin-shell) .admin-card-head){grid-template-columns:1fr;align-items:start;display:grid}:is(body:has(.admin-shell) .catalog-filter-group-primary,body:has(.admin-shell) .catalog-filter-group-selects,body:has(.admin-shell) .catalog-filter-group-actions){grid-template-columns:1fr}body:has(.admin-shell) .catalog-filter-action-row{grid-template-columns:1fr;display:grid}body:has(.admin-shell) .catalog-filter-action-row .catalog-featured-toggle{max-width:100%}body:has(.admin-shell) .catalog-filter-group-actions .catalog-filter-result{text-align:left;justify-self:start}body:has(.admin-shell) :where(.analytics-toggle-card,.integration-toggle-card){grid-template-columns:auto minmax(0,1fr)}body:has(.admin-shell) :where(.analytics-toggle-card,.integration-toggle-card) .admin-toggle-state{grid-area:2/2;justify-self:start}}@media (max-width:820px){body:has(.admin-shell) .admin-sidebar:not(.mobile-open){visibility:hidden!important;pointer-events:none!important}body:has(.admin-shell) .admin-sidebar:not(.mobile-open) :where(a,button,.theme-toggle){visibility:hidden!important}:is(body:has(.admin-shell) .admin-sidebar.mobile-open,body:has(.admin-shell) .admin-sidebar.mobile-open :where(a,button,.theme-toggle)){visibility:visible!important}}body:has(.admin-shell){--admin-panel-inset:clamp(16px, 1.45vw, 22px);--admin-panel-gap:16px;overflow-x:hidden}:is(body:has(.admin-shell) .catalog-panel>:where(.admin-alert,.empty-state,.saas-state-panel,.admin-form-message):not(:first-child),body:has(.admin-shell) .ops-panel>:where(.admin-alert,.empty-state,.saas-state-panel,.admin-form-message):not(:first-child),body:has(.admin-shell) .integration-surface-card>:where(.admin-alert,.empty-state,.saas-state-panel,.admin-form-message):not(:first-child)),:is(body:has(.admin-shell) .catalog-panel>:where(.admin-alert,.admin-form-message),body:has(.admin-shell) .ops-panel>:where(.admin-alert,.admin-form-message),body:has(.admin-shell) .integration-surface-card>:where(.admin-alert,.admin-form-message)){margin-inline:var(--admin-panel-inset)}:is(body:has(.admin-shell) .catalog-panel>:where(.admin-alert,.admin-form-message),body:has(.admin-shell) .ops-panel>:where(.admin-alert,.admin-form-message),body:has(.admin-shell) .integration-surface-card>:where(.admin-alert,.admin-form-message)){margin-block:var(--admin-panel-gap) 0}:is(body:has(.admin-shell) .catalog-panel>:where(.empty-state,.saas-state-panel),body:has(.admin-shell) .ops-panel>:where(.empty-state,.saas-state-panel),body:has(.admin-shell) .integration-surface-card>:where(.empty-state,.saas-state-panel)){margin-block:var(--admin-panel-gap)}:is(body:has(.admin-shell) :where(.catalog-table-wrap,.commerce-table-wrap,.analytics-table,.audit-table,.verification-monitor) .saas-state-panel.compact,body:has(.admin-shell) :where(.catalog-table-wrap,.commerce-table-wrap,.analytics-table,.audit-table,.verification-monitor) .empty-state.compact){margin:12px var(--admin-panel-inset) var(--admin-panel-gap);box-sizing:border-box;width:min(calc(100vw - 54px), calc(100% - (var(--admin-panel-inset) * 2)))}body:has(.admin-shell) .saas-state-panel.compact{min-height:104px;padding:18px}body:has(.admin-shell) .analytics-tracking-panel>.admin-alert{margin:var(--admin-panel-gap) var(--admin-panel-inset) 0}body:has(.admin-shell) .analytics-tracking-panel>.analytics-tracking-grid{padding:var(--admin-panel-inset)}body:has(.admin-shell) .analytics-tracking-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}body:has(.admin-shell) .analytics-tracking-grid>.analytics-toggle-card{grid-column:span 2;min-height:86px;padding:15px 16px}body:has(.admin-shell) .analytics-toggle-card .admin-toggle-copy{gap:4px}body:has(.admin-shell) .analytics-toggle-card .admin-toggle-copy strong{white-space:normal}body:has(.admin-shell) .analytics-toggle-card .admin-toggle-copy small{max-width:52ch}body:has(.admin-shell) .analytics-tracking-grid>label:not(.admin-toggle){min-width:0}body:has(.admin-shell) .analytics-tracking-grid>label:not(.admin-toggle)>small{max-width:44ch}body:has(.admin-shell) .analytics-event-map{padding-inline:var(--admin-panel-inset)}body:has(.admin-shell) .ops-grid:has(.launch-checks){grid-template-columns:minmax(520px,1.12fr) minmax(320px,.88fr);gap:16px}body:has(.admin-shell) .ops-grid:has(.launch-checks)>.ops-panel{overflow:hidden}body:has(.admin-shell) .launch-check{padding:14px var(--admin-panel-inset);grid-template-columns:minmax(82px,auto) minmax(0,1fr);gap:14px}:is(body:has(.admin-shell) .launch-check>div,body:has(.admin-shell) .launch-evidence-head>div,body:has(.admin-shell) .launch-controls-grid>label){min-width:0}:is(body:has(.admin-shell) .launch-check :where(strong,small),body:has(.admin-shell) .launch-evidence-head :where(strong,small)){overflow-wrap:anywhere;word-break:normal}body:has(.admin-shell) .launch-emergency{padding:var(--admin-panel-inset)}body:has(.admin-shell) .launch-controls-grid{padding:var(--admin-panel-inset)}body:has(.admin-shell) .launch-evidence-grid form{padding:var(--admin-panel-inset)}body:has(.admin-shell) .launch-evidence-grid form{min-width:0}body:has(.admin-shell) .launch-evidence-grid .ops-action-row{align-items:stretch}body:has(.admin-shell) .launch-evidence-grid .ops-action-row>:where(.btn,.saas-action-button){flex:140px;min-width:0}@media (max-width:1180px){body:has(.admin-shell) .ops-grid:has(.launch-checks){grid-template-columns:1fr}body:has(.admin-shell) .analytics-tracking-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){body:has(.admin-shell){--admin-panel-inset:14px;--admin-panel-gap:14px}body:has(.admin-shell) .catalog-filter-action-row>:where(.admin-toggle,.btn,.saas-action-button){width:100%;min-width:0}body:has(.admin-shell) .catalog-status-chips{flex-wrap:wrap;padding-bottom:0;overflow-x:visible}body:has(.admin-shell) .saas-filter-chips.catalog-status-chips{flex-wrap:wrap;padding-bottom:0;overflow-x:visible}body:has(.admin-shell) .saas-tabs{flex-wrap:wrap;gap:6px;overflow-x:visible}body:has(.admin-shell) .saas-tabs button{flex:auto;min-width:max-content;padding-inline:11px}body:has(.admin-shell) .analytics-tracking-grid{grid-template-columns:1fr}body:has(.admin-shell) .analytics-tracking-grid>.analytics-toggle-card{grid-column:auto}body:has(.admin-shell) .launch-check{grid-template-columns:1fr}body:has(.admin-shell) .launch-check .commerce-state{justify-self:start}body:has(.admin-shell) .launch-evidence-head{grid-template-columns:1fr;display:grid}}body:has(.admin-shell) :where(button,.btn,.saas-action-button,.text-button,.saas-tabs button,.saas-filter-chips button,.admin-tabs button,.integration-filter-tabs button,.integration-detail-tabs button){font-weight:500!important}body:has(.admin-shell) :where(button,.btn,.saas-action-button) :where(span,strong,small){font-weight:inherit}body:has(.admin-shell) .production-setup-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px}body:has(.admin-shell) .production-setup-card{flex-direction:column;min-width:0;display:flex}body:has(.admin-shell) .production-setup-card .catalog-toolbar{min-height:112px;padding:18px var(--admin-panel-inset);align-items:flex-start}body:has(.admin-shell) .production-setup-card .catalog-toolbar>div:first-child{gap:7px}body:has(.admin-shell) .production-setup-card .catalog-toolbar strong{font-size:13px;line-height:1.35}body:has(.admin-shell) .production-setup-card .catalog-toolbar span:not(.commerce-state){font-size:12px;line-height:1.55}body:has(.admin-shell) .production-setup-card .commerce-state{justify-content:center;align-self:flex-start;min-width:74px;font-size:10px}body:has(.admin-shell) .production-guidance{padding:14px var(--admin-panel-inset);border-bottom:1px solid var(--admin-border);background:var(--admin-panel-muted)}body:has(.admin-shell) .production-guidance span{overflow-wrap:anywhere;font-size:11px;line-height:1.55;display:block}body:has(.admin-shell) .production-item-form{padding:16px var(--admin-panel-inset);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}body:has(.admin-shell) .production-setup-card>.ops-action-row{padding:14px var(--admin-panel-inset) 16px;margin-top:auto}body:has(.admin-shell) .production-setup-card>.ops-action-row .btn{min-width:132px}body:has(.admin-shell) .production-signal-grid{padding:var(--admin-panel-inset);grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body:has(.admin-shell) .production-signal-grid>article{min-height:64px;box-shadow:none;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 14px;display:grid}body:has(.admin-shell) .production-signal-grid>article>span{letter-spacing:.04em;font-size:10px;line-height:1.35}body:has(.admin-shell) .production-signal-grid>article>strong{border-radius:var(--radius-pill);text-align:center;white-space:nowrap;justify-content:center;align-items:center;min-height:24px;margin-top:0;padding:4px 9px;font-size:11px;line-height:1.15;display:inline-flex}body:has(.admin-shell) .production-signal-grid>article.signal-ok>strong{color:#047857;background:#dcfce7}body:has(.admin-shell) .production-signal-grid>article.signal-off>strong{color:#b42318;background:#fee2e2}body:has(.admin-shell) .production-runtime-summary .stats-grid article>strong{font-size:clamp(17px,1.35vw,21px)}body:has(.admin-shell) .production-runtime-summary .stats-grid{padding:14px var(--admin-panel-inset) 16px;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:12px}body:has(.admin-shell) .production-runtime-summary .stats-grid article{min-height:86px;padding:14px 15px}body:has(.admin-shell) .production-runtime-summary .stats-grid article>strong{margin-top:8px}body:has(.admin-shell) .production-runtime-summary{overflow:hidden}body:has(.admin-shell) .production-url-row{min-height:58px;padding:11px var(--admin-panel-inset)}body:has(.admin-shell) .production-url-row code{white-space:normal;max-width:100%}body:has(.admin-shell) .ops-panel>.production-signal-grid+.admin-alert{width:auto;margin:0 var(--admin-panel-inset) var(--admin-panel-inset);box-sizing:border-box}body:has(.admin-shell) section>.admin-alert:has(+.production-setup-grid){margin-top:var(--admin-panel-gap)}@media (max-width:1180px){body:has(.admin-shell) .production-setup-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body:has(.admin-shell) .production-signal-grid{grid-template-columns:1fr}}@media (max-width:720px){:is(body:has(.admin-shell) .production-setup-grid,body:has(.admin-shell) .production-signal-grid,body:has(.admin-shell) .production-item-form){grid-template-columns:1fr}body:has(.admin-shell) .production-setup-card .catalog-toolbar{min-height:auto}}body:has(.admin-shell) :where(input,select,textarea,button,.btn,.saas-action-button,.text-button,.saas-scroll-region):focus:not(:focus-visible){box-shadow:none!important;outline:none!important}body:has(.admin-shell) :where(input,select,textarea):focus:not(:focus-visible){border-color:var(--admin-border)!important}body:has(.admin-shell) select{appearance:none;background-color:var(--admin-panel);background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%231D2939' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 13px center;background-repeat:no-repeat;background-size:16px 16px;padding-inline:14px 42px;line-height:1.2}body:has(.admin-shell) select::-ms-expand{display:none}body:has(.admin-shell) select:focus-visible{border-color:#b8c7dc;box-shadow:0 0 0 3px #2563eb14}:is(body:has(.admin-shell) :where(.seo-audit-list,.seo-redirect-list)>.empty-state,body:has(.admin-shell) :where(.ops-panel,.catalog-panel)>.empty-state){box-sizing:border-box;width:calc(100% - (var(--admin-panel-inset) * 2));min-height:128px;margin:var(--admin-panel-gap) var(--admin-panel-inset);padding:22px}body:has(.admin-shell) .seo-redirect-list>.empty-state.compact{justify-content:center;min-height:108px}body:has(.admin-shell) .ops-panel>.saas-state-panel.compact{box-sizing:border-box;width:auto;margin:12px var(--admin-panel-inset) 16px;place-self:stretch stretch}body:has(.admin-shell) .ops-incident-list{width:100%;min-width:0;padding:12px var(--admin-panel-inset) 16px}body:has(.admin-shell) .ops-incident-list>.saas-state-panel.compact{box-sizing:border-box;justify-self:stretch;width:100%;min-width:0;margin:0}body:has(.admin-shell) .ops-incident-list>.saas-state-panel.compact>div{min-width:0}body:has(.admin-shell) .admin-editor-panel .form-grid.two{align-items:start}body:has(.admin-shell) .admin-editor-panel .form-grid.two>:where(label,.admin-media-picker){min-width:0}@media (min-width:1181px){body:has(.admin-shell) .catalog-toolbar.catalog-toolbar-stacked{padding-bottom:16px}body:has(.admin-shell) .catalog-filter-layout{grid-template-columns:minmax(190px,1fr) 290px minmax(128px,.58fr) minmax(128px,.58fr);align-items:center;gap:8px;display:grid}:is(body:has(.admin-shell) .catalog-filter-group-primary,body:has(.admin-shell) .catalog-filter-group-selects){display:contents}body:has(.admin-shell) .catalog-filter-group-primary>input{grid-column:1}body:has(.admin-shell) .catalog-filter-group-actions{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}body:has(.admin-shell) .catalog-filter-action-row{align-items:center;gap:8px;min-width:0;display:flex}body:has(.admin-shell) .catalog-filter-group-primary .catalog-status-chips{flex-wrap:nowrap;grid-column:2;gap:5px;width:max-content;max-width:100%;padding-bottom:0;overflow:visible}body:has(.admin-shell) .catalog-filter-group-primary .catalog-status-chips button{min-height:34px;padding-inline:9px;font-size:10px}body:has(.admin-shell) .catalog-filter-group-primary .catalog-status-chips small{min-width:18px;height:18px;font-size:10px}body:has(.admin-shell) .catalog-filter-group-selects select:first-child{grid-column:3}body:has(.admin-shell) .catalog-filter-group-selects select:last-child{grid-column:4}body:has(.admin-shell) .catalog-filter-action-row .catalog-featured-toggle{flex:none;min-width:148px}body:has(.admin-shell) .catalog-filter-action-row .btn{flex:none;min-width:0}body:has(.admin-shell) .catalog-filter-group-actions .catalog-filter-result{text-align:right;white-space:nowrap;place-self:center end;min-width:max-content;margin-top:0}}@media (max-width:1180px){body:has(.admin-shell) .seo-redirect-create{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}body:has(.admin-shell) .seo-redirect-create .btn{width:100%}}@media (max-width:680px){body:has(.admin-shell) .seo-redirect-create{grid-template-columns:1fr}}html[data-theme=dark] body:has(.admin-shell) select{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23D0D8E5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}body:has(.admin-shell) .catalog-filter-chip-row{align-items:center;min-width:0;display:flex}body:has(.admin-shell) .catalog-filter-chip-row .catalog-status-chips{scrollbar-width:thin;justify-content:flex-start;min-width:0;overflow:auto hidden}:is(body:has(.admin-shell) .catalog-filter-action-row>.catalog-featured-toggle,body:has(.admin-shell) .catalog-filter-action-row>.btn){height:var(--admin-control-height);min-height:var(--admin-control-height)}body:has(.admin-shell) .catalog-filter-action-row>.catalog-featured-toggle{align-items:center;padding:0 12px}body:has(.admin-shell) .catalog-filter-action-row .catalog-featured-toggle .admin-toggle-copy strong{font-size:12px;font-weight:500}body:has(.admin-shell) .catalog-filter-action-row .btn{font-size:12px;font-weight:500}@media (min-width:1181px){body:has(.admin-shell) .catalog-filter-layout{grid-template-columns:minmax(280px,1fr) minmax(180px,.62fr) minmax(180px,.62fr) minmax(260px,auto);gap:10px}body:has(.admin-shell) .catalog-filter-group-primary>input{grid-area:1/1}body:has(.admin-shell) .catalog-filter-group-selects select:first-child{grid-area:1/2}body:has(.admin-shell) .catalog-filter-group-selects select:last-child{grid-area:1/3}body:has(.admin-shell) .catalog-filter-chip-row{grid-area:2/1/auto/-1}body:has(.admin-shell) .catalog-filter-chip-row .catalog-status-chips{flex-wrap:wrap;gap:7px;width:100%;max-width:100%;padding-bottom:0;overflow:visible}body:has(.admin-shell) .catalog-filter-chip-row .catalog-status-chips button{min-height:34px;padding-inline:10px;font-size:10px}body:has(.admin-shell) .catalog-filter-group-actions{flex-direction:column;grid-area:1/4/3;justify-content:space-between;align-self:stretch;align-items:stretch;gap:8px;display:flex}body:has(.admin-shell) .catalog-filter-action-row{justify-content:flex-start;width:100%}}@media (max-width:1180px){body:has(.admin-shell) .catalog-filter-chip-row{grid-column:1/-1}}body:has(.admin-shell) .cms-reusable-layout .admin-editor-panel{align-content:start;display:grid}body:has(.admin-shell) .cms-reusable-layout .admin-editor-panel>:where(label,.form-grid.two){margin-top:16px}body:has(.admin-shell) .cms-reusable-layout .admin-editor-panel>.form-grid.two:first-of-type{margin-top:22px}body:has(.admin-shell) .cms-reusable-layout .admin-editor-panel :where(label,.admin-media-picker-field){align-content:start;gap:8px;display:grid}body:has(.admin-shell) .cms-reusable-layout .admin-editor-panel label>:where(input,select,textarea){margin-top:0}body:has(.admin-shell) .cms-reusable-layout .admin-media-picker-current{margin-top:0}body:has(.admin-shell) .cms-reusable-layout .admin-media-picker-label{line-height:1.35}body:has(.admin-shell) .cms-reusable-layout .admin-editor-panel label{line-height:1.35}body:has(.admin-shell) .cms-reusable-layout .admin-media-picker-current{min-height:118px}body:has(.admin-shell) :where(input,select,textarea,button,.btn,.saas-action-button,.text-button,.saas-scroll-region,[tabindex]):focus{outline:none!important}body:has(.admin-shell) :where(input,select,textarea,button,.btn,.saas-action-button,.text-button):focus{box-shadow:none!important}body:has(.admin-shell) :where(input:not([aria-invalid=true]),select,textarea):focus{border-color:var(--admin-border)!important}body:has(.admin-shell) :where(.integration-list,.integration-logs)>.empty-state{box-sizing:border-box;width:calc(100% - (var(--admin-panel-inset) * 2));min-height:132px;margin:var(--admin-panel-inset);color:#344054;background:#fbfcfe;border-color:#d6deea;padding:22px;font-size:14px;font-weight:500;line-height:1.45}body:has(.admin-shell) .integration-list>.empty-state{min-height:148px;margin-block:14px}body:has(.admin-shell) .integration-logs>.empty-state{min-height:154px}body:has(.admin-shell) .pricing-panel>.editor-actions{padding:16px var(--admin-panel-inset);border-top:1px solid var(--admin-border);background:var(--admin-panel);justify-content:flex-start;margin:0;display:flex;position:static}body:has(.admin-shell) .pricing-panel>.pricing-rate-history{margin:0 var(--admin-panel-inset) var(--admin-panel-inset)}body:has(.admin-shell) .pricing-panel>.pricing-rate-history .mini-empty{min-height:110px;margin:14px}html[data-theme=dark] body:has(.admin-shell) :where(.integration-list,.integration-logs)>.empty-state{background:#0e1828;border-color:#223149}body:has(.admin-shell) .integration-hub-v51{gap:22px}body:has(.admin-shell) .integration-hub-v51 .integration-page-head{align-items:start;padding-bottom:22px}body:has(.admin-shell) .integration-hub-v51 .admin-page-head-copy{max-width:820px}body:has(.admin-shell) .integration-hub-v51 .admin-page-head-copy h1{letter-spacing:0;max-width:760px;margin-top:6px;font-size:clamp(26px,2.15vw,34px);line-height:1.12}body:has(.admin-shell) .integration-hub-v51 .admin-page-head-copy p{max-width:780px;font-size:13px;line-height:1.65}body:has(.admin-shell) .integration-hub-v51 .integration-page-meta{gap:8px;margin-top:16px}body:has(.admin-shell) .integration-hub-v51 .integration-page-meta span{color:#53627a;background:#fff;border:1px solid #dfe7f2;border-radius:999px;min-height:28px;padding:0 10px}body:has(.admin-shell) .integration-hub-v51 .integration-page-actions{gap:10px}body:has(.admin-shell) .integration-hub-v51 .integration-page-actions .btn{min-height:44px;font-weight:500}body:has(.admin-shell) .integration-hub-v51 .integration-metrics-v51{gap:14px}body:has(.admin-shell) .integration-hub-v51 .integration-metric-card{border-radius:8px;grid-template-columns:44px minmax(0,1fr);align-items:center;min-height:116px;box-shadow:0 1px 2px #1018280a;gap:14px!important;padding:16px!important}body:has(.admin-shell) .integration-hub-v51 .integration-metric-card:after{opacity:.025;width:70px;height:70px}body:has(.admin-shell) .integration-hub-v51 .integration-metric-icon{border-radius:8px;width:42px;height:42px}body:has(.admin-shell) .integration-hub-v51 .integration-metric-copy{gap:5px}body:has(.admin-shell) .integration-hub-v51 .integration-metric-copy>span{font-size:11px;font-weight:500;line-height:1.3}body:has(.admin-shell) .integration-hub-v51 .integration-metric-copy strong.metric-number{letter-spacing:0;line-height:1;font-size:22px!important}body:has(.admin-shell) .integration-hub-v51 .integration-metric-copy strong.metric-status{color:#067647;letter-spacing:0;background:#ecfdf3;border-radius:999px;align-items:center;width:max-content;max-width:100%;min-height:28px;padding:0 11px;font-weight:600;line-height:1;display:inline-flex;font-size:13px!important}body:has(.admin-shell) .integration-hub-v51 .integration-metric-copy small{font-size:11px;line-height:1.45}body:has(.admin-shell) .integration-hub-v51 .integration-runtime-note{background:#f6f9ff;border-color:#cfe0ff;min-height:60px;padding:12px 14px}body:has(.admin-shell) .integration-hub-v51 .integration-section-heading{margin-top:14px}:is(body:has(.admin-shell) .integration-hub-v51 .integration-section-heading h2,body:has(.admin-shell) .integration-hub-v51 .integration-architecture-head h2){letter-spacing:0;font-size:18px;line-height:1.25}:is(body:has(.admin-shell) .integration-hub-v51 .integration-section-heading p,body:has(.admin-shell) .integration-hub-v51 .integration-architecture-head p){max-width:720px}body:has(.admin-shell) .integration-hub-v51 .integration-surface-card{border-radius:8px;box-shadow:0 1px 2px #1018280a}body:has(.admin-shell) .integration-hub-v51 .integration-card-head-v51{align-items:center;margin-bottom:18px}body:has(.admin-shell) .integration-hub-v51 .integration-status-chip{text-transform:capitalize;min-height:28px;padding:0 10px;font-size:11px;font-weight:500}body:has(.admin-shell) .integration-hub-v51 .integration-status-chip.warning{color:#b54708;background:#fff7e8;border-color:#fedf89}body:has(.admin-shell) .integration-hub-v51 .integration-ops-list-v51>div{background:#fcfdff;border-radius:8px;min-height:48px}body:has(.admin-shell) .integration-hub-v51 .integration-webhook-list-v51>div{background:#fcfdff;border-radius:8px}body:has(.admin-shell) .integration-hub-v51 .integration-provider-row-v51{min-height:78px}html[data-theme=dark] body:has(.admin-shell) .integration-hub-v51 .integration-page-meta span{color:#a8b4c5;background:#101a2b;border-color:#223149}html[data-theme=dark] body:has(.admin-shell) .integration-hub-v51 .integration-metric-copy strong.metric-status{color:#a7f3d0;background:#0d2b21}body:has(.admin-shell){--admin-control-height:44px;--admin-control-radius:var(--radius-control)}body:has(.admin-shell) label:not(.admin-toggle){font-size:13px}:is(body:has(.admin-shell) .catalog-filter-primary,body:has(.admin-shell) .catalog-filter-secondary){min-width:0}body:has(.admin-shell) .catalog-filter-primary{grid-template-columns:minmax(260px,1fr);gap:10px;display:grid}body:has(.admin-shell) .catalog-filter-secondary{grid-template-columns:repeat(3,minmax(160px,1fr));gap:10px;display:grid}body:has(.admin-shell) .catalog-row>:nth-child(2){text-align:right}body:has(.admin-shell) .production-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body:has(.admin-shell) .saas-scroll-region{overflow-x:auto}:is(body:has(.admin-shell) .catalog-table-wrap,body:has(.admin-shell) .commerce-table-wrap,body:has(.admin-shell) .analytics-table,body:has(.admin-shell) .audit-table){overflow-x:auto}body:has(.admin-shell) .editor-actions{position:sticky;bottom:0}body:has(.admin-shell) .content-list{max-height:calc(100dvh - 220px)}body:has(.admin-shell) .media-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}body:has(.admin-shell) .media-preview img{object-fit:contain}body:has(.admin-shell) .saas-tabs{overscroll-behavior-inline:contain}body:has(.admin-shell) .saas-dropdown.open-up{transform-origin:bottom}body:has(.admin-shell) .saas-dialog{max-height:calc(100dvh - 32px)}:is(html[data-theme=dark] body:has(.admin-shell) input,html[data-theme=dark] body:has(.admin-shell) select,html[data-theme=dark] body:has(.admin-shell) textarea){color:#f8fafc;background:#101a2b;border-color:#223149}html[data-theme=dark] body:has(.admin-shell) :where(input,select,textarea){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (max-width:1440px){body:has(.admin-shell) .catalog-filter-secondary{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (max-width:600px){:is(body:has(.admin-shell) .catalog-filter-primary,body:has(.admin-shell) .catalog-filter-secondary){grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){body:has(.admin-shell) .saas-motion-audit-target{transition-duration:.01ms}}
