:root{--bg: #0f0f1a;--surface: #1a1a2e;--surface-hover: #222240;--accent: #e2a83e;--text: #e8e8f0;--text-muted: #8888a0;--border: #2a2a45}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:2rem}.bgg-badge{display:inline-flex;flex-direction:column;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:.25rem;padding:4px;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s;gap:3px}.bgg-badge:hover{border-color:var(--accent);box-shadow:0 2px 12px #e2a83e26}.bgg-tag{display:block;height:18px;width:auto;image-rendering:pixelated}.bgg-avatar-frame{border:3px solid #8b2252;border-radius:2px;line-height:0}.bgg-avatar{display:block;width:100px;height:100px;image-rendering:pixelated}.bgg-microbadges{display:flex;gap:1px}.bgg-microbadges img{width:16px;height:16px;image-rendering:pixelated}.stats{color:var(--text-muted);font-size:.9rem}.search-bar{position:relative;max-width:400px;margin:0 auto 1.5rem}.search-bar input{width:100%;padding:.6rem 2.2rem .6rem 1rem;border-radius:2rem;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.95rem;outline:none;transition:border-color .2s}.search-bar input::placeholder{color:var(--text-muted)}.search-bar input:focus{border-color:var(--accent)}.search-clear{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);font-size:1.2rem;cursor:pointer;line-height:1;padding:.2rem}.search-clear:hover{color:var(--text)}.controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.filters{display:flex;gap:.5rem}.filters button{background:var(--surface);color:var(--text-muted);border:1px solid var(--border);padding:.5rem 1rem;border-radius:2rem;cursor:pointer;font-size:.85rem;transition:all .2s}.filters button:hover,.filters button.active{background:var(--accent);color:var(--bg);border-color:var(--accent)}.player-filter{display:flex;align-items:center;gap:.5rem}.player-label{color:var(--text-muted);font-size:.85rem}.player-options{display:flex;gap:.25rem}.player-options button{background:var(--surface);color:var(--text-muted);border:1px solid var(--border);padding:.4rem .65rem;border-radius:.4rem;cursor:pointer;font-size:.8rem;min-width:2rem;transition:all .2s}.player-options button:hover,.player-options button.active{background:var(--accent);color:var(--bg);border-color:var(--accent)}.sort{display:flex;align-items:center;gap:.5rem}.sort label{color:var(--text-muted);font-size:.85rem}.sort select{background:var(--surface);color:var(--text);border:1px solid var(--border);padding:.5rem .75rem;border-radius:.5rem;font-size:.85rem;cursor:pointer}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.card{background:var(--surface);border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;border:1px solid var(--border);transition:transform .2s,box-shadow .2s,border-color .2s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006;border-color:var(--accent)}.card-image{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#111;display:flex;align-items:center;justify-content:center}.card-image img{max-width:100%;max-height:100%;object-fit:contain}.badge{position:absolute;padding:.2rem .55rem;border-radius:1rem;font-size:.7rem;font-weight:600;letter-spacing:.02em}.loan-badge{top:.5rem;left:.5rem;background:#d35400;color:#fff}.wishlist-badge{top:.5rem;left:.5rem;background:#c0392b;color:#fff}.plays-badge{top:.5rem;right:.5rem;background:var(--accent);color:var(--bg)}.note-badge{bottom:.5rem;left:.5rem;background:#2980b9;color:#fff}.card-info{padding:.85rem 1rem 1rem}.card-info h2{font-size:.95rem;line-height:1.3;margin-bottom:.15rem}.year{font-size:.8rem;color:var(--text-muted)}.meta{display:flex;gap:.75rem;margin-top:.5rem;font-size:.78rem;color:var(--text-muted)}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;color:var(--text-muted)}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.error{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.1rem;color:#e74c3c}@media(max-width:600px){.app{padding:1rem}.bgg-avatar{width:80px;height:80px}.grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.controls{flex-direction:column;align-items:stretch}.filters,.sort{justify-content:center}}
