:root{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;width:100%;color:#333;background-color:#f0f0f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:#4d6ad8;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:#ff69b4;font-size:2em;text-align:center;margin:0 0 1em}h2{color:#4d6ad8;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:#f6f6f6;border-radius:1em;border:1px solid #dedede;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:#4d6ad8;color:#f0f0f0;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:#3a57c5}.header{background-color:#fff;color:#333}.header--sticky{position:sticky;top:0;z-index:1100;box-shadow:0 2px 4px #0000001a}.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:#f50057}.footer{padding:2em 0;margin-top:4em;border-top:1px solid #e0e0e0;background-color:#fff}.footer__container{max-width:1536px;margin:0 auto;padding:0 1em}.footer__text{font-size:.875rem;color:#666;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:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;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 #00000026}.game-card--disabled{opacity:.5;cursor:not-allowed}.game-card__icon{flex-shrink:0;width:320px;height:120px;background-color:#fafafa;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:#333;margin:0}.game-card__meta{display:flex;gap:1.5em;font-size:.875rem;color:#666}.game-card__meta-item{display:flex;align-items:center;gap:.5em}.game-card__meta-label{font-weight:500;color:#999}.game-card__meta-value{color:#4d6ad8;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:28px;height:28px;border:none;border-radius:50%;background-color:transparent;cursor:pointer;font-size:1.125rem;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:28px;height:28px;border:none;border-radius:50%;background-color:transparent;cursor:pointer;font-size:1.125rem;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:28px;height:28px;border:none;border-radius:50%;background-color:transparent;cursor:pointer;font-size:1.2rem;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:28px;height:28px;border:none;border-radius:50%;background-color:transparent;cursor:pointer;font-size:1.125rem;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:.5em 0;pointer-events:none}.team-builder-compact .team-slot{pointer-events:auto}.team-builder-compact .team-builder__grid{max-width:1200px;margin:0 auto;padding:0 1em}@media screen and (max-width:900px){.team-builder-compact{padding:.4em 0}}@media screen and (max-width:500px){.team-builder-compact{padding:.3em 0}}.team-builder__title{color:#ff69b4;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: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--empty{min-height:120px}.team-builder__grid--analysis .team-slot--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:900px){.team-builder__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:500px){.team-builder__grid{grid-template-columns:repeat(2,1fr)}.team-builder-compact .team-builder__grid{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5em;padding-bottom:.25em}.team-builder-compact .team-builder__grid::-webkit-scrollbar{display:none}.team-builder-compact .team-slot{flex:0 0 90px;scroll-snap-align:start}.team-builder-compact .team-slot--empty,.team-builder-compact .team-slot__sprite-section{min-height:90px}}.team-slot{display:flex;flex-direction:column;border-radius:.625em;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.team-slot--compact{box-shadow:0 1px 2px #0000001a}.team-slot--empty{min-height:200px;display:flex;align-items:center;justify-content:center;border-radius:.625em}.team-builder-compact .team-slot--empty{min-height:100px}.team-slot--empty .pokeball-icon{width:80px;height:80px;opacity:.75;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.team-builder-compact .team-slot--empty .pokeball-icon{width:56px;height:56px}.team-slot__sprite-section{position:relative;display:flex;align-items:center;justify-content:center;padding:1.25em;min-height:180px;transition:all .3s ease}.team-slot--compact .team-slot__sprite-section{padding:.5em;min-height:100px}.team-slot__remove{position:absolute;top:.5em;right:.5em;width:1.5em;height:1.5em;border:none;border-radius:50%;background-color:#ffffffe6;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background-color .15s ease,transform .15s ease;filter:drop-shadow(0 0 1px #1b1b1b)}.team-slot--compact .team-slot__remove{width:1.25em;height:1.25em;top:.25em;right:.25em}.team-slot__remove:hover{background-color:#fff;transform:scale(1.1)}.team-slot__remove svg{width:1em;height:1em;fill:#666}.team-slot__sprite{width:100%;max-width:160px;aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 0 .5px #1b1b1b);transition:max-width .3s ease}.team-slot--compact .team-slot__sprite{max-width:80px}.team-slot__info-card{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:.75em .5em;gap:.5em}.team-slot__name{font-size:.75em;font-weight:700;color:#333;text-align:center;line-height:1.2;margin:0}.team-slot__types{display:flex;gap:4px;justify-content:center;flex-wrap:wrap}.team-slot__toggles{display:flex;gap:.5em;align-items:center;justify-content:center;background:#f5f5f5;border-radius:4px;padding:4px}@media screen and (max-width:900px){.team-slot__sprite-section{min-height:150px;padding:1em}.team-slot--empty{min-height:180px}.team-slot__name{font-size:.7em}.team-slot__sprite{max-width:130px}}@media screen and (max-width:500px){.team-slot__sprite-section{min-height:120px;padding:.75em}.team-slot--empty{min-height:160px}.team-slot__sprite{max-width:100px}}.back-to-top{position:fixed;bottom:2em;right:2em;width:3em;height:3em;border-radius:50%;background-color:#4d6ad8;color:#fff;border:none;font-size:1.25em;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #0003;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:#3a57c5;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:#4d6ad8;color:#fff;border-color:#4d6ad8}.team-controls__button--primary:hover{background-color:#3a57c4;border-color:#3a57c4}.team-controls__button--secondary{background-color:#fff;color:#666;border-color:#ccc}.team-controls__button--secondary:hover:not(:disabled){background-color:#f5f5f5;border-color:#999;color:#333}.team-controls__button--active{background-color:#4d6ad8;color:#fff;border-color:#4d6ad8}.team-controls__button--active:hover{background-color:#3a57c4;border-color:#3a57c4}.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}.type-analysis{padding:1em 0}.type-analysis__title{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 1em}.type-analysis__tabs{display:flex;gap:.5em;margin-bottom:1em;border-bottom:2px solid #dedede}.type-analysis__tab{background:transparent;border:none;border-bottom:3px solid transparent;padding:.75em 1.5em;font-size:.9rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.type-analysis__tab:hover{color:#4d6ad8;background-color:#f5f5f5}.type-analysis__tab--active{color:#4d6ad8;border-bottom-color:#4d6ad8}.type-analysis__content{padding:1em 0}.type-analysis__legend{display:flex;flex-wrap:wrap;gap:2em;margin-bottom:1.5em;padding:.75em 1em;background:#f6f6f6;border-radius:8px;border:1px solid #dedede}.legend-section{display:flex;align-items:center;gap:.75em}.legend-title{font-weight:600;font-size:.875rem;color:#333}.legend-items{display:flex;gap:.75em;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.25em;font-size:.8125rem;color:#666}.legend-dot{width:14px;height:14px;border-radius:50%;border:1px solid;flex-shrink:0}.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}.type-analysis__section{background:#fff;border-radius:8px;border:1px solid #dedede;padding:1em;margin-bottom:1em}.type-analysis__section-title{font-size:1.25rem;font-weight:600;color:#333;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:#999;margin:0;font-style:italic}.type-analysis__type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5em}.pokemon-entry{background:#eee;border-radius:.5em;cursor:pointer;transition:background-color .15s ease,transform .15s ease;overflow:hidden;position:relative}.pokemon-entry:hover{background-color:#cdf}.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:#4d6ad8;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 #0003}.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:#333}.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}@keyframes jump{0%,to{padding:.125rem 0 0}50%{padding:0 0 .125rem}}.pokedex-tabs{border-bottom:1px solid #dedede;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:#666;cursor:pointer;transition:all .15s ease;white-space:nowrap;min-width:80px;position:relative}.pokedex-tab:hover{color:#4d6ad8;background-color:#4d6ad80d}.pokedex-tab--active{color:#4d6ad8;border-bottom-color:#4d6ad8;font-weight:600}.pokedex-tab--analysis{margin-left:auto;color:#ff69b4}.pokedex-tab--analysis:hover{color:#ff1493;background-color:#ff69b40d}.pokedex-tab--analysis.pokedex-tab--active{color:#ff69b4;border-bottom-color:#ff69b4}@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:#666;pointer-events:none}.search-bar__input{width:100%;padding:.75em 1em .75em 2.75em;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:inherit;background-color:#fff;transition:border-color .15s ease}.search-bar__input:focus{outline:none;border-color:#4d6ad8}.search-bar__input::placeholder{color:#999}.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:#333;margin:0}.filter-section__actions{display:flex;gap:.5em}.filter-section__action-btn{background-color:transparent;color:#4d6ad8;border:1px solid #4d6ad8;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:#4d6ad8;color:#fff}.filter-grid{display:grid;gap:.25em}.filter-grid--types{grid-template-columns:repeat(6,auto)}.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:#0000000d}.filter-checkbox input{display:none}.filter-checkbox__box{width:1em;height:1em;border:2px solid #999;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:#4d6ad8;border-color:#4d6ad8}.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:#333;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-checkbox--normal{color:#a8a878}.filter-checkbox--fire{color:#f08030}.filter-checkbox--water{color:#6890f0}.filter-checkbox--electric{color:#f8d030}.filter-checkbox--grass{color:#78c850}.filter-checkbox--ice{color:#98d8d8}.filter-checkbox--fighting{color:#c03028}.filter-checkbox--poison{color:#a040a0}.filter-checkbox--ground{color:#e0c068}.filter-checkbox--flying{color:#a890f0}.filter-checkbox--psychic{color:#f85888}.filter-checkbox--bug{color:#a8b820}.filter-checkbox--rock{color:#b8a038}.filter-checkbox--ghost{color:#705898}.filter-checkbox--dragon{color:#7038f8}.filter-checkbox--dark{color:#705848}.filter-checkbox--steel{color:#b8b8d0}.filter-checkbox--fairy{color:#ee99ac}.filter-panel__clear{background-color:transparent;color:#4d6ad8;border:1px solid #4d6ad8;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:#4d6ad8;color:#fff}.filter-panel__clear:disabled{opacity:.4;cursor:not-allowed;border-color:#999;color:#999}.pokemon-picker{background:#f6f6f6;border-radius:1em;border:1px solid #dedede;padding:1.25em 1em 1em;margin:0 auto 1.25em;position:relative}.sort-dropdown{display:flex;align-items:center;gap:.5em;margin-top:1.5em;margin-bottom:.5em}.sort-dropdown label{font-size:.875rem;color:#333;font-weight:500}.sort-dropdown select{padding:.35em .5em;border:1px solid #ccc;border-radius:4px;font-size:.875rem;background-color:#fff;color:#333;cursor:pointer;transition:border-color .15s ease}.sort-dropdown select:hover{border-color:#4d6ad8}.sort-dropdown select:focus{outline:none;border-color:#4d6ad8;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:#666;margin:0 0 .5em}.pokemon-grid--empty p{font-size:.875rem;color:#999;margin:0}.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:1200px;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}.team-analysis-layout{display:flex;flex-direction:column;gap:1em}@media(min-width:1200px){.team-analysis-layout{display:grid;grid-template-columns:1fr 1fr;gap:2em;align-items:start}.team-analysis-layout .team-builder{margin-top:4em}}.pokemon-picker-section{margin-top:2em;margin-bottom:2em}
