/* Veltrion Web Platform Phase 28 - Live Ops UX */

.vx-live-ops {
    position: relative;
    width: min(1440px, calc(100% - 48px));
    margin: 28px auto 42px;
    padding: 24px;
    border: 1px solid rgba(214, 167, 84, 0.26);
    border-radius: 24px;
    background:
        radial-gradient(circle at 18% 0%, rgba(154, 35, 22, 0.24), transparent 34%),
        radial-gradient(circle at 85% 18%, rgba(221, 164, 76, 0.13), transparent 26%),
        linear-gradient(135deg, rgba(18, 15, 13, 0.92), rgba(5, 5, 7, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 236, 188, 0.08),
        0 28px 70px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.vx-live-ops::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 14%, transparent 86%, rgba(255, 255, 255, 0.035)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0, rgba(255,255,255,0.025) 1px, transparent 1px, transparent 120px);
    opacity: .65;
}

.vx-live-ops > * {
    position: relative;
    z-index: 1;
}

.vx-live-ops__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 20px;
}

.vx-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f2c574;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vx-kicker::before {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
    opacity: .72;
}

.vx-live-ops h2,
.vx-live-ops h3,
.vx-live-ops p {
    margin: 0;
}

.vx-live-ops h2 {
    margin-top: 7px;
    color: #fff7e6;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 900;
    letter-spacing: -0.045em;
    text-shadow: 0 2px 18px rgba(0,0,0,.65);
}

.vx-live-ops__head p {
    max-width: 720px;
    margin-top: 8px;
    color: rgba(242, 232, 210, 0.70);
    font-size: 14px;
    line-height: 1.7;
}

.vx-live-ops__pulse {
    min-width: 210px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 4px 10px;
    padding: 13px 14px;
    border: 1px solid rgba(235, 196, 118, 0.24);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.32);
    color: #fff3cf;
}

.vx-live-ops__pulse strong {
    font-size: 13px;
    letter-spacing: .08em;
}

.vx-live-ops__pulse small {
    grid-column: 2;
    color: rgba(242, 232, 210, 0.58);
    font-size: 11px;
}

.vx-pulse-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #66e09d;
    box-shadow: 0 0 0 5px rgba(102, 224, 157, .12), 0 0 18px rgba(102, 224, 157, .55);
}

.vx-live-ops__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.vx-live-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border: 1px solid rgba(222, 174, 91, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
        rgba(10, 10, 12, 0.58);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.vx-live-card:hover {
    transform: translateY(-3px);
    border-color: rgba(242, 197, 116, 0.46);
    background:
        radial-gradient(circle at 50% 0%, rgba(164, 42, 28, 0.24), transparent 48%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(10, 10, 12, 0.72);
}

.vx-live-card__eyebrow {
    color: rgba(242, 197, 116, 0.76);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.vx-live-card h3 {
    margin-top: 12px;
    color: #fff5df;
    font-size: 18px;
    font-weight: 900;
}

.vx-live-card p {
    margin-top: 9px;
    color: rgba(236, 224, 202, 0.66);
    font-size: 13px;
    line-height: 1.62;
}

.vx-live-card a {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(235, 182, 83, 0.33);
    border-radius: 12px;
    color: #f8d58a;
    background: rgba(110, 31, 22, 0.34);
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

.vx-live-ops__console {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 14px;
    margin-top: 14px;
}

.vx-live-console__main,
.vx-live-console__side {
    padding: 18px;
    border: 1px solid rgba(222, 174, 91, 0.18);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.34);
}

.vx-live-console__main h3 {
    margin-top: 8px;
    color: #fff5df;
    font-size: 21px;
    font-weight: 900;
}

.vx-live-console__main p {
    margin-top: 8px;
    color: rgba(236, 224, 202, 0.66);
    font-size: 13px;
    line-height: 1.65;
}

.vx-live-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.vx-live-badges span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    color: rgba(238, 226, 202, 0.78);
    font-size: 12px;
}

.vx-live-badges b {
    color: #ffd47d;
    font-size: 13px;
}

.vx-live-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.vx-live-checklist a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    color: rgba(250, 238, 215, .86);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.vx-live-checklist a:hover {
    border-color: rgba(242, 197, 116, .38);
    background: rgba(117, 38, 22, .22);
}

.vx-live-checklist em {
    color: rgba(242, 197, 116, .74);
    font-style: normal;
    font-size: 10px;
    letter-spacing: .08em;
}

@media (max-width: 1180px) {
    .vx-live-ops__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .vx-live-ops {
        width: min(100% - 24px, 720px);
        padding: 16px;
        border-radius: 18px;
    }

    .vx-live-ops__head,
    .vx-live-ops__console {
        grid-template-columns: 1fr;
        display: grid;
    }

    .vx-live-ops__pulse {
        min-width: 0;
    }

    .vx-live-ops__grid,
    .vx-live-checklist {
        grid-template-columns: 1fr;
    }

    .vx-live-card {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vx-live-card {
        transition: none;
    }

    .vx-live-card:hover {
        transform: none;
    }
}