:root{--bg-primary: #0a0a14;--bg-secondary: #0f0f1e;--bg-tertiary: #16162a;--bg-card: rgba(22, 22, 42, .7);--bg-glass: rgba(22, 22, 42, .5);--bg-elevated: rgba(30, 30, 55, .8);--text-primary: #e8e8f0;--text-secondary: #9898b8;--text-muted: #5a5a7a;--text-accent: #6c6cff;--accent: #ff4757;--accent-glow: rgba(255, 71, 87, .3);--accent-blue: #4a6cf7;--accent-blue-glow: rgba(74, 108, 247, .3);--accent-gold: #fbbf24;--border: rgba(255, 255, 255, .06);--border-hover: rgba(255, 255, 255, .12);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 20px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .5);--shadow-glow: 0 0 30px var(--accent-glow);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", ui-monospace, monospace;--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--header-height: 64px;--container-max: 1280px;--container-padding: 1.5rem}[data-theme=light]{--bg-primary: #f5f5fa;--bg-secondary: #eeeef5;--bg-tertiary: #e4e4ef;--bg-card: rgba(255, 255, 255, .8);--bg-glass: rgba(255, 255, 255, .6);--bg-elevated: rgba(255, 255, 255, .9);--text-primary: #1a1a2e;--text-secondary: #5a5a7a;--text-muted: #8888a8;--text-accent: #4a4ae8;--accent: #e8364a;--accent-glow: rgba(232, 54, 74, .2);--accent-blue: #3a5ce7;--accent-blue-glow: rgba(58, 92, 231, .2);--border: rgba(0, 0, 0, .08);--border-hover: rgba(0, 0, 0, .15);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 20px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .12)}[data-theme=light] .header--scrolled{background:#f5f5fae6;box-shadow:0 1px 0 var(--border),var(--shadow-md)}[data-theme=light] .header__nav--open{background:#f5f5fafa}[data-theme=light] ::-webkit-scrollbar-thumb{background:#0000001f}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#0003}[data-theme=light] .modal-overlay,[data-theme=light] .compare-overlay{background:#0000004d}[data-theme=light] .pokemon-card__skeleton{background:#0000000a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;transition:background .3s ease,color .3s ease}#root{min-height:100vh;display:flex;flex-direction:column}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input,select{font-family:inherit;color:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}section[id]{scroll-margin-top:calc(var(--header-height) + 16px)}.section-header{text-align:center;margin-bottom:3rem}.section-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);background:#ff47571a;padding:4px 16px;border-radius:var(--radius-full);margin-bottom:1rem}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem;background:linear-gradient(135deg,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-desc{font-size:1rem;color:var(--text-secondary);max-width:540px;margin:0 auto;line-height:1.7}.pokeball-spinner{width:40px;height:40px;border-radius:50%;border:3px solid var(--accent);border-top-color:transparent;animation:spin .8s linear infinite}.pokeball-spinner--large{width:56px;height:56px;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);transition:background var(--transition-base),box-shadow var(--transition-base),backdrop-filter var(--transition-base)}.header--scrolled{background:#0a0a14d9;backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);box-shadow:0 1px 0 var(--border),var(--shadow-md)}.header__inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);height:100%;display:flex;align-items:center;gap:2rem}.header__logo{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.header__pokeball{width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,var(--accent) 48%,#222 48%,#222 52%,#eee 52%);position:relative;box-shadow:0 0 12px var(--accent-glow)}.header__pokeball:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%;border:2px solid #222}.header__logo-text{font-size:1.2rem;font-weight:800;letter-spacing:-.02em}.header__logo-accent{color:var(--accent)}.header__nav{display:flex;align-items:center;gap:.25rem}.header__nav-item{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-md);transition:color var(--transition-fast),background var(--transition-fast)}.header__nav-item:hover{color:var(--text-primary);background:#ffffff0d}.header__nav-item--active{color:var(--text-primary);background:#ffffff14}.header__actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.header__search{position:relative;display:flex;align-items:center}.header__search-icon{position:absolute;left:12px;width:16px;height:16px;color:var(--text-muted);pointer-events:none}.header__search-input{width:220px;height:36px;padding:0 32px 0 36px;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-full);font-size:.8rem;color:var(--text-primary);outline:none;transition:border-color var(--transition-fast),background var(--transition-fast),width var(--transition-base)}.header__search-input::placeholder{color:var(--text-muted)}.header__search-input:focus{border-color:var(--accent);background:#ffffff14;width:280px}.header__search-clear{position:absolute;right:8px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;font-size:.85rem;color:var(--text-muted);transition:color var(--transition-fast),background var(--transition-fast)}.header__search-clear:hover{color:var(--text-primary);background:#ffffff1a}.header__tool-btn{width:36px;height:36px;display:grid;place-items:center;border-radius:var(--radius-md);color:var(--text-secondary);transition:color var(--transition-fast),background var(--transition-fast)}.header__tool-btn:hover{color:var(--text-primary);background:#ffffff14}.header__fav-btn{position:relative;width:36px;height:36px;display:grid;place-items:center;border-radius:var(--radius-md);color:var(--text-secondary);transition:color var(--transition-fast),background var(--transition-fast)}.header__fav-btn svg{width:18px;height:18px}.header__fav-btn:hover{color:var(--accent);background:#ff47571a}.header__fav-btn--active{color:var(--accent)}.header__fav-count{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;background:var(--accent);color:#fff;font-size:.6rem;font-weight:700;border-radius:var(--radius-full);display:grid;place-items:center;line-height:1}.header__mobile-toggle{display:none;width:36px;height:36px;place-items:center}.header__hamburger{display:flex;flex-direction:column;gap:5px;width:20px}.header__hamburger span{display:block;height:2px;background:var(--text-primary);border-radius:1px;transition:transform var(--transition-fast),opacity var(--transition-fast)}.header__hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:calc(var(--header-height) + 2rem) 0 4rem}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:float 20s ease-in-out infinite}.hero__orb--1{width:600px;height:600px;top:-200px;right:-100px}.hero__orb--2{width:400px;height:400px;bottom:-100px;left:-100px;animation-delay:-7s}.hero__orb--3{width:300px;height:300px;top:50%;left:50%;background:var(--accent-blue);opacity:.08;animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.hero__grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.hero__content{position:relative;z-index:1;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);display:flex;align-items:center;gap:4rem;width:100%}.hero__text{flex:1;min-width:0}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:6px 16px;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-full);font-size:.75rem;font-weight:500;color:var(--text-secondary);margin-bottom:1.5rem}.hero__badge-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero__title{font-size:clamp(2.4rem,5.5vw,4rem);font-weight:900;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.25rem}.hero__title-accent{transition:color var(--transition-slow)}.hero__subtitle{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;max-width:480px;margin-bottom:2rem}.hero__cta{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:var(--radius-lg);font-size:.9rem;font-weight:600;transition:all var(--transition-fast)}.hero__btn--primary{background:var(--accent);color:#fff;box-shadow:0 4px 20px var(--accent-glow)}.hero__btn--primary:hover{background:#ff5c6b;transform:translateY(-2px);box-shadow:0 6px 30px var(--accent-glow)}.hero__btn--secondary{background:#ffffff0f;border:1px solid var(--border);color:var(--text-primary)}.hero__btn--secondary:hover{background:#ffffff1a;border-color:var(--border-hover);transform:translateY(-2px)}.hero__stats{display:flex;gap:2.5rem}.hero__stat{display:flex;flex-direction:column}.hero__stat-value{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,var(--text-primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.hero__showcase{flex:1;display:flex;justify-content:center;align-items:center;position:relative;min-height:400px}.hero__showcase-loading{display:grid;place-items:center;height:400px}.hero__pokemon-display{position:relative;display:flex;justify-content:center;align-items:center}.hero__pokemon-ring{position:absolute;width:280px;height:280px}.hero__ring-thumb{position:absolute;top:50%;left:50%;width:52px;height:52px;margin:-26px;border-radius:50%;background:var(--bg-elevated);border:2px solid var(--border);display:grid;place-items:center;transition:all var(--transition-base);opacity:.5;overflow:hidden}.hero__ring-thumb img{width:36px;height:36px}.hero__ring-thumb--active{opacity:1;border-color:var(--accent);box-shadow:0 0 20px var(--accent-glow)}.hero__pokemon-main{position:relative;display:flex;flex-direction:column;align-items:center}.hero__pokemon-glow{position:absolute;width:200px;height:200px;border-radius:50%;filter:blur(80px);opacity:.25;top:0;z-index:0}.hero__pokemon-img{position:relative;z-index:1;width:240px;height:240px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5));animation:bob 3s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero__pokemon-info{position:relative;z-index:1;text-align:center;margin-top:1rem}.hero__pokemon-id{display:block;font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);letter-spacing:.1em}.hero__pokemon-name{display:block;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;text-transform:capitalize}.hero__pokemon-types{display:flex;gap:.4rem;justify-content:center;margin-top:.5rem}.hero__type-badge{padding:3px 12px;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero__nav-dots{display:flex;gap:.5rem;margin-top:1.5rem;position:relative;z-index:1}.hero__dot{width:8px;height:8px;border-radius:50%;background:#fff3;transition:all var(--transition-fast)}.hero__dot--active{width:24px;border-radius:4px}.random-pokemon{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.random-pokemon__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:var(--radius-lg);font-size:.85rem;font-weight:600;background:#ffffff0f;border:1px solid var(--border);color:var(--text-primary);transition:all var(--transition-fast)}.random-pokemon__btn:hover{background:#ffffff1a;border-color:var(--border-hover)}.random-pokemon__loading{display:grid;place-items:center;width:60px;height:60px}.random-pokemon__card{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem .5rem .5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast)}.random-pokemon__card:hover{border-color:var(--accent);box-shadow:0 4px 20px #0003}.random-pokemon__img{width:56px;height:56px;object-fit:contain}.random-pokemon__info{display:flex;flex-direction:column}.random-pokemon__id{font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted)}.random-pokemon__name{font-size:.9rem;font-weight:700;text-transform:capitalize}.random-pokemon__types{display:flex;gap:.25rem;margin-top:.15rem}.random-pokemon__type{padding:1px 6px;border-radius:var(--radius-full);font-size:.55rem;font-weight:700;text-transform:uppercase;color:#fff}.potd-section{padding:3rem 0 2rem}.potd{position:relative;max-width:720px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden}.potd__glow{position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:var(--potd-accent, var(--accent));border-radius:50%;filter:blur(120px);opacity:.08;pointer-events:none}.potd__loading{display:grid;place-items:center;padding:4rem}.potd__header{padding:1.25rem 1.5rem 0;position:relative;z-index:1}.potd__label-row{display:flex;align-items:center;justify-content:space-between}.potd__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--potd-accent, var(--accent))}.potd__label-dot{width:6px;height:6px;background:var(--potd-accent, var(--accent));border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}.potd__date{font-size:.7rem;color:var(--text-muted);font-weight:500}.potd__content{display:flex;align-items:center;gap:2rem;padding:1rem 1.5rem 1.5rem;position:relative;z-index:1}.potd__sprite-area{position:relative;flex-shrink:0;width:160px;height:160px;display:grid;place-items:center}.potd__sprite-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--border);opacity:.3}.potd__sprite{position:relative;z-index:1;width:140px;height:140px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.4));animation:bob 3s ease-in-out infinite}.potd__info{flex:1;min-width:0}.potd__id{display:block;font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);letter-spacing:.1em;margin-bottom:.15rem}.potd__name{font-size:1.6rem;font-weight:800;letter-spacing:-.02em;text-transform:capitalize;line-height:1.2;margin-bottom:.5rem}.potd__types{display:flex;gap:.35rem;margin-bottom:1rem}.potd__type{padding:3px 10px;border-radius:var(--radius-full);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.potd__stats-mini{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.potd__stat-mini{display:grid;grid-template-columns:44px 1fr 28px;align-items:center;gap:.5rem}.potd__stat-mini-label{font-size:.6rem;font-weight:700;color:var(--text-muted);letter-spacing:.05em}.potd__stat-mini-bar{height:5px;background:#ffffff0f;border-radius:3px;overflow:hidden}.potd__stat-mini-fill{height:100%;border-radius:3px}.potd__stat-mini-val{font-family:var(--font-mono);font-size:.7rem;font-weight:600;color:var(--text-secondary);text-align:right}.potd__meta{display:flex;gap:1.25rem;margin-bottom:1rem}.potd__meta-item{display:flex;flex-direction:column}.potd__meta-val{font-size:.9rem;font-weight:700;letter-spacing:-.01em}.potd__meta-label{font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.potd__actions{display:flex;gap:.5rem}.potd__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border-radius:var(--radius-md);font-size:.8rem;font-weight:600;transition:all var(--transition-fast)}.potd__btn--primary{background:var(--potd-accent, var(--accent));color:#fff;box-shadow:0 2px 12px color-mix(in srgb,var(--potd-accent, var(--accent)) 30%,transparent)}.potd__btn--primary:hover{box-shadow:0 4px 20px color-mix(in srgb,var(--potd-accent, var(--accent)) 40%,transparent)}.potd__btn--secondary{background:#ffffff0f;border:1px solid var(--border);color:var(--text-secondary)}.potd__btn--secondary:hover{background:#ffffff1a;border-color:var(--border-hover);color:var(--text-primary)}@media(max-width:600px){.potd__content{flex-direction:column;text-align:center;align-items:center}.potd__types,.potd__meta,.potd__actions{justify-content:center}.potd__stat-mini{grid-template-columns:40px 1fr 28px}}.types-section{padding:5rem 0;background:var(--bg-secondary);position:relative}.types-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;max-width:800px;margin:0 auto}.type-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-base);overflow:hidden}.type-card:hover{border-color:var(--type-color, var(--border-hover));box-shadow:0 8px 30px #0000004d}.type-card--active{border-color:var(--type-color);box-shadow:0 0 20px color-mix(in srgb,var(--type-color) 30%,transparent)}.type-card__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,var(--type-color, transparent),transparent 70%);opacity:0;transition:opacity var(--transition-base)}.type-card:hover .type-card__glow,.type-card--active .type-card__glow{opacity:.08}.type-card__icon{font-size:1.8rem;line-height:1}.type-card__name{font-size:.8rem;font-weight:600;text-transform:capitalize;color:var(--text-secondary)}.pokedex-section{padding:5rem 0}.pokedex-controls{margin-bottom:2rem;display:flex;flex-direction:column;gap:1.25rem}.control-row{display:flex;gap:1.5rem;align-items:flex-end;flex-wrap:wrap}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group--right{margin-left:auto}.control-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.gen-tabs{display:flex;gap:.35rem;flex-wrap:wrap}.gen-tab{padding:.4rem .9rem;font-size:.8rem;font-weight:600;border-radius:var(--radius-md);background:#ffffff0a;border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast)}.gen-tab:hover{background:#ffffff14;color:var(--text-primary)}.gen-tab--active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 2px 12px var(--accent-glow)}.type-filter-pills{display:flex;gap:.35rem;flex-wrap:wrap}.type-pill-btn{padding:.3rem .7rem;font-size:.7rem;font-weight:600;text-transform:capitalize;border-radius:var(--radius-full);background:#ffffff0a;border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast)}.type-pill-btn:hover{background:color-mix(in srgb,var(--pill-color, var(--accent)) 15%,transparent);border-color:var(--pill-color, var(--border-hover));color:var(--text-primary)}.type-pill-btn--active{color:#fff;border-color:transparent}.sort-select{height:36px;padding:0 2rem 0 .75rem;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.8rem;color:var(--text-primary);outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%239898b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.sort-select:focus{border-color:var(--accent)}.pokedex-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.pokedex-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 0;color:var(--text-secondary);font-size:.9rem}.pokedex-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 0;color:var(--text-muted)}.pokedex-empty__icon{opacity:.3}.pokedex-empty h3{font-size:1.1rem;color:var(--text-secondary)}.pokedex-empty p{font-size:.85rem}.pokedex-count{text-align:center;font-size:.8rem;color:var(--text-muted);padding:1rem 0}.pokedex-sentinel{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 0;color:var(--text-muted);font-size:.85rem}.pokemon-card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;align-items:center}.pokemon-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,var(--card-color, transparent),transparent 60%);opacity:0;transition:opacity var(--transition-base)}.pokemon-card:hover .pokemon-card__bg{opacity:.12}.pokemon-card:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:var(--radius-lg);opacity:0;transition:opacity var(--transition-base);pointer-events:none;box-shadow:0 0 24px var(--card-color, transparent),0 0 48px color-mix(in srgb,var(--card-color, transparent) 30%,transparent)}.pokemon-card:hover:after{opacity:1}.pokemon-card__top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;position:relative;z-index:1}.pokemon-card__id{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);letter-spacing:.05em}.pokemon-card__fav{width:28px;height:28px;display:grid;place-items:center;border-radius:var(--radius-sm);color:var(--text-muted);transition:all var(--transition-fast);opacity:0}.pokemon-card:hover .pokemon-card__fav{opacity:1}.pokemon-card__fav--active{opacity:1!important;color:var(--accent)}.pokemon-card__fav svg{width:14px;height:14px}.pokemon-card__fav:hover{color:var(--accent);background:#ff47571a}.pokemon-card__img-wrap{position:relative;width:120px;height:120px;display:grid;place-items:center;margin-bottom:.75rem;z-index:1}.pokemon-card__skeleton{position:absolute;top:20px;right:20px;bottom:20px;left:20px;border-radius:50%;background:#ffffff0a;animation:pulse-skeleton 1.5s ease-in-out infinite}@keyframes pulse-skeleton{0%,to{opacity:.3}50%{opacity:.6}}.pokemon-card__img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));opacity:0}.pokemon-card__img--loaded{opacity:1}.pokemon-card__info{text-align:center;position:relative;z-index:1}.pokemon-card__name{font-size:.85rem;font-weight:700;text-transform:capitalize;margin-bottom:.35rem;letter-spacing:-.01em}.pokemon-card__types{display:flex;gap:.3rem;justify-content:center}.pokemon-card__type{padding:2px 8px;border-radius:var(--radius-full);font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:1rem;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.modal{position:relative;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.modal__close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;display:grid;place-items:center;border-radius:var(--radius-md);background:#0006;color:#fff;transition:background var(--transition-fast)}.modal__close:hover{background:#0009}.modal__hero{position:relative;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;overflow:hidden}.modal__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 30%,var(--accent, #ff4757),transparent 60%);opacity:.08}.modal__sprite{width:180px;height:180px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.4));animation:bob 3s ease-in-out infinite;position:relative;z-index:1}.modal__shiny-toggle,.modal__cry-btn{position:absolute;z-index:5;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#0006;color:#fff;font-size:1rem;transition:background var(--transition-fast)}.modal__shiny-toggle{top:12px;right:12px}.modal__cry-btn{top:12px;right:52px}.modal__shiny-toggle:hover,.modal__cry-btn:hover{background:#0009}.modal__hero-info{text-align:center;position:relative;z-index:1;margin-top:.5rem}.modal__id{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);letter-spacing:.1em}.modal__name{font-size:1.8rem;font-weight:800;text-transform:capitalize;letter-spacing:-.02em}.modal__genus{display:block;font-size:.8rem;color:var(--text-secondary);margin-top:.1rem}.modal__types{display:flex;gap:.4rem;justify-content:center;margin-top:.6rem}.modal__type{padding:4px 14px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.modal__fav{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;background:#ffffff0f;border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast)}.modal__fav:hover,.modal__fav--active{color:var(--accent);border-color:var(--accent);background:#ff47571a}.modal__body{padding:0 1.5rem 1.5rem}.modal__flavor{font-size:.85rem;color:var(--text-secondary);line-height:1.7;text-align:center;font-style:italic;padding:0 .5rem;margin-bottom:1.25rem;opacity:.9}.modal__meta{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem}.modal__meta-item{text-align:center;padding:.75rem .5rem;background:#ffffff08;border:1px solid var(--border);border-radius:var(--radius-md)}.modal__meta-val{display:block;font-size:1rem;font-weight:700;letter-spacing:-.02em}.modal__meta-label{display:block;font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.15rem}.modal__effectiveness{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#ffffff05;border:1px solid var(--border);border-radius:var(--radius-md)}.modal__eff-group{display:flex;flex-direction:column;gap:.35rem}.modal__eff-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.modal__eff-tags{display:flex;gap:.3rem;flex-wrap:wrap}.modal__eff-tag{padding:2px 8px;border-radius:var(--radius-full);font-size:.65rem;font-weight:700;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.modal__eff-tag--weak{opacity:1}.modal__eff-tag--resist{opacity:.8}.modal__eff-tag--immune{opacity:.7;border:1px dashed rgba(255,255,255,.3)}.modal__tabs{display:flex;gap:.25rem;margin-bottom:1.25rem;background:#ffffff08;border-radius:var(--radius-md);padding:3px}.modal__tab{flex:1;padding:.5rem;font-size:.8rem;font-weight:600;border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast)}.modal__tab:hover{color:var(--text-primary)}.modal__tab--active{background:#ffffff14;color:var(--text-primary)}.modal__stats{display:flex;flex-direction:column;gap:.6rem}.modal__stat-row{display:grid;grid-template-columns:52px 32px 1fr;align-items:center;gap:.5rem}.modal__stat-row--total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.modal__stat-name{font-size:.7rem;font-weight:700;color:var(--text-muted);letter-spacing:.05em}.modal__stat-val{font-size:.8rem;font-weight:700;text-align:right;font-family:var(--font-mono)}.modal__stat-bar{height:8px;background:#ffffff0d;border-radius:4px;overflow:hidden}.modal__stat-fill{height:100%;border-radius:4px}.modal__about{display:flex;flex-direction:column;gap:1rem}.modal__about-row{display:flex;gap:1rem;align-items:flex-start}.modal__about-label{width:80px;flex-shrink:0;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding-top:.15rem}.modal__about-value{display:flex;flex-wrap:wrap;gap:.35rem;flex:1}.modal__about-value--text{font-size:.85rem;color:var(--text-primary);text-transform:capitalize}.modal__ability{padding:3px 10px;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.75rem;text-transform:capitalize}.modal__ability--hidden{border-style:dashed;opacity:.7}.modal__ability small{color:var(--text-muted);font-size:.65rem}.modal__evo{min-height:120px;display:flex;align-items:center;justify-content:center}.modal__evo-chain{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.modal__evo-step{display:flex;align-items:center;gap:.5rem}.modal__evo-arrow{display:flex;flex-direction:column;align-items:center;gap:.15rem;color:var(--text-muted)}.modal__evo-level{font-size:.6rem;color:var(--text-muted)}.modal__evo-pokemon{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem;border-radius:var(--radius-lg);background:#ffffff08;border:1px solid var(--border);transition:all var(--transition-fast)}.modal__evo-pokemon:hover{background:#ffffff0f;border-color:var(--border-hover)}.modal__evo-pokemon--current{border-color:var(--accent);background:#ff475714}.modal__evo-pokemon img{width:72px;height:72px;object-fit:contain}.modal__evo-name{font-size:.75rem;font-weight:600;text-transform:capitalize}.modal__evo-id{font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted)}.modal__evo-empty{color:var(--text-muted);font-size:.85rem}.moves-list__tabs{display:flex;gap:.25rem;margin-bottom:1rem;background:#ffffff08;border-radius:var(--radius-md);padding:3px}.moves-list__tab{flex:1;padding:.4rem;font-size:.7rem;font-weight:600;border-radius:var(--radius-sm);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;gap:.3rem;transition:all var(--transition-fast)}.moves-list__tab:hover{color:var(--text-primary)}.moves-list__tab--active{background:#ffffff14;color:var(--text-primary)}.moves-list__tab-count{font-size:.6rem;padding:1px 5px;background:#ffffff14;border-radius:var(--radius-full);color:var(--text-muted)}.moves-list__search-wrap{position:relative;margin-bottom:.75rem}.moves-list__search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.moves-list__search{width:100%;height:32px;padding:0 .75rem 0 30px;background:#ffffff0a;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.8rem;color:var(--text-primary);outline:none}.moves-list__search:focus{border-color:var(--accent)}.moves-list__grid{max-height:300px;overflow-y:auto}.moves-list__grid-header{display:grid;grid-template-columns:40px 1fr;gap:.5rem;padding:.4rem .5rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg-secondary)}.moves-list__item{display:grid;grid-template-columns:40px 1fr;gap:.5rem;padding:.4rem .5rem;font-size:.8rem;border-bottom:1px solid rgba(255,255,255,.02)}.moves-list__level{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);text-align:center}.moves-list__name{text-transform:capitalize;color:var(--text-primary)}.moves-list__empty{padding:2rem;text-align:center;color:var(--text-muted);font-size:.85rem}.detail-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.compare-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:1rem;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.compare{width:100%;max-width:700px;max-height:90vh;overflow-y:auto;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.compare__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.compare__title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700}.compare__close{width:36px;height:36px;display:grid;place-items:center;border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-fast)}.compare__close:hover{background:#ffffff14;color:var(--text-primary)}.compare__body{padding:1.5rem}.compare__pickers{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem}.compare__picker{flex:1}.compare__label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem}.compare__search-wrap{position:relative}.compare__search{width:100%;height:36px;padding:0 .75rem;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.85rem;color:var(--text-primary);outline:none}.compare__search:focus{border-color:var(--accent)}.compare__results{position:absolute;top:100%;left:0;right:0;z-index:10;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);max-height:200px;overflow-y:auto;margin-top:4px}.compare__result-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;width:100%;font-size:.85rem;text-transform:capitalize;transition:background var(--transition-fast)}.compare__result-item:hover{background:#ffffff0d}.compare__result-id{margin-left:auto;font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted)}.compare__selected{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1rem;background:#ffffff08;border:1px solid var(--border);border-radius:var(--radius-lg)}.compare__selected img{width:80px;height:80px;object-fit:contain}.compare__selected-name{font-size:.9rem;font-weight:700;text-transform:capitalize}.compare__selected-id{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted)}.compare__selected-total{font-size:.75rem;color:var(--accent);font-weight:600}.compare__clear{font-size:.75rem;color:var(--text-muted);margin-top:.25rem;transition:color var(--transition-fast)}.compare__clear:hover{color:var(--text-primary)}.compare__vs-badge{display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:900;color:var(--accent);padding-top:2rem}.compare__stats{display:flex;flex-direction:column;gap:.5rem}.compare__stat-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;text-transform:capitalize;margin-bottom:.5rem}.compare__stat-vs{font-size:.8rem;color:var(--accent);font-weight:900}.compare__stat-row{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:.5rem}.compare__stat-row--total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border);font-weight:700}.compare__stat-val{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted)}.compare__stat-val--a{text-align:right}.compare__stat-val--b{text-align:left}.compare__stat-val--win{color:var(--accent);font-weight:700}.compare__stat-bar-wrap{display:grid;grid-template-columns:1fr auto 1fr;gap:.35rem;align-items:center}.compare__stat-bar-a,.compare__stat-bar-b{height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden}.compare__stat-bar-a{direction:rtl}.compare__stat-fill{height:100%;border-radius:3px}.compare__stat-name{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);white-space:nowrap}.minigame-section{padding:5rem 0;background:var(--bg-secondary);position:relative}.minigame-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.wtp{max-width:480px;margin:0 auto}.wtp__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.wtp__title{font-size:1.4rem;font-weight:800;letter-spacing:-.02em}.wtp__scores{display:flex;gap:1rem}.wtp__score{display:flex;flex-direction:column;align-items:center}.wtp__score-label{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.wtp__score-val{font-size:1.2rem;font-weight:800;font-family:var(--font-mono);color:var(--accent)}.wtp__game{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.wtp__loading{display:grid;place-items:center;height:200px}.wtp__pokemon-area{display:flex;flex-direction:column;align-items:center;gap:1rem}.wtp__silhouette{position:relative;width:200px;height:200px;display:grid;place-items:center}.wtp__silhouette img{width:200px;height:200px;object-fit:contain;filter:brightness(0) drop-shadow(0 4px 12px rgba(0,0,0,.3));transition:filter .5s ease}.wtp__silhouette--revealed img{filter:brightness(1) drop-shadow(0 8px 24px rgba(0,0,0,.4))}.wtp__reveal{text-align:center}.wtp__reveal-name{display:block;font-size:1.4rem;font-weight:800;text-transform:capitalize;margin-bottom:.15rem}.wtp__reveal-id{display:block;font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.wtp__reveal-types{display:flex;gap:.35rem;justify-content:center;margin-bottom:.75rem}.wtp__reveal-type{padding:3px 10px;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;text-transform:uppercase;color:#fff}.wtp__reveal-link{font-size:.85rem;color:var(--accent);font-weight:600;transition:opacity var(--transition-fast)}.wtp__reveal-link:hover{opacity:.8}.wtp__input-area{width:100%;display:flex;flex-direction:column;gap:.75rem}.wtp__result{text-align:center;font-size:1rem;font-weight:700;padding:.5rem;border-radius:var(--radius-md)}.wtp__result--correct{color:#4ade80;background:#4ade801a}.wtp__result--wrong{color:var(--accent);background:#ff47571a}.wtp__controls{display:flex;gap:.5rem}.wtp__input{flex:1;height:44px;padding:0 1rem;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-primary);outline:none}.wtp__input:focus{border-color:var(--accent)}.wtp__input::placeholder{color:var(--text-muted)}.wtp__submit,.wtp__next{height:44px;padding:0 1.5rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:700;color:#fff;transition:all var(--transition-fast)}.wtp__submit{background:var(--accent)}.wtp__submit:disabled{opacity:.5;cursor:not-allowed}.wtp__next{background:var(--accent-blue)}.about-section{padding:5rem 0;background:var(--bg-secondary);position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.feature-card{padding:1.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-base)}.feature-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md)}.feature-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:var(--radius-md);background:#ff475714;color:var(--accent);margin-bottom:1rem}.feature-card__title{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.feature-card__desc{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.footer{padding:4rem 0 2rem;background:var(--bg-primary);border-top:1px solid var(--border)}.footer__top{display:flex;gap:4rem;margin-bottom:3rem}.footer__brand{flex:1;max-width:320px}.footer__logo{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.footer__tagline{font-size:.85rem;color:var(--text-secondary);line-height:1.7}.footer__links{display:flex;gap:3rem;flex:1}.footer__col{display:flex;flex-direction:column;gap:.5rem}.footer__col-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:.5rem}.footer__link{font-size:.85rem;color:var(--text-secondary);transition:color var(--transition-fast)}.footer__link:hover{color:var(--text-primary)}.footer__link--muted{color:var(--text-muted);cursor:default}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border)}.footer__copy{font-size:.8rem;color:var(--text-muted)}.footer__author-link{color:var(--accent);text-decoration:none;font-weight:600;transition:color var(--transition-fast)}.footer__author-link:hover{color:#ff6b7a;text-decoration:underline}.footer__badges{display:flex;gap:.5rem}.footer__badge{padding:3px 10px;background:#ffffff0a;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.7rem;font-weight:600;color:var(--text-muted)}@media(max-width:1024px){.hero__content{flex-direction:column;text-align:center;gap:2rem}.hero__subtitle{margin:0 auto 2rem}.hero__cta,.hero__stats{justify-content:center}.hero__showcase{min-height:320px}.hero__pokemon-ring{display:none}}@media(max-width:768px){:root{--container-padding: 1rem;--header-height: 56px}.header__nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;background:#0a0a14f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;padding:1rem;border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg)}[data-theme=light] .header__nav{background:#f5f5fafa}.header__nav--open{display:flex}.header__nav-item{width:100%;text-align:left;padding:.75rem 1rem}.header__search-input{width:140px}.header__search-input:focus{width:180px}.header__mobile-toggle{display:grid}.hero{min-height:auto;padding:calc(var(--header-height) + 3rem) 0 3rem}.hero__title{font-size:2rem}.hero__showcase{min-height:280px}.hero__pokemon-img{width:180px;height:180px}.types-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.pokedex-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.control-row{flex-direction:column;align-items:stretch}.control-group--right{margin-left:0}.modal{max-width:100%;max-height:95vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin-top:auto}.modal-overlay{align-items:flex-end;padding:0}.modal__meta{grid-template-columns:repeat(2,1fr)}.footer__top{flex-direction:column;gap:2rem}.footer__links{gap:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.features-grid{grid-template-columns:1fr}.compare__pickers{flex-direction:column}.compare__vs-badge{padding-top:0}.random-pokemon{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.hero__stats{gap:1.5rem}.hero__stat-value{font-size:1.2rem}.types-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.type-card{padding:.75rem .5rem}.type-card__icon{font-size:1.4rem}.type-card__name{font-size:.65rem}.pokedex-grid{grid-template-columns:repeat(2,1fr)}.gen-tabs{gap:.25rem}.gen-tab{padding:.35rem .6rem;font-size:.7rem}.footer__links{flex-direction:column;gap:1.5rem}}.pokemon-card__top-actions{display:flex;align-items:center;gap:.25rem}.pokemon-card__tracker{font-size:.65rem;font-weight:700;line-height:1;padding:2px 5px;border-radius:var(--radius-sm)}.pokemon-card__tracker--seen{color:var(--accent-gold);background:#fbbf2426}.pokemon-card__tracker--caught{color:#4ade80;background:#4ade8026}.pokemon-card__cycle-btn{width:22px;height:22px;display:grid;place-items:center;border-radius:var(--radius-sm);font-size:.7rem;color:var(--text-muted);transition:all var(--transition-fast);opacity:0}.pokemon-card:hover .pokemon-card__cycle-btn{opacity:1}.pokemon-card__cycle-btn--seen{color:var(--accent-gold);opacity:.7}.pokemon-card__cycle-btn--caught{color:#4ade80;opacity:.7}.pokemon-card:hover .pokemon-card__cycle-btn--seen,.pokemon-card:hover .pokemon-card__cycle-btn--caught{opacity:1}.pokemon-card__cycle-btn:hover{background:#ffffff1a}.pokemon-card--seen{border-color:#fbbf2440}.pokemon-card--caught{border-color:#4ade8040}.pokemon-card__shiny-btn{position:absolute;bottom:4px;right:4px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;font-size:.75rem;background:#00000080;color:#fbbf24;opacity:0;transition:opacity var(--transition-fast)}.pokemon-card:hover .pokemon-card__shiny-btn{opacity:1}.pokemon-card__shiny-btn:hover{background:#000000b3}.modal__actions-row{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.modal__tracker-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;background:#ffffff0f;border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast)}.modal__tracker-btn:hover{border-color:var(--border-hover);color:var(--text-primary)}.modal__tracker-btn--seen{color:var(--accent-gold);border-color:#fbbf2466;background:#fbbf241a}.modal__tracker-btn--caught{color:#4ade80;border-color:#4ade8066;background:#4ade801a}.modal__share-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;background:#ffffff0f;border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast)}.modal__share-btn:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:#4a6cf71a}.modal__share-toast{margin-top:.75rem;padding:.5rem 1rem;background:#4ade8026;border:1px solid rgba(74,222,128,.3);border-radius:var(--radius-md);color:#4ade80;font-size:.8rem;font-weight:600;text-align:center}.modal__stats-toggle{display:flex;gap:.25rem;margin-bottom:1rem;background:#ffffff08;border-radius:var(--radius-md);padding:3px}.modal__stats-view-btn{flex:1;padding:.4rem;font-size:.75rem;font-weight:600;border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast)}.modal__stats-view-btn:hover{color:var(--text-primary)}.modal__stats-view-btn--active{background:#ffffff14;color:var(--text-primary)}.modal__evo-tree{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.radar-chart{display:flex;justify-content:center;padding:1rem 0}.evo-tree{display:flex;align-items:center;justify-content:center;padding:1rem 0}.evo-tree__node-wrap{display:flex;align-items:center}.evo-tree__connector{display:flex;align-items:center;gap:.35rem;padding:0 .25rem}.evo-tree__line{width:24px;height:2px;background:var(--border-hover)}.evo-tree__arrow-info{display:flex;flex-direction:column;align-items:center;gap:.1rem}.evo-tree__level{font-size:.55rem;color:var(--text-muted);white-space:nowrap;text-transform:capitalize}.evo-tree__pokemon{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem;border-radius:var(--radius-lg);background:#ffffff08;border:1px solid var(--border);transition:all var(--transition-fast)}.evo-tree__pokemon:hover{background:#ffffff0f;border-color:var(--border-hover)}.evo-tree__pokemon--current{border-color:var(--accent);background:#ff475714}.evo-tree__pokemon img{width:64px;height:64px;object-fit:contain}.evo-tree__name{font-size:.75rem;font-weight:600;text-transform:capitalize}.evo-tree__id{font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted)}.evo-tree__children{display:flex;align-items:center}.evo-tree__children--branch{flex-direction:column;gap:.5rem}.team-builder{max-width:720px;margin:0 auto}.team-builder__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.team-builder__title{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700;color:var(--text-primary)}.team-builder__title svg{color:var(--accent)}.team-builder__count{font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--text-muted)}.team-builder__slots{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;margin-bottom:1.5rem}.team-builder__slot{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1rem .5rem;min-height:120px;background:var(--bg-card);border:2px dashed var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base)}.team-builder__slot:hover{border-color:var(--border-hover);background:#ffffff0a}.team-builder__slot--filled{border-style:solid;background:radial-gradient(circle at 50% 0%,var(--card-color, transparent),transparent 60%);background-color:var(--bg-card)}.team-builder__slot--filled:hover{border-color:var(--accent)}.team-builder__slot--active{border-color:var(--accent)!important;box-shadow:0 0 20px var(--accent-glow)}.team-builder__slot img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.team-builder__slot-name{font-size:.7rem;font-weight:600;text-transform:capitalize;text-align:center;color:var(--text-primary)}.team-builder__slot-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;font-size:.9rem;color:var(--text-muted);background:#0006;transition:all var(--transition-fast)}.team-builder__slot-remove:hover{color:#fff;background:var(--accent)}.team-builder__slot-empty{font-size:1.8rem;font-weight:300;color:var(--text-muted);line-height:1}.team-builder__search{margin-bottom:1.5rem;overflow:hidden}.team-builder__search-input{width:100%;height:44px;padding:0 1rem;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-primary);outline:none}.team-builder__search-input:focus{border-color:var(--accent)}.team-builder__search-input::placeholder{color:var(--text-muted)}.team-builder__results{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);margin-top:4px;max-height:240px;overflow-y:auto}.team-builder__result{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;width:100%;font-size:.85rem;text-transform:capitalize;transition:background var(--transition-fast)}.team-builder__result:hover{background:#ffffff0d}.team-builder__result img{width:32px;height:32px;object-fit:contain}.team-builder__result-id{margin-left:auto;font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted)}.team-builder__analysis{padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.team-builder__analysis-title{font-size:1rem;font-weight:700;margin-bottom:1.25rem;color:var(--text-primary)}.team-builder__analysis-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.team-builder__analysis-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.team-builder__analysis-value{font-size:1.1rem;font-weight:700;color:var(--accent)}.team-builder__type-tags{display:flex;gap:.3rem;flex-wrap:wrap}.team-builder__type-tag{padding:2px 8px;border-radius:var(--radius-full);font-size:.6rem;font-weight:700;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.team-builder__type-tag--weak{box-shadow:0 0 8px #ff47574d}.team-builder__stat-bars{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.team-builder__stat-row{display:grid;grid-template-columns:52px 1fr 36px;align-items:center;gap:.5rem}.team-builder__stat-label{font-size:.65rem;font-weight:700;color:var(--text-muted);letter-spacing:.05em}.team-builder__stat-bar{height:8px;background:#ffffff0d;border-radius:4px;overflow:hidden}.team-builder__stat-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--accent-blue),var(--accent))}.team-builder__stat-val{font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--text-secondary);text-align:right}@media(max-width:600px){.team-builder__slots{grid-template-columns:repeat(3,1fr)}}.type-quiz{max-width:520px;margin:0 auto}.type-quiz__intro{text-align:center}.type-quiz__title{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.type-quiz__title svg{color:var(--accent-blue)}.type-quiz__desc{font-size:.9rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.type-quiz__mode-select{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.type-quiz__mode-btn{padding:.5rem 1.2rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;background:#ffffff0a;border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast)}.type-quiz__mode-btn:hover{background:#ffffff14;color:var(--text-primary)}.type-quiz__mode-btn--active{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 12px var(--accent-blue-glow)}.type-quiz__start{padding:.7rem 2rem;border-radius:var(--radius-lg);font-size:.95rem;font-weight:700;background:var(--accent-blue);color:#fff;box-shadow:0 4px 20px var(--accent-blue-glow);transition:all var(--transition-fast)}.type-quiz__start:hover{transform:translateY(-2px);box-shadow:0 6px 30px var(--accent-blue-glow)}.type-quiz__hud{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.type-quiz__score,.type-quiz__streak{display:flex;flex-direction:column;align-items:center}.type-quiz__score-val{font-size:1.4rem;font-weight:800;font-family:var(--font-mono);color:var(--accent)}.type-quiz__score-label{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.type-quiz__timer{position:relative;width:52px;height:52px;display:grid;place-items:center}.type-quiz__timer-ring{position:absolute;top:0;right:0;bottom:0;left:0}.type-quiz__timer-val{font-size:1.1rem;font-weight:800;font-family:var(--font-mono);color:var(--text-primary);transition:color var(--transition-fast)}.type-quiz__timer-val--urgent{color:var(--accent);animation:pulse-dot .5s ease-in-out infinite}.type-quiz__question{text-align:center}.type-quiz__prompt{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:var(--text-primary)}.type-quiz__options{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1rem}.type-quiz__option{padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;text-transform:capitalize;background:var(--bg-card);border:2px solid var(--border);color:var(--text-primary);transition:all var(--transition-fast)}.type-quiz__option:hover:not(:disabled){border-color:var(--type-color, var(--border-hover));background:#ffffff0a}.type-quiz__option--correct{border-color:#4ade80!important;background:#4ade8026!important;color:#4ade80}.type-quiz__option--wrong{border-color:var(--accent)!important;background:#ff475726!important;color:var(--accent)}.type-quiz__option-icon{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--type-color, var(--text-muted));margin-right:.4rem;vertical-align:middle}.type-quiz__next{padding:.6rem 1.5rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:700;background:var(--accent-blue);color:#fff;margin-top:.5rem}.type-quiz__timeout-msg{font-size:.85rem;color:var(--accent);margin-top:.5rem;font-weight:600}.type-quiz__footer{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.8rem;color:var(--text-secondary)}.type-quiz__reset{font-size:.8rem;font-weight:600;color:var(--accent);transition:opacity var(--transition-fast)}.type-quiz__reset:hover{opacity:.7}@media(max-width:480px){.type-quiz__options{grid-template-columns:1fr}.type-quiz__mode-select{flex-direction:column}}.daily-challenge{max-width:520px;margin:0 auto}.daily-challenge__intro{text-align:center}.daily-challenge__title{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.daily-challenge__title svg{color:var(--accent-gold)}.daily-challenge__desc{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.daily-challenge__best{font-size:.85rem;color:var(--accent-gold);font-weight:600;margin-bottom:1.25rem}.daily-challenge__start{padding:.7rem 2rem;border-radius:var(--radius-lg);font-size:.95rem;font-weight:700;background:var(--accent-gold);color:#1a1a2e;box-shadow:0 4px 20px #fbbf244d;transition:all var(--transition-fast)}.daily-challenge__start:hover{transform:translateY(-2px);box-shadow:0 6px 30px #fbbf2466}.daily-challenge__result{text-align:center;padding:2rem}.daily-challenge__result-title{font-size:1.6rem;font-weight:800;margin-bottom:.5rem}.daily-challenge__result-score{font-size:2.5rem;font-weight:900;font-family:var(--font-mono);color:var(--accent-gold);margin-bottom:1.5rem}.daily-challenge__hud{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:.6rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.85rem;color:var(--text-secondary)}.daily-challenge__progress{font-weight:600}.daily-challenge__score{font-weight:700;color:var(--accent-gold)}.daily-challenge__question{text-align:center}.daily-challenge__pokemon{display:flex;flex-direction:column;align-items:center;gap:.4rem;margin-bottom:1rem}.daily-challenge__pokemon img{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.daily-challenge__pokemon-name{font-size:1rem;font-weight:700;text-transform:capitalize}.daily-challenge__prompt{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.daily-challenge__options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.daily-challenge__option{padding:.65rem 1rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;text-transform:capitalize;background:var(--bg-card);border:2px solid var(--border);color:var(--text-primary);transition:all var(--transition-fast)}.daily-challenge__option:hover:not(:disabled){border-color:var(--border-hover);background:#ffffff0a}.daily-challenge__option--correct{border-color:#4ade80!important;background:#4ade8026!important;color:#4ade80}.daily-challenge__option--wrong{border-color:var(--accent)!important;background:#ff475726!important;color:var(--accent)}.daily-challenge__next{padding:.6rem 1.5rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:700;background:var(--accent-gold);color:#1a1a2e}@media(max-width:480px){.daily-challenge__options{grid-template-columns:1fr}}.region-map__header{margin-bottom:1.5rem}.region-map__title{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700}.region-map__title svg{color:var(--accent-blue)}.region-map__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.region-card{position:relative;display:flex;flex-direction:column;gap:.4rem;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;overflow:hidden;transition:all var(--transition-base)}.region-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--region-color, var(--accent));opacity:.6}.region-card:hover{border-color:var(--region-color, var(--border-hover));box-shadow:0 8px 30px #0003}.region-card--active{border-color:var(--region-color, var(--accent));box-shadow:0 0 20px color-mix(in srgb,var(--region-color, var(--accent)) 20%,transparent)}.region-card__header{display:flex;align-items:center;justify-content:space-between}.region-card__gen{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--region-color, var(--text-muted))}.region-card__count{font-size:.65rem;color:var(--text-muted)}.region-card__name{font-size:1.1rem;font-weight:800;letter-spacing:-.01em}.region-card__range{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted)}.region-card__actions{margin-top:.5rem;overflow:hidden}.region-card__btn{width:100%;padding:.5rem;border-radius:var(--radius-md);font-size:.8rem;font-weight:600;background:var(--region-color, var(--accent));color:#fff;transition:all var(--transition-fast)}.region-card__btn:hover{filter:brightness(1.1)}.nature-guide__header{margin-bottom:1.5rem}.nature-guide__title{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700}.nature-guide__title svg{color:var(--accent)}.nature-guide__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.6rem}.nature-card{display:flex;flex-direction:column;gap:.4rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-fast)}.nature-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.nature-card--neutral{border-style:dashed;opacity:.8}.nature-card__name{font-size:.85rem;font-weight:700;color:var(--text-primary)}.nature-card__stats{display:flex;flex-direction:column;gap:.15rem}.nature-card__stat{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.nature-card__stat--up:before{content:""}.nature-card__stat--down:before{content:""}.nature-card__stat--neutral{color:var(--text-muted);font-size:.7rem}.tracker-stats{max-width:720px;margin:0 auto}.tracker-stats__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.tracker-stats__title{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700}.tracker-stats__title svg{color:#4ade80}.tracker-stats__pct{font-size:1.8rem;font-weight:900;font-family:var(--font-mono);background:linear-gradient(135deg,#4ade80,var(--accent-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tracker-stats__overview{margin-bottom:2rem}.tracker-stats__bar-wrap{margin-bottom:1rem}.tracker-stats__bar{position:relative;height:12px;background:#ffffff0d;border-radius:6px;overflow:hidden}.tracker-stats__bar-fill{position:absolute;top:0;left:0;height:100%;border-radius:6px}.tracker-stats__bar-fill--seen{background:#fbbf2466;z-index:1}.tracker-stats__bar-fill--caught{background:linear-gradient(90deg,#4ade80,#22d3ee);z-index:2}.tracker-stats__counts{display:flex;gap:2rem;justify-content:center}.tracker-stats__count{display:flex;align-items:center;gap:.5rem}.tracker-stats__count-dot{width:10px;height:10px;border-radius:50%}.tracker-stats__count-dot--caught{background:#4ade80}.tracker-stats__count-dot--seen{background:var(--accent-gold)}.tracker-stats__count-dot--total{background:var(--text-muted)}.tracker-stats__count-val{font-size:1.1rem;font-weight:800;font-family:var(--font-mono);color:var(--text-primary)}.tracker-stats__count-label{font-size:.75rem;color:var(--text-muted)}.tracker-stats__gens{display:flex;flex-direction:column;gap:.6rem}.tracker-stats__gen{display:flex;flex-direction:column;gap:.3rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.tracker-stats__gen-header{display:flex;align-items:center;gap:.75rem}.tracker-stats__gen-label{font-size:.75rem;font-weight:700;color:var(--text-primary)}.tracker-stats__gen-name{font-size:.75rem;color:var(--text-secondary)}.tracker-stats__gen-pct{margin-left:auto;font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:var(--accent-blue)}.tracker-stats__gen-bar{height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden}.tracker-stats__gen-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--accent-blue),#4ade80)}.tracker-stats__gen-detail{font-size:.7rem;color:var(--text-muted)}@media(max-width:480px){.tracker-stats__counts{flex-direction:column;align-items:center;gap:.75rem}}.tools-section{padding:5rem 0;position:relative}.tools-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.tools-section--alt{background:var(--bg-secondary)}.tracker-section{padding:5rem 0;background:var(--bg-secondary);position:relative}.tracker-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-blue),var(--accent-gold));transform-origin:0%;z-index:1000}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--accent-blue);color:#fff;box-shadow:0 4px 20px var(--accent-blue-glow),var(--shadow-md);z-index:100;transition:box-shadow var(--transition-fast)}.back-to-top:hover{box-shadow:0 6px 30px var(--accent-blue-glow),var(--shadow-lg)}.floating-particles{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.floating-particle{position:absolute;border-radius:50%;background:var(--accent-blue)}[data-theme=light] .floating-particle{background:var(--accent)}.glass{background:var(--bg-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border)}.achievements-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200}.achievements-panel{position:fixed;top:0;right:0;bottom:0;width:min(420px,90vw);background:var(--bg-primary);border-left:1px solid var(--border);z-index:201;display:flex;flex-direction:column;overflow:hidden}.achievements-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.achievements-panel__title{font-size:1.2rem;font-weight:800;display:flex;align-items:center;gap:.5rem}.achievements-panel__close{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;font-size:1.2rem;color:var(--text-muted);transition:all var(--transition-fast)}.achievements-panel__close:hover{background:#ffffff14;color:var(--text-primary)}.achievements-panel__progress{padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.achievements-panel__progress-bar{height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.achievements-panel__progress-fill{height:100%;background:linear-gradient(90deg,var(--accent-gold),var(--accent));border-radius:4px}.achievements-panel__progress-text{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.achievements-panel__list{flex:1;overflow-y:auto;padding:1rem 1.5rem}.achievements-category{margin-bottom:1.5rem}.achievements-category__title{font-size:.85rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.achievements-category__grid{display:flex;flex-direction:column;gap:.5rem}.achievement-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff05;border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-fast);opacity:.5}.achievement-card--unlocked{opacity:1;border-color:#fbbf244d;background:#fbbf240d}.achievement-card__icon{font-size:1.6rem;flex-shrink:0;width:40px;text-align:center}.achievement-card__info{flex:1;min-width:0}.achievement-card__name{display:block;font-size:.85rem;font-weight:700;color:var(--text-primary)}.achievement-card__desc{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.achievement-card__bar{position:relative;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden;margin-top:.4rem}.achievement-card__bar-fill{height:100%;background:linear-gradient(90deg,var(--accent-blue),var(--accent-gold));border-radius:3px;transition:width .5s ease}.achievement-card__bar-text{position:absolute;right:0;top:-14px;font-size:.6rem;font-family:var(--font-mono);color:var(--text-muted)}.achievement-card__check{color:var(--accent-gold);font-size:1rem;font-weight:800}.achievement-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#fbbf2426,#ff47571a);border:1px solid rgba(251,191,36,.4);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:300;box-shadow:0 8px 40px #fbbf2433}.achievement-toast__icon{font-size:2rem}.achievement-toast__text{display:flex;flex-direction:column}.achievement-toast__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold)}.achievement-toast__name{font-size:1rem;font-weight:800;color:var(--text-primary)}.battle{max-width:600px;margin:0 auto}.battle__select{text-align:center}.battle__select-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.battle__search{width:100%;height:44px;padding:0 1rem;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-primary);outline:none;margin-bottom:.75rem}.battle__search:focus{border-color:var(--accent-blue)}.battle__search::placeholder{color:var(--text-muted)}.battle__results{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);margin-bottom:1rem;max-height:240px;overflow-y:auto}.battle__result{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;width:100%;font-size:.85rem;text-transform:capitalize;transition:background var(--transition-fast)}.battle__result:hover{background:#ffffff0d}.battle__result-id{margin-left:auto;font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted)}.battle__random-btn{padding:.7rem 1.5rem;border-radius:var(--radius-lg);font-size:.95rem;font-weight:700;background:var(--accent-blue);color:#fff;box-shadow:0 4px 20px var(--accent-blue-glow);transition:all var(--transition-fast)}.battle__random-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px var(--accent-blue-glow)}.battle__arena{display:flex;flex-direction:column;gap:2rem;padding:1.5rem;background:radial-gradient(ellipse at 50% 100%,rgba(74,108,247,.08),transparent 70%);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1rem}.battle__pokemon{display:flex;align-items:center;gap:1rem}.battle__pokemon--enemy{flex-direction:row}.battle__pokemon--player{flex-direction:row-reverse}.battle__sprite-wrap{flex-shrink:0}.battle__sprite{width:96px;height:96px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}.battle__sprite--player{transform:scaleX(-1)}.battle__info{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.battle__name{font-weight:700;text-transform:capitalize;font-size:.95rem}.battle__level{font-size:.7rem;font-family:var(--font-mono);color:var(--text-muted)}.battle__hp-bar{width:100%;height:10px;background:#ffffff0f;border-radius:5px;overflow:hidden}.battle__hp-fill{height:100%;border-radius:5px}.battle__hp-text{font-size:.7rem;font-family:var(--font-mono);color:var(--text-muted);margin-top:.2rem}.battle__log{max-height:160px;overflow-y:auto;padding:.75rem;background:#0003;border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem;font-size:.8rem}.battle__log-entry{padding:.15rem 0}.battle__log-entry--effective{color:#4ade80;font-weight:600}.battle__log-entry--weak{color:var(--accent)}.battle__log-entry--critical{color:var(--accent-gold);font-weight:700}.battle__log-entry--heal{color:#4ade80}.battle__actions{display:flex;gap:.75rem;justify-content:center}.battle__action{padding:.65rem 1.5rem;border-radius:var(--radius-lg);font-size:.9rem;font-weight:700;color:#fff}.battle__action--attack{background:var(--accent);box-shadow:0 4px 16px var(--accent-glow)}.battle__action--heal{background:#4ade80;box-shadow:0 4px 16px #4ade804d}.battle__action--restart{background:var(--accent-blue);box-shadow:0 4px 16px var(--accent-blue-glow)}.battle__action:disabled{opacity:.5;cursor:not-allowed}.team-suggester__modes{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.team-suggester__mode{flex:1;min-width:120px;padding:.6rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);text-align:left;transition:all var(--transition-fast)}.team-suggester__mode:hover{border-color:var(--border-hover)}.team-suggester__mode--active{border-color:var(--accent-blue);background:#4a6cf71a}.team-suggester__mode-label{display:block;font-size:.85rem;font-weight:700;color:var(--text-primary)}.team-suggester__mode-desc{display:block;font-size:.7rem;color:var(--text-muted);margin-top:.15rem}.team-suggester__counter-picker{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:1rem}.team-suggester__type-btn{padding:.3rem .7rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;text-transform:uppercase;background:#ffffff0a;border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast)}.team-suggester__type-btn:hover{border-color:var(--type-color, var(--border-hover))}.team-suggester__type-btn--active{background:var(--type-color, var(--accent-blue));border-color:var(--type-color, var(--accent-blue));color:#fff}.team-suggester__reason{font-size:.9rem;color:var(--text-secondary);margin-bottom:1.25rem;font-style:italic}.team-suggester__team{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.team-suggester__card{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-base);position:relative;overflow:hidden}.team-suggester__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,var(--card-color, transparent),transparent 60%);opacity:.08;pointer-events:none}.team-suggester__img{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.team-suggester__name{font-size:.85rem;font-weight:700;text-transform:capitalize}.team-suggester__id{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted)}.team-suggester__types{display:flex;gap:.25rem}.team-suggester__type{padding:1px 6px;border-radius:var(--radius-full);font-size:.55rem;font-weight:700;text-transform:uppercase;color:#fff}.evo-explorer__search-wrap{position:relative;margin-bottom:1.5rem}.evo-explorer__search{width:100%;height:44px;padding:0 1rem;background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-primary);outline:none}.evo-explorer__search:focus{border-color:var(--accent-blue)}.evo-explorer__search::placeholder{color:var(--text-muted)}.evo-explorer__results{position:absolute;top:100%;left:0;right:0;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);margin-top:4px;z-index:10;max-height:280px;overflow-y:auto}.evo-explorer__result{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;width:100%;font-size:.85rem;text-transform:capitalize;transition:background var(--transition-fast)}.evo-explorer__result:hover{background:#ffffff0d}.evo-explorer__popular{text-align:center}.evo-explorer__popular-title{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--text-secondary)}.evo-explorer__popular-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.6rem}.evo-explorer__popular-btn{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem .5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.7rem;font-weight:600;text-transform:capitalize;transition:all var(--transition-fast)}.evo-explorer__popular-btn:hover{border-color:var(--accent-blue)}.evo-explorer__popular-btn img{width:48px;height:48px;object-fit:contain}.evo-explorer__loading{display:flex;justify-content:center;padding:2rem}.evo-explorer__chain{margin-top:1rem}.evo-explorer__chain-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.evo-explorer__chain-title{font-size:1.1rem;font-weight:700}.evo-explorer__clear{font-size:.8rem;font-weight:600;color:var(--text-muted);transition:color var(--transition-fast)}.evo-explorer__clear:hover{color:var(--accent)}.evo-explorer__stages{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.evo-explorer__stage-wrap{display:flex;align-items:center;gap:.5rem}.evo-explorer__arrow{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:0 .25rem}.evo-explorer__arrow-line{width:28px;height:2px;background:var(--border-hover)}.evo-explorer__arrow-label{font-size:.55rem;color:var(--text-muted);white-space:nowrap;text-align:center;max-width:70px}.evo-explorer__arrow-head{color:var(--text-muted)}.evo-explorer__stage{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);position:relative;overflow:hidden;transition:all var(--transition-base)}.evo-explorer__stage:hover{border-color:var(--stage-color, var(--accent))}.evo-explorer__stage--highlight{border-color:var(--stage-color, var(--accent));box-shadow:0 0 24px color-mix(in srgb,var(--stage-color, var(--accent)) 25%,transparent)}.evo-explorer__stage-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,var(--stage-color, transparent),transparent 60%);opacity:.1;pointer-events:none}.evo-explorer__stage-img{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3));position:relative;z-index:1}.evo-explorer__stage-name{font-size:.85rem;font-weight:700;text-transform:capitalize}.evo-explorer__stage-id{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted)}.evo-explorer__stage-types{display:flex;gap:.25rem}.evo-explorer__type-dot{width:10px;height:10px;border-radius:50%}.share-card{margin-top:1.5rem;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.share-card__preview{margin-bottom:1rem}.share-card__preview-team{display:flex;gap:.5rem;justify-content:center}.share-card__preview-mon{width:56px;height:56px;display:grid;place-items:center;background:#ffffff0a;border-radius:var(--radius-md)}.share-card__preview-mon img{width:48px;height:48px;object-fit:contain}.share-card__actions{display:flex;gap:.5rem;justify-content:center}.share-card__btn{padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.8rem;font-weight:600;color:#fff}.share-card__btn--download{background:var(--accent-blue)}.share-card__btn--copy{background:#4ade80}.achievements-fab{position:fixed;bottom:2rem;right:5.5rem;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--accent-gold),#f59e0b);color:#1a1a2e;font-size:1.3rem;box-shadow:0 4px 20px #fbbf244d,var(--shadow-md);z-index:100}.achievements-fab__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:9px;background:var(--accent);color:#fff;font-size:.6rem;font-weight:800;font-family:var(--font-mono);padding:0 4px}
