.theme-slots-queue { --bg:#100814; --accent:#ff8df3; --accent-2:#9b7cff; background:radial-gradient(circle at 80% 0%, rgba(255,141,243,.18), transparent 34%), #100814; }
.page-head { padding:48px 0 22px; }
.page-head h1 { font-size:clamp(2.1rem,5vw,4.5rem); line-height:.95; letter-spacing:-.065em; margin:10px 0; }
.page-head p, .queue-info p { color:var(--muted); line-height:1.65; max-width:760px; }
.queue-layout { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:16px; }
.queue-panel,.queue-info{padding:22px}.queue-panel h2,.queue-info h2{margin-top:0;letter-spacing:-.03em}.queue-list{display:grid;gap:10px}.queue-item{display:flex;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid var(--border);border-radius:15px;background:rgba(255,255,255,.045)}.queue-item small{color:var(--muted)}
@media(max-width:900px){.queue-layout{grid-template-columns:1fr}}
