:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100svh;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.app{flex-direction:column;min-height:100vh;display:flex}.app__header{text-align:center;border-bottom:1px solid var(--border);padding:40px 24px 24px}.app__title{letter-spacing:-1px;margin:0;font-size:2.5rem}.app__subtitle{color:var(--text);margin:8px 0 0;font-size:1rem}.app__main{box-sizing:border-box;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:24px}.app__footer{text-align:center;border-top:1px solid var(--border);padding:16px 24px;font-size:.85rem}.app__footer a{color:var(--accent);text-decoration:none}.app__footer a:hover{text-decoration:underline}.hero-list__controls{margin-bottom:16px}.hero-list__search{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);box-sizing:border-box;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:1rem}.hero-list__search:focus{border-color:var(--accent);outline:none}.hero-list__filters{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.filter-group__label{color:var(--text);margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.filter-group__buttons{flex-wrap:wrap;gap:6px;display:flex}.filter-btn{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:20px;padding:6px 14px;font-size:.85rem;transition:all .15s}.filter-btn:hover{border-color:var(--accent)}.filter-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.hero-list__count{color:var(--text);margin:0 0 16px;font-size:.9rem}.hero-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.hero-card{border:1px solid var(--border);background:var(--bg);color:inherit;cursor:pointer;border-radius:12px;flex-direction:column;padding:16px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.hero-card:hover{box-shadow:var(--shadow);border-color:var(--accent-border);transform:translateY(-2px)}.hero-card__top{align-items:center;gap:12px;margin-bottom:12px;display:flex}.hero-card__icon{object-fit:cover;border-radius:50%;flex-shrink:0;width:56px;height:56px}.hero-card__info{flex:1;min-width:0}.hero-card__header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.hero-card__id{color:var(--text);font-size:.75rem;font-weight:600;font-family:var(--mono)}.hero-card__date{color:var(--text);font-size:.75rem}.hero-card__name{color:var(--text-h);margin:0;font-size:1.25rem}.hero-card__title{color:var(--text);margin:2px 0 0;font-size:.85rem;font-style:italic}.hero-card__roles,.hero-card__specialties,.hero-card__lanes{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.hero-card__region{color:var(--text);margin:8px 0 0;font-size:.8rem}.badge{border-radius:4px;padding:3px 8px;font-size:.72rem;font-weight:500;display:inline-block}.badge--role{color:#fff}.badge--specialty{background:var(--accent-bg);color:var(--accent)}.badge--lane{color:var(--text);background:0 0;border:1px solid}.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:flex-start;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--bg);border:1px solid var(--border);border-radius:16px;width:100%;max-width:720px;margin:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal__close{background:var(--code-bg);width:36px;height:36px;color:var(--text-h);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:background .15s;display:flex;position:absolute;top:12px;right:12px}.modal__close:hover{background:var(--accent-bg)}.modal__body{max-height:calc(100vh - 48px);padding:24px;overflow-y:auto}.detail-header{gap:20px;margin-bottom:24px;display:flex}.detail-header__icon{object-fit:cover;border-radius:50%;flex-shrink:0;width:96px;height:96px}.detail-header__info{flex:1;min-width:0}.detail-header__top{align-items:center;gap:12px;margin-bottom:4px;display:flex}.detail-header__id{color:var(--text);font-size:.8rem;font-weight:600;font-family:var(--mono)}.detail-header__date{color:var(--text);font-size:.8rem}.detail-header__name{color:var(--text-h);margin:0;font-size:1.75rem}.detail-header__title{color:var(--text);margin:2px 0 8px;font-size:.95rem;font-style:italic}.detail-header__desc{color:var(--text);margin:0 0 12px;font-size:.9rem}.detail-header__badges{flex-wrap:wrap;gap:4px;display:flex}.detail-info-grid{background:var(--code-bg);border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:24px;padding:16px;display:grid}.detail-info-item{flex-direction:column;gap:2px;display:flex}.detail-info-item__label{text-transform:uppercase;letter-spacing:.5px;color:var(--text);font-size:.72rem}.detail-info-item__value{color:var(--text-h);font-size:.95rem;font-weight:500}.detail-section{margin-bottom:24px}.detail-section__title{color:var(--text-h);border-bottom:1px solid var(--border);margin:0 0 12px;padding-bottom:6px;font-size:1.15rem}.detail-ratings{flex-direction:column;gap:10px;display:flex}.detail-rating{align-items:center;gap:12px;display:flex}.detail-rating__label{width:80px;color:var(--text);flex-shrink:0;font-size:.85rem}.detail-rating__bar{background:var(--code-bg);border-radius:4px;flex:1;height:8px;overflow:hidden}.detail-rating__fill{background:var(--accent);border-radius:4px;height:100%;transition:width .3s}.detail-rating__value{width:40px;color:var(--text);text-align:right;flex-shrink:0;font-size:.8rem}.detail-stats-table{border-collapse:collapse;width:100%}.detail-stats-table th,.detail-stats-table td{text-align:left;border-bottom:1px solid var(--border);padding:8px 12px;font-size:.88rem}.detail-stats-table th{color:var(--text);text-transform:uppercase;letter-spacing:.3px;font-size:.8rem;font-weight:600}.detail-stats-table td:not(:first-child){font-family:var(--mono);color:var(--text-h)}.detail-stats-table tr:last-child td{border-bottom:none}.detail-abilities{flex-direction:column;gap:16px;display:flex}.detail-ability{border:1px solid var(--border);background:var(--bg);border-radius:8px;gap:16px;padding:16px;display:flex}.detail-ability__icon{object-fit:cover;border:1px solid var(--border);border-radius:8px;flex-shrink:0;width:56px;height:56px}.detail-ability__content{flex:1;min-width:0}.detail-ability__header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.detail-ability__label{text-transform:uppercase;letter-spacing:.5px;color:var(--accent);background:var(--accent-bg);border-radius:4px;padding:3px 8px;font-size:.72rem;font-weight:600}.detail-ability__name{color:var(--text-h);margin:0;font-size:1.1rem}.detail-ability__effects{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.detail-ability__desc{color:var(--text);margin:0 0 8px;font-size:.88rem;line-height:1.5}.detail-ability__stats{gap:16px;display:flex}.detail-ability__stat{flex-direction:column;gap:2px;display:flex}.detail-ability__stat-label{text-transform:uppercase;letter-spacing:.3px;color:var(--text);font-size:.72rem}.detail-ability__stat-value{color:var(--text-h);font-size:.88rem;font-weight:500;font-family:var(--mono)}.detail-friends-foes{flex-direction:column;gap:20px;display:flex}.detail-ff-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}.detail-ff-card{border:1px solid var(--border);background:var(--bg);cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;gap:6px;padding:10px;font-family:inherit;transition:border-color .15s,transform .1s;display:flex}.detail-ff-card:hover{transform:translateY(-1px)}.detail-ff-card:active{transform:translateY(0)}.detail-ff-card--friend:hover{border-color:#2ecc71}.detail-ff-card--foe:hover{border-color:#e74c3c}.detail-ff-card__header{align-items:center;gap:8px;display:flex}.detail-ff-card__icon{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.detail-ff-card--friend .detail-ff-card__icon{border:2px solid #2ecc71}.detail-ff-card--foe .detail-ff-card__icon{border:2px solid #e74c3c}.detail-ff-card__name{color:var(--text-h);font-size:.85rem;font-weight:600;line-height:1.2}.detail-ff-card__reason{color:var(--text);margin:0;font-size:.78rem;line-height:1.35}.detail-ff-empty{text-align:center;color:var(--text);background:var(--code-bg);border-radius:8px;margin:0;padding:16px;font-size:.88rem}.app__tabs{border-bottom:1px solid var(--border);z-index:100;background:var(--bg);scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0;padding:0 24px;display:flex;position:relative;overflow-x:auto}.app__tabs::-webkit-scrollbar{display:none}.tab-btn{color:var(--text);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 24px;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .15s,border-color .15s}.tab-btn:hover{color:var(--text-h)}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:700}.tab-btn{white-space:nowrap;-webkit-tap-highlight-color:transparent;flex-shrink:0;position:relative}.tab-btn:active{opacity:.7}.drafter{flex-direction:column;gap:16px;display:flex}.drafter__teams{flex-wrap:wrap;gap:16px;display:flex}.drafter__main{align-items:flex-start;gap:16px;display:flex}.drafter__hero-section{flex:1;min-width:0}.drafter__suggestions{flex-shrink:0;width:380px;position:relative}@media (width<=1024px){.drafter__main{flex-direction:column}.drafter__suggestions{width:100%;position:static}}.team-bar{border:1px solid var(--border);cursor:pointer;border-radius:12px;flex:1;min-width:280px;padding:12px;transition:border-color .15s,box-shadow .15s}.team-bar--enemy{background:#e74c3c0d;border-color:#e74c3c4d}.team-bar--ally{background:#3498db0d;border-color:#3498db4d}.team-bar--active.team-bar--enemy{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c40}.team-bar--active.team-bar--ally{border-color:#3498db;box-shadow:0 0 0 2px #3498db40}.team-bar__label{text-transform:uppercase;letter-spacing:.5px;color:var(--text);align-items:center;gap:6px;margin-bottom:8px;font-size:.8rem;font-weight:600;display:flex}.team-bar__picking{text-transform:uppercase;letter-spacing:.3px;border-radius:4px;padding:1px 6px;font-size:.6rem;font-weight:700}.team-bar--enemy .team-bar__picking{color:#fff;background:#e74c3c}.team-bar--ally .team-bar__picking{color:#fff;background:#3498db}.team-bar--enemy .team-bar__label{color:#e74c3c}.team-bar--ally .team-bar__label{color:#3498db}.team-bar__slots{gap:8px;display:flex}.team-bar__slot{aspect-ratio:1;border:2px dashed var(--border);cursor:default;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-width:50px;max-width:90px;transition:border-color .15s;display:flex;position:relative}.team-bar__slot.filled{cursor:pointer;border-style:solid;padding:4px}.team-bar--enemy .team-bar__slot.filled{border-color:#e74c3c}.team-bar--ally .team-bar__slot.filled{border-color:#3498db}.team-bar__slot.filled:hover{filter:brightness(.95)}.team-bar__placeholder{color:var(--border);font-size:1rem;font-weight:600}.team-bar__icon{object-fit:cover;border-radius:50%;width:100%;max-width:48px}.team-bar__name{text-align:center;color:var(--text-h);word-break:break-word;font-size:.6rem;line-height:1.1}.team-bar__remove{border:2px solid var(--bg);color:#fff;cursor:pointer;z-index:5;-webkit-tap-highlight-color:transparent;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:14px;line-height:1;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 6px #0003}.team-bar__remove:hover{background:#c0392b}.draft-controls{background:var(--code-bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.draft-order{align-items:center;gap:4px;display:flex}.draft-order__slot{border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative;overflow:hidden}.draft-order__slot--enemy{border-color:#e74c3c66}.draft-order__slot--ally{border-color:#3498db66}.draft-order__slot.current{border-color:var(--accent);border-width:3px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 #aa3bff66}50%{box-shadow:0 0 0 6px #aa3bff00}}.draft-order__slot.filled img{object-fit:cover;cursor:pointer;width:100%;height:100%}.draft-order__number{color:var(--text);font-size:.7rem;font-weight:600}.draft-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.draft-pick-indicator{border-radius:8px;padding:6px 14px;font-size:.9rem;font-weight:500}.draft-pick-indicator--enemy{color:#e74c3c;background:#e74c3c1f}.draft-pick-indicator--ally{color:#3498db;background:#3498db1f}.draft-pick-indicator.done{color:#2ecc71;background:#2ecc711f}.draft-buttons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.draft-toggle{color:var(--text);cursor:pointer;align-items:center;gap:4px;font-size:.78rem;display:flex}.draft-toggle input{cursor:pointer}.draft-btn{border:1px solid var(--border);background:var(--bg);color:var(--text-h);cursor:pointer;border-radius:6px;padding:5px 12px;font-family:inherit;font-size:.78rem;font-weight:500;transition:background .15s,opacity .15s}.draft-btn:hover:not(:disabled){background:var(--code-bg)}.draft-btn:disabled{opacity:.4;cursor:not-allowed}.draft-btn--switch{border-color:var(--accent);color:var(--accent)}.hero-icon-grid{flex-direction:column;gap:12px;margin-top:12px;display:flex}.hero-icon-group{border:1px solid var(--border);border-radius:10px;overflow:hidden}.hero-icon-group__header{background:var(--code-bg);align-items:center;gap:8px;padding:6px 10px;display:flex}.hero-icon-group__label{color:#fff;border-radius:4px;padding:2px 10px;font-size:.75rem;font-weight:700}.hero-icon-group__count{color:var(--text);font-size:.7rem}.hero-icon-group__icons{flex-wrap:wrap;gap:4px;padding:8px;display:flex}.hero-icon-btn{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;width:42px;height:42px;padding:0;transition:transform .1s,border-color .15s;position:relative;overflow:hidden}.hero-icon-btn img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.hero-icon-btn:hover:not(:disabled){border-color:var(--accent);z-index:1;transform:scale(1.12)}.hero-icon-btn:disabled{cursor:not-allowed;opacity:.45}.hero-icon-btn--enemy img{border:2px solid #e74c3c;border-radius:50%}.hero-icon-btn--ally img{border:2px solid #3498db;border-radius:50%}.hero-icon-btn--enemy .hero-icon-btn__badge{background:#e74c3c}.hero-icon-btn--ally .hero-icon-btn__badge{background:#3498db}.counter-suggestions{background:var(--code-bg);border:1px solid var(--border);border-radius:12px;padding:16px}.counter-suggestions--empty{opacity:.7}.counter-suggestions__title{color:var(--text-h);margin:0 0 4px;font-size:1rem}.counter-suggestions__hint{color:var(--text);margin:0 0 12px;font-size:.78rem}.counter-suggestions__placeholder{text-align:center;padding:24px 8px}.counter-suggestions__placeholder-icon{opacity:.3;border-radius:50%;width:48px;height:48px;margin-bottom:8px}.counter-suggestions__placeholder p{color:var(--text);font-size:.82rem}.counter-suggestions__list{flex-direction:column;gap:8px;max-height:70vh;display:flex;overflow-y:auto}.counter-card{background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:flex-start;gap:8px;padding:10px;transition:border-color .15s,transform .1s;display:flex}.counter-card:hover{border-color:var(--accent);transform:translateY(-1px)}.counter-card__rank{color:var(--text);flex-shrink:0;min-width:24px;margin-top:4px;font-size:.7rem;font-weight:700}.counter-card__tier{border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:42px;padding:4px 8px;display:flex}.counter-card__tier-letter{color:#fff;font-size:.9rem;font-weight:800;line-height:1}.counter-card__tier-score{color:#ffffffe6;margin-top:2px;font-size:.6rem}.counter-card__icon{object-fit:cover;border:2px solid;border-radius:50%;flex-shrink:0;width:40px;height:40px}.counter-card__body{flex:1;min-width:0}.counter-card__name{color:var(--text-h);margin-bottom:2px;font-size:.85rem;font-weight:600;display:block}.counter-card__badges{flex-wrap:wrap;gap:3px;margin-bottom:4px;display:flex}.counter-card__badges .badge{padding:1px 5px;font-size:.55rem}.counter-card__section{margin-top:4px}.counter-card__section-label{color:var(--text);margin-right:4px;font-size:.65rem;font-weight:600}.counter-card__icons{vertical-align:middle;gap:3px;display:inline-flex}.counter-card__icons img{object-fit:cover;border:1px solid var(--border);border-radius:50%;width:20px;height:20px}.counter-card__icon-wrap--ally img{border-color:#3498db}.counter-card__icon-wrap img{border-color:#e74c3c}.detail-drafter-actions{border-top:1px solid var(--border);justify-content:center;gap:8px;padding:12px 24px;display:flex}.drafter-btn{cursor:pointer;border:1px solid;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:.85rem;font-weight:500;transition:background .15s,opacity .15s}.drafter-btn--enemy{color:#e74c3c;background:#e74c3c14;border-color:#e74c3c}.drafter-btn--enemy:hover{background:#e74c3c26}.drafter-btn--enemy.active{color:#fff;background:#e74c3c}.drafter-btn--ally{color:#3498db;background:#3498db14;border-color:#3498db}.drafter-btn--ally:hover{background:#3498db26}.drafter-btn--ally.active{color:#fff;background:#3498db}[data-theme=dark]{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80}[data-theme=light]{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80}.drafter__topbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.drafter-btn--icon{border:1px solid var(--border);background:var(--bg);cursor:pointer;color:var(--text-h);border-radius:8px;padding:6px 10px;font-size:1rem;transition:background .15s}.drafter-btn--icon:hover{background:var(--code-bg)}.drafter-btn--export{border:1px solid var(--accent);color:var(--accent);background:var(--accent-bg);cursor:pointer;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:.8rem;font-weight:500;transition:opacity .15s}.drafter-btn--export:hover{opacity:.8}.drafter__shortcuts{color:var(--text);margin-left:auto;font-size:.7rem}.drafter__shortcuts kbd{background:var(--code-bg);border:1px solid var(--border);font-family:var(--mono);border-radius:4px;margin:0 2px;padding:1px 5px;font-size:.65rem}.drafter__hint{color:var(--text);text-align:center;opacity:.7;margin-top:8px;font-size:.72rem}.drafter__comp-row{flex-wrap:wrap;gap:12px;display:flex}.comp-analysis{border:1px solid var(--border);border-radius:10px;flex:1;min-width:200px;padding:10px}.comp-analysis--ally{background:#3498db0a;border-color:#3498db33}.comp-analysis--enemy{background:#e74c3c0a;border-color:#e74c3c33}.comp-analysis__roles{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.comp-analysis__role-badge{color:#fff;border-radius:4px;padding:2px 8px;font-size:.6rem;font-weight:600}.comp-analysis__role-badge--missing{opacity:.6;border:1px dashed;background:0 0!important}.comp-analysis__bars{margin:4px 0}.comp-analysis__dmg-bar{align-items:center;gap:6px;display:flex}.comp-analysis__bar-label{color:var(--text);width:28px;font-size:.6rem}.comp-analysis__bar{background:var(--border);border-radius:4px;flex:1;height:8px;display:flex;overflow:hidden}.comp-analysis__bar-phys{background:#e74c3c}.comp-analysis__bar-magic{background:#3498db}.comp-analysis__bar-true{background:#f1c40f}.comp-analysis__tags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.comp-analysis__tag{border-radius:4px;padding:2px 6px;font-size:.58rem;font-weight:600}.comp-analysis__tag--good{color:#2ecc71;background:#2ecc7126}.comp-analysis__tag--bad{color:#e74c3c;background:#e74c3c26}.comp-analysis__warnings{margin-top:4px}.comp-analysis__warning{color:#e74c3c;margin:2px 0;font-size:.7rem}.win-prob{background:var(--code-bg);border:1px solid var(--border);border-radius:10px;padding:10px 14px}.win-prob__header{margin-bottom:6px}.win-prob__label{color:var(--text-h);font-size:.8rem;font-weight:600}.win-prob__bar-container{background:var(--border);border-radius:6px;height:28px;display:flex;overflow:hidden}.win-prob__side{justify-content:center;align-items:center;font-size:.8rem;font-weight:700;transition:width .3s;display:flex}.win-prob__labels{justify-content:space-between;margin-top:4px;display:flex}.win-prob__team-label{color:var(--text);font-size:.65rem}.ban-suggestions{background:var(--code-bg);border:1px solid var(--border);border-radius:10px;margin-top:12px;padding:12px}.ban-suggestions__title{color:var(--text-h);margin:0 0 8px;font-size:.9rem}.ban-suggestions__list{flex-direction:column;gap:6px;display:flex}.ban-suggestion-card{background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;transition:border-color .15s;display:flex}.ban-suggestion-card:hover{border-color:#e74c3c}.ban-suggestion-card__icon{object-fit:cover;border:2px solid;border-radius:50%;width:32px;height:32px}.ban-suggestion-card__body{flex:1;justify-content:space-between;align-items:center;display:flex}.ban-suggestion-card__name{color:var(--text-h);font-size:.8rem;font-weight:600}.ban-suggestion-card__score{color:#e74c3c;font-size:.7rem;font-weight:700}.synergy-web{background:var(--code-bg);border:1px solid var(--border);text-align:center;border-radius:10px;margin-top:12px;padding:12px}.synergy-web__title{color:var(--text-h);margin:0 0 8px;font-size:.9rem}.synergy-web__svg{width:200px;height:200px}.synergy-web__line{stroke:#2ecc71;stroke-width:2px;opacity:.5;stroke-dasharray:4 2}.synergy-web__label{fill:var(--text);font-size:6px}.modal--compare{max-width:700px}.compare-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.compare-header__hero{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.compare-header__icon{object-fit:cover;border:3px solid;border-radius:50%;width:56px;height:56px}.compare-header__name{color:var(--text-h);font-size:.95rem;font-weight:600}.compare-header__roles{flex-wrap:wrap;justify-content:center;gap:3px;display:flex}.compare-header__vs{color:var(--text);font-size:1.2rem;font-weight:800}.compare-ratings{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.compare-rating-row{align-items:center;gap:8px;display:flex}.compare-rating__val{text-align:center;width:30px;color:var(--text);font-size:.9rem;font-weight:700}.compare-rating__val.winner{color:#2ecc71}.compare-rating__label{text-align:center;color:var(--text);flex:1;font-size:.78rem}.compare-stats-table{border-collapse:collapse;width:100%;font-size:.8rem}.compare-stats-table th{text-align:center;border-bottom:2px solid var(--border);color:var(--text-h);padding:6px 8px;font-weight:600}.compare-stats-table td{text-align:center;border-bottom:1px solid var(--border);color:var(--text);padding:5px 8px}.compare-stats__label{color:var(--text-h);font-weight:600}.compare-winner{font-weight:700;color:#2ecc71!important}.hero-preview-tooltip{z-index:100;pointer-events:none;position:fixed;transform:translateY(-100%)}.hero-preview{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:10px;width:200px;padding:10px}.hero-preview__header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.hero-preview__icon{object-fit:cover;border-radius:50%;width:36px;height:36px}.hero-preview__info{flex-direction:column;display:flex}.hero-preview__name{color:var(--text-h);font-size:.82rem;font-weight:600}.hero-preview__title{color:var(--text);font-size:.68rem}.hero-preview__roles{flex-wrap:wrap;gap:3px;margin-bottom:6px;display:flex}.hero-preview__ratings{flex-direction:column;gap:3px;display:flex}.hero-preview__rating{align-items:center;gap:4px;display:flex}.hero-preview__rating-label{width:28px;color:var(--text);font-size:.55rem}.hero-preview__rating-bar{background:var(--border);border-radius:3px;flex:1;height:5px;overflow:hidden}.hero-preview__rating-fill{background:var(--accent);border-radius:3px;height:100%}.detail-build{flex-direction:column;gap:8px;display:flex}.detail-build__group{align-items:flex-start;gap:8px;display:flex}.detail-build__label{color:var(--text);flex-shrink:0;min-width:70px;font-size:.75rem;font-weight:600}.detail-build__items{flex-wrap:wrap;gap:4px;display:flex}.detail-build__item{background:var(--code-bg);border:1px solid var(--border);color:var(--text-h);border-radius:4px;padding:2px 8px;font-size:.72rem}.detail-build__item--sit{opacity:.7;font-style:italic}.detail-build__item--emblem{background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent)}.detail-emblem{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;padding-top:8px;display:flex}.detail-ability-order{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}.detail-ability-order__pills{flex-wrap:wrap;gap:4px;margin:4px 0;display:flex}.detail-ability-order__pill{background:var(--accent-bg);color:var(--accent);border:1px solid var(--accent-border);border-radius:4px;padding:2px 8px;font-size:.7rem}.detail-ability-order__desc{color:var(--text);margin:4px 0 0;font-size:.72rem;line-height:1.4}.counter-suggestions__header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.counter-suggestions__sort{border:1px solid var(--border);background:var(--bg);color:var(--text-h);cursor:pointer;border-radius:4px;padding:2px 6px;font-size:.72rem}.counter-card__scores{gap:3px;margin-bottom:2px;display:flex}.counter-card__score-pill{background:var(--code-bg);color:var(--text);border-radius:3px;padding:1px 4px;font-size:.55rem}.hero-icon-btn-wrap{display:inline-block;position:relative}@media (width<=768px){.drafter__topbar{gap:8px}.drafter__shortcuts{display:none}.drafter__teams{flex-direction:column}.team-bar{min-width:0}.drafter__comp-row{flex-direction:column}.draft-order__slot{width:28px;height:28px}.draft-order__number{font-size:.6rem}.draft-actions{flex-direction:column;align-items:stretch;gap:6px}.hero-icon-btn{width:36px;height:36px}.hero-preview-tooltip{display:none}.modal--compare{max-width:95vw}.compare-header__icon{width:40px;height:40px}}.filter-btn--clear{color:#e74c3c;background:#e74c3c0d;border-color:#e74c3c}.filter-btn--clear:hover{background:#e74c3c1f}.tier-list{flex-direction:column;gap:16px;display:flex}.tier-list__groups{flex-direction:column;gap:12px;display:flex}.tier-group{border:2px solid;border-radius:12px;overflow:hidden}.tier-group__header{color:#fff;align-items:center;gap:10px;padding:8px 14px;display:flex}.tier-group__letter{font-size:1.4rem;font-weight:800;line-height:1}.tier-group__label{flex:1;font-size:.9rem;font-weight:600}.tier-group__count{opacity:.8;background:#fff3;border-radius:12px;padding:2px 10px;font-size:.8rem}.tier-group__heroes{flex-wrap:wrap;gap:8px;padding:12px;display:flex}.tier-hero{border:1px solid var(--border);background:var(--bg);cursor:pointer;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:180px;max-width:260px;padding:8px 10px;transition:transform .1s,border-color .15s;display:flex}.tier-hero:hover{border-color:var(--accent);transform:translateY(-2px)}.tier-hero__icon{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px}.tier-hero__info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.tier-hero__name{color:var(--text-h);font-size:.85rem;font-weight:600}.tier-hero__score{color:var(--text);font-size:.65rem}.tier-hero__stats{color:var(--text);gap:6px;font-size:.6rem;display:flex}.tier-hero__roles{flex-wrap:wrap;gap:2px;display:flex}.matchup-matrix{flex-direction:column;gap:16px;display:flex}.matchup-matrix__selector{flex-wrap:wrap;gap:16px;display:flex}.matchup-matrix__hero-display{border:1px solid var(--border);background:var(--code-bg);border-radius:12px;align-items:center;gap:12px;min-width:200px;padding:16px;display:flex}.matchup-matrix__hero-icon{object-fit:cover;border-radius:50%;width:64px;height:64px}.matchup-matrix__hero-name{color:var(--text-h);margin:0;font-size:1.2rem}.matchup-matrix__hero-title{color:var(--text);margin:2px 0 4px;font-size:.8rem;font-style:italic}.matchup-matrix__hero-roles{flex-wrap:wrap;gap:4px;display:flex}.matchup-matrix__picker{flex:1;min-width:250px}.matchup-matrix__hero-list{flex-wrap:wrap;gap:4px;max-height:200px;margin-top:8px;padding:4px;display:flex;overflow-y:auto}.matchup-matrix__pick{border:1px solid var(--border);background:var(--bg);cursor:pointer;color:var(--text-h);border-radius:8px;align-items:center;gap:4px;padding:4px 8px;font-family:inherit;font-size:.75rem;transition:border-color .15s;display:flex}.matchup-matrix__pick:hover{border-color:var(--accent)}.matchup-matrix__pick.active{border-color:var(--accent);background:var(--accent-bg)}.matchup-matrix__pick img{object-fit:cover;border-radius:50%;width:24px;height:24px}.matchup-matrix__results{flex-direction:column;gap:16px;display:flex}.matchup-matrix__section{border:1px solid var(--border);background:var(--bg);border-radius:12px;padding:14px}.matchup-matrix__section--friend{background:#2ecc7108;border-color:#2ecc714d}.matchup-matrix__section--foe{background:#e74c3c08;border-color:#e74c3c4d}.matchup-matrix__section-title{color:var(--text-h);margin:0 0 10px;font-size:1rem}.matchup-matrix__cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px;display:grid}.matchup-card{border:1px solid var(--border);background:var(--bg);cursor:pointer;border-radius:10px;align-items:flex-start;gap:8px;padding:8px;transition:border-color .15s,transform .1s;display:flex}.matchup-card:hover{transform:translateY(-1px)}.matchup-card--friend:hover{border-color:#2ecc71}.matchup-card--foe:hover{border-color:#e74c3c}.matchup-card__icon{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.matchup-card--friend .matchup-card__icon{border:2px solid #2ecc71}.matchup-card--foe .matchup-card__icon{border:2px solid #e74c3c}.matchup-card__body{flex:1;min-width:0}.matchup-card__name{color:var(--text-h);margin-bottom:2px;font-size:.85rem;font-weight:600;display:block}.matchup-card__reason{color:var(--text);margin:0;font-size:.72rem;line-height:1.35}.matchup-matrix__empty{text-align:center;color:var(--text);padding:16px;font-size:.88rem}.matchup-matrix__neutral-grid{flex-wrap:wrap;gap:4px;display:flex}.matchup-matrix__neutral-btn{cursor:pointer;background:0 0;border:none;padding:0;transition:transform .1s}.matchup-matrix__neutral-btn:hover{transform:scale(1.15)}.matchup-matrix__neutral-btn img{object-fit:cover;opacity:.6;border-radius:50%;width:32px;height:32px;transition:opacity .15s}.matchup-matrix__neutral-btn:hover img{opacity:1}@media (width<=768px){.app__header{padding:20px 12px 16px}.app__title{font-size:1.6rem}.app__subtitle{font-size:.85rem}.app__tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 8px;overflow-x:auto}.app__tabs::-webkit-scrollbar{display:none}.tab-btn{white-space:nowrap;padding:10px 14px;font-size:.85rem}.app__main{padding:12px}.hero-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.hero-card{padding:10px}.hero-card__icon{width:42px;height:42px}.hero-card__name{font-size:1rem}.hero-card__title{font-size:.72rem}.hero-card__region{font-size:.7rem}.filter-group__buttons{gap:4px}.filter-btn{padding:5px 10px;font-size:.75rem}.filter-group__label{font-size:.7rem}.modal-overlay{padding:0}.modal{border-radius:0;max-width:100%;min-height:100vh}.modal__body{max-height:100vh;padding:16px;overflow-y:auto}.detail-header{flex-direction:column;gap:12px}.detail-header__icon{width:64px;height:64px}.detail-header__name{font-size:1.3rem}.detail-info-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:10px}.detail-stats-table th,.detail-stats-table td{padding:5px 6px;font-size:.78rem}.detail-ability{flex-direction:column;gap:8px;padding:12px}.detail-ability__icon{width:44px;height:44px}.detail-ff-list{grid-template-columns:1fr}.tier-hero{min-width:140px;max-width:none}.tier-group__heroes,.matchup-matrix__selector{flex-direction:column}.matchup-matrix__hero-display{min-width:0}.matchup-matrix__cards{grid-template-columns:1fr}.matchup-matrix__hero-list{max-height:150px}.counter-suggestions__list{max-height:50vh}.counter-card__body{font-size:.75rem}.win-prob__bar-container{height:24px}.win-prob__side{font-size:.72rem}.draft-controls{padding:8px}.draft-order{flex-wrap:wrap;gap:3px}.draft-order__slot{width:30px;height:30px}.hero-icon-btn{width:34px;height:34px}.hero-icon-group__icons{gap:3px;padding:6px}.drafter__suggestions{width:100%}}@media (width<=480px){.hero-grid{grid-template-columns:1fr}.draft-order__slot{width:26px;height:26px}.hero-icon-btn{width:30px;height:30px}.tab-btn{padding:8px 10px;font-size:.78rem}.app__title{font-size:1.3rem}.filter-group__buttons{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.filter-group__buttons::-webkit-scrollbar{display:none}}.tier-list__header{text-align:center;margin-bottom:16px}.tier-list__season{color:var(--text-h);margin:0;font-size:1.5rem}.tier-list__updated{color:var(--text);margin:4px 0 0;font-size:.8rem}.tier-group__desc{color:var(--text);background:var(--bg);border-bottom:1px solid var(--border);padding:6px 14px;font-size:.72rem;font-style:italic}.tier-hero__note{color:var(--text);margin-top:1px;font-size:.6rem;line-height:1.3}@media (width<=768px){.modal-overlay{align-items:flex-end;padding:0}.modal{border-radius:16px 16px 0 0;width:100%;max-width:100%;max-height:75vh;animation:.25s ease-out slideUp}.modal__body{max-height:calc(75vh - 48px);padding:16px 16px 24px;overflow-y:auto}.modal:before{content:"";background:var(--border);border-radius:2px;width:40px;height:4px;margin:8px auto 0;display:block}.modal__close{top:8px;right:8px}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-action-bar{display:none}@media (width<=768px){.mobile-action-bar{background:var(--bg);border-top:1px solid var(--border);z-index:50;justify-content:space-around;gap:4px;padding:8px 12px;display:flex;position:sticky;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000001a}.mobile-action-bar__btn{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 4px;font-family:inherit;font-size:.72rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.mobile-action-bar__btn:disabled{opacity:.35}.mobile-action-bar__btn--enemy.active{color:#e74c3c;background:#e74c3c1f;border-color:#e74c3c}.mobile-action-bar__btn--ally.active{color:#3498db;background:#3498db1f;border-color:#3498db}.mobile-action-bar__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.mobile-action-bar__dot--enemy{background:#e74c3c}.mobile-action-bar__dot--ally{background:#3498db}.draft-buttons{display:none}.draft-actions{justify-content:center}.hero-icon-group__icons{flex-wrap:wrap;justify-content:center;gap:4px;padding:6px}}.hero-search-fab{align-items:center;gap:8px;margin-bottom:8px;display:flex}.hero-search-fab__btn{border:1px solid var(--border);background:var(--code-bg);width:40px;height:40px;color:var(--text-h);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:border-color .15s,background .15s;display:flex}.hero-search-fab__btn:hover{border-color:var(--accent);background:var(--accent-bg)}.hero-list__search--fab{flex:1;margin-bottom:0;animation:.2s ease-out expandSearch}@keyframes expandSearch{0%{opacity:0;width:0}to{opacity:1;width:100%}}.hero-search-active{border:1px solid var(--accent);background:var(--accent-bg);color:var(--accent);cursor:pointer;border-radius:20px;align-items:center;gap:4px;margin-bottom:8px;padding:6px 12px;font-size:.78rem;display:inline-flex}@media (width>=769px){.hero-search-fab,.hero-search-active{display:none}}.comp-collapse-btn{border:1px solid var(--border);background:var(--code-bg);width:100%;color:var(--text-h);cursor:pointer;border-radius:8px;align-items:center;gap:6px;margin-bottom:8px;padding:8px 12px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s;display:flex}.comp-collapse-btn:hover{background:var(--accent-bg)}.comp-collapse-btn__icon{color:var(--text);font-size:.7rem}.drafter__comp-row-wrapper{margin-bottom:8px}.suggestions-collapse-btn{border:1px solid var(--border);background:var(--code-bg);width:100%;color:var(--text-h);cursor:pointer;border-radius:8px;align-items:center;gap:6px;margin-bottom:8px;padding:8px 12px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s;display:flex}.suggestions-collapse-btn:hover{background:var(--accent-bg)}@media (width>=769px){.comp-collapse-btn,.suggestions-collapse-btn{display:none}.drafter__comp-row-wrapper{margin-bottom:0}}.draft-order{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto;flex-wrap:nowrap!important}.draft-order::-webkit-scrollbar{display:none}.hero-icon-btn{width:clamp(30px,8.5vw,42px);height:clamp(30px,8.5vw,42px)}@media (width<=480px){.hero-icon-btn{width:clamp(28px,10vw,36px);height:clamp(28px,10vw,36px)}}.draft-order__slot{flex-shrink:0;width:clamp(26px,7vw,36px);height:clamp(26px,7vw,36px)}.team-bar__slot{min-width:clamp(44px,16vw,90px)}.team-bar__icon{max-width:clamp(36px,12vw,48px)}@media (width<=768px){.drafter__suggestions{z-index:1;position:relative}.drafter{padding-bottom:60px}.drafter__hint{font-size:.65rem}.team-bar__remove{width:22px;height:22px;font-size:14px;top:-4px;right:-4px}}.hero-icon-group__icons{scroll-behavior:smooth}.hero-icon-btn,.hero-icon-btn-wrap{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.team-tabs{display:none}@media (width<=768px){.team-tabs{gap:4px;margin-bottom:8px;display:flex}.team-tab{border:1px solid var(--border);background:var(--code-bg);color:var(--text);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .15s;display:flex}.team-tab--enemy.active{color:#e74c3c;background:#e74c3c1f;border-color:#e74c3c}.team-tab--ally.active{color:#3498db;background:#3498db1f;border-color:#3498db}.team-tab__dot{border-radius:50%;width:8px;height:8px}.team-tab__dot--enemy{background:#e74c3c}.team-tab__dot--ally{background:#3498db}.drafter__teams--swipeable{position:relative;overflow:hidden}.drafter__teams-track{width:200%;transition:transform .25s ease-out;display:flex}.drafter__teams-track--ally{transform:translate(-50%)}.drafter__team-panel{box-sizing:border-box;flex-shrink:0;width:50%;padding-right:4px}.drafter__team-panel .team-bar{min-width:0}}@media (width>=769px){.drafter__teams-wrapper{display:contents}.drafter__teams--swipeable{flex-wrap:wrap;gap:16px;display:flex;overflow:visible}.drafter__teams-track{display:contents}.drafter__team-panel{flex:1;width:auto;min-width:280px;padding:0}.drafter__team-panel:not(.active){display:block}}.pull-reset-indicator{background:var(--code-bg);border-radius:8px;justify-content:center;align-items:center;margin-bottom:4px;transition:height .1s ease-out;display:flex;overflow:hidden}.pull-reset-indicator__text{color:var(--text);white-space:nowrap;font-size:.75rem;font-weight:600}@media (width>=769px){.pull-reset-indicator{display:none}}.hero-icon-btn--synergy{position:relative}.hero-icon-btn--synergy:after{content:"";pointer-events:none;border-radius:50%;animation:2s ease-in-out infinite synergyPulse;position:absolute;inset:-2px;box-shadow:0 0 6px 2px #2ecc7180}@keyframes synergyPulse{0%,to{box-shadow:0 0 4px 1px #2ecc7166}50%{box-shadow:0 0 8px 3px #2ecc71b3}}.hero-icon-btn--danger{position:relative}.hero-icon-btn--danger:after{content:"";pointer-events:none;border-radius:50%;animation:1.5s ease-in-out infinite dangerPulse;position:absolute;inset:-2px;box-shadow:0 0 6px 2px #e74c3c80}@keyframes dangerPulse{0%,to{box-shadow:0 0 4px 1px #e74c3c66}50%{box-shadow:0 0 8px 3px #e74c3cb3}}.synergy-dot,.danger-dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;display:inline-block}.synergy-dot{background:#2ecc71;box-shadow:0 0 4px #2ecc7199}.danger-dot{background:#e74c3c;box-shadow:0 0 4px #e74c3c99}.role-filter-chips{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.role-chip{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:16px;padding:4px 10px;font-family:inherit;font-size:.72rem;font-weight:600;transition:all .15s}.role-chip:hover{border-color:var(--accent)}.role-chip.active{color:#fff}.role-chip--clear{color:#e74c3c;background:#e74c3c0d;border-color:#e74c3c}.hero-icon-btn__tier{color:#fff;z-index:2;border:1px solid var(--bg);border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.5rem;font-weight:800;display:flex;position:absolute;bottom:-2px;right:-2px}.hero-icon-btn__tier--S{background:#ff4757}.hero-icon-btn__tier--A{background:#ff6b35}.hero-icon-btn__tier--B{background:#ffa502}.hero-icon-btn__tier--C{background:#747d8c}.presets-panel{background:var(--code-bg);border:1px solid var(--border);border-radius:10px;margin-bottom:8px;padding:12px}.presets-panel__save{gap:8px;margin-bottom:8px;display:flex}.presets-panel__input{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:6px;flex:1;padding:6px 10px;font-family:inherit;font-size:.82rem}.presets-panel__input:focus{border-color:var(--accent);outline:none}.presets-panel__list{flex-direction:column;gap:4px;display:flex}.preset-item{align-items:center;gap:4px;display:flex}.preset-item__load{border:1px solid var(--border);background:var(--bg);color:var(--text-h);cursor:pointer;border-radius:6px;flex:1;justify-content:space-between;align-items:center;padding:6px 10px;font-family:inherit;font-size:.8rem;transition:border-color .15s;display:flex}.preset-item__load:hover{border-color:var(--accent)}.preset-item__name{font-weight:600}.preset-item__count{color:var(--text);font-size:.7rem}.preset-item__delete{border:1px solid var(--border);background:var(--bg);color:#e74c3c;cursor:pointer;border-radius:6px;width:28px;height:28px;font-size:.75rem}.draft-btn--redo{border-color:var(--accent);color:var(--accent)}.draft-btn--redo:disabled{opacity:.35}.draft-timer{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-bottom:8px;padding:8px;display:flex}.draft-timer__toggle{border:1px solid var(--border);background:var(--bg);width:32px;height:32px;color:var(--text-h);cursor:pointer;border-radius:6px;font-size:.85rem}.draft-timer__display{font-size:1.4rem;font-weight:800;font-family:var(--mono,monospace);color:var(--text-h);text-align:center;min-width:60px}.draft-timer__display.urgent{color:#e74c3c;animation:.5s ease-in-out infinite timerPulse}@keyframes timerPulse{0%,to{opacity:1}50%{opacity:.5}}.draft-timer__display.expired{color:#e74c3c;text-decoration:line-through}@media (width<=768px){.drafter__suggestions{max-height:200px;transition:max-height .3s ease-out;overflow:hidden}.drafter__suggestions--expanded{max-height:none}}.hero-icon-grid--compact .hero-icon-btn{width:clamp(24px,7vw,32px);height:clamp(24px,7vw,32px)}.hero-icon-grid--compact .hero-icon-group__icons{gap:2px;padding:4px}.hero-icon-grid--compact .hero-icon-btn__tier{width:11px;height:11px;font-size:.4rem}.hero-icon-group__header--sticky{z-index:10;-webkit-backdrop-filter:blur(8px);background:#ffffffd9;position:relative}[data-theme=dark] .hero-icon-group__header--sticky{background:#16171dd9}.hero-icon-btn:active:not(:disabled){transform:scale(.85)}@keyframes slotFillIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.counter-suggestions__placeholder p{color:var(--text);margin:0;font-size:.82rem}.hero-icon-btn img{background:var(--code-bg)}.draft-btn.active{background:var(--accent-bg);border-color:var(--accent);color:var(--accent)}@media (width<=768px){.role-filter-chips{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.role-filter-chips::-webkit-scrollbar{display:none}.role-chip{flex-shrink:0}.presets-panel__save{flex-direction:column}.presets-panel__input{width:100%}.draft-timer__display{font-size:1.2rem}.mobile-action-bar{gap:2px}.mobile-action-bar__btn{padding:6px 2px;font-size:.68rem}.drafter__topbar{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:4px;padding:4px 8px;overflow-x:auto}.drafter__topbar::-webkit-scrollbar{display:none}.drafter__topbar .draft-btn{flex-shrink:0;padding:6px 8px;font-size:.72rem}.drafter__topbar .draft-toggle{flex-shrink:0;font-size:.72rem}.draft-toggle{align-items:center;gap:4px;display:flex}}@media (width<=480px){.hero-icon-btn__badge{width:16px;height:16px;font-size:.55rem}}@media (width<=768px){.team-bar__slots{gap:4px}.team-bar__slot{aspect-ratio:auto;border-radius:8px;min-width:clamp(40px,14vw,60px);padding:4px 2px}.team-bar__slot.filled{padding:3px}.team-bar__icon{max-width:clamp(28px,10vw,40px)}.team-bar__name{text-overflow:ellipsis;white-space:nowrap;width:100%;max-height:1.8em;font-size:.52rem;overflow:hidden}.team-bar__placeholder{opacity:.4;font-size:.7rem}.team-bar__label{font-size:.7rem}}@keyframes emptySlotPulse{0%,to{opacity:.6}50%{opacity:1}}@media (width<=768px){.counter-card{border-radius:8px;gap:6px;padding:8px}.counter-card:active{border-color:var(--accent);transform:scale(.98)}.counter-card__rank{min-width:20px;font-size:.65rem}.counter-card__name{font-size:.78rem}.counter-card__score-pill{padding:1px 5px;font-size:.6rem}.counter-suggestions__list{max-height:none;overflow:visible}.counter-card__icons img{width:20px;height:20px}.counter-card__section-label{font-size:.6rem}}@media (width>=769px){.counter-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}}@keyframes currentSlotGlow{0%,to{box-shadow:0 0 #aa3bff80}50%{box-shadow:0 0 0 8px #aa3bff00}}@media (width<=768px){.draft-order__slot{width:clamp(28px,8vw,36px);height:clamp(28px,8vw,36px)}.draft-order__number{font-size:.6rem}.draft-order__slot.current{transform:scale(1.2)}}.win-prob__bar-container{border-radius:8px;height:32px;box-shadow:inset 0 1px 3px #0000001a}.win-prob__label:after{content:"";vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-left:6px;display:inline-block}.win-prob[data-advantage=ally] .win-prob__label:after{background:#3498db}.win-prob[data-advantage=enemy] .win-prob__label:after{background:#e74c3c}.win-prob[data-advantage=even] .win-prob__label:after{background:#747d8c}@media (width<=768px){.win-prob{padding:8px 10px}.win-prob__bar-container{height:28px}.win-prob__side{font-size:.72rem}.win-prob__team-label{font-size:.6rem}.modal-overlay{-webkit-backdrop-filter:blur(2px);background:#00000080}.modal{max-height:80vh;padding-bottom:env(safe-area-inset-bottom,0);border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026}.modal:before{background:var(--text);opacity:.3;cursor:pointer;border-radius:2px;width:36px;height:4px;margin:8px auto 4px}.modal__body{padding:12px 16px calc(24px + env(safe-area-inset-bottom,0));-webkit-overflow-scrolling:touch;max-height:calc(80vh - 48px)}.modal__close{width:32px;height:32px;font-size:1.2rem;top:6px;right:8px}}.modal-overlay{animation:.2s ease-out overlayFadeIn}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.role-chip{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-radius:20px;justify-content:center;align-items:center;min-height:32px;display:inline-flex}.role-chip.active{box-shadow:0 0 0 2px #fff3}.role-chip--clear:active{transform:scale(.95)}.hero-search-fab__btn:active{transition:transform .1s;transform:scale(.9)}@media (width<=768px){.mobile-action-bar__btn{-webkit-tap-highlight-color:transparent;min-height:44px}.team-tab{-webkit-tap-highlight-color:transparent;min-height:40px}.comp-collapse-btn,.suggestions-collapse-btn{-webkit-tap-highlight-color:transparent;min-height:44px}}[data-theme=dark]{--text:#b0b3c0;--border:#3a3c4a;--code-bg:#1f2028}[data-theme=dark] .hero-icon-btn__tier--S{background:#ff5252;box-shadow:0 0 4px #ff525266}[data-theme=dark] .hero-icon-btn__tier--A{background:#ff7b3d;box-shadow:0 0 4px #ff7b3d66}[data-theme=dark] .hero-icon-btn__tier--B{background:#ffb733;box-shadow:0 0 4px #ffb7334d}[data-theme=dark] .role-chip.active{box-shadow:0 0 0 2px #ffffff26}@media (width<=768px){.drafter__topbar{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:4px;padding:4px 8px;overflow-x:auto}.drafter__topbar::-webkit-scrollbar{display:none}.drafter__topbar .draft-btn{flex-shrink:0;padding:6px 8px;font-size:.72rem}.drafter__topbar .draft-toggle{flex-shrink:0;font-size:.72rem}.draft-toggle{align-items:center;gap:4px;display:flex}.hero-icon-group__icons{justify-content:center;gap:4px;padding:6px}.hero-icon-group{margin-bottom:4px}.hero-icon-group__header{padding:4px 6px}.hero-icon-group__label{padding:1px 6px;font-size:.6rem}.hero-icon-group__count{font-size:.6rem}}.hero-icon-btn:disabled{opacity:.45}.hero-icon-btn__badge{width:18px;height:18px;font-size:.6rem;box-shadow:0 1px 3px #0000004d}.hero-icon-btn:not(:disabled):active{transition:transform .1s;transform:scale(.88)}@media (width<=768px){.team-bar__slots{gap:4px}.team-bar__slot{aspect-ratio:auto;border-radius:8px;min-width:clamp(40px,14vw,60px);padding:4px 2px}.team-bar__icon{max-width:clamp(28px,10vw,40px)}.team-bar__name{text-overflow:ellipsis;white-space:nowrap;width:100%;max-height:1.8em;font-size:.52rem;overflow:hidden}.team-bar__placeholder{opacity:.4;font-size:.7rem}}.team-bar--active .team-bar__slot:not(.filled){border-color:var(--accent);animation:2s ease-in-out infinite emptySlotPulse}@media (width<=768px){.counter-card{border-radius:8px;gap:6px;padding:8px}.counter-card:active{border-color:var(--accent);transform:scale(.98)}.counter-suggestions__list{max-height:none;overflow:visible}}@media (width>=769px){.counter-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}}.draft-order{padding:4px 0;position:relative}.draft-order:before{content:"";background:var(--border);z-index:0;height:2px;position:absolute;top:50%;left:8px;right:8px;transform:translateY(-50%)}.draft-order__slot{z-index:1;position:relative}.draft-order__slot.current{border-width:3px;animation:1.5s ease-in-out infinite currentSlotGlow;transform:scale(1.15)}@media (width<=768px){.draft-order__slot{width:clamp(28px,8vw,36px);height:clamp(28px,8vw,36px)}.draft-order__slot.current{transform:scale(1.2)}}.win-prob__bar-container{height:32px;box-shadow:inset 0 1px 3px #0000001a}.win-prob__side--ally{background:linear-gradient(#3498db80,#3498db59)}.win-prob__side--enemy{background:linear-gradient(#e74c3c80,#e74c3c59)}@media (width<=768px){.modal-overlay{-webkit-backdrop-filter:blur(2px);background:#00000080;animation:.2s ease-out overlayFadeIn}.modal{max-height:80vh;padding-bottom:env(safe-area-inset-bottom,0);border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026}.modal:before{background:var(--text);opacity:.3;cursor:pointer;border-radius:2px;width:36px;height:4px;margin:8px auto 4px}.modal__body{padding:12px 16px calc(24px + env(safe-area-inset-bottom,0));-webkit-overflow-scrolling:touch;max-height:calc(80vh - 48px)}.modal__close{width:32px;height:32px;font-size:1.2rem;top:6px;right:8px}}.hero-search-fab__btn{width:44px;height:44px;font-size:1.1rem}.role-chip{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-radius:20px;align-items:center;min-height:32px;display:inline-flex}.role-chip:active{transition:transform .1s;transform:scale(.95)}@media (width<=768px){.mobile-action-bar__btn,.team-tab,.comp-collapse-btn,.suggestions-collapse-btn{-webkit-tap-highlight-color:transparent;min-height:44px}}[data-theme=dark]{--text:#b0b3c0;--border:#3a3c4a}[data-theme=dark] .hero-icon-btn__tier--S{box-shadow:0 0 4px #ff525266}[data-theme=dark] .counter-card{border-color:#3a3c4a}[data-theme=dark] .counter-card:hover{border-color:var(--accent);background:#25262f}[data-theme=dark] .win-prob__side--ally{background:linear-gradient(#3498db99,#3498db66)}[data-theme=dark] .win-prob__side--enemy{background:linear-gradient(#e74c3c99,#e74c3c66)}[data-theme=dark] .draft-order:before{background:#3a3c4a}[data-theme=dark] .role-chip{border-color:#3a3c4a}[data-theme=dark] .mobile-action-bar{border-top-color:#3a3c4a;box-shadow:0 -2px 12px #0000004d}@media (width>=769px){.modal{border-radius:16px;max-width:760px}.modal__body{padding:20px 24px}}.tab-bar{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);scrollbar-width:none;-webkit-overflow-scrolling:touch;display:flex;position:relative;overflow-x:auto}.tab-bar::-webkit-scrollbar{display:none}.tab-bar__btn{color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;padding:12px 16px;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s}.tab-bar__btn:active{color:var(--accent)}@media (width<=768px){.tab-bar__btn{padding:10px 14px;font-size:.75rem}}.hero-icon-btn img{background:var(--code-bg);transition:opacity .2s}.hero-icon-btn img[src=""]{opacity:0}.hero-icon-btn:focus-visible,.draft-btn:focus-visible,.role-chip:focus-visible,.team-tab:focus-visible,.mobile-action-bar__btn:focus-visible,.counter-card:focus-visible,.tab-bar__btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-card{-webkit-tap-highlight-color:transparent;transition:transform .15s,box-shadow .15s}.hero-card:active{transform:scale(.97)}@media (width>=769px){.hero-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000014}}@media (width<=768px){.tier-list__section{padding:8px}.tier-list__hero-name{font-size:.65rem}.tier-list__hero-icon{width:36px;height:36px}.matchup-matrix__table,.matchup-matrix__header{font-size:.6rem}.matchup-matrix__cell{min-width:28px;padding:2px}}.tab-content{animation:.2s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hero-icon-btn{transition:transform .15s,opacity .2s}.team-bar__slot.filled{animation:.3s ease-out slotFillIn}.win-prob__side{transition:width .5s cubic-bezier(.4,0,.2,1)!important}.counter-suggestions--empty{text-align:center;padding:24px 16px}.counter-suggestions__placeholder{padding:32px 8px;position:relative}.counter-suggestions__placeholder-icon{opacity:.15;filter:grayscale(.8);border-radius:50%;width:64px;height:64px;margin-bottom:12px}.hero-list__empty{text-align:center;color:var(--text);padding:40px 16px;font-size:.85rem}@media (width>=769px){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.comp-analysis{transition:border-color .15s}@media (width<=768px){.comp-analysis{border-radius:8px;padding:8px}.comp-analysis__role-badge{padding:2px 6px;font-size:.6rem}.comp-analysis__warning{font-size:.68rem}.comp-analysis__tag{padding:2px 6px;font-size:.6rem}.synergy-web__svg{max-width:200px}.synergy-web__label{font-size:5px}.ban-suggestion-card{gap:6px;padding:6px}.ban-suggestion-card:active{transform:scale(.97)}.ban-suggestion-card__icon{width:32px;height:32px}.ban-suggestion-card__name{font-size:.72rem}.ban-suggestion-card__score{font-size:.6rem}.hero-compare{flex-direction:column;gap:8px}.hero-compare__vs{padding:2px 0;font-size:.9rem}.presets-panel{padding:8px}.presets-panel__save{flex-direction:row;gap:6px}.presets-panel__input{padding:8px 10px;font-size:.78rem}.preset-item__load{padding:8px}.preset-item__name{font-size:.75rem}.preset-item__count{font-size:.65rem}.draft-timer{padding:6px}.draft-timer__display{font-size:1.2rem}.draft-timer__toggle{width:36px;height:36px}}@media print{.drafter__topbar,.mobile-action-bar,.hero-search-fab,.drafter__shortcuts,.draft-buttons,.role-filter-chips,.drafter__hint{display:none!important}.drafter{max-width:100%}.team-bar__remove{display:none}}::selection{background:var(--accent-bg);color:var(--text-h)}@media (width<=768px){input,select,textarea,.hero-list__search,.presets-panel__input{font-size:16px}.hero-list__filters{gap:8px}.filter-group__buttons{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.filter-group__buttons::-webkit-scrollbar{display:none}.filter-btn{flex-shrink:0;padding:4px 10px;font-size:.72rem}}.back-to-top{border:1px solid var(--border);background:var(--bg);width:40px;height:40px;color:var(--text-h);cursor:pointer;z-index:90;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:opacity .2s;display:flex;position:fixed;bottom:60px;right:12px;box-shadow:0 2px 8px #0000001a}.back-to-top--visible{opacity:1;pointer-events:auto}@media (width>=769px){.back-to-top{bottom:24px}}.hero-card__icon{background:var(--code-bg);aspect-ratio:1}.hero-card__icon:not([src]){opacity:0}@media (width<=360px){.draft-order__slot{width:24px;height:24px}.draft-order__number{font-size:.5rem}.draft-order{gap:2px}}.counter-suggestions__sort{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23888' d='M5 6L0 0h10z'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;padding-right:24px}.team-bar__picking{background:var(--accent);color:#fff;border-radius:8px;margin-left:6px;padding:1px 6px;font-size:.6rem;font-weight:700;animation:1.5s ease-in-out infinite pickingPulse}@keyframes pickingPulse{0%,to{opacity:.7}50%{opacity:1}}@media (width<=768px){.synergy-web__svg{width:100%;max-width:280px}.synergy-web__label{font-size:6px}}.comp-analysis__warning:before{content:"⚠ ";color:#f39c12}.comp-analysis__warning{padding-left:4px}.hero-detail__ability-icon{aspect-ratio:1;background:var(--code-bg)}.search-clear-btn{background:var(--border);width:24px;height:24px;color:var(--bg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.filter-group__label{align-items:center;gap:4px;display:flex}.filter-group__count{background:var(--accent);color:#fff;border-radius:8px;padding:1px 5px;font-size:.55rem;font-weight:700}.app__tabs{position:relative}.tab-btn:after{content:"";background:var(--accent);width:0;height:2px;transition:width .2s,left .2s;position:absolute;bottom:0;left:50%}.tab-btn.active:after{width:100%;left:0}@media (width<=480px){.app__footer{display:none}}.drafter-btn--enemy.active,.drafter-btn--ally.active{animation:.3s ease-out confirmPulse}@keyframes confirmPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (width<=768px){.app__header{padding:8px 12px}.app__title{font-size:1.1rem}.app__subtitle{font-size:.65rem}.app__main{padding:8px}}.app{max-width:1200px;margin:0 auto}.detail-drafter-actions{background:var(--bg);z-index:10;border-radius:0 0 20px 20px;position:sticky;bottom:0}.hero-icon-btn{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.detail-quick-stats{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.detail-quick-stat{background:var(--code-bg);border-radius:12px;align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;font-weight:600;display:flex}.detail-quick-stat__icon{font-size:.85rem}@media (width<=768px){.modal:before{cursor:pointer;transition:background .15s}.modal:before:hover{background:var(--text);opacity:.5}}.hero-list__controls{z-index:50;background:var(--bg);padding-top:8px;padding-bottom:8px;position:relative}.draft-pick-indicator{transition:all .3s}.counter-card{position:relative}.counter-card__quick-add{border:1px solid var(--border);background:var(--bg);width:28px;height:28px;color:var(--text-h);cursor:pointer;opacity:0;z-index:3;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:opacity .15s,background .15s;display:flex;position:absolute;top:4px;right:4px}.counter-card:hover .counter-card__quick-add{opacity:1}.counter-card__quick-add:hover{background:var(--accent-bg);border-color:var(--accent);color:var(--accent)}.counter-card__quick-add:active{transform:scale(.9)}@media (width<=768px){.counter-card__quick-add{opacity:1}}.team-bar__slot.filled{cursor:grab}.team-bar__slot.filled:active{cursor:grabbing}.drafter--empty{text-align:center;padding:40px 16px}.drafter--empty__icon{margin-bottom:12px;font-size:3rem}.drafter--empty__title{color:var(--text-h);margin-bottom:8px;font-size:1.1rem;font-weight:700}.drafter--empty__desc{color:var(--text);max-width:320px;margin:0 auto;font-size:.82rem}.detail-section-nav{background:var(--bg);z-index:5;flex-wrap:wrap;gap:4px;margin-bottom:12px;padding:8px 0;display:flex;position:relative}.detail-section-nav__btn{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:12px;flex-shrink:0;padding:4px 10px;font-size:.68rem;font-weight:600}.detail-section-nav__btn:active{background:var(--accent-bg);border-color:var(--accent)}.detail-section{scroll-margin-top:60px}.draft-order__slot--enemy.filled{border-color:#e74c3c;box-shadow:0 0 0 1px #e74c3c33}.draft-order__slot--ally.filled{border-color:#3498db;box-shadow:0 0 0 1px #3498db33}.hero-icon-grid{position:relative}.hero-icon-grid:before{content:"";background:var(--accent);opacity:0;border-radius:2px;width:60px;height:3px;transition:opacity .3s;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.hero-icon-grid--active:before{opacity:1}.hero-icon-btn-wrap{position:relative}.mobile-action-bar{padding-bottom:env(safe-area-inset-bottom,0)}
