/* NightGame — Boutique */
.hidden { display: none !important; }
.boutique-main { max-width: 900px; margin: 0 auto; padding: 2rem 1.25rem 4rem; position: relative; z-index: 2; }
.boutique-title { font-family: "Orbitron", sans-serif; font-size: 2.2rem; text-align: center; margin-bottom: 0.5rem; }
.boutique-sub { text-align: center; color: var(--text-muted); margin-bottom: 1rem; }
.boutique-coins { text-align: center; font-family: "Orbitron", sans-serif; font-size: 1.15rem; color: #ffd700; margin-bottom: 1.5rem; }
.boutique-bar { display: flex; justify-content: center; gap: 0.6rem; margin-bottom: 1.5rem; align-items: center; }
.boutique-bar select { padding: 0.55rem 0.9rem; border-radius: 10px; border: 1px solid var(--glass-border); background: rgba(0, 0, 0, 0.3); color: var(--text); font-size: 0.95rem; }
.boutique-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.9rem; }
.boutique-item { background: var(--glass); border: 1px solid var(--glass-border); border-radius: 14px; padding: 1rem; text-align: center; display: flex; flex-direction: column; gap: 0.35rem; }
.boutique-item.equipped { border-color: var(--cyan); box-shadow: 0 0 18px rgba(56, 225, 255, 0.25); }
.boutique-item.locked { opacity: 0.85; }
.boutique-item-icon { font-size: 2rem; }
.boutique-item-name { font-weight: 700; }
.boutique-item-desc { color: var(--text-muted); font-size: 0.8rem; flex: 1; }
.boutique-item-footer { margin-top: 0.4rem; }
.boutique-owned { color: #2ecc71; font-weight: 600; font-size: 0.9rem; }
.boutique-feedback { text-align: center; min-height: 1.3rem; margin-top: 1rem; color: #ff4d6d; font-size: 0.9rem; }
.boutique-guest { text-align: center; color: var(--text-muted); padding: 2rem 0; }
.boutique-guest p { margin-bottom: 1rem; }
