/* --- p03-mirror.css --- */

#game-container {
    max-width: 450px;
    margin: 150px auto;
    background: #fff;
    border: 4px solid #000;
    padding: 30px;
    box-shadow: 12px 12px 0px #000;
    text-align: center;
}

#monitor {
    background: #000;
    color: #0f0; /* Classic terminal green for credibility */
    padding: 15px;
    font-family: 'Courier New', monospace;
    margin-bottom: 25px;
    border-radius: 2px;
}

#history-tape {
    letter-spacing: 5px;
    margin: 10px 0;
    font-size: 1.2rem;
    border-top: 1px solid #0f0;
    border-bottom: 1px solid #0f0;
    padding: 5px 0;
}

#prediction-indicator {
    font-weight: 900;
    font-size: 0.8rem;
}

#next-val {
    background: #0f0;
    color: #000;
    padding: 0 5px;
}

.binary-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.bin-btn {
    width: 80px;
    font-size: 1.5rem !important;
}

#mirror-score { font-size: 2.5rem; font-weight: 900; margin: 20px 0; }