body.control-body {
    background: #f8f9fa;
    min-height: 100vh;
}

.control-app {
    max-width: 480px;
    margin: 0 auto;
    padding: 1rem 1rem 5.5rem;
}

.control-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.control-header h1 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.tab-panel.hidden { display: none; }

.btn-action {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.25rem;
    letter-spacing: 0.05em;
}

.current-banner {
    background: #212529;
    color: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
}

.banner-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    opacity: 0.7;
}

.banner-name {
    font-size: 2rem;
    font-weight: 800;
    margin: 0.25rem 0;
}

.banner-lives {
    min-height: 44px;
}

.play-result-message {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.35;
}

.play-result-message.hidden {
    display: none;
}

.action-cooldown-note {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.95rem;
    color: #856404;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 8px;
    padding: 0.65rem 0.85rem;
}

.action-cooldown-note.hidden {
    display: none;
}

.control-toast {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #212529;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    z-index: 1000;
}

.control-toast.hidden { display: none; }

.player-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player-row .lives {
    display: inline-block;
    vertical-align: middle;
}

.stat-row small {
    color: #6c757d;
}

.play-reset-zone {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 480px;
    margin: 0 auto;
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom));
    background: linear-gradient(to top, #f8f9fa 75%, rgba(248, 249, 250, 0));
    border-top: 1px solid #dee2e6;
    z-index: 100;
}

.play-reset-zone.hidden {
    display: none;
}

.reset-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.reset-modal.hidden {
    display: none;
}

.reset-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.reset-modal-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
