@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&family=Noto+Sans+TC:wght@400;600&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#1a1a1a;--muted:#555b67;--primary:#ba4a00;--primary-strong:#8b3600;--cream:#fff6ea;--card:#fff;--stroke:#ead9c7}*{box-sizing:border-box}body{color:var(--ink);background:radial-gradient(circle at top,#fff0e1 0%,#fff8f1 45%,#fdfbf8 100%);margin:0;font-family:Manrope,Noto Sans TC,sans-serif}.page-shell{max-width:1200px;margin:0 auto;padding:32px 24px 80px}.store-hero{border:1px solid var(--stroke);background:linear-gradient(135deg,#fff5e8 0%,#fff 45%,#fff0e1 100%);border-radius:28px;padding:28px 32px 40px}.store-nav{justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.logo{font-size:20px;font-weight:700}.nav-links{color:var(--muted);gap:18px;display:flex}.nav-links a{font-size:14px}.cart-button{background:var(--primary);color:#fff;border:none;border-radius:999px;padding:10px 18px;font-weight:600}.hero-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.tag{border:1px solid var(--stroke);color:var(--muted);background:#fffaf4;border-radius:999px;padding:4px 12px;font-size:12px;display:inline-block}h1{margin:16px 0 12px;font-size:32px;line-height:1.2}.hero-copy{color:var(--muted);margin-bottom:18px}.hero-actions{gap:12px;display:flex}button.primary{background:var(--primary);color:#fff;border:none;border-radius:999px;padding:10px 18px;font-weight:600}button.ghost{border:1px solid var(--stroke);background:0 0;border-radius:999px;padding:10px 18px;font-weight:600}.hero-card{background:var(--card);border:1px solid var(--stroke);border-radius:20px;gap:16px;padding:20px;display:grid}.card-title{margin:0;font-weight:600}.card-items{gap:12px;display:grid}.item-name{margin:0;font-weight:600}.item-meta{color:var(--muted);margin:4px 0 0;font-size:13px}.card-footer{color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.section{margin-top:48px}.section-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.product-card{background:var(--card);border:1px solid var(--stroke);border-radius:18px;gap:12px;padding:18px;display:grid}.product-thumb{background:linear-gradient(135deg,#fbe3c8 0%,#fffaf4 100%);border-radius:14px;height:120px}.product-actions{gap:8px;display:flex}.section.wide .cta{background:#fff1df;border:1px solid #f0cfb4;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:24px 28px;display:flex}@media (max-width:720px){.store-nav,.section.wide .cta{flex-direction:column;align-items:flex-start}}
