#submit-status {
    margin-top: 10px;
    font-size: 12px;
    color: #ffffffcc;
}

#score-plaque {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 60px;
    background: linear-gradient(to bottom, #8B5A2B, #5C3A21);
    border: 4px solid #3D2A18;
    border-radius: 8px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3), 0 4px 8px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;  
    align-items: center;
    justify-content: center;
    font-family: 'monospace';
    z-index: 20;
    pointer-events: none;
}

#score-label {
    font-size: 16px;
    color: #ffffffcc;
    text-shadow: 2px 2px 2px #000;
}

#score-value {
    font-size: 24px;
    color: #FFD700; 
    text-shadow: 2px 2px 2px #000;
    font-variant-numeric: tabular-nums; 
}

.start-text {
    font-size: 16px;
    margin-top: 15px;
    animation: arcadeBlink 1.2s steps(2, start) infinite;
}

.start-sub {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 8px;
}