:root{font-family:Segoe UI,Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;background-color:#131313;color:#e8e8e8;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;background-color:#0f0f0f}a{color:inherit}html,body{overflow-x:hidden;position:relative;max-width:100%;width:100vw;overscroll-behavior-x:none}.layout{max-width:1280px;margin:0 auto;padding:16px;color:#e9ebf0;overflow-x:hidden}header{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;margin-bottom:20px}.hero{display:flex;align-items:center;justify-content:center;gap:12px}.hero img,.hero-logo{border-radius:12px;width:72px;height:72px;object-fit:cover}.hero-title{text-align:center;font-size:2.2rem;margin:0}.hero-sub{text-align:center;margin-top:6px;color:#bfc6d6}main.content{display:flex;flex-direction:column;gap:16px}section{background:linear-gradient(145deg,#1a1c20,#131418);border:1px solid #20232a;box-shadow:0 10px 30px #00000040;border-radius:16px;padding:16px}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media(max-width:768px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.slot-card{background:#181a20;border:1px solid #242733;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:12px}.slot-header{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:nowrap}.slot-types{display:flex;gap:8px;flex-wrap:wrap}.slot-types-picker{border:1px dashed #303644;border-radius:12px;padding:10px;background:#111218}.moves-panel{border-top:1px solid #222430;padding-top:8px;display:flex;flex-direction:column;gap:8px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.moves-grid{display:grid;gap:8px}.move-card{border:1px solid #282c38;border-radius:12px;padding:10px;background:#15171e;display:flex;flex-direction:column;gap:8px}.move-row{display:flex;flex-direction:column;gap:8px}.move-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pill{padding:6px 10px;border-radius:999px;font-size:.9rem;color:#e9ebf0;background:#222633;border:1px solid #2b3040;display:inline-flex;align-items:center;gap:6px}.pill-label{font-weight:600;color:#cdd3e0}.pill-immune{background:#2d1f30;color:#f7c4ff;border-color:#5a2f63}.pill-resist{background:#1f2d2b;color:#a9f5d0;border-color:#355c52}.pill-neutral{background:#252a34;color:#d9deea;border-color:#374155}.pill-weak{background:#31261f;color:#fbd3a4;border-color:#5c4131}.pill-x4{background:#3a1f1f;color:#ffc6c6;border-color:#5c2c2c}.pill-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.summary-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.summary-layout{display:grid;grid-template-columns:1fr;gap:12px}.legend{border:1px solid #24293a;border-radius:14px;padding:10px;background:#171921}.legend-list{display:grid;gap:6px}.legend-item{display:flex;align-items:center;gap:8px}.summary-card{border:1px solid #24293a;border-radius:14px;padding:10px;background:#171921;display:flex;flex-direction:column;gap:8px}.summary-header{display:flex;align-items:center;gap:8px;font-weight:600}.type-select{display:flex;flex-direction:column;gap:6px}.type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.type-grid__item{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid #2a2a2a;border-radius:12px;background:#0d0d0d;color:#ddd;cursor:pointer}.type-grid__item.is-active{border-color:#6aa9ff;background:#13233d}.type-grid__label{font-size:.9rem}.type-chip{display:inline-flex;align-items:center;gap:8px;border-radius:10px;padding:8px 10px;background:#13141b;border:1px solid #262a37;color:#e9ebf0;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease}.type-chip.active{border-color:#62c6ff;background:#122131;box-shadow:0 0 0 1px #62c6ff40}.type-chip:hover{transform:translateY(-1px);border-color:#3b7fb8}.section-label{font-weight:600;color:#cdd3e0}.checkbox-row{display:inline-flex;align-items:center;gap:6px;font-size:.95rem}.stab-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;background:#222633;border:1px solid #2f3645;color:#cdd3e0}.stab-badge.on{border-color:#3b9b68;background:#15231b;color:#a3ffd0}.ghost-btn{background:transparent;border:1px dashed #3a3f4f;color:#d7d8dd;padding:6px 10px;cursor:pointer;border-radius:8px;transition:all .12s ease}.ghost-btn:hover:not(:disabled){background:#1a1e28;border-color:#4e5564;color:#e9ebf0}.ghost-btn:disabled{opacity:.5;cursor:not-allowed}.type-picker-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;border:1px solid #2c2f3a;background:#202432;color:#e9ebf0}button{border-radius:10px;border:1px solid #2c2f3a;padding:.55em 1em;font-size:.95rem;background-color:#202432;color:#e9ebf0;cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}.muted{color:#9ba1b3}.small{font-size:.9rem}footer{margin-top:24px;padding:16px 0 40px;border-top:1px solid #222430;display:flex;flex-direction:column;gap:12px;align-items:center}.footer-info{color:#8f95a5;font-size:.9rem;display:flex;align-items:center;gap:8px}.footer-separator{opacity:.5}.footer-links{display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}.footer-link{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;color:#9ea8bc;text-decoration:none;border:1px solid #2a2f40;border-radius:8px;font-size:.9rem;transition:all .15s ease;background:transparent}.footer-link:hover{color:#d4dbe8;border-color:#4e5564;background:#1a1e28;transform:translateY(-1px)}.footer-link svg{flex-shrink:0}.collapsible{margin:8px 0;border:1px solid #2a2a2a;border-radius:10px;background:#121212}.collapsible__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:transparent;color:#eaeaea;font-weight:600;cursor:pointer}.collapsible__chev{opacity:.8}.collapsible__content{padding:10px 12px}@media(max-width:1080px){.team-grid,.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.layout{padding:16px}.team-grid,.summary-grid{grid-template-columns:1fr}.type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.summary-layout{grid-template-columns:1fr 260px}}@media(min-width:480px){.type-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:grid;place-items:center;z-index:1000}.modal{width:min(900px,92vw);max-height:86vh;overflow:auto;background:#151821;border:1px solid #2a2f40;border-radius:14px;box-shadow:0 20px 60px #00000073}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #23293a}.modal-body{padding:14px}.type-surface--normal{background:#a8a77a1a;border-color:#a8a77a40}.type-surface--fire{background:#ee81301a;border-color:#ee813040}.type-surface--water{background:#6390f01a;border-color:#6390f040}.type-surface--electric{background:#f7d02c1a;border-color:#f7d02c40}.type-surface--grass{background:#7ac74c1a;border-color:#7ac74c40}.type-surface--ice{background:#96d9d61a;border-color:#96d9d640}.type-surface--fighting{background:#c22e281a;border-color:#c22e2840}.type-surface--poison{background:#a33ea11a;border-color:#a33ea140}.type-surface--ground{background:#e2bf651a;border-color:#e2bf6540}.type-surface--flying{background:#a98ff31a;border-color:#a98ff340}.type-surface--psychic{background:#f955871a;border-color:#f9558740}.type-surface--bug{background:#a6b91a1a;border-color:#a6b91a40}.type-surface--rock{background:#b6a1361a;border-color:#b6a13640}.type-surface--ghost{background:#7357971a;border-color:#73579740}.type-surface--dragon{background:#6f35fc1a;border-color:#6f35fc40}.type-surface--dark{background:#7057461a;border-color:#70574640}.type-surface--steel{background:#b7b7ce1a;border-color:#b7b7ce40}.type-surface--fairy{background:#d685ad1a;border-color:#d685ad40}.summary-card.bad{border-color:#ff3b3b!important;outline:2px solid #ff3b3b;box-shadow:0 0 18px #ff3b3ba6,0 0 8px #ff3b3b8c inset,0 0 0 3px #ff3b3b40 inset}.pokemon-search-container{position:relative;width:100%}.pokemon-search-input{width:100%;padding:10px 12px;background:#0f1118;border:1px solid #282c38;border-radius:10px;color:#e9ebf0;font-size:.95rem;transition:border-color .15s ease}.pokemon-search-input:focus{outline:none;border-color:#5a8fc7}.search-spinner{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:1.2rem}.pokemon-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#13151d;border:1px solid #2a2f40;border-radius:10px;max-height:280px;overflow-y:auto;z-index:100;box-shadow:0 10px 30px #0006}.pokemon-suggestion{width:100%;padding:10px 12px;background:transparent;border:none;border-bottom:1px solid #1f232e;color:#cdd3e0;text-align:left;cursor:pointer;display:flex;gap:10px;align-items:center;transition:background .12s ease}.pokemon-suggestion:hover{background:#1a1e28}.pokemon-suggestion:last-child{border-bottom:none}.pokemon-id{color:#7d8594;font-size:.85rem;min-width:45px}.pokemon-name{font-weight:500;text-transform:capitalize}.pokemon-selected{display:flex;align-items:center;gap:12px;padding:12px;background:#13151d;border:1px solid #2a2f40;border-radius:10px}.pokemon-sprite{width:64px;height:64px;object-fit:contain;image-rendering:pixelated}.pokemon-info{flex:1;display:flex;flex-direction:column;gap:6px}.pokemon-info strong{font-size:1.1rem;color:#e9ebf0}.type-badges{display:flex;gap:6px;flex-wrap:wrap}.type-badge-small{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#1a1e28;border:1px solid #2a2f40;border-radius:8px;font-size:.85rem;color:#b8c0d3}.ghost-btn-small{padding:6px 10px;background:transparent;border:1px solid #2a2f40;border-radius:8px;color:#9ea8bc;cursor:pointer;font-size:1rem;transition:all .12s ease}.ghost-btn-small:hover{background:#1a1e28;border-color:#3e4554;color:#d4dbe8}.move-search-container{position:relative;width:100%}.move-search-input{width:100%;padding:8px 10px;background:#0f1118;border:1px solid #282c38;border-radius:8px;color:#e9ebf0;font-size:.9rem;transition:border-color .15s ease}.move-search-input:focus{outline:none;border-color:#5a8fc7}.search-spinner-small{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:1rem}.move-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#13151d;border:1px solid #2a2f40;border-radius:8px;max-height:220px;overflow-y:auto;z-index:100;box-shadow:0 8px 24px #0006}.move-suggestion{width:100%;padding:8px 10px;background:transparent;border:none;border-bottom:1px solid #1f232e;color:#cdd3e0;text-align:left;cursor:pointer;transition:background .12s ease;display:flex;justify-content:space-between;align-items:center;gap:8px}.move-suggestion:hover{background:#1a1e28}.move-suggestion:last-child{border-bottom:none}.move-suggestion-name{font-weight:500}.move-suggestion-en{font-size:.8rem;color:#7d8594}.move-selected{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:#13151d;border:1px solid #2a2f40;border-radius:8px}.move-info-row{display:flex;align-items:center;gap:8px;flex:1}.move-info-row strong{color:#e9ebf0}.stab-badge{padding:3px 8px;background:linear-gradient(145deg,#2a3f5a,#1f2d42);border:1px solid #3d5570;border-radius:6px;font-size:.75rem;font-weight:600;color:#7ec8ff;text-transform:uppercase;letter-spacing:.5px}.defensive-badge{padding:3px 8px;background:#2d2535;border:1px solid #453a50;border-radius:6px;font-size:.75rem;font-weight:600;color:#c9a9ff}.ghost-btn-tiny{padding:4px 8px;background:transparent;border:1px solid #2a2f40;border-radius:6px;color:#9ea8bc;cursor:pointer;font-size:.9rem;transition:all .12s ease}.ghost-btn-tiny:hover{background:#1a1e28;border-color:#3e4554;color:#d4dbe8}.move-row{display:flex;align-items:center;gap:10px}.move-label{font-size:.9rem;color:#9ea8bc;min-width:80px}.slot-card__moves{display:flex;flex-direction:column;gap:10px;margin-top:8px;padding-top:12px;border-top:1px solid #222430}.matchup-analyzer{display:flex;flex-direction:column;gap:16px}.matchup-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.double-mode-toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#1a1e28;border:1px solid #2a2f40;border-radius:8px;cursor:pointer;transition:all .12s ease;-webkit-user-select:none;user-select:none}.double-mode-toggle:hover{border-color:#3e4554;background:#1f2532}.double-mode-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#5a8fc7}.double-mode-toggle span{color:#e9ebf0;font-size:.95rem;font-weight:500}.section-desc{color:#9ea8bc;font-size:.9rem;margin-top:-8px;margin-bottom:12px}.enemy-selectors{display:grid;gap:12px}.enemy-selectors.single{grid-template-columns:1fr}.enemy-selectors.double{grid-template-columns:repeat(2,1fr)}.enemy-selector{display:flex;flex-direction:column;gap:8px}.matchup-results-container{display:grid;gap:20px;margin-top:16px}.matchup-results-container.single{grid-template-columns:1fr}.matchup-results-container.double{grid-template-columns:repeat(2,1fr);gap:24px}.matchup-column{display:flex;flex-direction:column;gap:12px}.enemy-header{display:flex;align-items:center;gap:12px;padding:12px;background:linear-gradient(145deg,#1d2436,#1a1e28);border:1px solid #2a2f40;border-radius:10px;margin:0 0 8px;font-size:1.2rem;color:#e9ebf0}.enemy-sprite-small{width:48px;height:48px;object-fit:contain;image-rendering:pixelated}@media(max-width:1200px){.enemy-selectors.double,.matchup-results-container.double{grid-template-columns:1fr}}.matchup-results{display:flex;flex-direction:column;gap:20px;margin-top:16px}.matchup-section{display:flex;flex-direction:column;gap:12px}.matchup-title{font-size:1.3rem;margin:0;color:#e9ebf0;display:flex;align-items:center;gap:8px}.matchup-subtitle{font-size:.9rem;color:#8f95a5;margin:-6px 0 0}.matchup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.matchup-card{background:#1a1e28;border:1px solid #2a2f40;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px;position:relative;transition:all .12s ease}.matchup-card:hover{border-color:#3e4554;transform:translateY(-2px)}.matchup-card.best{border-color:#5a8fc7;background:linear-gradient(145deg,#1d2436,#1a1e28)}.best-badge{position:absolute;top:-8px;right:12px;background:linear-gradient(135deg,#5a8fc7,#4a7fb0);color:#fff;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #5a8fc74d}.matchup-card-header{display:flex;gap:12px;align-items:center}.matchup-sprite{width:56px;height:56px;object-fit:contain;image-rendering:pixelated}.matchup-pokemon-name{font-size:1.05rem;color:#e9ebf0;display:block;margin-bottom:4px}.type-badge-tiny{display:inline-flex;align-items:center;gap:3px;padding:3px 6px;background:#13151d;border:1px solid #2a2f40;border-radius:6px;font-size:.75rem;color:#9ea8bc}.matchup-rating{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#13151d;border-radius:8px}.rating-label{font-size:.85rem;color:#8f95a5}.rating-value{font-weight:600;font-size:.9rem;padding:4px 8px;border-radius:6px}.defensive-good{color:#a9f5d0;background:#1f2d2b;border:1px solid #355c52}.defensive-neutral{color:#d9deea;background:#252a34;border:1px solid #374155}.defensive-bad{color:#ffc6c6;background:#3a1f1f;border:1px solid #5c2c2c}.matchup-move{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#13151d;border-radius:8px}.matchup-move-info{display:flex;align-items:center;gap:8px;flex:1}.move-name{font-size:.9rem;color:#e9ebf0;font-weight:500}.stab-badge-small{padding:2px 6px;background:linear-gradient(145deg,#2a3f5a,#1f2d42);border:1px solid #3d5570;border-radius:4px;font-size:.7rem;font-weight:600;color:#7ec8ff;text-transform:uppercase;letter-spacing:.3px}.effectiveness{font-weight:700;font-size:.95rem;padding:4px 10px;border-radius:6px}.effectiveness-super{color:#7fff9f;background:#1f3329;border:1px solid #2f5a3f}.effectiveness-neutral{color:#d9deea;background:#252a34;border:1px solid #374155}.effectiveness-weak{color:#ffb89f;background:#3a2b1f;border:1px solid #5c4331}.no-results{color:#8f95a5;font-size:.9rem;text-align:center;padding:20px;background:#13151d;border-radius:8px;border:1px dashed #2a2f40}@media(max-width:768px){.pokemon-selected{flex-direction:column;align-items:center;text-align:center;position:relative;padding-top:24px}.pokemon-info{width:100%;align-items:center}.type-badges{justify-content:center;margin-top:4px}.pokemon-selected .ghost-btn-small{position:absolute;top:8px;right:8px;padding:4px 8px}.pokemon-sprite{width:80px;height:80px}}.pokemon-dropdown,.move-dropdown{z-index:99999!important;box-shadow:0 10px 40px #000000bf;border:1px solid #4a5568;background-color:#1a1d26}.pokemon-search-container,.move-search-container{overflow:visible!important}.slot-card:focus-within{z-index:50;position:relative;border-color:#5a8fc7}.pokemon-dropdown,.move-dropdown{z-index:1000!important}.team-grid,section{overflow:visible!important}.slot-card__details{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid #222430}.ability-search-container,.nature-search-container,.item-search-container{display:flex;align-items:center;gap:8px;position:relative}.search-label{font-size:.85rem;color:#9ea8bc;min-width:70px;flex-shrink:0}.ability-search-input,.nature-search-input,.item-search-input{flex:1;padding:6px 10px;background:#13151d;border:1px solid #2a2f40;border-radius:8px;color:#e9ebf0;font-size:.85rem;transition:all .12s ease}.ability-search-input:focus,.nature-search-input:focus,.item-search-input:focus{outline:none;border-color:#5a8fc7;background:#181a22}.ability-selected,.nature-selected,.item-selected{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;background:#13151d;border:1px solid #2a2f40;border-radius:8px;font-size:.85rem}.ability-info,.nature-info,.item-info{display:flex;align-items:center;gap:8px;flex:1}.ability-label,.nature-label,.item-label{color:#9ea8bc;font-size:.85rem}.nature-stats{display:flex;align-items:center;gap:4px;font-size:.8rem}.stat-up{color:#7fd67f}.stat-down{color:#ff8585}.nature-neutral{color:#9ea8bc;font-size:.8rem;font-style:italic}.item-sprite{width:18px;height:18px;object-fit:contain;image-rendering:pixelated}.ability-dropdown,.nature-dropdown,.item-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#1a1d26;border:1px solid #4a5568;border-radius:8px;box-shadow:0 10px 40px #000000bf;max-height:200px;overflow-y:auto;z-index:1000}.ability-dropdown-item,.nature-dropdown-item,.item-dropdown-item{padding:8px 12px;cursor:pointer;transition:background .1s ease;display:flex;flex-direction:column;gap:2px}.ability-dropdown-item:hover,.nature-dropdown-item:hover,.item-dropdown-item:hover{background:#242833}.ability-name-en,.item-name-en{font-size:.75rem;color:#7a8294}.tooltip-wrapper{position:relative;display:inline-flex;align-items:center;flex:1}.tooltip-text{visibility:hidden;opacity:0;position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);background:#2a2f40;color:#e9ebf0;padding:8px 12px;border-radius:6px;font-size:.8rem;line-height:1.4;max-width:250px;width:max-content;box-shadow:0 4px 12px #00000080;z-index:9999;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;border:1px solid #3e4554}.tooltip-text:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#2a2f40}.tooltip-wrapper:hover .tooltip-text{visibility:visible;opacity:1}.pokemon-top-stats{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#13151d;border:1px solid #2a2f40;border-radius:8px;font-size:.85rem;position:relative}.pokemon-top-stats-content{display:flex;align-items:center;gap:8px;flex:1}.top-stats-label{color:#9ea8bc;font-size:.85rem}.damage-class-icon{width:18px;height:18px;object-fit:contain;image-rendering:pixelated}@media(max-width:768px){.slot-card__details{gap:10px}.ability-info,.nature-info,.item-info{flex-wrap:wrap}.tooltip-text{max-width:200px;font-size:.75rem}footer{padding:16px 0 80px;gap:16px}.footer-info{font-size:.85rem}.footer-links{gap:12px;flex-direction:column}.footer-link{width:100%;justify-content:center;padding:10px 12px;font-size:.85rem}}
