*,*:before,*:after{box-sizing:border-box}:root{font-family:Apple SD Gothic Neo,Noto Sans KR,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#222;background-color:#f5f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1,h2,h3{font-weight:800;line-height:1.2}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}.app,.site-layout{min-height:100vh;display:flex;flex-direction:column;background:#f5f5f7}.app__header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000f}.app__header-inner{max-width:900px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.app__logo{display:flex;align-items:center;gap:12px}.app__logo-icon{font-size:1.8rem;line-height:1}.app__title{margin:0;font-size:1.15rem;font-weight:900;color:#222;line-height:1.2}.app__subtitle{margin:2px 0 0;font-size:.72rem;color:#888}.app__main{flex:1;max-width:900px;width:100%;margin:0 auto;padding:28px 24px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.app__search-section{display:flex;flex-direction:column;align-items:center;gap:12px}.app__error{background:#fff5f5;border:1.5px solid #fca5a5;color:#dc2626;padding:12px 16px;border-radius:10px;font-size:.9rem;font-weight:500;max-width:600px;width:100%;text-align:center}.app__loading-moves{display:flex;align-items:center;gap:10px;justify-content:center;padding:20px;color:#888;font-size:.9rem}.app__loading-spinner{width:20px;height:20px;border:2px solid #e0e0e0;border-top-color:#ef4444;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}.app__prompt{text-align:center;padding:20px;color:#aaa;font-size:.9rem}@media(max-width:480px){.app__main{padding:16px 12px;gap:16px}}.app__footer{text-align:center;padding:20px;font-size:.78rem;color:#aaa}.app__footer a{color:#888;text-decoration:none}.app__footer a:hover{color:#ef4444}.lang-switcher{position:relative}.lang-switcher__btn{display:flex;align-items:center;gap:6px;padding:7px 14px;border:1.5px solid #e0e0e0;border-radius:10px;background:#fff;font-family:inherit;font-size:.85rem;font-weight:600;color:#444;cursor:pointer;transition:border-color .15s}.lang-switcher__btn:hover{border-color:#ef4444;color:#ef4444}.lang-switcher__arrow{font-size:.6rem;color:#aaa}.lang-switcher__dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1.5px solid #e8e8e8;border-radius:12px;box-shadow:0 8px 24px #0000001a;overflow:hidden;z-index:200;min-width:130px;animation:dropIn .15s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-switcher__option{display:block;width:100%;padding:10px 16px;text-align:left;border:none;background:none;font-family:inherit;font-size:.88rem;font-weight:500;color:#333;cursor:pointer;transition:background .1s}.lang-switcher__option:hover{background:#f5f5f7}.lang-switcher__option--active{color:#ef4444;font-weight:700;background:#fff5f5}.site-nav{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000f}.site-nav__inner{max-width:960px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:20px}.site-nav__brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.site-nav__icon{font-size:1.6rem;line-height:1}.site-nav__title{display:block;font-size:1rem;font-weight:900;color:#222;line-height:1.2}.site-nav__subtitle{display:block;font-size:.65rem;color:#aaa}.site-nav__links{display:flex;gap:4px;flex:1}.site-nav__link{padding:6px 12px;border-radius:8px;font-size:.85rem;font-weight:600;color:#555;text-decoration:none;transition:background .15s,color .15s}.site-nav__link:hover{background:#f5f5f7;color:#222}.site-nav__link--active{background:#fff0f0;color:#ef4444}@media(max-width:600px){.site-nav__inner{flex-wrap:wrap;padding:10px 14px 0;gap:0;column-gap:8px;align-items:center}.site-nav__brand{flex:1;min-width:0;overflow:hidden}.site-nav__brand>div{min-width:0;overflow:hidden}.site-nav__subtitle{display:none}.site-nav__title{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.site-nav__links{order:3;flex:0 0 100%;justify-content:center;padding:6px 0 4px;border-top:1px solid #f0f0f0;margin-top:8px;gap:2px}.site-nav__link{padding:5px 10px;font-size:.8rem}}.site-footer{background:#fff;border-top:1px solid #eee;margin-top:48px}.site-footer__inner{max-width:960px;margin:0 auto;padding:28px 24px;text-align:center}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 16px;margin-bottom:14px}.site-footer__link{font-size:.82rem;font-weight:600;color:#555;text-decoration:none;transition:color .15s}.site-footer__link:hover{color:#ef4444}.site-footer__source{font-size:.75rem;color:#aaa;margin:0 0 8px}.site-footer__source a{color:#888}.site-footer__source a:hover{color:#ef4444}.site-footer__disclaimer{font-size:.68rem;color:#bbb;line-height:1.5;max-width:600px;margin:0 auto 8px}.site-footer__copy{font-size:.72rem;color:#ccc;margin:0}@media(max-width:480px){.site-footer__inner{padding:20px 14px}.site-footer__disclaimer{font-size:.65rem}}.search-bar{width:100%;max-width:600px}.search-bar__input-row{display:flex;gap:8px}.search-bar__input{flex:1;padding:12px 16px;font-size:1rem;font-family:inherit;border:2px solid #e0e0e0;border-radius:12px;outline:none;background:#fff;color:#333;transition:border-color .2s}.search-bar__input:focus{border-color:#ef4444}.search-bar__input:disabled{background:#f5f5f5;cursor:not-allowed}.search-bar__btn{padding:12px 24px;font-size:1rem;font-weight:700;font-family:inherit;background:#ef4444;color:#fff;border:none;border-radius:12px;cursor:pointer;min-width:80px;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s}.search-bar__btn:hover:not(:disabled){background:#dc2626}.search-bar__btn:active:not(:disabled){transform:scale(.97)}.search-bar__btn:disabled{background:#ccc;cursor:not-allowed}.search-bar__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.search-bar__quick{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;align-items:center}.search-bar__quick-label{font-size:.78rem;color:#999;font-weight:600}.search-bar__quick-btn{padding:5px 12px;font-size:.8rem;font-family:inherit;border:1.5px solid #e0e0e0;border-radius:20px;background:#fff;color:#555;cursor:pointer;transition:border-color .15s,color .15s}.search-bar__quick-btn:hover:not(:disabled){border-color:#ef4444;color:#ef4444}@media(max-width:480px){.search-bar__input{padding:11px 12px;font-size:1rem}.search-bar__btn{padding:11px 16px;min-width:64px;font-size:.9rem}}.type-badge{display:inline-block;color:#fff;font-weight:700;border-radius:20px;letter-spacing:.03em;text-shadow:0 1px 2px rgba(0,0,0,.3)}.type-badge--md{padding:4px 14px;font-size:.85rem}.type-badge--sm{padding:2px 10px;font-size:.75rem}.stat-bar{display:grid;grid-template-columns:80px 36px 1fr;align-items:center;gap:8px;margin-bottom:6px}.stat-bar__label{font-size:.78rem;color:#666;font-weight:600;text-align:right}.stat-bar__value{font-size:.85rem;font-weight:700;color:#333;text-align:right}.stat-bar__track{height:10px;background:#e8e8e8;border-radius:6px;overflow:hidden}.stat-bar__fill{height:100%;border-radius:6px;transition:width .6s ease}.pokemon-card{background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:row;gap:0;overflow:hidden;animation:fadeIn .3s ease}.pokemon-card__artwork-wrap{background:linear-gradient(135deg,#f8f8f8,#ebebeb);display:flex;align-items:center;justify-content:center;padding:24px;min-width:200px}.pokemon-card__artwork{width:160px;height:160px;object-fit:contain;image-rendering:crisp-edges;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.pokemon-card__artwork-placeholder{width:160px;height:160px;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#ccc}.pokemon-card__info{flex:1;padding:24px}.pokemon-card__number{margin:0 0 4px;color:#999;font-size:.85rem;font-weight:600}.pokemon-card__name-ko{margin:0 0 2px;font-size:1.8rem;font-weight:900;color:#222;line-height:1.2}.pokemon-card__name-en{margin:0 0 12px;font-size:.9rem;color:#888;text-transform:capitalize}.pokemon-card__types{display:flex;gap:8px;margin-bottom:20px}.pokemon-card__stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.85rem;font-weight:700;color:#555}.pokemon-card__total{font-size:.8rem;color:#888}@media(max-width:600px){.pokemon-card{flex-direction:column}.pokemon-card__artwork-wrap{min-width:unset;padding:16px}.pokemon-card__artwork{width:120px;height:120px}.pokemon-card__info{padding:16px}.pokemon-card__name-ko{font-size:1.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.strategy-selector{background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;padding:24px 28px;animation:fadeIn .3s ease}.strategy-selector__header{margin-bottom:16px}.strategy-selector__title{margin:0 0 6px;font-size:1.05rem;font-weight:800;color:#222}.strategy-selector__hint{font-size:.78rem;color:#ef4444;font-weight:600}.strategy-selector__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.strategy-selector__btn{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding:14px 8px;border:2px solid #e8e8e8;border-radius:14px;background:#fafafa;cursor:pointer;transition:all .15s;font-family:inherit}.strategy-selector__btn:hover:not(:disabled){border-color:#ef4444;background:#fff5f5;transform:translateY(-1px)}.strategy-selector__btn--selected{border-color:#ef4444;background:#fff0f0}.strategy-selector__btn--recommended{border-color:#f97316}.strategy-selector__btn--selected.strategy-selector__btn--recommended{border-color:#ef4444;background:#fff0f0;box-shadow:0 0 0 3px #ef444426}.strategy-selector__icon{font-size:1.4rem;line-height:1}.strategy-selector__label{font-size:.78rem;font-weight:700;color:#333}.strategy-selector__rec-dot{position:absolute;top:6px;right:8px;width:7px;height:7px;border-radius:50%;background:#f97316}.strategy-selector__btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.strategy-selector{padding:16px}.strategy-selector__grid{grid-template-columns:repeat(2,1fr);gap:8px}}.moveset-card{background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;overflow:hidden;border-top:4px solid var(--accent, #ef4444);animation:fadeIn .3s ease}.moveset-card__header{display:flex;align-items:flex-start;gap:14px;padding:20px 24px 16px;border-bottom:1px solid #f0f0f0}.moveset-card__num{width:32px;height:32px;min-width:32px;border-radius:50%;background:var(--accent, #ef4444);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:900}.moveset-card__label{margin:0 0 4px;font-size:1.1rem;font-weight:900;color:#222}.moveset-card__desc{margin:0;font-size:.78rem;color:#888;line-height:1.4}.moveset-card__slots{display:grid;grid-template-columns:1fr 1fr;gap:0}.moveset-card__slot{padding:16px 20px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.moveset-card__slot:nth-child(2n){border-right:none}.moveset-card__slot:nth-last-child(-n+2){border-bottom:none}.moveset-card__slot-role{font-size:.68rem;font-weight:700;color:var(--accent, #ef4444);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.moveset-card__slot-main{margin-bottom:8px}.moveset-card__slot-name{display:block;font-size:1rem;font-weight:800;color:#222;margin-bottom:6px;line-height:1.2}.moveset-card__slot-badges{display:flex;gap:5px;align-items:center;flex-wrap:wrap}.moveset-card__class{display:inline-block;padding:1px 8px;font-size:.68rem;font-weight:700;border-radius:10px}.moveset-card__class--physical{background:#fff3e0;color:#e65100}.moveset-card__class--special{background:#e8eaf6;color:#3949ab}.moveset-card__class--status{background:#f3e5f5;color:#7b1fa2}.moveset-card__slot-stats{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:6px}.moveset-card__slot-stat{font-size:.72rem;color:#999}.moveset-card__slot-stat strong{color:#444}.moveset-card__slot-stat--priority strong{color:#22c55e}.moveset-card__tier-badge{font-size:.65rem;font-weight:800;color:#b45309;background:#fef9c3;padding:1px 6px;border-radius:6px}.moveset-card__slot-effect{margin:0;font-size:.72rem;color:#aaa;line-height:1.4}.moveset-card__build{border-top:1px solid #f0f0f0;padding:14px 20px;display:flex;flex-direction:column;gap:8px;background:#fafafa}.moveset-card__build-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.moveset-card__build-label{font-size:.68rem;font-weight:700;color:var(--accent, #ef4444);text-transform:uppercase;letter-spacing:.05em;min-width:72px;flex-shrink:0}.moveset-card__build-value{font-size:.82rem;font-weight:600;color:#333;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.moveset-card__build-note{font-size:.72rem;font-weight:400;color:#999}.moveset-card__build-tera{align-items:center}@media(max-width:500px){.moveset-card__slots{grid-template-columns:1fr}.moveset-card__slot{border-right:none;border-bottom:1px solid #f0f0f0;padding:14px 16px}.moveset-card__slot:last-child{border-bottom:none}.moveset-card__build{padding:12px 16px;gap:10px}.moveset-card__build-row{flex-direction:column;align-items:flex-start;gap:4px}.moveset-card__build-label{min-width:unset;font-size:.65rem}.moveset-card__build-value{font-size:.8rem}}.moveset-list{animation:fadeIn .3s ease}.moveset-list__title{font-size:1.2rem;font-weight:900;color:#222;margin:0 0 18px}.moveset-list__grid{display:flex;flex-direction:column;gap:20px}.moveset-list__skeleton{height:280px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;border-radius:20px;animation:shimmer 1.2s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ad-unit{width:100%;background:#f9f9fb;border:1px solid #e8e8e8;border-radius:12px;padding:8px;text-align:center;overflow:hidden}.ad-unit__label{font-size:.65rem;color:#bbb;margin:0 0 4px;text-align:left}.ad-unit .adsbygoogle{min-height:90px}.static-page{flex:1;background:#f5f5f7;padding:40px 24px}.static-page__inner{max-width:760px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000012;padding:40px 48px}.static-page__title{font-size:1.8rem;font-weight:900;color:#222;margin:0 0 8px;border-bottom:3px solid #ef4444;padding-bottom:16px}.static-page__meta{font-size:.8rem;color:#aaa;margin:0 0 28px}.static-page__h2{font-size:1.1rem;font-weight:800;color:#333;margin:28px 0 8px}.static-page__para{font-size:.92rem;color:#555;line-height:1.8;margin:0 0 12px}.static-page__list{padding-left:20px;margin:8px 0 16px}.static-page__list li{font-size:.9rem;color:#555;line-height:1.8;margin-bottom:6px}.static-page__list a,.static-page__para a{color:#ef4444;text-decoration:underline}.static-page__note{font-size:.8rem;color:#aaa;margin-top:16px}.static-page__contact-box{margin:20px 0;padding:20px;background:#fff5f5;border:1.5px solid #fca5a5;border-radius:12px;text-align:center}.static-page__email{font-size:1.1rem;font-weight:700;color:#ef4444;text-decoration:none}.static-page__email:hover{text-decoration:underline}@media(max-width:600px){.static-page{padding:20px 12px}.static-page__inner{padding:20px 16px}.static-page__title{font-size:1.3rem}.static-page__h2{font-size:1rem}}
