.profile-page.svelte-1htx3e8{flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto;padding:2rem 1rem;display:flex}.panel.svelte-1htx3e8{background:#fff;border:1px solid #111;padding:2rem;box-shadow:4px 4px #000}.profile-header.svelte-1htx3e8{color:#fff;background:linear-gradient(135deg,#111 0%,#333 100%);border:none}.header-content.svelte-1htx3e8{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.header-main.svelte-1htx3e8{align-items:center;gap:2rem;display:flex}.avatar-large.svelte-1htx3e8{background:#eee;border:3px solid #fff;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.avatar-large.svelte-1htx3e8 img:where(.svelte-1htx3e8){object-fit:contain;max-width:80%;max-height:80%}.avatar-fallback.svelte-1htx3e8{color:#333;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;font-weight:700;display:flex}.user-info.svelte-1htx3e8 h1:where(.svelte-1htx3e8){margin:0 0 .5rem;font-size:2rem;font-weight:800}.stats-row.svelte-1htx3e8{flex-wrap:wrap;gap:.75rem;display:flex}.points-badge.svelte-1htx3e8,.accuracy-badge.svelte-1htx3e8{margin:0;padding:.3rem .75rem;font-size:.9rem;font-weight:700;display:inline-block}.points-badge.svelte-1htx3e8{color:#000;background:#38f36f}.accuracy-badge.svelte-1htx3e8{color:#111;background:#fff}.bot-tag.svelte-1htx3e8{text-transform:uppercase;letter-spacing:.1em;color:#aaa;margin-top:.5rem;font-size:.8rem;display:block}.settings-btn.svelte-1htx3e8{color:#111;background:#fff;border:1px solid #fff;padding:.5rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s}.header-actions.svelte-1htx3e8{gap:.75rem;display:flex}.settings-btn.svelte-1htx3e8:hover{color:#fff;background:#111;border-color:#fff}.logout-btn.svelte-1htx3e8{color:#f87171;cursor:pointer;background:0 0;border:1px solid #f87171;padding:.5rem 1rem;font-size:.9rem;font-weight:700;transition:all .2s}.logout-btn.svelte-1htx3e8:hover{background:#fef2f2;border-color:#f87171}.section-title.svelte-1htx3e8{text-transform:uppercase;letter-spacing:1px;border-left:4px solid #111;margin-bottom:1.5rem;padding-left:.75rem;font-size:1.25rem;font-weight:800}.profile-content.svelte-1htx3e8{flex-direction:column;gap:3rem;display:flex}.empty-state.svelte-1htx3e8{text-align:center;color:#666;background:#fff;border:1px dashed #ccc;padding:2rem}.active-grid.svelte-1htx3e8{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.active-card.svelte-1htx3e8{background:#fff;border:1px solid #111;flex-direction:column;gap:.5rem;padding:1rem;display:flex;box-shadow:4px 4px #000}.card-date.svelte-1htx3e8{color:#666;text-transform:uppercase;font-size:.75rem}.card-teams.svelte-1htx3e8{font-size:1.1rem;font-weight:700}.card-pick.svelte-1htx3e8{border-top:1px solid #eee;padding-top:.5rem;font-size:.9rem}.table-container.svelte-1htx3e8{background:#fff;border:1px solid #111;min-width:0;overflow-x:auto}.results-table.svelte-1htx3e8{border-collapse:collapse;width:100%;font-size:.95rem}.results-table.svelte-1htx3e8 th:where(.svelte-1htx3e8){text-align:left;text-transform:uppercase;letter-spacing:1px;background:#f6f6f6;border-bottom:2px solid #111;padding:.75rem 1rem;font-size:.8rem}.results-table.svelte-1htx3e8 td:where(.svelte-1htx3e8){vertical-align:middle;border-bottom:1px solid #eee;padding:.75rem 1rem}.results-table.svelte-1htx3e8 tr.is-correct:where(.svelte-1htx3e8){background:#f0fdf4}.results-table.svelte-1htx3e8 tr.is-wrong:where(.svelte-1htx3e8){background:#fef2f2}.td-date.svelte-1htx3e8{color:#666;white-space:nowrap;font-size:.85rem}.td-teams.svelte-1htx3e8{font-weight:700}.vs.svelte-1htx3e8{color:#999;margin:0 .5rem;font-weight:400}.pick-badge.svelte-1htx3e8{background:#fff;border:1px solid #111;min-width:1.5rem;padding:.15rem .5rem;font-weight:700;display:inline-block}.status-indicator.svelte-1htx3e8{white-space:nowrap;border:1px solid;padding:.2rem .5rem;font-size:.8rem;font-weight:800}.is-correct.svelte-1htx3e8 .status-indicator:where(.svelte-1htx3e8){color:#166534}.is-wrong.svelte-1htx3e8 .status-indicator:where(.svelte-1htx3e8){color:#991b1b}.table-note.svelte-1htx3e8{color:#888;margin-top:.75rem;font-size:.8rem;font-style:italic}.has-text-centered.svelte-1htx3e8{text-align:center}.has-text-right.svelte-1htx3e8{text-align:right}@media (width<=600px){.profile-page.svelte-1htx3e8{gap:1.5rem;padding:1rem .75rem}.panel.svelte-1htx3e8{padding:1.25rem;box-shadow:2px 2px #000}.header-main.svelte-1htx3e8{text-align:center;flex-direction:column;gap:1rem}.avatar-large.svelte-1htx3e8{width:72px;height:72px}.user-info.svelte-1htx3e8 h1:where(.svelte-1htx3e8){font-size:1.5rem}.stats-row.svelte-1htx3e8{justify-content:center}.header-actions.svelte-1htx3e8{justify-content:center;width:100%}.active-grid.svelte-1htx3e8{grid-template-columns:1fr}.active-card.svelte-1htx3e8{box-shadow:2px 2px #000}.td-date.svelte-1htx3e8{display:none}.td-teams.svelte-1htx3e8{font-size:.85rem}.profile-content.svelte-1htx3e8{gap:2rem}}
