:root{
    --primary:#635BFF;
    --primary-dark:#5147E5;
    --ink:#111318;
    --muted:#667085;
    --line:#E5E7EB;
    --bg:#F7F8FA;
    --surface:#FFFFFF;
    --success:#12B76A;
    --warning:#F79009;
    --danger:#F04438;
    --radius:18px;
    --shadow:0 16px 45px rgba(17,19,24,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--surface);line-height:1.5}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.8)}
.nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between}
.brand{font-size:25px;font-weight:850;letter-spacing:-1.3px;color:#171719}
.brand-small{font-size:20px}
.desktop-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600}
.desktop-nav a:not(.btn):hover,.nav-link-button:hover{color:var(--primary)}
.nav-link-button{background:none;border:0;padding:0;color:var(--ink);font-weight:600}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:11px;border:1px solid transparent;font-weight:750;font-size:14px;transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(99,91,255,.22)}
.btn-primary:hover{background:var(--primary-dark)}
.btn-secondary{background:#fff;border-color:var(--line)}
.btn-secondary:hover{background:#FAFAFB}
.btn-small{min-height:38px;padding:0 15px;border-radius:9px}
.btn-block{width:100%}
.mobile-cta,.mobile-account{display:none}
.hero{padding:84px 0 90px;background:radial-gradient(circle at 76% 30%,rgba(99,91,255,.10),transparent 35%),linear-gradient(180deg,#fff 0%,#FAFAFD 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}
.hero-copy h1{font-size:66px;line-height:1.01;letter-spacing:-4px;margin:16px 0 22px;max-width:680px}
.hero-copy p{font-size:19px;color:var(--muted);max-width:610px;margin:0 0 30px}
.eyebrow{display:inline-block;color:var(--primary);font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.payment-note{display:flex;align-items:center;gap:9px;margin-top:26px;color:var(--muted);font-size:13px;font-weight:600}
.status-dot{width:9px;height:9px;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px rgba(18,183,106,.10)}
.hero-preview{position:relative}
.hero-preview:before{content:"";position:absolute;inset:-40px;border-radius:50%;background:rgba(99,91,255,.08);filter:blur(30px)}
.preview-window{position:relative;background:#fff;border:1px solid #E8E8EE;border-radius:24px;padding:20px;box-shadow:0 30px 80px rgba(40,38,77,.12);transform:rotate(1.2deg)}
.preview-top{display:flex;align-items:center;justify-content:space-between;padding:2px 2px 18px}
.creator-mini{display:flex;align-items:center;gap:10px}
.creator-mini>div:last-child{display:flex;flex-direction:column}
.creator-mini span{font-size:12px;color:var(--muted)}
.creator-avatar{width:38px;height:38px;border-radius:12px;background:#111318;color:#fff;display:grid;place-items:center;font-weight:850}
.verified-badge{font-size:11px;padding:6px 9px;border-radius:999px;background:#F0EFFF;color:#5147E5;font-weight:800}
.preview-product{border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:10px}
.product-art{min-height:220px;background:linear-gradient(145deg,#171719,#373255);color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:space-between}
.art-chip{font-size:10px;letter-spacing:.15em;font-weight:850;color:#C8C4FF}
.art-title{font-size:31px;line-height:1.02;font-weight:850;letter-spacing:-1.4px}
.product-info{padding:15px;display:flex;flex-direction:column}
.product-info strong{font-size:15px}
.product-info span{font-size:12px;color:var(--muted);margin-top:3px}
.product-price{font-size:21px;font-weight:850;margin-top:13px}
.product-price small{font-size:12px;color:var(--muted);font-weight:600}
.preview-product.compact{display:flex;align-items:center;padding:13px}
.compact .product-info{padding:0 10px;flex:1}
.product-icon{width:44px;height:44px;border-radius:12px;background:#F5F5F8;display:grid;place-items:center}
.compact-price{font-weight:850}
.section{padding:88px 0}
.section-heading{max-width:630px;margin-bottom:38px}
.section-heading h2,.payment-panel h2{font-size:40px;letter-spacing:-2px;line-height:1.08;margin:10px 0 12px}
.section-heading p,.payment-panel p{color:var(--muted);font-size:17px;margin:0}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature-card{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff}
.feature-icon{width:46px;height:46px;border-radius:14px;background:#F7F7FA;display:grid;place-items:center;font-size:20px;margin-bottom:28px}
.feature-card h3{font-size:18px;margin:0 0 8px}
.feature-card p{color:var(--muted);font-size:14px;margin:0}
.payment-section{padding-top:20px}
.payment-panel{border-radius:28px;background:#151519;color:#fff;padding:54px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.payment-panel p{color:#B3B5BF}
.payment-pills{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.payment-pills span{border:1px solid #37373F;background:#202026;border-radius:999px;padding:12px 16px;font-size:13px;font-weight:750}
.site-footer{border-top:1px solid var(--line);padding:32px 0;color:var(--muted);font-size:13px}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.page-hero{padding:72px 0 24px;background:#FAFAFC}
.compact-hero h1{font-size:48px;letter-spacing:-2.5px;margin:10px 0}
.compact-hero p{color:var(--muted);font-size:17px}
.search-shell{margin-top:30px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:0 16px;max-width:660px}
.search-shell input{height:50px;border:0;outline:0;width:100%;color:var(--muted);background:transparent}
.category-row{display:flex;gap:8px;margin-top:18px;overflow:auto;padding-bottom:4px}
.category-pill{white-space:nowrap;padding:8px 13px;border-radius:999px;border:1px solid var(--line);font-size:12px;font-weight:700;background:#fff}
.category-pill.active{background:#171719;color:#fff;border-color:#171719}
.empty-market,.empty-panel{text-align:center;padding:55px 24px}
.empty-market{max-width:650px}
.empty-market h2,.empty-panel h2{font-size:26px;letter-spacing:-1px;margin:12px 0 8px}
.empty-market p,.empty-panel p{color:var(--muted);margin:0 auto 22px;max-width:560px}
.empty-icon{width:54px;height:54px;border-radius:16px;background:#F3F2FF;color:var(--primary);display:grid;place-items:center;margin:0 auto;font-size:24px;font-weight:800}
.creator-cover{height:230px;background:linear-gradient(135deg,#151519,#5147E5)}
.creator-public-inner{margin-top:-52px;padding-bottom:80px}
.creator-public-avatar{width:104px;height:104px;border-radius:28px;border:5px solid #fff;box-shadow:0 6px 24px rgba(0,0,0,.10);display:grid;place-items:center;font-size:36px;font-weight:850;color:#fff;background-color:var(--primary)}
.creator-public-header{display:flex;justify-content:space-between;align-items:center;margin-top:18px}
.creator-public-header h1{font-size:35px;letter-spacing:-1.6px;margin:0}
.creator-handle{color:var(--muted);font-size:14px}
.creator-bio{max-width:620px;color:#444B56}
.creator-bio.muted{color:var(--muted)}
.creator-stats{display:flex;gap:38px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin-top:28px}
.creator-stats div{display:flex;flex-direction:column}
.creator-stats strong{font-size:16px}
.creator-stats span{font-size:12px;color:var(--muted)}
.creator-products-empty{text-align:center;background:var(--bg);border-radius:20px;padding:50px;margin-top:36px}
.auth-section{min-height:calc(100vh - 150px);padding:65px 20px;background:var(--bg);display:grid;place-items:start center}
.auth-card{width:min(100%,430px);background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow)}
.auth-brand{display:inline-block;margin-bottom:35px}
.auth-card h1{font-size:31px;letter-spacing:-1.3px;margin:0 0 8px}
.auth-card>p{color:var(--muted);font-size:14px;margin:0 0 24px}
.form-stack,.form-panel{display:flex;flex-direction:column;gap:17px}
.form-stack label,.form-panel label{display:flex;flex-direction:column;gap:7px}
.form-stack label>span,.form-panel label>span{font-size:13px;font-weight:750}
.form-stack input,.form-panel input,.form-panel textarea,.form-panel select{border:1px solid #D7D9E0;border-radius:10px;padding:12px 13px;outline:0;background:#fff}
.form-stack input:focus,.form-panel input:focus,.form-panel textarea:focus,.form-panel select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(99,91,255,.10)}
.form-stack small,.form-panel small{color:var(--muted);font-size:11px}
.check-row{flex-direction:row!important;align-items:center!important;font-size:13px}
.check-row input{width:auto}
.auth-foot{text-align:center;font-size:13px;color:var(--muted);margin-top:22px}
.auth-foot a{color:var(--primary);font-weight:750}
.form-errors{background:#FFF1F0;color:#A83A33;border:1px solid #FFD5D2;border-radius:10px;padding:11px 13px;font-size:12px;margin-bottom:17px}
.toast{position:fixed;right:20px;top:90px;z-index:40;padding:12px 15px;border-radius:10px;font-size:13px;font-weight:700;box-shadow:var(--shadow)}
.toast-success{background:#ECFDF3;color:#087A48}
.toast-warning{background:#FFFAEB;color:#9C6100}

/* Dashboard */
.dashboard-body{background:var(--bg)}
.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:245px 1fr}
.sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--line);padding:26px 18px;display:flex;flex-direction:column}
.sidebar-brand{padding:0 10px 26px}
.sidebar-nav{display:flex;flex-direction:column;gap:4px}
.sidebar-nav a,.sidebar-muted{display:block;padding:10px 12px;border-radius:9px;font-size:13px;font-weight:650;color:#555D69}
.sidebar-nav a:hover{background:#F7F7FA;color:#111318}
.sidebar-nav a.active{background:#F0EFFF;color:#5147E5}
.sidebar-muted{opacity:.42}
.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding:18px 10px 0;display:flex;flex-direction:column;gap:12px;font-size:12px}
.switch-link{color:var(--primary);font-weight:750}
.dashboard-main{min-width:0}
.dashboard-topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;padding:0 34px;position:sticky;top:0;z-index:10}
.account-chip{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:750}
.avatar-small{width:34px;height:34px;border-radius:10px;background:#171719;color:#fff;display:grid;place-items:center;font-weight:850}
.mobile-dashboard-brand{display:none;font-weight:850;font-size:20px;letter-spacing:-1px}
.dashboard-content{padding:38px;max-width:1480px;margin:0 auto}
.inline-alert{margin:18px 38px 0;padding:12px 14px;border-radius:10px;font-size:12px;font-weight:700}
.inline-alert.success{background:#ECFDF3;color:#087A48}
.inline-alert.warning{background:#FFFAEB;color:#9C6100}
.narrow-content{max-width:760px}
.page-title{font-size:34px;letter-spacing:-1.7px;line-height:1.12;margin:9px 0}
.page-subtitle{color:var(--muted);font-size:14px;margin:0 0 28px}
.page-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:30px}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}
.choice-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;transition:.18s ease}
.choice-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.choice-card.accent{border-color:#C7C2FF;background:#FAF9FF}
.choice-icon{width:45px;height:45px;border-radius:13px;background:#F4F4F7;display:grid;place-items:center;font-size:22px}
.choice-card h2{font-size:20px;margin:25px 0 7px}
.choice-card p{font-size:13px;color:var(--muted);min-height:48px}
.choice-card>span{font-size:13px;color:var(--primary);font-weight:800}
.stats-grid{display:grid;gap:14px;margin-bottom:18px}
.stats-grid.three{grid-template-columns:repeat(3,1fr)}
.stats-grid.four{grid-template-columns:repeat(4,1fr)}
.stat-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}
.stat-card>span{display:block;color:var(--muted);font-size:12px;font-weight:650}
.stat-card strong{display:block;font-size:29px;letter-spacing:-1.4px;margin:8px 0 3px}
.stat-card small{color:#98A0AC;font-size:11px}
.panel{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px;margin-top:16px}
.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.panel-heading h2{font-size:16px;margin:0 0 3px}
.panel-heading p{font-size:12px;color:var(--muted);margin:0}
.dashboard-two-col{display:grid;grid-template-columns:1.65fr 1fr;gap:16px}
.chart-placeholder{height:230px;position:relative;display:grid;place-items:center;color:#9AA1AB;font-size:12px;overflow:hidden}
.chart-placeholder:before,.chart-placeholder:after{content:"";position:absolute;left:0;right:0;border-top:1px dashed #EEF0F3}
.chart-placeholder:before{top:35%}
.chart-placeholder:after{top:70%}
.chart-line{position:absolute;left:6%;right:6%;height:100px;border-bottom:3px solid #D8D5FF;border-radius:50%;transform:rotate(-4deg);top:60px}
.storefront-card{display:flex;align-items:center;gap:10px;background:var(--bg);border-radius:12px;padding:13px;margin:22px 0}
.storefront-card>div:last-child{display:flex;flex-direction:column;min-width:0}
.storefront-card span{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.empty-table{padding:30px 0 10px;color:var(--muted);font-size:13px;text-align:center}
.tab-row{display:flex;gap:6px;margin:22px 0}
.tab{padding:8px 12px;border-radius:8px;font-size:12px;font-weight:700;color:var(--muted)}
.tab.active{background:#fff;color:var(--ink);border:1px solid var(--line)}
.profile-panel{display:flex;align-items:center;gap:18px;max-width:620px}
.profile-avatar-large{width:72px;height:72px;border-radius:21px;background:#171719;color:#fff;display:grid;place-items:center;font-size:25px;font-weight:850}
.profile-panel h2{margin:0;font-size:20px}
.profile-panel p{color:var(--muted);font-size:13px;margin:2px 0 10px}
.status-row{display:flex;gap:7px}
.status-pill{display:inline-flex;align-items:center;border:1px solid var(--line);background:#F8F8FA;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;color:#555D69}
.status-pill.success{background:#ECFDF3;border-color:#C9F4DC;color:#087A48}
.status-pill.danger{background:#FFF1F0;border-color:#FFD5D2;color:#B42318}
.input-prefix{display:flex;border:1px solid #D7D9E0;border-radius:10px;overflow:hidden;background:#F8F8FA}
.input-prefix span{display:flex;align-items:center;padding:0 0 0 12px;color:var(--muted);font-size:12px;white-space:nowrap}
.input-prefix input{border:0!important;border-radius:0!important;box-shadow:none!important;min-width:0;width:100%;background:#fff;margin-left:8px}
.form-panel{padding:25px}
.metric-zero{font-size:42px;font-weight:850;letter-spacing:-2px;padding:25px 0 10px}
.table-panel{padding:0;overflow:hidden}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse}
th,td{text-align:left;padding:15px 17px;border-bottom:1px solid var(--line);font-size:12px}
th{color:var(--muted);font-weight:750;background:#FAFAFB}
td strong,td span{display:block}
td span{color:var(--muted);font-size:11px;margin-top:2px}

@media(max-width:980px){
    .hero-grid{grid-template-columns:1fr;gap:45px}
    .hero-copy h1{font-size:54px}
    .hero-preview{max-width:620px}
    .feature-grid{grid-template-columns:1fr 1fr}
    .payment-panel{grid-template-columns:1fr}
    .payment-pills{justify-content:flex-start}
    .stats-grid.four{grid-template-columns:1fr 1fr}
    .dashboard-two-col{grid-template-columns:1fr}
}
@media(max-width:760px){
    .container{width:min(100% - 28px,1160px)}
    .desktop-nav{display:none}
    .mobile-cta,.mobile-account{display:inline-flex}
    .mobile-account{width:36px;height:36px;border-radius:10px;background:#171719;color:#fff;align-items:center;justify-content:center;font-weight:850}
    .hero{padding:58px 0 60px}
    .hero-copy h1{font-size:44px;letter-spacing:-2.7px}
    .hero-copy p{font-size:16px}
    .feature-grid{grid-template-columns:1fr}
    .section{padding:60px 0}
    .section-heading h2,.payment-panel h2{font-size:34px}
    .payment-panel{padding:30px 22px;border-radius:22px}
    .footer-inner{flex-direction:column;align-items:flex-start}
    .product-art{min-height:180px}
    .compact-hero h1{font-size:39px}
    .creator-cover{height:170px}
    .creator-public-avatar{width:86px;height:86px;border-radius:24px}
    .creator-public-header h1{font-size:29px}
    .creator-stats{gap:22px;overflow:auto}
    .auth-section{padding:30px 14px}
    .auth-card{padding:26px 20px}
    .dashboard-shell{display:block}
    .sidebar{display:none}
    .dashboard-topbar{height:60px;padding:0 16px;justify-content:space-between}
    .mobile-dashboard-brand{display:block}
    .account-chip span{display:none}
    .dashboard-content{padding:22px 15px 40px}
    .inline-alert{margin:12px 15px 0}
    .page-title{font-size:29px}
    .page-heading-row{flex-direction:column}
    .choice-grid{grid-template-columns:1fr}
    .stats-grid.three,.stats-grid.four{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
    .hero-copy h1{font-size:40px}
    .hero-actions .btn{width:100%}
    .preview-window{padding:14px;border-radius:19px}
    .art-title{font-size:25px}
    .stats-grid.three,.stats-grid.four{grid-template-columns:1fr}
    .creator-public-header{align-items:flex-start}
}

/* JumKnea v0.2 — Products */
.btn-danger{background:#fff;color:#B42318;border-color:#FECACA}
.btn-danger:hover{background:#FFF1F0}
.btn-large{min-height:52px;font-size:15px}
.text-link{font-size:12px;font-weight:800;color:var(--primary)}
.back-link{display:inline-block;color:var(--muted);font-size:12px;font-weight:750;margin-bottom:8px}
.page-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.product-tabs{margin-top:0}
.creator-product-list{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}
.creator-product-row{display:grid;grid-template-columns:66px minmax(0,1fr) 110px auto;align-items:center;gap:15px;padding:14px 16px;border-bottom:1px solid var(--line)}
.creator-product-row:last-child{border-bottom:0}
.creator-product-thumb{width:66px;height:50px;border-radius:10px;background:linear-gradient(145deg,#171719,#5147E5);display:grid;place-items:center;background-size:cover;background-position:center;overflow:hidden}
.creator-product-thumb span{font-size:20px}
.creator-product-main{display:flex;flex-direction:column;min-width:0}
.creator-product-main strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.creator-product-main span{font-size:11px;color:var(--muted);margin-top:2px}
.creator-product-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.product-form-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,.75fr);gap:18px;align-items:start}
.product-form-main,.product-form-side{min-width:0}
.product-form-panel{margin-top:0;margin-bottom:18px}
.product-form-panel h2{font-size:17px;margin:0 0 18px;letter-spacing:-.3px}
.product-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.product-type-option{display:block!important}
.product-type-option>input{position:absolute;opacity:0;pointer-events:none}
.product-type-card{height:100%;border:1px solid var(--line);border-radius:13px;padding:15px;display:flex;flex-direction:column;gap:3px;cursor:pointer;transition:.15s ease;background:#fff}
.product-type-card b{font-size:21px;margin-bottom:8px}
.product-type-card strong{font-size:13px}
.product-type-card small{font-size:11px!important;line-height:1.35}
.product-type-option>input:checked + .product-type-card{border-color:#918BFF;background:#F8F7FF;box-shadow:0 0 0 2px rgba(99,91,255,.08)}
.billing-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.billing-option{display:block!important}
.billing-option input{position:absolute;opacity:0;pointer-events:none}
.billing-option>span{border:1px solid var(--line);border-radius:12px;padding:13px 14px;display:flex;flex-direction:column;cursor:pointer}
.billing-option strong{font-size:13px}
.billing-option small{font-size:11px!important}
.billing-option input:checked + span{border-color:#918BFF;background:#F8F7FF}
.money-input{display:flex;align-items:center;border:1px solid #D7D9E0;border-radius:10px;overflow:hidden;background:#F8F8FA}
.money-input>span{padding-left:13px;font-weight:800;color:#555D69}
.money-input input{border:0!important;box-shadow:none!important;background:#fff;margin-left:9px;width:100%}
.sticky-panel{position:sticky;top:92px}
.current-product-cover{aspect-ratio:16/10;border-radius:12px;background-size:cover;background-position:center;margin-bottom:16px;border:1px solid var(--line)}
.product-url-preview{padding:12px;background:var(--bg);border-radius:10px;margin:3px 0 14px;display:flex;flex-direction:column;gap:3px;min-width:0}
.product-url-preview span{font-size:10px;color:var(--muted);font-weight:700}
.product-url-preview strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-status-panel{display:flex;align-items:center;justify-content:space-between;gap:18px}
.product-status-panel>div:first-child>strong{font-size:15px}
.product-status-panel p{font-size:12px;color:var(--muted);margin:5px 0 0}
.product-status-panel form{margin:0}
.creator-readiness{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:20px}
.readiness-item{border:1px solid var(--line);border-radius:13px;padding:14px;display:flex;gap:10px;align-items:flex-start}
.readiness-item>span{width:25px;height:25px;border-radius:8px;background:#F2F3F5;color:#69707C;display:grid;place-items:center;font-size:11px;font-weight:850;flex:0 0 auto}
.readiness-item.done>span{background:#ECFDF3;color:#087A48}
.readiness-item>div{display:flex;flex-direction:column}
.readiness-item strong{font-size:12px}
.readiness-item small{font-size:10px;color:var(--muted);margin-top:2px}
.simple-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:22px;font-size:12px}
.simple-pagination a{font-weight:800;color:var(--primary)}
.simple-pagination>span{color:var(--muted)}
.simple-pagination .page-disabled{opacity:.45}

/* Marketplace */
.explore-section{padding-top:42px}
.explore-filters{margin-top:22px}
.explore-search{margin-top:0;max-width:760px}
.explore-search button{border:0;background:transparent;color:var(--primary);font-weight:800;padding:0 3px;cursor:pointer}
.market-heading-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}
.market-heading-row h2{font-size:28px;letter-spacing:-1px;margin:5px 0 0}
.market-heading-row>span{font-size:12px;color:var(--muted)}
.market-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.market-product-card{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;transition:.16s ease;min-width:0}
.market-product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.market-product-cover{aspect-ratio:16/10;background:linear-gradient(145deg,#171719,#373255);color:#fff;padding:18px;display:flex;flex-direction:column;justify-content:space-between;background-size:cover;background-position:center}
.market-product-cover.has-image{color:transparent}
.market-product-cover strong{font-size:20px;line-height:1.05;letter-spacing:-.7px;max-width:90%}
.product-type-label{font-size:9px;letter-spacing:1.7px;font-weight:850;color:#CBC6FF}
.market-product-body{padding:14px}
.market-product-title{font-size:14px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.market-product-creator{font-size:11px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.market-product-meta{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:14px}
.market-product-meta span{font-size:10px;color:var(--muted)}
.market-product-meta strong{font-size:14px;white-space:nowrap}
.storefront-products-heading{display:flex;align-items:center;justify-content:space-between;margin:32px 0 15px}
.storefront-products-heading h2{font-size:22px;letter-spacing:-.6px;margin:0}
.storefront-grid{grid-template-columns:repeat(3,1fr)}

/* Public product */
.product-public-page{background:var(--bg);padding:55px 0 85px;min-height:calc(100vh - 140px)}
.product-public-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.7fr);gap:28px;align-items:start}
.product-public-cover{aspect-ratio:16/9;border-radius:22px;background:linear-gradient(145deg,#171719,#373255);padding:32px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;background-size:cover;background-position:center;box-shadow:0 12px 35px rgba(17,19,24,.08)}
.product-public-cover.has-image{color:transparent}
.product-public-cover>span{font-size:10px;font-weight:850;letter-spacing:2px;color:#CBC6FF}
.product-public-cover>strong{font-size:40px;line-height:1;letter-spacing:-2px;max-width:80%}
.product-public-content{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;margin-top:18px}
.product-public-content h2{font-size:18px;margin:0 0 12px}
.product-public-content h2:not(:first-child){margin-top:30px}
.product-description{font-size:14px;color:#454C56;line-height:1.75}
.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.included-grid>div{background:var(--bg);border-radius:11px;padding:12px;display:flex;align-items:center;gap:8px;font-size:12px}
.included-grid>div span{color:var(--success);font-weight:900}
.product-buy-card{position:sticky;top:94px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:var(--shadow)}
.product-buy-card h1{font-size:28px;line-height:1.08;letter-spacing:-1.2px;margin:8px 0 16px}
.product-byline{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}
.product-byline>span:last-child{display:inline!important}
.public-price{font-size:28px;font-weight:900;letter-spacing:-1px;margin:26px 0 12px}
.secure-note{text-align:center;color:var(--muted);font-size:10px;margin:9px 0 20px}
.buy-card-details{border-top:1px solid var(--line);padding-top:16px;display:flex;flex-direction:column;gap:10px}
.buy-card-details>div{display:flex;justify-content:space-between;gap:12px;font-size:11px}
.buy-card-details span{color:var(--muted)}

/* Checkout preview */
.checkout-preview-section{min-height:calc(100vh - 140px);background:var(--bg);padding:50px 15px;display:grid;place-items:start center}
.checkout-preview-card{width:min(100%,510px);background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}
.checkout-brand{display:inline-block;margin-bottom:32px}
.checkout-preview-card h1{font-size:28px;letter-spacing:-1.2px;margin:6px 0 18px}
.checkout-line{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:13px}
.checkout-notice{background:#F8F7FF;border:1px solid #E5E1FF;border-radius:13px;padding:14px;margin:18px 0}
.checkout-notice strong{font-size:13px}
.checkout-notice p{font-size:11px;color:var(--muted);margin:4px 0 0}
.payment-preview-options{display:flex;flex-direction:column;gap:9px;margin:17px 0}
.payment-preview-options>div{border:1px solid var(--line);border-radius:12px;padding:12px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px}
.payment-preview-options>div>div{display:flex;flex-direction:column}
.payment-preview-options strong{font-size:12px}
.payment-preview-options small{font-size:10px;color:var(--muted)}
.payment-preview-options b{font-size:9px;color:var(--primary);background:#F0EFFF;padding:5px 7px;border-radius:999px}

@media(max-width:980px){
    .product-form-grid,.product-public-grid{grid-template-columns:1fr}
    .sticky-panel,.product-buy-card{position:static}
    .market-product-grid,.storefront-grid{grid-template-columns:1fr 1fr}
    .creator-readiness{grid-template-columns:1fr}
}
@media(max-width:760px){
    .creator-product-row{grid-template-columns:55px minmax(0,1fr) auto}
    .creator-product-status{display:none}
    .creator-product-thumb{width:55px;height:45px}
    .creator-product-actions .text-link{display:none}
    .product-type-grid,.billing-options,.included-grid{grid-template-columns:1fr}
    .product-status-panel{align-items:flex-start;flex-direction:column}
    .market-product-grid,.storefront-grid{grid-template-columns:1fr}
    .market-heading-row{align-items:flex-start;flex-direction:column;gap:5px}
    .product-public-page{padding:28px 0 55px}
    .product-public-cover{border-radius:16px;padding:22px}
    .product-public-cover>strong{font-size:30px;max-width:95%}
    .product-public-content{padding:20px}
    .product-buy-card{padding:20px;border-radius:16px}
}
@media(max-width:480px){
    .creator-product-row{grid-template-columns:48px minmax(0,1fr)}
    .creator-product-actions{grid-column:2;justify-content:flex-start}
    .creator-product-thumb{width:48px;height:42px}
    .checkout-preview-card{padding:22px}
}
