
#game-end{box-sizing:border-box;width:min(560px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto;border:1px solid #dbe1ee;border-radius:24px;padding:32px;color:#202b48;background:linear-gradient(145deg,#fff,#f2f4fb);box-shadow:0 24px 80px #101b4040}
#game-end::backdrop{background:#14203dd9;backdrop-filter:blur(7px)}
#game-end h2{font-size:clamp(25px,4vw,34px);line-height:1.15;letter-spacing:-.025em;margin:0 0 18px}
#game-end p{font-size:15px;line-height:1.7;color:#59647b}
#game-end .end-brand{display:block;width:72px;height:72px;margin-bottom:22px}
#game-end .end-eyebrow{font-size:12px;font-weight:700;color:#4b5c92}
#game-end .end-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
#game-end button,#game-end a{font:inherit;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;min-height:46px;box-sizing:border-box;border:1px solid #c9d1e3;border-radius:10px;padding:12px 18px;cursor:pointer;text-decoration:none}
#game-end .end-primary{background:#4b5c92;border-color:#4b5c92;color:white}
#game-end .end-secondary{background:white;color:#4b5c92}
#game-end :focus-visible{outline:3px solid #ffb805;outline-offset:4px}
#game-end button:disabled{opacity:.6;cursor:wait}
#game-end label{display:block;font-size:14px;font-weight:bold;margin:24px 0 8px}
#game-end input{box-sizing:border-box;width:100%;font:inherit;padding:13px;border:1px solid #c9d1e3;border-radius:10px;color:#202b48;background:white}
#game-end .end-note,#game-end .end-status{font-size:12px}
@media(max-width:420px){#game-end{padding:24px}.end-actions>*{flex:1}}
@media(prefers-reduced-motion:no-preference){#game-end[open]{animation:end-arrive .3s ease-out}@keyframes end-arrive{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}}
