:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0a0a0a;color:#fafafa}.game-root{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;max-width:720px;margin:0 auto}.game-header{text-align:center;margin-bottom:2rem}.game-title{font-size:2.8rem;font-weight:800;letter-spacing:-.04em;background:linear-gradient(135deg,#4caf50,#ffd54f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.game-subtitle{color:#ffffff8c;font-size:1.05rem}.game-description{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;width:100%}.game-description h2{font-size:1.15rem;font-weight:600;margin-bottom:.75rem;color:#4caf50}.game-description p{color:#ffffffb3;font-size:.95rem;line-height:1.7}.game-description strong{color:#fafafa}.roster-section{width:100%;margin-bottom:2rem}.roster-title{font-size:1.15rem;font-weight:600;margin-bottom:1rem;color:#fffc}.roster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.roster-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .5rem;background:#ffffff0a;border:2px solid rgba(255,255,255,.08);border-radius:.75rem;cursor:pointer;transition:all .2s ease;color:#fafafa;font-family:inherit}.roster-card:hover{background:#ffffff14;transform:translateY(-2px)}.roster-card--active{background:#ffffff14;box-shadow:0 0 20px #4caf5026}.roster-emoji{font-size:2rem}.roster-name{font-size:.8rem;font-weight:600;letter-spacing:.02em}.detail-card{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;transition:border-color .3s ease}.detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.detail-emoji{font-size:3.5rem}.detail-name{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.detail-power{font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.detail-desc{color:#ffffffa6;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.detail-stats{display:flex;flex-direction:column;gap:.6rem}.stat-row{display:flex;align-items:center;gap:.75rem}.stat-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#ffffff80;width:2rem;text-align:right}.stat-bar-track{flex:1;height:8px;background:#ffffff14;border-radius:4px;overflow:hidden}.stat-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.stat-value{font-size:.8rem;font-weight:600;color:#fff9;width:1.5rem}.game-footer{color:#ffffff59;font-size:.85rem;text-align:center}
