:root{--canvas:#f5ecd8;--surface:#fff5dc;--yellow:#f6b93b;--teal:#0b8783;--teal-dark:#054c49;--ink:#141414;--muted:#68635a;--border:#1c2423;--shadow:0 6px 0 #1414142e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--ink);margin:0;font-family:Nunito Sans,Avenir Next,system-ui,sans-serif}a{color:inherit;text-decoration:none}.site-header{background:var(--teal-dark);color:#fff;justify-content:space-between;align-items:center;min-height:76px;padding:16px clamp(20px,5vw,72px);display:flex}.brand{letter-spacing:-.06em;font-size:2rem;font-weight:900}.brand span{color:var(--yellow)}.site-header nav{align-items:center;gap:28px;font-weight:800;display:flex}.button{border:2px solid var(--border);box-shadow:var(--shadow);cursor:pointer;font:inherit;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:10px 22px;font-weight:900;display:inline-flex}.button-dark{background:var(--ink);color:#fff}.button-teal{background:var(--teal);color:#fff}.button-cream{background:var(--surface);color:var(--ink)}.button-small{background:var(--yellow);min-height:44px;padding:8px 16px}.hero{background:var(--canvas);padding:clamp(64px,9vw,132px) clamp(20px,8vw,120px) 56px}.eyebrow{letter-spacing:.14em;text-transform:uppercase;font-size:.8rem;font-weight:900}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.07em;max-width:980px;font-size:clamp(3.2rem,8vw,7.4rem);line-height:.9}h2{letter-spacing:-.055em;font-size:clamp(2.2rem,5vw,4.3rem);line-height:.98}h3{margin-bottom:8px;font-size:1.6rem}.hero-copy{max-width:650px;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.55}.hero-actions{flex-wrap:wrap;gap:14px;margin:34px 0 54px;display:flex}.proof{flex-wrap:wrap;gap:12px 28px;font-weight:900;display:flex}.section{padding:76px clamp(20px,6vw,88px)}.section-heading{justify-content:space-between;align-items:end;margin-bottom:32px;display:flex}.section-heading h2{margin-bottom:0}.section-heading>a{color:var(--teal-dark);font-weight:900}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.product-card{background:var(--surface);border:2px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:24px}.product-mark{background:var(--teal);border:2px solid var(--border);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:24px;font-size:1.5rem;font-weight:900;display:flex}.category{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.discount{color:var(--teal-dark);font-size:1.15rem;font-weight:900}.card-footer{border-top:1px solid #1414142e;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding-top:18px;display:flex}.card-footer span{color:var(--muted);font-size:.9rem;font-weight:700}.seller-band{background:var(--teal);color:#fff;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:32px;padding:64px clamp(20px,6vw,88px);display:grid}.seller-band h2,.seller-band p{margin-bottom:0}.seller-band>p{font-size:1.1rem;line-height:1.6}.auth-shell,.dashboard-shell{min-height:100vh;padding:clamp(24px,5vw,72px)}.auth-brand{color:var(--teal-dark);margin-bottom:48px;display:inline-block}.auth-card,.dashboard-card,.empty-state{background:var(--surface);border:2px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:clamp(24px,5vw,52px)}.auth-card{max-width:620px;margin:0 auto}.auth-card h1,.dashboard-card h1{font-size:clamp(2.5rem,6vw,4.8rem)}.auth-form{gap:10px;margin-top:32px;display:grid}.auth-form label{margin-top:10px;font-weight:900}.auth-form input,.auth-form select,.auth-form textarea{border:2px solid var(--border);font:inherit;background:#fff;border-radius:14px;min-height:50px;padding:10px 14px}.auth-form textarea{resize:vertical;min-height:140px}.seller-form-card{max-width:760px}.auth-actions{flex-wrap:wrap;gap:14px;margin-top:22px;display:flex}.notice{background:var(--yellow);border:2px solid var(--border);border-radius:12px;padding:12px 14px}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:48px;display:flex}.dashboard-header .brand{color:var(--teal-dark)}.dashboard-grid{grid-template-columns:1.4fr 1fr;gap:24px;display:grid}.dashboard-welcome{background:var(--surface)}.hall-hero{background:var(--canvas);padding:72px clamp(20px,6vw,88px)}.hall-hero h1{max-width:980px}.empty-state{max-width:720px}@media (max-width:820px){.site-header nav>a{display:none}.hero{padding-top:72px}.product-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:start;gap:16px}.seller-band{grid-template-columns:1fr;align-items:start}.dashboard-grid{grid-template-columns:1fr}}
