:root{
  --bg:#FAF8F6;--card:#fff;--ink:#1f1f24;--muted:#8a858f;--line:#eee8f2;
  --lav:#d9b8ff;--lav2:#f5ecff;--pink:#f4c7d9;--pink2:#fff0f6;--gold:#d8b46a;
  --green:#8bc7a5;--orange:#e7b56b;--gray:#b8b8c0;--shadow:0 18px 42px rgba(54,42,65,.10);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;background:var(--bg);color:var(--ink);overflow-x:hidden}.b2c-bg{position:fixed;pointer-events:none;border-radius:999px;filter:blur(16px);opacity:.45;z-index:-1}.b2c-bg-a{width:360px;height:360px;background:radial-gradient(circle,var(--lav),transparent 68%);left:-120px;top:-80px}.b2c-bg-b{width:420px;height:420px;background:radial-gradient(circle,var(--pink),transparent 70%);right:-180px;top:260px}.app-shell{min-height:100dvh;padding-bottom:86px}.topbar{position:sticky;top:0;z-index:50;background:rgba(250,248,246,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(238,232,242,.8)}.topbar-inner{max-width:1240px;margin:0 auto;padding:12px 18px;display:flex;align-items:center;gap:14px}.brand{display:flex;flex-direction:column;line-height:1;text-decoration:none;color:var(--ink);min-width:132px}.brand b{font-size:16px;letter-spacing:.08em}.brand span{font-size:11px;color:var(--muted);margin-top:4px}.search{flex:1;display:flex;gap:8px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 8px 8px 14px;box-shadow:0 8px 22px rgba(54,42,65,.06)}.search input{border:0;outline:0;flex:1;min-width:0;font-size:14px;background:transparent}.search button,.btn{border:0;border-radius:999px;background:var(--ink);color:#fff;font-weight:800;cursor:pointer;min-height:38px;padding:0 16px}.top-actions{display:flex;align-items:center;gap:8px}.icon-btn{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;min-height:40px;padding:0 13px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 8px 20px rgba(54,42,65,.06)}.main{max-width:1240px;margin:0 auto;padding:18px}.hero{position:relative;overflow:hidden;border-radius:30px;min-height:310px;background:linear-gradient(135deg,#fff,#f8efff 55%,#fff0f6);box-shadow:var(--shadow);border:1px solid rgba(238,232,242,.9)}.hero-track{display:flex;height:100%;transition:transform .35s ease}.hero-slide{min-width:100%;display:grid;grid-template-columns:1.1fr .9fr;gap:16px;padding:38px}.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:14px}.eyebrow{display:inline-flex;width:max-content;background:rgba(217,184,255,.25);border:1px solid rgba(217,184,255,.55);border-radius:999px;padding:8px 12px;color:#7e5aa3;font-size:12px;font-weight:900;letter-spacing:.08em}.hero h1{font-size:clamp(30px,5vw,56px);line-height:1.02;margin:0;letter-spacing:-.04em}.hero p{color:#696070;line-height:1.7;max-width:560px;margin:0}.hero-img{min-height:240px;border-radius:26px;overflow:hidden;background:linear-gradient(135deg,var(--lav2),var(--pink2));display:flex;align-items:center;justify-content:center}.hero-img img{width:100%;height:100%;object-fit:cover}.dots{position:absolute;left:38px;bottom:22px;display:flex;gap:7px}.dot{width:8px;height:8px;border-radius:99px;background:#cdbed9}.dot.active{width:24px;background:var(--ink)}.section{margin-top:24px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.section h2{margin:0;font-size:22px;letter-spacing:-.02em}.section-sub{color:var(--muted);font-size:13px;margin-top:5px}.h-scroll{display:flex;gap:12px;overflow:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory}.artist-card{scroll-snap-align:start;flex:0 0 130px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px 12px;box-shadow:0 12px 28px rgba(54,42,65,.06);cursor:pointer}.artist-img{width:82px;height:82px;margin:0 auto 10px;border-radius:999px;background:linear-gradient(135deg,var(--lav2),var(--pink2));overflow:hidden}.artist-img img{width:100%;height:100%;object-fit:cover}.artist-card b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.quick-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:18px;text-decoration:none;color:var(--ink);box-shadow:0 12px 28px rgba(54,42,65,.06);min-height:116px;display:flex;flex-direction:column;justify-content:space-between;transition:.18s ease}.quick-card:hover,.product-card:hover,.artist-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(54,42,65,.12)}.quick-icon{width:42px;height:42px;border-radius:15px;background:linear-gradient(135deg,var(--lav2),var(--pink2));display:grid;place-items:center;font-weight:900;color:#7e5aa3}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 12px 28px rgba(54,42,65,.06);transition:.18s ease;display:flex;flex-direction:column}.product-media{aspect-ratio:1/1;background:linear-gradient(135deg,var(--lav2),var(--pink2));overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-body{padding:13px;display:grid;gap:8px;flex:1}.product-title{font-weight:900;font-size:14px;line-height:1.38;min-height:38px}.product-meta{display:flex;gap:6px;align-items:center;justify-content:space-between}.price{font-weight:950;font-size:16px}.compare{color:var(--muted);font-size:12px;text-decoration:line-through}.badge{border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;width:max-content}.status-in_stock{background:#ecfff4;color:#207744}.status-low_stock{background:#fff7e8;color:#9a6423}.status-preorder{background:var(--lav2);color:#7e5aa3}.status-sold_out,.status-incoming{background:#f0f0f3;color:#777}.card-actions{display:flex;gap:8px}.card-actions button,.card-actions a{flex:1;min-height:38px;border-radius:14px;border:1px solid var(--line);text-decoration:none;display:grid;place-items:center;font-weight:900}.card-actions a{color:var(--ink);background:#fff}.card-actions button{background:var(--ink);color:#fff;cursor:pointer}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;min-height:36px;padding:0 13px;cursor:pointer;color:var(--ink);font-weight:800}.chip.active{background:var(--ink);color:#fff}.detail{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:22px}.detail-gallery{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.detail-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--lav2)}.detail-panel{background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow);height:max-content;position:sticky;top:82px}.detail-panel h1{font-size:30px;line-height:1.15;margin:12px 0}.qty{display:flex;align-items:center;gap:8px;margin:18px 0}.qty button{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:#fff;font-weight:900}.qty input{height:42px;width:72px;text-align:center;border:1px solid var(--line);border-radius:14px}.wide-btn{width:100%;min-height:48px;border-radius:16px}.blocks{margin-top:18px;display:grid;gap:12px}.block{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 28px rgba(54,42,65,.06)}.block img{max-width:100%;border-radius:18px}.auth-layout{min-height:calc(100dvh - 80px);display:grid;grid-template-columns:1fr 420px;gap:22px;align-items:center}.login-art{min-height:580px;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,var(--lav2),var(--pink2));box-shadow:var(--shadow);padding:36px;display:flex;flex-direction:column;justify-content:flex-end}.login-art h1{font-size:50px;line-height:1.05;margin:0}.form-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow)}.form-card h2{margin:0 0 16px}.field{display:grid;gap:6px;margin-bottom:12px}.field label{font-size:13px;font-weight:900;color:#62576a}.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:15px;background:#fff;min-height:44px;padding:10px 13px;outline:none}.field textarea{min-height:92px;resize:vertical}.form-link{color:#7e5aa3;font-weight:900;text-decoration:none}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:18px}.list{display:grid;gap:12px}.list-item{background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;display:grid;grid-template-columns:82px 1fr auto;gap:12px;box-shadow:0 12px 28px rgba(54,42,65,.06)}.list-item img{width:82px;height:82px;border-radius:18px;object-fit:cover;background:var(--lav2)}.list-title{font-weight:900}.summary{background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:var(--shadow);height:max-content;position:sticky;top:82px}.row{display:flex;justify-content:space-between;gap:10px;margin:8px 0;color:#5d5665}.row.total{font-size:20px;color:var(--ink);font-weight:950;border-top:1px solid var(--line);padding-top:12px;margin-top:12px}.order-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:16px;box-shadow:0 12px 28px rgba(54,42,65,.06)}.order-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.order-no{font-weight:950}.order-status{font-weight:950;color:#7e5aa3}.proof-form{margin-top:12px;padding-top:12px;border-top:1px solid var(--line);display:grid;gap:8px}.proof-form input{border:1px solid var(--line);border-radius:12px;padding:8px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:55;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-top:1px solid var(--line);display:none;padding:8px 8px max(8px,env(safe-area-inset-bottom))}.bottom-nav a{flex:1;text-align:center;text-decoration:none;color:#665d70;font-size:12px;font-weight:900;padding:8px 0;border-radius:14px}.bottom-nav a.active{background:var(--lav2);color:#7e5aa3}.empty{background:#fff;border:1px dashed #d8ccd9;border-radius:24px;color:var(--muted);padding:28px;text-align:center}.toast{position:fixed;left:50%;bottom:92px;transform:translateX(-50%);background:var(--ink);color:#fff;border-radius:999px;padding:12px 16px;font-weight:900;z-index:80;box-shadow:var(--shadow)}.loading{padding:40px;text-align:center;color:var(--muted)}.err{background:#fff0f0;color:#a33;border:1px solid #ffd0d0;border-radius:18px;padding:12px;margin:12px 0}.pc-only{display:inline-flex}.mobile-only{display:none}
@media(max-width:980px){.topbar-inner{padding:10px 12px}.brand{min-width:90px}.brand span{display:none}.top-actions{display:none}.search{padding:7px 7px 7px 12px}.main{padding:14px 12px}.hero{min-height:auto;border-radius:26px}.hero-slide{grid-template-columns:1fr;padding:26px 22px 46px}.hero-img{min-height:190px}.dots{left:22px}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.detail,.auth-layout,.cart-layout{grid-template-columns:1fr}.detail-panel,.summary{position:static}.login-art{min-height:280px}.login-art h1{font-size:34px}.bottom-nav{display:flex}.list-item{grid-template-columns:70px 1fr}.list-item img{width:70px;height:70px}.list-item>div:last-child{grid-column:2}.pc-only{display:none}.mobile-only{display:inline-flex}.product-title{font-size:13px}.product-body{padding:11px}.section h2{font-size:19px}}
