/* 行政机库计时器 — 大号科幻 HUD */
body.exec-hangar-body {
    background:
        radial-gradient(ellipse 100% 60% at 50% -15%, rgba(56, 140, 210, 0.28), transparent 58%),
        radial-gradient(ellipse 50% 40% at 100% 50%, rgba(30, 90, 140, 0.12), transparent 50%),
        radial-gradient(ellipse 50% 40% at 0% 80%, rgba(20, 70, 110, 0.1), transparent 45%),
        rgb(15, 44, 62);
    color: #e8f4fa;
}

body.exec-hangar-body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(95, 184, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(95, 184, 255, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 85% 75% at 50% 35%, #000 15%, transparent 78%);
    z-index: 0;
}

.exec-hangar-main {
    position: relative;
    z-index: 1;
    max-width: 72rem;
    margin: 0 auto;
    padding: 1.75rem 1.25rem 4rem;
    box-sizing: border-box;
}

.exec-console {
    position: relative;
    padding: 2rem 1.75rem 2.25rem;
    border-radius: 14px;
    background:
        linear-gradient(155deg, rgba(8, 28, 44, 0.98) 0%, rgba(4, 12, 22, 0.99) 55%, rgba(6, 20, 32, 0.98) 100%);
    border: 1px solid rgba(95, 184, 255, 0.38);
    box-shadow:
        0 0 60px rgba(30, 120, 200, 0.18),
        0 0 120px rgba(20, 80, 140, 0.08),
        0 28px 70px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(142, 224, 255, 0.14),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

/* 四角 HUD 括号 */
.exec-console::after {
    content: '';
    position: absolute;
    inset: 14px;
    pointer-events: none;
    border-radius: 8px;
    background:
        linear-gradient(#8ee0ff, #8ee0ff) 0 0 / 22px 2px no-repeat,
        linear-gradient(#8ee0ff, #8ee0ff) 0 0 / 2px 22px no-repeat,
        linear-gradient(#8ee0ff, #8ee0ff) 100% 0 / 22px 2px no-repeat,
        linear-gradient(#8ee0ff, #8ee0ff) 100% 0 / 2px 22px no-repeat,
        linear-gradient(#8ee0ff, #8ee0ff) 0 100% / 22px 2px no-repeat,
        linear-gradient(#8ee0ff, #8ee0ff) 0 100% / 2px 22px no-repeat,
        linear-gradient(#8ee0ff, #8ee0ff) 100% 100% / 22px 2px no-repeat,
        linear-gradient(#8ee0ff, #8ee0ff) 100% 100% / 2px 22px no-repeat;
    opacity: 0.35;
    z-index: 3;
}

.exec-console::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(95, 184, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(95, 184, 255, 0.05) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse 92% 85% at 50% 42%, #000 25%, transparent 88%);
}

.exec-console-frame {
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(142, 224, 255, 0.12);
    border-radius: 10px;
    pointer-events: none;
    box-shadow: inset 0 0 40px rgba(80, 180, 255, 0.04);
}

.exec-console[data-phase='access'] {
    border-color: rgba(100, 255, 160, 0.55);
    box-shadow:
        0 0 80px rgba(60, 220, 120, 0.28),
        0 0 140px rgba(40, 180, 90, 0.12),
        0 28px 70px rgba(0, 0, 0, 0.55),
        inset 0 0 50px rgba(60, 200, 100, 0.08);
}

/* —— 四阶段导航 —— */
.exec-phase-rail {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.exec-phase-rail::before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0.85rem;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(95, 184, 255, 0.25) 15%,
        rgba(95, 184, 255, 0.25) 85%,
        transparent
    );
    z-index: 0;
}

.exec-phase-node {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0.85rem 0.4rem 0.7rem;
    border-radius: 10px;
    border: 1px solid transparent;
    transition:
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.exec-phase-dot {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto 0.45rem;
    border-radius: 50%;
    background: rgba(80, 100, 120, 0.5);
    border: 2px solid rgba(120, 150, 170, 0.45);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.55);
    transition: all 0.35s ease;
}

.exec-phase-name {
    display: block;
    font-size: 1.18rem;
    font-weight: 700;
    color: rgba(200, 220, 235, 0.55);
    letter-spacing: 0.06em;
}

.exec-phase-sub {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(148, 170, 190, 0.5);
}

.exec-phase-node.is-active {
    border-color: rgba(142, 224, 255, 0.45);
    background: linear-gradient(180deg, rgba(25, 70, 105, 0.55) 0%, rgba(12, 40, 62, 0.4) 100%);
    box-shadow:
        0 0 28px rgba(80, 180, 255, 0.22),
        inset 0 1px 0 rgba(142, 224, 255, 0.12);
    transform: translateY(-3px) scale(1.02);
}

.exec-phase-node.is-active .exec-phase-dot {
    width: 14px;
    height: 14px;
    background: #8ee0ff;
    border-color: #d0f4ff;
    box-shadow:
        0 0 18px rgba(142, 224, 255, 0.95),
        0 0 36px rgba(80, 180, 255, 0.45);
}

.exec-phase-node.is-active .exec-phase-name {
    font-size: 1.28rem;
    color: #f0fcff;
    text-shadow: 0 0 16px rgba(142, 224, 255, 0.65);
}

.exec-phase-node.is-active .exec-phase-sub {
    font-size: 0.98rem;
    color: rgba(168, 210, 235, 0.85);
}

.exec-phase-node[data-phase='access'].is-active {
    border-color: rgba(100, 255, 160, 0.6);
    background: linear-gradient(180deg, rgba(25, 90, 55, 0.5) 0%, rgba(12, 50, 35, 0.35) 100%);
    box-shadow: 0 0 32px rgba(80, 255, 140, 0.28);
}

.exec-phase-node[data-phase='access'].is-active .exec-phase-dot {
    background: #7dffb0;
    box-shadow: 0 0 22px rgba(100, 255, 160, 0.95);
}

.exec-phase-node[data-phase='discharge'].is-active .exec-phase-dot {
    background: #ffb86c;
    box-shadow: 0 0 20px rgba(255, 180, 80, 0.85);
}

.exec-phase-node[data-phase='cooldown'].is-active .exec-phase-dot {
    background: #99aabb;
    box-shadow: 0 0 16px rgba(160, 180, 200, 0.65);
}

/* —— 插卡横幅 —— */
.exec-insert-banner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-size: clamp(1.25rem, 4vw, 1.65rem);
    font-weight: 800;
    letter-spacing: 0.28em;
    border: 1px solid rgba(255, 100, 100, 0.35);
    background: linear-gradient(90deg, rgba(70, 18, 22, 0.75), rgba(45, 12, 18, 0.85));
    color: rgba(255, 170, 170, 0.98);
    transition: all 0.4s ease;
    box-shadow: inset 0 0 30px rgba(80, 0, 0, 0.15);
}

.exec-insert-banner[data-state='yes'] {
    border-color: rgba(100, 255, 160, 0.65);
    background: linear-gradient(90deg, rgba(25, 100, 55, 0.8), rgba(12, 65, 40, 0.9));
    color: #c8ffe0;
    text-shadow: 0 0 28px rgba(100, 255, 160, 0.75);
    animation: exec-insert-glow 1.6s ease-in-out infinite;
}

@keyframes exec-insert-glow {
    0%,
    100% {
        box-shadow:
            0 0 20px rgba(80, 255, 140, 0.25),
            inset 0 0 24px rgba(60, 200, 100, 0.08);
    }
    50% {
        box-shadow:
            0 0 45px rgba(80, 255, 140, 0.55),
            0 0 80px rgba(60, 220, 120, 0.2),
            inset 0 0 36px rgba(60, 200, 100, 0.15);
    }
}

.exec-insert-icon::before {
    content: '◆';
    font-size: 1rem;
    opacity: 0.9;
    filter: drop-shadow(0 0 6px currentColor);
}

/* —— 主时钟 —— */
.exec-hero {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 1.75rem;
    padding: 1rem 0 0.5rem;
}

.exec-hero::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -42%);
    width: min(90%, 520px);
    height: 140px;
    background: radial-gradient(ellipse, rgba(80, 180, 255, 0.18) 0%, transparent 70%);
    pointer-events: none;
    animation: exec-hero-breathe 4s ease-in-out infinite;
}

@keyframes exec-hero-breathe {
    0%,
    100% {
        opacity: 0.7;
        transform: translate(-50%, -42%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -42%) scale(1.06);
    }
}

.exec-hero-kicker {
    position: relative;
    margin: 0 0 0.85rem;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    color: rgba(142, 224, 255, 0.72);
    text-shadow: 0 0 12px rgba(142, 224, 255, 0.25);
}

.exec-hero-clock {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem 0.5rem;
    font-family: ui-monospace, 'Cascadia Mono', 'Consolas', monospace;
    line-height: 1;
    padding: 0.25rem 0;
}

.exec-clock-seg b {
    display: inline-block;
    min-width: 2.4ch;
    font-size: clamp(3.2rem, 14vw, 5.75rem);
    font-weight: 700;
    color: #f8feff;
    text-shadow:
        0 0 24px rgba(142, 224, 255, 0.75),
        0 0 48px rgba(80, 180, 255, 0.4),
        0 0 80px rgba(60, 140, 220, 0.2);
    font-variant-numeric: tabular-nums;
}

.exec-clock-seg i {
    margin-left: 0.15rem;
    font-size: 0.38em;
    font-style: normal;
    font-weight: 600;
    color: rgba(142, 224, 255, 0.7);
    vertical-align: super;
    text-shadow: 0 0 10px rgba(142, 224, 255, 0.4);
}

.exec-clock-colon {
    font-size: clamp(2.6rem, 11vw, 4.5rem);
    font-weight: 300;
    color: rgba(142, 224, 255, 0.55);
    animation: exec-colon-blink 1.2s step-end infinite;
    text-shadow: 0 0 16px rgba(142, 224, 255, 0.35);
}

@keyframes exec-colon-blink {
    50% {
        opacity: 0.2;
    }
}

.exec-console[data-phase='access'] .exec-clock-seg b {
    color: #e0ffee;
    text-shadow:
        0 0 28px rgba(120, 255, 170, 0.85),
        0 0 56px rgba(80, 220, 130, 0.45),
        0 0 90px rgba(60, 180, 100, 0.25);
}

.exec-hero-meta {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
    margin-top: 1.5rem;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

.exec-meta-chip {
    padding: 0.85rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(95, 184, 255, 0.28);
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.35) 0%, rgba(15, 40, 58, 0.45) 100%);
    box-shadow:
        inset 0 1px 0 rgba(142, 224, 255, 0.06),
        0 4px 16px rgba(0, 0, 0, 0.25);
    min-width: 0;
}

.exec-meta-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(148, 186, 212, 0.78);
    margin-bottom: 0.4rem;
}

.exec-meta-value {
    display: block;
    font-family: ui-monospace, Consolas, monospace;
    font-size: clamp(1.05rem, 2.5vw, 1.32rem);
    font-weight: 700;
    color: #9ee8ff;
    text-shadow: 0 0 10px rgba(142, 224, 255, 0.25);
    word-break: break-word;
}

/* —— LED 反应堆 —— */
.exec-reactor {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
    padding: 1.15rem 1rem;
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(12, 35, 52, 0.55) 50%, rgba(0, 0, 0, 0.35) 100%);
    border: 1px solid rgba(95, 184, 255, 0.22);
    box-shadow:
        inset 0 0 50px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(80, 180, 255, 0.06);
}

.exec-reactor::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(95, 184, 255, 0.03) 40px,
        rgba(95, 184, 255, 0.03) 41px
    );
    pointer-events: none;
}

.exec-reactor-label {
    position: relative;
    margin: 0 0 0.85rem;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: rgba(168, 210, 235, 0.72);
}

.exec-led-strip {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(1rem, 5vw, 2.25rem);
    padding: 0.5rem 0;
}

.exec-led {
    position: relative;
    width: clamp(3.4rem, 12vw, 5rem);
    height: clamp(3.4rem, 12vw, 5rem);
    border-radius: 50%;
    border: 3px solid rgba(90, 35, 35, 0.75);
    background: radial-gradient(circle at 38% 32%, #7a3030 0%, #320e0e 48%, #180606 100%);
    box-shadow:
        inset 0 4px 14px rgba(0, 0, 0, 0.75),
        0 4px 8px rgba(0, 0, 0, 0.45);
    transition: all 0.5s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.exec-led::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(95, 184, 255, 0.08);
    pointer-events: none;
}

.exec-led::after {
    content: '';
    position: absolute;
    inset: 16%;
    border-radius: 50%;
    background: rgba(255, 70, 70, 0.1);
}

.exec-led:not(.is-on) {
    animation: exec-led-red-blink 2.2s ease-in-out infinite;
}

.exec-led:nth-child(1):not(.is-on) {
    animation-delay: 0s;
}

.exec-led:nth-child(2):not(.is-on) {
    animation-delay: 0.18s;
}

.exec-led:nth-child(3):not(.is-on) {
    animation-delay: 0.36s;
}

.exec-led:nth-child(4):not(.is-on) {
    animation-delay: 0.54s;
}

.exec-led:nth-child(5):not(.is-on) {
    animation-delay: 0.72s;
}

.exec-led:not(.is-on)::before {
    border-color: rgba(255, 80, 80, 0.1);
}

.exec-led.is-on {
    border-color: rgba(130, 255, 175, 0.8);
    background: radial-gradient(circle at 38% 28%, #f0fff5 0%, #58f080 32%, #22a050 65%, #0c4824 100%);
    box-shadow:
        0 0 24px rgba(80, 255, 130, 0.85),
        0 0 50px rgba(50, 220, 90, 0.45),
        0 0 80px rgba(40, 180, 70, 0.2),
        inset 0 -4px 12px rgba(0, 50, 25, 0.35);
    animation: exec-led-pulse 2s ease-in-out infinite;
}

.exec-led.is-on::before {
    border-color: rgba(100, 255, 150, 0.25);
    box-shadow: 0 0 20px rgba(80, 255, 130, 0.3);
}

.exec-led.is-on::after {
    background: rgba(220, 255, 235, 0.45);
}

@keyframes exec-led-red-blink {
    0%,
    100% {
        border-color: rgba(90, 35, 35, 0.75);
        box-shadow:
            inset 0 4px 14px rgba(0, 0, 0, 0.75),
            0 4px 8px rgba(0, 0, 0, 0.45),
            0 0 0 rgba(255, 60, 60, 0);
        filter: brightness(0.88);
    }
    50% {
        border-color: rgba(220, 70, 70, 0.9);
        box-shadow:
            inset 0 3px 10px rgba(60, 0, 0, 0.5),
            0 0 16px rgba(255, 70, 70, 0.6),
            0 0 32px rgba(200, 40, 40, 0.28);
        filter: brightness(1.18);
    }
}

@keyframes exec-led-pulse {
    0%,
    100% {
        filter: brightness(1);
        transform: scale(1);
    }
    50% {
        filter: brightness(1.15);
        transform: scale(1.04);
    }
}

/* —— 185 分钟时间轴 —— */
.exec-cycle-track-wrap {
    position: relative;
    z-index: 1;
    padding-top: 0.25rem;
}

.exec-cycle-track {
    position: relative;
    display: flex;
    height: 16px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(95, 184, 255, 0.2);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.45);
}

.exec-cycle-seg--charge {
    background: linear-gradient(90deg, #1a5080, #3a9ad4);
}

.exec-cycle-seg--access {
    background: linear-gradient(90deg, #1a8048, #48e878);
    box-shadow: 0 0 12px rgba(80, 255, 130, 0.5);
}

.exec-cycle-seg--discharge {
    background: linear-gradient(90deg, #805020, #e8a040);
}

.exec-cycle-seg--cooldown {
    background: linear-gradient(90deg, #404850, #687080);
}

.exec-cycle-marker {
    position: absolute;
    top: -6px;
    width: 6px;
    height: 28px;
    margin-left: -3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #ffffff, #8ee0ff);
    box-shadow:
        0 0 14px #8ee0ff,
        0 0 28px rgba(142, 224, 255, 0.65),
        0 0 48px rgba(80, 180, 255, 0.3);
    transition: left 0.35s linear;
    pointer-events: none;
}

.exec-cycle-legend {
    display: flex;
    justify-content: space-between;
    margin-top: 0.55rem;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(168, 210, 235, 0.68);
    font-variant-numeric: tabular-nums;
}

/* —— 四阶段说明（2×2，可点击，文字为主）—— */
.exec-phase-info {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(95, 184, 255, 0.14);
}

.exec-phase-info-card {
    display: block;
    width: 100%;
    min-height: 11rem;
    padding: 2rem 2.1rem;
    border-radius: 12px;
    border: 1px solid rgba(95, 184, 255, 0.22);
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.28) 0%, rgba(12, 32, 48, 0.4) 100%);
    box-shadow: inset 0 1px 0 rgba(142, 224, 255, 0.05);
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
    transition:
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease,
        transform 0.22s ease;
}

.exec-phase-info-card:hover {
    border-color: rgba(142, 224, 255, 0.42);
    transform: translateY(-3px);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.28),
        0 0 24px rgba(80, 180, 255, 0.1),
        inset 0 1px 0 rgba(142, 224, 255, 0.08);
}

.exec-phase-info-card:active {
    transform: translateY(-1px) scale(0.985);
}

.exec-phase-info-card.is-picked {
    border-color: rgba(142, 224, 255, 0.62);
    background: linear-gradient(165deg, rgba(18, 52, 78, 0.62) 0%, rgba(8, 28, 42, 0.72) 100%);
    box-shadow:
        0 0 0 1px rgba(142, 224, 255, 0.25),
        0 12px 32px rgba(0, 0, 0, 0.32),
        0 0 36px rgba(80, 180, 255, 0.18),
        inset 0 1px 0 rgba(142, 224, 255, 0.14);
    transform: translateY(-4px);
}

.exec-phase-info-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(95, 184, 255, 0.1);
}

.exec-phase-info-head .exec-phase-info-dot {
    display: none;
}

.exec-phase-info-title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    font-size: 1.32rem;
    font-weight: 700;
    color: rgba(232, 246, 252, 0.96);
    letter-spacing: 0.03em;
    line-height: 1.3;
}

.exec-phase-info-title::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(120, 150, 170, 0.5);
    box-shadow: 0 0 8px rgba(120, 150, 170, 0.25);
}

.exec-phase-info-card[data-phase='charging'] .exec-phase-info-title::before {
    background: #3a9ad4;
    box-shadow: 0 0 10px rgba(58, 154, 212, 0.55);
}

.exec-phase-info-card[data-phase='access'] .exec-phase-info-title::before {
    background: #48e878;
    box-shadow: 0 0 10px rgba(72, 232, 120, 0.55);
}

.exec-phase-info-card[data-phase='discharge'] .exec-phase-info-title::before {
    background: #e8a040;
    box-shadow: 0 0 10px rgba(232, 160, 64, 0.55);
}

.exec-phase-info-card[data-phase='cooldown'] .exec-phase-info-title::before {
    background: #8899aa;
    box-shadow: 0 0 8px rgba(136, 153, 170, 0.45);
}

.exec-phase-info-time {
    margin-left: 0;
    font-family: ui-monospace, Consolas, monospace;
    font-size: 0.98rem;
    font-weight: 600;
    color: rgba(176, 218, 240, 0.88);
    letter-spacing: 0.04em;
}

.exec-phase-info-desc {
    display: block;
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(188, 214, 228, 0.84);
}

.exec-phase-info-extra {
    display: block;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(158, 220, 255, 0.88);
    transition:
        max-height 0.35s ease,
        opacity 0.3s ease,
        margin-top 0.3s ease;
}

.exec-phase-info-card.is-picked .exec-phase-info-extra {
    max-height: 5rem;
    margin-top: 0.85rem;
    opacity: 1;
}

.exec-phase-info-card[data-phase='charging'] .exec-phase-info-dot,
.exec-phase-info-card[data-phase='access'] .exec-phase-info-dot,
.exec-phase-info-card[data-phase='discharge'] .exec-phase-info-dot,
.exec-phase-info-card[data-phase='cooldown'] .exec-phase-info-dot {
    display: none;
}

.exec-phase-info-card.is-picked .exec-phase-info-title {
    color: #f8feff;
}

.exec-console[data-phase='charging'] .exec-phase-info-card[data-phase='charging']:not(.is-picked),
.exec-console[data-phase='access'] .exec-phase-info-card[data-phase='access']:not(.is-picked),
.exec-console[data-phase='discharge'] .exec-phase-info-card[data-phase='discharge']:not(.is-picked),
.exec-console[data-phase='cooldown'] .exec-phase-info-card[data-phase='cooldown']:not(.is-picked) {
    border-color: rgba(142, 224, 255, 0.38);
    background: linear-gradient(165deg, rgba(15, 45, 68, 0.55) 0%, rgba(8, 28, 42, 0.65) 100%);
    box-shadow:
        0 0 20px rgba(80, 180, 255, 0.1),
        inset 0 1px 0 rgba(142, 224, 255, 0.1);
}

.exec-console[data-phase='access'] .exec-phase-info-card[data-phase='access']:not(.is-picked) {
    border-color: rgba(100, 255, 160, 0.4);
    box-shadow:
        0 0 22px rgba(80, 255, 140, 0.12),
        inset 0 1px 0 rgba(120, 255, 170, 0.12);
}

.exec-console[data-phase='discharge'] .exec-phase-info-card[data-phase='discharge']:not(.is-picked) {
    border-color: rgba(255, 184, 108, 0.38);
    box-shadow:
        0 0 20px rgba(220, 140, 60, 0.1),
        inset 0 1px 0 rgba(255, 184, 108, 0.1);
}

.exec-console[data-phase='cooldown'] .exec-phase-info-card[data-phase='cooldown']:not(.is-picked) {
    border-color: rgba(160, 180, 200, 0.35);
}

.exec-phase-info-card[data-phase='access'].is-picked {
    border-color: rgba(100, 255, 160, 0.58);
    box-shadow:
        0 0 0 1px rgba(100, 255, 160, 0.22),
        0 12px 32px rgba(0, 0, 0, 0.32),
        0 0 36px rgba(80, 255, 140, 0.2);
}

.exec-phase-info-card[data-phase='discharge'].is-picked {
    border-color: rgba(255, 184, 108, 0.55);
    box-shadow:
        0 0 0 1px rgba(255, 184, 108, 0.2),
        0 12px 32px rgba(0, 0, 0, 0.32),
        0 0 36px rgba(220, 140, 60, 0.18);
}

.exec-phase-node.is-picked {
    border-color: rgba(142, 224, 255, 0.55);
    box-shadow: 0 0 24px rgba(80, 180, 255, 0.22);
}

.exec-hangar-error {
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    color: #ffb4b4;
    border: 1px solid rgba(255, 120, 120, 0.4);
    border-radius: 8px;
    background: rgba(80, 20, 20, 0.35);
    text-align: center;
}

.exec-hangar-error.is-hidden {
    display: none;
}

@media (max-width: 720px) {
    .exec-console {
        padding: 1.5rem 1rem 1.75rem;
    }

    .exec-hero-meta {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .exec-phase-name {
        font-size: 1rem;
    }

    .exec-phase-node.is-active .exec-phase-name {
        font-size: 1.08rem;
    }

    .exec-phase-sub {
        font-size: 0.82rem;
    }

    .exec-insert-banner {
        letter-spacing: 0.15em;
    }

    .exec-phase-info {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .exec-phase-info-card {
        min-height: 9.5rem;
        padding: 1.5rem 1.55rem;
    }

    .exec-phase-info-title {
        font-size: 1.15rem;
    }

    .exec-phase-info-time {
        font-size: 0.88rem;
    }

    .exec-phase-info-desc {
        font-size: 0.92rem;
    }
}

@media (max-width: 480px) {
    .exec-phase-rail {
        gap: 0.35rem;
    }

    .exec-phase-sub {
        font-size: 0.76rem;
    }

    .exec-phase-dot {
        width: 10px;
        height: 10px;
    }
}
