/* 行政机库计时器 — 赛博朋克 HUD */
body.exec-hangar-body {
    --exec-font-ui: 'Rajdhani', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --exec-font-digit: 'Orbitron', 'Rajdhani', ui-monospace, 'Cascadia Mono', Consolas, monospace;
    --exec-cyber-cyan: #00f0ff;
    --exec-cyber-red: #ff0018;
    --exec-cyber-magenta: var(--exec-cyber-red);
    --exec-cyber-green: #39ff9a;
    background:
        radial-gradient(ellipse 90% 55% at 50% -8%, rgba(255, 0, 24, 0.14), transparent 58%),
        radial-gradient(ellipse 60% 40% at 100% 20%, rgba(0, 240, 255, 0.1), transparent 50%),
        radial-gradient(ellipse 50% 35% at 0% 80%, rgba(0, 240, 255, 0.08), transparent 45%),
        var(--home-page-bg-light);
    color: #e8f4ff;
}

body.exec-hangar-body .exec-hangar-main,
body.exec-hangar-body .exec-hangar-main * {
    font-family: var(--exec-font-ui);
}

body.exec-hangar-body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 240, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.04) 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: 58rem;
    margin: 0 auto;
    padding: 1.35rem 1rem 3rem;
    box-sizing: border-box;
}

.exec-console {
    position: relative;
    padding: 1.55rem 1.4rem 1.75rem;
    border-radius: var(--home-module-radius, 17px);
    background:
        linear-gradient(155deg, rgba(8, 18, 32, 0.98) 0%, rgba(4, 10, 22, 0.99) 52%, rgba(14, 8, 28, 0.96) 100%);
    border: 1px solid rgba(0, 240, 255, 0.32);
    box-shadow:
        0 0 40px rgba(0, 240, 255, 0.1),
        0 0 60px rgba(255, 0, 24, 0.08),
        0 28px 70px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(0, 240, 255, 0.1);
    overflow: hidden;
}

.exec-console::after {
    display: none;
}

.exec-console::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, var(--exec-cyber-cyan), var(--exec-cyber-magenta), transparent);
    opacity: 0.88;
    z-index: 4;
}

.exec-console-frame {
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(0, 240, 255, 0.08);
    border-radius: calc(var(--home-module-radius, 17px) - 8px);
    pointer-events: none;
    box-shadow: inset 0 0 36px rgba(0, 240, 255, 0.04);
}

.exec-console[data-phase='discharge'][data-can-insert='yes'] {
    border-color: rgba(57, 255, 154, 0.48);
    box-shadow:
        0 0 50px rgba(57, 255, 154, 0.18),
        0 0 80px rgba(0, 240, 255, 0.08),
        0 28px 70px rgba(0, 0, 0, 0.55),
        inset 0 0 40px rgba(57, 255, 154, 0.06);
}

/* —— 三阶段导航 —— */
.exec-phase-rail {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-bottom: 1.15rem;
    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.05rem;
    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.15rem;
    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='discharge'].is-active {
    border-color: rgba(255, 0, 24, 0.55);
    background: linear-gradient(180deg, rgba(56, 8, 14, 0.48) 0%, rgba(32, 4, 8, 0.38) 100%);
    box-shadow: 0 0 32px rgba(255, 0, 24, 0.22);
}

.exec-console[data-phase='discharge'][data-can-insert='yes'] .exec-phase-node[data-phase='discharge'].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-console[data-phase='discharge'][data-can-insert='yes'] .exec-phase-node[data-phase='discharge'].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: var(--exec-cyber-red);
    box-shadow: 0 0 20px rgba(255, 0, 24, 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.15rem;
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    font-size: clamp(1.1rem, 3.5vw, 1.45rem);
    font-weight: 800;
    letter-spacing: 0.28em;
    border: 1px solid rgba(255, 0, 24, 0.48);
    background: linear-gradient(90deg, rgba(48, 4, 8, 0.88), rgba(28, 2, 6, 0.92));
    color: #ff2840;
    text-shadow: 0 0 20px rgba(255, 0, 24, 0.55);
    transition: all 0.4s ease;
    box-shadow:
        0 0 22px rgba(255, 0, 24, 0.18),
        inset 0 0 28px rgba(255, 0, 24, 0.08);
}

.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;
}

.exec-insert-banner[data-state='cooldown'] {
    letter-spacing: 0.14em;
    border-color: rgba(255, 120, 40, 0.62);
    background: linear-gradient(90deg, rgba(72, 28, 4, 0.92), rgba(48, 16, 2, 0.94));
    color: #ffb870;
    text-shadow: 0 0 24px rgba(255, 140, 40, 0.65);
    animation: exec-cooldown-warn-pulse 1.8s ease-in-out infinite;
}

@keyframes exec-cooldown-warn-pulse {
    0%,
    100% {
        box-shadow:
            0 0 22px rgba(255, 120, 40, 0.22),
            inset 0 0 24px rgba(255, 100, 20, 0.08);
    }
    50% {
        box-shadow:
            0 0 40px rgba(255, 140, 50, 0.45),
            0 0 70px rgba(255, 100, 20, 0.18),
            inset 0 0 32px rgba(255, 120, 30, 0.12);
    }
}

@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.35rem;
    padding: 0.65rem 0 0.35rem;
}

.exec-hero::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -42%);
    width: min(88%, 440px);
    height: 115px;
    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: var(--exec-font-digit);
    line-height: 1;
    padding: 0.25rem 0;
}

.exec-clock-seg b {
    display: inline-block;
    min-width: 2.4ch;
    font-size: clamp(2.65rem, 11vw, 4.65rem);
    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.15rem, 9vw, 3.65rem);
    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='discharge'][data-can-insert='yes'] .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.7rem;
    margin-top: 1.15rem;
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
}

.exec-meta-chip {
    padding: 0.7rem 0.85rem;
    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: var(--exec-font-digit);
    font-size: clamp(0.95rem, 2.2vw, 1.18rem);
    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: 1rem;
    padding: 0.95rem 0.85rem;
    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(0.75rem, 4vw, 1.75rem);
    padding: 0.5rem 0;
}

.exec-led {
    position: relative;
    width: clamp(2.75rem, 10vw, 4rem);
    height: clamp(2.75rem, 10vw, 4rem);
    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:
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease,
        filter 0.35s ease;
}

.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, 0, 24, 0.14);
}

.exec-led:not(.is-on):not(.is-red) {
    border-color: rgba(55, 65, 75, 0.55);
    background: radial-gradient(circle at 38% 32%, #3a4248 0%, #1e2428 48%, #101418 100%);
    box-shadow:
        inset 0 4px 14px rgba(0, 0, 0, 0.75),
        0 2px 6px rgba(0, 0, 0, 0.35);
}

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

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

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

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

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

.exec-led:not(.is-on):not(.is-red)::before {
    border-color: rgba(95, 184, 255, 0.06);
}

.exec-led.is-red {
    background: radial-gradient(circle at 35% 28%, #ff9999 0%, var(--exec-cyber-red) 38%, #9a0010 72%, #3a0006 100%);
    border-color: rgba(255, 0, 24, 0.92);
    box-shadow:
        inset 0 2px 8px rgba(80, 0, 0, 0.45),
        0 0 20px rgba(255, 0, 24, 0.78),
        0 0 40px rgba(255, 0, 24, 0.38);
    animation: exec-led-red-glow 2.4s ease-in-out infinite;
}

.exec-led.is-red::after {
    background: rgba(255, 120, 130, 0.42);
}

.exec-led.is-red::before {
    opacity: 0.35;
}

.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-glow {
    0%,
    100% {
        filter: brightness(1);
        box-shadow:
            inset 0 2px 8px rgba(80, 0, 0, 0.45),
            0 0 18px rgba(255, 0, 24, 0.72),
            0 0 36px rgba(255, 0, 24, 0.34);
    }
    50% {
        filter: brightness(1.14);
        box-shadow:
            inset 0 2px 8px rgba(80, 0, 0, 0.4),
            0 0 26px rgba(255, 0, 24, 0.92),
            0 0 52px rgba(255, 0, 24, 0.46);
    }
}

@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--discharge {
    background: linear-gradient(
        90deg,
        #1a8048 0%,
        #48e878 20%,
        #600010 20%,
        var(--exec-cyber-red) 100%
    );
}

.exec-cycle-legend-mark {
    color: rgba(120, 255, 170, 0.82);
    font-size: 0.82rem;
}

.exec-cycle-seg--cooldown {
    background: linear-gradient(90deg, #600010, var(--exec-cyber-red));
}

.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;
}

/* —— 三阶段说明 —— */
.exec-phase-info {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(95, 184, 255, 0.14);
}

.exec-phase-info-card {
    display: block;
    width: 100%;
    min-height: 9.25rem;
    padding: 1.55rem 1.65rem;
    border-radius: 12px;
    border: 2px solid rgba(95, 184, 255, 0.28);
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.32) 0%, rgba(12, 32, 48, 0.48) 100%);
    box-shadow: inset 0 1px 0 rgba(142, 224, 255, 0.08);
    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[data-phase='charging'] {
    border-left: 4px solid rgba(58, 154, 212, 0.85);
}

.exec-phase-info-card[data-phase='discharge'] {
    border-left: 4px solid rgba(57, 255, 154, 0.75);
}

.exec-phase-info-card[data-phase='cooldown'] {
    border-left: 4px solid rgba(160, 180, 200, 0.7);
}

.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-card[data-phase='charging'].is-picked {
    border-color: rgba(58, 154, 212, 0.72);
    box-shadow:
        0 0 0 1px rgba(58, 154, 212, 0.28),
        0 12px 32px rgba(0, 0, 0, 0.32),
        0 0 40px rgba(58, 154, 212, 0.22);
}

.exec-phase-info-card[data-phase='discharge'].is-picked {
    border-color: rgba(57, 255, 154, 0.62);
    box-shadow:
        0 0 0 1px rgba(57, 255, 154, 0.24),
        0 12px 32px rgba(0, 0, 0, 0.32),
        0 0 40px rgba(57, 255, 154, 0.2);
}

.exec-phase-info-card[data-phase='cooldown'].is-picked {
    border-color: rgba(176, 196, 212, 0.55);
    box-shadow:
        0 0 0 1px rgba(176, 196, 212, 0.2),
        0 12px 32px rgba(0, 0, 0, 0.32),
        0 0 32px rgba(160, 180, 200, 0.16);
}

.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.22rem;
    font-weight: 700;
    color: rgba(244, 252, 255, 0.98);
    letter-spacing: 0.04em;
    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='discharge'] .exec-phase-info-title::before {
    background: var(--exec-cyber-green);
    box-shadow: 0 0 12px rgba(57, 255, 154, 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: var(--exec-font-digit);
    font-size: 1.05rem;
    font-weight: 600;
    color: rgba(190, 228, 248, 0.95);
    letter-spacing: 0.05em;
}

.exec-phase-info-desc {
    display: block;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(218, 236, 248, 0.94);
    font-weight: 500;
}

.exec-phase-info-extra {
    display: block;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 0.88rem;
    line-height: 1.65;
    color: rgba(158, 220, 255, 0.78);
    letter-spacing: 0.02em;
    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: 8rem;
    margin-top: 0.85rem;
    opacity: 1;
    color: rgba(180, 232, 255, 0.92);
}

.exec-phase-info-card[data-phase='charging'] .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='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.45);
    background: linear-gradient(165deg, rgba(15, 45, 68, 0.62) 0%, rgba(8, 28, 42, 0.72) 100%);
    box-shadow:
        0 0 24px rgba(80, 180, 255, 0.14),
        inset 0 1px 0 rgba(142, 224, 255, 0.12);
}

.exec-console[data-phase='charging'] .exec-phase-info-card[data-phase='charging']:not(.is-picked) {
    border-color: rgba(58, 154, 212, 0.52);
    box-shadow:
        0 0 24px rgba(58, 154, 212, 0.16),
        inset 0 1px 0 rgba(58, 154, 212, 0.12);
}

.exec-console[data-phase='discharge'] .exec-phase-info-card[data-phase='discharge']:not(.is-picked) {
    border-color: rgba(57, 255, 154, 0.42);
    box-shadow:
        0 0 24px rgba(57, 255, 154, 0.14),
        inset 0 1px 0 rgba(57, 255, 154, 0.1);
}

.exec-console[data-phase='cooldown'] .exec-phase-info-card[data-phase='cooldown']:not(.is-picked) {
    border-color: rgba(176, 196, 212, 0.42);
    box-shadow:
        0 0 20px rgba(160, 180, 200, 0.12),
        inset 0 1px 0 rgba(176, 196, 212, 0.1);
}

.exec-console[data-phase='discharge'][data-can-insert='yes'] .exec-phase-info-card[data-phase='discharge']:not(.is-picked) {
    border-color: rgba(100, 255, 160, 0.55);
    box-shadow:
        0 0 28px rgba(80, 255, 140, 0.18),
        inset 0 1px 0 rgba(120, 255, 170, 0.14);
}

.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-console.is-syncing {
    opacity: 0.72;
}

.exec-console.is-syncing .exec-hero-clock b,
.exec-console.is-syncing .exec-meta-value,
.exec-console.is-syncing #execLedCount {
    opacity: 0.35;
}

.exec-hangar-sync-meta {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: rgba(168, 216, 232, 0.68);
    text-align: center;
    letter-spacing: 0.02em;
}

.exec-hangar-sync-meta[hidden] {
    display: none;
}

.exec-hangar-error {
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    color: #ff3344;
    border: 1px solid rgba(255, 0, 24, 0.48);
    border-radius: 8px;
    background: rgba(48, 4, 8, 0.42);
    text-shadow: 0 0 14px rgba(255, 0, 24, 0.45);
    text-align: center;
}

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

/* —— 赛博朋克增强（圆角 + 霓虹 + 文字抖动）—— */
.exec-phase-rail::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 240, 255, 0.38) 18%,
        rgba(255, 0, 24, 0.28) 82%,
        transparent
    );
}

.exec-phase-node {
    border-radius: calc(var(--home-module-radius, 17px) - 10px);
}

.exec-phase-node.is-active {
    border-color: rgba(0, 240, 255, 0.4);
    background: linear-gradient(180deg, rgba(12, 36, 58, 0.62) 0%, rgba(8, 16, 32, 0.48) 100%);
    box-shadow:
        0 0 24px rgba(0, 240, 255, 0.16),
        0 0 36px rgba(255, 0, 24, 0.08),
        inset 0 1px 0 rgba(0, 240, 255, 0.1);
}

.exec-phase-node.is-active .exec-phase-dot {
    background: var(--exec-cyber-cyan);
    border-color: #c8fcff;
    box-shadow:
        0 0 16px rgba(0, 240, 255, 0.85),
        0 0 30px rgba(255, 0, 24, 0.22);
}

.exec-phase-node.is-active .exec-phase-name {
    text-shadow:
        0 0 12px rgba(0, 240, 255, 0.42),
        2px 0 rgba(255, 0, 24, 0.18);
}

.exec-phase-node[data-phase='discharge'].is-active {
    border-color: rgba(255, 0, 24, 0.48);
    box-shadow: 0 0 28px rgba(255, 0, 24, 0.18);
}

.exec-phase-node[data-phase='discharge'].is-active .exec-phase-dot {
    background: var(--exec-cyber-red);
    box-shadow: 0 0 18px rgba(255, 0, 24, 0.75);
}

.exec-insert-banner {
    border-radius: calc(var(--home-module-radius, 17px) - 10px);
    border-color: rgba(255, 0, 24, 0.58);
    background: linear-gradient(90deg, rgba(56, 4, 10, 0.92), rgba(24, 2, 6, 0.96));
    color: #ff2840;
    text-shadow: 0 0 22px rgba(255, 0, 24, 0.62);
    box-shadow:
        0 0 26px rgba(255, 0, 24, 0.22),
        inset 0 0 32px rgba(255, 0, 24, 0.1);
}

.exec-insert-banner[data-state='yes'] {
    border-color: rgba(57, 255, 154, 0.52);
    background: linear-gradient(90deg, rgba(8, 44, 30, 0.92), rgba(4, 24, 20, 0.94));
    color: #c6ffe4;
    text-shadow: 0 0 22px rgba(57, 255, 154, 0.62);
}

.exec-insert-banner[data-state='cooldown'] {
    border-color: rgba(255, 130, 48, 0.58);
    background: linear-gradient(90deg, rgba(72, 28, 4, 0.94), rgba(40, 12, 2, 0.96));
    color: #ffc080;
    text-shadow: 0 0 22px rgba(255, 140, 40, 0.62);
}

.exec-insert-text {
    animation: exec-cyber-glitch 1.35s steps(1, end) infinite;
}

.exec-insert-banner[data-state='yes'] .exec-insert-text {
    animation: exec-cyber-glitch-fast 1.05s steps(1, end) infinite;
}

.exec-insert-icon::before {
    color: var(--exec-cyber-red);
    filter: drop-shadow(0 0 10px rgba(255, 0, 24, 0.72));
}

.exec-insert-banner[data-state='yes'] .exec-insert-icon::before {
    color: var(--exec-cyber-green);
    filter: drop-shadow(0 0 8px rgba(57, 255, 154, 0.55));
}

.exec-hero::before {
    background: radial-gradient(
        ellipse,
        rgba(0, 240, 255, 0.16) 0%,
        rgba(255, 0, 24, 0.07) 48%,
        transparent 72%
    );
}

.exec-hero-kicker {
    font-family: var(--exec-font-digit);
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(0, 240, 255, 0.72);
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.28);
}

.exec-clock-seg b {
    text-shadow:
        0 0 20px rgba(0, 240, 255, 0.55),
        2px 0 rgba(255, 0, 24, 0.22),
        -2px 0 rgba(0, 240, 255, 0.18);
    animation: exec-clock-glitch 2.2s steps(1, end) infinite;
}

.exec-clock-colon {
    color: rgba(0, 240, 255, 0.52);
    text-shadow: 0 0 12px rgba(0, 240, 255, 0.32);
}

.exec-console[data-phase='discharge'][data-can-insert='yes'] .exec-clock-seg b {
    text-shadow:
        0 0 24px rgba(57, 255, 154, 0.65),
        2px 0 rgba(0, 240, 255, 0.28),
        -2px 0 rgba(57, 255, 154, 0.22);
}

.exec-meta-chip {
    border-radius: calc(var(--home-module-radius, 17px) - 11px);
    border-color: rgba(0, 240, 255, 0.24);
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.42) 0%, rgba(8, 20, 36, 0.52) 100%);
}

.exec-meta-value {
    color: var(--exec-cyber-cyan);
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.28);
}

.exec-reactor {
    border-radius: calc(var(--home-module-radius, 17px) - 8px);
    border-color: rgba(0, 240, 255, 0.22);
    box-shadow:
        inset 0 0 40px rgba(0, 0, 0, 0.35),
        0 0 22px rgba(0, 240, 255, 0.06);
}

.exec-reactor-label {
    font-family: var(--exec-font-digit);
    letter-spacing: 0.22em;
    color: rgba(0, 240, 255, 0.68);
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.22);
}

.exec-led.is-on {
    border-color: rgba(57, 255, 154, 0.82);
    box-shadow:
        0 0 22px rgba(57, 255, 154, 0.82),
        0 0 44px rgba(0, 240, 255, 0.18);
}

.exec-led.is-red {
    background: radial-gradient(circle at 35% 28%, #ffaaaa 0%, var(--exec-cyber-red) 36%, #b00012 68%, #420008 100%);
    border-color: rgba(255, 0, 24, 0.95);
    box-shadow:
        inset 0 2px 8px rgba(80, 0, 0, 0.45),
        0 0 24px rgba(255, 0, 24, 0.85),
        0 0 48px rgba(255, 0, 24, 0.42);
    animation: exec-led-red-glow 2.4s ease-in-out infinite;
}

.exec-cycle-track {
    border-color: rgba(0, 240, 255, 0.22);
    box-shadow:
        inset 0 2px 8px rgba(0, 0, 0, 0.45),
        0 0 12px rgba(0, 240, 255, 0.06);
    animation: exec-cycle-track-pulse 2.4s ease-in-out infinite;
}

.exec-cycle-track::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.06) 42%,
        rgba(0, 240, 255, 0.28) 50%,
        rgba(255, 255, 255, 0.06) 58%,
        transparent 100%
    );
    background-size: 220% 100%;
    animation: exec-cycle-scan 2.6s linear infinite;
    mix-blend-mode: screen;
}

.exec-cycle-track::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0, 240, 255, 0.04) 2px,
        rgba(0, 240, 255, 0.04) 4px
    );
    animation: exec-cycle-glitch-flicker 3.2s steps(1, end) infinite;
    opacity: 0.55;
}

.exec-cycle-seg {
    position: relative;
    min-width: 0;
    animation: exec-cycle-seg-flicker 2.1s steps(1, end) infinite;
}

.exec-cycle-seg--charge {
    background: linear-gradient(90deg, #0a2848, var(--exec-cyber-cyan));
    box-shadow: inset 0 0 14px rgba(0, 240, 255, 0.18);
}

.exec-cycle-seg--discharge {
    background: linear-gradient(
        90deg,
        #0a3828 0%,
        var(--exec-cyber-green) 20%,
        #3a0008 20%,
        var(--exec-cyber-red) 100%
    );
    animation-delay: 0.35s;
    box-shadow: inset 0 0 14px rgba(255, 0, 24, 0.14);
}

.exec-cycle-seg--cooldown {
    background: linear-gradient(90deg, #600010, var(--exec-cyber-red));
    animation-delay: 0.7s;
    box-shadow: inset 0 0 12px rgba(255, 0, 24, 0.22);
}

.exec-cycle-marker {
    z-index: 5;
    background: linear-gradient(180deg, #fff, var(--exec-cyber-cyan));
    box-shadow:
        0 0 14px var(--exec-cyber-cyan),
        0 0 26px rgba(255, 0, 24, 0.28);
    animation: exec-cycle-marker-pulse 1.15s steps(1, end) infinite;
}

@keyframes exec-cycle-track-pulse {
    0%,
    100% {
        border-color: rgba(0, 240, 255, 0.22);
        box-shadow:
            inset 0 2px 8px rgba(0, 0, 0, 0.45),
            0 0 12px rgba(0, 240, 255, 0.06);
    }
    50% {
        border-color: rgba(0, 240, 255, 0.46);
        box-shadow:
            inset 0 2px 8px rgba(0, 0, 0, 0.45),
            0 0 22px rgba(0, 240, 255, 0.16),
            0 0 10px rgba(255, 0, 24, 0.1);
    }
}

@keyframes exec-cycle-scan {
    0% {
        background-position: 220% 0;
    }
    100% {
        background-position: -220% 0;
    }
}

@keyframes exec-cycle-glitch-flicker {
    0%,
    90%,
    92%,
    94%,
    96%,
    100% {
        opacity: 0.5;
        transform: none;
    }
    91% {
        opacity: 0.12;
        transform: translateX(1px);
    }
    93% {
        opacity: 0.82;
        transform: translateX(-1px);
    }
    95% {
        opacity: 0.28;
    }
}

@keyframes exec-cycle-seg-flicker {
    0%,
    86%,
    88%,
    100% {
        filter: brightness(1);
    }
    87% {
        filter: brightness(1.38);
    }
    89% {
        filter: brightness(0.78);
    }
}

@keyframes exec-cycle-marker-pulse {
    0%,
    84%,
    86%,
    100% {
        opacity: 1;
        filter: brightness(1);
    }
    85% {
        opacity: 0.68;
        filter: brightness(1.45);
    }
}

.exec-phase-info {
    border-top-color: rgba(0, 240, 255, 0.14);
}

.exec-phase-info-card {
    border-radius: calc(var(--home-module-radius, 17px) - 8px);
    border-color: rgba(0, 240, 255, 0.2);
}

.exec-phase-info-card:hover {
    border-color: rgba(0, 240, 255, 0.38);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.28),
        0 0 22px rgba(0, 240, 255, 0.1);
}

.exec-phase-info-card.is-picked {
    border-color: rgba(0, 240, 255, 0.48);
    box-shadow:
        0 0 0 1px rgba(0, 240, 255, 0.18),
        0 12px 32px rgba(0, 0, 0, 0.32),
        0 0 32px rgba(0, 240, 255, 0.14);
}

.exec-hangar-error {
    border-radius: calc(var(--home-module-radius, 17px) - 10px);
    border-color: rgba(255, 0, 24, 0.48);
}

@keyframes exec-cyber-glitch {
    0%,
    68%,
    72%,
    100% {
        transform: none;
        text-shadow: 0 0 14px rgba(255, 0, 24, 0.35);
    }
    69% {
        transform: translateX(2px);
        text-shadow:
            -3px 0 rgba(255, 0, 24, 0.62),
            3px 0 rgba(0, 240, 255, 0.48);
    }
    70% {
        transform: translateX(-2px);
    }
    71% {
        transform: translateX(1px);
    }
    88% {
        transform: translateX(-2px);
    }
    89% {
        transform: translateX(2px);
    }
}

@keyframes exec-cyber-glitch-fast {
    0%,
    62%,
    66%,
    100% {
        transform: none;
        text-shadow: 0 0 18px rgba(57, 255, 154, 0.55);
    }
    63% {
        transform: translateX(2px);
        text-shadow:
            -3px 0 rgba(57, 255, 154, 0.65),
            3px 0 rgba(0, 240, 255, 0.45);
    }
    64% {
        transform: translateX(-2px);
    }
    65% {
        transform: translateX(1px);
    }
    84% {
        transform: translateX(-1px);
    }
    85% {
        transform: translateX(1px);
    }
}

@keyframes exec-clock-glitch {
    0%,
    86%,
    90%,
    100% {
        transform: none;
    }
    87% {
        transform: translateX(2px);
        text-shadow:
            -3px 0 rgba(255, 0, 24, 0.55),
            3px 0 rgba(0, 240, 255, 0.48),
            0 0 20px rgba(0, 240, 255, 0.45);
    }
    88% {
        transform: translateX(-2px);
    }
    89% {
        transform: translateX(1px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .exec-insert-text,
    .exec-clock-seg b,
    .exec-cycle-track,
    .exec-cycle-track::before,
    .exec-cycle-track::after,
    .exec-cycle-seg,
    .exec-cycle-marker,
    .exec-led.is-on,
    .exec-led.is-red {
        animation: 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: 8.25rem;
        padding: 1.25rem 1.35rem;
    }

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

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

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

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

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

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