:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#app{max-width:1440px;margin:0 auto;padding:24px 20px 64px}.app-shell{display:flex;flex-direction:column;gap:32px}.app-header{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:space-between;background:#fff;padding:24px 28px;border-radius:20px;box-shadow:0 10px 30px #0f172a14}.eyebrow{margin:0 0 6px;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#64748b}h1{margin:0;font-size:2rem}.subtitle{margin:6px 0 0;color:#64748b}.header-actions{display:flex;gap:12px}.btn{border-radius:999px;border:none;padding:10px 20px;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1a}.btn.primary{background:#2563eb;color:#fff}.btn.secondary{background:#e2e8f0;color:#0f172a}.btn.ghost{background:transparent;border:1px dashed #cbd5f5;color:#334155}.accordion-stack{display:flex;flex-direction:column;gap:16px}.accordion{background:#fff;border-radius:20px;box-shadow:0 10px 25px #0f172a14;overflow:hidden}.accordion summary{list-style:none;display:flex;align-items:center;gap:16px;padding:20px 28px;cursor:pointer}.accordion summary::-webkit-details-marker{display:none}.step{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;font-weight:700;background:#dbeafe;color:#1d4ed8}.accordion summary h2{margin:0;font-size:1.25rem}.accordion summary p{margin:4px 0 0;color:#64748b}.chevron{margin-left:auto;font-size:1.1rem;color:#94a3b8}.accordion-body{border-top:1px solid #e2e8f0;padding:24px 28px 28px;display:flex;flex-direction:column;gap:24px}.toolbar{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;align-items:end}.input-group{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#475569}input,select{padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;font-size:.95rem}.character-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.character-card,.result-card{background:#f8fafc;border-radius:16px;padding:12px;display:grid;gap:10px;align-items:center;border:1px solid #e2e8f0}.character-card{grid-template-rows:auto auto auto;text-align:center}.result-card{grid-template-columns:72px 1fr;gap:16px;align-items:center}.character-card img,.result-card img{width:64px;height:64px;object-fit:contain;background:#fff;border-radius:14px;padding:6px;justify-self:center}.character-card h3,.result-card h3{margin:0}.character-title{display:flex;flex-direction:column;gap:6px;align-items:center}.weight-control{display:flex;flex-direction:column;gap:6px;font-size:.8rem;color:#475569}.weight-control input{text-align:center}.names-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.names-panel{background:#f8fafc;border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:12px;border:1px solid #e2e8f0}.panel-header{display:flex;justify-content:space-between;align-items:center}.panel-header h3{margin:0}.name-row{display:flex;align-items:center;gap:12px}.name-row input[type=text]{flex:1}.checkbox{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#475569}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:600}.pill-base{background:#e2e8f0;color:#0f172a}.pill-dlc{background:#fef3c7;color:#92400e}.footer-actions{display:flex;justify-content:flex-end;gap:12px}@media(max-width:720px){.app-header{flex-direction:column;align-items:flex-start}.header-actions{width:100%;justify-content:flex-start}.name-row{flex-direction:column;align-items:stretch}}
