@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";
:root{--bg:#f7f7fb;--surface:#fff;--surface-2:#f1f1f7;--ink:#101017;--muted:#6d6d7d;--line:#e7e7ef;--brand:#6d46ff;--brand-2:#9a72ff;--brand-soft:#f0ebff;--success:#15986b;--danger:#d54c61;--shadow:0 18px 50px #2315501a;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:DM Sans,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(1160px,100% - 36px);margin:0 auto}.nav{justify-content:space-between;align-items:center;height:76px;display:flex}.logo{align-items:center;gap:10px;font-family:Space Grotesk;font-size:21px;font-weight:700;display:flex}.logo-mark{background:linear-gradient(135deg, var(--brand), var(--brand-2));border-radius:9px;width:28px;height:28px;position:relative;box-shadow:0 8px 24px #6d46ff47}.logo-mark:after{content:"";background:#fff;border-radius:3px;width:9px;height:9px;position:absolute;top:9px;left:9px;box-shadow:7px 0 #ffffffb3}.nav-links{color:#565667;gap:26px;font-size:14px;display:flex}.nav-actions{align-items:center;gap:12px;display:flex}.btn{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:600;transition:all .18s;display:inline-flex}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #10101712}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--brand),#7e5aff);border-color:#0000;box-shadow:0 12px 28px #6d46ff40}.btn-dark{color:#fff;background:#11111a;border-color:#11111a}.btn-ghost{background:0 0;border-color:#0000}.btn-sm{min-height:36px;padding:0 12px;font-size:13px}.pill{background:var(--brand-soft);color:#5d3be0;border:1px solid #ddd6ff;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.hero{padding:54px 0 72px}.hero-grid{grid-template-columns:1.02fr .98fr;align-items:center;gap:56px;display:grid}.hero h1{letter-spacing:-.05em;max-width:680px;margin:20px 0;font-family:Space Grotesk;font-size:clamp(48px,6vw,78px);line-height:.98}.gradient-text{background:linear-gradient(135deg,#6d46ff 0%,#a278ff 45%,#4e36c6 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.hero p{max-width:560px;color:var(--muted);margin-bottom:28px;font-size:18px;line-height:1.7}.cta-row{flex-wrap:wrap;gap:12px;display:flex}.trust-row{color:var(--muted);align-items:center;gap:14px;margin-top:34px;font-size:13px;display:flex}.avatars{display:flex}.avatar-sm{border:3px solid var(--bg);background:linear-gradient(135deg,#222,#aaa);border-radius:50%;width:31px;height:31px;margin-left:-7px}.avatar-sm:first-child{margin-left:0}.hero-card{background:#11111c;border-radius:28px;min-height:515px;padding:14px;position:relative;overflow:hidden;box-shadow:0 35px 90px #27175a38}.hero-glow{filter:blur(12px);background:radial-gradient(circle,#7e5aff80,#0000 68%);border-radius:50%;width:380px;height:380px;position:absolute;top:-100px;right:-80px}.mock-window{background:#fff;border-radius:21px;height:100%;min-height:487px;padding:22px;position:relative;overflow:hidden}.mock-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.mock-chip{color:#6541ea;background:#f1ecff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:700}.store-header{text-align:center}.store-avatar{background:linear-gradient(135deg,#252536,#a6a5b6);border-radius:50%;width:56px;height:56px;margin:0 auto 10px}.store-name{font-family:Space Grotesk;font-size:16px;font-weight:700}.store-handle{color:#868697;margin-top:4px;font-size:11px}.mock-products{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px;display:grid}.mock-product{background:#fff;border:1px solid #ededf3;border-radius:15px;overflow:hidden}.mock-thumb{background:linear-gradient(135deg,#1f1f32,#7361d8 55%,#e4dcff);height:98px}.mock-body{padding:10px}.mock-body b{font-size:12px;display:block}.mock-body span{color:#7e7e8f;margin-top:5px;font-size:11px;display:block}.mock-body strong{margin-top:8px;font-size:12px;display:block}.section{padding:84px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 42px}.section-head h2{letter-spacing:-.04em;margin:10px 0;font-family:Space Grotesk;font-size:42px}.section-head p{color:var(--muted);line-height:1.7}.feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 30px #1010170a}.feature{padding:26px}.icon-box{background:var(--brand-soft);width:44px;height:44px;color:var(--brand);border-radius:14px;place-items:center;margin-bottom:20px;font-weight:800;display:grid}.feature h3{margin:0 0 8px;font-family:Space Grotesk;font-size:19px}.feature p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.footer{color:var(--muted);padding:32px 0 54px;font-size:13px}.footer-inner{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:26px;display:flex}.auth-shell{background:#101019;grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.auth-side{color:#fff;background:radial-gradient(circle at 20% 10%,#6f46ff61,#0000 35%),#101019;flex-direction:column;justify-content:space-between;padding:56px;display:flex}.auth-side h1{letter-spacing:-.05em;max-width:520px;font-family:Space Grotesk;font-size:64px;line-height:.98}.auth-side p{color:#b8b8c9;max-width:460px;line-height:1.7}.auth-form-wrap{background:#fafafd;place-items:center;padding:34px;display:grid}.form-card{border:1px solid var(--line);width:min(450px,100%);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:30px}.form-card h2{margin:0 0 8px;font-family:Space Grotesk;font-size:30px}.muted{color:var(--muted)}.label{margin:18px 0 8px;font-size:13px;font-weight:600;display:block}.input{background:#fff;border:1px solid #dddde7;border-radius:12px;outline:none;width:100%;min-height:48px;padding:0 14px}.input:focus,textarea:focus,select:focus{border-color:#9d86ff;box-shadow:0 0 0 4px #6d46ff14}.form-actions{margin-top:20px}.form-link{color:var(--brand);font-weight:700}.studio-shell{background:#f6f6fa;min-height:100vh;display:flex}.sidebar{color:#fff;scrollbar-width:none;background:#101019;flex-direction:column;width:246px;height:100vh;padding:24px 15px 18px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar::-webkit-scrollbar{display:none}.sidebar .logo{padding:0 10px 24px}.side-section{color:#77778c;text-transform:uppercase;letter-spacing:.12em;margin:20px 8px 8px;font-size:10px;font-weight:800}.side-link{color:#a8a8ba;border-radius:11px;align-items:center;gap:11px;margin:3px 0;padding:11px 13px;font-size:13px;font-weight:500;display:flex}.side-link.active,.side-link:hover{color:#fff;background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff08}.studio-main{flex:1;min-width:0}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:5;background:#ffffffd9;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex;position:sticky;top:0}.topbar-actions{align-items:center;gap:10px;display:flex}.user-chip{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:6px 8px 6px 6px;display:flex}.user-dot{background:linear-gradient(135deg,#1f1f31,#8f82cb);border-radius:50%;width:30px;height:30px}.studio-content{max-width:1420px;padding:28px}.page-title{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page-title h1{letter-spacing:-.03em;margin:0;font-family:Space Grotesk;font-size:31px}.page-title p{color:var(--muted);margin:8px 0 0}.stats{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.stat{padding:19px}.stat .label2{color:var(--muted);font-size:12px}.stat .value{margin-top:8px;font-family:Space Grotesk;font-size:30px}.stat .delta{color:var(--success);margin-top:5px;font-size:11px}.dashboard-grid{grid-template-columns:1.55fr 1fr;gap:14px;margin-top:14px;display:grid}.panel{padding:20px}.panel-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.panel-head h3{margin:0;font-family:Space Grotesk;font-size:17px}.chart{align-items:flex-end;gap:7px;height:238px;padding:20px 0 6px;display:flex}.bar{background:linear-gradient(#8e70ff,#eeeaff);border-radius:8px 8px 3px 3px;flex:1;min-height:20px}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;color:#7c7c8f;text-transform:uppercase;letter-spacing:.08em;padding:11px 8px;font-size:11px}.table td{border-top:1px solid #eeeef4;padding:14px 8px}.status{border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.status.live{color:#147d58;background:#e9f8f1}.status.draft{color:#77778b;background:#f0f0f6}.status.pending{color:#a7650a;background:#fff3df}.product-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.product-card{overflow:hidden}.product-cover{background:linear-gradient(135deg,#24243a,#6953d6 55%,#ddd5ff);height:180px}.product-card-body{padding:16px}.product-card-body h3{margin:0;font-family:Space Grotesk;font-size:16px}.product-card-body p{color:var(--muted);min-height:36px;font-size:12px;line-height:1.5}.row-actions{gap:8px;display:flex}.public-wrap{background:#f8f8fb;min-height:100vh}.public-nav{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0}.store-page{max-width:920px;margin:0 auto;padding:54px 18px 80px}.store-profile{text-align:center}.store-profile .store-avatar{width:84px;height:84px;box-shadow:0 12px 24px #1a182b1f}.store-profile h1{margin:12px 0 4px;font-family:Space Grotesk;font-size:35px}.social-row{justify-content:center;gap:10px;margin:16px 0 26px;display:flex}.social-dot{border:1px solid var(--line);color:#556;background:#fff;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.store-tabs{justify-content:center;gap:10px;margin:16px 0 26px;display:flex}.tab{border:1px solid var(--line);color:#6c6c7f;background:#fff;border-radius:999px;padding:8px 13px;font-size:12px}.tab.active{color:#fff;background:#101019;border-color:#101019}.store-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.store-product{border:1px solid var(--line);background:#fff;border-radius:18px;transition:all .2s;overflow:hidden}.store-product:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.store-product .cover{background:linear-gradient(135deg,#1d1d2e,#6e55dc 55%,#e2dcff);height:170px}.store-product .content{padding:15px}.store-product h3{margin:0;font-family:Space Grotesk;font-size:16px}.store-product p{color:var(--muted);min-height:32px;margin:6px 0 14px;font-size:12px}.price-row{justify-content:space-between;align-items:center;display:flex}.price{font-family:Space Grotesk;font-size:17px}.detail-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:32px;max-width:1040px;margin:0 auto;padding:54px 18px;display:grid}.detail-cover{height:420px;box-shadow:var(--shadow);background:linear-gradient(135deg,#1e1e31,#6f59df 56%,#e9e4ff);border-radius:26px}.detail-panel{padding:10px 4px}.detail-panel h1{letter-spacing:-.04em;margin:12px 0;font-family:Space Grotesk;font-size:48px;line-height:1}.detail-panel .price-big{margin:24px 0;font-family:Space Grotesk;font-size:32px}.list{margin:24px 0;padding:0;list-style:none}.list li{color:#4e4e5f;gap:10px;margin:13px 0;display:flex}.checkout{grid-template-columns:1fr 1fr;gap:20px;max-width:860px;margin:0 auto;padding:50px 18px;display:grid}.checkout-card{padding:22px}.success{place-items:center;min-height:100vh;padding:30px;display:grid}.success-card{text-align:center;width:min(560px,100%);padding:44px}.success-icon{width:66px;height:66px;color:var(--success);background:#e9f8f1;border-radius:20px;place-items:center;margin:0 auto 18px;font-size:26px;display:grid}@media (max-width:980px){.hero-grid,.auth-shell,.detail-grid,.checkout,.dashboard-grid{grid-template-columns:1fr}.stats,.feature-grid,.product-grid,.store-grid{grid-template-columns:repeat(2,1fr)}.auth-side{min-height:350px}.auth-side h1{font-size:46px}.sidebar{width:78px}.sidebar .logo span,.side-section,.side-link span{display:none}.side-link{justify-content:center}}@media (max-width:680px){.container{width:min(100% - 24px,1160px)}.nav-links{display:none}.hero{padding:26px 0 42px}.hero h1{font-size:48px}.hero p{font-size:16px}.section{padding:58px 0}.section-head h2{font-size:34px}.feature-grid,.product-grid,.store-grid,.stats{grid-template-columns:1fr}.sidebar{display:none}.topbar{padding:0 15px}.studio-content{padding:18px 14px}.page-title{flex-direction:column}.store-grid{gap:12px}.detail-panel h1{font-size:38px}.detail-cover{height:300px}}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#7769b5;margin-bottom:7px;font-size:10px;font-weight:800}.product-editor-grid{grid-template-columns:1.2fr .9fr;align-items:start;gap:14px;display:grid}.sticky-editor{position:sticky;top:92px}.form-grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.textarea-lg{resize:vertical;min-height:180px;padding-top:14px}.section-label{letter-spacing:.12em;color:#7c7890;margin-bottom:16px;font-size:10px;font-weight:800}.info-note{color:#5e5581;background:#f7f4ff;border:1px solid #e5e0fb;border-radius:12px;margin-top:14px;padding:12px 14px;font-size:12px;line-height:1.55}.upload-zone{text-align:center;background:#fbfbfd;border:1.5px dashed #d4d0df;border-radius:16px;justify-content:center;align-items:center;min-height:118px;margin:12px 0;transition:all .2s;display:flex;position:relative}.upload-zone:hover,.upload-zone.has-file{background:#f8f6ff;border-color:#9b86f1}.upload-zone b,.upload-zone span{display:block}.upload-zone b{text-overflow:ellipsis;white-space:nowrap;max-width:88%;margin-top:6px;font-size:13px;overflow:hidden}.upload-zone span{color:var(--muted);margin-top:4px;font-size:11px}.upload-icon{color:#674fcb;background:#eeeaff;border-radius:12px;place-items:center;width:38px;height:38px;margin:0 auto;font-weight:800;display:grid}.upload-clear{color:#9b3e56;cursor:pointer;background:0 0;border:0;font-size:11px;position:absolute;top:9px;right:10px}.upload-hint{font-size:11px;line-height:1.6}.publish-preview{border:1px solid var(--line);border-radius:14px;align-items:center;gap:12px;margin-bottom:14px;padding:10px;display:flex}.mini-cover{background:linear-gradient(135deg,#202032,#7864dc 60%,#e7e2ff);border-radius:12px;flex:none;width:60px;height:60px}.publish-price{margin-top:5px;font-family:Space Grotesk;font-size:18px}.publish-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.progress-wrap{margin:12px 0}.progress-bar{background:#eeeef4;border-radius:999px;height:7px;margin-bottom:8px;overflow:hidden}.progress-bar span{background:linear-gradient(90deg,#8266e5,#b6a6ff);border-radius:999px;width:42%;height:100%;animation:1.1s ease-in-out infinite progress-slide;display:block}@keyframes progress-slide{0%{transform:translate(-110%)}to{transform:translate(240%)}}.error-box{color:#a03d54;background:#fff3f6;border:1px solid #f3cbd5;border-radius:12px;padding:12px 14px;font-size:12px;line-height:1.5}.success-box{color:#247a55;background:#effaf4;border:1px solid #cae9da;border-radius:12px;padding:12px 14px;font-size:12px;line-height:1.5}.success-panel{text-align:center;padding:54px 34px}.danger-action{color:#a03d54;cursor:pointer;background:#fff6f8;border:1px solid #f0ccd5;border-radius:12px;width:100%;min-height:44px;margin-top:18px;font-weight:700}.danger-action:disabled,.btn:disabled{opacity:.55;cursor:not-allowed}.loading-card{color:var(--muted);text-align:center;padding:44px}.skeleton-list{gap:10px;display:grid}.skeleton-row{background:linear-gradient(90deg,#f1f1f5 25%,#fafafd 37%,#f1f1f5 63%) 0 0/400% 100%;border-radius:13px;height:74px;animation:1.3s infinite skeleton}@keyframes skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.toolbar{align-items:center;gap:10px;margin-bottom:18px;display:flex}.product-list{gap:10px;display:grid}.product-row{border:1px solid #eeeef4;border-radius:14px;grid-template-columns:54px 1fr auto auto auto;align-items:center;gap:14px;padding:12px;display:grid}.row-cover,.row-cover img{border-radius:12px;width:54px;height:54px;overflow:hidden}.row-cover{background:linear-gradient(135deg,#232334,#7562db)}.row-cover img{object-fit:cover;display:block}.product-row-main b{margin-top:3px;font-size:14px;display:block}.product-row-main p{white-space:nowrap;text-overflow:ellipsis;max-width:520px;margin:4px 0 0;font-size:11px;overflow:hidden}.row-price{text-align:right;white-space:nowrap}.compare-price{color:#9996a7;margin-left:7px;font-size:11px;text-decoration:line-through}.empty-state,.empty-public{text-align:center;padding:54px 28px}.empty-icon{color:#6b55ca;background:#eeeaff;border-radius:16px;place-items:center;width:52px;height:52px;margin:0 auto 14px;font-weight:800;display:grid}.editor-cover{object-fit:cover;border-radius:16px;width:100%;max-height:280px;margin-bottom:6px}.placeholder-cover{background:linear-gradient(135deg,#222235,#745fd8 55%,#e9e4ff);border-radius:16px;height:160px;margin-bottom:6px}.file-picked{margin-top:8px;font-size:11px}.store-hero-card{margin-bottom:18px;padding:34px 18px}.store-bio{max-width:640px;margin:9px auto 0;line-height:1.65}.featured-store{color:#fff;background:#11111b;border-radius:24px;grid-template-columns:1.1fr .9fr;margin:18px 0 40px;display:grid;overflow:hidden;box-shadow:0 22px 50px #11111b1f}.featured-media{background:linear-gradient(135deg,#222237,#735fdb 56%,#e5deff);min-height:340px}.featured-media img{object-fit:cover;width:100%;height:100%;display:block}.featured-copy{flex-direction:column;justify-content:center;padding:42px;display:flex}.featured-copy h2{letter-spacing:-.04em;margin:6px 0 14px;font-family:Space Grotesk;font-size:38px}.featured-copy p{color:#bfbfd0;max-width:470px;line-height:1.7}.featured-meta{justify-content:space-between;align-items:center;gap:18px;margin-top:28px;display:flex}.featured-meta .price{color:#fff;font-size:25px}.store-section-head{justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;display:flex}.store-section-head h2{letter-spacing:-.03em;margin:0;font-family:Space Grotesk;font-size:30px}.category-pills{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.store-category{text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:700}.discount-chip{color:#187f57;vertical-align:middle;background:#eaf8f1;border-radius:999px;margin-left:8px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.compare-price.big{font-size:16px}.price-stack{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.detail-subtitle{font-size:17px;line-height:1.7}.product-info-card{gap:16px;margin:24px 0;padding:16px;display:grid}.product-info-card p{margin:4px 0 0;font-size:12px;line-height:1.55}.btn-large{justify-content:center;width:100%;min-height:54px;font-size:15px}.secure-note{text-align:center;margin-top:10px;font-size:11px}.container-narrow{max-width:820px;padding:0 18px 80px}.detail-description h2{margin:6px 0 18px;font-family:Space Grotesk;font-size:30px}.rich-copy{color:#4f4f60;line-height:1.8}@media (max-width:900px){.product-editor-grid,.featured-store{grid-template-columns:1fr}.sticky-editor{position:static}.featured-copy{padding:30px}.featured-copy h2{font-size:32px}.toolbar{flex-wrap:wrap}}@media (max-width:680px){.form-grid-2,.publish-actions{grid-template-columns:1fr}.product-row{grid-template-columns:48px 1fr auto}.product-row .status,.product-row .btn{grid-column:2/-1}.row-cover,.row-cover img{width:48px;height:48px}.store-section-head{flex-direction:column;align-items:flex-start}.category-pills{justify-content:flex-start}.featured-meta{flex-direction:column;align-items:flex-start}.featured-media{min-height:240px}.store-hero-card{padding:26px 14px}.detail-grid{padding-top:30px}}.status.danger{color:#a03d54;background:#fff0f3}.status.neutral{color:#616477;background:#eef0f5}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.table-scroll .table{min-width:760px}.success-order-details{text-align:left;margin-top:22px;padding:18px}.success-detail{gap:5px;display:grid}.success-detail+.success-detail{border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.success-detail-label{font-size:11px}.success-detail-value{color:var(--ink);overflow-wrap:anywhere;font-size:14px;line-height:1.45}.editor-layout{grid-template-columns:minmax(0,1fr) minmax(360px,520px);align-items:start;gap:16px;display:grid}.avatar-editor{align-items:center;gap:14px;margin:8px 0 20px;display:flex}.avatar-editor input{max-width:250px}.store-preview{border:1px solid var(--line);text-align:center;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:330px;padding:28px;display:flex}.store-preview-avatar{background:linear-gradient(135deg,#7a62de,#ebe7ff);border-radius:22px;width:62px;height:62px;margin-bottom:8px}.preview-product{background:#fff9;border:1px solid #0000000f;width:100%;margin:20px 0 8px;padding:26px}.check-row{align-items:flex-start;gap:10px;margin-top:16px;font-size:13px;display:flex}.check-row input{margin-top:3px}.check-row small{margin-top:3px;font-size:11px;display:block}.mini-list{margin-top:16px}.mini-list-row{border-top:1px solid var(--line);justify-content:space-between;gap:12px;padding:12px 0;font-size:12px;display:flex}.email-capture{margin-top:30px}.email-capture-form{gap:10px;margin-top:14px;display:flex}.email-capture-form .input{flex:1}.store-product.card-style-flat{box-shadow:none}.card-style-soft{box-shadow:0 16px 36px #1614200f}@media (max-width:960px){.editor-layout{grid-template-columns:1fr}.email-capture-form{flex-direction:column}}.marketing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.marketing-grid>.panel:last-child{grid-column:1/-1}@media (max-width:900px){.marketing-grid{grid-template-columns:1fr}.marketing-grid>.panel:last-child{grid-column:auto}}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:900px){.settings-grid{grid-template-columns:1fr}}.coupon-row{grid-template-columns:1fr auto;gap:8px;margin-top:16px;display:grid}.coupon-row .btn{min-width:86px}.category-nav{z-index:5;background:inherit;flex-wrap:wrap;gap:8px;margin:18px 0 28px;padding:8px 0;display:flex;position:sticky;top:58px}.category-nav .btn{white-space:nowrap}@media (max-width:640px){.category-nav{flex-wrap:nowrap;margin-left:-4px;margin-right:-4px;padding:8px 4px;overflow-x:auto}.category-nav .btn{flex:none}}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:18px;display:flex}.footer-links a:hover{color:var(--ink)}.content-page{padding:72px 0 90px}.content-page h1{letter-spacing:-.05em;max-width:800px;margin:20px 0;font-family:Space Grotesk;font-size:clamp(42px,6vw,68px);line-height:1}.lead{color:var(--muted);max-width:720px;font-size:20px;line-height:1.7}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:44px;display:grid}.contact-details{gap:18px;margin:34px 0;display:grid}.contact-details div{gap:4px;display:grid}.contact-details b{text-transform:uppercase;letter-spacing:.08em;color:#77778a;font-size:12px}.contact-form{gap:12px;display:grid}.contact-form h2{margin:0;font-family:Space Grotesk;font-size:28px}.contact-form .input{margin:0}.narrow-content{max-width:900px}.vision-story{color:#444454;margin:34px 0 42px;font-size:20px;line-height:1.85}.vision-closing{color:#fff;background:#11111a;border-radius:22px;margin-top:44px;padding:32px}.vision-closing p{color:#c8c8d5;margin-top:0;font-size:21px;line-height:1.7}.legal-page{padding:64px 0 90px}.legal-inner{max-width:850px}.legal-inner h1{letter-spacing:-.04em;margin:18px 0 8px;font-family:Space Grotesk;font-size:52px}.legal-section{border-top:1px solid var(--line);padding:24px 0}.legal-section h2{font-family:Space Grotesk;font-size:22px}.legal-section p{color:#4e4e5e;font-size:16px;line-height:1.85}.legal-contact{margin-top:24px}.faq-item{border-top:1px solid var(--line);padding:20px 0}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item summary{cursor:pointer;font-family:Space Grotesk;font-size:18px;font-weight:600}.faq-item p{color:var(--muted);line-height:1.7}.final-cta{text-align:center;padding:54px}.final-cta h2{max-width:650px;margin:18px auto 24px;font-family:Space Grotesk;font-size:36px}.plan-price{margin:10px 0;font-family:Space Grotesk;font-size:38px}.plan-price span{color:#777;font:14px DM Sans}.content-admin-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.content-admin-grid{grid-template-columns:1.35fr .85fr;gap:14px;display:grid}.content-json{resize:vertical;min-height:520px;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5}.contact-inbox{gap:12px;display:grid}.contact-row{border-top:1px solid var(--line);grid-template-columns:1.3fr .7fr;gap:14px;padding-top:14px;display:grid}.contact-row p{white-space:pre-wrap;font-size:13px;line-height:1.5}.contact-row small{color:#888}.contact-row .input{min-height:38px}@media (max-width:900px){.contact-grid,.content-admin-grid,.contact-row{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:20px}.footer-links{justify-content:flex-start}.content-json{min-height:380px}}
