@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--surface-lowest: #000000;--surface: #0e0e0f;--surface-container-low: #1a191b;--surface-container: #1c1b1d;--surface-container-high: #201f21;--surface-container-highest: #2a292b;--surface-bright: #2f2e30;--surface-variant: #49454f;--primary: #ca98ff;--primary-dim: #9c42f4;--on-primary-fixed: #000000;--secondary: #00fbfb;--secondary-container: rgba(0, 251, 251, .2);--tertiary: #ff8b9a;--on-surface: #ffffff;--on-surface-variant: #b8b5b6;--text-muted: #71717a;--outline-variant: rgba(255, 255, 255, .15);--bg-base: var(--surface);--bg-surface: var(--surface-container-low);--bg-card: rgba(32, 31, 33, .6);--bg-card-hover: var(--surface-bright);--accent-primary: var(--secondary);--accent-secondary: var(--primary);--accent-success: #10b981;--accent-danger: #ea2b4f;--text-primary: var(--on-surface);--text-secondary: var(--on-surface-variant);--border-light: var(--outline-variant);--border-focus: rgba(0, 251, 251, .5);--border: var(--outline-variant);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .6);--shadow-neon: 0px 20px 40px rgba(0, 0, 0, .8), 0px 0px 15px rgba(138, 43, 226, .15);--glow-primary: 0 0 20px rgba(202, 152, 255, .35);--glow-secondary: 0 0 15px rgba(0, 251, 251, .3);--glow-success: 0 0 15px rgba(16, 185, 129, .4);--transition-fast: .15s ease-out;--transition-normal: .25s cubic-bezier(.4, 0, .2, 1);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem}:root.high-contrast{--surface-lowest: #ffffff;--surface: #f5f5f5;--surface-container-low: #e8e8e8;--surface-container: #e0e0e0;--surface-container-high: #d4d4d4;--surface-container-highest: #c8c8c8;--surface-bright: #b0b0b0;--surface-variant: #999999;--primary: #7b1fa2;--primary-dim: #6a1b9a;--on-primary-fixed: #ffffff;--secondary: #00838f;--secondary-container: rgba(0, 131, 143, .15);--tertiary: #c62828;--on-surface: #000000;--on-surface-variant: #333333;--text-muted: #555555;--outline-variant: rgba(0, 0, 0, .2);--bg-card: rgba(255, 255, 255, .85);--bg-card-hover: #d4d4d4;--accent-success: #2e7d32;--accent-danger: #c62828;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .15);--shadow-neon: 0 4px 12px rgba(0, 0, 0, .1);--glow-primary: 0 0 8px rgba(123, 31, 162, .3);--glow-secondary: 0 0 8px rgba(0, 131, 143, .3);--glow-success: 0 0 8px rgba(46, 125, 50, .3)}:root.high-contrast body{background-image:none;color:#000}:root.high-contrast .glass-panel{background:rgba(255,255,255,.85);border-color:#00000026}:root.high-contrast .glass-panel:hover{background:rgba(255,255,255,.92)}:root.high-contrast .btn-secondary{border-color:#00000040;color:#000}:root.high-contrast .btn-secondary:hover{background:rgba(0,131,143,.1)}:root.high-contrast .input-field{background:#ffffff;color:#000;border:1px solid rgba(0,0,0,.2)}:root.high-contrast .input-field::placeholder{color:#777}:root.high-contrast .btn-primary{background:linear-gradient(135deg,#7b1fa2,#6a1b9a);color:#fff}:root.high-contrast .text-gradient-purple{background:linear-gradient(135deg,#7b1fa2,#4a148c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}:root.high-contrast .btn .lucide{color:inherit}:root.high-contrast .settings-drawer{background:rgba(245,245,245,.98)!important;border-left-color:#7b1fa266!important;box-shadow:-4px 0 30px #0000001a!important}:root.high-contrast .settings-drawer-tabs{background:rgba(245,245,245,.98)!important}.dj-view-toggle--active{border-color:#00fbfb6b!important;background:linear-gradient(135deg,rgba(0,251,251,.16),rgba(202,152,255,.14))!important;color:var(--on-surface)!important;box-shadow:var(--glow-secondary)}.dj-logo-img{filter:invert(1) brightness(2)}:root.high-contrast .dj-logo-img{filter:none}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--surface);color:var(--on-surface);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100dvh;background-image:radial-gradient(ellipse at 20% 60%,rgba(156,66,244,.06) 0%,transparent 55%),radial-gradient(ellipse at 80% 25%,rgba(0,251,251,.03) 0%,transparent 50%);background-attachment:fixed}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,Inter,sans-serif;letter-spacing:-.02em;font-weight:700}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{text-shadow:var(--glow-primary)}.glass-panel{background:rgba(73,69,79,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--outline-variant);border-radius:16px;box-shadow:var(--shadow-sm);transition:all var(--transition-normal)}.glass-panel:hover{background:rgba(73,69,79,.5);box-shadow:var(--shadow-neon)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all var(--transition-normal);font-family:Inter,sans-serif}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dim));color:var(--on-primary-fixed);box-shadow:0 4px 16px #9c42f459}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--glow-primary),0 8px 24px #9c42f466}.btn-primary:active{transform:translateY(0)}.btn-success{background:linear-gradient(135deg,var(--accent-success),#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn-success:hover{transform:translateY(-2px);box-shadow:var(--glow-success)}.btn-success:active{transform:translateY(0)}.btn-secondary{background:transparent;color:var(--on-surface);border:1px solid var(--outline-variant)}.btn-secondary:hover{background:var(--secondary-container);border-color:#00fbfb4d}.btn-accent{background:linear-gradient(135deg,var(--secondary),#00b4c9);color:var(--on-primary-fixed);box-shadow:0 4px 16px #00fbfb4d}.btn-accent:hover{transform:translateY(-2px);box-shadow:var(--glow-secondary),0 8px 24px #00fbfb4d}.input-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.input-label{font-size:.8rem;color:var(--on-surface-variant);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.input-field{background:var(--surface-container-low);border:none;border-bottom:2px solid transparent;border-radius:12px;padding:.75rem 1rem;color:#fff;font-family:inherit;font-size:1rem;transition:all var(--transition-fast)}.input-field:focus{outline:none;border-bottom-color:var(--secondary);box-shadow:0 2px 8px #00fbfb26}.input-field::placeholder{color:var(--text-muted)}.text-gradient{background:linear-gradient(to right,#fff,var(--on-surface-variant));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-purple{background:linear-gradient(135deg,var(--primary),var(--primary-dim));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-secondary{color:var(--on-surface-variant)}.text-muted{color:var(--text-muted)}.container{max-width:1200px;margin:0 auto;padding:1rem}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:slideUpFade .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(2.5);opacity:0}}.live-dot{position:relative;display:inline-block;width:10px;height:10px;background:var(--secondary);border-radius:50%;flex-shrink:0}.live-dot:before,.live-dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--secondary);animation:pulse-ring 2s ease-out infinite}.live-dot:after{animation-delay:.6s}.live-dot--idle{background:#94a3b8}.live-dot--idle:before,.live-dot--idle:after{display:none}@keyframes on-air-pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes on-air-dot{0%,to{opacity:1;box-shadow:0 0 4px #ef4444}50%{opacity:.4;box-shadow:0 0 8px #ef4444}}.dj-status-chip{display:flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border-radius:999px;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent}.dj-status-chip__dot{width:6px;height:6px;border-radius:50%;display:inline-block}.dj-status-chip--active{background:rgba(239,68,68,.12);color:#fda4af;border-color:#ef44442e;animation:on-air-pulse 2s ease-in-out infinite}.dj-status-chip--active .dj-status-chip__dot{background:#ef4444;animation:on-air-dot 1.5s ease-in-out infinite}.dj-status-chip--recoverable{background:rgba(202,152,255,.12);color:#d8b4fe;border-color:#ca98ff2e}.dj-status-chip--recoverable .dj-status-chip__dot{background:var(--primary)}.dj-status-chip--offair{background:rgba(148,163,184,.12);color:#cbd5e1;border-color:#94a3b826}.dj-status-chip--offair .dj-status-chip__dot{background:#94a3b8}.dj-pill{display:flex;align-items:center;gap:.3rem;padding:.35rem .7rem;background:rgba(148,163,184,.08);border:1px solid rgba(148,163,184,.1);border-radius:999px;font-size:.75rem;color:var(--on-surface-variant);font-weight:700;transition:all var(--transition-fast)}.dj-pill--active{background:rgba(16,185,129,.1);border-color:#10b98129;color:#bbf7d0}.dj-header-status{margin-left:auto;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.55rem;min-width:132px}.dj-header-status__top{display:flex;align-items:center;gap:.4rem}.dj-header-status__actions{display:flex;justify-content:flex-end;gap:.5rem;width:100%;align-items:stretch}.dj-toolbar{display:flex;align-items:flex-start;gap:.9rem;padding-bottom:.25rem}.dj-action-button{padding:.56rem .82rem;flex-shrink:0;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:.82rem;font-family:inherit;line-height:1;justify-content:center}.dj-action-button--danger{background:var(--tertiary);color:#fff;box-shadow:0 10px 22px #fb718538}.dj-action-button--stacked{min-width:132px}.dj-state-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.8fr);gap:1rem;align-items:start;padding:1.15rem 1.2rem;border-radius:20px;border:1px solid var(--outline-variant)}.dj-state-hero--offair{background:linear-gradient(180deg,rgba(255,255,255,.015) 0%,rgba(255,255,255,.01) 100%),var(--surface-container-low)}.dj-state-hero--recoverable{background:linear-gradient(180deg,rgba(255,255,255,.015) 0%,rgba(255,255,255,.01) 100%),var(--surface-container-low);border-color:#ffffff14;box-shadow:none}.dj-state-hero--active{background:linear-gradient(180deg,rgba(74,34,112,.26) 0%,rgba(255,255,255,.015) 100%),var(--surface-container-low);border-color:#ca98ff33;box-shadow:0 18px 36px #4c1d952e}.dj-state-hero__eyebrow{margin:0 0 .45rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#c4b5fd;font-weight:700}.dj-state-hero__title{margin:0 0 .55rem;font-size:1.55rem;line-height:1.15}.dj-state-hero__body{margin:0;color:var(--on-surface-variant);font-size:.92rem;max-width:40rem}.dj-state-hero__content--centered{text-align:center}.dj-state-hero__content--centered .dj-state-hero__body{margin-left:auto;margin-right:auto}.dj-state-hero__aside{display:flex;flex-direction:column;gap:.75rem}.dj-state-metric{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem .9rem;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}.dj-state-metric span{font-size:.78rem;color:var(--on-surface-variant);font-weight:600}.dj-state-metric strong{font-size:.95rem;color:var(--on-surface)}.dj-state-metric--recoverable{background:rgba(202,152,255,.08);border-color:#ca98ff24}.dj-section-title{position:relative;display:inline-block}.dj-section-title--active{background:linear-gradient(135deg,var(--on-surface) 0%,#d8b4fe 50%,#67e8f9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dj-live-surface{border-radius:22px;transition:box-shadow var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.dj-live-surface--active{padding:.05rem;background:linear-gradient(180deg,rgba(116,44,194,.22) 0%,rgba(103,232,249,.06) 100%);box-shadow:0 18px 36px #4c1d952e}.dj-live-surface--queue{box-shadow:0 14px 30px #4c1d9524}.social-icon-button{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid transparent;text-decoration:none;box-shadow:inset 0 1px #ffffff14,0 12px 24px #0f172a2e;transition:transform var(--transition-fast),box-shadow var(--transition-fast),filter var(--transition-fast);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.social-icon-button:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1f,0 16px 28px #0f172a3d;filter:saturate(1.05)}.social-gate-modal{max-width:440px;margin:var(--space-8) auto;padding:2rem 1.75rem 1.5rem;text-align:center;border-radius:28px}.social-gate-modal__header{margin-bottom:1.4rem}.social-gate-modal__title{font-size:2rem;line-height:1.08;margin-bottom:.55rem}.social-gate-modal__subtitle{color:var(--on-surface-variant);margin:0 auto;max-width:18rem;font-size:.96rem}.social-gate-modal__eyebrow{color:var(--on-surface-variant);font-size:.78rem;margin-bottom:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.social-gate-platform-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.social-gate-platform-item{display:flex;flex-direction:column;gap:.4rem}.social-gate-platform-button{width:100%;border-radius:18px;border:1px solid transparent;padding:.9rem 1rem;display:flex;align-items:center;gap:.85rem;background:rgba(255,255,255,.04);color:#fff;font-family:inherit;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),opacity var(--transition-fast);box-shadow:inset 0 1px #ffffff14,0 14px 30px #0f172a29}.social-gate-platform-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1f,0 18px 32px #0f172a38}.social-gate-platform-button:disabled{cursor:default}.social-gate-platform-button--done{background:rgba(255,255,255,.07)!important;border-color:#ca98ff3d!important}.social-gate-platform-button__iconWrap{width:2.7rem;height:2.7rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:#fff;flex-shrink:0}.social-gate-platform-button__value{flex:1;text-align:left;font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-gate-platform-button__meta{display:inline-flex;align-items:center;justify-content:center;color:#ffffffd1}.social-gate-inline-action{border:none;background:none;color:var(--on-surface-variant);font-size:.78rem;font-weight:600;letter-spacing:.02em;cursor:pointer;align-self:center}.social-gate-confirm{width:100%;padding:.72rem;background:var(--surface-container-high);color:var(--on-surface-variant);border:none;border-radius:14px;font-family:inherit;font-weight:700;font-size:.85rem;cursor:default;position:relative;overflow:hidden}.social-gate-confirm--ready{background:#10b981;color:#fff;cursor:pointer}.social-gate-confirm__progress{position:absolute;left:0;top:0;bottom:0;background:rgba(16,185,129,.2);transition:width 1s linear}.social-gate-confirm__content{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.social-gate-helper{color:var(--on-surface-variant);font-size:.8rem;margin:0;animation:pulse 2s ease-in-out infinite}.social-gate-skip{background:none;border:none;color:var(--on-surface-variant);font-size:.85rem;cursor:pointer;padding:.75rem 0 .25rem;font-family:inherit;width:100%;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.social-gate-optional{margin-top:var(--space-6);border-top:1px solid var(--outline-variant);padding-top:var(--space-4)}.social-gate-optional__label{color:var(--on-surface-variant);font-size:.75rem;margin-bottom:var(--space-3);font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.72}.social-gate-optional__list{display:flex;flex-direction:column;gap:.5rem}.social-gate-optional__button{width:100%;justify-content:flex-start;gap:.65rem;font-size:.85rem;border-radius:14px;padding:.68rem .8rem;display:flex;align-items:center;background:rgba(255,255,255,.03);color:var(--on-surface);border:1px solid var(--outline-variant);font-family:inherit;cursor:pointer}.social-gate-optional__icon{width:1.95rem;height:1.95rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:1px solid transparent;flex-shrink:0}.social-gate-venue{margin-top:1rem;color:var(--on-surface-variant);font-size:.78rem;text-align:center}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@media (max-width: 900px){.dj-state-hero{grid-template-columns:1fr}.dj-state-hero__aside{flex-direction:row}.dj-toolbar{flex-direction:column;align-items:stretch}}@media (max-width: 640px){.dj-state-hero__aside{flex-direction:column}.dj-state-hero__title{font-size:1.35rem}.dj-header-status{width:100%;margin-left:0;align-items:flex-start}.dj-header-status__top{flex-wrap:wrap}.dj-header-status__actions{justify-content:flex-start;flex-wrap:wrap}.social-gate-modal{padding:1.7rem 1.1rem 1.35rem}.social-gate-modal__title{font-size:1.7rem}.social-gate-platform-button{padding:.82rem .85rem}.social-gate-platform-button__value{font-size:.95rem}}button,a{touch-action:manipulation}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--surface-container-high);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--surface-bright)}.pre-crate-shell{display:flex;flex-direction:column;gap:var(--space-6)}.pre-crate-hero{position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:var(--space-6);align-items:center;padding:clamp(1.15rem,3vw,1.8rem)}.pre-crate-hero:before{content:"";position:absolute;inset:-45% auto auto -10%;width:420px;height:420px;background:radial-gradient(circle,rgba(0,251,251,.18),transparent 62%);pointer-events:none}.pre-crate-hero>*{position:relative;z-index:1}.pre-crate-hero h2{margin:.2rem 0 .5rem;font-size:clamp(1.55rem,3vw,2.35rem);line-height:1;background:linear-gradient(135deg,var(--on-surface),var(--primary) 48%,var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pre-crate-hero p{max-width:760px;color:var(--on-surface-variant)}.pre-crate-grid{display:grid;grid-template-columns:minmax(230px,.86fr) minmax(0,1.7fr) minmax(220px,.8fr);gap:var(--space-4);align-items:start}.pre-crate-main{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.pre-crate-panel{background:linear-gradient(145deg,rgba(73,69,79,.58),rgba(28,27,29,.82)),radial-gradient(circle at top right,rgba(202,152,255,.08),transparent 42%);border:1px solid var(--outline-variant);border-radius:22px;box-shadow:var(--shadow-sm);padding:clamp(1rem,2.5vw,1.35rem)}.pre-crate-panel--muted{color:var(--on-surface-variant)}.pre-crate-eyebrow{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 .38rem;color:var(--secondary);font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.pre-crate-panel h3,.pre-crate-panel h4{margin:0}.pre-crate-panel p{color:var(--on-surface-variant)}.pre-crate-section-header{display:flex;justify-content:space-between;gap:var(--space-3);align-items:flex-start;margin-bottom:var(--space-4)}.pre-crate-list{display:flex;flex-direction:column;gap:var(--space-3)}.pre-crate-list-item{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;align-items:start;padding:.95rem;color:var(--on-surface);text-align:left;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.09);border-radius:16px;cursor:pointer;transition:transform var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.pre-crate-list-item__select{display:flex;min-width:0;flex-direction:column;gap:.22rem;padding:0;color:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.pre-crate-list-item:hover,.pre-crate-list-item.is-selected{transform:translateY(-1px);border-color:#00fbfb5c;background:rgba(0,251,251,.08)}.pre-crate-list-item__date{color:var(--secondary);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.pre-crate-remove-btn{align-self:start;padding:.25rem 0;color:var(--on-surface-variant);background:transparent;border:0;font-size:.72rem;font-weight:800;cursor:pointer}.pre-crate-remove-btn:hover{color:var(--accent-danger)}.pre-crate-remove-confirm{grid-column:1 / -1;display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;padding-top:.65rem;border-top:1px solid var(--outline-variant)}.pre-crate-remove-confirm span{color:var(--on-surface);font-size:.82rem;font-weight:800}.btn-danger{color:var(--on-error, #fff);background:var(--accent-danger);border-color:#ea2b4fb3}.pre-crate-toast{display:inline-flex;gap:.75rem;align-items:center}.pre-crate-toast button{padding:0;color:var(--secondary);background:transparent;border:0;font-weight:900;cursor:pointer}.pre-crate-chip-row{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center}.pre-crate-chip{display:inline-flex;align-items:center;min-height:24px;padding:.2rem .55rem;border-radius:999px;color:var(--on-surface);background:rgba(202,152,255,.13);border:1px solid rgba(202,152,255,.2);font-size:.74rem;font-weight:700}.pre-crate-chip--success{width:fit-content;margin-top:.45rem;color:#9fffc8;background:rgba(74,222,128,.12);border-color:#4ade8042}.pre-crate-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2);align-items:center;margin:var(--space-4) 0;padding:.65rem;background:rgba(0,0,0,.2);border:1px solid var(--outline-variant);border-radius:14px}.pre-crate-link-row span{overflow:hidden;color:var(--on-surface-variant);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.pre-crate-qr-wrap{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--space-4);align-items:center}.pre-crate-qr{width:fit-content;padding:.7rem;background:white;border-radius:18px;box-shadow:var(--glow-primary)}.pre-crate-request-list{display:flex;flex-direction:column;gap:var(--space-3)}.pre-crate-playlist-card{display:grid;gap:.2rem;margin:0 0 var(--space-4);padding:.85rem;background:rgba(74,222,128,.09);border:1px solid rgba(74,222,128,.22);border-radius:16px}.pre-crate-playlist-card span{color:var(--secondary);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.pre-crate-playlist-card a{width:fit-content;color:#9fffc8;font-weight:800}.pre-crate-request{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-3);align-items:center;padding:1rem;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.1);border-radius:18px}.pre-crate-request--hidden{opacity:.72;background:rgba(255,139,154,.08)}.pre-crate-request__rank{display:flex;gap:.45rem;align-items:center;margin:0 0 .2rem;color:var(--secondary)!important;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.pre-crate-request__rank span{color:var(--primary)}.pre-crate-request__meta{margin-top:.3rem;font-size:.82rem}.pre-crate-request__actions{display:flex;justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap}.pre-crate-hidden{margin-top:var(--space-4)}.pre-crate-hidden summary{cursor:pointer;color:var(--on-surface-variant);font-weight:700}.pre-crate-hidden .pre-crate-request-list{margin-top:var(--space-3)}.pre-crate-empty{display:flex;flex-direction:column;gap:.25rem;padding:1rem;color:var(--on-surface-variant);background:rgba(0,0,0,.14);border:1px dashed var(--outline-variant);border-radius:16px}.pre-crate-steps{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-4)}.pre-crate-steps button{padding:.5rem .8rem;color:var(--on-surface-variant);background:rgba(255,255,255,.06);border:1px solid var(--outline-variant);border-radius:999px;cursor:pointer}.pre-crate-steps button.is-active{color:var(--on-surface);background:rgba(0,251,251,.12);border-color:#00fbfb57}.pre-crate-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.pre-crate-form-grid label,.pre-crate-rules label{display:flex;flex-direction:column;gap:.45rem;color:var(--on-surface);font-weight:700}.pre-crate-form-grid textarea{min-height:92px;resize:vertical}.pre-crate-form-grid__wide{grid-column:1 / -1}.pre-crate-rules{display:grid;gap:var(--space-4)}.pre-crate-toggle{flex-direction:row!important;align-items:flex-start;padding:1rem;background:rgba(0,251,251,.07);border:1px solid rgba(0,251,251,.22);border-radius:16px}.pre-crate-toggle input{margin-top:.25rem}.pre-crate-toggle span{display:flex;flex-direction:column;gap:.15rem;color:var(--on-surface-variant);font-weight:500}.pre-crate-toggle strong{color:var(--on-surface)}.pre-crate-note{padding:.85rem;color:var(--on-surface-variant);background:rgba(202,152,255,.08);border:1px solid rgba(202,152,255,.18);border-radius:14px;font-size:.9rem}.pre-crate-actions{display:flex;justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-4)}.pre-crate-growth{position:sticky;top:1rem}.pre-crate-growth h3:not(:first-of-type){margin-top:var(--space-4)}.scheduled-page{min-height:100dvh;padding:clamp(1rem,4vw,2.5rem);background:radial-gradient(circle at 14% 16%,rgba(0,251,251,.12),transparent 32%),radial-gradient(circle at 88% 10%,rgba(202,152,255,.16),transparent 28%),var(--surface)}.scheduled-page--center{display:grid;place-items:center}.scheduled-hero,.scheduled-card{width:min(1120px,100%);margin:0 auto;background:linear-gradient(145deg,rgba(73,69,79,.62),rgba(14,14,15,.88)),radial-gradient(circle at top right,rgba(0,251,251,.08),transparent 40%);border:1px solid var(--outline-variant);border-radius:26px;box-shadow:var(--shadow-neon)}.scheduled-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);gap:clamp(1rem,4vw,2rem);align-items:center;padding:clamp(1.25rem,4vw,2rem)}.scheduled-eyebrow{display:inline-flex;gap:.35rem;align-items:center;margin:0 0 .5rem;color:var(--secondary);font-size:.73rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.scheduled-hero h1{max-width:820px;margin:0;font-size:clamp(2rem,7vw,4.8rem);line-height:.92;background:linear-gradient(135deg,#fff,var(--primary) 52%,var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.scheduled-hero__promise{max-width:720px;margin:1rem 0 0;color:var(--on-surface-variant);font-size:clamp(1rem,2vw,1.18rem)}.scheduled-meta-row,.scheduled-score-row{display:flex;gap:.55rem;flex-wrap:wrap;align-items:center;margin-top:1rem}.scheduled-meta-row span,.scheduled-score-row span{display:inline-flex;gap:.35rem;align-items:center;padding:.35rem .7rem;color:var(--on-surface);background:rgba(0,251,251,.1);border:1px solid rgba(0,251,251,.2);border-radius:999px;font-size:.82rem;font-weight:800}.scheduled-art{width:100%;min-height:220px;aspect-ratio:1;object-fit:cover;border-radius:24px;border:1px solid var(--outline-variant)}.scheduled-hero-status{display:grid;gap:.25rem;justify-self:end;min-width:min(240px,100%);padding:1rem;color:var(--on-surface);background:rgba(0,0,0,.22);border:1px solid rgba(0,251,251,.18);border-radius:20px}.scheduled-hero-status strong{font-size:clamp(2.25rem,8vw,4rem);line-height:.95}.scheduled-hero-status span{color:var(--on-surface-variant);font-weight:800}.scheduled-hero-status small{color:var(--secondary);font-weight:900}.scheduled-status-pill,.scheduled-limit-note{display:inline-flex;width:fit-content;align-items:center;padding:.35rem .7rem;color:var(--on-surface);background:rgba(74,222,128,.12);border:1px solid rgba(74,222,128,.28);border-radius:999px;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.scheduled-limit-note{margin:.75rem 0 0;color:var(--secondary);background:rgba(0,251,251,.08);border-color:#00fbfb38}.scheduled-grid{width:min(1120px,100%);display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:var(--space-4);margin:var(--space-4) auto 0;align-items:start}.scheduled-card{padding:clamp(1rem,3vw,1.45rem)}.scheduled-card h2,.scheduled-card h3{margin:0}.scheduled-card p{color:var(--on-surface-variant)}.scheduled-social-boost,.scheduled-share-result,.scheduled-own-request{display:grid;gap:var(--space-3);margin:var(--space-4) 0;padding:1rem;background:rgba(0,251,251,.07);border:1px solid rgba(0,251,251,.2);border-radius:18px}.scheduled-request-details{display:grid;gap:var(--space-3);margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--outline-variant)}.scheduled-request-details .scheduled-social-boost{margin:0}.scheduled-check{display:flex;gap:.55rem;align-items:center;color:var(--on-surface);font-weight:700}.scheduled-form{display:grid;gap:var(--space-3)}.scheduled-form label{display:grid;gap:.35rem;color:var(--on-surface);font-weight:800}.scheduled-form textarea{min-height:90px;resize:vertical}.scheduled-song-search label span{display:inline-flex;gap:.35rem;align-items:center}.scheduled-search-results{display:grid;gap:.45rem;max-height:min(360px,52vh);margin-top:.55rem;padding:.55rem;overflow-y:auto;background:var(--surface-container-low);border:1px solid rgba(0,251,251,.18);border-radius:14px;box-shadow:0 18px 46px #00000061,0 0 0 1px #ffffff08 inset;scroll-margin:24vh}.scheduled-search-results__header{display:grid;gap:.15rem;padding:.35rem .45rem .55rem}.scheduled-search-results__header strong,.scheduled-search-results__header small{display:block}.scheduled-search-results__header strong{color:var(--on-surface)}.scheduled-search-results__header small{color:var(--on-surface-variant);font-size:.78rem}.scheduled-search-results p{margin:0;padding:.8rem;text-align:center}.scheduled-search-result,.scheduled-selected-song{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center;width:100%;padding:.65rem;color:var(--on-surface);text-align:left;background:rgba(255,255,255,.05);border:1px solid transparent;border-radius:12px}.scheduled-search-result{cursor:pointer}.scheduled-search-result:hover{border-color:#00fbfb52;background:rgba(0,251,251,.08)}.scheduled-search-result img,.scheduled-selected-song img,.scheduled-search-result__empty{width:44px;height:44px;border-radius:10px;object-fit:cover}.scheduled-search-result__empty{display:grid;place-items:center;background:var(--surface-container)}.scheduled-search-result span,.scheduled-selected-song span{min-width:0}.scheduled-search-result strong,.scheduled-search-result small,.scheduled-selected-song strong,.scheduled-selected-song small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheduled-search-result small,.scheduled-selected-song small{color:var(--on-surface-variant)}.scheduled-selected-song{margin-top:.65rem;background:rgba(0,251,251,.08);border-color:#00fbfb3d}.scheduled-share-result,.scheduled-own-request{background:rgba(202,152,255,.1);border-color:#ca98ff3d}.scheduled-own-request-list{display:grid;gap:.55rem}.scheduled-own-request-row,.scheduled-limit-full{display:grid;align-items:center;gap:.75rem;padding:.7rem;border-radius:14px;border:1px solid var(--outline-variant);background:rgba(0,0,0,.16)}.scheduled-own-request-row{grid-template-columns:auto minmax(0,1fr) auto}.scheduled-own-request-row img,.scheduled-own-request-row .scheduled-search-result__empty{width:44px;height:44px;border-radius:10px;object-fit:cover}.scheduled-own-request strong,.scheduled-own-request span,.scheduled-own-request small{display:block}.scheduled-own-request span,.scheduled-own-request small{color:var(--on-surface-variant)}.scheduled-own-request-row span{min-width:0}.scheduled-own-request-row strong,.scheduled-own-request-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheduled-own-request-row strong{color:var(--on-surface)}.scheduled-limit-full{margin-top:var(--space-4);color:var(--on-surface-variant)}.scheduled-limit-full strong,.scheduled-limit-full span{display:block}.scheduled-limit-full strong{color:var(--on-surface)}.scheduled-share-result span{color:var(--on-surface-variant)}.scheduled-share-focus{margin-top:var(--space-4)}.scheduled-selecta-board{display:grid;gap:.5rem;margin-top:var(--space-3);padding:.75rem;background:linear-gradient(135deg,rgba(202,152,255,.12),rgba(0,251,251,.06)),rgba(0,0,0,.18);border:1px solid rgba(202,152,255,.22);border-radius:16px}.scheduled-selecta-board .scheduled-eyebrow{margin-bottom:.15rem}.scheduled-selecta-board span{color:var(--on-surface-variant);font-size:.78rem;font-weight:700}.scheduled-selecta-row{display:grid;grid-template-columns:34px minmax(0,1fr) minmax(80px,.7fr);gap:.65rem;align-items:center;padding:.55rem;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.08);border-radius:12px}.scheduled-selecta-rank{display:grid;place-items:center;width:30px;height:30px;color:var(--secondary)!important;background:rgba(0,251,251,.1);border:1px solid rgba(0,251,251,.2);border-radius:999px;font-weight:900!important}.scheduled-selecta-row strong,.scheduled-selecta-row small,.scheduled-selecta-song{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheduled-selecta-row small{color:var(--on-surface-variant);font-size:.74rem}.scheduled-selecta-song{justify-self:end;max-width:160px;color:var(--primary)!important;font-size:.72rem!important;text-align:right}.scheduled-request-list{display:grid;gap:.55rem;margin-top:var(--space-3)}.scheduled-request-row{display:grid;grid-template-columns:34px 46px minmax(0,1fr) auto;gap:.65rem;align-items:center;padding:.62rem;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.1);border-radius:14px}.scheduled-request-rank{display:grid;place-items:center;color:var(--secondary);font-size:.72rem;font-weight:900;letter-spacing:.04em}.scheduled-request-art{width:46px;height:46px;border-radius:10px;object-fit:cover;background:var(--surface-container)}.scheduled-request-art--empty{display:grid;place-items:center;color:var(--on-surface-variant)}.scheduled-request-copy{min-width:0}.scheduled-request-copy h3,.scheduled-request-copy p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheduled-request-copy h3{font-size:.95rem}.scheduled-request-copy p{margin:.1rem 0 0;font-size:.8rem}.scheduled-request-meta{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.25rem}.scheduled-request-meta span{display:inline-flex;color:var(--secondary);font-size:.72rem;font-weight:900}.scheduled-request-meta span:last-child{color:var(--on-surface-variant)}:root.high-contrast .scheduled-page{background:var(--surface)}:root.high-contrast .scheduled-hero,:root.high-contrast .scheduled-card,:root.high-contrast .scheduled-request-row,:root.high-contrast .scheduled-selecta-board,:root.high-contrast .scheduled-selecta-row{background:rgba(255,255,255,.86)}@media (max-width: 820px){.scheduled-hero,.scheduled-grid{grid-template-columns:1fr}.scheduled-request-row{grid-template-columns:28px 44px minmax(0,1fr) auto;gap:.5rem}.scheduled-request-row .btn{padding:.45rem .55rem}.scheduled-selecta-row{grid-template-columns:30px minmax(0,1fr)}.scheduled-selecta-song{grid-column:2;justify-self:start;max-width:100%;text-align:left}.scheduled-art{min-height:180px}.scheduled-hero-status{justify-self:stretch}.scheduled-search-results{max-height:44vh}.scheduled-own-request-row{grid-template-columns:auto minmax(0,1fr)}.scheduled-own-request-row .btn{grid-column:2;justify-self:start}}:root.high-contrast .pre-crate-panel,:root.high-contrast .pre-crate-hero{background:rgba(255,255,255,.82)}:root.high-contrast .pre-crate-list-item,:root.high-contrast .pre-crate-request,:root.high-contrast .pre-crate-link-row,:root.high-contrast .pre-crate-empty{background:rgba(255,255,255,.75)}@media (max-width: 1120px){.pre-crate-grid{grid-template-columns:1fr}.pre-crate-growth{position:static}}@media (max-width: 720px){.pre-crate-hero,.pre-crate-section-header{flex-direction:column;align-items:stretch}.pre-crate-request,.pre-crate-qr-wrap,.pre-crate-form-grid,.pre-crate-link-row{grid-template-columns:1fr}}
