:root[data-theme=light],:root{--bg-primary: #fbf1c7;--bg-secondary: #f9f5d7;--bg-tertiary: #ebdbb2;--bg-hover: #d5c4a1;--text-primary: #3c3836;--text-secondary: #504945;--text-tertiary: #665c54;--border-color: #d5c4a1;--error-bg: #cc241d;--error-text: #fbf1c7;--header-bg: #8f3f71;--header-text: #fbf1c7;--accent-blue: #076678;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--bg-primary: #282828;--bg-secondary: #1d2021;--bg-tertiary: #3c3836;--bg-hover: #504945;--text-primary: #ebdbb2;--text-secondary: #d5c4a1;--text-tertiary: #bdae93;--border-color: #504945;--error-bg: #cc241d;--error-text: #fbf1c7;--header-bg: #b16286;--header-text: #fbf1c7;--accent-blue: #83a598;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary)}h1{font-size:3.2em;line-height:1.1}.card{padding:2em}#app{max-width:1280px;margin:0 auto;padding:2rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--border-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.login-container.svelte-3z0wmw{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary)}.login-card.svelte-3z0wmw{background:var(--bg-secondary);padding:3rem;border-radius:16px;border:2px solid var(--border-color);width:100%;max-width:25rem;margin:1rem}.logo.svelte-3z0wmw{margin:0 0 .5rem;font-size:2.5rem;font-weight:700;text-align:center;color:var(--text-primary)}.tagline.svelte-3z0wmw{margin:0 0 2rem;text-align:center;color:var(--text-secondary);font-size:.95rem}.error.svelte-3z0wmw{background:var(--error-bg);color:var(--error-text);padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem}form.svelte-3z0wmw{display:flex;flex-direction:column;gap:1.5rem}.form-group.svelte-3z0wmw{display:flex;flex-direction:column;gap:.5rem}label.svelte-3z0wmw{font-weight:600;font-size:.875rem;color:var(--text-primary)}input.svelte-3z0wmw{padding:.75rem 1rem;font-size:1rem;background:var(--bg-primary);color:var(--text-primary);border:2px solid var(--border-color);border-radius:8px;transition:border-color .2s}input.svelte-3z0wmw:focus{outline:none;border-color:#667eea}input.svelte-3z0wmw:disabled{background:var(--bg-tertiary);cursor:not-allowed}button.svelte-3z0wmw{padding:.875rem 1rem;font-size:1rem;font-weight:600;background:var(--bg-tertiary);color:var(--text-primary);border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s}button.svelte-3z0wmw:hover:not(:disabled){background:var(--bg-hover)}button.svelte-3z0wmw:active:not(:disabled){transform:translateY(1px)}button.svelte-3z0wmw:disabled{opacity:.6;cursor:not-allowed}.theme-toggle.svelte-lu0t34{display:flex;align-items:center;justify-content:center;padding:.5rem;background:#fbf1c71a;color:var(--header-text);border:1px solid rgba(251,241,199,.3);border-radius:6px;cursor:pointer;transition:all .2s}.theme-toggle.svelte-lu0t34:hover{background:#fbf1c733;border-color:#fbf1c780}main.svelte-kktedx{min-height:100vh}header.svelte-kktedx{background:var(--header-bg);color:var(--header-text);padding:2rem;border-bottom:2px solid var(--border-color)}.header-content.svelte-kktedx{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}h1.svelte-kktedx{margin:0;font-size:2.5rem;font-weight:700;color:var(--header-text)}.tagline.svelte-kktedx{margin:.5rem 0 0;opacity:.9;font-size:1.1rem;color:var(--header-text)}.header-buttons.svelte-kktedx{display:flex;align-items:center;gap:.75rem}.home-btn.svelte-kktedx{padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:#fbf1c71a;color:var(--header-text);border:1px solid rgba(251,241,199,.3);border-radius:6px;text-decoration:none;transition:all .2s}.home-btn.svelte-kktedx:hover{background:#fbf1c733;border-color:#fbf1c780}nav.svelte-kktedx{display:flex;gap:1rem;justify-content:center}nav.svelte-kktedx button:where(.svelte-kktedx){padding:.75rem 2rem;font-size:1rem;font-weight:500;border:2px solid rgba(251,241,199,.3);background:#fbf1c71a;color:var(--header-text);border-radius:8px;cursor:pointer;transition:all .2s}nav.svelte-kktedx button:where(.svelte-kktedx):hover{background:#fbf1c733;border-color:#fbf1c780}nav.svelte-kktedx button.active:where(.svelte-kktedx){background:var(--header-text);color:var(--header-bg);border-color:var(--header-text)}.content.svelte-kktedx{padding:3rem 2rem;max-width:1200px;margin:0 auto}.loading.svelte-kktedx{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.125rem}.error.svelte-kktedx{text-align:center;padding:3rem;color:var(--error-text);background:var(--error-bg);border-radius:8px}.error.svelte-kktedx p:where(.svelte-kktedx){font-size:1.125rem;margin-bottom:1rem}.error.svelte-kktedx a:where(.svelte-kktedx){color:#667eea;text-decoration:none;font-weight:500}.scrobbles-section.svelte-kktedx h2:where(.svelte-kktedx){font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.scrobbles-list.svelte-kktedx{display:grid;gap:1rem}.scrobble-card.svelte-kktedx{background:var(--bg-tertiary);border-radius:8px;padding:1.25rem;transition:background .2s}.scrobble-card.svelte-kktedx:hover{background:var(--bg-hover)}.scrobble-main.svelte-kktedx{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.scrobble-info.svelte-kktedx{display:flex;flex-direction:column;gap:.25rem;flex:1}.track-name.svelte-kktedx{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.artist-name.svelte-kktedx{font-size:1rem;color:var(--text-secondary)}.album-name.svelte-kktedx{font-size:.875rem;color:var(--text-tertiary)}.scrobble-time.svelte-kktedx{font-size:.875rem;color:var(--text-tertiary);white-space:nowrap}.stats-grid.svelte-kktedx{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.stats-section.svelte-kktedx{background:var(--bg-tertiary);border-radius:8px;padding:1.5rem}.stats-section.svelte-kktedx h2:where(.svelte-kktedx){font-size:1.25rem;margin-bottom:1rem;color:var(--text-primary)}.stats-list.svelte-kktedx{list-style:none;padding:0;margin:0}.stats-list.svelte-kktedx li:where(.svelte-kktedx){display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.stats-list.svelte-kktedx li:where(.svelte-kktedx):last-child{border-bottom:none}.track-info.svelte-kktedx{display:flex;flex-direction:column;gap:.25rem;text-align:left}.stats-name.svelte-kktedx{font-weight:500;color:var(--text-primary);text-align:left}.stats-artist.svelte-kktedx{font-size:.875rem;color:var(--text-secondary)}.stats-count.svelte-kktedx{font-size:.875rem;color:var(--text-tertiary);font-weight:500}.no-data.svelte-kktedx{text-align:center;color:var(--text-tertiary);padding:2rem;font-style:italic}.recent-scrobbles.svelte-1nfacrl{max-width:87.5rem;margin:0 auto;padding:0 2rem}h2.svelte-1nfacrl{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.loading.svelte-1nfacrl,.error.svelte-1nfacrl,.empty.svelte-1nfacrl{padding:2rem;text-align:center;color:var(--text-secondary)}.error.svelte-1nfacrl{color:var(--error-text);background:var(--error-bg);border-radius:8px}.scrobble-list.svelte-1nfacrl{display:flex;flex-direction:column;gap:.5rem}.scrobble-item.svelte-1nfacrl{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg-tertiary);border-radius:8px;transition:background .2s}.scrobble-item.svelte-1nfacrl:hover{background:var(--bg-hover)}.track-info.svelte-1nfacrl{flex:1;text-align:left}.track-name.svelte-1nfacrl{font-weight:600;font-size:1rem;color:var(--text-primary);margin-bottom:.25rem;text-align:left}.artist-name.svelte-1nfacrl{font-size:.875rem;color:var(--text-secondary);text-align:left}.album-name.svelte-1nfacrl{font-size:.75rem;color:var(--text-tertiary);margin-top:.125rem;text-align:left}.timestamp.svelte-1nfacrl{font-size:.875rem;color:var(--text-tertiary);white-space:nowrap;margin-left:1rem}.top-stats.svelte-1v7jcg5{max-width:100rem;margin:0 auto;padding:0 2rem}.loading.svelte-1v7jcg5,.error.svelte-1v7jcg5{padding:2rem;text-align:center;color:var(--text-secondary)}.error.svelte-1v7jcg5{color:var(--error-text);background:var(--error-bg);border-radius:8px}.stats-grid.svelte-1v7jcg5{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:2rem}.stat-card.svelte-1v7jcg5{background:var(--bg-tertiary);border-radius:12px;padding:1.5rem}h3.svelte-1v7jcg5{font-size:1.25rem;margin:0 0 1rem;color:var(--text-primary)}.stat-list.svelte-1v7jcg5{display:flex;flex-direction:column;gap:.75rem}.stat-item.svelte-1v7jcg5{display:flex;align-items:center;gap:1rem;padding:.75rem;background:var(--bg-secondary);border-radius:6px}.rank.svelte-1v7jcg5{font-weight:700;font-size:1.25rem;color:var(--text-tertiary);min-width:2rem;text-align:center}.name.svelte-1v7jcg5{flex:1;font-weight:500;color:var(--text-primary);text-align:left}.track-details.svelte-1v7jcg5{flex:1;text-align:left}.track-details.svelte-1v7jcg5 .name:where(.svelte-1v7jcg5){font-size:.95rem;margin-bottom:.125rem}.track-details.svelte-1v7jcg5 .artist:where(.svelte-1v7jcg5){font-size:.8rem;color:var(--text-secondary)}.count.svelte-1v7jcg5{font-size:.875rem;color:var(--text-secondary);white-space:nowrap}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary)}main.svelte-1n46o8q{min-height:100vh}header.svelte-1n46o8q{background:var(--header-bg);color:var(--header-text);padding:2rem;border-bottom:2px solid var(--border-color)}.header-content.svelte-1n46o8q{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}h1.svelte-1n46o8q{margin:0;font-size:2.5rem;font-weight:700;color:var(--header-text)}.tagline.svelte-1n46o8q{margin:.5rem 0 0;opacity:.9;font-size:1.1rem;color:var(--header-text)}.user-info.svelte-1n46o8q{display:flex;align-items:center;gap:1rem}.username.svelte-1n46o8q{font-weight:500;font-size:1rem;color:var(--header-text)}.logout-btn.svelte-1n46o8q{padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:#fbf1c71a;color:var(--header-text);border:1px solid rgba(251,241,199,.3);border-radius:6px;cursor:pointer;transition:all .2s}.logout-btn.svelte-1n46o8q:hover{background:#fbf1c733;border-color:#fbf1c780}nav.svelte-1n46o8q{display:flex;gap:1rem;justify-content:center}nav.svelte-1n46o8q button:where(.svelte-1n46o8q){padding:.75rem 2rem;font-size:1rem;font-weight:500;border:2px solid rgba(251,241,199,.3);background:#fbf1c71a;color:var(--header-text);border-radius:8px;cursor:pointer;transition:all .2s}nav.svelte-1n46o8q button:where(.svelte-1n46o8q):hover{background:#fbf1c733;border-color:#fbf1c780}nav.svelte-1n46o8q button.active:where(.svelte-1n46o8q){background:var(--header-text);color:var(--header-bg);border-color:var(--header-text)}.content.svelte-1n46o8q{padding:3rem 2rem}
