:root{--bg:#f7f6fb;--surface:#fff;--surface-2:#f0eef6;--text:#08060d;--text-muted:#6b6375;--border:#e5e4e7;--accent:#aa3bff;--accent-contrast:#fff;--accent-bg:#aa3bff1a;--success:#1f9d55;--success-bg:#1f9d551f;--warning:#a4500a;--warning-bg:#a4500a1a;--shadow:#0000000f 0 1px 2px, #0000000d 0 8px 24px -12px;--radius:12px;--radius-sm:8px;--space:16px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#121218;--surface:#1b1c23;--surface-2:#23242d;--text:#f3f4f6;--text-muted:#9ca3af;--border:#2e303a;--accent:#c084fc;--accent-contrast:#14121a;--accent-bg:#c084fc29;--success:#4ade80;--success-bg:#4ade8024;--warning:#fbbf24;--warning-bg:#fbbf2424;--shadow:#0006 0 1px 2px, #0000004d 0 8px 24px -12px}}*{box-sizing:border-box}body{margin:0}h1{margin:0 0 1rem;font-size:1.75rem}h2{margin:0 0 .5rem;font-size:1.15rem}a{color:inherit}.muted{color:var(--text-muted)}.app-shell{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23aa3bff' stroke-opacity='0.09' stroke-width='5'%3E%3Ccircle cx='50' cy='50' r='45'/%3E%3Cline x1='5' y1='50' x2='95' y2='50'/%3E%3Ccircle cx='50' cy='50' r='13'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23aa3bff' stroke-opacity='0.07' stroke-width='5'%3E%3Ccircle cx='50' cy='50' r='45'/%3E%3Cline x1='5' y1='50' x2='95' y2='50'/%3E%3Ccircle cx='50' cy='50' r='13'/%3E%3C/svg%3E");background-position:right -50px bottom -50px,-30px 120px;background-repeat:no-repeat,no-repeat;background-size:280px,160px;background-attachment:fixed,fixed;flex-direction:column;min-height:100svh;display:flex}.app-header{z-index:10;align-items:center;gap:.5rem var(--space);padding:.75rem var(--space);background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;display:flex;position:sticky;top:0}.brand{align-items:center;gap:.5rem;display:inline-flex}.brand-name{letter-spacing:-.02em;color:var(--accent);white-space:nowrap;font-weight:700}.brand-ball-btn{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;line-height:0;display:inline-flex}.brand-ball-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.top-nav{gap:.25rem;display:flex}.nav-link{border-radius:var(--radius-sm);color:var(--text-muted);padding:.4rem .75rem;font-weight:500;text-decoration:none}.nav-link:hover{background:var(--surface-2);color:var(--text)}.nav-link.active{background:var(--accent-bg);color:var(--accent)}.player-switch{flex-wrap:wrap;gap:.25rem;margin-left:auto;display:flex}.player-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font:inherit;cursor:pointer;border-radius:999px;padding:.35rem .7rem;font-size:.85rem}.player-chip:hover{border-color:var(--accent);color:var(--text)}.player-chip.active{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.sign-out{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font:inherit;cursor:pointer;border-radius:999px;padding:.35rem .7rem;font-size:.85rem}.sign-out:hover{border-color:var(--accent);color:var(--text)}.app-main{width:100%;max-width:1024px;padding:var(--space);flex:1;margin:0 auto}.page{gap:var(--space);flex-direction:column;display:flex}.bottom-nav{display:none}.card-grid{gap:var(--space);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--space)}.card-sub{margin:-.35rem 0 .75rem;font-size:.8rem}.dex-goals{flex-direction:column;gap:.6rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.dex-goal-head{justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.9rem;display:flex}.game-status{flex-direction:column;gap:.35rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.game-status li{justify-content:space-between;gap:.5rem;font-size:.9rem;display:flex}.game-name{font-weight:500}.plain-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.plain-list li{background:var(--surface-2);border-radius:var(--radius-sm);padding:.5rem .65rem;font-size:.9rem}.activity-list{max-height:22rem;overflow-y:auto}.activity-row{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.activity-timestamp{white-space:nowrap;flex-shrink:0;font-size:.8rem}.progress-bar{background:var(--surface-2);border-radius:999px;height:8px;margin-top:.6rem;overflow:hidden}.progress-bar-fill{background:var(--accent);border-radius:inherit;height:100%;transition:width .16s}.track-grid{gap:var(--space);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;display:grid}.track-card{gap:var(--space);flex-direction:column;display:flex}.track-header{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.track-header h2{margin:0}.phase-group{flex-direction:column;gap:.35rem;display:flex}.phase-title{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.7rem;font-weight:700}.milestone-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.milestone{border-radius:var(--radius-sm);cursor:pointer;align-items:flex-start;gap:.55rem;padding:.35rem .4rem;display:flex}.milestone:hover{background:var(--surface-2)}.milestone input{accent-color:var(--accent);cursor:pointer;margin-top:.15rem}.milestone-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.milestone-label{font-size:.9rem;line-height:1.3}.milestone-note{font-size:.78rem;line-height:1.3}.dex-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.dex-goals-inline{flex-wrap:wrap;gap:.35rem 1.25rem;margin:0;padding:0;font-size:.95rem;list-style:none;display:flex}.dex-search{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);min-width:160px;max-width:320px;color:var(--text);font:inherit;flex:200px;padding:.5rem .7rem}.dex-filters,.changes-filters{flex-wrap:wrap;gap:.3rem;display:flex}.filter-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font:inherit;cursor:pointer;border-radius:999px;padding:.3rem .65rem;font-size:.8rem}.filter-chip:hover{border-color:var(--accent);color:var(--text)}.filter-chip.active{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.dex-showing{margin:0;font-size:.85rem}.dex-generations{flex-direction:column;gap:.75rem;display:flex}.dex-generation{flex-direction:column;gap:2px;display:flex}.dex-generation-heading{font-size:inherit;margin:0}.dex-generation-toggle{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem .75rem;display:flex}.dex-generation-toggle:hover{border-color:var(--accent)}.dex-generation-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.dex-generation-label{font-weight:700}.dex-generation-region{color:var(--text-muted);margin-left:.5rem;font-size:.8rem;font-weight:400}.dex-generation-summary{color:var(--text-muted);flex:none;align-items:center;gap:.6rem;font-size:.8rem;font-weight:400;display:inline-flex}.dex-generation-chevron{color:var(--accent);font-size:1rem;transition:transform .12s;transform:rotate(-90deg)}.dex-generation-toggle[aria-expanded=true] .dex-generation-chevron{transform:rotate(0)}.dex-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.dex-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:5.75rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.4rem .6rem;display:grid}.dex-row.complete{background:var(--success-bg);border-color:#0000}.dex-index{align-items:center;gap:.25rem;display:flex}.dex-num{font-family:var(--mono);color:var(--text-muted);font-size:.8rem}.dex-icon{image-rendering:pixelated;flex:0 0 32px;display:block;transform:translate(8px,-5px)}.dex-id{flex-direction:column;min-width:0;line-height:1.2;display:flex}.dex-name-line{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.dex-name{font-weight:500}.dex-types{flex-wrap:wrap;gap:.2rem;display:inline-flex}.type-chip{letter-spacing:.025em;border-radius:999px;padding:.08rem .35rem;font-size:.62rem;font-weight:700;line-height:1.35}.type-normal{color:#171710;background:#a8a77a}.type-fighting{color:#fff;background:#c22e28}.type-flying{color:#171221;background:#a98ff3}.type-poison{color:#fff;background:#a33ea1}.type-ground{color:#201b0e;background:#e2bf65}.type-rock{color:#1d1a09;background:#b6a136}.type-bug{color:#171a04;background:#a6b91a}.type-ghost{color:#fff;background:#735797}.type-steel{color:#19191d;background:#b7b7ce}.type-fire{color:#211006;background:#ee8130}.type-water{color:#101724;background:#6390f0}.type-grass{color:#101c09;background:#7ac74c}.type-electric{color:#211c06;background:#f7d02c}.type-psychic{color:#260b13;background:#f95587}.type-ice{color:#10201f;background:#96d9d6}.type-dragon{color:#fff;background:#6f35fc}.type-dark{color:#fff;background:#705746}.dex-genus{font-size:.75rem}.dex-games{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.game-toggle{color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.3rem;font-size:.8rem;display:inline-flex}.game-toggle input{accent-color:var(--accent);cursor:pointer}.dex-expand{font:inherit;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;margin:0;padding:0}.dex-expand-chevron{color:var(--text-muted);margin-left:.65rem;font-size:.75rem;transition:transform .15s}.dex-expand[aria-expanded=true] .dex-expand-chevron{display:inline-block;transform:rotate(180deg)}.dex-guide{border-top:1px dashed var(--border);grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.75rem;margin-top:.35rem;padding-top:.55rem;display:grid}.dex-guide-game h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .25rem;font-size:.72rem;font-weight:600}.dex-guide-game ul{flex-direction:column;gap:.2rem;margin:0;padding:0;font-size:.8rem;list-style:none;display:flex}.dex-guide-note,.dex-guide-pending{color:var(--text-muted);margin:.25rem 0 0;font-size:.75rem}.dex-empty{padding:var(--space);text-align:center;color:var(--text-muted)}.changes-page .changes-showing{margin:-.5rem 0 0;font-size:.85rem}.change-group{flex-direction:column;gap:.5rem;display:flex}.change-group-title{margin:0}.change-group-blurb{margin:0;font-size:.85rem}.change-list{flex-direction:column;gap:.6rem;display:flex}.change-card{flex-direction:column;gap:.5rem;display:flex}.change-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.35rem;display:flex}.change-head h3{margin:0;font-size:1rem}.change-added{white-space:nowrap;font-size:.75rem}.change-tags{flex-wrap:wrap;align-items:center;gap:.3rem .5rem;display:flex}.change-games{flex-wrap:wrap;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.change-category{text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.change-game{border:1px solid var(--accent);background:var(--accent-bg);color:var(--text);border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.change-summary{margin:0;font-size:.9rem;line-height:1.5}.change-warning{border:1px solid var(--warning);border-radius:var(--radius-sm);background:var(--warning-bg);color:var(--text);margin:0;padding:.5rem .65rem;font-size:.85rem;line-height:1.5}.change-warning strong{color:var(--warning)}.modal-backdrop{z-index:100;padding:var(--space);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:380px;box-shadow:var(--shadow);padding:var(--space);flex-direction:column;gap:.75rem;display:flex}.modal-title{margin:0;font-size:1.1rem}.modal-message{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.45}.modal-actions{justify-content:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.modal-cancel,.modal-confirm{border-radius:var(--radius-sm);font:inherit;cursor:pointer;padding:.45rem .9rem}.modal-cancel{border:1px solid var(--border);background:var(--surface);color:var(--text)}.modal-cancel:hover{border-color:var(--accent)}.modal-confirm{background:var(--accent);color:var(--accent-contrast);border:none;font-weight:600}.auth-loading{padding:var(--space);text-align:center}.auth-screen{min-height:100svh;padding:var(--space);justify-content:center;align-items:center;display:flex}.auth-card{gap:var(--space);flex-direction:column;width:100%;max-width:360px;display:flex}.auth-brand{text-align:center;font-size:1.25rem}.auth-players{flex-wrap:wrap;justify-content:center;gap:.35rem;display:flex}.auth-field{flex-direction:column;gap:.35rem;display:flex}.auth-label{color:var(--text-muted);font-size:.85rem}.auth-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;padding:.55rem .7rem}.auth-error{color:#d1373a;margin:0;font-size:.85rem}.auth-submit{border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-contrast);font:inherit;cursor:pointer;border:none;padding:.6rem .7rem;font-weight:600}.auth-submit:disabled{opacity:.55;cursor:not-allowed}@media (width<=719px){.top-nav{display:none}.player-switch{order:3;width:100%;margin-left:0}.sign-out{margin-left:auto}.dex-row{grid-template-columns:5.25rem minmax(0,1fr)}.dex-games{grid-column:1/-1;justify-content:flex-start}.app-main{padding-bottom:calc(64px + var(--space))}.bottom-nav{z-index:20;background:var(--surface);border-top:1px solid var(--border);padding:.35rem;display:flex;position:fixed;inset:auto 0 0}.bottom-link{text-align:center;border-radius:var(--radius-sm);color:var(--text-muted);flex:1;padding:.5rem .25rem;font-size:.8rem;font-weight:500;text-decoration:none}.bottom-link.active{color:var(--accent);background:var(--accent-bg)}}.pokeball-loading{flex-direction:column;align-items:center;gap:.6rem;padding:2rem 1rem;display:flex}.pokeball-spin{animation:.9s linear infinite pokeball-rotate;display:inline-flex}@keyframes pokeball-rotate{to{transform:rotate(360deg)}}.pikachu-peek{z-index:90;pointer-events:none;filter:drop-shadow(0 6px 12px #00000040);width:84px;height:84px;animation:4s forwards pikachu-pop;position:fixed;bottom:18px;right:18px}@keyframes pikachu-pop{0%{opacity:0;transform:translateY(120%)rotate(-6deg)}12%{opacity:1;transform:translateY(0)rotate(-6deg)}22%{transform:translateY(0)rotate(5deg)}32%{transform:translateY(0)rotate(-3deg)}42%{transform:translateY(0)rotate(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(40%)}}@media (width<=719px){.pikachu-peek{bottom:80px}}@media (prefers-reduced-motion:reduce){.pokeball-spin,.pikachu-peek{animation:none}}
