.character-selection-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem;border:1px solid #4b6075;border-radius:16px;background:linear-gradient(135deg,#121d29,#192c3d)}.character-selection-head h1{margin:.2rem 0;font-size:clamp(2rem,5vw,3.4rem)}.character-selection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1rem 0}.character-choice{padding:1.2rem;border:1px solid #826c2d;border-radius:14px;background:linear-gradient(160deg,#17293a,#101923);box-shadow:0 12px 28px #05090d66}.character-choice h2{margin:.3rem 0;color:#f0c85c}.character-choice form,.character-choice button{width:100%}.character-choice.empty{grid-column:1/-1;text-align:center}.account-exit{display:flex;align-items:center;justify-content:space-between;gap:1rem}.account-exit h2,.account-exit p{margin:.2rem 0}@media(max-width:700px){.character-selection-head,.account-exit{align-items:stretch;flex-direction:column}.character-selection-head .button,.account-exit button{width:100%}}
