:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0f172a;--surface: #1e293b;--surface-hover: #334155;--border: rgba(255, 255, 255, .08);--accent: #f59e0b;--accent-glow: rgba(245, 158, 11, .25);--text: #f1f5f9;--text-muted: #94a3b8;--radius: .75rem}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1.5rem;gap:1.5rem;max-width:900px;margin:0 auto}.header{text-align:center}.header h1{font-size:2.2rem;font-weight:800;margin:0;letter-spacing:-.03em;background:linear-gradient(135deg,#f59e0b,#ef4444,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{margin:.25rem 0 0;color:var(--text-muted);font-size:.95rem}.main-layout{display:flex;gap:1.5rem;width:100%;flex:1}@media(max-width:700px){.main-layout{flex-direction:column}}.showcase{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:280px}.animal-stage{width:100%;border-radius:var(--radius);border:1px solid var(--border);padding:2rem 1rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;position:relative;overflow:visible;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.animal-display{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.animal-emoji{font-size:6rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transition:transform .3s ease}.animal-stage:hover .animal-emoji{transform:scale(1.05)}.animal-name{font-size:1.3rem;font-weight:700;letter-spacing:-.01em}.equipped-badge{font-size:.75rem;color:var(--text-muted);background:#ffffff0f;padding:.2rem .6rem;border-radius:99px;font-weight:500}.animal-selector{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center}.animal-btn{font-size:1.6rem;width:42px;height:42px;border-radius:.5rem;border:2px solid transparent;background:var(--surface);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.animal-btn:hover{background:var(--surface-hover);transform:scale(1.1)}.animal-btn.active{border-color:var(--accent);background:var(--accent-glow);box-shadow:0 0 12px var(--accent-glow)}.actions{display:flex;gap:.5rem}.btn{padding:.6rem 1.2rem;border-radius:.5rem;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn:hover{background:var(--surface-hover);transform:translateY(-1px)}.btn-random{background:linear-gradient(135deg,#f59e0b,#ea580c);border-color:transparent;color:#000}.btn-random:hover{filter:brightness(1.1)}.btn-clear{color:var(--text-muted)}.wardrobe{flex:1.2;display:flex;flex-direction:column;gap:.75rem;min-width:280px}.category-tabs{display:flex;gap:.3rem;overflow-x:auto;padding-bottom:.25rem}.cat-tab{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .6rem;border-radius:.5rem;border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:all .2s;white-space:nowrap;min-width:56px}.cat-tab:hover{background:var(--surface-hover)}.cat-tab.active{background:var(--accent-glow);border-color:var(--accent)}.cat-icon{font-size:1.2rem}.cat-label{font-size:.65rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.cat-tab.active .cat-label{color:var(--accent)}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem}.item-btn{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem .5rem;border-radius:.5rem;border:2px solid var(--border);background:var(--surface);cursor:pointer;transition:all .2s;position:relative}.item-btn:hover{background:var(--surface-hover);transform:translateY(-2px);border-color:#ffffff26}.item-btn.equipped{border-color:var(--accent);background:var(--accent-glow);box-shadow:0 0 16px var(--accent-glow)}.item-emoji{font-size:2rem;transition:transform .2s}.item-btn:hover .item-emoji{transform:scale(1.2)}.item-btn.equipped .item-emoji{transform:scale(1.15)}.item-name{font-size:.7rem;color:var(--text-muted);font-weight:500;text-align:center}.equipped-check{position:absolute;top:.25rem;right:.35rem;font-size:.7rem;color:var(--accent);font-weight:700}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999;overflow:hidden}.confetti-piece{position:absolute;top:-10px;border-radius:2px;animation:confettiFall linear forwards}@keyframes confettiFall{0%{opacity:1;transform:translateY(0) rotate(0) scale(1)}to{opacity:0;transform:translateY(100vh) rotate(720deg) scale(.5)}}@keyframes popIn{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}
