:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--background:#f4f6f8;--foreground:#171717;--card-bg:#fff;--border:#e0e0e0;--text-muted:#888;--text-faint:#bbb;--accent-yellow:#ffcb05;--accent-blue:#2a75bb;--accent-blue-dark:#1b4f7a;--accent-caught:#2c7a2c;--accent-exclude:#c0392b}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--background:#14181c;--foreground:#f0f0f0;--card-bg:#1e242b;--border:#2c333b;--text-muted:#9aa4ae;--text-faint:#5b6470}}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.shiny-page{min-height:100vh;padding-bottom:2rem}.shiny-header{background:linear-gradient(135deg, var(--accent-blue), var(--accent-blue-dark));color:#fff;padding:1.5rem 1rem}.shiny-header h1{margin:0 0 .75rem;font-size:1.3rem}.shiny-progress{justify-content:center;align-items:center;gap:1rem;display:flex}.shiny-progress-ring{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:.7rem;font-weight:700;display:flex}.shiny-progress-count{font-size:.9rem}.shiny-region-stats{color:#ffffffd9;margin-top:.75rem;font-size:.8rem}.shiny-region-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.shiny-region-list li{background:#ffffff14;border-radius:8px;flex-direction:column;align-items:center;gap:.15rem;min-width:0;padding:.35rem .25rem;display:flex}.shiny-region-list li span:first-child{color:#ffffffb3;font-size:.65rem}.shiny-region-list li span:last-child{max-width:100%;font-size:.75rem;font-weight:700}.shiny-region-stat-value{flex-wrap:nowrap;align-items:baseline;gap:.3rem;min-width:0;display:flex}.shiny-region-stat-value span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width:480px){.shiny-region-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem}.shiny-region-list li{padding:.3rem .15rem}.shiny-region-list li span:first-child{font-size:.55rem}.shiny-region-list li span:last-child{font-size:.62rem}.shiny-region-stat-value{gap:.2rem}}.shiny-filter-bar{background:var(--background);z-index:10;border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.shiny-pill,.shiny-pill-select{border:1px solid var(--border);background:var(--card-bg);color:var(--foreground);border-radius:999px;padding:.35rem .7rem;font-size:.8rem}button.shiny-pill{cursor:pointer}.shiny-pill.active{background:var(--accent-yellow);border-color:var(--accent-yellow);color:#171717;font-weight:700}.shiny-filter-divider{background:var(--border);align-self:stretch;width:1px;margin:0 .1rem}.shiny-pill-exclude{border:1px dashed var(--text-muted);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem .7rem;font-size:.8rem}.shiny-pill-exclude.active{background:var(--accent-exclude);border-style:solid;border-color:var(--accent-exclude);color:#fff;font-weight:700}.shiny-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;padding:1rem;display:grid}.shiny-card{background:var(--card-bg);text-align:center;border-radius:12px;padding:.75rem;position:relative;box-shadow:0 1px 4px #00000026}.shiny-card img{max-width:112px;max-height:112px}.shiny-card-toggle{border:2px solid var(--border);background:var(--card-bg);color:#fff;cursor:pointer;border-radius:50%;width:1.75rem;height:1.75rem;font-size:.85rem;line-height:1;position:absolute;top:.5rem;right:.5rem}.shiny-card-toggle.caught{background:var(--accent-caught);border-color:var(--accent-caught)}.shiny-card-dex{color:var(--text-muted);font-size:.75rem}.shiny-card-name{font-size:.85rem;font-weight:600}.shiny-card-family{color:var(--text-faint);font-size:.65rem}.shiny-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.shiny-header-top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.shiny-header-top h1{margin:0}.shiny-user{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.shiny-username{color:#ffffffe6;font-size:.85rem;font-weight:600}.login-page{max-width:320px;margin:4rem auto;padding:0 1.5rem;font-family:system-ui,sans-serif}.login-form{flex-direction:column;gap:.75rem;display:flex}.login-label{flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.login-input{border:1px solid var(--border);background:var(--card-bg);color:var(--foreground);border-radius:4px;padding:.5rem;font-size:1rem}.login-error{color:#c0392b;margin:0;font-size:.85rem}.login-form button{background:var(--accent-blue);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-family:inherit;font-size:.9rem}.logout-button{color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:4px;flex-shrink:0;padding:.3rem .75rem;font-family:inherit;font-size:.8rem}
