*{box-sizing:border-box}em{font-weight:700}body{margin:0;min-height:100vh;background:#050608;overflow-y:auto;overflow-x:hidden}body.is-display-route{overflow:hidden}.display{position:relative;isolation:isolate;overflow:hidden;min-height:100vh;padding:clamp(1.25rem,2vw,2.6rem);background:var(--background-fallback);color:var(--text-main);font-family:var(--font-body)}.display[data-theme=classic-neon]{--font-body: "Lato", sans-serif;--font-display-main: "Anton", sans-serif;--font-display-ui: "Righteous", sans-serif;--font-display-label: "Encode Sans Expanded", sans-serif;--background-fallback: radial-gradient(circle at 35% 18%, #2f3138 0%, #090a0d 58%, #040406 100%);--text-main: #ffffff;--headline-color: #ffe868;--headline-shadow: 0 0 14px rgba(255, 230, 112, .9), 0 0 48px rgba(255, 219, 102, .36);--social-text: #f2f2f2;--social-surface: linear-gradient(98deg, #525252, #a7a7a7);--queue-title: #fdfdfd;--queue-surface: linear-gradient(98deg, #606060, #aeaeae);--panel-radius: .75rem;--signup-title: #ff6262;--qr-glow: 0 0 22px rgba(255, 223, 122, .5);--metal-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -1px 0 rgba(0, 0, 0, .35)}.display[data-theme=sunset-poster]{--font-body: "Lato", sans-serif;--font-display-main: "Anton", sans-serif;--font-display-ui: "Righteous", sans-serif;--font-display-label: "Encode Sans Expanded", sans-serif;--background-fallback: linear-gradient(135deg, #2a1a16, #101820 65%);--text-main: #f2efe9;--headline-color: #ffcc6b;--headline-shadow: 0 0 20px rgba(255, 178, 82, .5);--social-text: #f7f2e8;--social-surface: linear-gradient(90deg, #5a2b22, #8f4f35);--queue-title: #fff4d6;--queue-surface: linear-gradient(90deg, #6a3f2e, #9d6d53);--panel-radius: .7rem;--signup-title: #ff8f5a;--qr-glow: 0 0 16px rgba(255, 188, 104, .42);--metal-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset 0 -1px 0 rgba(0, 0, 0, .25)}.display-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:var(--display-backdrop-image);background-size:cover;background-position:center center;background-repeat:no-repeat;filter:brightness(.92) contrast(1.14) saturate(.92)}.display-vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 50% 44%,#0000 0,#0000 34%,#0000005c 64%,#000000c7),radial-gradient(circle at 50% 50%,#0000 56%,#00000042);pointer-events:none}.display-content{position:relative;max-width:100%;min-height:100vh}.hero-panel{display:grid;gap:.62rem;max-width:min(96vw,1600px);margin:0 auto clamp(1.1rem,2vw,2rem)}.hero-performer{margin:0;font-family:var(--font-display-main);text-transform:uppercase;letter-spacing:.02em;line-height:1.03;color:var(--headline-color);text-shadow:var(--headline-shadow);font-size:clamp(2.8rem,10.4vw,11rem);transform-origin:center center;will-change:transform,opacity}.hero-performer.now-out-left{animation:nowOutLeft .32s cubic-bezier(.4,0,1,1) forwards}.hero-performer.now-in-fade{animation:nowInFade .42s cubic-bezier(.2,.8,.2,1) forwards}.hero-social{position:relative;justify-self:start;display:inline-block;margin:0;padding:.34rem 1.65rem .5rem;border-radius:.45rem;background:var(--social-surface);box-shadow:var(--metal-shadow);color:var(--social-text);font-family:var(--font-display-ui);font-size:clamp(1.1rem,2.55vw,2.85rem);text-transform:uppercase;min-width:min(42vw,600px);will-change:transform,opacity}.hero-social:empty{visibility:hidden}.hero-social.plate-anim-out{animation:socialOutLeft .26s cubic-bezier(.4,0,1,1) forwards}.hero-social.plate-anim-in{animation:socialInRight .42s cubic-bezier(.2,.8,.2,1) forwards}.content-grid{position:absolute;left:0;right:0;bottom:clamp(10vh,12vh,15vh);width:min(96vw,1600px);margin:0 auto;display:grid;grid-template-columns:1fr minmax(248px,32vw);gap:clamp(1.5rem,3.2vw,4.3rem);align-items:center}.content-grid.content-grid-signup-hidden{grid-template-columns:minmax(0,1fr)}.queue-panel{display:grid;gap:.95rem}.queue-title{margin:0;font-family:var(--font-display-ui);color:var(--queue-title);text-shadow:0 0 14px rgba(255,255,255,.28);font-size:clamp(1.85rem,4.35vw,4.45rem);text-transform:uppercase;will-change:transform,opacity}.queue-title.queue-title-anim-out{animation:queueOutLeft .26s cubic-bezier(.4,0,1,1) forwards}.queue-title.queue-title-anim-in{animation:queueInRight .42s cubic-bezier(.2,.8,.2,1) forwards}.queue-list{margin:0;padding:0;list-style:none;display:grid;gap:.85rem;max-width:min(100%,680px)}.queue-item{position:relative;margin:0;padding:.44rem 1.65rem .64rem;border-radius:.45rem;background:var(--queue-surface);box-shadow:var(--metal-shadow);font-family:var(--font-display-ui);font-size:clamp(1.42rem,2.92vw,3.2rem);text-transform:uppercase;max-width:min(100%,700px);will-change:transform,opacity}.queue-item-empty{visibility:hidden}.queue-item.queue-item-anim-out{animation:queueOutLeft .26s cubic-bezier(.4,0,1,1) forwards}.queue-item.queue-item-anim-in{animation:queueInRight .42s cubic-bezier(.2,.8,.2,1) forwards}.signup-panel{justify-self:end;display:grid;width:min(30vw,380px);grid-template-columns:1fr;grid-template-areas:"title" "qr";row-gap:.75rem;justify-items:center;text-align:center;align-items:start;transform:translateY(-20%);opacity:1;visibility:visible;transition:opacity 2.62s cubic-bezier(.2,.8,.2,1),visibility 0s linear 0s}.signup-panel.signup-panel-hidden{opacity:0;visibility:hidden;pointer-events:none;transition:opacity 2.2s cubic-bezier(.4,0,.9,1),visibility 0s linear 2.2s}.signup-title{grid-area:title;margin:0;font-family:var(--font-display-ui);color:var(--signup-title);font-size:clamp(1.35rem,2.5vw,2.8rem);line-height:.96;letter-spacing:.01em;text-transform:uppercase;justify-self:center;white-space:nowrap;text-shadow:0 0 8px rgba(255,90,99,.24),0 0 20px rgba(255,90,99,.16)}.signup-qr-link,.signup-qr-placeholder{grid-area:qr;justify-self:center;align-self:start;width:clamp(168px,17.5vw,280px);aspect-ratio:1 / 1;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at 28% 24%,#fff 0,#fff 30%,#f2f2f2 68%,#e8e8e8);box-shadow:0 0 0 4px #000000f2,var(--qr-glow);transform:translateY(10%)}.signup-qr-link{position:relative;isolation:isolate;overflow:hidden;border:0;padding:clamp(6px,.8vw,10px)}.signup-qr-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 18% 18%,rgba(255,221,110,.85),transparent 35%),radial-gradient(circle at 80% 26%,rgba(255,120,110,.35),transparent 44%),radial-gradient(circle at 70% 82%,rgba(96,145,255,.3),transparent 44%),conic-gradient(from 205deg,#f9f9f9,#f9f9f9 60deg,#e7e7e7 60deg,#e7e7e7 150deg,#f2f2f2 150deg,#f2f2f2 255deg,#ececec 255deg,#ececec 360deg);z-index:0}.signup-qr-image{position:relative;z-index:1;width:80%;height:80%;object-fit:contain;image-rendering:crisp-edges;image-rendering:pixelated;-webkit-mask-image:radial-gradient(circle,rgba(0,0,0,1) 74%,rgba(0,0,0,.92) 86%,rgba(0,0,0,.72) 93%,rgba(0,0,0,.4) 97%,transparent 100%);mask-image:radial-gradient(circle,rgba(0,0,0,1) 74%,rgba(0,0,0,.92) 86%,rgba(0,0,0,.72) 93%,rgba(0,0,0,.4) 97%,transparent 100%)}.hero-social:before,.hero-social:after,.queue-item:before,.queue-item:after{content:"";position:absolute;top:.38rem;width:.4rem;height:.4rem;border-radius:50%;background:#2f2f31;box-shadow:inset 0 1px #ffffff42,0 0 0 1px #0000007a}.hero-social:before,.queue-item:before{left:.38rem}.hero-social:after,.queue-item:after{right:.38rem}.signup-qr-placeholder{border:3px dashed rgba(255,255,255,.5);color:#fffc;font-family:var(--font-display-ui)}@media (max-width: 900px){.content-grid{position:static;width:auto;grid-template-columns:1fr;align-items:start;margin:1.2rem auto 2rem}.signup-panel{justify-self:start;width:100%;grid-template-columns:1fr;grid-template-areas:"title" "qr";justify-items:center;margin-top:.6rem}.signup-qr-link,.signup-qr-placeholder{justify-self:start;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.signup-panel,.signup-panel.signup-panel-hidden{transition:none}}@keyframes nowOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-44px)}}@keyframes nowInFade{0%{opacity:0;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes queueOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-34px)}}@keyframes queueInRight{0%{opacity:0;transform:translate(34px)}to{opacity:1;transform:translate(0)}}@keyframes socialOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-42px)}}@keyframes socialInRight{0%{opacity:0;transform:translate(42px)}to{opacity:1;transform:translate(0)}}.signup-screen{--admin-base-rgb: 12 13 16;--admin-surface-rgb: 29 32 38;--admin-surface-strong-rgb: 38 42 49;--admin-text-rgb: 236 239 232;--admin-secondary-rgb: 96 102 114;--admin-accent-rgb: 236 255 74;--admin-danger-rgb: 255 116 116;--admin-pattern-fill-rgb: 43 46 54;--admin-pattern-line-rgb: 67 73 86;min-height:100vh;background-color:rgb(var(--admin-base-rgb));background-image:linear-gradient(to right,rgb(255 255 255 / .06) 1px,transparent 1px),linear-gradient(to bottom,rgb(255 255 255 / .045) 1px,transparent 1px);background-size:56px 56px;background-position:0 0,0 0;background-repeat:repeat,repeat;background-attachment:fixed;color:rgb(var(--admin-text-rgb));display:grid;place-items:center;padding:1.5rem;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.signup-screen[data-ui-theme=sunset-poster]{--admin-base-rgb: 23 18 20;--admin-surface-rgb: 45 34 38;--admin-surface-strong-rgb: 58 44 49;--admin-text-rgb: 247 236 216;--admin-secondary-rgb: 195 112 86;--admin-accent-rgb: 246 188 94;--admin-danger-rgb: 255 126 122;--admin-pattern-fill-rgb: 90 58 64;--admin-pattern-line-rgb: 116 75 82}.signup-screen:before,.signup-screen:after{content:none}.signup-screen:before{content:none}.signup-screen:after{content:none}.signup-card{width:min(680px,100%);border:0;background:transparent;border-radius:1rem;box-shadow:none;padding:0;position:relative;z-index:1}.signup-confirmation-card{border:1px solid rgb(255 255 255 / .14);background:rgb(var(--admin-surface-strong-rgb) / .97);color:rgb(var(--admin-text-rgb));border-radius:1.05rem;padding:clamp(1.25rem,2.6vw,2.2rem);text-align:center;display:grid;gap:1rem;justify-items:center;box-shadow:0 1px #ffffff14 inset,0 20px 34px #00000057,0 10px rgb(var(--admin-base-rgb) / .24)}.signup-confirmation-card .signup-form-description{margin:0;max-width:48ch}.signup-confirmation-position{margin:-.2rem 0 0;color:rgb(var(--admin-text-rgb));font-weight:700;font-size:1.02rem}.signup-form-title{margin:0;font-family:Oswald,sans-serif;font-weight:600;letter-spacing:.01em;line-height:1.15;font-size:clamp(1.7rem,3.2vw,2.35rem)}.signup-form{display:grid;gap:1.15rem;margin-top:1.25rem}.signup-header-card{border:1px solid rgb(255 255 255 / .14);background:rgb(var(--admin-surface-strong-rgb) / .97);border-radius:1.05rem;padding:clamp(1.2rem,2.2vw,2rem);box-shadow:0 1px #ffffff14 inset,0 14px 24px #00000047,0 8px rgb(var(--admin-base-rgb) / .22)}.signup-form-description{margin:.7rem 0 0;font-family:Poppins,sans-serif;font-size:clamp(.98rem,1.7vw,1.12rem);line-height:1.45;color:rgb(var(--admin-text-rgb) / .92)}.question-card{border:1px solid rgb(255 255 255 / .14);background:rgb(var(--admin-surface-rgb) / .86);border-radius:.95rem;padding:1.2rem 1.25rem 1.35rem;margin:0;box-shadow:inset 0 1px #ffffff14}.field-label{font-family:Oswald,sans-serif;font-weight:500;letter-spacing:.01em;font-size:clamp(1.35rem,2.4vw,1.9rem);margin-top:0}.field-hint{margin:-.2rem 0 .2rem;color:rgb(var(--admin-text-rgb) / .82);font-family:Poppins,sans-serif;font-size:1rem;font-weight:500}.field-input{width:100%;border:1px solid rgb(255 255 255 / .28);border-top:0;border-left:0;border-right:0;background:transparent;color:rgb(var(--admin-text-rgb));border-radius:0;padding:.72rem .1rem;font-size:1rem;font-family:Poppins,sans-serif;font-weight:500}.field-input:focus{outline:none;border-bottom-color:rgb(var(--admin-accent-rgb) / .9)}.field-input-error{border-color:#ff6d6d}.field-group{margin:0;min-inline-size:0;padding:1.2rem 1.25rem 1.35rem}.field-group .field-label{margin:0 0 .65rem;padding:0;line-height:1.1}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.55rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:500;color:rgb(var(--admin-text-rgb))}.field-error{margin:.1rem 0 0;color:rgb(var(--admin-danger-rgb));font-size:.92rem}.submit-button{margin-top:0;border:0;border-radius:999px;background:rgb(var(--admin-accent-rgb) / .94);color:#141519;font-family:Poppins,sans-serif;font-weight:700;text-transform:none;letter-spacing:0;font-size:1.05rem;padding:.72rem 1.45rem;cursor:pointer;justify-self:start;box-shadow:0 8px 16px #0000004d}.submit-row{padding:0}.submit-button:disabled{opacity:.6;cursor:not-allowed}.submit-message{margin:.35rem 0 0;font-weight:700}.submit-message.success{color:rgb(var(--admin-text-rgb))}.submit-message.error{color:#ff9696}.admin-screen{--admin-accent-rgb: 255 232 104;--admin-accent: rgb(var(--admin-accent-rgb));--admin-accent-soft: rgb(var(--admin-accent-rgb) / .16);--admin-accent-mid: rgb(var(--admin-accent-rgb) / .35);--admin-accent-strong: rgb(var(--admin-accent-rgb) / .75);min-height:100vh;display:grid;place-items:center;padding:1.2rem;background:#0b1222;color:#f4f6f8;font-family:Poppins,sans-serif}.admin-portal-screen{display:block;place-items:initial;padding:0}.admin-login-card,.admin-portal-card{width:min(460px,100%);border:1px solid rgba(255,255,255,.16);background:#0d1321f2;border-radius:1rem;padding:1.25rem 1.2rem 1.35rem;box-shadow:0 14px 28px #0000004d,inset 0 1px #ffffff17}.admin-portal-wide{width:min(1160px,calc(100vw - 2rem))}.admin-loading-panel{min-height:220px;display:grid;place-items:center}.admin-loading-text{margin:0;font-size:1.04rem;color:#f4f6f8e6;animation:adminLoadingPulse 1.15s ease-in-out infinite alternate}.admin-title{margin:0;font-family:Oswald,sans-serif;font-size:clamp(1.7rem,4vw,2.2rem);line-height:1.05}.admin-copy{margin:.55rem 0 0;font-size:.98rem;color:#f4f6f8e6}.admin-form{margin-top:1rem;display:grid;gap:.5rem}.admin-label{margin-top:.45rem;font-size:.86rem;text-transform:uppercase;letter-spacing:.05em;color:#f4f6f8db}.admin-input{width:100%;border:1px solid rgba(255,255,255,.28);border-radius:.45rem;background:#ffffff0a;color:#f8f9fa;padding:.6rem .7rem;font-size:1rem}.admin-input:focus{outline:2px solid rgb(var(--admin-accent-rgb) / .68);outline-offset:1px}.admin-error{margin:.45rem 0 0;color:#ff8d8d;font-weight:600}.admin-submit,.admin-link,.admin-logout{border:0;border-radius:.35rem;padding:.65rem .9rem;font-family:Poppins,sans-serif;font-weight:700;font-size:.98rem;text-decoration:none;cursor:pointer}.admin-submit{margin-top:.65rem;background:rgb(var(--admin-accent-rgb) / .9);color:#181b22}.admin-submit:disabled{opacity:.68;cursor:not-allowed}.admin-link{display:inline-block;background:#ffffff14;color:#f4f6f8;text-align:center}.admin-logout{background:#ff78782e;color:#ffd0d0}.admin-table-wrap{margin-top:1rem;overflow-x:auto;border:1px solid rgba(255,255,255,.14);border-radius:.62rem;background:#ffffff08;box-shadow:inset 0 1px #ffffff0f}.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table th,.admin-table td{border-bottom:1px solid rgba(255,255,255,.1);text-align:left;padding:.58rem .62rem;font-size:.94rem;vertical-align:middle}.admin-table th{font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:#f4f6f8d6;background:#ffffff08}.admin-table th:nth-child(5),.admin-table td:nth-child(5){text-align:center}.admin-table tbody tr:hover{background:rgb(var(--admin-accent-rgb) / .08)}.admin-table tbody tr:last-child td{border-bottom:0}.admin-checkbox{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:1rem;height:1rem;margin:0;accent-color:rgb(var(--admin-accent-rgb));cursor:pointer}.admin-checkbox:focus-visible{outline:2px solid rgb(var(--admin-accent-rgb) / .72);outline-offset:2px}.admin-row-delete{border:0;border-radius:.3rem;padding:.38rem .56rem;background:#ff78782e;color:#ffd4d4;font-family:Poppins,sans-serif;font-weight:600;font-size:.84rem;cursor:pointer}.admin-row-delete:hover{background:#ff787847}.dragging-row{opacity:.5}.admin-draggable-row{cursor:grab}.admin-draggable-row:active{cursor:grabbing}.drag-handle{display:inline-block;color:#f4f6f8c7;font-size:.98rem;line-height:1;padding:0;border:0;background:transparent;pointer-events:none}.admin-draggable-row:hover .drag-handle{color:rgb(var(--admin-accent-rgb) / .92)}.admin-mobile-reorder-controls{display:none}.admin-mobile-reorder-button{border:1px solid rgba(255,255,255,.2);border-radius:.38rem;background:#ffffff14;color:rgb(var(--admin-text-rgb));font-family:Poppins,sans-serif;font-size:.75rem;font-weight:700;line-height:1;padding:.34rem .42rem}.admin-mobile-reorder-button:disabled{opacity:.45}.admin-table-footer{display:flex;align-items:flex-start;justify-content:flex-start;--admin-footer-button-width: 9.25rem;--admin-footer-button-height: 2.35rem;--admin-queue-dropdown-width: var(--admin-footer-button-width);--admin-footer-button-gap: .8rem;gap:.8rem;padding:.65rem 0 0;width:100%;position:relative}.admin-footer-inline-actions{display:inline-flex;gap:var(--admin-footer-button-gap)}.admin-delete-all{border:0;border-radius:.3rem;padding:.38rem .56rem;background:#ff78782e;color:#ffd4d4;font-family:Poppins,sans-serif;font-weight:600;font-size:.84rem;cursor:pointer;width:var(--admin-footer-button-width);margin-left:auto;white-space:nowrap;height:var(--admin-footer-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.1}.admin-delete-all:hover{background:#ff787847}.admin-temp-screen-toggle{border:0;border-radius:.35rem;padding:.5rem .75rem;color:#f4f6f8;font-family:Poppins,sans-serif;font-weight:700;font-size:.88rem;cursor:pointer;width:var(--admin-footer-button-width);white-space:nowrap;transition:background-color .14s ease,color .14s ease,opacity .14s ease;height:var(--admin-footer-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.1;box-sizing:border-box}.admin-queue-options-wrap{position:relative;z-index:40;display:inline-flex;align-items:center}.admin-queue-options-trigger{background:#37435bc7;color:#f4f6f8;box-shadow:inset 0 1px #ffffff1f,0 6px 14px #0000003d}.admin-queue-options-trigger:hover{border-color:#d9e5fc70;background:#4a5875d1}.admin-queue-options-trigger.is-open{border-color:#e6efff9e;background:#8495b7bd;color:#f4f6f8;box-shadow:0 0 0 1px #dfeaff3d,0 7px 16px #00000047}.admin-queue-options-dropdown{position:absolute;left:0;width:var(--admin-queue-dropdown-width);display:grid;gap:.5rem;padding:.45rem;border-radius:.48rem;border:1px solid rgba(178,198,230,.24);background:#0e1424f7;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 12px 24px #00000070,0 0 0 1px #dae7ff14 inset;pointer-events:none;opacity:0;transition:opacity .16s ease,transform .2s ease}.admin-queue-options-dropdown.is-below{top:calc(100% + .45rem);transform:translateY(-.32rem)}.admin-queue-options-dropdown.is-above{bottom:calc(100% + .45rem);transform:translateY(.32rem)}.admin-queue-options-dropdown.is-open{pointer-events:auto;opacity:1;transform:translateY(0)}.admin-queue-options-dropdown .admin-temp-screen-toggle{width:100%;justify-content:center;padding-inline:.72rem;text-align:center}.admin-queue-options-dropdown .admin-temp-screen-toggle.is-enabled,.admin-queue-options-dropdown .admin-temp-screen-toggle.is-disabled{height:var(--admin-footer-button-height);padding:.5rem .75rem;font-size:.88rem;white-space:nowrap}.admin-temp-screen-toggle.is-enabled,.admin-temp-screen-toggle.is-disabled{border-radius:.3rem;padding:.38rem .56rem;font-weight:600;font-size:.84rem}.admin-temp-screen-toggle.is-enabled{background:#64da834d;color:#d7ffe1}.admin-temp-screen-toggle.is-enabled:hover{background:#64da836b}.admin-temp-screen-toggle.is-disabled{background:#ff787833;color:#ffd4d4}.admin-temp-screen-toggle.is-disabled:hover{background:#ff78784d}.admin-temp-screen-toggle:disabled{opacity:.65;cursor:not-allowed}.admin-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#06080cb8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:1rem}.admin-overlay-card{width:min(560px,100%);border:1px solid rgb(255 255 255 / .16);background:rgb(var(--admin-surface-strong-rgb) / .98);border-radius:1rem;padding:1rem;display:grid;gap:.6rem;box-shadow:0 22px 36px #0000007a,inset 0 1px #ffffff1a}.admin-overlay-card-danger{width:min(460px,100%)}.admin-overlay-title{font-size:clamp(1.5rem,2.4vw,1.95rem)}.admin-overlay-copy{margin-top:.1rem;color:rgb(var(--admin-text-rgb) / .9);line-height:1.36}.admin-overlay-card .admin-label{margin-top:.35rem;color:rgb(var(--admin-text-rgb) / .86)}.admin-overlay-card .admin-input{border-color:#fff3;background:#ffffff0a}.admin-toggle-row{margin-top:.35rem;display:inline-flex;align-items:center;gap:.55rem;font-weight:700}.admin-overlay-actions{margin-top:.65rem;display:flex;justify-content:flex-end;gap:.55rem}.admin-overlay-button{min-width:86px;height:42px;border:0;border-radius:.52rem;padding:0 1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;transition:filter .12s ease,border-color .12s ease,background-color .12s ease}.admin-overlay-button-cancel{border:1px solid rgb(255 255 255 / .16);background:#ffffff1a;color:rgb(var(--admin-text-rgb))}.admin-overlay-button-save{border:1px solid rgb(var(--admin-accent-rgb) / .55);background:rgb(var(--admin-accent-rgb) / .94);color:#181b22}.admin-overlay-button-danger{border:1px solid rgb(var(--admin-danger-rgb) / .42);background:rgb(var(--admin-danger-rgb) / .22);color:#ffd7d7}.admin-overlay-button-danger:hover{background:rgb(var(--admin-danger-rgb) / .3)}.admin-overlay-button:disabled{opacity:.68;cursor:not-allowed}.admin-overlay-button:not(:disabled):hover{filter:brightness(1.06)}.admin-top-nav{position:fixed;top:0;left:0;right:0;z-index:30;border-bottom:1px solid rgba(255,255,255,.12);background:#080c16eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-top-nav-inner{width:min(1160px,calc(100vw - 2rem));margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0}.admin-portal-brand{display:grid;font-size:25px;gap:.05rem;font-size:.9rem}.admin-portal-brand strong{font-size:2rem;letter-spacing:.02em}.admin-portal-brand span{opacity:.8}.admin-nav-links{display:inline-flex;gap:.45rem}.admin-nav-menu-toggle{display:none;border:1px solid rgb(255 255 255 / .15);border-radius:.55rem;padding:.42rem .7rem;background:#ffffff1a;color:rgb(var(--admin-text-rgb));font-family:Poppins,sans-serif;font-size:.88rem;font-weight:700;line-height:1.1;cursor:pointer}.admin-nav-link{border-radius:.38rem;padding:.45rem .72rem;color:#f4f6f8e0;text-decoration:none;font-weight:600;font-size:.92rem;background:#ffffff0f}.admin-nav-link.active{background:rgb(var(--admin-accent-rgb) / .9);color:#181b22}.admin-page-content{width:min(1160px,calc(100vw - 2rem));margin:0 auto;padding-top:calc(var(--admin-top-nav-height, 72px) + .85rem);padding-bottom:6rem;position:relative;z-index:1}.admin-panel-page{display:grid;gap:1.05rem}.admin-section-hero{position:relative;margin-bottom:.1rem}.admin-tab-stage{position:relative;min-height:240px}.admin-tab-pane{width:100%}.admin-tab-pane.is-active{position:relative;z-index:1;opacity:1;visibility:visible;pointer-events:auto}.admin-tab-pane.is-hidden{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0;visibility:hidden;pointer-events:none}.admin-tab-pane.is-entering{animation:adminTabFadeIn .17s cubic-bezier(.2,.8,.2,1) both}.admin-tab-pane.is-leaving{position:absolute;top:0;left:0;right:0;z-index:2;opacity:1;visibility:visible;pointer-events:none;animation:adminTabFadeOut .17s cubic-bezier(.4,0,.9,1) both}.admin-bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:30;border-top:1px solid rgba(255,255,255,.12);background:#080c16f0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-bottom-bar-inner{width:min(1160px,calc(100vw - 2rem));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;padding:.72rem 0}.theme-grid{margin-top:1.15rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.9rem}.theme-card{border:1px solid rgba(255,255,255,.14);border-radius:.62rem;background:#ffffff08;box-shadow:inset 0 1px #ffffff0f;padding:.8rem;position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.theme-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--admin-accent-strong)}.theme-card:hover{transform:translateY(-2px);border-color:rgb(var(--admin-accent-rgb) / .26);box-shadow:inset 0 1px #ffffff0f,0 10px 24px #00000047}.theme-card-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.62rem}.theme-key{color:#cedcf6d1;font-size:.75rem;font-family:Fira Mono,monospace;letter-spacing:.02em}.theme-thumb{width:100%;aspect-ratio:16 / 9;border-radius:.45rem;border:1px solid rgba(255,255,255,.18)}.theme-card:nth-child(odd) .theme-thumb{border-radius:.52rem}.theme-card:nth-child(2n) .theme-thumb{border-radius:.4rem}.theme-thumb-classic-neon{background-image:url(/assets/themes/classic-neon-thumbnail.png);background-size:cover;background-position:center;background-repeat:no-repeat}.theme-thumb-sunset-poster{background-color:#3e2f29;background-image:repeating-linear-gradient(45deg,rgb(247 177 105 / .24) 0,rgb(247 177 105 / .24) 4px,transparent 4px,transparent 18px),repeating-linear-gradient(-45deg,rgb(89 53 68 / .44) 0,rgb(89 53 68 / .44) 4px,transparent 4px,transparent 22px)}.theme-name{margin:.58rem 0 0;font-size:1.05rem;font-family:Oswald,sans-serif;font-weight:500;letter-spacing:.02em}.theme-copy{margin:.42rem 0 0;font-size:.9rem;color:#f4f6f8db;line-height:1.35}.admin-guide-page{display:grid;gap:1rem}.admin-guide-hero{border:1px solid rgba(255,255,255,.12);border-radius:.62rem;padding:.95rem 1rem;background:#ffffff08}.admin-guide-subtitle{margin:.52rem 0 0;font-size:.98rem;color:#f4f6f8eb;max-width:80ch}.admin-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.admin-guide-section,.admin-guide-flow{border:1px solid rgba(255,255,255,.14);border-radius:.62rem;background:#ffffff08;box-shadow:inset 0 1px #ffffff0f;padding:.85rem .9rem}.admin-guide-section{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.admin-guide-section-wide{grid-column:1 / -1}.admin-guide-section:hover{transform:translateY(-2px);border-color:rgb(var(--admin-accent-rgb) / .26);box-shadow:inset 0 1px #ffffff0f,0 10px 24px #00000047}.admin-guide-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--admin-accent-strong)}.admin-guide-section-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.admin-guide-badge{display:inline-flex;align-items:center;border-radius:999px;background:var(--admin-accent-soft);color:var(--admin-accent);border:1px solid var(--admin-accent-mid);padding:.16rem .52rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.admin-guide-path{color:#cedcf6d1;font-size:.75rem;font-family:Fira Mono,monospace;letter-spacing:.02em}.admin-guide-title{margin:.58rem 0 0;font-family:Oswald,sans-serif;font-size:1.08rem;letter-spacing:.02em;line-height:1.15}.admin-guide-intro{margin:.48rem 0 0;font-size:.92rem;color:#f4f6f8e0}.admin-guide-list,.admin-guide-steps{margin:.7rem 0 0;padding-left:1.1rem;display:grid;gap:.36rem;color:#f4f6f8f0;font-size:.93rem;line-height:1.36}.admin-guide-flow{margin-top:.1rem}.admin-guide-steps{list-style:none;padding-left:0;gap:.5rem;counter-reset:guide-step}.admin-guide-steps li{counter-increment:guide-step;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.55rem;border:1px solid rgba(255,255,255,.08);border-radius:.45rem;background:#ffffff05;padding:.45rem .55rem}.admin-guide-steps li:before{content:counter(guide-step);width:1.3rem;height:1.3rem;border-radius:999px;display:inline-grid;place-items:center;background:var(--admin-accent-soft);border:1px solid var(--admin-accent-mid);color:var(--admin-accent);font-size:.74rem;font-weight:700;line-height:1}.drop-preview-row td{padding:0;border-bottom:0}.drop-preview-line{height:0;border-top:3px solid rgb(var(--admin-accent-rgb) / .9);box-shadow:0 0 10px rgb(var(--admin-accent-rgb) / .42);margin:.1rem 0}.admin-screen{--admin-base-rgb: 12 13 16;--admin-surface-rgb: 29 32 38;--admin-surface-strong-rgb: 38 42 49;--admin-text-rgb: 236 239 232;--admin-secondary-rgb: 96 102 114;--admin-accent-rgb: 236 255 74;--admin-danger-rgb: 255 118 118;--admin-toggle-on-rgb: 241 255 141;--admin-toggle-on-hover-rgb: 248 255 176;--admin-toggle-on-text-rgb: 37 40 23;--admin-toggle-off-rgb: 119 125 138;--admin-toggle-off-hover-rgb: 139 145 158;--admin-toggle-off-text-rgb: 240 242 245;--admin-pattern-fill-rgb: 43 46 54;--admin-pattern-line-rgb: 67 73 86;background-color:rgb(var(--admin-base-rgb));background-image:linear-gradient(to right,rgb(255 255 255 / .06) 1px,transparent 1px),linear-gradient(to bottom,rgb(255 255 255 / .045) 1px,transparent 1px);background-size:56px 56px;background-position:0 0,0 0;background-repeat:repeat,repeat;background-attachment:fixed;color:rgb(var(--admin-text-rgb));position:relative;overflow:hidden}.admin-screen:before,.admin-screen:after{content:none}.admin-screen:before{content:none}.admin-screen:after{content:none}.admin-screen[data-ui-theme=sunset-poster]{--admin-base-rgb: 23 18 20;--admin-surface-rgb: 45 34 38;--admin-surface-strong-rgb: 58 44 49;--admin-text-rgb: 247 236 216;--admin-secondary-rgb: 195 112 86;--admin-accent-rgb: 246 188 94;--admin-danger-rgb: 255 126 122;--admin-toggle-on-rgb: 116 226 142;--admin-toggle-on-hover-rgb: 136 236 160;--admin-toggle-on-text-rgb: 14 42 22;--admin-toggle-off-rgb: 220 104 104;--admin-toggle-off-hover-rgb: 234 122 122;--admin-toggle-off-text-rgb: 255 222 222;--admin-pattern-fill-rgb: 90 58 64;--admin-pattern-line-rgb: 116 75 82}.admin-portal-screen:before,.admin-portal-screen:after{content:none}.admin-portal-screen:before{content:none}.admin-portal-screen:after{content:none}.admin-top-nav,.admin-bottom-bar{background:rgb(var(--admin-base-rgb) / .94);border-color:#ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-nav-link{border-radius:.7rem;border:1px solid transparent;background:#ffffff14}.admin-nav-link:hover{border-color:rgb(var(--admin-accent-rgb) / .38)}.admin-nav-link.active{background:rgb(var(--admin-accent-rgb) / .94);border-color:rgb(var(--admin-accent-rgb) / .6);color:#141519}.admin-login-card,.admin-portal-card{border-radius:1.18rem;border-color:#ffffff24;background:rgb(var(--admin-surface-strong-rgb) / .96);color:rgb(var(--admin-text-rgb));box-shadow:0 1px #ffffff14 inset,0 20px 34px #00000057;position:relative;z-index:1}.admin-login-card .admin-title,.admin-portal-card .admin-title,.admin-login-card .admin-copy,.admin-portal-card .admin-copy,.admin-login-card .admin-guide-subtitle,.admin-portal-card .admin-guide-subtitle,.admin-login-card .admin-guide-intro,.admin-portal-card .admin-guide-intro,.admin-login-card .theme-copy,.admin-portal-card .theme-copy{color:rgb(var(--admin-text-rgb))}.admin-login-card .admin-error,.admin-portal-card .admin-error{color:rgb(var(--admin-danger-rgb))}.admin-guide-hero,.admin-section-hero,.admin-guide-section,.admin-guide-flow,.theme-card,.admin-table-wrap{background:rgb(var(--admin-surface-rgb) / .86);border-color:#ffffff24;box-shadow:inset 0 1px #ffffff14}.admin-guide-badge{background:rgb(var(--admin-accent-rgb) / .16);color:rgb(var(--admin-accent-rgb));border-color:rgb(var(--admin-accent-rgb) / .42)}.admin-guide-path,.theme-key,.admin-guide-tab-path{color:rgb(var(--admin-text-rgb) / .7);overflow-wrap:anywhere;word-break:break-word}.admin-table th,.admin-table td{border-bottom-color:#ffffff1f}.admin-table th{color:rgb(var(--admin-text-rgb) / .88);background:#ffffff0f}.admin-table tbody tr:hover{background:rgb(var(--admin-accent-rgb) / .12)}.admin-checkbox{accent-color:rgb(var(--admin-accent-rgb))}.admin-submit,.admin-overlay-button-save,.admin-queue-options-trigger.is-open{background:rgb(var(--admin-accent-rgb) / .94);color:#141519}.admin-submit:hover,.admin-overlay-button-save:hover{filter:brightness(1.03)}.admin-link{background:#ffffff1c;color:rgb(var(--admin-text-rgb));border:1px solid rgb(255 255 255 / .08)}.admin-link:hover{border-color:rgb(var(--admin-accent-rgb) / .35)}.admin-logout{background:rgb(var(--admin-danger-rgb) / .2);color:rgb(var(--admin-danger-rgb) / .96);border:1px solid rgb(var(--admin-danger-rgb) / .18)}.admin-temp-screen-toggle.is-enabled{background:rgb(var(--admin-accent-rgb) / .94);color:#141519}.admin-temp-screen-toggle.is-enabled:hover{background:rgb(var(--admin-toggle-on-hover-rgb) / .94);color:#141519}.admin-temp-screen-toggle.is-disabled{background:rgb(var(--admin-toggle-off-rgb) / .3);color:rgb(var(--admin-toggle-off-text-rgb))}.admin-temp-screen-toggle.is-disabled:hover{background:rgb(var(--admin-toggle-off-hover-rgb) / .42)}.admin-delete-all,.admin-row-delete{background:rgb(var(--admin-danger-rgb) / .2);color:#ffd6d6}.admin-row-delete:hover,.admin-delete-all:hover{background:rgb(var(--admin-danger-rgb) / .3)}.admin-queue-options-trigger{background:#ffffff1a;color:rgb(var(--admin-text-rgb));border:1px solid rgb(255 255 255 / .15);box-shadow:inset 0 1px #ffffff14,0 8px 16px #0003}.admin-queue-options-trigger:hover{background:#ffffff29;border-color:rgb(var(--admin-accent-rgb) / .36)}.admin-queue-options-trigger.is-open{border-color:rgb(var(--admin-accent-rgb) / .52);color:rgb(var(--admin-text-rgb))}.admin-queue-options-trigger.is-open:hover{color:rgb(var(--admin-text-rgb))}.admin-queue-options-dropdown{background:rgb(var(--admin-surface-rgb) / .96);border-color:#ffffff29;box-shadow:0 16px 24px rgb(var(--admin-base-rgb) / .5),inset 0 1px #ffffff14}.admin-guide-section:before,.theme-card:before{background:rgb(var(--admin-accent-rgb) / .72)}@media (max-width: 780px){.admin-top-nav-inner{position:relative;width:min(1160px,calc(100vw - 1rem));align-items:center;gap:.55rem;padding:.55rem 0}.admin-portal-brand{width:100%}.admin-portal-brand strong{font-size:1.45rem}.admin-portal-brand span{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.admin-nav-menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.admin-nav-links{display:none;position:absolute;top:calc(100% + .4rem);right:0;z-index:45;min-width:11.2rem;padding:.45rem;border-radius:.7rem;border:1px solid rgb(255 255 255 / .16);background:rgb(var(--admin-surface-rgb) / .97);box-shadow:0 14px 24px #00000057;flex-direction:column;gap:.32rem}.admin-nav-links.is-open{display:flex}.admin-nav-link{width:100%;text-align:left}.admin-page-content{width:min(1160px,calc(100vw - 1rem));padding-bottom:5.8rem}.admin-portal-card,.admin-login-card{padding:1rem .82rem 1.1rem}.admin-title{line-height:1.1}.admin-copy,.admin-guide-subtitle,.admin-guide-intro,.theme-copy,.admin-guide-list li,.admin-guide-steps li{overflow-wrap:anywhere;word-break:break-word}.admin-guide-section-head,.theme-card-top{align-items:flex-start;flex-wrap:wrap}.admin-guide-grid,.admin-guide-tab-grid{grid-template-columns:1fr}.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{min-width:680px;border-collapse:collapse}.admin-table th,.admin-table td{font-size:.82rem;padding:.42rem .48rem}.admin-table td:nth-child(2),.admin-table td:nth-child(3),.admin-table td:nth-child(4){max-width:12rem}.admin-mobile-clamp{line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.admin-table td[data-label=Gone] .admin-checkbox{width:.95rem;height:.95rem}.admin-table td[data-label=Delete] .admin-row-delete{width:auto;white-space:nowrap;padding:.32rem .48rem;font-size:.76rem}.admin-draggable-row{cursor:default}.admin-table td[data-label=Reorder] .drag-handle{display:none}.admin-mobile-reorder-controls{display:inline-flex;align-items:center;gap:.4rem}.drop-preview-row{display:none}.admin-table-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.52rem;--admin-footer-button-width: auto;--admin-queue-dropdown-width: min(100%, 16rem)}.admin-queue-options-wrap{width:100%}.admin-footer-inline-actions{display:contents}.admin-temp-screen-toggle,.admin-delete-all{width:100%;margin-left:0;font-size:.8rem;padding:.45rem .5rem;min-width:0}.admin-bottom-bar-inner{width:min(1160px,calc(100vw - 1rem));grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.admin-link,.admin-logout{padding:.55rem .45rem;font-size:.82rem;line-height:1.2}.admin-bottom-bar-inner{align-items:stretch}}.admin-guide-list-compact{margin-top:.52rem;gap:.3rem;font-size:.9rem}.admin-guide-tab-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.admin-guide-tab-card{border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#ffffff05;padding:.64rem .68rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.admin-guide-tab-card:hover{transform:translateY(-2px);border-color:rgb(var(--admin-accent-rgb) / .26);box-shadow:inset 0 1px #ffffff0f,0 10px 24px #00000047}.admin-guide-tab-title{margin:0;font-family:Oswald,sans-serif;font-size:.98rem;letter-spacing:.02em}.admin-guide-tab-path{margin:.35rem 0 0;color:#cedcf6d1;font-size:.74rem;font-family:Fira Mono,monospace;letter-spacing:.02em}@media (min-width: 781px) and (max-width: 1080px){.admin-guide-grid,.admin-guide-tab-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes adminTabFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes adminTabFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes adminLoadingPulse{0%{opacity:.66}to{opacity:1}}
