*,:before,:after{box-sizing:border-box}body{color:#222;background:#f0eeff;margin:0;font-family:Segoe UI,system-ui,sans-serif}#root{width:100%;min-height:100vh}.app{background:#f0eeff;flex-direction:column;min-height:100vh;display:flex}.app-header{background:linear-gradient(135deg,#e63946 0%,#ff6b9d 50%,#ffbe0b 100%);padding:18px 24px 14px;box-shadow:0 3px 12px #00000026}.header-inner{max-width:1400px;margin:0 auto}.header-title{align-items:center;gap:12px;display:flex}.header-title h1{color:#fff;text-shadow:2px 2px #00000026;letter-spacing:-.5px;margin:0;font-size:1.8rem;font-weight:800}.pokeball{color:#fff;font-size:1.6rem;animation:4s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.header-sub{color:#ffffffe6;margin:4px 0 0;font-size:.9rem}.main-layout{flex:1;align-items:flex-start;gap:16px;width:100%;max-width:1400px;margin:0 auto;padding:16px;display:flex}.sidebar{flex-direction:column;flex-shrink:0;gap:14px;width:220px;display:flex}.control-section{background:#fff;border-radius:14px;padding:12px 14px;box-shadow:0 2px 8px #00000012}.control-label{text-transform:uppercase;letter-spacing:.5px;color:#888;align-items:center;gap:6px;margin-bottom:8px;font-size:.78rem;font-weight:700;display:flex}.search-input{border:2px solid #e0d9ff;border-radius:8px;outline:none;width:100%;padding:7px 10px;font-size:.9rem;transition:border-color .2s}.search-input:focus{border-color:#7c3aed}.gen-buttons{flex-wrap:wrap;gap:5px;display:flex}.gen-btn{cursor:pointer;color:#555;background:#fff;border:2px solid #e0d9ff;border-radius:7px;padding:4px 8px;font-size:.75rem;font-weight:600;transition:all .15s}.gen-btn:hover{color:#7c3aed;border-color:#7c3aed}.gen-btn.active{color:#fff;background:#7c3aed;border-color:#7c3aed}.league-btn{justify-content:space-between;align-items:center;width:100%;padding:7px 10px;display:flex}.league-cp{opacity:.8;font-size:.68rem;font-weight:500}.stat-select{cursor:pointer;background:#fff;border:2px solid #e0d9ff;border-radius:8px;outline:none;width:100%;padding:7px 10px;font-size:.9rem}.stat-select:focus{border-color:#7c3aed}.text-btn{color:#7c3aed;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0 4px;font-size:.75rem;font-weight:600}.text-btn:hover{text-decoration:underline}.type-grid{flex-wrap:wrap;gap:4px;display:flex}.type-btn{cursor:pointer;color:#666;text-transform:capitalize;background:#f5f5f5;border:2px solid #ddd;border-radius:20px;padding:3px 7px;font-size:.7rem;font-weight:600;transition:all .15s}.type-btn.active{color:#fff}.type-btn:not(.active):hover{border-color:#999}.chart-area{background:#fff;border-radius:16px;flex:1;min-height:520px;padding:16px;position:relative;box-shadow:0 2px 12px #00000014}.chart-count{color:#999;margin-bottom:4px;font-size:.82rem;font-weight:600}.scatter-wrap{width:100%;position:relative}.scatter-tooltip{color:#fff;pointer-events:none;z-index:10;background:#1e143ceb;border-radius:8px;max-width:180px;padding:8px 12px;font-size:.82rem;line-height:1.5;position:absolute;box-shadow:0 4px 12px #0003}.loading-wrap{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:14px;height:420px;font-size:.95rem;display:flex}.pokeball-spin{color:#e63946;font-size:3rem;animation:1s linear infinite spin}.progress-bar{background:#eee;border-radius:99px;width:220px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#e63946,#ff6b9d,#ffbe0b);border-radius:99px;height:100%;transition:width .3s}.detail-panel{background:#fff;border-radius:16px;flex-shrink:0;align-self:flex-start;width:340px;padding:16px;position:relative;box-shadow:0 2px 12px #00000014}.close-btn{cursor:pointer;color:#888;background:#f3f0ff;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:background .15s;display:flex;position:absolute;top:10px;right:12px}.close-btn:hover{color:#222;background:#e0d9ff}.detail-header{align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.detail-sprite{width:80px;height:80px;image-rendering:pixelated;flex-shrink:0}.detail-name{text-transform:capitalize;color:#222;margin-bottom:6px;font-size:1rem;font-weight:800}.detail-types{flex-wrap:wrap;gap:5px;margin-bottom:10px;display:flex}.type-badge{color:#fff;text-transform:capitalize;border-radius:20px;padding:2px 9px;font-size:.7rem;font-weight:700}.detail-stats-grid{flex-direction:column;gap:4px;display:flex}.stat-row{align-items:center;gap:6px;font-size:.75rem;display:flex}.stat-label{color:#888;flex-shrink:0;width:52px;font-weight:600}.stat-bar-wrap{background:#f0f0f0;border-radius:99px;flex:1;height:6px;overflow:hidden}.stat-bar{border-radius:99px;height:100%;transition:width .4s}.stat-val{text-align:right;color:#444;width:26px;font-weight:700}.detail-score-row{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.score-pill{color:#fff;border-radius:20px;padding:3px 9px;font-size:.72rem;font-weight:700}.score-pill.secondary{background:#888}.moveset-section{margin-top:10px}.moveset-label,.matchup-label{text-transform:uppercase;letter-spacing:.4px;color:#999;margin-bottom:5px;font-size:.72rem;font-weight:700}.matchup-label.wins{color:#22a55a}.matchup-label.loses{color:#e63946}.moveset-moves{flex-wrap:wrap;gap:5px;display:flex}.move-badge{color:#555;text-transform:capitalize;background:#f0eeff;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:600}.matchup-section{margin-top:10px}.matchup-row{align-items:center;gap:6px;margin-bottom:3px;font-size:.74rem;display:flex}.matchup-name{color:#444;white-space:nowrap;text-overflow:ellipsis;text-transform:capitalize;flex-shrink:0;width:90px;font-weight:600;overflow:hidden}.matchup-bar-wrap{background:#f0f0f0;border-radius:99px;flex:1;height:6px;overflow:hidden}.matchup-bar{border-radius:99px;height:100%}.matchup-bar.win{background:#22a55a}.matchup-bar.lose{background:#e63946}.matchup-val{text-align:right;color:#666;width:28px;font-size:.7rem;font-weight:700}.editor-notes{color:#555;background:#f8f6ff;border-left:3px solid #c4b5fd;border-radius:10px;margin-top:12px;padding:10px 12px;font-size:.78rem;line-height:1.5}.pvp-explainer{color:#666;font-size:.78rem;line-height:1.5}.pvp-explainer p{margin:0 0 6px}.explainer-title{text-transform:uppercase;letter-spacing:.4px;color:#999;margin-bottom:7px;font-size:.75rem;font-weight:700}.tab-bar{background:#fff;border-bottom:2px solid #ede9fe;gap:4px;padding:0 20px;display:flex}.tab-btn{cursor:pointer;color:#999;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:12px 20px;font-size:.92rem;font-weight:700;transition:all .15s}.tab-btn:hover{color:#555}.tab-btn.active{color:#7c3aed;border-bottom-color:#7c3aed}.search-hint{color:#999;margin-top:4px;font-size:.72rem;font-style:italic}.moves-tab{overflow-y:auto;padding:0!important}.moveset-explorer{flex-direction:column;height:100%;display:flex}.moveset-explorer-controls{background:#fdfcff;border-bottom:1px solid #f0eeff;flex-wrap:wrap;align-items:flex-end;gap:12px;padding:14px 18px 10px;display:flex}.moveset-explorer-controls .control-section{margin:0}.moveset-list-wrap{flex:1;min-height:0;display:flex;overflow:hidden}.moveset-list{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.moveset-card{cursor:pointer;background:#fff;border:2px solid #f0eeff;border-radius:12px;padding:10px 12px;transition:all .15s}.moveset-card:hover{border-color:#c4b5fd;box-shadow:0 2px 8px #c4b5fd44}.moveset-card.selected{border-color:#7c3aed}.moveset-card-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.moveset-card-sprite{width:36px;height:36px;image-rendering:pixelated}.moveset-card-name{color:#333;font-size:.88rem;font-weight:700}.moveset-card-score{font-size:.75rem;font-weight:700}.moveset-card-moves{flex-wrap:wrap;gap:4px;margin-bottom:5px;display:flex}.move-chip{text-transform:capitalize;border-radius:20px;padding:2px 8px;font-size:.68rem;font-weight:700}.moveset-card-pool{flex-wrap:wrap;align-items:center;gap:3px;margin-top:3px;display:flex}.move-pool-label{color:#bbb;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0;margin-right:2px;font-size:.65rem;font-weight:700}.move-chip-sm{color:#888;text-transform:capitalize;background:#f5f3ff;border-radius:20px;padding:1px 6px;font-size:.62rem;font-weight:600}.move-chip-sm.best{color:#b45309;background:#fef3c7;font-weight:700}.no-results{text-align:center;color:#aaa;padding:40px 20px;font-size:.9rem}.moveset-panel{border-left:1px solid #f0eeff;width:280px;overflow-y:auto}.move-section{margin-top:12px}.move-section-title{color:#555;margin-bottom:6px;font-size:.78rem;font-weight:700}.move-section-sub{color:#aaa;font-size:.68rem;font-weight:400}.move-usage-row{align-items:center;gap:6px;margin-bottom:5px;font-size:.72rem;display:flex}.move-usage-name{color:#444;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;width:130px;font-weight:600;overflow:hidden}.move-usage-bar-wrap{background:#f0eeff;border-radius:99px;flex:1;height:7px;overflow:hidden}.move-usage-bar{border-radius:99px;height:100%;transition:width .4s}.move-usage-count{text-align:right;color:#888;width:52px;font-size:.66rem}.move-badge.best{border:1.5px solid;font-weight:700}@media (width<=900px){.main-layout{flex-direction:column;padding:10px}.sidebar,.detail-panel{width:100%}.moveset-panel{border-top:1px solid #f0eeff;border-left:none;width:100%}.moveset-list-wrap{flex-direction:column}}
