/* SC Executive Hangar Timer — standalone styles */
.exec-timer {
    margin: -10px -12px 0;
    padding: 0;
    font-family: 'Electrolize', Arial, sans-serif;
}
.exec-tube {
    height: 30px;
    position: relative;
    overflow: hidden;
    background: url('/app/images/sc/pipe-texture.jpg') repeat-x center / auto 100%;
}
.exec-info-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2px 0 2px 12px;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.3;
    z-index: 1;
}
.exec-info-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 2px 12px 2px 0;
    line-height: 1.3;
    z-index: 1;
}
.exec-lights {
    position: absolute;
    left: 20%;
    width: 60%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.exec-collar {
    width: 6px;
    min-width: 6px;
    align-self: stretch;
    background: linear-gradient(to bottom,
        rgba(10,14,20,0.6) 0%, rgba(26,32,40,0.5) 30%, rgba(58,66,72,0.4) 50%, rgba(26,32,40,0.5) 70%, rgba(10,14,20,0.6) 100%);
    border-left: 1px solid rgba(42,48,56,0.5);
    border-right: 1px solid rgba(42,48,56,0.5);
}
.exec-light {
    width: 22px;
    height: 8px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.6);
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.4);
    transition: background-color 0.5s, box-shadow 0.5s;
}
.exec-timer-status {
    font-weight: 400;
    text-shadow: 0 0 6px rgba(0,0,0,0.9), 0 1px 3px rgba(0,0,0,0.8);
}
.exec-timer-phase {
    color: #b8c4d0;
    font-size: 9px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.95), 0 0 8px rgba(0,0,0,0.8);
}
.exec-timer-label {
    color: #b8c4d0;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0,0,0,0.95), 0 0 8px rgba(0,0,0,0.8);
}
.exec-timer-countdown {
    color: #3ad4e7;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-shadow: 0 0 8px rgba(0,0,0,0.9), 0 0 4px rgba(58,212,231,0.3);
}

/* responsive override */
@media (max-width: 640px) {
    .exec-timer {
        margin: -12px -12px 0;
    }
}
