:root {
  --bg: #061127;
  --panel: #0b1935;
  --text: #f8fafc;
  --muted: #a8b4ca;
  --blue: #2474ff;
  --purple: #8b5cf6;
  --line: rgba(148, 163, 184, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; background: var(--bg); color: var(--text); }
a { color: inherit; text-decoration: none; }

.site-header { height: 76px; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center; gap: 40px; border-bottom: 1px solid var(--line); background: rgba(6,17,39,.92); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg, var(--purple), var(--blue)); box-shadow: 0 8px 24px rgba(99,102,241,.35); }
.main-nav { display: flex; gap: 34px; margin: auto; color: #d7deea; font-size: 14px; }
.main-nav a:hover { color: white; }
.header-actions, .hero-actions { display: flex; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 0 22px; border-radius: 9px; border: 1px solid transparent; font-weight: 700; font-size: 14px; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #2474ff, #2762e8); color: white; box-shadow: 0 12px 30px rgba(36,116,255,.24); }
.button-ghost { border-color: rgba(203,213,225,.34); background: rgba(255,255,255,.02); }
.button-large { min-height: 54px; padding: 0 28px; font-size: 15px; }

.hero { min-height: 640px; padding: 72px clamp(24px, 6vw, 96px) 58px; display: grid; grid-template-columns: minmax(380px,.88fr) minmax(480px,1.12fr); align-items: center; gap: 64px; overflow: hidden; background: radial-gradient(circle at 74% 42%, rgba(71,60,255,.19), transparent 33%); }
.eyebrow { display: inline-flex; color: #ddd6fe; border: 1px solid rgba(139,92,246,.22); background: rgba(109,40,217,.18); padding: 9px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.hero h1 { margin: 22px 0 18px; font-size: clamp(54px,6vw,86px); line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: #a78bfa; }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 28px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 30px 0 0; list-style: none; color: #b8c4d8; font-size: 13px; }
.trust-list li::first-letter { color: #34d399; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; perspective: 900px; }
.glow { position: absolute; width: 440px; height: 260px; border-radius: 50%; background: #3b4eff; filter: blur(100px); opacity: .28; }
.store-model { position: relative; width: 430px; height: 330px; border: 2px solid rgba(196,181,253,.55); border-radius: 24px 24px 14px 14px; background: linear-gradient(145deg,#8064d9,#3f46a6 55%,#252e75); box-shadow: 0 34px 80px rgba(16,20,100,.7), inset 0 0 35px rgba(255,255,255,.1); transform: rotateY(-7deg) rotateX(2deg); }
.store-model::after { content:""; position:absolute; left:-35px; right:-35px; height:26px; bottom:-25px; border-radius:50%; background:#315dff; filter:blur(8px); opacity:.75; }
.store-sign { position:absolute; left:75px; right:75px; top:34px; padding:15px; text-align:center; border-radius:10px; background:#17255e; box-shadow:inset 0 0 0 3px rgba(167,139,250,.55); font-weight:800; letter-spacing:.08em; }
.awning { position:absolute; display:flex; left:38px; right:38px; top:98px; height:55px; overflow:hidden; border-radius:7px 7px 18px 18px; }
.awning i { flex:1; background:#f1edff; }
.awning i:nth-child(even) { background:#6555cf; }
.store-window { position:absolute; left:48px; bottom:42px; width:240px; height:145px; display:flex; justify-content:space-around; align-items:flex-end; padding:20px; background:linear-gradient(#ffcfa8,#9b8bcb); border:7px solid #273373; box-shadow:inset 0 0 34px rgba(255,190,125,.6); }
.store-window span { width:40px; height:72px; border-radius:18px 18px 4px 4px; background:linear-gradient(#fff1d6,#ef9f9f); }
.store-door { position:absolute; right:42px; bottom:42px; width:86px; height:145px; background:linear-gradient(90deg,#7087d0,#ced8f5 49%,#5269b0 50%); border:7px solid #273373; }
.notification { position:absolute; right:0; min-width:190px; display:flex; gap:12px; align-items:center; padding:14px 17px; border:1px solid rgba(148,163,184,.3); border-radius:12px; background:rgba(12,25,55,.92); box-shadow:0 16px 36px rgba(0,0,0,.35); }
.notification b { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:#10b981; }
.notification span { font-size:12px; font-weight:700; }
.notification small { display:block; margin-top:4px; color:#94a3b8; font-weight:500; }
.notification-one { top:55px; }
.notification-two { top:138px; right:-20px; }
.mini-dashboard { position:absolute; right:0; bottom:10px; width:280px; padding:18px; border:1px solid var(--line); border-radius:14px; background:rgba(8,22,50,.95); }
.mini-dashboard small { color:#9baac1; }
.mini-dashboard strong { display:block; margin:8px 0 16px; font-size:22px; }
.chart-line { display:block; height:44px; background:linear-gradient(175deg,transparent 45%,#2b74ff 46%,#2b74ff 50%,transparent 51%); }

.examples { padding: 10px clamp(24px,6vw,96px) 58px; display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.store-card { min-height:190px; padding:28px; border:1px solid var(--line); border-radius:16px; overflow:hidden; position:relative; background:#12213e; }
.store-card::after { content:""; position:absolute; width:180px; height:180px; border-radius:50%; right:-45px; bottom:-80px; background:currentColor; opacity:.23; }
.store-card span { font-size:12px; font-weight:700; opacity:.72; }
.store-card h3 { margin:28px 0 8px; }
.store-card p { max-width:210px; color:#dbe3ef; }
.store-card strong { display:inline-block; margin-top:20px; padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.1); font-size:11px; color:#fff; }
.store-card{display:block;transition:transform .2s ease,border-color .2s ease}.store-card:hover{transform:translateY(-4px);border-color:#8b5cf6}.store-card>*{position:relative;z-index:1}
.pink { color:#fb7185; background:linear-gradient(135deg,#4b2639,#8d4964); }
.forge { color:#f59e0b; background:linear-gradient(135deg,#24180f,#68401e); }
.green { color:#34d399; background:linear-gradient(135deg,#173b38,#285e55); }
.blue { color:#60a5fa; background:linear-gradient(135deg,#102a50,#183f75); }

.benefits { display:grid; grid-template-columns:repeat(3,1fr); background:#f8fafc; color:#14213b; padding:46px clamp(24px,6vw,96px); }
.benefits article { display:flex; gap:18px; padding:12px 34px; border-right:1px solid #e2e8f0; }
.benefits article:last-child { border:0; }
.benefit-icon { flex:0 0 52px; height:52px; display:grid; place-items:center; border-radius:50%; color:#7c3aed; background:#ede9fe; font-size:24px; }
.benefits h2 { margin:0 0 8px; font-size:17px; }
.benefits p { margin:0; color:#64748b; font-size:13px; line-height:1.55; }
.how-it-works { padding:100px clamp(24px,7vw,112px); color:#0f172a; background:#fff; }
.section-heading { max-width:760px; margin:0 auto 56px; text-align:center; }
.section-kicker { margin:0 0 12px; color:#2563eb; font-size:13px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.section-heading h2 { margin:0; font-size:clamp(34px,4vw,54px); letter-spacing:-.045em; }
.section-heading > p:last-child { max-width:660px; margin:18px auto 0; color:#64748b; font-size:17px; line-height:1.7; }
.steps-grid { position:relative; max-width:1100px; margin:auto; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.step-card { position:relative; min-height:190px; padding:30px; display:grid; grid-template-columns:74px 1fr; gap:22px; border:1px solid #e2e8f0; border-radius:18px; background:linear-gradient(145deg,#fff,#f8fafc); box-shadow:0 18px 45px rgba(15,23,42,.06); }
.step-card:last-child { grid-column:1 / -1; width:calc(50% - 10px); justify-self:center; }
.step-number { width:68px; height:68px; display:grid; place-items:center; border-radius:18px; color:#fff; background:linear-gradient(135deg,#8b5cf6,#2563eb); box-shadow:0 12px 28px rgba(79,70,229,.24); font-size:20px; font-weight:900; }
.step-card h3 { margin:5px 0 10px; font-size:21px; }
.step-card p { margin:0; color:#64748b; line-height:1.65; }
.steps-action { max-width:1100px; margin:24px auto 0; padding:26px 30px; display:flex; align-items:center; justify-content:space-between; gap:24px; border-radius:18px; color:#fff; background:linear-gradient(135deg,#0b1935,#172554); }
.steps-action strong, .steps-action span { display:block; }
.steps-action strong { margin-bottom:6px; font-size:17px; }
.steps-action > div > span { color:#a8b4ca; }
.cta { padding:96px 24px; text-align:center; background:linear-gradient(135deg,#101d3c,#25185a); }
.cta p { color:#a78bfa; font-weight:700; }
.cta h2 { max-width:760px; margin:12px auto 30px; font-size:clamp(32px,4vw,52px); }

.simple-page { min-height:100vh; padding:36px clamp(24px,6vw,96px); background:radial-gradient(circle at center,#16295b,var(--bg) 55%); }
.simple-page section { max-width:680px; margin:16vh auto; text-align:center; }
.simple-page h1 { font-size:clamp(42px,7vw,76px); margin:20px 0; }
.simple-page p { color:var(--muted); margin-bottom:32px; font-size:18px; }

.flash-stack { position:fixed; top:88px; right:24px; z-index:50; display:grid; gap:10px; width:min(390px,calc(100vw - 48px)); }
.flash { padding:14px 18px; border-radius:10px; color:#fff; font-size:14px; box-shadow:0 18px 40px rgba(0,0,0,.3); }
.flash-error { background:#b91c1c; }
.flash-success { background:#047857; }
.flash-info { background:#1d4ed8; }

.auth-page { min-height:100vh; display:grid; grid-template-columns:minmax(360px,.9fr) minmax(480px,1.1fr); background:#f8fafc; color:#0f172a; }
.auth-brand-panel { position:relative; padding:46px clamp(36px,5vw,82px); display:flex; flex-direction:column; justify-content:space-between; overflow:hidden; color:#fff; background:radial-gradient(circle at 80% 20%,rgba(91,75,255,.38),transparent 34%),linear-gradient(145deg,#07142e,#111d49); }
.auth-brand-panel::after { content:""; position:absolute; width:430px; height:430px; border:1px solid rgba(167,139,250,.2); border-radius:44%; right:-210px; bottom:-210px; transform:rotate(28deg); box-shadow:0 0 80px rgba(37,99,235,.25); }
.auth-brand-panel > div { position:relative; z-index:1; max-width:560px; margin-bottom:10vh; }
.auth-brand-panel h1 { margin:20px 0; font-size:clamp(42px,5vw,68px); line-height:1.05; letter-spacing:-.05em; }
.auth-brand-panel p { color:#b8c4d8; font-size:17px; line-height:1.7; }
.register-benefits { list-style:none; padding:0; display:grid; gap:14px; color:#cbd5e1; }
.register-benefits li::first-letter { color:#34d399; }
.auth-form-panel { display:grid; place-items:center; padding:48px 24px; }
.auth-card { width:min(460px,100%); }
.auth-kicker { margin:0 0 8px; color:#6d5dfc; text-transform:uppercase; letter-spacing:.12em; font-size:12px; font-weight:800; }
.auth-card h2 { margin:0; font-size:38px; letter-spacing:-.04em; }
.auth-subtitle { margin:12px 0 30px; color:#64748b; line-height:1.55; }
.auth-form { display:grid; gap:18px; }
.auth-form label { display:grid; gap:8px; font-size:13px; font-weight:700; color:#334155; }
.auth-form input:not([type="checkbox"]) { width:100%; height:50px; padding:0 14px; border:1px solid #cbd5e1; border-radius:9px; background:#fff; color:#0f172a; font:inherit; outline:none; }
.auth-form input:focus { border-color:#4f70ff; box-shadow:0 0 0 3px rgba(79,112,255,.12); }
.auth-form small { color:#64748b; font-weight:500; }
.auth-form .button { width:100%; border:0; cursor:pointer; margin-top:4px; }
.checkbox-row { display:flex!important; align-items:center; gap:9px!important; font-weight:500!important; }
.checkbox-row input { accent-color:#2563eb; }
.auth-switch { margin-top:26px; color:#64748b; text-align:center; font-size:14px; }
.auth-switch a { color:#2563eb; font-weight:700; }

.panel-header { height:72px; display:flex; align-items:center; justify-content:space-between; padding:0 clamp(24px,5vw,72px); border-bottom:1px solid var(--line); }
.panel-user { display:flex; gap:18px; align-items:center; font-size:14px; }
.panel-user form { margin:0; }
.panel-user button { border:1px solid rgba(203,213,225,.3); border-radius:8px; padding:9px 13px; background:transparent; color:#fff; cursor:pointer; }
.dashboard-page { min-height:calc(100vh - 72px); padding:54px clamp(24px,7vw,110px); background:#f8fafc; color:#0f172a; }
.dashboard-heading { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.dashboard-heading h1 { margin:4px 0 6px; font-size:40px; }
.dashboard-heading p:last-child { color:#64748b; }
.empty-store { margin-top:40px; padding:70px 24px; border:1px dashed #cbd5e1; border-radius:18px; text-align:center; background:#fff; }
.empty-icon { width:64px; height:64px; display:grid; place-items:center; margin:0 auto 20px; border-radius:18px; color:#6d5dfc; background:#ede9fe; font-size:28px; }
.empty-store h2 { margin:0 0 10px; }
.empty-store p { color:#64748b; margin-bottom:26px; }
.empty-store .button:disabled { opacity:.65; cursor:not-allowed; transform:none; }
.store-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:36px; }
.dashboard-card { padding:24px; border:1px solid #e2e8f0; border-top:4px solid var(--store-primary,#2563eb); border-radius:14px; background:#fff; }
.store-status { color:#047857; font-size:12px; font-weight:700; text-transform:uppercase; }
.store-meta { display:flex; justify-content:space-between; gap:10px; padding-top:18px; margin-top:20px; border-top:1px solid #e2e8f0; color:#64748b; font-size:12px; }
.store-action { margin-top:20px; padding:11px 13px; display:flex; justify-content:space-between; border-radius:9px; color:#1d4ed8; background:#eff6ff; font-size:13px; font-weight:800; }

.plans-section { margin-top:64px; }
.section-heading h2 { margin:4px 0 8px; font-size:30px; }
.section-heading p:last-child { color:#64748b; }
.plans-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:28px; align-items:stretch; }
.plan-card { position:relative; display:flex; flex-direction:column; padding:28px; border:1px solid #e2e8f0; border-radius:16px; background:#fff; box-shadow:0 10px 30px rgba(15,23,42,.04); }
.plan-card.featured { border-color:#7c6bff; box-shadow:0 16px 38px rgba(109,93,252,.13); }
.plan-label { align-self:flex-start; padding:6px 9px; border-radius:999px; color:#6554e8; background:#ede9fe; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.plan-card h3 { margin:20px 0 8px; font-size:25px; }
.plan-card strong { color:#475569; font-size:15px; }
.plan-card ul { display:grid; gap:12px; margin:24px 0 30px; padding:0; list-style:none; color:#475569; font-size:13px; }
.plan-card li::before { content:"✓"; margin-right:9px; color:#10b981; font-weight:800; }
.plan-card button { width:100%; margin-top:auto; padding:12px; border:1px solid #cbd5e1; border-radius:9px; background:#f8fafc; color:#64748b; font-weight:700; }

.panel-back { color:#cbd5e1; font-size:14px; }
.store-setup-page { min-height:calc(100vh - 72px); padding:54px clamp(24px,8vw,150px) 80px; background:#f8fafc; color:#0f172a; }
.setup-heading { max-width:700px; margin-bottom:34px; }
.setup-heading h1 { margin:4px 0 8px; font-size:42px; letter-spacing:-.04em; }
.setup-heading > p:last-child { color:#64748b; }
.store-setup-form { display:grid; gap:20px; max-width:980px; }
.setup-card { padding:30px; border:1px solid #e2e8f0; border-radius:16px; background:#fff; }
.setup-card-title { display:flex; gap:15px; align-items:flex-start; margin-bottom:24px; }
.setup-card-title > span { flex:0 0 34px; height:34px; display:grid; place-items:center; border-radius:10px; color:#fff; background:linear-gradient(135deg,#8b5cf6,#2474ff); font-weight:800; }
.setup-card-title h2 { margin:0 0 5px; font-size:19px; }
.setup-card-title p { margin:0; color:#64748b; font-size:13px; }
.form-grid, .color-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.store-setup-form label { display:grid; gap:8px; color:#334155; font-size:13px; font-weight:700; }
.store-setup-form input:not([type="color"]), .store-setup-form select, .store-setup-form textarea { width:100%; padding:13px 14px; border:1px solid #cbd5e1; border-radius:9px; background:#fff; color:#0f172a; font:inherit; outline:none; }
.store-setup-form input:focus, .store-setup-form select:focus, .store-setup-form textarea:focus { border-color:#4f70ff; box-shadow:0 0 0 3px rgba(79,112,255,.1); }
.store-setup-form textarea { resize:vertical; }
.store-setup-form small { color:#64748b; font-weight:500; }
.full-field { grid-column:1/-1; }
.slug-input { display:flex; align-items:center; overflow:hidden; border:1px solid #cbd5e1; border-radius:9px; background:#f1f5f9; }
.slug-input span { padding:0 0 0 14px; color:#64748b; font-size:13px; white-space:nowrap; }
.slug-input input { border:0!important; box-shadow:none!important; background:transparent!important; }
.color-field { display:flex; align-items:center; gap:12px; height:52px; padding:7px 12px; border:1px solid #cbd5e1; border-radius:9px; }
.color-field input { width:38px; height:34px; padding:0; border:0; background:transparent; cursor:pointer; }
.color-field span { color:#64748b; font-weight:500; }
.identity-layout { display:grid; grid-template-columns:280px 1fr; gap:28px; }
.logo-uploader { display:grid; align-content:start; gap:10px; }
.logo-dropzone { min-height:210px; padding:22px; display:grid!important; place-items:center; border:2px dashed #cbd5e1; border-radius:14px; background:#f8fafc; text-align:center; cursor:pointer; transition:border-color .2s,background .2s; }
.logo-dropzone:hover { border-color:#6d5dfc; background:#f5f3ff; }
.logo-dropzone img { width:100%; height:165px; object-fit:contain; }
.logo-dropzone span { display:grid; gap:8px; }
.logo-dropzone b { color:#334155; font-size:15px; }
.logo-dropzone small { color:#64748b; }
.visually-hidden { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.palette-button { width:100%; cursor:pointer; }
.palette-button:disabled { opacity:.55; cursor:not-allowed; transform:none; }
.palette-status { min-height:20px; margin:0; color:#475569; font-size:12px; line-height:1.5; }
.brand-controls { display:grid; align-content:start; gap:20px; }
.palette-panel { padding:16px; border:1px solid #ddd6fe; border-radius:12px; background:#faf8ff; }
.palette-panel > span { display:block; margin-bottom:12px; color:#475569; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.palette-panel small { display:block; margin-top:10px; }
.palette-swatches { display:flex; flex-wrap:wrap; gap:10px; }
.palette-swatch { width:44px; height:44px; border:3px solid #fff; border-radius:12px; box-shadow:0 0 0 1px #cbd5e1,0 5px 12px rgba(15,23,42,.12); cursor:pointer; }
.brand-preview { --preview-primary:#2563eb; --preview-secondary:#8b5cf6; min-height:118px; padding:20px; display:flex; align-items:center; gap:16px; overflow:hidden; border-radius:14px; color:#fff; background:linear-gradient(135deg,var(--preview-primary),var(--preview-secondary)); }
.preview-logo { flex:0 0 66px; height:66px; display:grid; place-items:center; border-radius:13px; background-color:rgba(255,255,255,.94); background-position:center; background-repeat:no-repeat; background-size:contain; color:#64748b; font-size:11px; }
.brand-preview > div:nth-child(2) { display:grid; gap:5px; margin-right:auto; }
.brand-preview strong { font-size:18px; }
.brand-preview small { color:rgba(255,255,255,.8); }
.brand-preview button { padding:10px 14px; border:0; border-radius:8px; background:#fff; color:#0f172a; font-weight:800; }
.contrast-message { margin:0; color:#047857; font-size:12px; }
.contrast-warning { color:#b45309; }
.setup-actions { display:flex; justify-content:flex-end; gap:12px; padding-top:8px; }
.button-light { border-color:#cbd5e1; background:#fff; color:#334155; }

.template-page { min-height:calc(100vh - 72px); padding:52px clamp(24px,6vw,100px) 80px; color:#0f172a; background:#f1f5f9; }
.template-heading { max-width:1240px; margin:0 auto 30px; display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.template-heading h1 { margin:5px 0 9px; font-size:clamp(34px,4vw,48px); letter-spacing:-.045em; }
.template-heading > div:first-child > p:last-child { max-width:730px; margin:0; color:#64748b; line-height:1.6; }
.setup-progress { width:220px; display:grid; grid-template-columns:repeat(7,1fr); gap:6px; }
.setup-progress span { height:7px; border-radius:999px; background:#cbd5e1; }
.setup-progress .complete { background:#10b981; }
.setup-progress .active { background:var(--store-primary); }
#template-form { max-width:1240px; margin:auto; }
.template-options { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:22px; }
.template-option { position:relative; padding:20px; display:grid; gap:7px; border:2px solid transparent; border-radius:14px; color:#0f172a; background:#fff; text-align:left; cursor:pointer; box-shadow:0 8px 25px rgba(15,23,42,.05); }
.template-option:hover { border-color:#c7d2fe; }
.template-option.selected { border-color:var(--store-primary); box-shadow:0 10px 28px color-mix(in srgb,var(--store-primary) 16%,transparent); }
.template-option strong { font-size:17px; }
.template-option small { max-width:300px; color:#64748b; line-height:1.5; }
.template-check { position:absolute; top:16px; right:16px; width:24px; height:24px; display:none; place-items:center; border-radius:50%; color:#fff; background:var(--store-primary); font-size:12px; font-weight:900; }
.template-option.selected .template-check { display:grid; }
.custom-design-card { margin:0 0 22px; padding:26px 28px; display:grid; grid-template-columns:64px 1fr auto; align-items:center; gap:22px; border:1px solid #c4b5fd; border-radius:16px; color:#fff; background:radial-gradient(circle at 80% 20%,rgba(139,92,246,.38),transparent 30%),linear-gradient(135deg,#111d49,#241358); box-shadow:0 16px 38px rgba(76,29,149,.17); }
.custom-design-icon { width:60px; height:60px; display:grid; place-items:center; border-radius:17px; background:linear-gradient(135deg,#8b5cf6,#2563eb); font-size:25px; }
.custom-design-copy > span { color:#c4b5fd; font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.custom-design-copy h2 { margin:6px 0 7px; font-size:21px; }.custom-design-copy p { max-width:650px; margin:0; color:#cbd5e1; font-size:13px; line-height:1.55; }
.custom-design-copy ul { margin:12px 0 0; padding:0; display:flex; flex-wrap:wrap; gap:8px 18px; list-style:none; color:#e2e8f0; font-size:11px; }.custom-design-copy li::before { content:"✓"; margin-right:6px; color:#34d399; }
.custom-design-price { min-width:215px; display:grid; justify-items:end; }.custom-design-price small { color:#c4b5fd; }.custom-design-price strong { margin:3px 0; font-size:32px; }.custom-design-price strong span { font-size:11px; }.custom-design-price del { color:#94a3b8; font-size:11px; }
.custom-design-button { width:100%; min-height:40px; margin-top:12px; color:#312e81; background:#fff; }
.preview-section { overflow:hidden; border:1px solid #cbd5e1; border-radius:18px; background:#dbe3ef; box-shadow:0 24px 60px rgba(15,23,42,.12); }
.preview-toolbar { height:52px; padding:0 18px; display:flex; align-items:center; justify-content:space-between; gap:20px; color:#64748b; background:#fff; border-bottom:1px solid #e2e8f0; }
.preview-toolbar > div:first-child { display:flex; gap:6px; }
.preview-toolbar > div:first-child span { width:10px; height:10px; border-radius:50%; background:#cbd5e1; }
.preview-toolbar p { margin:0; font-size:12px; }
.device-switch { display:flex; padding:3px; border-radius:8px; background:#f1f5f9; }
.device-switch button { width:34px; height:28px; border:0; border-radius:6px; color:#64748b; background:transparent; cursor:pointer; }
.device-switch button.active { color:#fff; background:#334155; }
.storefront-frame { padding:24px; overflow:auto; transition:padding .25s; }
.storefront { width:100%; min-width:720px; margin:auto; overflow:hidden; color:#172033; background:#fff; box-shadow:0 10px 40px rgba(15,23,42,.13); transition:max-width .3s,border-radius .3s; }
.mobile-preview { padding:24px max(24px,calc((100% - 390px)/2)); }
.mobile-preview .storefront { width:390px; min-width:390px; }
.sf-header { min-height:72px; padding:0 4%; display:flex; align-items:center; gap:34px; border-bottom:1px solid rgba(148,163,184,.2); }
.sf-brand { display:flex; align-items:center; gap:10px; margin-right:auto; }
.sf-brand img,.sf-brand > span { width:40px; height:40px; object-fit:contain; border-radius:9px; }
.sf-brand > span { display:grid; place-items:center; color:#fff; background:var(--store-primary); }
.sf-header nav { display:flex; gap:24px; color:#64748b; font-size:12px; }
.sf-header > button,.sf-hero button { border:0; border-radius:8px; color:#fff; background:var(--store-primary); font-weight:800; }
.sf-header > button { padding:10px 13px; font-size:11px; }
.sf-hero { min-height:320px; padding:54px 7%; display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:40px; background:linear-gradient(135deg,color-mix(in srgb,var(--store-primary) 10%,white),color-mix(in srgb,var(--store-secondary) 14%,white)); }
.sf-hero > div:first-child > span,.sf-section-title small { color:var(--store-primary); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.sf-hero h2 { margin:12px 0; font-size:clamp(32px,4vw,54px); line-height:1; letter-spacing:-.05em; }
.sf-hero p { max-width:500px; color:#64748b; font-size:13px; line-height:1.65; }
.sf-hero button { margin-top:10px; padding:13px 18px; }
.sf-hero-art { position:relative; height:210px; border-radius:48% 48% 16px 16px; background:linear-gradient(145deg,var(--store-secondary),var(--store-primary)); box-shadow:0 25px 50px color-mix(in srgb,var(--store-primary) 25%,transparent); }
.sf-hero-art i { position:absolute; bottom:18px; width:70px; height:110px; border-radius:40px 40px 8px 8px; background:rgba(255,255,255,.75); }
.sf-hero-art i:nth-child(1) { left:15%; height:85px; }.sf-hero-art i:nth-child(2) { left:42%; }.sf-hero-art i:nth-child(3) { right:13%; height:65px; }
.sf-products { padding:48px 6%; }
.sf-section-title { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:22px; }
.sf-section-title h3 { margin:5px 0 0; font-size:24px; }.sf-section-title a { color:var(--store-primary); font-size:12px; font-weight:700; }
.sf-product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.sf-product-grid article { position:relative; padding:10px 10px 14px; border:1px solid #e2e8f0; border-radius:11px; }
.sf-product-image { height:130px; display:grid; place-items:center; margin-bottom:12px; border-radius:8px; color:var(--store-primary); background:linear-gradient(145deg,#f1f5f9,color-mix(in srgb,var(--store-secondary) 15%,white)); font-size:30px; font-weight:900; }
.sf-product-grid small { color:#10b981; font-size:9px; font-weight:800; text-transform:uppercase; }.sf-product-grid h4 { margin:6px 0; font-size:13px; }.sf-product-grid strong { font-size:13px; }
.sf-product-grid article button { width:100%; margin-top:12px; padding:8px; border:0; border-radius:7px; color:#fff; background:var(--store-primary); font-size:10px; font-weight:800; }
.sf-footer { padding:26px 6%; display:flex; justify-content:space-between; color:#cbd5e1; background:#0f172a; font-size:11px; }

.theme-minimal { font-family:Georgia,serif; }.theme-minimal .sf-header { min-height:88px; }.theme-minimal .sf-header nav,.theme-minimal .sf-header button { font-family:Inter,sans-serif; }.theme-minimal .sf-hero { min-height:360px; background:#fff; }.theme-minimal .sf-hero h2 { font-weight:500; }.theme-minimal .sf-hero-art { border-radius:0; box-shadow:none; }.theme-minimal .sf-products { border-top:1px solid #e2e8f0; }.theme-minimal .sf-product-grid article { border:0; padding:0 0 16px; }.theme-minimal .sf-product-image { border-radius:0; }
.theme-catalog .sf-hero { min-height:220px; padding-block:34px; grid-template-columns:1.45fr .55fr; }.theme-catalog .sf-hero h2 { font-size:38px; }.theme-catalog .sf-hero-art { height:150px; border-radius:14px; }.theme-catalog .sf-products { padding-top:32px; }.theme-catalog .sf-product-grid { gap:10px; }.theme-catalog .sf-product-grid article { border-radius:6px; }.theme-catalog .sf-product-image { height:105px; border-radius:4px; }
.template-actions { margin-top:24px; display:flex; justify-content:space-between; gap:14px; }
.template-actions button { border:0; cursor:pointer; }
.mobile-preview .sf-header { padding:12px 16px; flex-wrap:wrap; }.mobile-preview .sf-header nav { display:none; }.mobile-preview .sf-hero { padding:34px 24px; grid-template-columns:1fr; }.mobile-preview .sf-hero-art { height:160px; }.mobile-preview .sf-products { padding:34px 20px; }.mobile-preview .sf-product-grid { grid-template-columns:repeat(2,1fr); }.mobile-preview .sf-product-image { height:110px; }.mobile-preview .sf-footer { gap:10px; flex-direction:column; }

.custom-design-page { min-height:calc(100vh - 72px); padding:54px clamp(24px,7vw,110px) 80px; color:#0f172a; background:#f8fafc; }
.custom-design-heading { max-width:850px; margin:0 auto 34px; text-align:center; }.custom-design-heading h1 { margin:5px 0 10px; font-size:clamp(34px,4vw,48px); letter-spacing:-.045em; }.custom-design-heading > p:last-child { margin:0; color:#64748b; line-height:1.6; }
.custom-design-layout { max-width:1080px; margin:auto; display:grid; grid-template-columns:.85fr 1.15fr; gap:22px; align-items:start; }
.design-scope-card,.design-request-form { padding:30px; border:1px solid #e2e8f0; border-radius:17px; background:#fff; box-shadow:0 12px 34px rgba(15,23,42,.06); }
.launch-label { display:inline-block; padding:6px 9px; border-radius:999px; color:#6d28d9; background:#ede9fe; font-size:10px; font-weight:900; text-transform:uppercase; }.design-total { margin:16px 0 5px; display:flex; align-items:baseline; gap:9px; }.design-total strong { font-size:46px; letter-spacing:-.05em; }.design-total span { color:#64748b; font-size:12px; font-weight:700; }.design-scope-card > p { color:#64748b; font-size:12px; line-height:1.5; }
.design-scope-card h2 { margin:25px 0 12px; font-size:15px; }.included-list,.excluded-list { display:grid; gap:10px; margin:0; padding:0; list-style:none; color:#475569; font-size:12px; line-height:1.45; }.included-list li::before,.excluded-list li::before { display:inline-block; width:20px; font-weight:900; }.included-list li::before { content:"✓"; color:#10b981; }.excluded-list li::before { content:"—"; color:#94a3b8; }
.design-request-form { display:grid; gap:20px; }.design-request-form h2 { margin:4px 0 7px; font-size:27px; }.design-request-form > div > p:last-child { margin:0; color:#64748b; font-size:13px; }.design-request-form label { display:grid; gap:8px; color:#334155; font-size:13px; font-weight:700; }.design-request-form select,.design-request-form textarea { width:100%; padding:13px 14px; border:1px solid #cbd5e1; border-radius:9px; color:#0f172a; background:#fff; font:inherit; }.design-request-form textarea { resize:vertical; }.design-request-form small { color:#64748b; font-weight:500; }.scope-checkbox { grid-template-columns:20px 1fr!important; align-items:start; line-height:1.45; font-weight:500!important; }.scope-checkbox input { margin-top:3px; accent-color:#6d5dfc; }.design-request-form button { width:100%; border:0; cursor:pointer; }.existing-request { margin:0; padding:11px 13px; border-radius:8px; color:#1d4ed8; background:#eff6ff; font-size:12px; }

.products-page { min-height:calc(100vh - 72px); padding:52px clamp(24px,7vw,110px) 80px; color:#0f172a; background:#f8fafc; }
.products-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; max-width:1200px; margin:auto; }.products-heading h1 { margin:4px 0 8px; font-size:42px; letter-spacing:-.04em; }.products-heading > div:first-child > p:last-child { margin:0; color:#64748b; }.catalog-actions { display:flex; gap:10px; }
.trial-limit { max-width:1200px; margin:28px auto; padding:18px 20px; border:1px solid #c7d2fe; border-radius:13px; background:#eef2ff; }.trial-limit > div:first-child { display:flex; justify-content:space-between; gap:20px; color:#3730a3; font-size:12px; }.trial-limit > div:first-child span { color:#6366f1; }.limit-track { height:7px; margin-top:12px; overflow:hidden; border-radius:999px; background:#dbeafe; }.limit-track i { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,#8b5cf6,#2563eb); }.trial-limit p { margin:10px 0 0; color:#475569; font-size:12px; }
.admin-product-grid { max-width:1200px; margin:auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }.admin-product-card { overflow:hidden; border:1px solid #e2e8f0; border-radius:15px; background:#fff; box-shadow:0 10px 30px rgba(15,23,42,.05); }.admin-product-image { position:relative; height:230px; display:grid; place-items:center; color:#94a3b8; background:#f1f5f9; }.admin-product-image img { width:100%; height:100%; object-fit:cover; }.product-state { position:absolute; top:12px; left:12px; padding:6px 9px; border-radius:999px; font-size:9px; text-transform:uppercase; }.product-state.active { color:#047857; background:#d1fae5; }.product-state.inactive { color:#475569; background:#e2e8f0; }.admin-product-content { padding:20px; }.admin-product-content > small { color:#6d5dfc; text-transform:uppercase; font-size:9px; font-weight:800; }.admin-product-content h2 { margin:7px 0; font-size:19px; }.admin-product-content > strong { display:block; margin-bottom:18px; }.admin-product-content > div { display:flex; justify-content:space-between; gap:12px; padding-top:14px; border-top:1px solid #e2e8f0; color:#64748b; font-size:10px; }.admin-product-actions { padding:12px 20px; display:flex; justify-content:space-between; border-top:1px solid #e2e8f0; }.admin-product-actions a,.admin-product-actions button { border:0; color:#2563eb; background:transparent; font:inherit; font-size:12px; font-weight:800; cursor:pointer; }.admin-product-actions button { color:#dc2626; }
.empty-products { max-width:1200px; margin:auto; padding:70px 24px; border:1px dashed #cbd5e1; border-radius:17px; background:#fff; text-align:center; }.empty-products > div { width:62px; height:62px; margin:0 auto 18px; display:grid; place-items:center; border-radius:16px; color:#6d5dfc; background:#ede9fe; font-size:25px; }.empty-products h2 { margin:0 0 8px; }.empty-products p { max-width:570px; margin:0 auto 24px; color:#64748b; line-height:1.6; }
.catalog-next-step { max-width:1200px; margin:28px auto 0; padding:28px 30px; display:flex; align-items:center; justify-content:space-between; gap:30px; border:1px solid #c7d2fe; border-radius:17px; background:linear-gradient(135deg,#eef2ff,#fff); }.catalog-next-step > div > span { color:#4f46e5; font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }.catalog-next-step h2 { margin:6px 0; }.catalog-next-step p { margin:0; color:#64748b; }.catalog-next-step a { flex:none; }
.choose-plan-page { min-height:calc(100vh - 72px); padding:54px clamp(24px,6vw,95px) 80px; color:#0f172a; background:#f8fafc; }.choose-plan-heading { max-width:760px; margin:0 auto 34px; text-align:center; }.choose-plan-heading h1 { margin:7px 0 10px; font-size:44px; letter-spacing:-.045em; }.choose-plan-heading > p:last-child { color:#64748b; line-height:1.6; }.select-plan-form { max-width:1180px; margin:auto; }.select-plan-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }.select-plan-card { position:relative; padding:28px; display:block; border:2px solid #e2e8f0; border-radius:18px; background:#fff; cursor:pointer; box-shadow:0 12px 34px rgba(15,23,42,.05); transition:.2s ease; }.select-plan-card:hover { transform:translateY(-3px); border-color:#a5b4fc; }.select-plan-card:has(input:checked) { border-color:#4f46e5; box-shadow:0 18px 45px rgba(79,70,229,.15); }.select-plan-card.featured { background:linear-gradient(180deg,#f5f3ff,#fff 28%); }.select-plan-card input { position:absolute; opacity:0; }.plan-choice-check { position:absolute; top:22px; right:22px; width:27px; height:27px; display:none; place-items:center; border-radius:50%; color:#fff; background:#4f46e5; font-weight:900; }.select-plan-card:has(input:checked) .plan-choice-check { display:grid; }.select-plan-card > small { color:#6d5dfc; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }.select-plan-card h2 { margin:9px 0 5px; font-size:27px; }.select-plan-card > p { min-height:42px; color:#64748b; font-size:12px; line-height:1.5; }.select-plan-price { margin:24px 0; display:flex; align-items:center; gap:10px; }.select-plan-price strong { font-size:42px; letter-spacing:-.05em; }.select-plan-price span { color:#64748b; font-size:10px; line-height:1.35; }.select-plan-card ul { min-height:160px; margin:0; padding:0; display:grid; gap:11px; list-style:none; }.select-plan-card li { color:#334155; font-size:12px; }.select-plan-card li::before { content:'✓'; margin-right:8px; color:#10b981; font-weight:900; }.select-plan-button { margin-top:25px; padding:12px; display:block; border:1px solid #cbd5e1; border-radius:9px; color:#334155; text-align:center; font-size:12px; font-weight:800; }.select-plan-card:has(input:checked) .select-plan-button { border-color:#4f46e5; color:#fff; background:#4f46e5; }.plan-clarifications { margin:24px 0; display:flex; justify-content:center; gap:26px; color:#475569; font-size:11px; }.plan-selection-actions { display:flex; justify-content:space-between; gap:12px; }.plan-selection-actions button { border:0; cursor:pointer; }
.payment-placeholder-page { min-height:calc(100vh - 72px); padding:70px 20px; display:grid; place-items:start center; color:#0f172a; background:#f8fafc; }.payment-placeholder-card { width:min(100%,620px); padding:42px; border:1px solid #e2e8f0; border-radius:20px; background:#fff; text-align:center; box-shadow:0 20px 55px rgba(15,23,42,.08); }.payment-step { color:#6d5dfc; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; }.payment-icon { width:60px; height:60px; margin:20px auto; display:grid; place-items:center; border-radius:50%; color:#fff; background:#10b981; font-size:25px; font-weight:900; }.payment-placeholder-card h1 { margin:0 0 10px; font-size:36px; }.payment-placeholder-card > p { color:#64748b; }.payment-summary { margin:28px 0 18px; padding:19px; display:flex; justify-content:space-between; border-radius:11px; background:#f1f5f9; }.pending-payment-note { margin-bottom:25px; padding:18px; border:1px solid #fde68a; border-radius:11px; color:#92400e; background:#fffbeb; text-align:left; }.pending-payment-note p { margin:6px 0 0; font-size:12px; line-height:1.5; }
.product-form-page { min-height:calc(100vh - 72px); padding:52px clamp(24px,8vw,150px) 80px; color:#0f172a; background:#f8fafc; }.product-form-heading { max-width:1000px; margin:0 auto 28px; }.product-form-heading h1 { margin:4px 0 8px; font-size:40px; }.product-form-heading > p:last-child { color:#64748b; }.product-editor { max-width:1000px; margin:auto; display:grid; grid-template-columns:330px 1fr; gap:20px; }.product-image-editor,.product-data-editor { padding:28px; border:1px solid #e2e8f0; border-radius:16px; background:#fff; }.product-image-editor { align-self:start; display:grid; gap:10px; color:#334155; font-size:13px; font-weight:700; }.product-image-drop { height:300px; display:grid; place-items:center; overflow:hidden; border:2px dashed #cbd5e1; border-radius:13px; background:#f8fafc; text-align:center; cursor:pointer; }.product-image-drop img { width:100%; height:100%; object-fit:cover; }.product-image-drop span { display:grid; gap:8px; }.product-image-drop small,.product-image-editor > small { color:#64748b; font-weight:500; }.product-data-editor { display:grid; gap:26px; }.product-data-editor label { display:grid; gap:8px; color:#334155; font-size:13px; font-weight:700; }.product-data-editor input:not([type="checkbox"]),.product-data-editor textarea { width:100%; padding:13px 14px; border:1px solid #cbd5e1; border-radius:9px; color:#0f172a; background:#fff; font:inherit; }.product-data-editor textarea { resize:vertical; }.product-data-editor small { color:#64748b; font-weight:500; }.product-active { grid-template-columns:20px 1fr!important; align-items:center; align-self:end; padding-bottom:13px; }.product-active input { accent-color:#2563eb; }.product-editor-actions { display:flex; justify-content:flex-end; gap:10px; }.product-editor-actions button { border:0; cursor:pointer; }

.live-store { min-height:100vh; color:#172033; background:#fff; }.draft-banner { min-height:42px; padding:9px clamp(18px,5vw,72px); display:flex; align-items:center; justify-content:center; gap:25px; color:#fff; background:#6d28d9; font-size:12px; }.draft-banner a { text-decoration:underline; font-weight:800; }.live-header { min-height:78px; padding:0 clamp(20px,6vw,90px); display:flex; align-items:center; gap:38px; border-bottom:1px solid #e2e8f0; }.live-brand { margin-right:auto; display:flex; align-items:center; gap:11px; font-size:19px; }.live-brand img,.live-brand > span { width:44px; height:44px; border-radius:10px; object-fit:contain; }.live-brand > span { display:grid; place-items:center; color:#fff; background:var(--store-primary); }.live-header nav { display:flex; gap:30px; color:#64748b; font-size:13px; }.live-cart-link { padding:10px 14px; border-radius:9px; color:#fff; background:var(--store-primary); font-size:12px; font-weight:800; }.live-cart-link b { min-width:20px; height:20px; margin-left:6px; display:inline-grid; place-items:center; border-radius:50%; color:var(--store-primary); background:#fff; }
.live-hero { min-height:480px; padding:70px clamp(24px,8vw,130px); display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:70px; background:linear-gradient(135deg,color-mix(in srgb,var(--store-primary) 9%,white),color-mix(in srgb,var(--store-secondary) 15%,white)); }.live-hero > div:first-child > span,.live-section-heading small { color:var(--store-primary); font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }.live-hero h1 { margin:15px 0; font-size:clamp(50px,7vw,84px); line-height:.96; letter-spacing:-.06em; }.live-hero p { max-width:590px; color:#64748b; font-size:16px; line-height:1.65; }.live-hero > div:first-child > a { margin-top:12px; padding:14px 20px; display:inline-block; border-radius:9px; color:#fff; background:var(--store-primary); font-size:13px; font-weight:800; }.live-hero-art { position:relative; height:330px; border-radius:48% 48% 20px 20px; background:linear-gradient(145deg,var(--store-secondary),var(--store-primary)); box-shadow:0 30px 70px color-mix(in srgb,var(--store-primary) 28%,transparent); }.live-hero-art i { position:absolute; bottom:26px; width:22%; height:48%; border-radius:60px 60px 10px 10px; background:rgba(255,255,255,.78); }.live-hero-art i:nth-child(1){left:12%;height:38%}.live-hero-art i:nth-child(2){left:39%}.live-hero-art i:nth-child(3){right:12%;height:31%}
.live-products { padding:80px clamp(24px,7vw,110px); }.live-section-heading { margin-bottom:30px; display:flex; align-items:end; justify-content:space-between; }.live-section-heading h2 { margin:7px 0 0; font-size:34px; }.live-section-heading > span { color:#64748b; font-size:12px; }.live-product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }.live-product-card { overflow:hidden; border:1px solid #e2e8f0; border-radius:15px; background:#fff; box-shadow:0 12px 34px rgba(15,23,42,.06); }.live-product-image { height:300px; display:grid; place-items:center; color:var(--store-primary); background:linear-gradient(145deg,#f1f5f9,color-mix(in srgb,var(--store-secondary) 16%,white)); font-size:42px; font-weight:900; }.live-product-image img { width:100%; height:100%; object-fit:cover; }.live-product-info { padding:22px; }.live-product-info > small { color:var(--store-primary); font-size:9px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }.live-product-info h3 { margin:7px 0; font-size:21px; }.live-product-info p { height:42px; overflow:hidden; margin:0 0 10px; color:#64748b; font-size:12px; line-height:1.5; }.live-product-info > span { display:block; color:#64748b; font-size:10px; }.live-product-info > strong { display:block; margin:16px 0; font-size:18px; }.live-product-info form button { width:100%; padding:12px; border:0; border-radius:8px; color:#fff; background:var(--store-primary); font-weight:800; cursor:pointer; }.live-product-info form button:disabled { opacity:.5; cursor:not-allowed; }.live-empty { padding:70px 20px; border:1px dashed #cbd5e1; border-radius:15px; text-align:center; }.live-empty p { color:#64748b; }.live-footer { padding:50px clamp(24px,7vw,110px); display:grid; grid-template-columns:1fr auto; gap:25px; color:#cbd5e1; background:#0f172a; }.live-footer p { max-width:500px; color:#94a3b8; }.live-footer > div:nth-child(2) { display:grid; gap:8px; font-size:12px; }.live-footer > small { grid-column:1/-1; padding-top:22px; border-top:1px solid #334155; color:#64748b; }
.live-store.theme-minimal { font-family:Georgia,serif; }.live-store.theme-minimal .live-header nav,.live-store.theme-minimal .live-cart-link,.live-store.theme-minimal .draft-banner { font-family:Inter,sans-serif; }.live-store.theme-minimal .live-hero { background:#fff; }.live-store.theme-minimal .live-hero h1 { font-weight:500; }.live-store.theme-minimal .live-hero-art,.live-store.theme-minimal .live-product-image,.live-store.theme-minimal .live-product-card { border-radius:0; box-shadow:none; }.live-store.theme-catalog .live-hero { min-height:330px; padding-block:45px; grid-template-columns:1.5fr .5fr; }.live-store.theme-catalog .live-hero h1 { font-size:55px; }.live-store.theme-catalog .live-hero-art { height:230px; border-radius:15px; }.live-store.theme-catalog .live-product-grid { gap:12px; }.live-store.theme-catalog .live-product-image { height:220px; }.live-store.theme-catalog .live-product-card { border-radius:7px; }
.cart-container { min-height:calc(100vh - 78px); padding:60px clamp(24px,8vw,130px) 90px; background:#f8fafc; }.cart-heading { margin-bottom:30px; }.cart-heading > span { color:var(--store-primary); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; }.cart-heading h1 { margin:6px 0; font-size:44px; }.cart-heading p { margin:0; color:#64748b; }.cart-layout { display:grid; grid-template-columns:1fr 360px; gap:24px; align-items:start; }.cart-items { display:grid; gap:12px; }.cart-item { padding:16px; display:grid; grid-template-columns:110px 1fr auto auto; gap:18px; align-items:center; border:1px solid #e2e8f0; border-radius:13px; background:#fff; }.cart-item-image { width:110px; height:110px; display:grid; place-items:center; border-radius:9px; color:var(--store-primary); background:#f1f5f9; font-size:26px; }.cart-item-image img { width:100%; height:100%; object-fit:cover; border-radius:inherit; }.cart-item small { color:#64748b; }.cart-item h2 { margin:5px 0; font-size:17px; }.cart-item form { display:flex; align-items:end; gap:7px; }.cart-item form label { display:grid; gap:5px; color:#64748b; font-size:9px; }.cart-item form input { width:65px; padding:8px; border:1px solid #cbd5e1; border-radius:7px; }.cart-item form button { padding:9px; border:0; border-radius:7px; color:#2563eb; background:#eff6ff; cursor:pointer; }.cart-summary { padding:26px; border:1px solid #e2e8f0; border-radius:14px; background:#fff; box-shadow:0 12px 30px rgba(15,23,42,.06); }.cart-summary h2 { margin:0 0 24px; }.cart-summary > div { padding:12px 0; display:flex; justify-content:space-between; border-bottom:1px solid #e2e8f0; }.cart-summary small { color:#64748b; }.cart-total { margin-top:7px; border:0!important; font-size:18px; }.cart-summary button,.checkout-button { width:100%; padding:14px; margin-top:20px; display:block; border:0; border-radius:9px; color:#fff; background:var(--store-primary); font-weight:800; text-align:center; }.cart-summary button[disabled] { opacity:.55; }.cart-summary p { color:#64748b; font-size:10px; line-height:1.5; }.empty-cart { max-width:650px; margin:70px auto; text-align:center; }.empty-cart > div { font-size:45px; }.empty-cart p { color:#64748b; }.empty-cart a { padding:13px 20px; display:inline-block; border-radius:9px; color:#fff; background:var(--store-primary); font-weight:800; }
.checkout-back { color:var(--store-primary); font-size:12px; font-weight:800; }.checkout-container { min-height:calc(100vh - 78px); padding:50px clamp(24px,8vw,130px) 90px; display:grid; grid-template-columns:minmax(0,1fr) 380px; gap:28px; align-items:start; background:#f8fafc; }.checkout-form-card,.checkout-order-card { padding:30px; border:1px solid #e2e8f0; border-radius:16px; background:#fff; box-shadow:0 12px 30px rgba(15,23,42,.06); }.checkout-form-card > span,.payment-result-card > span { color:var(--store-primary); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; }.checkout-form-card h1 { margin:7px 0; font-size:38px; }.checkout-form-card > p { margin:0 0 24px; color:#64748b; }.checkout-test-note { margin-bottom:20px; padding:12px 14px; display:flex; justify-content:space-between; border:1px solid #fde68a; border-radius:9px; color:#92400e; background:#fffbeb; font-size:12px; }.checkout-form-card form { display:grid; gap:15px; }.checkout-form-card label { display:grid; gap:7px; color:#334155; font-size:12px; font-weight:700; }.checkout-form-card input { width:100%; padding:12px 13px; border:1px solid #cbd5e1; border-radius:9px; color:#0f172a; background:#fff; }.checkout-form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }.checkout-form-card button { padding:15px; border:0; border-radius:9px; color:#fff; background:var(--store-primary); font-weight:900; cursor:pointer; }.checkout-form-card form > small { color:#64748b; text-align:center; line-height:1.5; }.checkout-order-card h2 { margin:0 0 20px; }.checkout-order-card > div { padding:12px 0; display:flex; justify-content:space-between; gap:15px; border-bottom:1px solid #e2e8f0; font-size:13px; }.checkout-grand-total { border:0!important; font-size:18px!important; }.payment-result-page { min-height:100vh; padding:70px 20px; display:grid; place-items:start center; background:#f8fafc; }.payment-result-card { width:min(100%,620px); padding:42px; border:1px solid #e2e8f0; border-radius:18px; background:#fff; text-align:center; box-shadow:0 20px 55px rgba(15,23,42,.08); }.payment-result-icon { width:62px; height:62px; margin:0 auto 18px; display:grid; place-items:center; border-radius:50%; color:#fff; font-size:28px; font-weight:900; }.payment-result-icon.success { background:#10b981; }.payment-result-icon.pending { background:#f59e0b; }.payment-result-icon.failed { background:#ef4444; }.payment-result-summary { margin:24px 0; padding:18px; display:grid; grid-template-columns:1fr auto; gap:10px; border-radius:10px; background:#f8fafc; text-align:left; }.payment-result-card > a { padding:13px 20px; display:inline-block; border-radius:9px; color:#fff; background:var(--store-primary); font-weight:800; }

@media (max-width: 980px) {
  .main-nav { display:none; }
  .site-header { justify-content:space-between; }
  .hero { grid-template-columns:1fr; padding-top:55px; }
  .hero-copy { text-align:center; }
  .hero-copy > p { margin-inline:auto; }
  .hero-actions, .trust-list { justify-content:center; }
  .hero-visual { min-height:470px; transform:scale(.9); }
  .examples, .benefits { grid-template-columns:1fr; }
  .steps-grid { grid-template-columns:1fr; }
  .step-card:last-child { grid-column:auto; width:auto; }
  .auth-page { grid-template-columns:1fr; }
  .auth-brand-panel { min-height:390px; }
  .auth-brand-panel > div { margin:70px 0 10px; }
  .store-grid { grid-template-columns:1fr; }
  .plans-grid { grid-template-columns:1fr; }
  .template-options { grid-template-columns:1fr; }
  .template-heading { align-items:flex-start; flex-direction:column; }
  .setup-progress { width:100%; }
  .custom-design-card { grid-template-columns:52px 1fr; }.custom-design-price { grid-column:1/-1; width:100%; justify-items:start; }
  .custom-design-layout { grid-template-columns:1fr; }
  .admin-product-grid { grid-template-columns:repeat(2,1fr); }
  .product-editor { grid-template-columns:1fr; }
  .live-product-grid { grid-template-columns:repeat(2,1fr); }
  .cart-layout { grid-template-columns:1fr; }
  .select-plan-grid { grid-template-columns:1fr; }.plan-clarifications { align-items:flex-start; flex-direction:column; }
  .benefits article { border-right:0; border-bottom:1px solid #e2e8f0; padding:24px 0; }
}

@media (max-width: 620px) {
  .site-header { height:68px; padding:0 18px; }
  .site-header .button-ghost, .main-nav { display:none; }
  .brand { font-size:18px; }
  .hero { grid-template-columns:minmax(0,1fr); padding:42px 18px; }
  .hero h1 { font-size:52px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .trust-list { flex-direction:column; gap:10px; }
  .hero-visual { margin:-35px -80px; transform:scale(.68); }
  .examples { padding-inline:18px; }
  .how-it-works { padding:72px 18px; }
  .section-heading { margin-bottom:38px; }
  .step-card { grid-template-columns:56px 1fr; padding:22px 18px; gap:16px; }
  .step-number { width:52px; height:52px; border-radius:14px; font-size:16px; }
  .steps-action { align-items:stretch; flex-direction:column; padding:24px 20px; }
  .auth-brand-panel { min-height:320px; padding:28px 22px; }
  .auth-brand-panel h1 { font-size:38px; }
  .auth-brand-panel > div { margin:52px 0 0; }
  .auth-form-panel { padding:38px 22px; }
  .panel-user > span { display:none; }
  .dashboard-heading { align-items:flex-start; flex-direction:column; }
  .form-grid, .color-grid { grid-template-columns:1fr; }
  .identity-layout { grid-template-columns:1fr; }
  .brand-preview { align-items:flex-start; flex-wrap:wrap; }
  .full-field { grid-column:auto; }
  .setup-card { padding:22px; }
  .slug-input { align-items:stretch; flex-direction:column; }
  .slug-input span { padding:10px 14px 0; }
  .setup-actions { flex-direction:column-reverse; }
  .template-page { padding:38px 14px 60px; }
  .preview-toolbar p { display:none; }
  .storefront-frame { padding:12px; }
  .template-actions { flex-direction:column-reverse; }
  .products-page,.product-form-page { padding:38px 16px 60px; }
  .products-heading { align-items:flex-start; flex-direction:column; }
  .catalog-actions { width:100%; flex-direction:column; }
  .catalog-actions .button { width:100%; }
  .admin-product-grid { grid-template-columns:1fr; }
  .admin-product-image { height:260px; }
  .trial-limit > div:first-child { flex-direction:column; gap:4px; }
  .live-header { padding:12px 16px; flex-wrap:wrap; }
  .live-header nav { display:none; }
  .live-brand { font-size:16px; }
  .live-hero { min-height:auto; padding:48px 22px; grid-template-columns:1fr; gap:35px; }
  .live-hero h1 { font-size:50px; }
  .live-hero-art { height:230px; }
  .live-products { padding:55px 18px; }
  .live-product-grid { grid-template-columns:1fr; }
  .live-product-image { height:320px; }
  .live-footer { grid-template-columns:1fr; }
  .live-footer > small { grid-column:auto; }
  .draft-banner { align-items:flex-start; flex-direction:column; gap:4px; }
  .cart-container { padding:40px 16px 70px; }
  .cart-item { grid-template-columns:80px 1fr; }
  .catalog-next-step { align-items:flex-start; flex-direction:column; }.catalog-next-step a { width:100%; text-align:center; }.choose-plan-page { padding:38px 16px 60px; }.choose-plan-heading h1 { font-size:35px; }.plan-selection-actions { flex-direction:column-reverse; }.payment-placeholder-card { padding:28px 20px; }
  .cart-item-image { width:80px; height:80px; }
  .cart-item form,.cart-item > b { grid-column:2; }
  .cart-item form { align-items:start; flex-direction:column; }
}

/* Tiendas piloto migradas desde ChatGPT Sites. */
.artisan-store{--artisan-accent:#ff5722;--artisan-secondary:#b83b22;min-height:100vh;color:#fff;background:#0d0e10;font-family:Arial,Helvetica,sans-serif}.artisan-store a{text-decoration:none}.artisan-topbar{position:sticky;top:0;z-index:20;min-height:82px;padding:0 5.5vw;display:flex;align-items:center;gap:35px;border-bottom:1px solid #292b2f;background:#0d0e10ed;backdrop-filter:blur(14px)}.artisan-brand{margin-right:auto;display:flex;align-items:center;gap:13px}.artisan-brand span{width:46px;height:46px;overflow:hidden;border-radius:50%;background:#fff}.artisan-brand img{width:100%;height:100%;object-fit:cover}.artisan-brand strong{text-transform:uppercase;letter-spacing:.08em}.artisan-topbar nav{display:flex;gap:32px;color:#c4c4c5;font-size:13px}.artisan-topbar nav a:hover{color:#fff}.artisan-cart{padding:10px 13px;border:1px solid #3b3d40;border-radius:4px;font-size:12px;font-weight:800}.artisan-cart b{min-width:20px;height:20px;margin-left:8px;display:inline-grid;place-items:center;border-radius:50%;background:var(--artisan-accent)}
.artisan-hero{min-height:660px;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border-bottom:1px solid #292b2f}.artisan-hero-copy{z-index:2;padding:100px 4vw 70px 8vw}.artisan-eyebrow{display:flex;align-items:center;gap:10px;color:#a9aaac;font-size:10px;font-weight:800;letter-spacing:.18em}.artisan-eyebrow i{width:24px;height:2px;background:var(--artisan-accent)}.artisan-hero h1{margin:34px 0 30px;font-size:clamp(58px,7vw,104px);line-height:.84;letter-spacing:-.055em}.artisan-hero h1 strong{color:var(--artisan-accent)}.artisan-hero-copy>p:not(.artisan-eyebrow){max-width:580px;color:#b4b4b5;font-size:17px;line-height:1.7}.artisan-hero-copy>div{margin-top:34px;display:flex;gap:12px}.artisan-button{padding:16px 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--artisan-accent);color:#fff;background:var(--artisan-accent);font-size:13px;font-weight:800}.artisan-button.secondary{border-color:#484a4e;background:transparent}.artisan-hero-copy ul{margin:43px 0 0;padding:0;display:flex;gap:23px;color:#888;font-size:11px;list-style:none}.artisan-hero-image{position:relative;min-height:620px;overflow:hidden;background:#15171a}.artisan-hero-image>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.75) contrast(1.06) brightness(.72)}.artisan-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0d0e10c7,transparent 35%),linear-gradient(90deg,#0d0e1055,transparent)}.artisan-hero-image>span{position:absolute;z-index:2;right:8%;top:25%;padding:11px 45px 11px 14px;border:1px solid #ffffff24;background:#121316cc}.artisan-hero-image>span small{display:block;color:#777;font-size:8px}.artisan-hero-image>span b{font-size:10px}.artisan-hero-image>p{position:absolute;z-index:2;bottom:30px;width:100%;text-align:center;color:#888;font-size:8px;letter-spacing:.25em}
.artisan-categories{min-height:128px;padding:0 6vw;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #292b2f;background:#111214}.artisan-categories a{padding:28px 32px;display:grid;grid-template-columns:55px 1fr 20px;align-items:center;border-right:1px solid #292b2f}.artisan-categories a:first-child{border-left:1px solid #292b2f}.artisan-categories a>b{color:var(--artisan-accent);font-size:27px}.artisan-categories span{font-weight:800;font-size:14px}.artisan-categories small{margin-bottom:7px;display:block;color:#777;font-size:8px;letter-spacing:.13em}.artisan-catalog{padding:95px 7vw;color:#111;background:#f3f0e9}.artisan-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.artisan-heading h2,.artisan-custom h2,.artisan-process h2{margin:12px 0 0;font-size:clamp(38px,4.5vw,66px);letter-spacing:-.04em}.artisan-heading>p{max-width:480px;color:#676767;font-size:14px;line-height:1.6}.artisan-catalog .artisan-eyebrow{color:#777}.artisan-product-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.artisan-product{overflow:hidden;background:#fff}.artisan-product-image{position:relative;height:310px;display:grid;place-items:center;overflow:hidden;color:#fff;background:radial-gradient(circle,color-mix(in srgb,var(--artisan-accent) 55%,white),var(--artisan-secondary))}.artisan-product-image img{width:100%;height:100%;object-fit:cover}.artisan-product-image>span{font-size:110px;font-weight:900;opacity:.7;filter:drop-shadow(0 18px 14px #0004)}.artisan-product-image>small{position:absolute;left:14px;top:14px;padding:7px 9px;color:#fff;background:#161719;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.artisan-product-info{padding:18px}.artisan-product-info>small{color:#999;font-size:9px;text-transform:uppercase;letter-spacing:.13em}.artisan-product-info h3{margin:7px 0 10px;font-size:17px}.artisan-product-info p{min-height:38px;margin:0 0 17px;color:#777;font-size:11px;line-height:1.5}.artisan-product-info>div{display:flex;align-items:center;justify-content:space-between}.artisan-product-info strong{font-size:17px}.artisan-product-info strong em{color:#999;font-size:9px;font-style:normal}.artisan-product-info form button{width:38px;height:38px;border:0;color:#fff;background:#141517;font-size:23px;cursor:pointer}
.artisan-custom{min-height:620px;display:grid;grid-template-columns:1fr 1fr;background:#141517}.artisan-custom-art{display:grid;place-items:center;background-image:linear-gradient(#ffffff07 1px,transparent 1px),linear-gradient(90deg,#ffffff07 1px,transparent 1px);background-size:36px 36px}.artisan-custom-art span{width:190px;height:190px;display:grid;place-items:center;border:2px solid var(--artisan-accent);border-radius:24px;color:var(--artisan-accent);font-size:54px;font-weight:900;transform:rotate(12deg);box-shadow:0 0 70px color-mix(in srgb,var(--artisan-accent) 22%,transparent)}.artisan-custom>div:last-child{padding:85px 8vw 70px 7vw}.artisan-custom>div>p:not(.artisan-eyebrow){max-width:520px;color:#aaa;line-height:1.65}.artisan-custom ol{margin:28px 0;padding:0;list-style:none}.artisan-custom li{padding:14px 0;border-top:1px solid #303236;font-size:13px}.artisan-custom li b{margin-right:18px;color:var(--artisan-accent);font-size:10px}.artisan-process{padding:90px 7vw;color:#111;background:#ece8df}.artisan-process>.artisan-eyebrow{justify-content:center;color:#777}.artisan-process>h2{text-align:center}.artisan-process>div{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr)}.artisan-process article{padding:25px 45px;border-left:1px solid #c9c5bc}.artisan-process article:last-child{border-right:1px solid #c9c5bc}.artisan-process article>b{color:var(--artisan-accent);font-size:42px}.artisan-process article p{color:#686868;font-size:13px;line-height:1.6}.artisan-footer{padding:65px 7vw 28px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px;background:#0b0c0d}.artisan-footer>div:first-child img{width:58px;height:58px;margin-right:12px;vertical-align:middle;border-radius:50%;object-fit:cover}.artisan-footer>div:first-child p{color:#858587;font-size:12px}.artisan-footer>div:not(:first-child){display:flex;flex-direction:column;gap:12px;color:#8f9092;font-size:11px}.artisan-footer>div>b{margin-bottom:8px;color:#fff;font-size:9px;letter-spacing:.15em}.artisan-footer>small{grid-column:1/-1;padding-top:24px;border-top:1px solid #292b2e;color:#5f6062;font-size:10px}.artisan-whatsapp{position:fixed;z-index:30;right:22px;bottom:22px;padding:13px 17px;border-radius:999px;color:#fff;background:#16a34a;font-size:12px;font-weight:800;box-shadow:0 12px 35px #0007}.artisan-pink{--artisan-accent:#f472b6;--artisan-secondary:#a855f7}.artisan-pink .artisan-hero-image>img{object-position:center;filter:saturate(.9) contrast(1.05) brightness(.65)}
@media(max-width:900px){.artisan-topbar{padding-inline:20px}.artisan-topbar nav{display:none}.artisan-hero{grid-template-columns:1fr}.artisan-hero-copy{padding:70px 7vw}.artisan-hero-image{min-height:500px}.artisan-categories{grid-template-columns:1fr;padding-inline:5vw}.artisan-categories a,.artisan-categories a:first-child{border-left:1px solid #292b2f;border-bottom:1px solid #292b2f}.artisan-product-grid{grid-template-columns:repeat(2,1fr)}.artisan-custom{grid-template-columns:1fr}.artisan-custom-art{min-height:430px}.artisan-heading{align-items:start;flex-direction:column}.artisan-hero-copy ul{flex-wrap:wrap}}
@media(max-width:600px){.artisan-topbar{min-height:70px}.artisan-brand strong{font-size:13px}.artisan-brand span{width:39px;height:39px}.artisan-cart{margin-left:auto}.artisan-hero-copy{padding:55px 20px}.artisan-hero h1{font-size:56px}.artisan-hero-copy>div{align-items:stretch;flex-direction:column}.artisan-hero-copy ul{gap:9px;flex-direction:column}.artisan-hero-image{min-height:420px}.artisan-categories a{padding:22px 18px}.artisan-catalog,.artisan-process{padding:70px 20px}.artisan-product-grid{grid-template-columns:1fr}.artisan-product-image{height:330px}.artisan-custom-art{min-height:330px}.artisan-custom-art span{width:130px;height:130px}.artisan-custom>div:last-child{padding:65px 20px}.artisan-custom .artisan-button{width:100%}.artisan-process>div{grid-template-columns:1fr}.artisan-process article,.artisan-process article:last-child{border:0;border-top:1px solid #c9c5bc}.artisan-footer{grid-template-columns:1fr;padding:55px 20px 25px}.artisan-footer>small{grid-column:auto}}

.store-admin-actions{margin:18px 0 4px;display:flex;flex-wrap:wrap;gap:7px}.store-admin-actions a{padding:8px 10px;border:1px solid #dbe3ef;border-radius:7px;color:#334155;background:#f8fafc;font-size:10px;font-weight:800}.store-admin-actions a:hover{border-color:var(--store-primary);color:var(--store-primary)}
.mp-admin-page{min-height:calc(100vh - 72px);padding:52px clamp(20px,7vw,110px) 80px;color:#0f172a;background:#f8fafc}.mp-admin-heading{max-width:1100px;margin:0 auto 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.mp-admin-heading h1{margin:6px 0 8px;font-size:42px;letter-spacing:-.04em}.mp-admin-heading p:last-child{margin:0;color:#64748b}.mp-admin-heading .button-ghost{color:#334155;background:#fff}.mp-admin-layout{max-width:1100px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:start}.mp-connect-card,.mp-help-card{padding:30px;border:1px solid #e2e8f0;border-radius:17px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.06)}.mp-connection-status{padding:17px;display:flex;align-items:center;gap:14px;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc}.mp-connection-status>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#64748b;background:#e2e8f0;font-weight:900}.mp-connection-status>div{display:grid;gap:3px}.mp-connection-status small{color:#64748b}.mp-connection-status.connected{border-color:#a7f3d0;background:#ecfdf5}.mp-connection-status.connected>span{color:#fff;background:#10b981}.mp-server-warning{margin-top:18px;padding:16px;border:1px solid #fde68a;border-radius:10px;color:#92400e;background:#fffbeb}.mp-server-warning p{margin:6px 0 0;font-size:12px;line-height:1.5}.mp-token-form{margin-top:24px;display:grid;gap:18px}.mp-token-form>label:first-of-type{display:grid;gap:8px;color:#334155;font-size:13px;font-weight:800}.mp-token-form input[type=password]{padding:14px;border:1px solid #cbd5e1;border-radius:9px;font:inherit}.mp-token-form small{color:#64748b;font-weight:400;line-height:1.5}.mp-security-check{display:flex;align-items:flex-start;gap:10px;color:#475569;font-size:12px;line-height:1.5}.mp-security-check input{margin-top:3px;accent-color:#2563eb}.mp-token-form button{border:0;cursor:pointer}.mp-token-form button:disabled{opacity:.45;cursor:not-allowed}.mp-disconnect-form{margin-top:18px;padding-top:18px;border-top:1px solid #e2e8f0}.mp-disconnect-form button{border:0;color:#dc2626;background:transparent;font-size:11px;font-weight:800;cursor:pointer}.mp-help-card>span{color:#6d5dfc;font-size:9px;font-weight:900;letter-spacing:.14em}.mp-help-card h2{margin:8px 0 20px}.mp-help-card ol{padding-left:22px;color:#475569;font-size:12px;line-height:1.6}.mp-help-card li{margin-bottom:10px}.mp-help-card p{padding:14px;border-radius:9px;color:#7c2d12;background:#fff7ed;font-size:11px;line-height:1.55}.mp-help-card>a{color:#2563eb;font-size:12px;font-weight:800}
@media(max-width:900px){.mp-admin-layout{grid-template-columns:1fr}.mp-admin-heading{flex-direction:column}.mp-admin-heading h1{font-size:35px}}
@media(max-width:900px){.checkout-container{grid-template-columns:1fr}}
@media(max-width:620px){.checkout-container{padding:35px 15px 65px}.checkout-form-card,.checkout-order-card,.payment-result-card{padding:24px 18px}.checkout-form-row{grid-template-columns:1fr}.checkout-test-note{align-items:flex-start;flex-direction:column;gap:4px}.checkout-form-card h1{font-size:31px}}
