/* ==========================================================================
   APG_Lab — Eclipse Mission Control Stylesheet
   ========================================================================== */

/* ─── SIMULATION BANNER ─────────────────────────────────── */
.sim-banner {
    background: linear-gradient(90deg, #7c2d12 0%, #b45309 50%, #7c2d12 100%);
    color: #fff;
    padding: 10px 16px;
    border-bottom: 2px solid #f59e0b;
    position: sticky;
    top: 0;
    z-index: 100;
}

.sim-banner.hidden {
    display: none !important;
}

.sim-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--max-width);
    margin: 0 auto;
    gap: 12px;
    flex-wrap: wrap;
}

.sim-tag {
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

.sim-time-info {
    font-family: var(--mono);
    font-size: 0.9rem;
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 10px;
    border-radius: 6px;
}

.btn-sim-reset {
    background: #ffffff;
    color: #7c2d12;
    border: none;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    font-weight: 700;
    cursor: pointer;
    font-size: 0.82rem;
    transition: background 0.2s;
}

.btn-sim-reset:hover {
    background: #fef3c7;
}

.sim-quick-controls {
    max-width: var(--max-width);
    margin: 6px auto 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    flex-wrap: wrap;
}

.sim-quick-controls button {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    cursor: pointer;
}

.sim-quick-controls button:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* ─── HEADER & STARS ─────────────────────────────────────── */
.eclipse-header {
    background: rgba(7, 11, 20, 0.92);
    border-bottom: 1px solid var(--border-tech);
    position: relative;
    overflow: hidden;
    padding: 16px 24px;
}

.stars-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(1px 1px at 20px 30px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(1px 1px at 40px 70px, rgba(255,255,255,0.8), rgba(0,0,0,0)),
        radial-gradient(1px 1px at 90px 40px, #38bdf8, rgba(0,0,0,0)),
        radial-gradient(1px 1px at 160px 120px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(1.5px 1.5px at 230px 20px, #818cf8, rgba(0,0,0,0)),
        radial-gradient(1px 1px at 310px 90px, #ffffff, rgba(0,0,0,0));
    background-repeat: repeat;
    background-size: 350px 200px;
    opacity: 0.4;
    pointer-events: none;
}

.eclipse-nav {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.header-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.mission-title {
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--text-primary);
    font-size: 1.1rem;
    text-transform: uppercase;
}

.header-badge {
    font-size: 0.76rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: var(--radius-full);
    background: rgba(56, 189, 248, 0.15);
    color: var(--accent-cyan);
    border: 1px solid rgba(56, 189, 248, 0.3);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.asturias-clock {
    font-family: var(--mono);
    font-size: 0.85rem;
    color: var(--text-secondary);
    background: rgba(15, 23, 42, 0.8);
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid var(--border-subtle);
}

.clock-val {
    color: var(--accent-cyan);
    font-weight: 700;

}

.btn-back {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 6px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-subtle);
    transition: all 0.2s;
}

.btn-back:hover,
.btn-back:focus-visible {
    color: #fff;
    background: rgba(56, 189, 248, 0.2);
    border-color: var(--accent-cyan);
    outline: none;
}

/* ─── CONTROLS BAR & ACCESSIBILITY ──────────────────────── */
.controls-bar {
    background: rgba(13, 20, 36, 0.6);
    border-bottom: 1px solid var(--border-subtle);
    padding: 8px 24px;
}

.controls-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-control {
    background: rgba(30, 41, 59, 0.7);
    color: var(--text-primary);
    border: 1px solid var(--border-tech);
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.btn-control:hover,
.btn-control:focus-visible {
    background: rgba(56, 189, 248, 0.2);
    border-color: var(--accent-cyan);
    outline: none;
}

.net-status-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-family: var(--mono);
}

.net-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.net-dot.online {
    background: var(--accent-emerald);
    box-shadow: 0 0 10px var(--accent-emerald);
}

.net-dot.offline {
    background: #f43f5e;
    box-shadow: 0 0 10px #f43f5e;
}

/* ─── MAIN LAYOUT ────────────────────────────────────────── */
.eclipse-main {
    padding-top: 24px;
    padding-bottom: 60px;
}

.mission-card {
    background: var(--bg-card);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid var(--border-tech);
    border-radius: var(--radius-lg);
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.location-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--mono);
    font-size: 0.82rem;
    background: rgba(56, 189, 248, 0.1);
    padding: 6px 14px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(56, 189, 248, 0.25);
    color: var(--accent-cyan);
}

.dot-live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-cyan);
    box-shadow: 0 0 8px var(--accent-cyan);
}

/* ─── COUNTDOWN GRID (4 BLOCKS) ─────────────────────────── */
.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.time-block {
    background: rgba(7, 11, 20, 0.8);
    border: 1px solid var(--border-tech);
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
}

.time-block.highlight-secs {
    border-color: rgba(56, 189, 248, 0.5);
    background: linear-gradient(180deg, rgba(7, 11, 20, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
}

.time-val {
    font-family: var(--mono);
    font-size: 3rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 6px;
}

.highlight-secs .time-val {
    color: var(--accent-cyan);
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
}

.time-unit {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    font-weight: 700;
}

.totality-banner {
    margin-top: 20px;
    background: linear-gradient(90deg, #991b1b 0%, #dc2626 50%, #991b1b 100%);
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: var(--radius);
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    box-shadow: 0 0 25px rgba(220, 38, 38, 0.5);
}

.totality-banner.hidden {
    display: none !important;
}

/* ─── GRID LAYOUT ────────────────────────────────────────── */
.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.grid-col {
    display: flex;
    flex-direction: column;
}

/* ─── VISUAL SIMULATION ──────────────────────────────────── */
.card-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 10px;
}

.approx-tag {
    font-size: 0.78rem;
    font-style: italic;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid var(--border-subtle);
}

.eclipse-canvas-wrap {
    background: #02040a;
    border-radius: var(--radius);
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    margin-bottom: 20px;
}

.solar-stage {
    position: relative;
    width: 140px;
    height: 140px;
}

.sun-disk {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, #fffbeb 0%, #fde047 40%, #eab308 70%, #ca8a04 100%);
    box-shadow: 0 0 35px #fde047, 0 0 70px rgba(234, 179, 8, 0.6);
    transition: box-shadow 0.4s ease;
}

.corona-layer {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(224,242,254,0.5) 45%, rgba(56,189,248,0.2) 70%, rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.sun-disk.totality .corona-layer {
    opacity: 1;
}

.sun-disk.totality {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.9), 0 0 90px rgba(56, 189, 248, 0.7);
}

.moon-disk {
    position: absolute;
    top: 10px;
    left: -140px; /* Moves horizontally based on progress */
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #02040a;
    box-shadow: inset -2px -2px 10px rgba(255, 255, 255, 0.15);
    transition: left 0.3s ease;
}

/* PROGRESS BAR & MARKERS */
.progress-wrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
}

.progress-bar-bg {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #38bdf8 0%, #3b82f6 50%, #34d399 100%);
    transition: width 0.3s ease;
}

.markers-row {
    position: relative;
    height: 46px;
    margin-top: 8px;
}

.marker-item {
    position: absolute;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.72rem;
}

.marker-c1 {
    left: 0;
    transform: none;
    align-items: flex-start;
}

.marker-c2 {
    left: 40%;
}

.marker-max {
    left: 50%;
}

.marker-c3 {
    left: 60%;
}

.marker-c4 {
    right: 0;
    transform: none;
    align-items: flex-end;
}

.mk-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-muted);
    margin-bottom: 2px;
}

.mk-dot.max-dot {
    background: var(--accent-amber);
    box-shadow: 0 0 6px var(--accent-amber);
}

.mk-lbl {
    font-weight: 700;
    color: var(--text-secondary);
}

.mk-time {
    color: var(--text-muted);
    font-family: var(--mono);
}

.central-contacts-mobile {
    display: none;
}

/* ─── VECTOR DE OBSERVACIÓN ──────────────────────────────── */
.vector-flex {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 16px;
    flex-wrap: wrap;
}

.compass-wrap {
    flex-shrink: 0;
}

.compass-dial {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid var(--border-tech);
    background: rgba(7, 11, 20, 0.9);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--glow-cyan);
}

.cp-n, .cp-e, .cp-s, .cp-w {
    position: absolute;
    font-family: var(--mono);
    font-weight: 800;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.cp-n { top: 6px; color: var(--accent-cyan); }
.cp-e { right: 8px; }
.cp-s { bottom: 6px; }
.cp-w { left: 8px; }

.compass-arrow {
    width: 6px;
    height: 100px;
    position: absolute;
    top: 20px;
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.arrow-head {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 24px solid #f43f5e;
    position: absolute;
    top: 0;
    left: -5px;
    filter: drop-shadow(0 0 6px #f43f5e);
}

.vector-details {
    flex-grow: 1;
}

.val-pill-row {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.val-badge {
    font-family: var(--mono);
    font-weight: 700;
    font-size: 0.88rem;
    padding: 6px 12px;
    border-radius: 6px;
}

.val-badge.cyan {
    background: rgba(56, 189, 248, 0.15);
    color: var(--accent-cyan);
    border: 1px solid rgba(56, 189, 248, 0.3);
}

.val-badge.indigo {
    background: rgba(129, 140, 248, 0.15);
    color: var(--accent-indigo);
    border: 1px solid rgba(129, 140, 248, 0.3);
}

.horizon-diagram {
    background: rgba(2, 4, 10, 0.7);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 14px;
    position: relative;
}

.sky-zone {
    height: 50px;
    position: relative;
}

.sun-vector-icon {
    position: absolute;
    font-size: 1.1rem;
    font-weight: 700;
}

.angle-text {
    font-size: 0.75rem;
    font-family: var(--mono);
    color: var(--accent-cyan);
}

.ground-line {
    border-top: 2px dashed rgba(148, 163, 184, 0.4);
    padding-top: 4px;
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: right;
}

.vector-tips {
    margin: 0;
    padding-left: 18px;
    font-size: 0.86rem;
    color: var(--text-secondary);
}

.vector-tips li {
    margin-bottom: 6px;
}

/* ─── CRONOLOGÍA ─────────────────────────────────────────── */
.timeline-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 14px;
    border-left: 3px solid rgba(148, 163, 184, 0.2);
    margin-bottom: 10px;
    background: rgba(15, 23, 42, 0.4);
    border-radius: 0 8px 8px 0;
    transition: all 0.3s;
}

.timeline-item.active {
    border-left-color: var(--accent-cyan);
    background: rgba(56, 189, 248, 0.12);
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.1);
}

.timeline-item.highlight-max.active {
    border-left-color: #f43f5e;
    background: rgba(244, 63, 94, 0.15);
}

.tl-time {
    font-family: var(--mono);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--accent-cyan);
    min-width: 75px;
}

.tl-desc {
    font-size: 0.9rem;
    color: var(--text-primary);
}

/* ─── METEOROLOGÍA ───────────────────────────────────────── */
.weather-notice {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: -8px;
    margin-bottom: 16px;
}

.weather-rating-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    background: rgba(7, 11, 20, 0.6);
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid var(--border-subtle);
}

.rating-label {
    font-size: 0.88rem;
    color: var(--text-secondary);
}

.wx-badge {
    font-weight: 800;
    font-size: 0.85rem;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
}

.wx-badge.optimo { background: rgba(52, 211, 153, 0.2); color: var(--accent-emerald); border: 1px solid var(--accent-emerald); }
.wx-badge.favorable { background: rgba(56, 189, 248, 0.2); color: var(--accent-cyan); border: 1px solid var(--accent-cyan); }
.wx-badge.variable { background: rgba(251, 191, 36, 0.2); color: var(--accent-amber); border: 1px solid var(--accent-amber); }
.wx-badge.complicado { background: rgba(244, 63, 94, 0.2); color: #f43f5e; border: 1px solid #f43f5e; }
.wx-badge.pending { background: rgba(148, 163, 184, 0.2); color: var(--text-muted); }

.weather-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.wx-item {
    background: rgba(7, 11, 20, 0.7);
    border: 1px solid var(--border-subtle);
    padding: 12px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.wx-label {
    font-size: 0.78rem;
    color: var(--text-muted);
}

.wx-val {
    font-family: var(--mono);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 2px;
}

.wx-totality-forecast {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid var(--border-tech);
    padding: 14px;
    border-radius: 8px;
    margin-bottom: 14px;
}

.forecast-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.88rem;
}

.time-tag {
    font-family: var(--mono);
    font-size: 0.78rem;
    background: rgba(56, 189, 248, 0.15);
    color: var(--accent-cyan);
    padding: 2px 8px;
    border-radius: 4px;
}

.forecast-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.86rem;
    color: var(--text-secondary);
    gap: 12px;
    flex-wrap: wrap;
}

.wx-footer-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: var(--text-muted);
}

.cache-warn {
    color: var(--accent-amber);
}

.cache-warn.hidden { display: none; }

.btn-mini {
    background: rgba(56, 189, 248, 0.12);
    color: var(--accent-cyan);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-mini:hover {
    background: rgba(56, 189, 248, 0.25);
}

/* ─── SEGURIDAD OCULAR ───────────────────────────────────── */
.safety-card {
    border-color: rgba(251, 191, 36, 0.4);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(30, 41, 59, 0.9) 100%);
}

.safety-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.safety-icon { font-size: 1.4rem; }

.safety-rules {
    padding-left: 20px;
    margin: 0 0 20px;
    font-size: 0.88rem;
    color: var(--text-secondary);
}

.safety-rules li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.btn-ign-link {
    display: inline-block;
    background: rgba(251, 191, 36, 0.12);
    color: var(--accent-amber);
    border: 1px solid rgba(251, 191, 36, 0.4);
    padding: 10px 18px;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.86rem;
    transition: all 0.2s;
}

.btn-ign-link:hover,
.btn-ign-link:focus-visible {
    background: rgba(251, 191, 36, 0.25);
    outline: none;
}

/* ─── FOOTER ─────────────────────────────────────────────── */
.eclipse-footer {
    border-top: 1px solid var(--border-subtle);
    padding: 24px;
    text-align: center;
    font-size: 0.82rem;
    color: var(--text-muted);
    background: rgba(7, 11, 20, 0.95);
}

.eclipse-footer a {
    color: var(--accent-cyan);
    text-decoration: underline;
}

/* ─── MODO EXTERIOR (HIGH CONTRAST OUTDOOR MODE) ────────── */
body.outdoor-mode {
    background-color: #000000 !important;
    color: #ffffff !important;
}

body.outdoor-mode .mission-card,
body.outdoor-mode .eclipse-header,
body.outdoor-mode .controls-bar,
body.outdoor-mode .eclipse-footer,
body.outdoor-mode .time-block,
body.outdoor-mode .wx-item,
body.outdoor-mode .horizon-diagram {
    background: #0a0e1a !important;
    border-color: #38bdf8 !important;
    border-width: 2px !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

body.outdoor-mode .time-val {
    font-size: 3.5rem !important;
    color: #ffffff !important;
}

body.outdoor-mode .highlight-secs .time-val {
    color: #38bdf8 !important;
}

body.outdoor-mode .btn-control,
body.outdoor-mode .btn-back,
body.outdoor-mode .btn-mini,
body.outdoor-mode .btn-ign-link {
    background: #1e293b !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    font-size: 1rem !important;
}

/* ─── RESPONSIVE (320px - 768px) ─────────────────────────── */
@media (max-width: 900px) {
    .mission-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .countdown-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .time-val {
        font-size: 2.2rem;
    }

    .eclipse-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-right {
        width: 100%;
        justify-content: space-between;
        margin-top: 8px;
    }

    .vector-flex {
        flex-direction: column;
    }

    .weather-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .progress-wrap {
        padding-bottom: 6px;
    }

    .markers-row {
        height: 154px;
        margin-top: 10px;
    }

    .marker-c2,
    .marker-max,
    .marker-c3 {
        display: none;
    }

    .marker-c1,
    .marker-c4 {
        top: 0;
    }

    .mk-time {
        font-size: 0.68rem;
    }

    .central-contacts-mobile {
        position: absolute;
        top: 64px;
        left: 50%;
        width: min(238px, calc(100% - 28px));
        transform: translateX(-50%);
        display: grid;
        gap: 3px;
        padding: 8px 10px;
        background: rgba(7, 11, 20, 0.92);
        border: 1px solid var(--border-tech);
        border-radius: 10px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), var(--glow-cyan);
    }

    .central-contacts-mobile::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 1px;
        height: 60px;
        background: linear-gradient(180deg, var(--accent-amber), var(--border-tech-hover));
    }

    .central-contacts-mobile::after {
        content: "";
        position: absolute;
        bottom: calc(100% + 56px);
        left: 50%;
        width: 8px;
        height: 8px;
        transform: translateX(-50%);
        background: var(--accent-amber);
        border-radius: 50%;
        box-shadow: 0 0 8px var(--accent-amber);
    }

    .central-contact {
        display: grid;
        grid-template-columns: 3.2rem 1fr;
        align-items: center;
        gap: 10px;
        color: var(--text-secondary);
        font-family: var(--mono);
        font-size: 0.75rem;
        line-height: 1.35;
    }

    .central-contact strong {
        color: var(--text-primary);
    }

    .central-contact time {
        text-align: right;
        font-variant-numeric: tabular-nums;
    }

    .central-contact-max strong,
    .central-contact-max time {
        color: var(--accent-amber);
    }
}

/* ─── ACCESIBILIDAD PREFERS-REDUCED-MOTION ─────────────── */
@media (prefers-reduced-motion: reduce) {
    *, ::before, ::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
