:root {
    --arc-navy: #140f2e;
    --arc-ink: #05030f;
    --arc-pink: #ff2d78;
    --arc-yellow: #ffe14d;
    --arc-green: #3dff8c;
    --arc-panel: #241755;
    --arc-shell: #1c1244;
    --arc-glass: #0b081f;
    --arc-purple: #3d2f7a;
    --arc-dim: #9f96d8;
    --arc-text: #d9d4f2;
    --arc-px: "Press Start 2P", monospace;
    --arc-body: "VT323", "Courier New", monospace;
    --arc-cut: polygon(
        0 8px, 8px 8px, 8px 0,
        calc(100% - 8px) 0, calc(100% - 8px) 8px, 100% 8px,
        100% calc(100% - 8px), calc(100% - 8px) calc(100% - 8px),
        calc(100% - 8px) 100%,
        8px 100%, 8px calc(100% - 8px), 0 calc(100% - 8px)
    );
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: var(--arc-navy);
    color: var(--arc-text);
    font-family: var(--arc-body);
    font-size: 19px;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

button {
    font: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
    outline: 3px solid var(--arc-yellow);
    outline-offset: 2px;
}


.arc-crt-6cf021c7 {
    position: fixed;
    inset: 0;
    z-index: 60;
    pointer-events: none;
    background: repeating-linear-gradient(
        0deg,
        rgba(4, 2, 12, 0.3) 0px,
        rgba(4, 2, 12, 0.3) 1px,
        transparent 1px,
        transparent 3px
    );
    opacity: 0.4;
}


.arc-marquee-6cf021c7 {
    padding: 30px 14px 6px;
    text-align: center;
}

.arc-brand-box-6cf021c7 {
    display: inline-block;
    max-width: 100%;
    font-family: var(--arc-px);
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--arc-navy);
    background: var(--arc-yellow);
    border: 4px solid var(--arc-pink);
    padding: 16px 24px;
    clip-path: var(--arc-cut);
    overflow-wrap: break-word;
}

.arc-brand-box-6cf021c7 a {
    color: inherit;
    text-decoration: none;
}

.arc-coin-line-6cf021c7 {
    margin: 18px 0 0;
    font-family: var(--arc-px);
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--arc-green);
    animation: arcBlink 1.2s steps(2, start) infinite;
}

@keyframes arcBlink {
    0%,
    59% {
        opacity: 1;
    }
    60%,
    100% {
        opacity: 0;
    }
}


.arc-hall-6cf021c7 {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 24px 14px 44px;
    display: grid;
    gap: 32px;
}


.arc-cabinet-6cf021c7 {
    background: var(--arc-shell);
    border: 4px solid var(--arc-ink);
    box-shadow: 10px 10px 0 var(--arc-ink);
    padding: 16px;
    display: grid;
    gap: 16px;
}


.arc-hall-6cf021c7 > *,
.arc-cabinet-6cf021c7 > * {
    min-width: 0;
}

.arc-screen-6cf021c7 {
    position: relative;
    background: var(--arc-glass);
    border: 4px solid var(--arc-pink);
    min-height: 240px;
    overflow: hidden;
}

.arc-canvas-6cf021c7 {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 260px;
    image-rendering: pixelated;
}

.arc-readout-6cf021c7 {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--arc-px);
    font-size: 22px;
    color: var(--arc-yellow);
    text-shadow: 3px 3px 0 var(--arc-ink);
    pointer-events: none;
}

.arc-readout-live-6cf021c7 {
    color: var(--arc-green);
}

.arc-readout-bust-6cf021c7 {
    color: var(--arc-pink);
}

.arc-flash-6cf021c7 {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-family: var(--arc-px);
    font-size: 15px;
    line-height: 1.8;
    background: rgba(20, 15, 46, 0.62);
    text-shadow: 3px 3px 0 var(--arc-ink);
    pointer-events: none;
}

.arc-flash-win-6cf021c7 {
    display: flex;
    color: var(--arc-green);
}

.arc-flash-bust-6cf021c7 {
    display: flex;
    color: var(--arc-pink);
}

.arc-shake-6cf021c7 {
    animation: arcQuake 0.45s steps(2, end) 1;
}

@keyframes arcQuake {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-7px, 4px);
    }
    50% {
        transform: translate(6px, -5px);
    }
    75% {
        transform: translate(-4px, -3px);
    }
    100% {
        transform: translate(0, 0);
    }
}


.arc-history-6cf021c7 {
    list-style: none;
    margin: 0;
    padding: 2px;
    min-height: 40px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.arc-hist-6cf021c7 {
    flex-shrink: 0;
    font-family: var(--arc-px);
    font-size: 9px;
    padding: 9px 10px;
    background: var(--arc-glass);
    border: 3px solid var(--arc-purple);
    white-space: nowrap;
}

.arc-hist-win-6cf021c7 {
    color: var(--arc-green);
    border-color: var(--arc-green);
}

.arc-hist-bust-6cf021c7 {
    color: var(--arc-pink);
    border-color: var(--arc-pink);
}


.arc-panel-6cf021c7 {
    display: grid;
    gap: 14px;
    align-content: start;
    background: var(--arc-panel);
    border: 4px solid var(--arc-ink);
    box-shadow: 6px 6px 0 var(--arc-ink);
    padding: 14px;
}

.arc-panel-6cf021c7 > * {
    min-width: 0;
}

.arc-meter-6cf021c7 {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 3px dashed var(--arc-purple);
    padding: 10px 12px;
}

.arc-meter-label-6cf021c7 {
    font-family: var(--arc-px);
    font-size: 10px;
    color: var(--arc-green);
}

.arc-meter-value-6cf021c7 {
    flex: 1;
    text-align: right;
    font-family: var(--arc-px);
    font-size: 14px;
    color: var(--arc-yellow);
    overflow: hidden;
    text-overflow: ellipsis;
}

.arc-chip-btn-6cf021c7 {
    font-family: var(--arc-px);
    font-size: 10px;
    color: var(--arc-yellow);
    background: var(--arc-purple);
    border: 3px solid var(--arc-ink);
    box-shadow: 3px 3px 0 var(--arc-ink);
    padding: 10px 12px;
    cursor: pointer;
    text-transform: uppercase;
}

.arc-chip-btn-6cf021c7:hover {
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0 var(--arc-ink);
}

.arc-chip-btn-6cf021c7:active {
    transform: translate(3px, 3px);
    box-shadow: 0 0 0 var(--arc-ink);
}

.arc-chip-btn-6cf021c7:disabled,
.arc-launch-6cf021c7:disabled {
    opacity: 0.45;
    cursor: default;
    transform: none;
}

.arc-bet-block-6cf021c7 {
    display: grid;
    gap: 10px;
}

.arc-bet-label-6cf021c7 {
    font-family: var(--arc-px);
    font-size: 10px;
    color: var(--arc-pink);
    letter-spacing: 1px;
}

.arc-bet-row-6cf021c7 {
    display: flex;
    gap: 8px;
}

.arc-bet-input-6cf021c7 {
    flex: 1;
    
    width: 0;
    min-width: 0;
    text-align: center;
    font-family: var(--arc-body);
    font-size: 26px;
    color: var(--arc-green);
    background: var(--arc-glass);
    border: 3px solid var(--arc-ink);
    padding: 4px 8px;
    appearance: textfield;
    -moz-appearance: textfield;
}

.arc-bet-input-6cf021c7::-webkit-outer-spin-button,
.arc-bet-input-6cf021c7::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.arc-presets-6cf021c7 {
    display: grid;
    
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.arc-preset-6cf021c7 {
    padding: 10px 4px;
}

.arc-launch-6cf021c7 {
    width: 100%;
    font-family: var(--arc-px);
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: var(--arc-pink);
    border: 4px solid var(--arc-ink);
    box-shadow: 5px 5px 0 var(--arc-ink);
    padding: 18px 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.arc-launch-6cf021c7:hover {
    transform: translate(2px, 2px);
    box-shadow: 3px 3px 0 var(--arc-ink);
}

.arc-launch-6cf021c7:active {
    transform: translate(5px, 5px);
    box-shadow: 0 0 0 var(--arc-ink);
}

.arc-launch-live-6cf021c7 {
    background: var(--arc-green);
    color: var(--arc-glass);
}

.arc-note-6cf021c7 {
    margin: 0;
    min-height: 1.4em;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--arc-dim);
}

.arc-sound-6cf021c7 {
    justify-self: start;
}

.arc-noscript-6cf021c7 {
    margin: 0;
    font-size: 19px;
    color: var(--arc-yellow);
    border: 3px dashed var(--arc-yellow);
    padding: 12px 14px;
}


.arc-hof-6cf021c7 {
    background: var(--arc-shell);
    border: 4px solid var(--arc-pink);
    box-shadow: 10px 10px 0 var(--arc-ink);
    padding: 18px 16px 20px;
}

.arc-hof-title-6cf021c7 {
    margin: 0 auto 18px;
    max-width: 100%;
    width: fit-content;
    font-family: var(--arc-px);
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
    color: var(--arc-navy);
    background: var(--arc-green);
    padding: 12px 20px;
    clip-path: var(--arc-cut);
}

.arc-scores-6cf021c7 {
    counter-reset: arcRank;
    display: grid;
    gap: 12px;
}

.arc-scores-6cf021c7:empty {
    display: none;
}

.arc-hof-6cf021c7:has(> .arc-scores-6cf021c7:empty) {
    display: none;
}

.arc-score-row-6cf021c7 {
    counter-increment: arcRank;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    background: var(--arc-glass);
    border: 3px solid var(--arc-purple);
    padding: 12px 14px;
}

.arc-score-row-6cf021c7::before {
    content: counter(arcRank, decimal-leading-zero);
    font-family: var(--arc-px);
    font-size: 13px;
    color: var(--arc-yellow);
    text-shadow: 2px 2px 0 var(--arc-ink);
}

.arc-score-logo-6cf021c7 {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border: 3px solid var(--arc-purple);
    background: var(--arc-shell);
    padding: 3px;
}

.arc-score-name-6cf021c7 {
    flex: 1 1 auto;
    min-width: 120px;
    font-family: var(--arc-px);
    font-size: 11px;
    line-height: 1.7;
    color: #fff;
    overflow-wrap: anywhere;
}

.arc-stars-6cf021c7 {
    display: inline-block;
    width: 100px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2010%208'%3E%3Cg%20fill='%23ffe14d'%3E%3Crect%20x='3'%20y='0'%20width='2'%20height='2'/%3E%3Crect%20x='0'%20y='2'%20width='8'%20height='2'/%3E%3Crect%20x='1'%20y='4'%20width='6'%20height='1'/%3E%3Crect%20x='2'%20y='5'%20width='4'%20height='1'/%3E%3Crect%20x='1'%20y='6'%20width='2'%20height='1'/%3E%3Crect%20x='5'%20y='6'%20width='2'%20height='1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px 16px;
    background-repeat: repeat-x;
    image-rendering: pixelated;
}

.arc-play-btn-6cf021c7 {
    margin-left: auto;
    display: inline-block;
    font-family: var(--arc-px);
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--arc-navy);
    background: var(--arc-yellow);
    border: 3px solid var(--arc-ink);
    box-shadow: 4px 4px 0 var(--arc-pink);
    padding: 11px 16px;
}

.arc-play-btn-6cf021c7:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 var(--arc-pink);
}

.arc-play-btn-6cf021c7:active {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 var(--arc-pink);
}


.arc-terminal-6cf021c7 {
    background: #0d0a22;
    border: 4px solid var(--arc-green);
    box-shadow: 10px 10px 0 var(--arc-ink);
    padding: 20px 18px 26px;
}

.arc-terminal-6cf021c7::before {
    content: "> FLIGHT.LOG-6cf021c7";
    display: block;
    font-family: var(--arc-px);
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--arc-green);
    border-bottom: 3px solid var(--arc-purple);
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.arc-story-6cf021c7 {
    margin: 0;
}

.arc-story-6cf021c7 h1 {
    margin: 0 0 20px;
    font-family: var(--arc-px);
    font-size: 16px;
    line-height: 1.8;
    color: var(--arc-yellow);
    text-shadow: 3px 3px 0 var(--arc-ink);
}

.arc-story-6cf021c7 h2 {
    margin: 32px 0 12px;
    font-family: var(--arc-px);
    font-size: 12px;
    line-height: 1.9;
    color: var(--arc-pink);
}

.arc-story-6cf021c7 h2::before {
    content: "\25B8 ";
    color: var(--arc-green);
}

.arc-story-6cf021c7 h3 {
    margin: 22px 0 8px;
    font-family: var(--arc-px);
    font-size: 10px;
    line-height: 1.9;
    color: var(--arc-green);
}

.arc-story-6cf021c7 p {
    margin: 0 0 14px;
    font-size: 20px;
}

.arc-story-6cf021c7 ul,
.arc-story-6cf021c7 ol {
    margin: 0 0 16px;
    padding-left: 24px;
    font-size: 20px;
}

.arc-story-6cf021c7 li {
    margin-bottom: 8px;
}

.arc-story-6cf021c7 li::marker {
    color: var(--arc-yellow);
}

.arc-story-6cf021c7 a {
    color: var(--arc-green);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.arc-story-6cf021c7 a:hover {
    color: var(--arc-yellow);
}

.arc-story-6cf021c7 strong {
    color: #fff;
}

.arc-stat-list-6cf021c7 {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    border: 3px solid var(--arc-purple);
}

.arc-stat-row-6cf021c7 {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    padding: 9px 12px;
    border-bottom: 3px solid var(--arc-purple);
}

.arc-stat-row-6cf021c7:last-child {
    border-bottom: none;
}

.arc-stat-label-6cf021c7 {
    flex-shrink: 0;
    color: var(--arc-green);
}

.arc-stat-value-6cf021c7 {
    text-align: right;
    color: #fff;
}

#arc-questions {
    border-top: 3px dashed var(--arc-purple);
    padding-top: 8px;
}


.arc-basement-6cf021c7 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 4px 14px 48px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.arc-age-tag-6cf021c7 {
    flex-shrink: 0;
    font-family: var(--arc-px);
    font-size: 12px;
    color: var(--arc-navy);
    background: var(--arc-yellow);
    border: 3px solid var(--arc-pink);
    padding: 9px 10px;
}

.arc-footer-note-6cf021c7 {
    margin: 0;
    font-size: 17px;
    color: var(--arc-dim);
}


@media (min-width: 800px) {
    .arc-brand-box-6cf021c7 {
        font-size: 16px;
    }

    .arc-canvas-6cf021c7 {
        height: 340px;
    }

    .arc-readout-6cf021c7 {
        font-size: 28px;
    }

    .arc-cabinet-6cf021c7 {
        grid-template-columns: minmax(0, 1fr) 300px;
        grid-template-areas:
            "screen panel"
            "history panel";
        align-items: start;
    }

    .arc-screen-6cf021c7 {
        grid-area: screen;
    }

    .arc-history-6cf021c7 {
        grid-area: history;
    }

    .arc-panel-6cf021c7 {
        grid-area: panel;
    }

    .arc-terminal-6cf021c7 {
        padding: 26px 30px 32px;
    }
}
