.host-module-scss-module__e9R5vW__page{--app-bg:#0a0a0a;--app-surface:#141414;--app-card:#1a1a1a;--app-text:#fff;--app-text-muted:#fff9;--app-green:#1db954;--app-green-hover:#1ed760;--app-purple:#8b5cf6;--app-orange:#f97316;--app-border:#ffffff14;--app-radius:12px;background:var(--app-bg);min-height:100vh;color:var(--app-text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.host-module-scss-module__e9R5vW__nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--app-border);background:#0a0a0af2;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:sticky;top:0}.host-module-scss-module__e9R5vW__logo{letter-spacing:-.02em;color:inherit;align-items:center;gap:10px;font-size:18px;font-weight:800;text-decoration:none;display:flex}.host-module-scss-module__e9R5vW__logoIcon{color:var(--app-green)}.host-module-scss-module__e9R5vW__hostBadge{background:var(--app-orange);color:#000;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:4px 10px;font-size:10px;font-weight:800}.host-module-scss-module__e9R5vW__navRight{align-items:center;gap:16px;display:flex}.host-module-scss-module__e9R5vW__navLink{color:var(--app-text-muted);font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.host-module-scss-module__e9R5vW__navLink:hover{color:var(--app-text)}.host-module-scss-module__e9R5vW__logoutButton{border:1px solid var(--app-border);color:var(--app-text-muted);cursor:pointer;background:#ffffff0d;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.host-module-scss-module__e9R5vW__logoutButton:hover{color:var(--app-text);background:#ffffff1a}.host-module-scss-module__e9R5vW__connectionStatus{color:var(--app-text-muted);align-items:center;gap:8px;font-size:13px;display:flex}.host-module-scss-module__e9R5vW__statusDot{background:var(--app-text-muted);border-radius:50%;width:8px;height:8px}.host-module-scss-module__e9R5vW__statusDot[data-connected=true]{background:var(--app-green);animation:2s ease-in-out infinite host-module-scss-module__e9R5vW__pulse}@keyframes host-module-scss-module__e9R5vW__pulse{0%,to{opacity:1}50%{opacity:.5}}.host-module-scss-module__e9R5vW__main{max-width:1400px;margin:0 auto;padding:20px}.host-module-scss-module__e9R5vW__authContainer{justify-content:center;align-items:center;min-height:calc(100vh - 200px);display:flex}.host-module-scss-module__e9R5vW__authCard{background:var(--app-card);border:1px solid var(--app-border);border-radius:var(--app-radius);text-align:center;width:100%;max-width:400px;padding:40px}.host-module-scss-module__e9R5vW__authIcon{margin-bottom:16px;font-size:48px}.host-module-scss-module__e9R5vW__authTitle{margin:0 0 8px;font-size:24px;font-weight:800}.host-module-scss-module__e9R5vW__authDesc{color:var(--app-text-muted);margin:0 0 24px;font-size:14px}.host-module-scss-module__e9R5vW__authForm{flex-direction:column;gap:12px;display:flex}.host-module-scss-module__e9R5vW__authInput{background:var(--app-surface);border:1px solid var(--app-border);color:var(--app-text);text-align:center;border-radius:8px;padding:14px 16px;font-size:15px}.host-module-scss-module__e9R5vW__authInput::placeholder{color:#ffffff4d}.host-module-scss-module__e9R5vW__authInput:focus{border-color:var(--app-green);outline:none}.host-module-scss-module__e9R5vW__authButton{background:var(--app-green);color:#000;cursor:pointer;border:none;border-radius:100px;padding:14px 24px;font-size:15px;font-weight:700;transition:background .2s}.host-module-scss-module__e9R5vW__authButton:hover:not(:disabled){background:var(--app-green-hover)}.host-module-scss-module__e9R5vW__authButton:disabled{opacity:.5;cursor:not-allowed}.host-module-scss-module__e9R5vW__offlineWarning{border-radius:var(--app-radius);background:#fbbf241a;border:1px solid #fbbf244d;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:12px 16px;display:flex}.host-module-scss-module__e9R5vW__warningContent{min-width:0}.host-module-scss-module__e9R5vW__warningTitle{font-size:13px;font-weight:700}.host-module-scss-module__e9R5vW__warningText{color:var(--app-text-muted);margin-top:2px;font-size:12px}.host-module-scss-module__e9R5vW__warningText code{background:#ffffff1a;border-radius:4px;padding:2px 6px;font-size:11px}.host-module-scss-module__e9R5vW__warningButton{border:1px solid var(--app-border);color:var(--app-text);cursor:pointer;background:#ffffff1a;border-radius:6px;flex-shrink:0;padding:8px 14px;font-size:12px;font-weight:600}.host-module-scss-module__e9R5vW__warningButton:hover{background:#ffffff26}.host-module-scss-module__e9R5vW__hostLayout{grid-template-columns:1.2fr 1fr;gap:20px;display:grid}@media (max-width:1024px){.host-module-scss-module__e9R5vW__hostLayout{grid-template-columns:1fr}}.host-module-scss-module__e9R5vW__playerColumn,.host-module-scss-module__e9R5vW__settingsColumn{flex-direction:column;gap:16px;display:flex}.host-module-scss-module__e9R5vW__panel{background:var(--app-card);border:1px solid var(--app-border);border-radius:var(--app-radius);padding:16px}.host-module-scss-module__e9R5vW__panelHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.host-module-scss-module__e9R5vW__panelTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--app-text-muted);font-size:11px;font-weight:700}.host-module-scss-module__e9R5vW__panelActions{color:var(--app-text-muted);font-size:12px}.host-module-scss-module__e9R5vW__controlsPanel{border-color:var(--app-orange);border-width:1px}.host-module-scss-module__e9R5vW__stationControls{flex-wrap:wrap;gap:10px;display:flex}.host-module-scss-module__e9R5vW__currentTrack h2{letter-spacing:-.02em;margin:0 0 10px;font-size:18px;font-weight:800}.host-module-scss-module__e9R5vW__stationMeta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.host-module-scss-module__e9R5vW__stateBadge{text-transform:uppercase;letter-spacing:.05em;background:#ffffff1a;border-radius:100px;align-items:center;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.host-module-scss-module__e9R5vW__stateBadge[data-state=PLAYING_SONG]{color:var(--app-green);background:#1db95433}.host-module-scss-module__e9R5vW__stateBadge[data-state=PLAYING_DJ]{color:var(--app-purple);background:#8b5cf633}.host-module-scss-module__e9R5vW__listenerCount{color:var(--app-text-muted);align-items:center;gap:5px;font-size:12px;display:flex}.host-module-scss-module__e9R5vW__idleMessage{color:var(--app-text-muted);background:#ffffff0d;border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px}.host-module-scss-module__e9R5vW__playerContainer{aspect-ratio:16/9;background:#000;border-radius:8px;margin-top:12px;position:relative;overflow:hidden}.host-module-scss-module__e9R5vW__ytPlayer{pointer-events:none;position:absolute;inset:0}.host-module-scss-module__e9R5vW__playerOverlay{background:linear-gradient(#000000b3,#00000080);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.host-module-scss-module__e9R5vW__overlayContent{text-align:center;padding:20px}.host-module-scss-module__e9R5vW__overlayTitle{margin-bottom:6px;font-size:14px;font-weight:700}.host-module-scss-module__e9R5vW__overlayText{color:var(--app-text-muted);margin-bottom:12px;font-size:12px}.host-module-scss-module__e9R5vW__djSection{margin-top:12px}.host-module-scss-module__e9R5vW__djHeader{align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:600;display:flex}.host-module-scss-module__e9R5vW__djIcon{font-size:18px}.host-module-scss-module__e9R5vW__upNext{color:var(--app-text-muted);margin-left:auto;font-size:11px;font-weight:400}.host-module-scss-module__e9R5vW__djText{background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:6px;margin-bottom:10px;padding:12px;font-size:13px;font-style:italic;line-height:1.5}.host-module-scss-module__e9R5vW__djAudio{position:relative}.host-module-scss-module__e9R5vW__audioPlayer{border-radius:6px;width:100%;height:36px}.host-module-scss-module__e9R5vW__djOverlay{background:#000c;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.host-module-scss-module__e9R5vW__generating{text-align:center;color:var(--app-text-muted);padding:12px;font-size:13px}.host-module-scss-module__e9R5vW__djPlayingIndicator{color:var(--app-text-muted);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:13px;display:flex}.host-module-scss-module__e9R5vW__djPlayingIcon{font-size:16px}.host-module-scss-module__e9R5vW__listenControl{border-top:1px solid var(--app-border);align-items:center;gap:12px;margin-top:12px;padding-top:12px;display:flex}.host-module-scss-module__e9R5vW__listenButton{background:var(--app-green);color:#000;cursor:pointer;border:none;border-radius:100px;padding:10px 24px;font-size:13px;font-weight:700;transition:all .2s}.host-module-scss-module__e9R5vW__listenButton:hover:not(:disabled){background:var(--app-green-hover)}.host-module-scss-module__e9R5vW__listenButton:disabled{opacity:.5;cursor:not-allowed}.host-module-scss-module__e9R5vW__listenButton[data-joined=true]{color:var(--app-text);background:#ffffff1a}.host-module-scss-module__e9R5vW__listenButton[data-joined=true]:hover:not(:disabled){background:#ffffff26}.host-module-scss-module__e9R5vW__connectionInfo{color:var(--app-text-muted);font-size:12px}.host-module-scss-module__e9R5vW__djPrepStatus{color:var(--app-text-muted);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:6px;align-items:center;gap:10px;margin-top:12px;padding:10px 14px;font-size:12px;display:flex}.host-module-scss-module__e9R5vW__djPrepSpinner{border:2px solid #8b5cf64d;border-top-color:var(--app-purple);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite host-module-scss-module__e9R5vW__spin}@keyframes host-module-scss-module__e9R5vW__spin{to{transform:rotate(360deg)}}.host-module-scss-module__e9R5vW__djPrepReady{background:#1db9541a;border:1px solid #1db95433;border-radius:6px;margin-top:12px;padding:10px 14px}.host-module-scss-module__e9R5vW__djPrepReadyHeader{color:var(--app-green);align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.host-module-scss-module__e9R5vW__djPrepReadyIcon{font-size:12px}.host-module-scss-module__e9R5vW__djPrepReadyText{color:var(--app-text-muted);font-size:12px;font-style:italic;line-height:1.4}.host-module-scss-module__e9R5vW__settingsForm{flex-direction:column;gap:12px;display:flex}.host-module-scss-module__e9R5vW__settingsActions{align-items:center;gap:12px;margin-top:4px;display:flex}.host-module-scss-module__e9R5vW__inputLabel{color:var(--app-text-muted);flex-direction:column;gap:6px;font-size:11px;font-weight:600;display:flex}.host-module-scss-module__e9R5vW__input,.host-module-scss-module__e9R5vW__textarea{background:var(--app-surface);border:1px solid var(--app-border);color:var(--app-text);border-radius:6px;padding:10px 12px;font-size:13px;transition:border-color .2s}.host-module-scss-module__e9R5vW__input::placeholder,.host-module-scss-module__e9R5vW__textarea::placeholder{color:#ffffff4d}.host-module-scss-module__e9R5vW__input:focus,.host-module-scss-module__e9R5vW__textarea:focus{border-color:var(--app-green);outline:none}.host-module-scss-module__e9R5vW__textarea{resize:vertical;min-height:60px}.host-module-scss-module__e9R5vW__playButton,.host-module-scss-module__e9R5vW__primaryButton,.host-module-scss-module__e9R5vW__dangerButton,.host-module-scss-module__e9R5vW__secondaryButton{background:var(--app-green);color:#000;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:background .2s,transform .1s;display:inline-flex}.host-module-scss-module__e9R5vW__playButton:hover:not(:disabled),.host-module-scss-module__e9R5vW__primaryButton:hover:not(:disabled),.host-module-scss-module__e9R5vW__dangerButton:hover:not(:disabled),.host-module-scss-module__e9R5vW__secondaryButton:hover:not(:disabled){background:var(--app-green-hover)}.host-module-scss-module__e9R5vW__playButton:active:not(:disabled),.host-module-scss-module__e9R5vW__primaryButton:active:not(:disabled),.host-module-scss-module__e9R5vW__dangerButton:active:not(:disabled),.host-module-scss-module__e9R5vW__secondaryButton:active:not(:disabled){transform:scale(.98)}.host-module-scss-module__e9R5vW__playButton:disabled,.host-module-scss-module__e9R5vW__primaryButton:disabled,.host-module-scss-module__e9R5vW__dangerButton:disabled,.host-module-scss-module__e9R5vW__secondaryButton:disabled{opacity:.5;cursor:not-allowed}.host-module-scss-module__e9R5vW__secondaryButton{color:var(--app-text);background:#ffffff1a}.host-module-scss-module__e9R5vW__secondaryButton:hover:not(:disabled){background:#ffffff26}.host-module-scss-module__e9R5vW__dangerButton{color:#ef4444;background:#ef444433}.host-module-scss-module__e9R5vW__dangerButton:hover:not(:disabled){background:#ef44444d}.host-module-scss-module__e9R5vW__queueActions{align-items:center;gap:12px;display:flex}.host-module-scss-module__e9R5vW__queueCount{color:var(--app-green);font-size:11px;font-weight:600}.host-module-scss-module__e9R5vW__shuffleToggle{color:var(--app-text-muted);cursor:pointer;align-items:center;gap:4px;font-size:11px;font-weight:600;transition:color .2s;display:flex}.host-module-scss-module__e9R5vW__shuffleToggle:hover{color:var(--app-text)}.host-module-scss-module__e9R5vW__shuffleToggle input[type=checkbox]{appearance:none;background:var(--app-surface);border:1px solid var(--app-border);cursor:pointer;border-radius:3px;width:14px;height:14px;margin:0;transition:all .2s}.host-module-scss-module__e9R5vW__shuffleToggle input[type=checkbox]:checked{background:var(--app-green);border-color:var(--app-green)}.host-module-scss-module__e9R5vW__shuffleToggle input[type=checkbox]:checked:after{content:"✓";color:#000;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.host-module-scss-module__e9R5vW__shuffleToggle input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.host-module-scss-module__e9R5vW__shuffleToggle:has(input:checked){color:var(--app-green)}.host-module-scss-module__e9R5vW__shuffleIcon{font-size:12px}.host-module-scss-module__e9R5vW__emptyQueue{text-align:center;color:var(--app-text-muted);padding:24px 16px}.host-module-scss-module__e9R5vW__emptyQueueIcon{margin-bottom:8px;font-size:32px}.host-module-scss-module__e9R5vW__emptyQueueHint{opacity:.7;margin-top:6px;font-size:12px}.host-module-scss-module__e9R5vW__queueList{flex-direction:column;gap:6px;max-height:400px;display:flex;overflow-y:auto}.host-module-scss-module__e9R5vW__queueItem{background:var(--app-surface);border:1px solid var(--app-border);border-radius:6px;align-items:center;gap:10px;padding:10px;transition:background .2s;display:flex}.host-module-scss-module__e9R5vW__queueItem:hover{background:#ffffff0d}.host-module-scss-module__e9R5vW__queueItemNumber{width:20px;height:20px;color:var(--app-text-muted);background:#ffffff1a;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.host-module-scss-module__e9R5vW__queueItemInfo{flex:1;min-width:0}.host-module-scss-module__e9R5vW__queueItemTitle{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.host-module-scss-module__e9R5vW__queueItemRequestedBy{color:var(--app-green);margin-top:2px;font-size:11px}.host-module-scss-module__e9R5vW__queueItemMessage{color:var(--app-text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:11px;font-style:italic;overflow:hidden}.host-module-scss-module__e9R5vW__removeButton{width:24px;height:24px;color:var(--app-text-muted);cursor:pointer;opacity:.5;background:0 0;border:1px solid #0000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:600;transition:all .2s;display:flex}.host-module-scss-module__e9R5vW__removeButton:hover:not(:disabled){opacity:1;color:#ef4444;background:#ef444433;border-color:#ef44444d}.host-module-scss-module__e9R5vW__removeButton:disabled{opacity:.3;cursor:not-allowed}.host-module-scss-module__e9R5vW__nextUp{font-size:14px;font-weight:600}.host-module-scss-module__e9R5vW__successText{color:var(--app-green);font-size:12px;font-weight:600}.host-module-scss-module__e9R5vW__errorText{color:#ef4444;margin-top:6px;font-size:12px}.host-module-scss-module__e9R5vW__loading{color:var(--app-text-muted);font-size:13px}.host-module-scss-module__e9R5vW__error .host-module-scss-module__e9R5vW__errorTitle{margin-bottom:4px;font-weight:700}.host-module-scss-module__e9R5vW__error .host-module-scss-module__e9R5vW__errorMessage{color:var(--app-text-muted);font-size:12px}.host-module-scss-module__e9R5vW__fillerPanel{border-color:#f973164d}.host-module-scss-module__e9R5vW__fillerDesc{color:var(--app-text-muted);margin:0 0 12px;font-size:12px;line-height:1.5}.host-module-scss-module__e9R5vW__fillerTextarea{background:var(--app-surface);border:1px solid var(--app-border);width:100%;color:var(--app-text);resize:vertical;border-radius:6px;min-height:120px;padding:12px;font-family:SF Mono,Fira Code,monospace;font-size:13px}.host-module-scss-module__e9R5vW__fillerTextarea::placeholder{color:#ffffff4d}.host-module-scss-module__e9R5vW__fillerTextarea:focus{border-color:var(--app-orange);outline:none}.host-module-scss-module__e9R5vW__fillerControls{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-top:12px;display:flex}.host-module-scss-module__e9R5vW__fillerModeLabel{color:var(--app-text-muted);align-items:center;gap:8px;font-size:12px;display:flex}.host-module-scss-module__e9R5vW__fillerActions{align-items:center;gap:12px;display:flex}.host-module-scss-module__e9R5vW__fillerCount{color:var(--app-orange);background:#f973161a;border:1px solid #f9731633;border-radius:6px;margin-top:12px;padding:8px 12px;font-size:12px}.host-module-scss-module__e9R5vW__guestKeysPanel{border-color:#8b5cf64d}.host-module-scss-module__e9R5vW__createKeyForm{margin-bottom:16px}.host-module-scss-module__e9R5vW__createKeyRow{align-items:stretch;gap:8px;display:flex}@media (max-width:600px){.host-module-scss-module__e9R5vW__createKeyRow{flex-direction:column}}.host-module-scss-module__e9R5vW__createKeyRow .host-module-scss-module__e9R5vW__input{flex:1;min-width:0}.host-module-scss-module__e9R5vW__select{background:var(--app-surface);border:1px solid var(--app-border);color:var(--app-text);cursor:pointer;border-radius:6px;padding:10px 12px;font-size:13px}.host-module-scss-module__e9R5vW__select:focus{border-color:var(--app-green);outline:none}.host-module-scss-module__e9R5vW__select option{background:var(--app-surface)}.host-module-scss-module__e9R5vW__newKeyResult{background:#1db9541a;border:1px solid #1db9544d;border-radius:8px;margin-bottom:16px;padding:16px}.host-module-scss-module__e9R5vW__newKeyHeader{color:var(--app-green);align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.host-module-scss-module__e9R5vW__newKeyIcon{font-size:16px}.host-module-scss-module__e9R5vW__newKeyValue{align-items:center;gap:8px;margin-bottom:10px;display:flex}.host-module-scss-module__e9R5vW__newKeyValue code{background:var(--app-surface);border:1px solid var(--app-border);word-break:break-all;-webkit-user-select:all;user-select:all;border-radius:6px;flex:1;padding:10px 12px;font-family:SF Mono,Fira Code,monospace;font-size:12px}.host-module-scss-module__e9R5vW__copyButton{background:var(--app-green);color:#000;cursor:pointer;border:none;border-radius:6px;flex-shrink:0;padding:10px 16px;font-size:12px;font-weight:700;transition:background .2s}.host-module-scss-module__e9R5vW__copyButton:hover{background:var(--app-green-hover)}.host-module-scss-module__e9R5vW__newKeyWarning{color:var(--app-text-muted);margin-bottom:12px;font-size:11px}.host-module-scss-module__e9R5vW__dismissButton{border:1px solid var(--app-border);color:var(--app-text-muted);cursor:pointer;background:#ffffff1a;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:600}.host-module-scss-module__e9R5vW__dismissButton:hover{color:var(--app-text);background:#ffffff26}.host-module-scss-module__e9R5vW__emptyKeys{text-align:center;padding:20px}.host-module-scss-module__e9R5vW__emptyKeysText{color:var(--app-text-muted);font-size:13px}.host-module-scss-module__e9R5vW__keysList{flex-direction:column;gap:8px;max-height:300px;display:flex;overflow-y:auto}.host-module-scss-module__e9R5vW__keyItem{background:var(--app-surface);border:1px solid var(--app-border);border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:12px;transition:opacity .2s;display:flex}.host-module-scss-module__e9R5vW__keyItem[data-revoked=true]{opacity:.5}.host-module-scss-module__e9R5vW__keyInfo{flex:1;min-width:0}.host-module-scss-module__e9R5vW__keyLabel{align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.host-module-scss-module__e9R5vW__revokedBadge{color:#ef4444;text-transform:uppercase;background:#ef444433;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:700}.host-module-scss-module__e9R5vW__keyMeta{color:var(--app-text-muted);flex-wrap:wrap;gap:4px 10px;margin-top:4px;font-size:11px;display:flex}.host-module-scss-module__e9R5vW__revokeButton{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;flex-shrink:0;padding:6px 14px;font-size:11px;font-weight:600;transition:all .2s}.host-module-scss-module__e9R5vW__revokeButton:hover:not(:disabled){background:#ef444433;border-color:#ef44444d}.host-module-scss-module__e9R5vW__revokeButton:disabled{opacity:.5;cursor:not-allowed}.host-module-scss-module__e9R5vW__stationToggle{border-top:1px solid var(--app-border);justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding-top:16px;display:flex}.host-module-scss-module__e9R5vW__stationToggleLabel{flex:1;min-width:0}.host-module-scss-module__e9R5vW__stationToggleTitle{margin-bottom:2px;font-size:12px;font-weight:700;display:block}.host-module-scss-module__e9R5vW__stationToggleDesc{color:var(--app-text-muted);font-size:11px;display:block}.host-module-scss-module__e9R5vW__toggleOn{color:var(--app-green);cursor:pointer;background:#1db95433;border:1px solid #1db9544d;border-radius:100px;flex-shrink:0;padding:8px 20px;font-size:12px;font-weight:700;transition:all .2s}.host-module-scss-module__e9R5vW__toggleOn:hover:not(:disabled){background:#1db9544d}.host-module-scss-module__e9R5vW__toggleOn:disabled{opacity:.5;cursor:not-allowed}.host-module-scss-module__e9R5vW__toggleOff{color:#ef4444;cursor:pointer;background:#ef444433;border:1px solid #ef44444d;border-radius:100px;flex-shrink:0;padding:8px 20px;font-size:12px;font-weight:700;transition:all .2s}.host-module-scss-module__e9R5vW__toggleOff:hover:not(:disabled){background:#ef44444d}.host-module-scss-module__e9R5vW__toggleOff:disabled{opacity:.5;cursor:not-allowed}.host-module-scss-module__e9R5vW__stationPickerHeader{text-align:center;margin-bottom:32px}.host-module-scss-module__e9R5vW__stationPickerHeader h1{letter-spacing:-.02em;margin:0 0 8px;font-size:28px;font-weight:700}.host-module-scss-module__e9R5vW__stationPickerHeader p{color:var(--app-text-muted);margin:0;font-size:14px}.host-module-scss-module__e9R5vW__stationGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;max-width:800px;margin:0 auto;display:grid}.host-module-scss-module__e9R5vW__stationCard{background:var(--app-card);border-radius:var(--app-radius);border:1px solid var(--app-border);color:inherit;align-items:flex-start;gap:16px;padding:24px;text-decoration:none;transition:all .2s;display:flex}.host-module-scss-module__e9R5vW__stationCard:hover{background:var(--app-surface);border-color:#ffffff26;transform:translateY(-2px)}.host-module-scss-module__e9R5vW__stationCardIcon{color:var(--app-green);opacity:.8;flex-shrink:0}.host-module-scss-module__e9R5vW__stationCard:hover .host-module-scss-module__e9R5vW__stationCardIcon{opacity:1}.host-module-scss-module__e9R5vW__stationCardContent{flex:1;min-width:0}.host-module-scss-module__e9R5vW__stationCardTitle{letter-spacing:-.01em;margin:0 0 6px;font-size:18px;font-weight:700}.host-module-scss-module__e9R5vW__stationCardDescription{color:var(--app-text-muted);margin:0 0 12px;font-size:13px;line-height:1.4}.host-module-scss-module__e9R5vW__stationCardMeta{align-items:center;gap:12px;font-size:11px;display:flex}
