:root {
    color-scheme: dark;
}

* {
    box-sizing: border-box
}

html {
    min-height: 100%;
    background: #02050c
}

body {
    min-height: 100%;
    margin: 0;
    background: #02050c;
    color: #f8fafc;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif
}

button,
a,
summary {
    font: inherit
}

.system-shell {
    position: relative;
    display: grid;
    min-height: 100vh;
    min-height: 100svh;
    place-items: center;
    overflow: hidden;
    padding: clamp(.85rem, 2.6vw, 2.5rem)
}

.system-shell::before {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 28%, var(--system-accent-soft), transparent 30%), radial-gradient(circle at 84% 72%, rgba(244, 63, 94, .09), transparent 31%), linear-gradient(145deg, #02050c 0%, #06101e 48%, #020712 100%);
    content: ""
}

.system-grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image: linear-gradient(rgba(56, 189, 248, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 189, 248, .08) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(ellipse at center, #000, transparent 82%)
}

.system-circuit {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .34;
    background: linear-gradient(135deg, transparent 0 6%, color-mix(in srgb, var(--system-accent) 50%, transparent) 6.05% 6.12%, transparent 6.18% 93%, rgba(244, 63, 94, .4) 93.05% 93.12%, transparent 93.18%)
}

.system-rail {
    position: absolute;
    top: 15%;
    bottom: 15%;
    width: 2px;
    background: linear-gradient(transparent, var(--system-accent), var(--system-secondary), transparent);
    box-shadow: 0 0 18px var(--system-accent);
    opacity: .7
}

.system-rail-left {
    left: clamp(.5rem, 2.4vw, 2.5rem)
}

.system-rail-right {
    right: clamp(.5rem, 2.4vw, 2.5rem);
    transform: scaleY(-1)
}

.system-card {
    position: relative;
    z-index: 1;
    width: min(100%, 92rem);
    overflow: hidden;
    border: 1px solid rgba(71, 85, 105, .55);
    border-radius: 1.35rem;
    background: linear-gradient(145deg, rgba(8, 17, 31, .96), rgba(3, 9, 19, .97));
    box-shadow: 0 2.4rem 10rem rgba(0, 0, 0, .68), 0 0 5rem var(--system-accent-soft);
    backdrop-filter: blur(24px)
}

.system-card::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 1px rgba(255, 255, 255, .045);
    content: ""
}

.system-bar {
    height: 3px;
    background: linear-gradient(90deg, transparent 2%, var(--system-secondary) 24%, var(--system-accent) 65%, transparent 98%)
}

.system-hero {
    position: relative;
    padding: clamp(1.25rem, 3vw, 2.3rem) clamp(1rem, 3.4vw, 3.25rem) 1rem;
    text-align: center
}

.system-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.system-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    color: #f8fafc;
    font-size: 1.05rem;
    font-weight: 950;
    letter-spacing: -.02em
}

.system-brand-lockup img {
    width: 2rem;
    height: 2rem;
    object-fit: contain
}

.system-brand-lockup strong {
    color: var(--system-secondary)
}

.system-status-chip {
    display: inline-flex;
    min-height: 2.2rem;
    align-items: center;
    gap: .5rem;
    border: 1px solid color-mix(in srgb, var(--system-accent) 40%, transparent);
    border-radius: 999px;
    background: var(--system-accent-soft);
    padding: .45rem .8rem;
    color: var(--system-accent);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase
}

.system-status-chip::before {
    width: .46rem;
    height: .46rem;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 .8rem currentColor;
    content: "";
    animation: system-pulse 1.7s ease-in-out infinite
}

.system-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    margin: 1rem auto 0;
    color: var(--system-accent);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .19em;
    text-transform: uppercase
}

.system-kicker::before,
.system-kicker::after {
    width: min(12vw, 10rem);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--system-accent));
    content: ""
}

.system-kicker::after {
    transform: scaleX(-1)
}

.system-title {
    max-width: 62rem;
    margin: .6rem auto 0;
    font-size: clamp(2rem, 4.5vw, 4rem);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance
}

.system-title-emphasis {
    background: linear-gradient(100deg, var(--system-accent), #a78bfa 48%, var(--system-secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.system-hero-note {
    max-width: 48rem;
    margin: .75rem auto 0;
    color: #9daac0;
    font-size: clamp(.84rem, 1.6vw, 1rem);
    line-height: 1.65
}

.system-content {
    padding: clamp(.75rem, 2.6vw, 2rem) clamp(1rem, 3.4vw, 3.25rem) clamp(1.2rem, 3.4vw, 2.6rem)
}

.system-dashboard {
    display: grid;
    gap: 1rem
}

.system-column {
    display: grid;
    align-content: start;
    gap: 1rem
}

.system-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(71, 85, 105, .62);
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(13, 26, 46, .84), rgba(4, 12, 24, .88));
    box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 1rem 2.8rem rgba(0, 0, 0, .18)
}

.system-panel::before {
    position: absolute;
    top: 0;
    left: 1.2rem;
    right: 1.2rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--system-accent), transparent);
    opacity: .45;
    content: ""
}

.system-panel-body {
    padding: 1rem 1.15rem 1.15rem
}

.system-panel-title {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin: 0;
    color: var(--system-accent);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.system-panel-title svg {
    width: 1.15rem;
    height: 1.15rem;
    flex: none
}

.system-panel-subtitle {
    margin: .45rem 0 0;
    color: #718097;
    font-size: .75rem;
    line-height: 1.5
}

.system-video {
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(56, 189, 248, .2);
    border-bottom: 1px solid rgba(56, 189, 248, .2);
    background: #000;
    box-shadow: 0 1.2rem 4rem rgba(0, 0, 0, .35)
}

.system-video video {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: contain
}

.system-video-poster {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #020712;
    object-fit: cover
}

.system-video-poster[hidden] {
    display: none
}

.system-video-controls {
    position: absolute;
    z-index: 2;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    display: flex;
    min-height: 3.15rem;
    align-items: center;
    gap: .55rem;
    border: 1px solid rgba(125, 211, 252, .24);
    border-radius: .8rem;
    background: linear-gradient(90deg, rgba(2, 6, 23, .94), rgba(8, 18, 34, .9));
    padding: .45rem .55rem;
    box-shadow: 0 .85rem 2.5rem rgba(0, 0, 0, .58);
    backdrop-filter: blur(16px)
}

.system-video-controls[hidden] {
    display: none
}

.system-video-control {
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    flex: none;
    place-items: center;
    border: 1px solid rgba(125, 211, 252, .25);
    border-radius: .58rem;
    background: rgba(14, 30, 52, .82);
    color: #e8f7ff;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease
}

.system-video-control:hover {
    border-color: var(--system-accent);
    background: var(--system-accent-soft);
    color: var(--system-accent)
}

.system-video-control:active {
    transform: scale(.94)
}

.system-video-control:focus-visible,
.system-video-progress:focus-visible {
    outline: 2px solid var(--system-accent);
    outline-offset: 2px
}

.system-video-time {
    min-width: 2.5rem;
    color: #dbeafe;
    font-size: .67rem;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
    text-align: center
}

.system-video-timeline {
    --video-progress: 0;
    --video-buffered: 0;
    position: relative;
    display: flex;
    height: 1.35rem;
    min-width: 3rem;
    flex: 1;
    align-items: center
}

.system-video-track {
    position: absolute;
    right: 0;
    left: 0;
    height: .38rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(100, 116, 139, .42);
    box-shadow: inset 0 0 0 1px rgba(226, 232, 240, .08);
    pointer-events: none
}

.system-video-buffered,
.system-video-played {
    position: absolute;
    inset: 0;
    transform: scaleX(var(--video-buffered));
    transform-origin: left center
}

.system-video-buffered {
    background: rgba(148, 196, 224, .48)
}

.system-video-played {
    transform: scaleX(var(--video-progress));
    background: linear-gradient(90deg, #38bdf8, var(--system-accent));
    box-shadow: 0 0 .8rem color-mix(in srgb, var(--system-accent) 60%, transparent)
}

.system-video-progress {
    position: relative;
    width: 100%;
    height: 1.35rem;
    min-width: 3rem;
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer
}

.system-video-progress::-webkit-slider-runnable-track {
    height: .38rem;
    border-radius: 999px;
    background: transparent
}

.system-video-progress::-webkit-slider-thumb {
    width: .92rem;
    height: .92rem;
    margin-top: -.27rem;
    appearance: none;
    border: 2px solid #06101e;
    border-radius: 50%;
    background: var(--system-accent);
    box-shadow: 0 0 1rem var(--system-accent)
}

.system-video-progress::-moz-range-track {
    height: .38rem;
    border: 0;
    border-radius: 999px;
    background: transparent
}

.system-video-progress::-moz-range-progress {
    background: transparent
}

.system-video-progress::-moz-range-thumb {
    width: .75rem;
    height: .75rem;
    border: 2px solid #06101e;
    border-radius: 50%;
    background: var(--system-accent);
    box-shadow: 0 0 1rem var(--system-accent)
}

.system-video-status {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(2, 6, 23, .96), rgba(15, 23, 42, .96));
    padding: 1.5rem;
    text-align: center
}

.system-video-status[hidden] {
    display: none
}

.system-video-status strong {
    display: block;
    color: #fda4af;
    font-size: .9rem
}

.system-video-status span {
    display: block;
    max-width: 31rem;
    margin: .55rem auto 0;
    color: #aab7cb;
    font-size: .76rem;
    line-height: 1.6
}

.system-media-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    padding: .85rem 1rem
}

.system-media-badge {
    display: inline-flex;
    min-height: 2.15rem;
    align-items: center;
    gap: .45rem;
    border: 1px solid rgba(71, 85, 105, .58);
    border-radius: .55rem;
    background: rgba(2, 6, 23, .68);
    padding: .45rem .65rem;
    color: #aab7cb;
    font-size: .64rem;
    font-weight: 800
}

.system-media-badge strong {
    color: var(--system-accent)
}

.system-video-controls {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(.75rem);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease
}

.system-video.is-controls-visible .system-video-controls,
.system-video.is-paused .system-video-controls,
.system-video.is-keyboard-active .system-video-controls,
.system-video.is-interacting .system-video-controls {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none
}

.system-video.is-playing:not(.is-controls-visible):not(.is-keyboard-active):not(.is-interacting) {
    cursor: none
}

.system-video-volume {
    width: 4.2rem;
    height: .9rem;
    flex: none;
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer
}

.system-video-volume::-webkit-slider-runnable-track {
    height: .28rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--system-accent) 0 var(--video-volume, 100%), rgba(100, 116, 139, .5) var(--video-volume, 100%) 100%)
}

.system-video-volume::-webkit-slider-thumb {
    width: .75rem;
    height: .75rem;
    margin-top: -.235rem;
    appearance: none;
    border: 2px solid #06101e;
    border-radius: 50%;
    background: #dbeafe
}

.system-video-volume::-moz-range-track {
    height: .28rem;
    border: 0;
    border-radius: 999px;
    background: rgba(100, 116, 139, .5)
}

.system-video-volume::-moz-range-progress {
    height: .28rem;
    border-radius: 999px;
    background: var(--system-accent)
}

.system-video-volume::-moz-range-thumb {
    width: .65rem;
    height: .65rem;
    border: 2px solid #06101e;
    border-radius: 50%;
    background: #dbeafe
}

.system-video-volume:focus-visible {
    outline: 2px solid var(--system-accent);
    outline-offset: 3px
}

.system-reveal {
    display: grid;
    min-height: 18rem;
    place-items: center;
    padding: 2rem;
    text-align: center
}

.system-reveal-icon {
    position: relative;
    display: grid;
    width: 6.2rem;
    height: 6.2rem;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--system-accent) 50%, transparent);
    border-radius: 50%;
    background: var(--system-accent-soft);
    color: var(--system-accent);
    box-shadow: 0 0 2.5rem var(--system-accent-soft)
}

.system-reveal-icon::before {
    position: absolute;
    inset: -.75rem;
    border: 1px dashed color-mix(in srgb, var(--system-accent) 34%, transparent);
    border-radius: 50%;
    content: "";
    animation: system-spin 18s linear infinite
}

.system-reveal-icon svg {
    width: 2.5rem;
    height: 2.5rem
}

.system-reveal h2 {
    margin: 1.25rem 0 0;
    font-size: 1.35rem
}

.system-reveal p {
    max-width: 30rem;
    margin: .65rem auto 0;
    color: #8b99ae;
    font-size: .85rem;
    line-height: 1.65
}

.system-copy-text {
    margin: .75rem 0 0;
    color: #b3bfd0;
    font-size: .91rem;
    line-height: 1.75
}

.system-schedule {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin: 1rem 0 0
}

.system-schedule div {
    border-left: 2px solid var(--system-accent);
    border-radius: .35rem;
    background: rgba(2, 6, 23, .55);
    padding: .75rem .85rem
}

.system-schedule dt {
    color: #718097;
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase
}

.system-schedule dd {
    margin: .3rem 0 0;
    color: #e2e8f0;
    font-size: .78rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums
}

.system-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .55rem;
    margin-top: 1rem
}

.system-time {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(71, 85, 105, .6);
    border-radius: .75rem;
    background: rgba(2, 8, 20, .82);
    padding: 1rem .35rem;
    text-align: center
}

.system-time:last-of-type {
    border-color: color-mix(in srgb, var(--system-secondary) 44%, transparent);
    background: rgba(244, 63, 94, .09)
}

.system-value {
    display: block;
    color: #fff;
    font-variant-numeric: tabular-nums;
    font-size: clamp(1.55rem, 4vw, 2.55rem);
    font-weight: 900;
    line-height: 1
}

.system-time:last-of-type .system-value {
    color: var(--system-secondary);
    text-shadow: 0 0 1.2rem rgba(244, 63, 94, .5)
}

.system-unit {
    display: block;
    margin-top: .55rem;
    color: #718097;
    font-size: .54rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase
}

.system-opening-date {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .18rem .7rem;
    margin: .25rem 0 0;
    border: 1px solid color-mix(in srgb, var(--system-accent) 24%, transparent);
    border-radius: .65rem;
    background: rgba(2, 8, 20, .55);
    padding: .65rem .75rem;
    text-align: left
}

.system-opening-date span {
    grid-row: 1/3;
    color: #718097;
    font-size: .56rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.system-opening-date time {
    color: #e2e8f0;
    font-size: .75rem;
    font-weight: 850;
    font-variant-numeric: tabular-nums
}

.system-opening-date small {
    color: var(--system-accent);
    font-size: .59rem;
    font-weight: 750
}

.system-opening {
    grid-column: 1/-1;
    margin: .1rem 0 0;
    text-align: center;
    color: #718097;
    font-size: .68rem;
    line-height: 1.5
}

.system-countdown[data-complete="true"] .system-time {
    border-color: color-mix(in srgb, var(--system-accent) 42%, transparent)
}

.system-transcript summary {
    display: flex;
    cursor: pointer;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    color: #eef4ff;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.system-transcript summary::-webkit-details-marker {
    display: none
}

.system-transcript summary::after {
    color: var(--system-accent);
    font-size: 1rem;
    content: "+"
}

.system-transcript[open] summary::after {
    content: "−"
}

.system-transcript summary:focus-visible {
    outline: 2px solid var(--system-accent);
    outline-offset: -4px
}

.system-transcript-copy {
    border-top: 1px solid rgba(71, 85, 105, .45);
    padding: 0 1.15rem 1.1rem
}

.system-transcript-copy p {
    margin: .9rem 0 0;
    color: #98a6ba;
    font-size: .82rem;
    line-height: 1.7
}

.system-transcript-copy .system-equivalent {
    color: #718097;
    font-style: italic
}

.system-checks {
    display: grid;
    gap: .6rem;
    margin: .9rem 0 0;
    padding: 0;
    list-style: none
}

.system-checks li {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #aab7ca;
    font-size: .78rem
}

.system-checks li::before {
    display: grid;
    width: 1rem;
    height: 1rem;
    flex: none;
    place-items: center;
    border: 1px solid rgba(52, 211, 153, .5);
    border-radius: 50%;
    color: #6ee7b7;
    font-size: .62rem;
    content: "✓"
}

.system-checks li:last-child::before {
    border-color: rgba(56, 189, 248, .5);
    color: var(--system-accent);
    content: "•";
    animation: system-pulse 1.5s ease-in-out infinite
}

.system-trust {
    display: grid;
    gap: .75rem;
    margin-top: 1rem;
    border: 1px solid rgba(71, 85, 105, .55);
    border-radius: 1rem;
    background: linear-gradient(90deg, rgba(244, 63, 94, .07), rgba(56, 189, 248, .06));
    padding: .9rem 1rem
}

.system-trust-item {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #91a0b5;
    font-size: .72rem
}

.system-trust-icon {
    display: grid;
    width: 2rem;
    height: 2rem;
    flex: none;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--system-accent) 35%, transparent);
    border-radius: .55rem;
    color: var(--system-accent)
}

.system-trust-icon svg {
    width: 1rem;
    height: 1rem
}

.system-trust-item strong {
    display: block;
    color: #e5edf9;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase
}

.system-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(71, 85, 105, .38);
    padding: 1rem clamp(1rem, 3.4vw, 3.25rem);
    color: #718097;
    font-size: .7rem
}

.system-brand {
    color: #f8fafc;
    font-weight: 950
}

.system-brand span {
    color: var(--system-secondary)
}

.system-session-access {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(9.5rem, 1fr);
    align-items: center;
    gap: .55rem
}

.system-session-link {
    display: inline-flex;
    min-height: 2.35rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(103, 181, 229, .48);
    border-radius: .5rem;
    padding: .55rem .85rem;
    background: rgba(8, 18, 33, .76);
    color: #a8ddff;
    cursor: pointer;
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .08em;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateY(.2rem);
    transition: opacity .2s ease, color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease
}

.system-session-link--panel {
    border-color: rgba(236, 72, 94, .44);
    color: #ff9baa
}

.system-session-link:hover,
.system-session-link:focus,
.system-session-link:focus-visible,
.system-session-link:active {
    border-color: var(--system-accent);
    background: rgba(103, 181, 229, .1);
    color: #e8f7ff;
    opacity: 1;
    outline: none;
    transform: translateY(0)
}

.system-session-link:focus-visible {
    box-shadow: 0 0 0 3px rgba(103, 181, 229, .2)
}

.system-session-link--panel:hover,
.system-session-link--panel:focus,
.system-session-link--panel:focus-visible,
.system-session-link--panel:active {
    border-color: var(--system-secondary);
    background: rgba(236, 72, 94, .1)
}

.system-service-state {
    display: inline-flex;
    min-height: 2.35rem;
    align-items: center;
    color: #718097;
    font-size: .67rem
}

@media (max-width: 34rem) {
    .system-session-access {
        width: 100%;
        grid-auto-columns: minmax(0, 1fr)
    }

    .system-session-link {
        min-width: 0
    }
}

.preview-toolbar {
    position: fixed;
    z-index: 20;
    top: .75rem;
    left: 50%;
    display: flex;
    width: min(calc(100% - 1.5rem), 92rem);
    transform: translateX(-50%);
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    border: 1px solid rgba(71, 85, 105, .68);
    border-radius: 1rem;
    background: rgba(3, 9, 20, .94);
    padding: .65rem .75rem .65rem 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .55);
    backdrop-filter: blur(18px)
}

.preview-toolbar p {
    margin: 0;
    color: #aab7ca;
    font-size: .72rem;
    font-weight: 800
}

.preview-actions {
    display: flex;
    gap: .55rem
}

.preview-action {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(100, 116, 139, .55);
    border-radius: .65rem;
    background: rgba(15, 23, 42, .6);
    padding: .6rem .9rem;
    color: #e2e8f0;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.preview-action:focus-visible {
    outline: 2px solid var(--system-accent);
    outline-offset: 3px
}

.preview-action-primary {
    border-color: #34d399;
    background: #34d399;
    color: #022c22
}

.is-preview .system-shell {
    padding-top: 6rem
}

@media(min-width:64rem) {
    .system-dashboard {
        grid-template-columns: minmax(0, 1.15fr) minmax(22rem, .85fr)
    }

    .system-dashboard.is-without-video>.system-column:first-child {
        grid-template-rows: minmax(18rem, 1fr) auto;
        align-content: stretch
    }

    .system-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media(max-width:47.99rem) {
    .system-shell {
        align-items: start
    }

    .system-card {
        border-radius: 1rem
    }

    .system-meta {
        align-items: flex-start
    }

    .system-brand-lockup {
        font-size: .9rem
    }

    .system-status-chip {
        max-width: 48%;
        text-align: left
    }

    .system-kicker::before,
    .system-kicker::after {
        width: 2.5rem
    }

    .system-hero {
        padding-top: 1.1rem
    }

    .system-title {
        font-size: clamp(2rem, 11vw, 3.15rem)
    }

    .system-countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .system-schedule {
        grid-template-columns: 1fr
    }

    .preview-toolbar {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin: .65rem;
        transform: none;
        align-items: stretch;
        flex-direction: column
    }

    .preview-actions {
        display: grid;
        grid-template-columns: 1fr 1.15fr
    }

    .is-preview .system-shell {
        padding-top: .25rem
    }

    .system-rail {
        display: none
    }
}

@media(max-width:35rem) {
    .system-video-controls {
        display: grid;
        grid-template-columns: auto auto auto auto minmax(2.75rem, 1fr) auto;
        gap: .3rem .38rem
    }

    .system-video-timeline {
        grid-row: 1;
        grid-column: 1/-1;
        width: 100%;
        min-width: 0
    }

    .system-video-controls [data-video-play],
    .system-video-controls [data-video-current],
    .system-video-controls [data-video-duration],
    .system-video-controls [data-video-mute],
    .system-video-controls [data-video-volume],
    .system-video-controls [data-video-fullscreen] {
        grid-row: 2
    }

    .system-video-volume {
        width: 100%;
        min-width: 2.75rem
    }

    .system-opening-date {
        grid-template-columns: 1fr;
        text-align: center
    }

    .system-opening-date span {
        grid-row: auto
    }
}

@media(max-width:25rem) {
    .system-video-controls {
        right: .35rem;
        bottom: .35rem;
        left: .35rem;
        min-height: 4.5rem;
        gap: .25rem .28rem;
        padding: .3rem
    }

    .system-video-control {
        width: 1.85rem;
        height: 1.85rem
    }

    .system-video-time {
        min-width: 1.8rem;
        font-size: .56rem
    }

    .system-video-volume {
        min-width: 2.25rem
    }
}

@media(prefers-reduced-motion:reduce) {

    .system-status-chip::before,
    .system-reveal-icon::before,
    .system-checks li:last-child::before {
        animation: none
    }
}

@keyframes system-pulse {
    50% {
        opacity: .35;
        transform: scale(.78)
    }
}

@keyframes system-spin {
    to {
        transform: rotate(360deg)
    }
}
