* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Roboto, system-ui, sans-serif; background: #f4f7f9; color: #333; min-height: 100vh; }
.container { max-width: 680px; margin: 0 auto; padding: 24px 16px 40px; }
.card { background: #fff; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,.06); padding: 32px 24px; margin-top: 16px; }
.logo { text-align: center; font-size: 22px; font-weight: 700; color: #1a237e; letter-spacing: 1px; margin-bottom: 8px; }
.lang-switch { text-align: right; margin-bottom: 4px; }
.lang-switch a { font-size: 12px; color: #888; text-decoration: none; padding: 4px 10px; border: 1px solid #ddd; border-radius: 6px; transition: all .2s; }
.lang-switch a:hover { color: #ff5722; border-color: #ff5722; }
h1 { font-size: 20px; color: #1a237e; margin-bottom: 8px; text-align: center; }
.subtitle { font-size: 14px; color: #666; text-align: center; margin-bottom: 20px; line-height: 1.5; }
.game-info { background: #f0f4ff; border-radius: 10px; padding: 12px; margin-bottom: 16px; text-align: center; }
.match-date { display: block; font-size: 12px; color: #888; }
.teams { font-size: 16px; font-weight: 700; color: #1a237e; margin-top: 4px; }
label { display: block; font-size: 13px; font-weight: 600; color: #555; margin-bottom: 4px; margin-top: 14px; }
input[type="number"], input[type="password"], input[type="text"] {
    width: 100%; padding: 12px 14px; border: 1.5px solid #ddd; border-radius: 10px; font-size: 16px;
    transition: border-color .2s; outline: none;
}
input:focus { border-color: #ff5722; }
button {
    display: block; width: 100%; padding: 14px; background: #ff5722; color: #fff; border: none; border-radius: 10px;
    font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 20px; transition: background .2s;
}
button:hover { background: #e64a19; }
.error { background: #fff0f0; color: #c62828; padding: 12px; border-radius: 10px; font-size: 13px; margin-bottom: 12px; text-align: center; }
.privacy-banner { background: #fff8e1; border: 1px solid #ffe082; border-radius: 10px; padding: 12px; font-size: 12px; color: #795548; margin-bottom: 16px; line-height: 1.5; text-align: center; }
.privacy-short { font-size: 11px; color: #999; text-align: center; margin-top: 12px; }
.block { margin-bottom: 10px; padding: 16px 0; border-bottom: 1px solid #eee; }
.block h2 { font-size: 15px; color: #37474f; margin-bottom: 12px; font-weight: 700; }
.question { margin-bottom: 14px; }
.question label { font-size: 13px; color: #555; margin-bottom: 6px; margin-top: 0; line-height: 1.5; }
.slider-group { display: flex; align-items: center; gap: 12px; }
.slider { flex: 1; height: 6px; -webkit-appearance: none; appearance: none; background: #e0e0e0; border-radius: 3px; outline: none; }
.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #ff5722; cursor: pointer; border: 2px solid #fff; box-shadow: 0 2px 4px rgba(0,0,0,.2); }
.slider-val { font-size: 18px; font-weight: 700; color: #ff5722; min-width: 28px; text-align: center; }
.player-list { margin-top: 16px; }
.players-grid { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.player-chip { background: #e8eaf6; color: #283593; padding: 4px 10px; border-radius: 6px; font-size: 12px; }
.skip-link { display: block; text-align: center; margin-top: 12px; font-size: 13px; color: #888; }
.change-pin-link { text-align: center; margin-top: 20px; }
.change-pin-link a { font-size: 13px; color: #888; }
.success-icon { text-align: center; font-size: 48px; color: #2e7d32; margin-bottom: 12px; }
.footer { text-align: center; font-size: 11px; color: #aaa; margin-top: 24px; }
.small { font-size: 11px; color: #999; }
@media (max-width: 480px) { .card { padding: 20px 16px; } h1 { font-size: 18px; } }
