:root{--espresso:#3f2a22;--dark:#302019;--latte:#ead7c8;--cream:#fff4e6;--paper:#fffaf3;--orange:#f2a65a;--gold:#ffd28a;--ink:#3a261f;--muted:#76584a;--line:rgba(63,42,34,.14);--radius:22px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:78px}
body{margin:0;background:var(--espresso);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}
body.modal-open{overflow:hidden}
h1,h2,h3{font-family:'DM Serif Display',Georgia,serif;font-weight:400}
h2{font-size:clamp(38px,5vw,64px);line-height:1;margin:10px 0 30px}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(92%,1180px);margin:auto}
.topbar{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;min-height:72px;padding:0 4%;background:rgba(54,35,28,.96);color:var(--paper);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px)}
.brand{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.11em}
nav{display:flex;align-items:center;gap:26px;font-size:14px}
nav a.active{color:var(--gold)}
.ghost,.filters button,.copy{border:1px solid rgba(255,255,255,.24);border-radius:999px;background:transparent;color:inherit;padding:10px 16px;cursor:pointer}
.page-view[hidden]{display:none}
.hero{min-height:680px;display:flex;align-items:center;background:var(--espresso);color:var(--paper)}
.hero-inner{max-width:870px}
.eyebrow,.kicker{display:inline-block;color:#8a4f25;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.eyebrow{padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.06);color:var(--gold)}
h1{font-size:clamp(62px,8vw,104px);line-height:.88;letter-spacing:-.055em;margin:24px 0}
.hero p,.subpage-hero p,.dashboard-hero p{max-width:760px;color:var(--latte);font-size:19px;line-height:1.65}
.hero small{display:block;margin-top:24px;color:#cbb2a2}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.actions.centered{justify-content:center}
.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer}
.btn.light{background:var(--paper);color:var(--ink)}
.btn.outline{border-color:rgba(255,255,255,.28);color:#fff;background:transparent}
.btn.dark{background:var(--espresso);color:#fff}
.btn.cream-button{background:#f4e3d4;color:var(--ink)}
.btn.wide{width:100%}
.section{padding:88px 0}
.latte{background:var(--latte)}
.cream{background:var(--cream)}
.espresso{background:var(--espresso);color:var(--paper)}
.gold{color:var(--gold)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category-card{min-height:300px;display:flex;flex-direction:column;padding:28px;background:var(--paper);border:1px solid rgba(255,255,255,.5);border-radius:var(--radius);box-shadow:0 18px 40px rgba(58,38,31,.08)}
.category-mark{width:38px;height:38px;display:grid;place-items:center;background:var(--espresso);color:#fff;border-radius:50%;font-size:11px;font-weight:800}
.category-card h3{font-size:27px;line-height:1.05;margin:24px 0 10px}
.category-card p{margin:0 0 22px;color:var(--muted);line-height:1.55;font-size:14px}
.category-card button{align-self:flex-start;margin-top:auto;padding:0;border:0;background:none;color:#965221;font-size:12px;font-weight:800;cursor:pointer}
.featured{padding-bottom:100px}
.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:24px}
.filters{display:flex;gap:8px;margin-bottom:30px}
.filters button{padding:8px 13px;font-size:12px}
.filters button.active{background:var(--orange);border-color:var(--orange);color:var(--ink)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{overflow:hidden;background:var(--paper);color:var(--ink);border-radius:var(--radius);cursor:pointer;outline:none;transition:transform .2s ease,box-shadow .2s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(0,0,0,.2)}
.cover{height:205px;display:flex;align-items:flex-end;padding:20px;background:radial-gradient(circle at 82% 18%,rgba(242,166,90,.65),transparent 32%),linear-gradient(135deg,#fffaf2,#efd7c1)}
.cover,.market-cover{background-color:#f2dfcf;background-position:center;background-size:cover;background-repeat:no-repeat}
.tag{padding:7px 9px;border-radius:999px;background:var(--espresso);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase}
.product-body{padding:22px}
.product-body h3{font-size:25px;line-height:1.05;margin:0 0 10px}
.product-body p{min-height:64px;margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.55}
.meta{display:flex;justify-content:space-between;gap:16px;color:#8b4d24;font-size:11px;font-weight:800}
.shop-hero{padding:88px 0}
.shop-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:center}
.shop-hero h1{font-size:clamp(58px,7vw,92px);color:var(--ink)}
.shop-hero p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.65}
.shop-search-card{padding:30px;background:var(--paper);border:1px solid rgba(255,255,255,.7);border-radius:24px;box-shadow:0 20px 40px rgba(58,38,31,.1)}
.shop-search-card label{display:block;margin-bottom:12px;font-weight:800}
.search-box{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 18px}
.search-box input{width:100%;padding:15px 0;border:0;outline:0;background:transparent;font:inherit}
.search-box span{font-size:24px;color:var(--muted)}
.shop-search-card small{display:block;margin-top:14px;color:var(--muted)}
.shop-toolbar{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:44px}
.market-filters{display:flex;gap:9px;flex-wrap:wrap}
.market-filters button{padding:11px 16px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--ink);cursor:pointer}
.market-filters button.active{background:var(--espresso);border-color:var(--espresso);color:#fff}
.sort-control{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px;font-weight:800}
.sort-control select{padding:11px 34px 11px 13px;border:1px solid var(--line);border-radius:12px;background:var(--paper);font:inherit;color:var(--ink)}
.shop-summary{display:flex;justify-content:space-between;align-items:end;gap:20px}
.shop-summary h2{margin-bottom:22px}
.shop-summary span{margin-bottom:28px;color:var(--muted);font-size:13px}
.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.market-card{overflow:hidden;display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:22px;transition:transform .2s ease,box-shadow .2s ease}
.market-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(58,38,31,.11)}
.market-cover{height:220px;display:flex;align-items:flex-end;padding:20px;background:radial-gradient(circle at 82% 18%,rgba(242,166,90,.68),transparent 32%),linear-gradient(135deg,#fffaf2,#efd7c1)}
.market-body{display:flex;flex:1;flex-direction:column;padding:24px}
.market-body h3{font-size:27px;line-height:1.05;margin:14px 0 10px}
.market-body p{margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.55}
.market-price{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}
.market-price strong{font-size:23px}
.market-price span{color:var(--muted);font-size:11px}
.market-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}
.market-actions button,.market-actions .view-details{display:flex;align-items:center;justify-content:center;padding:12px;border:1px solid var(--espresso);border-radius:999px;background:transparent;color:var(--ink);font-weight:800;cursor:pointer;text-align:center}
.market-actions .buy-now{background:var(--espresso);color:#fff}
.empty-market{grid-column:1/-1;padding:70px 20px;text-align:center;background:var(--paper);border-radius:22px;color:var(--muted)}
.shop-confidence{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px}
.shop-confidence article{display:grid;gap:7px;padding:22px;border-top:1px solid var(--line)}
.shop-confidence b{font-family:'DM Serif Display',Georgia,serif;font-size:21px}
.shop-confidence span{color:var(--muted);font-size:12px;line-height:1.5}
.resources{padding:90px 0}
.resource-card{padding:48px;background:var(--paper);border-radius:26px;box-shadow:0 18px 35px rgba(58,38,31,.09)}
.resource-card h2{margin-bottom:18px}
.resource-card p{max-width:820px;color:var(--muted);font-size:16px;line-height:1.65}
.resource-card .btn{margin-top:12px}
.why-market{padding:100px 0}
.orange-card{padding:44px;background:var(--orange);border-radius:28px;box-shadow:0 18px 35px rgba(139,77,36,.2)}
.orange-card h2{max-width:800px;font-size:clamp(36px,5vw,58px)}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
.benefit-grid article{padding:24px;background:var(--paper);border-radius:18px}
.benefit-grid h3{font-size:23px;margin:0 0 8px}
.benefit-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.creator-teaser h2{margin-bottom:24px}
.creator-quote{padding:30px;background:var(--paper);color:var(--ink);border-radius:22px;font-family:'DM Serif Display',Georgia,serif;font-size:clamp(30px,4vw,48px)}
.requirements-mini{margin-top:18px;padding:32px;background:#4a3329;border:1px solid rgba(255,255,255,.12);border-radius:22px}
.requirements-mini h3{font-size:28px;margin:0 0 16px}
.requirements-mini ul{margin:0 0 24px;padding:0;list-style:none;color:var(--latte)}
.requirements-mini li{margin:12px 0}
.requirements-mini li::before{content:'✓';margin-right:10px;color:var(--gold);font-weight:800}
.closing-cta{text-align:center;padding:110px 0}
.closing-cta p{margin:-10px auto 28px;color:var(--muted)}
.creator-studio-hero{position:relative;overflow:hidden;padding:96px 0;background:linear-gradient(135deg,var(--cream) 0%,var(--latte) 100%)}
.creator-studio-hero::after{content:'';position:absolute;width:380px;height:380px;right:-130px;top:-150px;border-radius:50%;background:rgba(242,166,90,.42)}
.creator-studio-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.12fr .88fr;gap:54px;align-items:center}
.creator-studio-label{display:inline-flex;padding:9px 13px;border:1px solid rgba(63,42,34,.18);border-radius:999px;color:#8a4f25;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.creator-studio-copy h1{max-width:760px;color:var(--ink);font-size:clamp(60px,7vw,92px)}
.creator-studio-copy>p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.65}
.creator-studio-copy .actions{align-items:center;margin-top:28px}
.text-link{color:#8a4f25;font-size:13px;font-weight:800}
.creator-opportunity{padding:38px;background:var(--orange);border-radius:30px;box-shadow:0 24px 50px rgba(139,77,36,.22);transform:rotate(1.5deg)}
.creator-opportunity h2{font-size:clamp(46px,5vw,66px);margin:18px 0}
.creator-opportunity>p{color:#5e3b2c;line-height:1.6}
.creator-metrics{display:grid;gap:10px;margin-top:30px}
.creator-metrics div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-top:1px solid rgba(63,42,34,.18)}
.creator-metrics b{font-family:'DM Serif Display',Georgia,serif;font-size:22px}
.creator-metrics span{color:#694334;font-size:12px}
.creator-standards-section{background:var(--paper)}
.creator-section-intro{display:grid;grid-template-columns:1fr 1.2fr;column-gap:40px;align-items:end;margin-bottom:36px}
.creator-section-intro .kicker{grid-column:1/-1}
.creator-section-intro h2{margin-bottom:0}
.creator-section-intro p{max-width:520px;margin:0 0 6px;color:var(--muted);line-height:1.65}
.creator-standards-section .standard-list{grid-template-columns:repeat(3,1fr)}
.creator-standards-section .standard-list article{display:block;min-height:270px;padding:30px;background:var(--cream);border:1px solid var(--line)}
.creator-standards-section .standard-list b{margin-bottom:34px}
.creator-process-section{background:var(--espresso);color:var(--paper)}
.process-heading{display:grid;grid-template-columns:1.1fr .9fr;column-gap:40px;align-items:end}
.process-heading .kicker{grid-column:1/-1}
.process-heading h2{margin-bottom:0}
.process-heading p{max-width:520px;margin:0 0 7px;color:var(--latte);line-height:1.65}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:48px 0 34px;padding:0;list-style:none}
.process-steps li{min-height:220px;padding:26px;background:#4a3329;border:1px solid rgba(255,255,255,.11);border-radius:20px}
.process-steps span{display:block;margin-bottom:38px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.12em}
.process-steps b{display:block;font-family:'DM Serif Display',Georgia,serif;font-size:28px}
.process-steps p{color:var(--latte);font-size:13px;line-height:1.55}
.creator-final-cta{padding:105px 0;text-align:center;background:var(--orange)}
.creator-final-cta h2{font-size:clamp(42px,6vw,68px)}
.subpage-hero,.dashboard-hero{min-height:530px;display:flex;align-items:center;padding:70px 0}
.subpage-hero h1,.dashboard-hero h1{font-size:clamp(58px,7vw,94px)}
.subpage-hero .btn{margin-top:12px}
.creator-page-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}
.standard-list{display:grid;gap:14px}
.standard-list article{display:grid;grid-template-columns:48px 1fr;column-gap:14px;padding:22px;background:var(--paper);border-radius:18px}
.standard-list b{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--orange)}
.standard-list h3{font-size:24px;margin:2px 0 6px}
.standard-list p{margin:0;color:var(--muted)}
.process-panel{padding:34px;background:var(--espresso);color:var(--paper);border-radius:26px}
.process-panel h2{font-size:46px}
.process-panel ol{list-style:none;margin:0 0 26px;padding:0}
.process-panel li{display:grid;gap:3px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.process-panel li b{font-family:'DM Serif Display',Georgia,serif;font-size:23px}
.process-panel li span{color:var(--latte);font-size:13px}
.subpage-cta{text-align:center}
.subpage-cta p{color:var(--muted);margin:-10px 0 26px}
.dashboard-hero{min-height:470px}
.dashboard-content{min-height:500px}
.account-panel h2{margin-bottom:28px}
.purchase-list{display:grid;gap:14px}
.purchase-list article{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px;background:var(--paper);border:1px solid var(--line);border-radius:20px}
.purchase-list h3{font-size:28px;margin:14px 0 5px}
.purchase-list p,.account-note{margin:0;color:var(--muted);font-size:13px}
.account-note{margin-top:20px}
.account-action{margin-top:24px}
.dashboard-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.dashboard-heading h2{margin:8px 0 0}.dashboard-empty{padding:30px;background:var(--paper);border:1px dashed var(--line);border-radius:18px;color:var(--muted);text-align:center}
.admin-intro{max-width:760px;margin:-12px 0 28px;color:var(--muted);line-height:1.6}.admin-review-list{display:grid;gap:16px}
.admin-review-card{padding:28px;background:var(--paper);border:1px solid var(--line);border-radius:22px}.admin-review-heading{display:flex;align-items:start;justify-content:space-between;gap:24px}
.admin-review-heading h3{margin:13px 0 5px;font-size:28px}.admin-review-heading p{margin:0;color:var(--muted)}.admin-review-heading>b{font-family:'DM Serif Display',Georgia,serif;font-size:34px}
.admin-review-card dl{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0}.admin-review-card dl div{padding:15px;background:var(--cream);border-radius:13px}
.admin-review-card dt{margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-review-card dd{margin:0;font-size:13px;line-height:1.5;overflow-wrap:anywhere}
.admin-card-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-card-actions button{padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:var(--espresso);color:#fff;cursor:pointer}.admin-reason{margin:18px 0 0;padding:15px;background:#fff0c7;border-radius:12px;color:#6c5110}
.admin-orders{margin-top:70px}.admin-orders>p{max-width:720px;color:var(--muted);line-height:1.6}
tbody td small{display:block;margin-top:6px;color:var(--muted)}.purchase-list button:disabled,.btn:disabled,.google-auth-button:disabled{opacity:.5;cursor:not-allowed}
.account-plan{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:56px;padding:28px;background:var(--orange);border-radius:22px}
.account-plan h2{margin:8px 0 4px}
.account-plan p{margin:0;color:#654131}
.market-filter-link{display:inline-flex;align-items:center;padding:11px 16px;border:1px solid var(--line);border-radius:999px;background:var(--orange);color:var(--ink);font-weight:500}
.public-free-hero{padding:108px 0;background:var(--espresso);color:var(--paper)}
.free-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:64px;align-items:end}
.public-free-hero h1{margin:18px 0;font-size:clamp(58px,7vw,92px)}
.public-free-hero p{max-width:680px;color:var(--latte);font-size:17px;line-height:1.65}
.public-free-hero .btn{margin-top:18px}
.free-access-note{padding:34px;background:var(--orange);color:var(--ink);border-radius:26px;box-shadow:0 22px 48px rgba(20,10,6,.2)}
.free-access-note b{display:block;margin:20px 0 10px;font-family:'DM Serif Display',Georgia,serif;font-size:72px;line-height:.8}
.free-access-note p{margin:0;color:#654131;font-size:14px}
.free-library-heading{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:34px}
.free-library-heading p{max-width:420px;margin:0;color:var(--muted)}
.live-library-frame-wrap{overflow:hidden;padding:10px;background:var(--paper);border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 42px rgba(75,47,35,.09)}
.live-library-frame{display:block;width:100%;height:860px;border:0;border-radius:16px;background:#fff}
.live-library-fallback{margin:12px 8px 4px;color:var(--muted);font-size:13px;text-align:center}.live-library-fallback a{font-weight:800;text-decoration:underline}
.public-resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.public-resource-card{position:relative;padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:0 14px 32px rgba(75,47,35,.07)}
.imweb-resource-card{overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:0 14px 32px rgba(75,47,35,.07);transition:transform .2s,box-shadow .2s}
.imweb-resource-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(75,47,35,.13)}
.imweb-resource-image{height:300px;display:flex;align-items:flex-end;padding:20px;background-color:var(--latte);background-position:center;background-repeat:no-repeat;background-size:cover}
.imweb-resource-body{display:flex;min-height:285px;flex-direction:column;padding:28px}
.imweb-resource-body h3{margin:16px 0 10px;font-size:31px;line-height:1.05}.imweb-resource-body p{margin:0;color:var(--muted);line-height:1.6}
.resource-link{display:block;margin-top:auto;padding-top:20px;border-top:1px solid var(--line);font-weight:800}
.resource-number{position:absolute;right:26px;top:24px;color:var(--orange);font-family:'DM Serif Display',Georgia,serif;font-size:42px}
.public-resource-card h3{max-width:80%;margin:20px 0 10px;font-size:30px}
.public-resource-card>p{min-height:44px;color:var(--muted);line-height:1.55}
.public-resource-card details{margin-top:22px;border-top:1px solid var(--line)}
.public-resource-card summary{padding:18px 0 3px;cursor:pointer;font-weight:800;list-style-position:inside}
.free-resource-content{margin-top:15px;padding:20px;background:var(--cream);border-radius:15px;font-size:14px;line-height:1.65}
.free-resource-content p{margin:8px 0 0}.free-resource-content ol{margin:10px 0 0;padding-left:20px}
.free-library-foot{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:28px;padding:28px;background:var(--orange);border-radius:20px}
.free-library-foot p{max-width:720px;margin:0;line-height:1.55}
.card-badges{display:flex;align-items:center;justify-content:space-between;gap:12px}
.stage-chip,.detail-chip{display:inline-flex;padding:6px 9px;border-radius:999px;background:var(--latte);color:var(--muted);font-size:10px;font-weight:800;text-transform:capitalize}
.delivery-line{display:grid;gap:5px;margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}
.delivery-line span{color:var(--muted);font-size:11px}
.delivery-line b{font-size:14px}
.bem-hero{overflow:hidden;padding:96px 0;background:linear-gradient(135deg,var(--cream),var(--orange))}
.bem-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.bem-hero h1{color:var(--ink);font-size:clamp(58px,7vw,92px)}
.bem-hero p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.65}
.stage-wheel{position:relative;min-height:440px;border:1px solid rgba(63,42,34,.2);border-radius:50%;background:rgba(255,250,243,.42)}
.stage-wheel span{position:absolute;padding:9px 12px;border-radius:999px;background:var(--paper);box-shadow:0 10px 22px rgba(58,38,31,.1);font-size:11px;font-weight:800}
.stage-wheel span:nth-child(1){left:39%;top:5%}.stage-wheel span:nth-child(2){right:6%;top:25%}.stage-wheel span:nth-child(3){right:6%;bottom:25%}.stage-wheel span:nth-child(4){left:37%;bottom:5%}.stage-wheel span:nth-child(5){left:4%;bottom:26%}.stage-wheel span:nth-child(6){left:3%;top:25%}
.stage-wheel b{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:'DM Serif Display',Georgia,serif;font-size:48px;line-height:.85;text-align:center}
.bem-library{background:var(--cream)}
.bem-heading{display:flex;justify-content:space-between;gap:30px;align-items:end}
.bem-heading p{max-width:500px;color:var(--muted);line-height:1.6}
.stage-filters{display:flex;gap:9px;flex-wrap:wrap;margin:4px 0 34px}
.stage-filters button{padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--ink);cursor:pointer}
.stage-filters button.active{background:var(--espresso);color:#fff}
.bem-plans{background:var(--espresso);color:var(--paper)}
.plan-heading{max-width:720px;margin-bottom:38px}
.plan-heading p{color:var(--latte)}
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.plan-card{position:relative;padding:30px;background:var(--paper);color:var(--ink);border-radius:24px}
.featured-plan{background:var(--orange);transform:translateY(-10px)}
.pro-plan{background:#4a3329;color:var(--paper);border:1px solid rgba(255,255,255,.14)}
.plan-badge{position:absolute;right:20px;top:18px;padding:6px 9px;border-radius:999px;background:var(--espresso);color:#fff;font-size:10px;font-weight:800}
.plan-name{font-family:'DM Serif Display',Georgia,serif;font-size:28px}
.plan-price{display:flex;align-items:end;gap:8px;margin:24px 0}
.plan-price b{font-family:'DM Serif Display',Georgia,serif;font-size:58px;line-height:.8}
.plan-price span{color:var(--muted)}
.pro-plan .plan-price span,.pro-plan p,.pro-plan li{color:var(--latte)}
.plan-card p{min-height:52px;color:var(--muted);line-height:1.55}
.plan-card ul{min-height:120px;padding-left:19px;color:var(--muted);font-size:13px;line-height:1.8}
.detail-chips{display:flex;gap:8px;margin-bottom:24px}
.detail-access{display:grid;gap:6px;margin:24px 0;padding:20px;background:var(--cream);border-radius:16px}
.detail-access b{font-size:20px}.detail-access span{color:var(--muted);font-size:12px}
.detail-actions{display:flex;gap:10px;flex-wrap:wrap}
.published-product-page{min-height:calc(100vh - 70px);padding:52px 0 100px}
.product-page-loading,.product-page-empty{max-width:800px;padding:100px 0}
.product-page-loading h1,.product-page-empty h1{font-size:clamp(48px,7vw,82px)}
.product-page-empty p{margin:-8px 0 28px;color:var(--muted);font-size:17px}
.product-page-back{display:inline-block;margin-bottom:30px;color:var(--muted);font-size:13px;font-weight:800}
.published-product-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:54px;align-items:center}
.published-product-cover{position:relative;min-height:600px;padding:28px;background:linear-gradient(145deg,var(--latte),var(--orange));background-position:center;background-size:cover;border-radius:30px;box-shadow:0 24px 60px rgba(66,40,30,.16)}
.published-product-cover:after{content:'';position:absolute;inset:0;border:1px solid rgba(63,42,34,.12);border-radius:inherit;pointer-events:none}
.published-product-cover>b{position:absolute;left:34px;bottom:34px;font-family:'DM Serif Display',Georgia,serif;font-size:48px;line-height:.9}
.published-product-copy h1{margin:16px 0 18px;font-size:clamp(52px,6vw,78px);line-height:.92}
.product-page-lead{color:var(--muted);font-size:17px;line-height:1.7}
.product-page-price{display:flex;align-items:end;gap:13px;margin:32px 0;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-page-price b{font-family:'DM Serif Display',Georgia,serif;font-size:48px;line-height:.8}.product-page-price span{color:var(--muted);font-size:12px}
.product-page-actions .btn{width:100%;padding:15px 20px}.product-page-trust{display:grid;gap:8px;margin-top:22px;color:var(--muted);font-size:12px}
.product-page-information{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;margin-top:72px}
.product-page-information>article,.product-page-information>aside{padding:36px;background:var(--paper);border:1px solid var(--line);border-radius:24px}
.product-page-information h2{margin:12px 0 18px}.product-page-information h3{margin:26px 0 8px;font-size:25px}
.product-page-information p{color:var(--muted);line-height:1.75;white-space:pre-line}.product-page-information dl{display:grid;gap:0;margin:0}
.product-page-information dl div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line)}.product-page-information dt{color:var(--muted);font-size:12px}.product-page-information dd{margin:0;font-weight:800;text-align:right}
.plan-access-button{border-color:var(--line)!important}
.submit-card{width:min(720px,100%)}
.submit-card fieldset{margin:18px 0;padding:16px;border:1px solid var(--line);border-radius:14px}
.submit-card legend{padding:0 7px;font-weight:800}
.submit-card .check-option{display:flex;align-items:center;gap:9px;margin:9px 0;font-weight:500}
.submit-card .check-option input{width:auto;margin:0}
.submit-card fieldset small{display:block;margin-top:10px;color:var(--muted)}
.image-framing{margin:18px 0;padding:18px;background:var(--cream);border:1px solid var(--line);border-radius:16px}
.submission-image-preview{height:250px;display:grid;place-items:center;margin-bottom:16px;background-color:#ead6c5;background-position:center;background-repeat:no-repeat;background-size:contain;border:1px dashed #caa98f;border-radius:13px;overflow:hidden}
.submission-image-preview span{max-width:260px;color:var(--muted);font-size:12px;line-height:1.5;text-align:center}
.image-framing>label{margin:12px 0}.image-framing>small{display:block;margin-top:12px;color:var(--muted);line-height:1.55}
.image-focus-controls{display:grid;grid-template-columns:1fr 1fr;gap:14px}.image-focus-controls label{margin:5px 0;font-size:12px}.image-focus-controls output{float:right;color:var(--muted)}
.image-focus-controls input[type="range"]{height:auto;padding:0;border:0;background:transparent}
.copyright-confirm{display:flex!important;align-items:flex-start;gap:10px;padding:16px;background:var(--cream);border-radius:14px;line-height:1.5}.copyright-confirm input{width:auto!important;margin:4px 0 0!important}
.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.form-message{min-height:20px;color:var(--muted);font-size:13px}
.upload-progress{height:8px;margin-top:18px;overflow:hidden;background:var(--latte);border-radius:999px}.upload-progress span{display:block;width:5%;height:100%;background:var(--orange);transition:width .2s}
.tool-card{width:min(720px,100%)}
.tool-output{display:grid;gap:7px;margin-top:24px;padding:22px;background:var(--orange);border-radius:18px}
.tool-output b{font-family:'DM Serif Display',Georgia,serif;font-size:26px}.tool-output span{font-weight:800}.tool-output p{margin:0;line-height:1.55}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}
.stats article{padding:26px;background:var(--paper);border:1px solid var(--line);border-radius:18px}
.stats b{display:block;font-size:30px}
.stats span{color:var(--muted);font-size:13px}
.table-wrap{overflow:auto;background:var(--paper);border:1px solid var(--line);border-radius:20px}
table{width:100%;min-width:900px;border-collapse:collapse}
th,td{text-align:left;padding:18px;border-bottom:1px solid var(--line)}
th{font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.copy{border-color:var(--line);color:var(--ink)}
.pill{display:inline-block;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}
.published{background:#dff3e5;color:#25643d}.review{background:#fff0c7;color:#805d00}.revision{background:#ffe0da;color:#8d3729}
.modal{position:fixed;inset:0;z-index:60;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(30,18,14,.74)}
.modal.show{display:flex}
.modal-card{position:relative;width:min(640px,100%);max-height:90vh;overflow:auto;padding:34px;background:var(--paper);border-radius:26px}
.modal-card h2{font-size:46px;margin:10px 0}
.close{position:absolute;top:13px;right:17px;border:0;background:none;font-size:30px;cursor:pointer}
.modal-card label{display:block;margin:16px 0;font-weight:700}
.modal-card input,.modal-card select,.modal-card textarea{width:100%;margin-top:8px;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fff}
.sign-in-card>p{color:var(--muted);line-height:1.6}
.firebase-setup-note{margin:18px 0;padding:14px;background:#fff0c7;color:#6c5110;border-radius:12px;font-size:13px;line-height:1.5}.google-auth-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin:22px 0;padding:13px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);font-weight:800;cursor:pointer}.google-auth-button span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--espresso);color:#fff}
.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.auth-divider:before,.auth-divider:after{content:'';height:1px;flex:1;background:var(--line)}
.auth-mode{display:flex;gap:18px;margin:14px 0 20px}.auth-mode label{display:flex;align-items:center;gap:7px;margin:0;font-weight:500}.auth-mode input{width:auto;margin:0}.text-button{display:block;margin:14px auto 0;border:0;background:none;color:var(--muted);text-decoration:underline;cursor:pointer}
.role-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}
.role-card{display:grid;gap:8px;text-align:left;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;cursor:pointer}
.role-card span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--espresso);color:#fff;font-weight:800}
.role-card b{font-family:'DM Serif Display',Georgia,serif;font-size:23px}
.role-card small{color:var(--muted)}
footer{padding:34px 0;background:var(--dark);color:var(--paper)}
footer .container{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;align-items:center;font-size:12px}
.product-card:focus-visible,.btn:focus-visible,.ghost:focus-visible,.filters button:focus-visible,.category-card button:focus-visible,.copy:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
@media(max-width:900px){nav{gap:12px}nav a{font-size:12px}.category-grid,.product-grid,.market-grid{grid-template-columns:repeat(2,1fr)}.category-card:last-child{grid-column:1/-1}.benefit-grid,.stats{grid-template-columns:repeat(2,1fr)}.creator-page-grid,.shop-hero-grid,.creator-studio-grid,.creator-section-intro,.process-heading,.free-hero-grid{grid-template-columns:1fr}.creator-standards-section .standard-list{grid-template-columns:1fr}.process-steps{grid-template-columns:repeat(2,1fr)}.section-heading-row{display:block}.filters{margin-top:-15px}.shop-confidence{grid-template-columns:1fr}.free-access-note{max-width:500px}}
@media(max-width:620px){html{scroll-padding-top:64px}.topbar{min-height:62px;padding:0 4%}.brand{font-size:10px}nav a{display:none}.ghost{padding:8px 12px;font-size:12px}.hero{min-height:590px}.hero h1{font-size:clamp(49px,15vw,62px)}.hero p,.subpage-hero p,.dashboard-hero p{font-size:15px}.section{padding:64px 0}h2{font-size:39px}.category-grid,.product-grid,.market-grid,.benefit-grid,.stats,.role-options,.process-steps{grid-template-columns:1fr}.category-card:last-child{grid-column:auto}.category-card{min-height:255px}.product-grid{gap:14px}.cover{height:190px}.resource-card,.orange-card{padding:30px 22px}.filters{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.filters button,.market-filters button{white-space:nowrap}.market-filters{overflow:visible;flex-wrap:wrap}.creator-quote{padding:24px}.requirements-mini{padding:24px}.creator-studio-hero{padding:65px 0}.creator-studio-copy h1{font-size:50px}.creator-studio-copy>p{font-size:15px}.creator-opportunity{padding:28px;transform:none}.creator-section-intro{display:block}.creator-section-intro p{margin-top:-12px}.creator-standards-section .standard-list article{min-height:auto}.process-heading{display:block}.process-heading p{margin-top:-12px}.process-steps li{min-height:auto}.subpage-hero,.dashboard-hero{min-height:470px}.subpage-hero h1,.dashboard-hero h1{font-size:50px}.shop-hero{padding:65px 0}.shop-hero h1{font-size:50px}.shop-toolbar{display:block}.sort-control{margin-top:16px}.shop-summary{align-items:start;flex-direction:column}.shop-summary span{margin-top:-15px}.market-cover{height:190px}.purchase-list article{align-items:flex-start;flex-direction:column}.modal-card{padding:30px 22px}.modal-card h2{font-size:38px}.closing-cta{padding:80px 0}footer .container{flex-direction:column;text-align:center}}
@media(max-width:900px){.bem-hero-grid{grid-template-columns:1fr}.stage-wheel{width:min(100%,500px);margin:auto}.plan-grid{grid-template-columns:1fr}.featured-plan{transform:none}.bem-heading{display:block}}
@media(max-width:900px){.published-product-grid,.product-page-information{grid-template-columns:1fr}.published-product-cover{min-height:520px}.published-product-copy{max-width:680px}}
@media(max-width:620px){.bem-hero{padding:65px 0}.bem-hero h1{font-size:50px}.bem-hero p{font-size:15px}.stage-wheel{min-height:340px}.stage-wheel b{font-size:38px}.stage-filters{display:grid;grid-template-columns:repeat(2,1fr)}.stage-filters button{width:100%}.account-plan{align-items:flex-start;flex-direction:column}.detail-actions{display:grid}.detail-actions .btn{width:100%}.market-filter-link{white-space:nowrap}}
@media(max-width:620px){.public-free-hero{padding:70px 0}.public-free-hero h1{font-size:50px}.public-free-hero p{font-size:15px}.free-access-note{padding:26px}.public-resource-grid{grid-template-columns:1fr}.free-library-heading,.free-library-foot{align-items:flex-start;flex-direction:column}.public-resource-card{padding:26px 22px}.public-resource-card h3{font-size:27px}.free-library-foot .btn{width:100%}}
@media(max-width:620px){.live-library-frame-wrap{padding:6px;border-radius:18px}.live-library-frame{height:760px;border-radius:12px}}
@media(max-width:620px){.imweb-resource-image{height:260px}.imweb-resource-body{min-height:250px;padding:24px 22px}.imweb-resource-body h3{font-size:28px}}
@media(max-width:620px){.dashboard-heading,.admin-review-heading{align-items:flex-start;flex-direction:column}.dashboard-heading .btn{width:100%}.admin-review-card dl{grid-template-columns:1fr}.form-actions{display:grid}.form-actions .btn{width:100%}}
@media(max-width:620px){.image-focus-controls{grid-template-columns:1fr}.submission-image-preview{height:210px}}
@media(max-width:620px){.published-product-page{padding:28px 0 70px}.published-product-cover{min-height:380px;border-radius:22px}.published-product-copy h1{font-size:50px}.product-page-price{align-items:flex-start;flex-direction:column}.product-page-information{margin-top:44px}.product-page-information>article,.product-page-information>aside{padding:26px 22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-card{transition:none}}
