:root{--bg: #faf9f6;--text: #1a1a2e;--muted: #6b7280;--card-bg: #ffffff;--border: #e5e1d8;--accent: #2d6a4f;--accent-hover: #1b4332;--radius: 12px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Georgia,Times New Roman,serif;line-height:1.6}.store{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--card-bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-inner{max-width:1100px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{font-size:2rem}.logo-text{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;font-family:Georgia,serif}.logo-tagline{margin:0;font-size:.8rem;color:var(--muted);font-style:italic}.cart-badge{display:flex;align-items:center;gap:.4rem;font-size:1.3rem;cursor:default;-webkit-user-select:none;user-select:none}.cart-count{background:var(--accent);color:#fff;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.75rem;font-weight:700;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.hero{max-width:1100px;margin:0 auto;padding:3rem 2rem 1.5rem;text-align:center}.hero-title{margin:0 0 .5rem;font-size:2rem;font-weight:700;letter-spacing:-.02em}.hero-sub{margin:0;color:var(--muted);max-width:480px;margin-inline:auto;font-size:1rem}.filters{max-width:1100px;margin:0 auto;padding:0 2rem 1.5rem}.filter-label{display:block;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.6rem}.filter-pills{display:flex;flex-wrap:wrap;gap:.4rem}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .85rem;border:1px solid var(--border);border-radius:999px;background:var(--card-bg);color:var(--text);font-family:ui-sans-serif,system-ui,sans-serif;font-size:.8rem;cursor:pointer;transition:all .15s ease}.pill:hover{border-color:var(--accent);background:#f0faf4}.pill-active{background:var(--accent);color:#fff;border-color:var(--accent)}.pill-active:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.pill-dot{width:.7rem;height:.7rem;border-radius:50%;border:1.5px solid rgba(0,0,0,.15);flex-shrink:0}.grid{max-width:1100px;margin:0 auto;padding:0 2rem 3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.hat-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.hat-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.hat-preview{height:160px;display:grid;place-items:center;transition:background .3s ease}.hat-emoji{font-size:3.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.hat-body{padding:1rem 1.25rem 1.25rem}.hat-name{margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.hat-style{margin:0 0 .75rem;color:var(--muted);font-size:.85rem;font-style:italic}.hat-colors{display:flex;gap:.4rem;margin-bottom:1rem}.color-swatch{width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:border-color .15s ease,transform .15s ease;padding:0}.color-swatch:hover{transform:scale(1.15)}.swatch-active{border-color:var(--text);box-shadow:0 0 0 2px var(--bg)}.hat-footer{display:flex;align-items:center;justify-content:space-between}.hat-price{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:var(--accent)}.add-btn{padding:.45rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s ease}.add-btn:hover{background:var(--accent-hover)}.cart-panel{max-width:1100px;margin:0 auto 3rem;padding:1.5rem 2rem;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);margin-inline:2rem}.cart-title{margin:0 0 1rem;font-size:1.1rem;font-weight:700}.cart-list{list-style:none;margin:0;padding:0}.cart-item{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border);font-family:ui-sans-serif,system-ui,sans-serif;font-size:.9rem}.cart-item:last-child{border-bottom:none}.cart-item-name{font-weight:600;flex:1}.cart-item-color{color:var(--muted);font-size:.8rem}.cart-item-price{font-weight:700;color:var(--accent)}.cart-total{margin-top:1rem;text-align:right;font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.1rem;font-weight:700}.footer{margin-top:auto;padding:2rem;text-align:center;color:var(--muted);font-size:.85rem;font-style:italic;border-top:1px solid var(--border)}@media(max-width:600px){.header-inner,.hero,.filters,.grid,.cart-panel{padding-left:1rem;padding-right:1rem}.hero-title{font-size:1.5rem}.grid{grid-template-columns:1fr}}
