*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:var(--gradient-primary);min-height:100vh;color:var(--text-secondary)}.app{min-height:100vh;padding-bottom:2rem}.header{background:transparent;padding:1rem 2rem}.header-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.header-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;position:sticky;top:0;z-index:100;background:transparent;margin:-1rem -2rem 1rem;padding:1rem 2rem;width:100%}.logo{font-size:1.8rem;font-weight:700;background:linear-gradient(45deg,#a8c8ec,#f8bbd9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.search-container{position:relative;flex:1;max-width:400px}.search-bar{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid var(--border-primary);border-radius:25px;font-size:1rem;outline:none;transition:all .3s ease;background:var(--surface-card);color:var(--text-primary)}.search-bar:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b4cca1a}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:1.1rem}.filter-toggle{background:var(--accent-secondary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.filter-toggle:hover{background:#9bb8e8;transform:translateY(-2px)}.filters{background:var(--surface-secondary);border-radius:15px;padding:1.5rem;margin-top:1rem;transition:all .3s ease}.filters.collapsed{display:none}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filter-title{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.clear-filters{background:var(--accent-tertiary);color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.clear-filters:hover{background:#f5a9c9;transform:translateY(-1px)}.type-filters{display:flex;flex-wrap:wrap;gap:.5rem}.hero-section{background:var(--gradient-hero);padding:3rem 2rem;text-align:center}.hero-content{max-width:1000px;margin:0 auto}.hero-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--accent-primary);line-height:1}.stat-label{font-size:.9rem;color:var(--text-tertiary);margin-top:.5rem;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-description{font-size:1.1rem}.hero-stats{gap:2rem}.stat-number{font-size:2rem}}.top-performers-section{background:var(--gradient-secondary);padding:3rem 2rem;margin-bottom:2rem}.top-performers-content{max-width:1200px;margin:0 auto}.top-performers-title{font-size:2.2rem;font-weight:700;text-align:center;color:var(--text-primary);margin-bottom:.5rem;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.top-performers-subtitle{text-align:center;color:var(--text-secondary);font-size:1.1rem;margin-bottom:2.5rem}.leagues-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.league-section{background:var(--surface-tertiary);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.league-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.league-icon{font-size:1.5rem}.league-title{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin:0}.top-pokemon-grid{display:flex;flex-direction:column;gap:1rem}.top-pokemon-card{display:flex;align-items:center;gap:1rem;background:var(--surface-card);border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.top-pokemon-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-heavy);border-color:var(--accent-secondary)}.loading-placeholder{display:flex;align-items:center;justify-content:center;height:200px;background:linear-gradient(90deg,var(--border-primary) 25%,var(--surface-secondary) 50%,var(--border-primary) 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:12px;color:var(--text-muted);font-weight:500}.rank-badge{background:linear-gradient(45deg,gold,orange);color:#333;font-weight:700;font-size:1rem;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0003}.top-pokemon-card .pokemon-image-container{width:60px;height:60px;flex-shrink:0}.top-pokemon-card .pokemon-image{width:100%;height:100%;object-fit:contain}.pokemon-info{flex:1;min-width:0}.top-pokemon-card .pokemon-number{font-size:.8rem;color:var(--text-muted);margin-bottom:.2rem}.top-pokemon-card .pokemon-name{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;text-transform:capitalize}.top-pokemon-card .pokemon-types{display:flex;gap:.3rem;margin-bottom:.5rem;flex-wrap:wrap}.top-pokemon-card .type-badge{font-size:.7rem;padding:.2rem .5rem;border-radius:8px;color:#fff;font-weight:500;text-transform:capitalize}.pvp-rank{font-size:.9rem;color:var(--accent-primary);font-weight:600}@media (max-width: 768px){.top-performers-title{font-size:1.8rem}.leagues-grid{grid-template-columns:1fr}.top-pokemon-card{padding:.8rem}.rank-badge{width:2rem;height:2rem;font-size:.9rem}.top-pokemon-card .pokemon-image-container{width:50px;height:50px}}.main-content{max-width:1200px;margin:0 auto;padding:2rem}.pokemon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}@media (min-width: 768px){.pokemon-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){.pokemon-grid{grid-template-columns:repeat(5,1fr)}}.pokemon-card{background:var(--surface-card);border-radius:15px;padding:1.5rem;box-shadow:var(--shadow-medium);transition:all .3s ease;cursor:pointer;text-align:center}.pokemon-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-heavy)}.pokemon-image{width:100px;height:100px;object-fit:contain;margin-bottom:1rem}.pokemon-number{font-size:.8rem;color:var(--text-muted);font-weight:500;margin-bottom:.5rem}.pokemon-name{font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-transform:capitalize;color:var(--text-primary)}.pokemon-types{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.loading{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:1.2rem;color:var(--text-muted)}.error{text-align:center;padding:2rem;color:var(--accent-secondary);font-size:1.1rem}.no-results{text-align:center;padding:3rem 2rem;color:var(--text-muted);font-size:1.1rem}.skeleton-card{background:var(--surface-card);border-radius:15px;padding:1.5rem;box-shadow:var(--shadow-medium);text-align:center}.skeleton-image{width:100px;height:100px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:10px;margin:0 auto 1rem}.skeleton-text{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:.5rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:var(--surface-card);border-radius:20px;padding:2rem;max-width:900px;width:100%;max-height:95vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--accent-tertiary);color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;cursor:pointer;transition:all .3s ease;z-index:1001}.modal-close:hover{background:#f5a9c9;transform:scale(1.1)}.modal-header{text-align:center;margin-bottom:2rem}.pokemon-image-large{margin-bottom:1rem}.pokemon-image-large img{width:150px;height:150px;object-fit:contain}.pokemon-name-large{font-size:2rem;font-weight:700;margin-bottom:1rem;text-transform:capitalize;color:var(--text-primary)}.pokemon-types-large{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.pokemon-types-large .type-badge{font-size:.9rem;padding:.5rem 1rem}.best-performance-section{margin-bottom:2rem}.section-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);border-bottom:2px solid var(--border-primary);padding-bottom:.5rem}.performance-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 8px 25px #00000026}.league-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.league-icon-large{font-size:1.5rem}.league-name-large{font-size:1.2rem;font-weight:600}.performance-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.8rem;color:#2d3748;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.1rem;font-weight:600}.all-leagues-section{margin-bottom:2rem}.leagues-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.league-card{background:#f8f9fa;border-radius:12px;padding:1rem;border:2px solid transparent;transition:all .3s ease}.league-card.best{border-color:#3b4cca;background:linear-gradient(135deg,#3b4cca1a,#ff6b6b1a)}.league-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.league-name{font-weight:600;font-size:.9rem}.best-badge{background:#a8c8ec;color:#fff;font-size:.7rem;padding:.2rem .5rem;border-radius:10px;margin-left:auto}.league-stats{display:flex;flex-direction:column;gap:.25rem}.league-stat{font-size:.8rem;color:#a4a4a4}.pokemon-card{position:relative}.pokemon-image-container{position:relative;display:flex;justify-content:center;margin-bottom:1rem}.top-performer-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(45deg,gold,orange);color:#333;font-size:.65rem;font-weight:600;padding:.3rem .6rem;border-radius:12px;box-shadow:0 2px 8px #0003;white-space:nowrap;z-index:10}.best-league-info{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-primary)}.league-badge{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.league-icon{font-size:1rem}.league-name{font-size:.8rem;font-weight:600;color:var(--text-muted)}.rank-info{font-size:.8rem;color:var(--accent-primary);font-weight:600}.search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;font-size:1.1rem;padding:.25rem;border-radius:50%;transition:all .3s ease}.search-clear:hover{background:var(--surface-secondary);color:var(--text-primary)}.filter-count{background:#ff6b6b;color:#fff;font-size:.7rem;padding:.2rem .5rem;border-radius:10px;margin-left:.5rem}.type-filter{display:flex;align-items:center;gap:.5rem}.type-icon{font-size:1rem}.type-name{font-size:.8rem}.selected-types-summary{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-primary)}.summary-text{font-size:.9rem;color:var(--text-muted);text-align:center}.results-summary{margin-bottom:1rem;text-align:center}.results-summary p{color:var(--text-muted);font-size:.9rem}.no-results-icon{font-size:3rem;margin-bottom:1rem}.retry-button{background:#3b4cca;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-size:1rem;margin-top:1rem;transition:all .3s ease}.retry-button:hover{background:#9bb8e8;transform:translateY(-2px)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.loading-spinner{margin-bottom:1rem}.pokeball{width:60px;height:60px;position:relative;animation:spin 2s linear infinite}.pokeball-top{width:100%;height:50%;background:#ff6b6b;border-radius:60px 60px 0 0;border:3px solid #333;border-bottom:none}.pokeball-bottom{width:100%;height:50%;background:#fff;border-radius:0 0 60px 60px;border:3px solid #333;border-top:none}.pokeball-middle{position:absolute;top:50%;left:0;right:0;height:6px;background:#333;transform:translateY(-50%)}.pokeball-center{position:absolute;top:50%;left:50%;width:20px;height:20px;background:#fff;border:3px solid #333;border-radius:50%;transform:translate(-50%,-50%)}.spinner-small .pokeball{width:40px;height:40px}.spinner-medium .pokeball{width:60px;height:60px}.spinner-large .pokeball{width:80px;height:80px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{color:var(--text-muted);font-size:1.1rem;margin-top:1rem}@media (max-width: 768px){.header{padding:1rem}.header-top{flex-direction:column;text-align:center}.search-container{max-width:100%}.main-content{padding:0 1rem}.logo{font-size:1.5rem}.modal-content{margin:1rem;padding:1.5rem}.pokemon-name-large{font-size:1.5rem}.performance-stats,.leagues-grid{grid-template-columns:1fr}}.load-more-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;margin-top:2rem}.pokemon-count{color:var(--text-muted);font-size:1rem;text-align:center;background:var(--surface-secondary);padding:.5rem 1rem;border-radius:20px;box-shadow:var(--shadow-light)}.load-more-btn{background:var(--gradient-button);color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #3b4cca4d}.load-more-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b4cca66}.load-more-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.all-loaded,.end-message{color:#4caf50;font-size:1.1rem;font-weight:600;text-align:center;background:#4caf501a;padding:1rem 2rem;border-radius:25px;border:2px solid rgba(76,175,80,.3)}@media (max-width: 768px){.load-more-section{padding:1rem}.load-more-btn{padding:.8rem 1.5rem;font-size:.9rem}.pokemon-count{font-size:.9rem}}.type-matchups-section{margin-bottom:2rem}.matchup-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600;font-size:.9rem}.effectiveness-icon{font-size:1rem}.effectiveness-weak{color:#ff5722}.effectiveness-multiplier{font-size:.8rem;opacity:.8;margin-left:auto}.matchup-types{display:flex;gap:.5rem;flex-wrap:wrap}.matchup-types .type-badge{font-size:.7rem;padding:.3rem .6rem}.movesets-section{margin-bottom:2rem}.movesets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.moveset-card{background:var(--surface-card);border-radius:12px;padding:1.5rem;border:2px solid var(--border-primary);transition:all .3s ease}.moveset-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-heavy);border-color:var(--accent-secondary)}.moveset-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-primary)}.moveset-rank{background:linear-gradient(45deg,gold,orange);color:#333;font-weight:700;font-size:.9rem;padding:.3rem .8rem;border-radius:15px;box-shadow:0 2px 8px #0000001a}.moveset-rating{color:var(--accent-primary);font-weight:600;font-size:.9rem}.moveset-moves{display:flex;flex-direction:column;gap:1rem}.fast-move,.charged-moves{background:var(--surface-secondary);border-radius:8px;padding:1rem}.move-label{font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem}.move-info{display:flex;flex-direction:column;gap:.5rem}.move-name{color:#fff;font-weight:600;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;text-transform:capitalize;display:inline-block}.move-stats{display:flex;gap:.8rem;font-size:.75rem;color:var(--text-muted);margin-top:.3rem}.move-stats span{background:#fffc;padding:.2rem .5rem;border-radius:4px;font-weight:500}.charged-moves-list{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.movesets-grid{grid-template-columns:1fr}.moveset-card{padding:1rem}.move-stats{gap:.5rem;flex-wrap:wrap}}.footer{margin-top:4rem;padding:2rem 0;border-top:1px solid var(--border-color);background:var(--surface-primary);color:var(--text-secondary)}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.footer-section p{font-size:.9rem;line-height:1.6;opacity:.8;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;opacity:.8;transition:opacity .3s ease}.footer-links a:hover{opacity:1;color:var(--accent-primary)}.footer-copyright{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color);text-align:center;font-size:.8rem;opacity:.6}.footer-copyright p{margin-bottom:.5rem}@media (max-width: 768px){.footer{margin-top:2rem;padding:1.5rem 0}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-section h3,.footer-section h4{font-size:1rem}}.page-container{min-height:100vh;background:var(--gradient-primary);color:var(--text-secondary);padding:2rem 0}.page-content{max-width:1200px;margin:0 auto;padding:0 1rem}.page-header{margin-bottom:2rem}.back-button{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:var(--gradient-button);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #3b4cca4d}.back-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b4cca66;color:#fff}.page-title{font-size:2.5rem;font-weight:700;text-align:center;margin:2rem 0;color:var(--text-primary);text-shadow:0 2px 4px rgba(0,0,0,.1)}.page-main{max-width:800px;margin:0 auto;background:var(--surface-primary);border-radius:20px;padding:2rem;box-shadow:var(--shadow-medium)}.page-section{margin-bottom:2rem}.page-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);border-bottom:2px solid var(--accent-primary);padding-bottom:.5rem}.page-section h3{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.page-section p{line-height:1.7;margin-bottom:1rem;color:var(--text-secondary)}.page-section ul{margin:1rem 0;padding-left:1.5rem}.page-section li{margin-bottom:.5rem;line-height:1.6;color:var(--text-secondary)}.page-section a{color:var(--accent-primary);text-decoration:none;font-weight:500;transition:color .3s ease}.page-section a:hover{color:var(--accent-secondary);text-decoration:underline}.contact-info{background:var(--surface-secondary);padding:1.5rem;border-radius:15px;margin:1rem 0;border-left:4px solid var(--accent-primary)}.contact-info h4{color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.contact-info p{margin-bottom:.5rem}@media (max-width: 768px){.page-container{padding:1rem 0}.page-title{font-size:2rem;margin:1.5rem 0}.page-main{padding:1.5rem;margin:0 .5rem}.back-button{padding:.6rem 1.2rem;font-size:.9rem}}.type-badge{padding:.25rem .75rem;border-radius:16px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.3);border:2px solid rgba(255,255,255,.2);transition:all .3s ease}.type-badge:hover{transform:scale(1.05);box-shadow:0 2px 8px #0003}.type-filter{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;color:#fff;text-transform:capitalize;border:2px solid transparent;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.type-filter:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.type-filter.selected{border-color:#fffc;box-shadow:0 0 0 2px #ffffff4d}.type-normal{background:linear-gradient(135deg,#e8e0d0,#ddd5c5)}.type-fire{background:linear-gradient(135deg,#ffb3b3,#ffa0a0)}.type-water{background:linear-gradient(135deg,#b3d9ff,#a0ccff)}.type-electric{background:linear-gradient(135deg,#ffeb99,#ffe066)}.type-grass{background:linear-gradient(135deg,#c8e6c9,#b8d6b9)}.type-ice{background:linear-gradient(135deg,#e1f5fe,#b3e5fc)}.type-fighting{background:linear-gradient(135deg,#ffcdd2,#ffbcc2)}.type-poison{background:linear-gradient(135deg,#e1bee7,#d1aed7)}.type-ground{background:linear-gradient(135deg,#f3e5ab,#e8d595)}.type-flying{background:linear-gradient(135deg,#e8eaf6,#d1c4e9)}.type-psychic{background:linear-gradient(135deg,#f8bbd9,#f5a9c9)}.type-bug{background:linear-gradient(135deg,#dcedc8,#c8e6c9)}.type-rock{background:linear-gradient(135deg,#efebe9,#e0dbd9)}.type-ghost{background:linear-gradient(135deg,#e8eaf6,#d1c4e9)}.type-dragon{background:linear-gradient(135deg,#b39ddb,#9c88da)}.type-dark{background:linear-gradient(135deg,#d7ccc8,#bcaaa4)}.type-steel{background:linear-gradient(135deg,#cfd8dc,#b0bec5)}.type-fairy{background:linear-gradient(135deg,#f8bbd9,#f5a9c9)}.type-effectiveness{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.effectiveness-icon{font-size:1.2rem}.effectiveness-strong{color:#4caf50}.effectiveness-weak{color:#f44336}.effectiveness-resistant{color:#2196f3}.effectiveness-multiplier{font-size:.8rem;font-weight:600;color:#666;margin-left:.25rem}.type-matchups{background:#ffffff0d;border-radius:12px;padding:1rem;margin:1rem 0}.matchup-section{margin-bottom:1rem}.matchup-section:last-child{margin-bottom:0}.matchup-title{font-size:.9rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.matchup-types{display:flex;flex-wrap:wrap;gap:.25rem}.matchup-types .type-badge{font-size:.7rem;padding:.2rem .5rem}:root{--bg-primary: #E8F4FD;--bg-secondary: #F5E6FF;--bg-tertiary: #F0F8FF;--bg-quaternary: #E6F3FF;--surface-primary: rgba(255, 255, 255, .95);--surface-secondary: rgba(255, 255, 255, .9);--surface-tertiary: rgba(255, 255, 255, .8);--surface-card: white;--text-primary: #2D3748;--text-secondary: #4A5568;--text-tertiary: #718096;--text-muted: #666;--border-primary: #e0e0e0;--border-secondary: rgba(0, 0, 0, .1);--shadow-light: 0 2px 10px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 20px rgba(0, 0, 0, .1);--shadow-heavy: 0 8px 25px rgba(0, 0, 0, .15);--accent-primary: #3B4CCA;--accent-secondary: #A8C8EC;--accent-tertiary: #F8BBD9;--gradient-primary: linear-gradient(135deg, #E8F4FD 0%, #F5E6FF 100%);--gradient-secondary: linear-gradient(135deg, #F0F8FF 0%, #E6F3FF 100%);--gradient-hero: linear-gradient(135deg, #E8F4FD 0%, #F5E6F8 100%);--gradient-button: linear-gradient(45deg, #A8C8EC, #F8BBD9);--gradient-text: linear-gradient(45deg, #667EEA, #764BA2)}[data-theme=dark]{--bg-primary: #0F1419;--bg-secondary: #1A1F2E;--bg-tertiary: #1E2532;--bg-quaternary: #252B3A;--surface-primary: rgba(30, 37, 50, .95);--surface-secondary: rgba(37, 43, 58, .9);--surface-tertiary: rgba(42, 48, 63, .8);--surface-card: #2A303F;--text-primary: #E2E8F0;--text-secondary: #CBD5E0;--text-tertiary: #A0AEC0;--text-muted: #9CA3AF;--border-primary: #374151;--border-secondary: rgba(255, 255, 255, .1);--shadow-light: 0 2px 10px rgba(0, 0, 0, .3);--shadow-medium: 0 4px 20px rgba(0, 0, 0, .4);--shadow-heavy: 0 8px 25px rgba(0, 0, 0, .5);--accent-primary: #5B6BCF;--accent-secondary: #7B8CDB;--accent-tertiary: #F8BBD9;--gradient-primary: linear-gradient(135deg, #0F1419 0%, #1A1F2E 100%);--gradient-secondary: linear-gradient(135deg, #1E2532 0%, #252B3A 100%);--gradient-hero: linear-gradient(135deg, #0F1419 0%, #1A1F2E 100%);--gradient-button: linear-gradient(45deg, #5B6BCF, #F8BBD9);--gradient-text: linear-gradient(45deg, #7B8CDB, #A78BFA)}.theme-toggle{background:var(--surface-card);border:2px solid var(--border-primary);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-light)}.theme-toggle:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium);border-color:var(--accent-secondary)}.theme-icon{font-size:1.5rem;transition:transform .3s ease}.theme-toggle:hover .theme-icon{transform:scale(1.1)}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.pokemon-image,.pokemon-image img,.type-badge,.loading-placeholder{transition:transform .3s ease,box-shadow .3s ease}
