.colt-live-show {
    --live-bg: #05070b;
    --live-ink: #fff4d1;
    --live-muted: rgba(255, 244, 209, .68);
    --live-dim: rgba(255, 244, 209, .44);
    --live-mint: #86f7d4;
    --live-gold: #ffd36a;
    --live-pink: #ff6fae;
    --live-blue: #7cc8ff;
    --live-red: #ff7f70;
    --live-panel: rgba(6, 11, 17, .82);
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    margin-right: -50vw;
    margin-left: -50vw;
    right: 50%;
    left: 50%;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 14%, rgba(134, 247, 212, .18), transparent 26%),
        radial-gradient(circle at 78% 12%, rgba(255, 111, 174, .16), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(255, 211, 106, .14), transparent 34%),
        linear-gradient(135deg, #061019, #101122 52%, #05070b);
    color: var(--live-ink);
    font-family: Rubik, Arial, sans-serif;
    isolation: isolate;
}

.colt-live-show *,
.colt-live-show *::before,
.colt-live-show *::after {
    box-sizing: border-box;
}

.colt-live-show [hidden] {
    display: none !important;
}

.colt-live-show__noscript {
    position: relative;
    z-index: 80;
    padding: 16px;
    background: var(--live-red);
    color: #080a0f;
    font-weight: 900;
    text-align: center;
}

.colt-live-show__scanlines {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, transparent 58%, rgba(0, 0, 0, .4));
    background-size: 100% 4px, cover;
    mix-blend-mode: screen;
    opacity: .26;
}

.colt-live-show__shellbar {
    position: fixed;
    z-index: 55;
    top: 12px;
    left: 14px;
    right: 14px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 64px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 244, 209, .14);
    background: rgba(4, 7, 11, .76);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 70px rgba(0, 0, 0, .36), inset 0 0 34px rgba(134, 247, 212, .04);
}

.colt-live-show__brand {
    display: grid;
    width: 74px;
    height: 48px;
    place-items: center;
}

.colt-live-show__brand img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.colt-live-show__shell-title strong,
.colt-live-show__shell-title small {
    display: block;
}

.colt-live-show__shell-title strong {
    font-size: 17px;
    font-weight: 900;
}

.colt-live-show__shell-title small {
    color: var(--live-mint);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
}

.colt-live-show__stats {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.colt-live-show__stats span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 244, 209, .14);
    background: rgba(255, 255, 255, .055);
    color: var(--live-muted);
    font-size: 12px;
    font-weight: 800;
}

.colt-live-show__stats b {
    color: var(--live-gold);
    font-size: 14px;
}

.colt-live-show__entry {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
    gap: clamp(22px, 4vw, 70px);
    align-items: center;
    min-height: 100vh;
    padding: 110px clamp(18px, 4vw, 72px) 38px;
}

.colt-live-show__arcade {
    position: relative;
    min-height: min(660px, 72vh);
    border: 1px solid rgba(255, 244, 209, .16);
    background:
        linear-gradient(to bottom, rgba(255, 244, 209, .08), transparent 22%),
        radial-gradient(circle at 50% 84%, rgba(134, 247, 212, .25), transparent 23%),
        linear-gradient(90deg, rgba(255, 111, 174, .09), transparent 18%, transparent 80%, rgba(124, 200, 255, .1)),
        #071018;
    box-shadow: 0 34px 120px rgba(0, 0, 0, .5), inset 0 0 140px rgba(0, 0, 0, .44);
    overflow: hidden;
    image-rendering: pixelated;
}

.colt-live-show__arcade::before {
    content: "";
    position: absolute;
    inset: 16% 8% 13%;
    background:
        linear-gradient(rgba(255, 244, 209, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 244, 209, .055) 1px, transparent 1px);
    background-size: 46px 46px;
    transform: perspective(720px) rotateX(58deg);
    transform-origin: bottom;
}

.colt-live-show__arcade-wall {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 12%;
    height: 34%;
    border: 2px solid rgba(134, 247, 212, .34);
    background:
        linear-gradient(90deg, rgba(255, 211, 106, .09), transparent 18%, transparent 82%, rgba(255, 111, 174, .12)),
        rgba(4, 8, 13, .72);
    box-shadow: 0 0 42px rgba(134, 247, 212, .16), inset 0 0 60px rgba(0, 0, 0, .4);
}

.colt-live-show__arcade-wall span {
    position: absolute;
    top: 18%;
    width: 16%;
    height: 8px;
    background: var(--live-mint);
    box-shadow: 0 0 24px currentColor;
}

.colt-live-show__arcade-wall span:nth-child(1) { right: 12%; color: var(--live-mint); }
.colt-live-show__arcade-wall span:nth-child(2) { left: 12%; top: 38%; color: var(--live-pink); }
.colt-live-show__arcade-wall span:nth-child(3) { left: 40%; top: 65%; color: var(--live-gold); }

.colt-live-show__arcade-floor {
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 0;
    height: 58%;
    background:
        linear-gradient(rgba(255, 244, 209, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 244, 209, .06) 1px, transparent 1px),
        linear-gradient(to bottom, transparent, rgba(134, 247, 212, .08));
    background-size: 58px 58px, 58px 58px, cover;
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}

.colt-live-show__arcade-table {
    position: absolute;
    width: 25%;
    min-width: 160px;
    height: 118px;
    border: 4px solid var(--live-mint);
    background: rgba(5, 8, 12, .86);
    box-shadow: 0 22px 0 rgba(0, 0, 0, .36), 0 0 34px rgba(134, 247, 212, .26);
}

.colt-live-show__arcade-table::before {
    content: "VENDOR";
    position: absolute;
    right: 14px;
    top: 12px;
    color: var(--live-ink);
    font-size: 18px;
    font-weight: 900;
}

.colt-live-show__arcade-table i {
    position: absolute;
    bottom: 18px;
    width: 30px;
    height: 42px;
    border: 2px solid rgba(255, 244, 209, .34);
    background: linear-gradient(135deg, rgba(134, 247, 212, .7), rgba(255, 111, 174, .6));
}

.colt-live-show__arcade-table i:nth-child(1) { right: 14px; }
.colt-live-show__arcade-table i:nth-child(2) { right: 52px; }
.colt-live-show__arcade-table i:nth-child(3) { right: 90px; }

.colt-live-show__arcade-table--a {
    right: 9%;
    bottom: 18%;
}

.colt-live-show__arcade-table--b {
    left: 10%;
    bottom: 27%;
    border-color: var(--live-pink);
    box-shadow: 0 22px 0 rgba(0, 0, 0, .36), 0 0 34px rgba(255, 111, 174, .26);
    transform: scale(.86);
}

.colt-live-show__arcade-card {
    position: absolute;
    width: 58px;
    height: 82px;
    border: 4px solid rgba(255, 244, 209, .78);
    background:
        radial-gradient(circle at 68% 22%, rgba(255, 244, 209, .86), transparent 16%),
        linear-gradient(135deg, rgba(134, 247, 212, .78), rgba(255, 111, 174, .7));
    box-shadow: 0 14px 30px rgba(0, 0, 0, .32);
    animation: coltLiveFloat 4s ease-in-out infinite;
}

.colt-live-show__arcade-card--one { right: 20%; top: 13%; transform: rotate(8deg); }
.colt-live-show__arcade-card--two { left: 20%; top: 22%; transform: rotate(-10deg); animation-delay: -1.3s; }
.colt-live-show__arcade-card--three { left: 46%; bottom: 28%; transform: rotate(5deg); animation-delay: -2s; }

.colt-live-show__arcade-bot,
.colt-live-show__role-sprite,
.colt-live-show__sprite-body {
    position: relative;
    width: 42px;
    height: 50px;
    border: 3px solid #02050a;
    background: var(--sprite-color, var(--live-mint));
    box-shadow: inset 0 -11px 0 rgba(0, 0, 0, .12);
}

.colt-live-show__arcade-bot {
    position: absolute;
    animation: coltLiveBob 2.6s ease-in-out infinite;
}

.colt-live-show__arcade-bot::before,
.colt-live-show__role-sprite::before,
.colt-live-show__sprite-body::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    width: 23px;
    height: 14px;
    background: #04070c;
    box-shadow: inset 11px 0 0 rgba(255, 255, 255, .09);
}

.colt-live-show__arcade-bot::after,
.colt-live-show__role-sprite::after,
.colt-live-show__sprite-body::after {
    content: "";
    position: absolute;
    left: 9px;
    bottom: -12px;
    width: 7px;
    height: 11px;
    background: #04070c;
    box-shadow: 15px 0 0 #04070c;
}

.colt-live-show__arcade-bot--one { right: 24%; bottom: 20%; --sprite-color: var(--live-mint); }
.colt-live-show__arcade-bot--two { left: 28%; bottom: 26%; --sprite-color: var(--live-gold); transform: scale(.82); animation-delay: -.8s; }
.colt-live-show__arcade-bot--three { right: 54%; bottom: 13%; --sprite-color: var(--live-pink); transform: scale(.96); animation-delay: -1.4s; }

.colt-live-show__arcade-sign {
    position: absolute;
    left: 50%;
    top: 28%;
    color: rgba(255, 244, 209, .12);
    font-size: clamp(42px, 6vw, 96px);
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.colt-live-show__entry-panel {
    position: relative;
    z-index: 2;
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid rgba(255, 244, 209, .16);
    background:
        linear-gradient(135deg, rgba(255, 244, 209, .08), transparent 40%),
        rgba(6, 11, 17, .84);
    backdrop-filter: blur(20px);
    box-shadow: 0 34px 100px rgba(0, 0, 0, .42), inset 0 0 80px rgba(134, 247, 212, .06);
}

.colt-live-show__kicker {
    margin: 0 0 8px;
    color: var(--live-mint);
    font-size: 12px;
    font-weight: 900;
}

.colt-live-show h1,
.colt-live-show h2 {
    margin: 0;
    color: var(--live-ink);
    font-weight: 900;
    letter-spacing: 0;
}

.colt-live-show__entry-panel h1 {
    font-size: clamp(42px, 6vw, 82px);
    line-height: .92;
}

.colt-live-show__entry-panel p {
    margin: 14px 0 0;
    color: var(--live-muted);
    font-size: 17px;
    line-height: 1.65;
}

.colt-live-show__entry-error {
    display: none;
    margin-top: 14px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 127, 112, .55);
    background: rgba(255, 127, 112, .12);
    color: #ffd0c9;
    font-size: 13px;
    font-weight: 800;
}

.colt-live-show__entry-error.is-visible {
    display: block;
}

.colt-live-show__role-picker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.colt-live-show button {
    border: 0;
    border-radius: 0;
    font: inherit;
    cursor: pointer;
}

.colt-live-show__role {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 126px;
    padding: 14px;
    border: 1px solid rgba(255, 244, 209, .14);
    background: rgba(255, 255, 255, .045);
    color: var(--live-ink);
    text-align: right;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.colt-live-show__role:hover,
.colt-live-show__role.is-active {
    transform: translateY(-2px);
    border-color: rgba(134, 247, 212, .78);
    background: linear-gradient(135deg, rgba(134, 247, 212, .18), rgba(255, 211, 106, .06));
}

.colt-live-show__role strong,
.colt-live-show__role small {
    display: block;
}

.colt-live-show__role strong {
    font-size: 16px;
    font-weight: 900;
}

.colt-live-show__role small {
    margin-top: 6px;
    color: var(--live-muted);
    font-size: 12px;
    line-height: 1.35;
}

.colt-live-show__role.is-active .colt-live-show__role-sprite {
    --sprite-color: var(--live-mint);
    box-shadow: 0 0 26px rgba(134, 247, 212, .38), inset 0 -11px 0 rgba(0, 0, 0, .12);
}

.colt-live-show__entry-fields {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.colt-live-show label {
    display: grid;
    gap: 7px;
    color: var(--live-muted);
    font-size: 13px;
    font-weight: 800;
}

.colt-live-show input,
.colt-live-show textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(255, 244, 209, .18);
    border-radius: 0;
    background: rgba(255, 255, 255, .075);
    color: var(--live-ink);
    padding: 11px 12px;
    font: inherit;
    outline: none;
}

.colt-live-show input:focus,
.colt-live-show textarea:focus {
    border-color: rgba(134, 247, 212, .7);
    box-shadow: 0 0 0 3px rgba(134, 247, 212, .12);
}

.colt-live-show__vendor-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.colt-live-show__color-palette {
    display: flex;
    gap: 7px;
    padding-bottom: 2px;
}

.colt-live-show__color-palette button {
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 244, 209, .18);
    background: var(--swatch);
    box-shadow: inset 0 -10px 0 rgba(0, 0, 0, .16);
}

.colt-live-show__color-palette button.is-active {
    border-color: var(--live-ink);
    outline: 3px solid rgba(255, 244, 209, .18);
}

.colt-live-show__start {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    margin-top: 18px;
    overflow: hidden;
    background: linear-gradient(90deg, var(--live-gold), var(--live-mint));
    color: #06080d;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 14px 0 rgba(0, 0, 0, .22), 0 0 34px rgba(255, 211, 106, .24);
}

.colt-live-show__start i {
    width: 18px;
    height: 18px;
    border-top: 4px solid currentColor;
    border-left: 4px solid currentColor;
    transform: rotate(-45deg);
}

.colt-live-show__start:disabled {
    opacity: .68;
    cursor: wait;
}

.colt-live-show__game {
    position: relative;
    z-index: 4;
    height: 100vh;
    padding-top: 80px;
}

.colt-live-show__viewport {
    position: absolute;
    inset: 80px 0 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(134, 247, 212, .16), transparent 32%),
        linear-gradient(135deg, #08121b, #111424 58%, #06080d);
    cursor: crosshair;
}

.colt-live-show__world {
    position: absolute;
    width: 3200px;
    height: 1760px;
    transform-origin: 0 0;
    image-rendering: pixelated;
}

.colt-live-show__floor {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 244, 209, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 244, 209, .045) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(255, 211, 106, .1), transparent 30%),
        linear-gradient(135deg, #0b1620, #111629 55%, #070a10);
    background-size: 80px 80px, 80px 80px, cover, cover;
}

.colt-live-show__floor::after {
    content: "";
    position: absolute;
    inset: 210px 430px;
    border: 2px dashed rgba(255, 244, 209, .13);
    background:
        repeating-linear-gradient(45deg, rgba(255, 255, 255, .032) 0 12px, transparent 12px 30px),
        rgba(0, 0, 0, .12);
}

.colt-live-show__aisle {
    position: absolute;
    left: 520px;
    top: 430px;
    width: 2160px;
    height: 900px;
    display: grid;
    place-items: center;
    pointer-events: none;
}

.colt-live-show__aisle span {
    color: rgba(255, 244, 209, .06);
    font-size: 116px;
    font-weight: 900;
    white-space: nowrap;
}

.colt-live-show__layer,
.colt-live-show__fixture,
.colt-live-show__booth,
.colt-live-show__player,
.colt-live-show__npc {
    position: absolute;
}

.colt-live-show__layer {
    inset: 0;
    pointer-events: none;
}

.colt-live-show__fixture,
.colt-live-show__booth,
.colt-live-show__player,
.colt-live-show__npc {
    pointer-events: auto;
}

.colt-live-show__fixture {
    width: 260px;
    min-height: 136px;
    padding: 15px;
    border: 2px solid rgba(255, 244, 209, .16);
    background: rgba(4, 8, 13, .8);
    box-shadow: 0 22px 0 rgba(0, 0, 0, .28), 0 0 34px rgba(124, 200, 255, .12);
    transform: translate(-50%, -100%);
}

.colt-live-show__fixture strong,
.colt-live-show__fixture span {
    display: block;
}

.colt-live-show__fixture strong {
    color: var(--live-ink);
    font-size: 20px;
    font-weight: 900;
}

.colt-live-show__fixture span {
    margin-top: 4px;
    color: var(--live-muted);
    font-size: 12px;
    font-weight: 800;
}

.colt-live-show__fixture i {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    height: 28px;
    background: linear-gradient(90deg, var(--live-mint), var(--live-gold), var(--live-pink));
    opacity: .78;
}

.colt-live-show__fixture--packs { border-color: rgba(255, 211, 106, .35); }
.colt-live-show__fixture--vault { border-color: rgba(255, 111, 174, .35); }
.colt-live-show__fixture--trade { border-color: rgba(134, 247, 212, .35); }
.colt-live-show__fixture--stream { border-color: rgba(124, 200, 255, .35); }
.colt-live-show__fixture--mystery { border-color: rgba(183, 150, 255, .35); }

.colt-live-show__booth {
    width: 250px;
    min-height: 150px;
    padding: 15px;
    border: 4px solid var(--booth-color, var(--live-mint));
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 48%),
        rgba(4, 8, 13, .9);
    box-shadow: 0 26px 0 rgba(0, 0, 0, .32), 0 0 38px color-mix(in srgb, var(--booth-color, var(--live-mint)) 38%, transparent);
    transform: translate(-50%, -100%);
    transition: transform .16s ease, filter .16s ease;
}

.colt-live-show__booth.is-near {
    filter: brightness(1.16);
    transform: translate(-50%, -104%);
}

.colt-live-show__booth-back {
    position: absolute;
    left: 18px;
    right: 18px;
    top: -26px;
    height: 24px;
    background: var(--booth-color, var(--live-mint));
    opacity: .74;
}

.colt-live-show__booth strong,
.colt-live-show__booth span,
.colt-live-show__booth small {
    display: block;
}

.colt-live-show__booth strong {
    font-size: 20px;
    font-weight: 900;
}

.colt-live-show__booth span {
    margin-top: 7px;
    color: var(--live-muted);
    font-size: 12px;
    line-height: 1.38;
}

.colt-live-show__booth small {
    margin-top: 10px;
    color: #05070b;
    background: var(--booth-color, var(--live-mint));
    width: fit-content;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 900;
}

.colt-live-show__sprite {
    position: relative;
    display: grid;
    justify-items: center;
    width: 72px;
    transform: translate(-50%, -100%);
}

.colt-live-show__sprite-shadow {
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 58px;
    height: 18px;
    background: rgba(0, 0, 0, .36);
    filter: blur(2px);
    transform: translateX(-50%);
}

.colt-live-show__sprite-name {
    position: absolute;
    top: -32px;
    left: 50%;
    max-width: 142px;
    overflow: hidden;
    padding: 4px 8px;
    background: rgba(4, 7, 11, .84);
    color: var(--live-ink);
    font-size: 11px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translateX(-50%);
}

.colt-live-show__sprite-body {
    width: 42px;
    height: 52px;
    animation: coltSpriteStep 1s steps(2) infinite;
}

.colt-live-show__sprite-body i {
    position: absolute;
    left: -9px;
    top: 21px;
    width: 8px;
    height: 18px;
    background: var(--sprite-color, var(--live-mint));
    box-shadow: 52px 0 0 var(--sprite-color, var(--live-mint));
}

.colt-live-show__sprite.is-local .colt-live-show__sprite-body {
    outline: 3px solid rgba(255, 211, 106, .78);
    box-shadow: 0 0 34px rgba(255, 211, 106, .36), inset 0 -11px 0 rgba(0, 0, 0, .12);
}

.colt-live-show__npc {
    padding: 0;
    background: transparent;
    color: inherit;
    animation: coltNpcDrift 3.4s ease-in-out infinite;
}

.colt-live-show__npc-bubble {
    position: absolute;
    bottom: 74px;
    left: 50%;
    width: 210px;
    padding: 10px;
    border: 1px solid rgba(255, 244, 209, .18);
    background: rgba(4, 7, 11, .9);
    color: var(--live-muted);
    font-size: 12px;
    line-height: 1.38;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(10px);
    transition: opacity .18s ease, transform .18s ease;
}

.colt-live-show__npc:hover .colt-live-show__npc-bubble,
.colt-live-show__npc.is-speaking .colt-live-show__npc-bubble {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.colt-live-show__hud {
    position: fixed;
    z-index: 42;
    right: 16px;
    bottom: 16px;
    display: grid;
    gap: 10px;
    width: min(360px, calc(100vw - 32px));
}

.colt-live-show__panel,
.colt-live-show__notice,
.colt-live-show__chat,
.colt-live-show__modal {
    border: 1px solid rgba(255, 244, 209, .16);
    background: rgba(4, 7, 11, .84);
    color: var(--live-ink);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 80px rgba(0, 0, 0, .36);
}

.colt-live-show__panel {
    padding: 13px;
}

.colt-live-show__panel strong,
.colt-live-show__panel small {
    display: block;
}

.colt-live-show__panel strong {
    font-weight: 900;
}

.colt-live-show__panel small {
    color: var(--live-mint);
    font-weight: 900;
}

.colt-live-show__panel p {
    margin: 8px 0 0;
    color: var(--live-muted);
    font-size: 12px;
    line-height: 1.42;
}

.colt-live-show__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.colt-live-show__actions button,
.colt-live-show__placement button,
.colt-live-show__modal button,
.colt-live-show__chat button {
    min-height: 42px;
    padding: 9px 10px;
    background: rgba(255, 255, 255, .08);
    color: var(--live-ink);
    font-weight: 900;
}

.colt-live-show__actions button:not(:disabled):first-child,
.colt-live-show__actions button:not(:disabled):last-child,
.colt-live-show__placement-confirm:not(:disabled),
.colt-live-show__editor > button,
.colt-live-show__chat-form button:not(:disabled) {
    background: var(--live-gold);
    color: #06080d;
}

.colt-live-show button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.colt-live-show__notice {
    min-height: 44px;
    padding: 10px 12px;
    color: var(--live-muted);
    font-size: 12px;
    line-height: 1.4;
}

.colt-live-show__mobile-controls {
    position: fixed;
    z-index: 43;
    left: 16px;
    bottom: 16px;
    display: none;
    grid-template-columns: repeat(3, 44px);
    grid-template-rows: repeat(3, 44px);
    gap: 4px;
}

.colt-live-show__mobile-controls button {
    min-height: 44px;
    padding: 0;
    background: rgba(255, 255, 255, .12);
    color: var(--live-ink);
    font-weight: 900;
}

.colt-live-show__mobile-controls [data-move="up"] { grid-column: 2; grid-row: 1; }
.colt-live-show__mobile-controls [data-move="left"] { grid-column: 1; grid-row: 2; }
.colt-live-show__mobile-controls [data-move="down"] { grid-column: 2; grid-row: 3; }
.colt-live-show__mobile-controls [data-move="right"] { grid-column: 3; grid-row: 2; }

.colt-live-show__placement {
    position: fixed;
    z-index: 80;
    inset: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 14px;
    padding: 20px;
    background:
        radial-gradient(circle at 50% 44%, rgba(134, 247, 212, .14), transparent 34%),
        rgba(3, 5, 8, .96);
}

.colt-live-show__placement-head {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: start;
}

.colt-live-show__placement-head h2 {
    font-size: clamp(30px, 4vw, 58px);
}

.colt-live-show__placement-head p {
    margin: 7px 0 0;
    color: var(--live-muted);
}

.colt-live-show__placement-map {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 244, 209, .16);
    background: #071018;
}

.colt-live-show__placement-world {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3200px;
    height: 1760px;
    background:
        linear-gradient(rgba(255, 244, 209, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 244, 209, .045) 1px, transparent 1px),
        linear-gradient(135deg, rgba(134, 247, 212, .1), rgba(255, 111, 174, .08));
    background-size: 160px 160px, 160px 160px, cover;
    transform: translate(-50%, -50%) scale(var(--placement-scale, .3));
    transform-origin: center;
}

.colt-live-show__placement-world::before {
    content: "";
    position: absolute;
    left: 430px;
    top: 430px;
    width: 2340px;
    height: 900px;
    border: 4px dashed rgba(255, 127, 112, .58);
    background: rgba(255, 127, 112, .14);
}

.colt-live-show__placement-core {
    position: absolute;
    left: 50%;
    top: 50%;
    color: rgba(255, 244, 209, .24);
    font-size: 116px;
    font-weight: 900;
    transform: translate(-50%, -50%);
}

.colt-live-show__placement-booth,
.colt-live-show__placement-cursor {
    position: absolute;
    width: 250px;
    height: 150px;
    border: 4px solid var(--live-red);
    background: rgba(255, 127, 112, .24);
    transform: translate(-50%, -50%);
}

.colt-live-show__placement-cursor {
    z-index: 4;
    pointer-events: none;
}

.colt-live-show__placement-cursor.is-valid {
    border-color: var(--live-mint);
    background: rgba(134, 247, 212, .24);
}

.colt-live-show__placement-confirm {
    justify-self: center;
    width: min(460px, 100%);
}

.colt-live-show__modal {
    width: min(700px, calc(100vw - 24px));
    max-height: min(780px, calc(100vh - 24px));
    overflow: auto;
    padding: 22px;
}

.colt-live-show__modal::backdrop {
    background: rgba(0, 0, 0, .74);
    backdrop-filter: blur(7px);
}

.colt-live-show__modal-close {
    float: left;
    min-width: 42px;
    padding: 0;
}

.colt-live-show__modal h2 {
    font-size: clamp(30px, 5vw, 58px);
}

.colt-live-show__booth-card {
    display: grid;
    gap: 13px;
}

.colt-live-show__booth-card h2 {
    color: var(--booth-color, var(--live-mint));
}

.colt-live-show__booth-card p {
    color: var(--live-muted);
}

.colt-live-show__booth-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.colt-live-show__booth-items article {
    min-height: 112px;
    padding: 12px;
    border: 1px solid rgba(255, 244, 209, .14);
    background: rgba(255, 255, 255, .055);
}

.colt-live-show__booth-items strong,
.colt-live-show__booth-items span,
.colt-live-show__booth-items small {
    display: block;
}

.colt-live-show__booth-items span {
    margin-top: 6px;
    color: var(--live-gold);
    font-weight: 900;
}

.colt-live-show__booth-items small {
    margin-top: 7px;
    color: var(--live-muted);
}

.colt-live-show__editor {
    display: grid;
    gap: 13px;
}

.colt-live-show__editor-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.colt-live-show__editor fieldset {
    display: grid;
    grid-template-columns: 1fr 92px;
    gap: 8px;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255, 244, 209, .14);
}

.colt-live-show__editor fieldset input:first-of-type,
.colt-live-show__editor fieldset input:last-of-type {
    grid-column: 1 / -1;
}

.colt-live-show__chat {
    position: fixed;
    z-index: 60;
    left: 16px;
    bottom: 16px;
    display: grid;
    grid-template-rows: auto auto minmax(140px, 1fr) auto;
    width: min(420px, calc(100vw - 32px));
    max-height: min(560px, calc(100vh - 110px));
}

.colt-live-show__chat header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 244, 209, .14);
}

.colt-live-show__chat header button {
    min-width: 36px;
    min-height: 36px;
    padding: 0;
}

.colt-live-show__chat-requests {
    display: grid;
    gap: 8px;
    padding: 8px 10px;
}

.colt-live-show__chat-request {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(255, 244, 209, .14);
    background: rgba(255, 211, 106, .08);
}

.colt-live-show__chat-request button {
    min-height: 32px;
}

.colt-live-show__chat-log {
    overflow: auto;
    display: grid;
    gap: 8px;
    align-content: start;
    padding: 10px;
}

.colt-live-show__chat-message {
    max-width: 86%;
    padding: 8px 10px;
    background: rgba(255, 255, 255, .08);
    color: var(--live-muted);
    font-size: 13px;
    line-height: 1.4;
}

.colt-live-show__chat-message.is-mine {
    justify-self: end;
    background: rgba(134, 247, 212, .18);
}

.colt-live-show__chat-message strong {
    display: block;
    margin-bottom: 3px;
    color: var(--live-mint);
    font-size: 11px;
}

.colt-live-show__chat-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 10px;
    border-top: 1px solid rgba(255, 244, 209, .14);
}

@keyframes coltLiveFloat {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -16px; }
}

@keyframes coltLiveBob {
    0%, 100% { margin-bottom: 0; }
    50% { margin-bottom: 8px; }
}

@keyframes coltSpriteStep {
    0%, 100% { margin-bottom: 0; }
    50% { margin-bottom: 4px; }
}

@keyframes coltNpcDrift {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -8px; }
}

@media (max-width: 1080px) {
    .colt-live-show__entry {
        grid-template-columns: 1fr;
    }

    .colt-live-show__arcade {
        min-height: 430px;
    }
}

@media (max-width: 820px) {
    .colt-live-show__shellbar {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .colt-live-show__stats {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    .colt-live-show__stats span {
        flex: 1;
        justify-content: center;
    }

    .colt-live-show__role-picker,
    .colt-live-show__vendor-fields,
    .colt-live-show__booth-items,
    .colt-live-show__editor-items {
        grid-template-columns: 1fr;
    }

    .colt-live-show__entry {
        padding-top: 150px;
    }

    .colt-live-show__hud {
        right: 10px;
        bottom: 80px;
        width: calc(100vw - 20px);
    }

    .colt-live-show__mobile-controls {
        display: grid;
    }
}

@media (max-width: 560px) {
    .colt-live-show__entry {
        padding-right: 12px;
        padding-left: 12px;
    }

    .colt-live-show__arcade {
        min-height: 330px;
    }

    .colt-live-show__actions,
    .colt-live-show__chat-form {
        grid-template-columns: 1fr;
    }

    .colt-live-show__placement {
        padding: 12px;
    }

    .colt-live-show__placement-head {
        display: grid;
    }
}
