:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0b0e17;--surface: #141824;--surface2: #1a1f30;--border: rgba(255, 255, 255, .08);--gold: #f0c040;--blue: #3498db;--red: #e74c3c;--text: #e8e8f0;--text-dim: rgba(255, 255, 255, .5)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app{min-height:100vh;max-width:1200px;margin:0 auto;padding:0 1rem 2rem}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border);margin-bottom:1.5rem;position:sticky;top:0;background:var(--bg);z-index:10}.top-nav h2{font-size:1.2rem;letter-spacing:.04em}.nav-back{background:none;border:1px solid var(--border);color:var(--text-dim);padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-size:.85rem}.nav-back:hover{background:var(--surface);color:var(--text)}.hero-count{font-size:.8rem;color:var(--text-dim)}.home-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:2.5rem;text-align:center}.home-logo{display:flex;flex-direction:column;align-items:center;gap:.75rem}.logo-ring{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#f0c040,#e67e22);display:grid;place-items:center;box-shadow:0 0 40px #f0c0404d,0 0 80px #f0c0401a}.logo-icon{font-size:2.5rem}.home-logo h1{font-size:2.2rem;letter-spacing:.06em;font-weight:800}.highlight{color:var(--gold)}.home-sub{color:var(--text-dim);font-size:1rem}.home-menu{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:360px}.menu-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;text-align:left;transition:all .2s}.menu-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.menu-btn.primary{border-color:var(--gold);background:linear-gradient(135deg,#f0c0401a,#e67e220d)}.draft-btn{border-color:var(--blue);background:linear-gradient(135deg,#3498db1a,#2980b90d)}.menu-icon{font-size:1.8rem}.menu-btn strong{display:block;font-size:1.1rem}.menu-btn small{color:var(--text-dim);font-size:.8rem}.home-featured{width:100%;max-width:500px}.home-featured h3{font-size:.9rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.featured-row{display:flex;gap:.75rem;justify-content:center}.featured-card{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem 1rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:all .2s;flex:1}.featured-card:hover{transform:translateY(-2px)}.featured-icon{font-size:1.5rem}.featured-card span:last-child{font-size:.75rem;color:var(--text-dim)}.filter-bar{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.75rem;margin-bottom:1rem;scrollbar-width:none}.filter-bar::-webkit-scrollbar{display:none}.filter-chip{flex-shrink:0;padding:.45rem .9rem;border-radius:20px;border:1px solid var(--border);background:transparent;color:var(--text-dim);cursor:pointer;font-size:.8rem;transition:all .15s;white-space:nowrap}.filter-chip:hover{background:var(--surface);color:var(--text)}.filter-chip.active{background:var(--gold);border-color:var(--gold);color:#000;font-weight:600}.hero-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.draft-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.hero-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:all .2s;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent);opacity:0;transition:opacity .2s}.hero-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}.hero-card:hover:before{opacity:1}.hero-card.selected{border-color:var(--red);opacity:.5}.hero-card.selected:before{opacity:1;background:var(--red)}.hero-card.disabled{opacity:.35;cursor:not-allowed}.hero-icon{width:52px;height:52px;border-radius:50%;border:2px solid;display:grid;place-items:center;font-size:1.5rem}.hero-info{text-align:center}.hero-name{display:block;font-weight:600;font-size:.9rem}.hero-role{font-size:.7rem}.selected-badge{position:absolute;top:8px;right:8px;background:var(--red);color:#fff;font-size:.6rem;padding:.15rem .4rem;border-radius:4px;font-weight:700}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;display:grid;place-items:center;padding:1rem}.hero-detail{background:var(--surface2);border:1px solid var(--border);border-radius:16px;padding:2rem;max-width:440px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .25s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-btn{position:absolute;top:12px;right:16px;background:none;border:none;color:var(--text-dim);font-size:1.6rem;cursor:pointer}.detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.detail-icon{width:64px;height:64px;border-radius:50%;border:2px solid;display:grid;place-items:center;font-size:2rem;flex-shrink:0}.detail-header h2{font-size:1.4rem;margin-bottom:.2rem}.detail-role{font-size:.85rem}.detail-stats{margin-bottom:1.5rem}.detail-stats h3,.detail-skills h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.75rem}.stat-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.stat-label{width:70px;font-size:.8rem;color:var(--text-dim)}.stat-track{flex:1;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.stat-fill{height:100%;border-radius:4px;transition:width .5s ease}.stat-value{width:24px;text-align:right;font-size:.8rem;font-weight:700}.skill-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.skill-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;font-size:.8rem;font-weight:700;flex-shrink:0}.skill-row strong{font-size:.85rem;display:block}.skill-row p{font-size:.75rem;color:var(--text-dim);margin:0}.draft-container{padding-top:.5rem}.draft-header{text-align:center;margin-bottom:1.25rem}.draft-header h2{font-size:1.2rem}.phase-dots{display:flex;gap:4px;justify-content:center;margin-top:.75rem;flex-wrap:wrap}.dot{width:22px;height:22px;border-radius:4px;font-size:.6rem;font-weight:700;display:grid;place-items:center;background:var(--surface);color:var(--text-dim);border:1px solid var(--border)}.dot.filled{color:#fff;border-color:transparent}.draft-teams{display:grid;grid-template-columns:180px 1fr 180px;gap:1rem}@media(max-width:800px){.draft-teams{grid-template-columns:1fr}.draft-pool{order:-1}}.team-column{display:flex;flex-direction:column;gap:.5rem}.team-column h3{font-size:.9rem;text-align:center;margin-bottom:.5rem}.team-column.blue h3{color:var(--blue)}.team-column.red h3{color:var(--red)}.team-slot{min-height:44px}.slot-hero{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;border:1px solid;background:var(--surface);font-size:.85rem}.slot-icon{font-size:1.1rem}.slot-empty{display:grid;place-items:center;padding:.5rem;border-radius:8px;border:1px dashed var(--border);color:var(--text-dim);font-size:.8rem}.draft-pool h3{font-size:.9rem;text-align:center;margin-bottom:.5rem;color:var(--text-dim)}.battle-btn{display:block;margin:1.5rem auto 0;padding:.75rem 2.5rem;border-radius:10px;border:none;background:linear-gradient(135deg,var(--red),#c0392b);color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;letter-spacing:.05em;transition:all .2s;box-shadow:0 4px 16px #e74c3c66}.battle-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #e74c3c80}.battle-container{padding-top:.5rem}.battle-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem}.round-badge{padding:.3rem .8rem;border-radius:20px;background:var(--gold);color:#000;font-size:.8rem;font-weight:700}.battle-field{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:600px){.battle-field{grid-template-columns:1fr}.battle-vs{display:none}}.battle-team{display:flex;flex-direction:column;gap:.5rem}.battle-team h3{font-size:.9rem;text-align:center;margin-bottom:.4rem}.battle-vs{display:flex;align-items:center;font-size:1.4rem;font-weight:800;color:var(--gold);text-shadow:0 0 20px rgba(240,192,64,.4)}.battle-hero{display:flex;align-items:center;gap:.6rem;padding:.6rem;border-radius:10px;background:var(--surface);border:1px solid var(--border);transition:all .3s}.battle-hero.dead{opacity:.35;filter:grayscale(1)}.bh-icon{font-size:1.5rem}.bh-info{flex:1}.bh-name{font-size:.85rem;font-weight:600;display:block;margin-bottom:.25rem}.hp-bar{height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.hp-fill{height:100%;border-radius:4px;transition:width .4s ease}.blue-hp{background:linear-gradient(90deg,#2980b9,#3498db)}.red-hp{background:linear-gradient(90deg,#c0392b,#e74c3c)}.hp-text{font-size:.7rem;color:var(--text-dim)}.battle-log{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;max-height:180px;overflow-y:auto;margin-bottom:1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;line-height:1.6}.log-entry{color:var(--text-dim)}.log-entry:first-child{color:var(--text)}.battle-controls{text-align:center}.action-btn{padding:.65rem 2rem;border-radius:8px;border:none;background:linear-gradient(135deg,var(--gold),#e67e22);color:#000;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.04em;transition:all .2s;margin:0 .5rem}.action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f0c04059}.action-btn.secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.action-btn.secondary:hover{background:var(--surface);box-shadow:none}.victory-banner{display:flex;flex-direction:column;align-items:center;gap:1rem}.victory-text{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,var(--gold),#e67e22);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:.08em}.victory-actions{display:flex;gap:.75rem}
