:root{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;width:100%;--color-text: #333;--color-text-secondary: #666;--color-text-muted: #999;--color-background: #f0f0f0;--color-background-elevated: #fff;--color-section-bg: #f6f6f6;--color-section-border: #dedede;--color-primary: #4d6ad8;--color-primary-hover: #3a57c5;--color-accent: #ff69b4;--color-accent-hover: #ff1493;--color-card-bg: #fff;--color-shadow: rgba(0, 0, 0, .1);--color-compact-bar-bg: rgba(255, 255, 255, .9);--color-dot: rgba(0, 0, 0, .2);--color-dot-active: rgba(0, 0, 0, .6);--color-border: #ccc;--color-border-focus: #4d6ad8;--color-pokemon-card-bg: #eee;--color-pokemon-card-hover: #cdf;--color-button-secondary-bg: #fff;--color-button-secondary-hover: #f5f5f5;--color-button-border: #999;--color-hover-overlay: rgba(0, 0, 0, .05);--color-remove-button-bg: rgba(255, 255, 255, .9);--color-toggles-bg: #f5f5f5;color:var(--color-text);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--color-text: #e0e0e0;--color-text-secondary: #b0b0b0;--color-text-muted: #888;--color-background: #1a1a1a;--color-background-elevated: #2a2a2a;--color-section-bg: #242424;--color-section-border: #404040;--color-primary: #6b8aff;--color-primary-hover: #5a7aef;--color-accent: #ff8ac4;--color-accent-hover: #ff6ab4;--color-card-bg: #2a2a2a;--color-shadow: rgba(0, 0, 0, .3);--color-compact-bar-bg: rgba(42, 42, 42, .9);--color-dot: rgba(255, 255, 255, .3);--color-dot-active: rgba(255, 255, 255, .8);--color-border: #505050;--color-border-focus: #6b8aff;--color-pokemon-card-bg: #2e2e2e;--color-pokemon-card-hover: #3a4a6a;--color-button-secondary-bg: #2a2a2a;--color-button-secondary-hover: #353535;--color-button-border: #606060;--color-hover-overlay: rgba(255, 255, 255, .05);--color-remove-button-bg: rgba(42, 42, 42, .9);--color-toggles-bg: #353535}*{box-sizing:border-box}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}body{margin:0;min-width:320px;width:100%;min-height:100vh;overflow-y:scroll}#root{width:100%;margin:0;padding:0}h1,h2,h3{font-weight:700}h1{color:var(--color-accent);font-size:2em;text-align:center;margin:0 0 1em}h2{color:var(--color-primary);font-size:1.5em;margin:0 0 .5em}h3{font-size:1em;line-height:2;margin:2em 0 0}p{font-size:.875em}button{cursor:pointer;font:inherit;background:transparent;border:0;padding:0;margin:0}.section{background:var(--color-section-bg);border-radius:1em;border:1px solid var(--color-section-border);padding:1.25em 1em 1em;margin:0 auto 1.25em;position:relative}.team-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1em;margin:1em 0}.team-button{background-color:var(--color-primary);color:var(--color-background-elevated);font-weight:700;text-align:center;display:inline-block;padding:.4em 1em;border-radius:.25em;cursor:pointer;min-width:8em;transition:background-color .15s ease}.team-button:hover{background-color:var(--color-primary-hover)}.theme-toggle{display:flex;align-items:center;cursor:pointer}.theme-toggle__input{position:absolute;opacity:0;width:0;height:0}.theme-toggle__slider{position:relative;display:inline-block;width:42px;height:24px;background-color:var(--color-border);border-radius:12px;transition:background-color .2s ease}.theme-toggle__knob{position:absolute;width:18px;height:18px;left:3px;top:3px;background-color:#fff;border-radius:50%;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;color:var(--color-text)}.theme-toggle__input:checked+.theme-toggle__slider{background-color:var(--color-primary)}.theme-toggle__input:checked+.theme-toggle__slider .theme-toggle__knob{transform:translate(18px)}.theme-toggle:hover .theme-toggle__slider{opacity:.9}.header{background-color:var(--color-background-elevated);color:var(--color-text)}.header--sticky{position:sticky;top:0;z-index:1100;box-shadow:0 2px 4px var(--color-shadow)}.header__container{max-width:1536px;margin:0 auto;padding:0 1em}.header__toolbar{min-height:64px;display:flex;align-items:center}.header__content{display:flex;align-items:center;gap:1em;flex-grow:1}.header__logo{height:80px;width:auto;object-fit:contain;max-width:90%}@media(min-width:600px){.header__logo{height:150px;max-width:600px}}.header__title{font-size:1.5rem;font-weight:700;margin:0}@media(min-width:600px){.header__title{font-size:2rem}}.header__link{text-decoration:none;color:inherit}.header__game-name{color:var(--color-accent)}.footer{padding:2em 0;margin-top:4em;border-top:1px solid var(--color-section-border);background-color:var(--color-background-elevated)}.footer__container{max-width:1536px;margin:0 auto;padding:0 1em}.footer__text{font-size:.875rem;color:var(--color-text-secondary);margin:0}.faq{margin-top:2em;margin-bottom:2em}.faq__title{font-size:2rem;font-weight:600;margin-bottom:1em;color:#333}.faq__item{border:1px solid #e0e0e0;border-radius:4px;margin-bottom:.5em;background-color:#fff;overflow:hidden}.faq__summary{padding:1em 1.5em;font-size:1.125rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;position:relative;transition:background-color .15s ease}.faq__summary::-webkit-details-marker{display:none}.faq__summary:after{content:"▼";position:absolute;right:1.5em;top:50%;transform:translateY(-50%);font-size:.75rem;transition:transform .2s ease}.faq__item[open] .faq__summary:after{transform:translateY(-50%) rotate(180deg)}.faq__summary:hover{background-color:#f5f5f5}.faq__content{padding:0 1.5em 1.5em;color:#666}.faq__content p{margin:0 0 1em}.faq__content p:last-child{margin-bottom:0}.faq__link{color:#4d6ad8;text-decoration:none}.faq__link:hover{text-decoration:underline}.game-card{display:flex;align-items:center;gap:1.5em;padding:1em;background-color:var(--color-card-bg);border-radius:8px;box-shadow:0 2px 4px var(--color-shadow);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.game-card:hover:not(.game-card--disabled){transform:translate(4px);box-shadow:0 4px 8px var(--color-shadow)}.game-card--disabled{opacity:.5;cursor:not-allowed}.game-card__icon{flex-shrink:0;width:320px;height:120px;background-color:var(--color-section-bg);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.game-card__image{width:100%;height:100%;object-fit:contain;padding:.5em}.game-card__content{flex:1;display:flex;flex-direction:column;gap:.25em}.game-card__title{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.game-card__meta{display:flex;gap:1.5em;font-size:.875rem;color:var(--color-text-secondary)}.game-card__meta-item{display:flex;align-items:center;gap:.5em}.game-card__meta-label{font-weight:500;color:var(--color-text-muted)}.game-card__meta-value{color:var(--color-primary);font-weight:600}@media(max-width:600px){.game-card{display:grid;grid-template-rows:auto auto auto;gap:.75em;padding:1em}.game-card:hover:not(.game-card--disabled){transform:translateY(-2px)}.game-card__title{grid-row:1;font-size:1.1rem;text-align:center;margin:0}.game-card__icon{grid-row:2;width:100%;height:auto;min-height:100px}.game-card__meta{grid-row:3;flex-direction:row;justify-content:center;gap:1.5em;flex-wrap:wrap}.game-card__content{display:contents}}.game-picker{padding:0}.game-picker__title{font-size:2rem;font-weight:600;margin-bottom:.5em;color:#333}.game-picker__description{margin-bottom:2em;color:#666}.game-picker__grid{display:flex;flex-direction:column;gap:.75em;max-width:800px;margin:0 auto}.game-picker__item{width:100%}.game-picker-page{display:flex;flex-direction:column;min-height:100vh;align-items:stretch}.game-picker-page__content{flex-grow:1;display:flex;justify-content:center;padding:1.5em 0}.game-picker-page__container{width:100%;max-width:1200px;padding:0 1em}.gender-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border:none;border-radius:50%;background-color:transparent;cursor:pointer;font-size:.8rem;transition:background-color .15s ease;padding:0}.gender-toggle--male{color:#4169e1}.gender-toggle--male:hover:not(:disabled){background-color:#4169e11a}.gender-toggle--female{color:#ff69b4}.gender-toggle--female:hover:not(:disabled){background-color:#ff69b41a}.gender-toggle:disabled{opacity:.5;cursor:not-allowed}.shiny-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border:none;border-radius:50%;background-color:transparent;cursor:pointer;font-size:.8rem;color:#0000004d;transition:background-color .15s ease,color .15s ease;padding:0}.shiny-toggle--active{color:gold}.shiny-toggle:hover{background-color:#ffd7001a}.type-badge{display:inline-block;color:#fff;font-weight:600;font-size:.75rem;padding:.25em .75em;border-radius:16px;text-transform:capitalize;white-space:nowrap}.type-badge--clickable{cursor:pointer;transition:opacity .15s ease}.type-badge--clickable:hover{opacity:.8}.pokemon-sprite{object-fit:contain;display:block}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2em;text-align:center;gap:1em}.error-boundary__icon{font-size:3rem}.error-boundary__title{font-size:1.5rem;font-weight:600;color:#333;margin:0}.error-boundary__message{font-size:1rem;color:#666;margin:0;max-width:500px}.error-boundary__button{padding:.75em 1.5em;background-color:#4d6ad8;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}.error-boundary__button:hover{background-color:#3a57c4}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1em}.loading-spinner__spinner{border:4px solid #f3f3f3;border-top:4px solid #4d6ad8;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner__message{font-size:1rem;color:#666;margin:0}.tera-picker-overlay{position:fixed;inset:0;z-index:1300;pointer-events:none}.tera-picker{position:absolute;transform:translate(-50%);background-color:#fff;border-radius:4px;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;padding:1em;max-width:300px;z-index:1300;pointer-events:auto}.tera-picker__header{font-size:.875rem;font-weight:600;color:#333;margin-bottom:.75em}.tera-picker__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5em;margin-bottom:.75em}.tera-picker__badge{cursor:pointer;opacity:.7;transition:opacity .15s ease,transform .15s ease}.tera-picker__badge:hover{opacity:1;transform:scale(1.05)}.tera-picker__badge--selected{opacity:1;outline:2px solid #000;outline-offset:2px;border-radius:16px}.tera-picker__clear{width:100%;padding:.5em 1em;border:1px solid #ccc;border-radius:4px;background-color:#fff;color:#666;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.tera-picker__clear:hover{background-color:#f5f5f5;border-color:#999}.tera-toggle-wrapper{position:relative;display:inline-block}.tera-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border:none;border-radius:50%;background-color:transparent;cursor:pointer;font-size:.85rem;color:#0000004d;transition:background-color .15s ease,color .15s ease;padding:0}.tera-toggle:hover{background-color:#0000000a}.tera-toggle--active:hover{opacity:.9}.tera-toggle__badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;border-radius:50%;color:#fff;font-size:.6rem;display:flex;align-items:center;justify-content:center;padding:2px;font-weight:500}.gigantamax-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border:none;border-radius:50%;background-color:transparent;cursor:pointer;font-size:.8rem;color:#0000004d;transition:background-color .15s ease,color .15s ease;padding:0}.gigantamax-toggle--active{color:#ff1744}.gigantamax-toggle:hover{background-color:#ff17441a}.team-builder{padding:1em 0}.team-builder-compact{position:fixed;top:0;left:0;right:0;z-index:100;padding:.75em 0 .5em;background-color:var(--color-compact-bar-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px var(--color-shadow)}@media(max-width:1023px){.planner-page--detail-view .team-builder-compact{display:none}}.team-builder-compact__carousel{max-width:1200px;margin:0 auto;padding:0 1em}.team-builder-compact .team-slot{pointer-events:auto}.team-builder-compact__dots{display:flex;justify-content:center;align-items:center;gap:8px;padding:10px 0 6px}.team-builder-compact__dot{width:10px;height:10px;border-radius:50%;background-color:var(--color-dot);border:none;cursor:pointer;transition:all .2s ease;padding:0;display:flex;align-items:center;justify-content:center;position:relative}.team-builder-compact__dot:not(.team-builder-compact__dot--filled){background-color:#ffffff4d}.team-builder-compact__dot--filled{width:16px;height:16px;background-color:transparent;border:none}.team-builder-compact__pokeball{width:12px;height:12px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.team-builder-compact__dot--active{transform:scale(1.3)}.team-builder-compact__dot--active:not(.team-builder-compact__dot--filled){border:2px solid var(--color-dot-active);background-color:var(--color-dot-active)}.team-builder-compact__dot:hover{transform:scale(1.2)}@media screen and (max-width:900px){.team-builder-compact{padding:.5em 0 .4em}}.team-builder__title{color:var(--color-accent);font-size:2em;font-weight:700;text-align:center;margin:0 0 1em}.team-builder__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5em;margin:0;padding:0;list-style:none}@media(min-width:1024px){.planner-page__sidebar .team-builder__grid{grid-template-columns:1fr}}@media(min-width:1200px){.team-builder__grid--analysis{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);max-width:550px}.team-builder__grid--analysis .team-slot__sprite-section{min-height:100px;padding:.5em}.team-builder__grid--analysis .team-slot__sprite{max-width:80px}.team-builder__grid--analysis .team-slot__sprite-section--empty .pokeball-icon{width:50px;height:50px}.team-builder__grid--analysis .team-slot__info-card{padding:.5em .25em}.team-builder__grid--analysis .team-slot__name{font-size:.65em}}@media(max-width:1023px){.team-builder__grid{grid-template-columns:1fr}}.team-slot{display:flex;flex-direction:row;border-radius:.5em;overflow:hidden;box-shadow:0 2px 4px var(--color-shadow);transition:all .3s ease;min-height:110px;border:2px solid rgba(0,0,0,.2)}.team-slot--compact{box-shadow:0 1px 2px var(--color-shadow);border-width:1px}.team-slot--empty{min-height:auto}.team-slot__info-card--empty{justify-content:flex-start}.team-slot__sprite-section--empty .pokeball-icon{width:70px;height:70px;opacity:.75;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.team-slot--compact .team-slot__sprite-section--empty .pokeball-icon{width:50px;height:50px}.team-slot__sprite-section{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5em;min-width:110px;max-width:110px;min-height:110px;flex-shrink:0;transition:all .3s ease}.team-slot--compact .team-slot__sprite-section{padding:.3em;min-width:100%;max-width:100%;min-height:70px}.team-slot__remove{position:absolute;top:.25em;right:.25em;width:1.25em;height:1.25em;border:none;border-radius:50%;background-color:var(--color-remove-button-bg);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background-color .15s ease,transform .15s ease;filter:drop-shadow(0 0 1px #1b1b1b)}.team-slot--compact .team-slot__remove{width:1em;height:1em;top:.2em;right:.2em}.team-slot__remove:hover{background-color:var(--color-background-elevated);transform:scale(1.1)}.team-slot__remove svg{width:1em;height:1em;fill:var(--color-text-secondary)}.team-slot__sprite{width:100%;max-width:96px;height:96px;object-fit:contain;object-position:center;filter:drop-shadow(0 0 .5px #1b1b1b);transition:max-width .3s ease}.team-slot--compact .team-slot__sprite{max-width:60px;height:60px}.team-slot__info-card{position:relative;display:flex;flex-direction:column;background-color:var(--color-card-bg);padding:.5em;gap:.4em;flex:1;justify-content:center;min-width:0}.team-slot__name{font-size:.85em;font-weight:700;color:var(--color-text);line-height:1.2;margin:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.team-slot__name--link{text-decoration:none;cursor:pointer;transition:color .15s ease}.team-slot__name--link:hover{color:var(--color-primary);text-decoration:underline}.team-slot__info-row{display:flex;align-items:center;gap:.5em;padding-right:2em}.team-slot__types{display:flex;gap:3px;flex-wrap:wrap}.team-slot__toggles{display:flex;flex-direction:row;gap:.25em;flex-wrap:wrap}.team-slot__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.25em;font-size:.7em}.team-slot__stat{display:flex;align-items:center;gap:.2em;min-width:0}.team-slot__stat--total{grid-column:span 2;border-top:1px solid var(--color-section-border);padding-top:.2em}.team-slot__stat-label{font-size:1em;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.team-slot__stat-value{font-size:1em;font-weight:700;color:var(--color-text)}@media screen and (max-width:900px){.team-slot{min-height:80px}.team-slot__sprite-section{min-width:75px;max-width:75px;min-height:80px;padding:.3em}.team-slot__sprite{max-width:65px;height:65px}.team-slot__sprite-section--empty .pokeball-icon{width:50px;height:50px}.team-slot__name{font-size:.8em}.team-slot__stats{font-size:.65em}}@media screen and (max-width:500px){.team-slot{min-height:70px}.team-slot__sprite-section{min-width:65px;max-width:65px;min-height:70px;padding:.25em}.team-slot__sprite{max-width:55px;height:55px}.team-slot__sprite-section--empty .pokeball-icon{width:45px;height:45px}.team-slot__name{font-size:.75em}.team-slot__info-card{padding:.35em;gap:.3em}.team-slot__stats{font-size:.6em;gap:.2em}.team-slot__types{gap:2px}.type-badge{font-size:.55rem;padding:1px 6px}}.back-to-top{position:fixed;bottom:2em;right:2em;width:3em;height:3em;border-radius:50%;background-color:var(--color-primary);color:#fff;border:none;font-size:1.25em;font-weight:700;cursor:pointer;box-shadow:0 2px 8px var(--color-shadow);transition:background-color .15s ease,transform .15s ease;z-index:200;display:flex;align-items:center;justify-content:center}.back-to-top:hover{background-color:var(--color-primary-hover);transform:scale(1.1)}.team-controls{display:flex;gap:.75em;flex-wrap:wrap;margin-bottom:1em}.team-controls__button{padding:.5em 1em;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:1px solid}.team-controls__button--primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.team-controls__button--primary:hover{background-color:var(--color-primary-hover);border-color:var(--color-primary-hover)}.team-controls__button--secondary{background-color:var(--color-button-secondary-bg);color:var(--color-text-secondary);border-color:var(--color-border)}.team-controls__button--secondary:hover:not(:disabled){background-color:var(--color-button-secondary-hover);border-color:var(--color-button-border);color:var(--color-text)}.team-controls__button--active{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.team-controls__button--active:hover{background-color:var(--color-primary-hover);border-color:var(--color-primary-hover)}.team-controls__button:disabled{opacity:.5;cursor:not-allowed}.type-tally{display:flex;flex-direction:column;align-items:center;gap:.5em;padding:.5em}.type-tally__dots{display:flex;gap:.35em;justify-content:center;flex-wrap:wrap}.tally-dot{width:16px;height:16px;border-radius:50%;border:1px solid;flex-shrink:0}.tally-dot--neutral{background-color:#e0e0e0;border-color:#bdbdbd}.tally-dot--weak-2x{background-color:#ffab91;border-color:#ff7043}.tally-dot--weak-4x{background-color:#ef5350;border-color:#c62828}.tally-dot--resist-half{background-color:#81c784;border-color:#4caf50}.tally-dot--resist-quarter{background-color:#64b5f6;border-color:#2196f3}.tally-dot--immune{background-color:#5c6bc0;border-color:#3f51b5}.tally-dot--coverage{background-color:#42a5f5;border-color:#1976d2}.tally-dot--coverage-resist{background-color:#ffab91;border-color:#ff7043}.tally-dot--coverage-1x{background-color:#fff59d;border-color:#fbc02d}.tally-dot--coverage-2x{background-color:#66bb6a;border-color:#388e3c}.tally-dot--coverage-4x{background-color:#2e7d32;border-color:#1b5e20}.type-analysis{padding:1em 0}.type-analysis__title{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0 0 1em}.type-analysis__tabs{display:flex;gap:.5em;margin-bottom:1em;border-bottom:2px solid var(--color-section-border)}.type-analysis__tab{background:transparent;border:none;border-bottom:3px solid transparent;padding:.75em 1.5em;font-size:.9rem;font-weight:600;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.type-analysis__tab:hover{color:var(--color-primary);background-color:var(--color-hover-overlay)}.type-analysis__tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.type-analysis__content{padding:1em 0}.type-analysis__legend{display:flex;flex-wrap:wrap;gap:2em;margin-bottom:1.5em;padding:.75em 1em;background:var(--color-section-bg);border-radius:8px;border:1px solid var(--color-section-border)}.legend-section{display:flex;align-items:center;gap:.75em}.legend-title{font-weight:600;font-size:.875rem;color:var(--color-text)}.legend-items{display:flex;gap:.75em;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.25em;font-size:.8125rem;color:var(--color-text-secondary)}.legend-dot{width:14px;height:14px;border-radius:50%;border:1px solid;flex-shrink:0}.coverage-mode-toggle{display:flex;gap:.5em;border-radius:4px;overflow:hidden;border:1px solid var(--color-section-border)}.coverage-mode-button{padding:.35em .75em;font-size:.8125rem;font-weight:600;background:var(--color-background-elevated);color:var(--color-text-secondary);border:none;cursor:pointer;transition:all .2s ease}.coverage-mode-button:hover{background:var(--color-hover-overlay);color:var(--color-primary)}.coverage-mode-button--active{background:var(--color-primary);color:var(--color-background-elevated)}.coverage-mode-button--active:hover{background:var(--color-primary-hover);color:var(--color-background-elevated)}.legend-dot--weak-2x{background-color:#ffab91;border-color:#ff7043}.legend-dot--weak-4x{background-color:#ef5350;border-color:#c62828}.legend-dot--resist-half{background-color:#81c784;border-color:#4caf50}.legend-dot--resist-quarter{background-color:#64b5f6;border-color:#2196f3}.legend-dot--immune{background-color:#5c6bc0;border-color:#3f51b5}.legend-dot--coverage-resist{background-color:#ffab91;border-color:#ff7043}.legend-dot--coverage-1x{background-color:#fff59d;border-color:#fbc02d}.legend-dot--coverage-2x{background-color:#66bb6a;border-color:#388e3c}.legend-dot--coverage-4x{background-color:#2e7d32;border-color:#1b5e20}.type-analysis__section{background:var(--color-background-elevated);border-radius:8px;border:1px solid var(--color-section-border);padding:1em;margin-bottom:1em}.type-analysis__section-title{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0 0 .75em}.type-analysis__grid{display:grid;grid-template-columns:1fr;gap:1.5em}.type-analysis__subsection-title{font-size:.875rem;font-weight:600;margin:0 0 .5em}.type-analysis__subsection-title--weakness{color:#d32f2f}.type-analysis__subsection-title--resistance,.type-analysis__subsection-title--coverage{color:#1976d2}.type-analysis__empty{font-size:.875rem;color:var(--color-text-muted);margin:0;font-style:italic}.type-analysis__type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5em}.detail-navigation{display:flex;align-items:center;gap:16px;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.detail-navigation__nav-button{width:40px;height:40px;border:none;background:#fff3;color:#fff;font-size:24px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.detail-navigation__nav-button:hover{background:#ffffff4d}.detail-navigation__pokemon-info{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.detail-navigation__sprite{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));flex-shrink:0}.detail-navigation__text{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}.detail-navigation__name{margin:0;font-size:24px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-navigation__types{display:flex;gap:8px}.detail-navigation__close-button{width:40px;height:40px;border:none;background:#fff3;color:#fff;font-size:32px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s}.detail-navigation__close-button:hover{background:#ffffff4d}@media(max-width:768px){.detail-navigation{gap:10px;padding:12px}.detail-navigation__nav-button{width:36px;height:36px;font-size:20px}.detail-navigation__sprite{width:48px;height:48px}.detail-navigation__pokemon-info{gap:8px}.detail-navigation__text{gap:4px}.detail-navigation__name{font-size:18px}.detail-navigation__close-button{width:36px;height:36px;font-size:28px}}.stats-hexagon{width:100%;max-width:300px}.stats-hexagon__svg{width:100%;height:auto}.stats-hexagon__background{fill:var(--color-section-bg);stroke:var(--color-section-border)}.stats-hexagon__grid{stroke:var(--color-section-border);opacity:.5}.stats-hexagon__axis{stroke:var(--color-section-border)}.stats-hexagon__polygon{fill:#3b82f64d;stroke:#3b82f6cc}.stats-hexagon__point{fill:#3b82f6}.stats-hexagon__label{font-size:11px;font-weight:600;fill:var(--color-text-secondary)}.stats-hexagon__value{font-size:13px;font-weight:700;fill:var(--color-text)}.ability-selector{display:flex;flex-direction:column;gap:12px}.ability-selector__title{margin:0;font-size:16px;font-weight:700;color:var(--color-text)}.ability-selector__empty{padding:16px;text-align:center;color:var(--color-text-muted);font-size:14px;background:var(--color-section-bg);border-radius:8px}.ability-selector__list{display:flex;flex-direction:column;gap:8px}.ability-selector__item{border:2px solid var(--color-section-border);border-radius:8px;overflow:hidden;transition:all .2s}.ability-selector__item.selected{border-color:var(--color-primary);background:var(--color-hover-overlay)}.ability-selector__item.hidden-ability{border-style:dashed}.ability-selector__button{width:100%;padding:12px 16px;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s;text-align:left}.ability-selector__button:hover,.ability-selector__item.selected .ability-selector__button:hover{background:var(--color-hover-overlay)}.ability-selector__name{font-size:14px;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:8px}.ability-selector__hidden-tag{font-size:11px;font-weight:500;color:#7c3aed;background:#ede9fe;padding:2px 6px;border-radius:4px}.ability-selector__radio{color:var(--color-primary);font-size:18px}.ability-selector__description{padding:12px 16px;background:var(--color-section-bg);border-top:1px solid var(--color-section-border)}.ability-selector__effect{margin:0;font-size:13px;line-height:1.6;color:var(--color-text-secondary)}.stats-tab{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.stats-tab__left{display:flex;flex-direction:column;gap:24px}.stats-tab__nature{display:flex;flex-direction:column;gap:8px}.stats-tab__nature label{font-size:14px;font-weight:600;color:var(--color-text)}.stats-tab__nature-select{padding:10px 12px;border:2px solid var(--color-section-border);border-radius:8px;font-size:14px;background:var(--color-background-elevated);color:var(--color-text);cursor:pointer;transition:border-color .2s}.stats-tab__nature-select:hover{border-color:var(--color-border)}.stats-tab__nature-select:focus{outline:none;border-color:var(--color-primary)}.stats-tab__right{display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px}.stats-tab__sprite{max-width:100%;height:auto}@media(max-width:768px){.stats-tab{grid-template-columns:1fr}.stats-tab__right{display:none}}.move-slot{position:relative;border:2px solid var(--color-section-border);border-radius:8px;overflow:hidden;transition:all .2s}.move-slot:hover{border-color:var(--color-border)}.move-slot--empty{padding:12px;background:var(--color-section-bg);cursor:pointer;width:100%;border-style:dashed;text-align:center}.move-slot--empty:hover{background:var(--color-hover-overlay);border-color:var(--color-primary)}.move-slot__empty-text{font-size:14px;color:var(--color-text-secondary);font-weight:500}.move-slot--filled{background:var(--color-background-elevated)}.move-slot__content{width:100%;padding:10px 40px 10px 12px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .2s}.move-slot__content:hover{background:var(--color-hover-overlay)}.move-slot__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.move-slot__header-right{display:flex;align-items:center;gap:8px}.move-slot__name{font-size:15px;font-weight:700;color:var(--color-text)}.move-slot__learn-method{font-size:11px;font-weight:600;color:var(--color-primary);background:var(--color-hover-overlay);padding:2px 6px;border-radius:3px}.move-slot__stats{display:flex;gap:12px;flex-wrap:wrap}.move-slot__stat{font-size:12px;color:var(--color-text-secondary)}.move-slot__remove{position:absolute;top:6px;right:6px;width:24px;height:24px;border:none;border-radius:50%;background-color:#ef4444e6;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background-color .15s ease,transform .15s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.move-slot__remove:hover{background-color:#dc2626;transform:scale(1.1)}.move-slot__remove svg{width:14px;height:14px;fill:#fff}.move-picker{display:flex;flex-direction:column}.move-picker__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.move-picker__content{display:grid;grid-template-columns:280px 1fr;gap:24px}.move-picker__title{margin:0;font-size:20px;font-weight:700;color:var(--color-text)}.move-picker__cancel{padding:8px 16px;border:2px solid var(--color-section-border);background:var(--color-background-elevated);color:var(--color-text);border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.move-picker__cancel:hover{border-color:var(--color-border);background:var(--color-hover-overlay)}.move-picker__filters{display:flex;flex-direction:column;gap:12px}.move-picker__search{padding:10px 12px;border:2px solid var(--color-section-border);background:var(--color-background-elevated);color:var(--color-text);border-radius:8px;font-size:14px;transition:border-color .2s}.move-picker__search:focus{outline:none;border-color:var(--color-primary)}.move-picker__filter-row{display:flex;align-items:center;gap:12px}.move-picker__filter-row label{font-size:14px;font-weight:600;color:var(--color-text)}.move-picker__select{padding:8px 12px;border:2px solid var(--color-section-border);border-radius:6px;font-size:14px;background:var(--color-background-elevated);color:var(--color-text);cursor:pointer;transition:border-color .2s}.move-picker__select:hover{border-color:var(--color-border)}.move-picker__select:focus{outline:none;border-color:var(--color-primary)}.move-picker__type-filters{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.move-picker__type-button{padding:6px 12px;border:2px solid var(--color-section-border);background:var(--color-background-elevated);color:var(--color-text);border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;min-width:80px;text-align:center}.move-picker__type-button:hover{border-color:var(--color-border)}.move-picker__type-button.active{color:#fff;border:none}.move-picker__list{display:flex;flex-direction:column;gap:8px}.move-picker__empty{padding:32px;text-align:center;color:var(--color-text-muted);font-size:14px}.move-picker__item{padding:12px 16px;border:2px solid var(--color-section-border);border-radius:8px;background:var(--color-background-elevated);cursor:pointer;text-align:left;transition:all .2s}.move-picker__item:hover{border-color:var(--color-primary);background:var(--color-hover-overlay)}.move-picker__item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.move-picker__item-header-right{display:flex;align-items:center;gap:8px}.move-picker__item-name{font-size:15px;font-weight:700;color:var(--color-text)}.move-picker__item-learn-method{font-size:12px;font-weight:600;color:var(--color-primary);background:var(--color-hover-overlay);padding:4px 8px;border-radius:4px}.move-picker__item-stats{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:6px}.move-picker__item-stat{font-size:12px;color:var(--color-text-secondary)}.move-picker__item-description{margin:6px 0 0;font-size:12px;line-height:1.5;color:var(--color-text-secondary)}@media(max-width:768px){.move-picker__content{grid-template-columns:1fr;gap:16px}.move-picker__filters{border-bottom:2px solid var(--color-section-border);padding-bottom:16px}}.moves-tab{min-height:400px}.moves-tab__slots{display:flex;flex-direction:column;gap:16px}.pokemon-detail-view{display:flex;flex-direction:column;height:100%;background:var(--color-background-elevated);border-radius:8px;overflow:hidden}.pokemon-detail-view__tabs{display:flex;gap:4px;padding:16px 16px 0;border-bottom:2px solid var(--color-section-border)}.pokemon-detail-view__tabs .tab-button{flex:1;padding:12px 24px;border:none;background:transparent;color:var(--color-text-secondary);font-size:16px;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s}.pokemon-detail-view__tabs .tab-button:hover{color:var(--color-text);background:var(--color-hover-overlay)}.pokemon-detail-view__tabs .tab-button.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.pokemon-detail-view__content{flex:1;overflow-y:auto;padding:24px}.recommendation-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1em}.recommendation-modal{background-color:var(--color-background);border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;position:relative;padding:1.5em}.recommendation-modal__close{position:absolute;top:.5em;right:.5em;background:none;border:none;font-size:2em;color:var(--color-text-secondary);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.recommendation-modal__close:hover{background-color:var(--color-background-elevated);color:var(--color-text)}.recommendation-modal__header{display:flex;align-items:center;gap:1.5em;margin-bottom:1.5em}.recommendation-modal__sprite{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));flex-shrink:0}.recommendation-modal__title{flex:0 1 auto;display:flex;flex-direction:column;gap:.5em}.recommendation-modal__title h3{margin:0;font-size:1.5em;color:var(--color-text)}.recommendation-modal__types{display:flex;gap:6px;flex-wrap:wrap}.recommendation-modal__score{display:inline-block;background-color:#4caf50;color:#fff;padding:.25em .75em;border-radius:6px;font-size:.875em;font-weight:700;width:fit-content}.recommendation-modal__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75em 1em;flex:1 1 auto;min-width:250px}.recommendation-modal__stat{display:flex;flex-direction:column;align-items:center;gap:.25em}.recommendation-modal__stat-label{font-size:.75em;color:var(--color-text-secondary);font-weight:600;text-transform:uppercase}.recommendation-modal__stat-value{font-size:1.25em;font-weight:700;color:var(--color-text)}.recommendation-modal__reasons{border-top:1px solid var(--color-border);padding-top:1em}.recommendation-modal__reasons h4{margin:0 0 1em;font-size:1.125em;color:var(--color-text)}.recommendation-modal__reason-groups{display:grid;grid-template-columns:1fr;gap:1.5em}@media(min-width:768px){.recommendation-modal__reason-groups{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.recommendation-modal__reason-group{margin-bottom:0}.recommendation-modal__reason-group:last-child{margin-bottom:0}.recommendation-modal__reason-group h5{margin:0 0 .5em;font-size:.875em;color:var(--color-text-secondary);text-transform:uppercase;font-weight:600;letter-spacing:.5px}.recommendation-modal__reason-group ul{margin:0;padding-left:1.5em;list-style:disc}.recommendation-modal__reason-group li{font-size:.875em;color:var(--color-text);line-height:1.6;margin-bottom:.5em}.recommendation-modal__reason-group li:last-child{margin-bottom:0}@media(max-width:768px){.recommendation-modal{padding:1em;max-width:500px}.recommendation-modal__header{flex-direction:column;align-items:center;text-align:center;gap:1em}.recommendation-modal__sprite{width:96px;height:96px}.recommendation-modal__title{align-items:center}.recommendation-modal__stats{grid-template-columns:repeat(4,1fr);width:100%;padding:1em;background-color:var(--color-background-elevated);border-radius:8px}.recommendation-modal__reason-groups{grid-template-columns:1fr}}.pokemon-entry{background:var(--color-pokemon-card-bg);border-radius:.5em;cursor:pointer;transition:background-color .15s ease,transform .15s ease;overflow:hidden;position:relative}.pokemon-entry:hover{background-color:var(--color-pokemon-card-hover)}.pokemon-entry.in-team{opacity:.4;filter:grayscale(.5)}.pokemon-entry__content{display:flex;flex-direction:column;align-items:center;padding:.75em;min-height:160px}.pokemon-entry__stat{position:absolute;top:.25em;right:.25em;background-color:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700;padding:.25em .5em;border-radius:4px;min-width:2em;text-align:center;box-shadow:0 1px 3px var(--color-shadow)}.pokemon-entry__score{position:absolute;top:.25em;left:.25em;background-color:#4caf50;color:#fff;font-size:.75rem;font-weight:700;padding:.25em .5em;border-radius:4px;min-width:2em;text-align:center;box-shadow:0 1px 3px var(--color-shadow)}.pokemon-entry__sprite{width:96px;height:96px;object-fit:contain;filter:drop-shadow(0 0 .5px #1b1b1b);transition:padding .15s ease}.pokemon-entry:hover .pokemon-entry__sprite{animation:jump .33s linear infinite}.pokemon-entry__name{font-size:.75rem;font-weight:600;text-align:center;margin:4px 0;line-height:1.2;color:var(--color-text)}.pokemon-entry__name--link{text-decoration:none;cursor:pointer;transition:color .15s ease}.pokemon-entry__name--link:hover{color:var(--color-primary);text-decoration:underline}.pokemon-entry__types{display:flex;gap:4px;flex-wrap:wrap;justify-content:center}.type-badge{font-size:.625rem;font-weight:600;padding:2px 8px;border-radius:3px;color:#fff;text-transform:uppercase;text-shadow:0 1px 1px rgba(0,0,0,.3);letter-spacing:.5px}.type-badge--normal{background-color:#a8a878}.type-badge--fire{background-color:#f08030}.type-badge--water{background-color:#6890f0}.type-badge--electric{background-color:#f8d030;color:#333;text-shadow:none}.type-badge--grass{background-color:#78c850}.type-badge--ice{background-color:#98d8d8;color:#333;text-shadow:none}.type-badge--fighting{background-color:#c03028}.type-badge--poison{background-color:#a040a0}.type-badge--ground{background-color:#e0c068;color:#333;text-shadow:none}.type-badge--flying{background-color:#a890f0}.type-badge--psychic{background-color:#f85888}.type-badge--bug{background-color:#a8b820}.type-badge--rock{background-color:#b8a038}.type-badge--ghost{background-color:#705898}.type-badge--dragon{background-color:#7038f8}.type-badge--dark{background-color:#705848}.type-badge--steel{background-color:#b8b8d0;color:#333;text-shadow:none}.type-badge--fairy{background-color:#ee99ac}.pokemon-entry__reasons{display:flex;flex-direction:column;gap:3px;margin-top:6px;width:100%}.pokemon-entry__reason{font-size:.625rem;color:var(--color-text-secondary);text-align:center;line-height:1.3;padding:2px 4px;background-color:var(--color-background-elevated);border-radius:3px}.pokemon-entry__reason--more{font-style:italic;opacity:.7;font-weight:600;cursor:pointer;transition:all .2s}.pokemon-entry__reason--more:hover{opacity:1;background-color:var(--color-primary);color:#fff}@keyframes jump{0%,to{padding:.125rem 0 0}50%{padding:0 0 .125rem}}.pokedex-tabs{border-bottom:1px solid var(--color-section-border);margin-bottom:1em}.pokedex-tabs__list{display:flex;gap:.25em;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.pokedex-tab{background:transparent;border:none;border-bottom:2px solid transparent;padding:.75em 1em;font-size:.875rem;color:var(--color-text-secondary);cursor:pointer;transition:all .15s ease;white-space:nowrap;min-width:80px;position:relative}.pokedex-tab:hover{color:var(--color-primary);background-color:#4d6ad80d}.pokedex-tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.pokedex-tab--analysis{margin-left:auto;color:var(--color-accent)}.pokedex-tab--analysis:hover{color:var(--color-accent-hover);background-color:#ff69b40d}.pokedex-tab--analysis.pokedex-tab--active{color:var(--color-accent);border-bottom-color:var(--color-accent)}@media(max-width:768px){.pokedex-tab{font-size:.8rem;padding:.6em .75em;min-width:auto}.pokedex-tabs__list{gap:.15em}}.search-bar{position:relative;width:100%;margin-bottom:1em}.search-bar__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:1.25rem;color:var(--color-text-secondary);pointer-events:none}.search-bar__input{width:100%;padding:.75em 1em .75em 2.75em;border:1px solid var(--color-border);border-radius:4px;font-size:1rem;font-family:inherit;background-color:var(--color-background-elevated);color:var(--color-text);transition:border-color .15s ease}.search-bar__input:focus{outline:none;border-color:var(--color-border-focus)}.search-bar__input::placeholder{color:var(--color-text-muted)}.filter-dropdown{position:relative;width:100%}.filter-dropdown__control{position:relative;min-height:40px;padding:.5em 2.5em .5em .875em;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;transition:border-color .15s ease}.filter-dropdown__control:hover{border-color:#999}.filter-dropdown__label{font-size:.75rem;color:#666;margin-bottom:.25em}.filter-dropdown__value{font-size:.875rem;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-dropdown__arrow{position:absolute;right:.75em;top:50%;transform:translateY(-50%);font-size:.75rem;color:#666;pointer-events:none}.filter-dropdown__menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;max-height:400px;overflow-y:auto;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1000}.filter-dropdown__item{display:flex;align-items:center;padding:.75em 1em;cursor:pointer;transition:background-color .15s ease}.filter-dropdown__item:hover{background-color:#f5f5f5}.filter-dropdown__checkbox{margin-right:.75em;cursor:pointer}.filter-dropdown__item-label{font-size:.875rem;color:#333;-webkit-user-select:none;user-select:none}.filter-panel{margin-bottom:1em}.filter-panel__content{display:flex;flex-wrap:wrap;gap:2em;justify-content:center}.filter-section{display:flex;flex-direction:column;gap:.5em}.filter-section__header{display:flex;justify-content:space-between;align-items:center;gap:1em;margin-bottom:.25em}.filter-section__title{font-weight:600;font-size:.875rem;color:var(--color-text);margin:0}.filter-section__actions{display:flex;gap:.5em}.filter-section__action-btn{background-color:transparent;color:var(--color-primary);border:1px solid var(--color-primary);padding:.15em .5em;border-radius:4px;font-size:.75rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.filter-section__action-btn:hover{background-color:var(--color-primary);color:#fff}.filter-grid{display:grid;gap:.25em}.filter-grid--types{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.filter-grid--generations{grid-template-columns:repeat(5,auto)}@media(max-width:600px){.filter-grid--types{grid-template-columns:repeat(4,auto)}.filter-grid--generations{grid-template-columns:repeat(3,auto)}}.filter-checkbox{display:flex;align-items:center;cursor:pointer;padding:.25em .5em;border-radius:4px;transition:background-color .15s ease;-webkit-user-select:none;user-select:none}.filter-checkbox:hover{background-color:var(--color-hover-overlay)}.filter-checkbox input{display:none}.filter-checkbox__box{width:1em;height:1em;border:2px solid var(--color-button-border);border-radius:3px;margin-right:.5em;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.filter-checkbox input:checked+.filter-checkbox__box{background-color:var(--color-primary);border-color:var(--color-primary)}.filter-checkbox input:checked+.filter-checkbox__box:after{content:"";width:.3em;height:.5em;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.filter-checkbox__label{font-size:.8125rem;color:var(--color-text);white-space:nowrap}.filter-checkbox--type .filter-checkbox__box{border-color:currentColor}.filter-checkbox--type input:checked+.filter-checkbox__box{background-color:currentColor;border-color:currentColor}.filter-type-button{padding:6px 12px;border:2px solid var(--color-section-border);background:var(--color-background-elevated);color:var(--color-text);border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;min-width:80px;text-align:center}.filter-type-button:hover{border-color:var(--color-border)}.filter-type-button.active{color:#fff;border:none}.filter-panel__clear{background-color:transparent;color:var(--color-primary);border:1px solid var(--color-primary);padding:.25em .75em;border-radius:4px;font-size:.8125rem;cursor:pointer;transition:all .15s ease;align-self:flex-start}.filter-panel__clear:hover:not(:disabled){background-color:var(--color-primary);color:#fff}.filter-panel__clear:disabled{opacity:.4;cursor:not-allowed;border-color:var(--color-button-border);color:var(--color-text-muted)}.scoring-info-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1em}.scoring-info-modal{background-color:var(--color-background);border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;position:relative;padding:2em}.scoring-info-modal__close{position:absolute;top:.5em;right:.5em;background:none;border:none;font-size:2em;color:var(--color-text-secondary);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.scoring-info-modal__close:hover{background-color:var(--color-background-elevated);color:var(--color-text)}.scoring-info-modal h2{margin:0 0 1.5em;color:var(--color-text);font-size:1.5em}.scoring-info-section{margin-bottom:2em}.scoring-info-section:last-of-type{margin-bottom:1em}.scoring-info-section h3{margin:0 0 .5em;color:var(--color-text);font-size:1.125em;display:flex;align-items:center;gap:.5em}.scoring-info-section p{margin:0 0 .75em;color:var(--color-text-secondary);font-size:.875em}.scoring-info-section ul{margin:0;padding-left:1.5em;list-style:disc}.scoring-info-section li{color:var(--color-text);font-size:.875em;line-height:1.6;margin-bottom:.5em}.scoring-info-section li:last-child{margin-bottom:0}.scoring-info-section li strong{color:var(--color-primary);font-weight:600}.scoring-info-note{background-color:var(--color-background-elevated);padding:1em;border-radius:8px;border-left:3px solid var(--color-primary);font-size:.875em;color:var(--color-text);line-height:1.6}.scoring-info-note strong{font-weight:600}@media(max-width:600px){.scoring-info-modal{padding:1.5em}.scoring-info-modal h2{font-size:1.25em}.scoring-info-section h3{font-size:1em}}.pokemon-picker{background:var(--color-section-bg);border-radius:1em;border:1px solid var(--color-section-border);padding:1.25em 1em 1em;margin:0 auto 1.25em;position:relative}.recommendations-header{text-align:center;padding:0 0 1em;border-bottom:1px solid var(--color-section-border);margin-bottom:1em;position:relative}.recommendations-header h3{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0 0 .5em}.recommendations-header p{font-size:.875rem;color:var(--color-text-secondary);margin:0}.recommendations-header__info{display:flex;flex-direction:column;gap:.25em}.recommendations-header__info p{margin:0;font-size:.875rem;color:var(--color-text)}.recommendations-header__title{display:flex;align-items:center;gap:.5em}.recommendations-header__info-button{position:absolute;top:.5em;right:.5em;background:var(--color-background-elevated);border:1px solid var(--color-border);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875em;font-weight:600;font-style:italic;transition:all .2s;padding:0}.recommendations-header__info-button:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:scale(1.1)}.recommendations-header__info strong{color:var(--color-text-secondary);font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px}.recommendations-header__info-row{display:flex;align-items:center;gap:.5em;flex-wrap:wrap;justify-content:center;margin:.25em 0}.recommendations-header__types{display:flex;flex-wrap:wrap;gap:.35em;align-items:center;justify-content:center}.sort-dropdown{display:flex;align-items:center;gap:.5em;margin-top:1.5em;margin-bottom:.5em}.sort-dropdown label{font-size:.875rem;color:var(--color-text);font-weight:500}.sort-dropdown select{padding:.35em .5em;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem;background-color:var(--color-background-elevated);color:var(--color-text);cursor:pointer;transition:border-color .15s ease}.sort-dropdown select:hover{border-color:var(--color-primary)}.sort-dropdown select:focus{outline:none;border-color:var(--color-border-focus);box-shadow:0 0 0 2px #4d6ad81a}.pokemon-grid{list-style:none;display:grid;gap:.5em;grid-template-columns:repeat(auto-fill,minmax(8.5em,1fr));justify-content:center;margin:1em 0;padding:0}@media(min-width:900px){.pokemon-grid{grid-template-columns:repeat(auto-fill,minmax(10em,1fr))}}.pokemon-grid--empty{text-align:center;padding:3em 1em}.pokemon-grid--empty h3{font-size:1.25rem;font-weight:600;color:var(--color-text-secondary);margin:0 0 .5em}.pokemon-grid--empty p{font-size:.875rem;color:var(--color-text-muted);margin:0}.mega-toggle{display:flex;align-items:center;gap:.5em;cursor:pointer;margin-left:auto}.mega-toggle__label{font-size:.875rem;color:var(--color-text);font-weight:500}.mega-toggle__input{position:absolute;opacity:0;width:0;height:0}.mega-toggle__slider{position:relative;display:inline-block;width:42px;height:24px;background-color:var(--color-border);border-radius:12px;transition:background-color .2s ease}.mega-toggle__slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background-color:#fff;border-radius:50%;transition:transform .2s ease}.mega-toggle__input:checked+.mega-toggle__slider{background-color:var(--color-primary)}.mega-toggle__input:checked+.mega-toggle__slider:before{transform:translate(18px)}.mega-toggle:hover .mega-toggle__slider{opacity:.9}.planner-page{display:flex;flex-direction:column;min-height:100vh}.planner-page__content{flex-grow:1;display:flex;justify-content:center;padding:1.5em 0}.planner-page__container{width:100%;max-width:1400px;padding:0 1em}.game-header{display:flex;flex-direction:column;align-items:center;gap:.5em;margin-bottom:1.5em;text-align:center}.game-header__logo{height:8em;width:auto;object-fit:contain;max-width:95%}@media(min-width:600px){.game-header__logo{height:12em;max-width:800px}}.game-header__title{font-size:1.5em;font-weight:700;color:#4d6ad8;margin:0}.planner-page__main-layout{display:flex;flex-direction:column;gap:1.5em}@media(min-width:1024px){.planner-page__main-layout{display:grid;grid-template-columns:380px 1fr;gap:2em;align-items:start}.planner-page__sidebar{position:sticky;top:1em;max-height:calc(100vh - 2em);overflow-y:auto}.planner-page__content-area{min-width:0}}.team-analysis-layout{display:flex;flex-direction:column;gap:1em}.team-analysis-layout--active{gap:1.5em}.pokemon-picker-section{margin-bottom:2em}
