:root{--page-bg: #ffffff;--surface: #ffffff;--surface-sunken: #f5f5f7;--player-track: #e6e6eb;--hairline: rgba(0, 0, 0, .08);--hairline-strong: rgba(0, 0, 0, .14);--text: #1c1c1e;--text-2: #6e6e73;--text-3: #a1a1a6;--accent: #007aff;--accent-press: #0a6cd8;--brand-1: #5b8cff;--brand-2: #9b6dff;--brand-3: #ec5cc0;--brand-gradient: linear-gradient(120deg, #5b8cff 0%, #9b6dff 48%, #ec5cc0 100%);--brand-glow: rgba(150, 110, 245, .2);--danger: #ff3b30;--danger-bg: #fdecec;--shadow-card: 0 1px 3px rgba(0, 0, 0, .05), 0 14px 32px rgba(0, 0, 0, .05);--shadow-soft: 0 1px 2px rgba(0, 0, 0, .04), 0 6px 16px rgba(0, 0, 0, .045);color:var(--text);background:var(--page-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--page-bg)}button,textarea,input,select{font:inherit}button{-webkit-tap-highlight-color:transparent}.hero-panel{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:min(100%,820px);min-height:100vh;margin:0 auto;padding:clamp(120px,20vh,200px) 24px 48px;text-align:center}.hero-panel:before{content:"";position:absolute;top:clamp(70px,14vh,150px);left:50%;width:min(560px,82vw);height:300px;transform:translate(-50%);background:radial-gradient(50% 50% at 50% 38%,var(--brand-glow),transparent 72%);filter:blur(34px);pointer-events:none;z-index:0}.hero-panel>*{position:relative;z-index:1}.hero-logo{width:clamp(58px,8vw,82px);height:auto;margin-bottom:20px;filter:drop-shadow(0 10px 26px rgba(150,110,245,.3))}.hero-panel h1{margin:0 0 10px;color:var(--text);font-size:clamp(1.7rem,3vw,2.3rem);font-weight:500;line-height:1.2;letter-spacing:-.02em}.hero-tagline{margin:0 0 28px;color:var(--text-2);font-size:1rem;letter-spacing:.01em}.hero-input-wrap{display:grid;gap:14px;width:min(100%,700px)}.hero-prompts{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;width:min(100%,700px);margin-top:14px}.hero-prompt-chip{padding:8px 14px;border:1px solid var(--hairline-strong);border-radius:999px;background:var(--surface);color:var(--text-2);font-size:.86rem;cursor:pointer;transition:border-color .13s ease,background .13s ease,color .13s ease}.hero-prompt-chip:hover:not(:disabled){border-color:var(--text-3);background:var(--surface-sunken);color:var(--text)}.hero-prompt-chip:disabled{opacity:.6;cursor:default}.chat-input-shell{position:relative;display:flex;flex-direction:column;gap:2px;width:100%;padding:12px 14px 10px;border:1px solid var(--hairline);border-radius:26px;background:var(--surface);box-shadow:var(--shadow-soft);transition:border-color .16s ease,box-shadow .16s ease}.chat-input-shell:focus-within{border-color:#966ef566;box-shadow:0 1px 2px #0000000a,0 12px 30px #966ef51f}.chat-input-shell.voice-active textarea{display:none}.chat-input-shell textarea{width:100%;min-width:0;min-height:28px;max-height:200px;padding:8px 10px 2px;border:0;outline:none;resize:none;background:transparent;color:var(--text);font-size:1.02rem;line-height:1.5;overflow-y:auto}.chat-input-bar{display:flex;align-items:center;gap:8px;width:100%;min-height:36px;padding:0 2px}.chat-input-bar:not(.recording){justify-content:flex-end}.chat-input-shell textarea::placeholder{color:var(--text-3)}.chat-input-shell textarea:disabled{cursor:not-allowed;opacity:.6}.send-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;border:0;border-radius:999px;background:var(--brand-gradient);color:#fff;cursor:pointer;transition:filter .15s ease,opacity .15s ease,transform .15s ease}.send-button:hover:not(:disabled){filter:brightness(1.06) saturate(1.05);transform:translateY(-1px)}.send-button:active:not(:disabled){transform:translateY(0) scale(.96)}.send-button:disabled{cursor:not-allowed;background:#c7c7cc}.send-icon{width:22px;height:22px;transform:translateY(-1px)}.mic-button,.voice-cancel,.voice-done{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--text-2);cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.voice-done{color:var(--accent)}.mic-button:hover:not(:disabled),.voice-cancel:hover:not(:disabled),.voice-done:hover:not(:disabled){background:var(--surface-sunken);color:var(--text);transform:translateY(-1px)}.voice-done:hover:not(:disabled){color:var(--accent-press)}.mic-button:disabled,.voice-cancel:disabled,.voice-done:disabled{cursor:not-allowed;opacity:.4}.mic-icon{width:22px;height:22px}.mic-spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.14);border-top-color:var(--text);border-radius:999px;animation:spin .8s linear infinite}.voice-recording-panel{flex:1 1 auto;display:flex;align-items:center;gap:12px;min-width:0;height:36px;padding:0 4px}.voice-status-dot{flex:0 0 auto;width:8px;height:8px;border-radius:999px;background:var(--text-3)}.voice-status-dot.active{background:var(--danger);animation:mic-pulse 1s ease-in-out infinite}.voice-status-text{display:inline-flex;align-items:center;gap:9px;color:var(--text-2);font-size:.9rem;font-weight:550;white-space:nowrap}.voice-waveform-wrap,.voice-waveform{flex:1 1 auto;min-width:0;height:32px}.voice-waveform{display:block;width:100%}.voice-recording-time{flex:0 0 auto;min-width:40px;color:var(--text-3);font-size:.8rem;font-variant-numeric:tabular-nums;text-align:right}.chat-view{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;height:100dvh}.chat-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:44px 24px 150px}.message-list{display:grid;gap:20px;width:min(100%,760px);margin:0 auto}.message-sequence{display:contents}.chat-message{display:flex;width:100%;animation:message-in .38s cubic-bezier(.22,1,.36,1) both}.chat-message.user{justify-content:flex-end}.chat-message.assistant{justify-content:flex-start}.message-content{width:fit-content;max-width:min(74%,560px);padding:11px 15px;border-radius:20px;background:var(--surface-sunken);color:var(--text);overflow-wrap:anywhere}.chat-message.user .message-content{padding:10px 16px;border-radius:22px;background:var(--surface-sunken);color:var(--text)}.chat-message.assistant .message-content{width:min(100%,680px);max-width:88%;padding:2px 0;border-radius:0;background:transparent}.chat-message.assistant .message-content>p{color:var(--text);line-height:1.68}.assistant-markdown{display:grid;gap:10px;color:var(--text)}.assistant-markdown p,.assistant-markdown ul,.assistant-markdown ol{margin:0;line-height:1.68;overflow-wrap:anywhere}.assistant-markdown ul,.assistant-markdown ol{padding-left:1.35rem}.assistant-markdown li+li{margin-top:5px}.assistant-markdown strong{color:var(--text);font-weight:680}.message-actions{display:flex;gap:2px;margin-top:7px;opacity:0;transition:opacity .14s ease}.chat-message.assistant:hover .message-actions,.message-actions:focus-within{opacity:1}.msg-action{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:var(--text-3);cursor:pointer;transition:background .13s ease,color .13s ease}.msg-action:hover{background:var(--surface-sunken);color:var(--text-2)}@media(hover:none){.message-actions{opacity:1}}.chat-message.error .message-content{max-width:min(88%,560px);padding:11px 15px;border:1px solid rgba(255,59,48,.22);border-radius:16px;background:var(--danger-bg);color:#c4271f}.chat-message.error .message-content>p{color:inherit}.message-content p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.58}.inline-create-button{display:inline-flex;align-items:center;gap:7px;min-height:38px;margin-top:13px;padding:0 16px;border:0;border-radius:999px;background:var(--brand-gradient);color:#fff;cursor:pointer;font-size:.86rem;font-weight:600;transition:filter .15s ease,transform .15s ease}.inline-create-button:hover:not(:disabled){filter:brightness(1.06) saturate(1.05);transform:translateY(-1px)}.inline-create-button:disabled{cursor:not-allowed;opacity:.5}.final-prompt-details{width:min(480px,100%);margin-top:12px;padding-top:12px;border-top:1px solid var(--hairline)}.final-prompt-details summary{color:var(--text-2);cursor:pointer;font-size:.82rem;font-weight:600}.final-prompt-details pre{max-height:260px;margin:10px 0 0;padding:12px;overflow:auto;border:1px solid var(--hairline);border-radius:14px;background:var(--surface-sunken);color:var(--text-2);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.music-player-card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;width:min(520px,100%);margin-top:12px;padding:14px;border:1px solid var(--hairline);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-card)}.music-cover-button{width:88px;height:88px;padding:0;border:1px solid var(--hairline);border-radius:16px;overflow:hidden;background:var(--surface-sunken);cursor:pointer}.music-cover-button img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.music-cover-button:hover img{transform:scale(1.03)}.music-player-body{display:grid;gap:9px;min-width:0}.music-player-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.music-player-title{display:grid;gap:2px;min-width:0;padding:0;border:0;background:transparent;color:var(--text);cursor:pointer;text-align:left}.music-player-title strong,.music-player-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.music-player-title strong{font-size:.98rem;font-weight:650}.music-player-title span{color:var(--text-3);font-size:.8rem}.music-player-actions{display:flex;align-items:center;gap:2px}.music-expand-button,.music-player-more>summary,.full-player-more>summary{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--text-2);cursor:pointer;list-style:none;transition:background .15s ease}.music-expand-button:hover,.music-player-more>summary:hover,.full-player-more>summary:hover{background:var(--surface-sunken)}.music-player-more,.full-player-more{position:relative}.music-player-more>summary::-webkit-details-marker,.full-player-more>summary::-webkit-details-marker{display:none}.player-more-menu{position:absolute;z-index:5;top:calc(100% + 6px);right:0;min-width:168px;padding:6px;border:1px solid var(--hairline);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-card)}.player-more-menu a,.player-more-menu button{display:flex;align-items:center;gap:11px;width:100%;min-height:42px;padding:0 12px;border:0;border-radius:11px;background:transparent;color:var(--text);font-size:.88rem;font-weight:560;text-align:left;text-decoration:none;cursor:pointer}.player-more-menu a svg,.player-more-menu button svg{color:var(--text-2);flex:0 0 auto}.player-more-menu a:hover,.player-more-menu button:hover{background:var(--surface-sunken)}.player-more-menu a:hover svg,.player-more-menu button:hover svg{color:var(--accent)}.share-toast{position:fixed;z-index:200;bottom:32px;left:50%;transform:translate(-50%);max-width:min(420px,calc(100vw - 32px));padding:11px 18px;border-radius:14px;background:#1c1c1eeb;color:#fff;font-size:.86rem;font-weight:560;text-align:center;box-shadow:0 12px 30px #00000038;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:share-toast-in .2s cubic-bezier(.22,1,.36,1) both}@keyframes share-toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.mini-player-progress{display:grid;gap:1px}.mini-player-progress input,.full-player-progress input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:15px;margin:0;background:transparent;cursor:pointer}.mini-player-progress input::-webkit-slider-runnable-track,.full-player-progress input::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(to right,transparent var(--progress, 0%),var(--player-track) var(--progress, 0%)),var(--brand-gradient)}.mini-player-progress input::-moz-range-track,.full-player-progress input::-moz-range-track{height:4px;border-radius:999px;background:var(--player-track)}.mini-player-progress input::-moz-range-progress,.full-player-progress input::-moz-range-progress{height:4px;border-radius:999px;background:var(--brand-gradient)}.mini-player-progress input::-webkit-slider-thumb,.full-player-progress input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-top:-4px;border:0;border-radius:999px;background:var(--brand-2);opacity:0;transition:opacity .15s ease}.mini-player-progress input::-moz-range-thumb,.full-player-progress input::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:999px;background:var(--brand-2);opacity:0;transition:opacity .15s ease}.mini-player-progress input:hover::-webkit-slider-thumb,.full-player-progress input:hover::-webkit-slider-thumb,.mini-player-progress input:focus-visible::-webkit-slider-thumb,.full-player-progress input:focus-visible::-webkit-slider-thumb{opacity:1}.mini-player-progress input:hover::-moz-range-thumb,.full-player-progress input:hover::-moz-range-thumb,.mini-player-progress input:focus-visible::-moz-range-thumb,.full-player-progress input:focus-visible::-moz-range-thumb{opacity:1}.mini-player-progress input:disabled,.full-player-progress input:disabled{cursor:not-allowed;opacity:.5}.mini-player-progress>div,.full-player-progress>div{display:flex;align-items:center;justify-content:space-between;color:var(--text-3);font-size:.67rem;font-variant-numeric:tabular-nums}.mini-player-controls{display:flex;align-items:center;justify-content:center;gap:clamp(28px,8vw,56px)}.mini-player-controls button,.full-player-controls button,.full-player-volume button,.full-player-icon-button{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:currentColor;cursor:pointer}.mini-player-controls button{color:var(--text)}.mini-player-controls button:hover,.full-player-controls button:hover{opacity:.6}.mini-player-play{width:42px;height:36px;color:var(--text)}.music-player-error{margin-top:8px;color:var(--danger);font-size:.86rem;overflow-wrap:anywhere}.full-player{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;overflow:hidden;overscroll-behavior:none;isolation:isolate;background:var(--page-bg);color:var(--text)}.full-player-topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:14px 22px}.full-player-icon-button{width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:var(--text);transition:background .15s ease}.full-player-icon-button:hover{background:var(--surface-sunken)}.full-player-volume{display:flex;align-items:center;gap:9px;min-height:40px;padding:0;background:transparent;color:var(--text-2)}.full-player-volume input{width:105px;accent-color:var(--accent)}.full-player-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(360px,44%) minmax(0,1fr);gap:clamp(64px,8vw,150px);align-items:center;width:min(100%,1500px);height:calc(100vh - 72px);height:calc(100dvh - 72px);margin:0 auto;padding:28px clamp(58px,10vw,180px) 72px;overscroll-behavior:contain}.full-player-artwork-column{display:grid;align-content:center;justify-items:center;gap:18px;min-width:0}.full-player-cover{width:min(100%,460px);aspect-ratio:1;border:1px solid var(--hairline);border-radius:18px;object-fit:cover;box-shadow:0 24px 56px #00000024}.full-player-track-row{display:flex;align-items:center;justify-content:space-between;width:min(100%,460px)}.full-player-track-row h2,.full-player-track-row p{margin:0;overflow-wrap:anywhere}.full-player-track-row h2{font-size:1rem;font-weight:680;color:var(--text)}.full-player-track-row p{margin-top:3px;color:var(--text-2);font-size:.86rem}.full-player-progress,.full-player-controls{width:min(100%,460px)}.full-player-progress>div{color:var(--text-3)}.full-player-progress input{accent-color:var(--accent)}.full-player-controls{display:flex;align-items:center;justify-content:space-around;min-height:60px;color:var(--text)}.full-player-play{width:64px;height:60px}.full-player-more>summary{color:var(--text-2)}.full-player-more .player-more-menu{top:auto;right:0;bottom:calc(100% + 8px)}.full-player-lyrics{position:relative;min-width:0;height:min(74vh,720px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;mask-image:linear-gradient(to bottom,transparent,black 16%,black 84%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 16%,black 84%,transparent)}.full-player-lyrics-status{justify-self:start;display:inline-flex;align-items:center;gap:9px;width:fit-content;min-height:34px;padding:0 14px;border:1px solid var(--hairline);border-radius:999px;background:var(--surface-sunken);color:var(--text-2);font-size:.8rem;font-weight:600}.lyrics-sync-dots{display:inline-flex;align-items:center;gap:5px}.lyrics-sync-dots span{width:7px;height:7px;border-radius:999px;background:var(--accent);animation:thinking-bounce 1.1s ease-in-out infinite}.lyrics-sync-dots span:nth-child(2){animation-delay:.12s}.lyrics-sync-dots span:nth-child(3){animation-delay:.24s}.full-player-lyrics::-webkit-scrollbar{display:none}.full-player-lyrics-scroll{display:grid;align-content:center;gap:clamp(18px,2.8vh,34px);min-height:100%;padding:30vh 0}.lyrics-intro-wait{justify-self:start;display:flex;align-items:center;gap:11px;width:fit-content;padding:6px 2px}.lyrics-intro-wait span{width:11px;height:11px;border-radius:999px;background:var(--text-3);animation:thinking-bounce 1.2s ease-in-out infinite}.lyrics-intro-wait span:nth-child(2){animation-delay:.12s}.lyrics-intro-wait span:nth-child(3){animation-delay:.24s}.full-player-lyrics p{max-width:720px;margin:0;padding:2px 0;overflow-wrap:anywhere;color:var(--text);font-size:clamp(1.7rem,2.9vw,3.3rem);font-weight:700;line-height:1.25;letter-spacing:-.01em;cursor:pointer;opacity:.26;transition:opacity .28s ease,color .28s ease,transform .28s ease}.full-player-lyrics p:hover{opacity:.7}.full-player-lyrics p:focus-visible{outline:2px solid var(--accent);outline-offset:6px;border-radius:10px;opacity:.7}.full-player-lyrics p.active{opacity:1;color:#0b0b0c}.full-player-lyrics p.near{opacity:.4}.full-player-lyrics p.far{opacity:.24}.full-player-lyrics p.hidden-line{opacity:.12}.full-player-lyrics p.intro-line{color:var(--text-2);opacity:.22}.lyric-character{color:var(--text-3);transition:color .1s linear}.lyric-character.sung{color:#0b0b0c}.full-player-instrumental{display:grid;align-content:center;height:100%}.full-player-instrumental p,.full-player-instrumental span{margin:0}.full-player-instrumental p{font-size:clamp(2.4rem,5vw,5rem);font-weight:700;color:var(--text)}.full-player-instrumental span{margin-top:10px;color:var(--text-2)}.full-player-track-actions{display:flex;align-items:center;gap:6px}.fp-star{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:999px;background:transparent;color:var(--text-2);cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.fp-star.active{color:var(--accent)}.fp-star:hover{background:var(--surface-sunken)}.fp-star:active{transform:scale(.92)}.full-player--mobile{display:flex;flex-direction:column;align-items:stretch;padding:max(8px,env(safe-area-inset-top)) 22px max(20px,env(safe-area-inset-bottom))}.fp-grabber{flex:0 0 auto;width:38px;height:5px;margin:8px auto 6px;padding:0;border:0;border-radius:999px;background:#00000029;cursor:pointer}.fp-compact-head{flex:0 0 auto;display:flex;align-items:center;gap:12px;width:100%;padding:6px 0 12px}.fp-compact-cover{flex:0 0 auto;width:52px;height:52px;border:1px solid var(--hairline);border-radius:12px;object-fit:cover}.fp-compact-meta{flex:1 1 auto;min-width:0;display:grid}.fp-compact-meta strong{font-size:1rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-compact-meta span{color:var(--text-2);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-stage{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;width:100%}.fp-stage--lyrics,.fp-stage--queue{align-items:stretch}.fp-stage-cover{width:min(78vw,360px);max-height:100%;aspect-ratio:1;border:1px solid var(--hairline);border-radius:18px;object-fit:cover;box-shadow:0 24px 56px #00000029}.fp-title-row{flex:0 0 auto;display:flex;align-items:center;gap:12px;width:100%;padding:16px 2px 2px}.fp-title-meta{flex:1 1 auto;min-width:0}.fp-title-meta h2{margin:0;font-size:1.5rem;font-weight:750;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-title-meta p{margin:3px 0 0;color:var(--text-2);font-size:1rem}.fp-mobile-error{flex:0 0 auto;margin:8px 0 0}.fp-bottom{flex:0 0 auto;display:grid;gap:18px;width:100%;padding-top:16px}.full-player--mobile .full-player-progress,.full-player--mobile .full-player-controls{width:100%}.full-player--mobile .full-player-controls{min-height:auto;justify-content:space-evenly;color:var(--text)}.full-player--mobile .full-player-lyrics{width:100%;height:100%;margin:0;mask-image:linear-gradient(to bottom,transparent,black 12%,black 86%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 12%,black 86%,transparent)}.full-player--mobile .full-player-lyrics-scroll{padding:22vh 0}.full-player--mobile .full-player-lyrics p{font-size:clamp(1.7rem,6.4vw,2.6rem);text-align:left}.full-player--mobile .full-player-lyrics-status,.full-player--mobile .lyrics-intro-wait{justify-self:start}.fp-volume-bar{display:flex;align-items:center;gap:12px;width:100%}.fp-volume-ico{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:transparent;color:var(--text-3);cursor:pointer}.fp-volume-bar input{flex:1 1 auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:16px;background:transparent;cursor:pointer}.fp-volume-bar input::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(to right,var(--accent) 0,var(--accent) var(--progress, 0%),rgba(0,0,0,.12) var(--progress, 0%),rgba(0,0,0,.12) 100%)}.fp-volume-bar input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;margin-top:-5px;border:0;border-radius:999px;background:var(--accent);box-shadow:0 1px 3px #00000038}.fp-volume-bar input::-moz-range-track{height:4px;border-radius:999px;background:#0000001f}.fp-volume-bar input::-moz-range-progress{height:4px;border-radius:999px;background:var(--accent)}.fp-volume-bar input::-moz-range-thumb{width:14px;height:14px;border:0;border-radius:999px;background:var(--accent)}.fp-toolbar{display:flex;align-items:center;justify-content:space-between;width:100%;padding:4px 6px 0}.fp-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:48px;height:40px;padding:0;border:0;border-radius:12px;background:transparent;color:var(--text-3);cursor:pointer;transition:background .15s ease,color .15s ease}.fp-toolbar-btn.active{color:var(--accent);background:#007aff1a}.fp-queue{width:100%;height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;padding:2px 0 8px}.fp-queue::-webkit-scrollbar{display:none}.fp-queue-heading{margin:0 0 12px;color:var(--text-2);font-size:.85rem;font-weight:650}.fp-queue ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.fp-queue-item{display:flex;align-items:center;gap:12px;width:100%;padding:8px;border:0;border-radius:14px;background:transparent;cursor:pointer;text-align:left;transition:background .15s ease}.fp-queue-item:hover,.fp-queue-item.active{background:var(--surface-sunken)}.fp-queue-item img{flex:0 0 auto;width:48px;height:48px;border:1px solid var(--hairline);border-radius:10px;object-fit:cover}.fp-queue-meta{flex:1 1 auto;min-width:0;display:grid}.fp-queue-meta strong{font-size:.95rem;font-weight:650;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-queue-meta span{font-size:.8rem;color:var(--text-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-queue-item.active .fp-queue-meta strong{color:var(--accent)}.fp-queue-eq{flex:0 0 auto;display:inline-flex;align-items:flex-end;gap:2px;height:16px}.fp-queue-eq span{width:3px;height:5px;border-radius:2px;background:var(--accent)}.fp-queue-eq.playing span{animation:eq-bounce .9s ease-in-out infinite}.fp-queue-eq.playing span:nth-child(2){animation-delay:.15s}.fp-queue-eq.playing span:nth-child(3){animation-delay:.3s}@keyframes eq-bounce{0%,to{height:5px}50%{height:15px}}@media(max-height:800px)and (min-width:821px){.full-player-layout{padding-top:8px;padding-bottom:24px}.full-player-artwork-column{gap:10px}.full-player-cover{width:min(100%,380px,calc(100vh - 330px))}.full-player-controls{min-height:50px}.full-player-play{height:52px}.full-player-lyrics{height:78vh}}.thinking-content{min-width:84px;min-height:44px}.thinking-indicator{display:inline-flex;align-items:center;gap:6px;min-height:20px}.thinking-indicator span{width:7px;height:7px;border-radius:999px;background:var(--brand-1);animation:thinking-bounce 1.1s ease-in-out infinite}.thinking-indicator span:nth-child(2){background:var(--brand-2);animation-delay:.12s}.thinking-indicator span:nth-child(3){background:var(--brand-3);animation-delay:.24s}@media(prefers-reduced-motion:reduce){.thinking-indicator span{animation:thinking-pulse 1.4s ease-in-out infinite}}@keyframes thinking-pulse{0%,to{opacity:.4}50%{opacity:1}}.generating-card{display:flex;align-items:center;gap:14px;width:min(100%,520px);padding:14px;border:1px solid var(--hairline);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-soft)}.gen-cover{flex:0 0 auto;width:60px;height:60px;border-radius:12px}.gen-meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:9px}.gen-line{height:11px;border-radius:999px}.gen-line--title{width:45%}.gen-line--sub{width:28%;height:9px}.gen-cover,.gen-line{background:linear-gradient(100deg,var(--surface-sunken) 28%,rgba(150,110,245,.16) 50%,var(--surface-sunken) 72%);background-size:220% 100%;animation:gen-shimmer 1.5s ease-in-out infinite}.gen-status{display:inline-flex;align-items:center;gap:7px;margin-top:2px;color:var(--text-2);font-size:.82rem}.gen-status-dot{width:7px;height:7px;border-radius:999px;background:var(--brand-gradient);animation:gen-dot-pulse 1.2s ease-in-out infinite}@keyframes gen-shimmer{0%{background-position:180% 0}to{background-position:-40% 0}}@keyframes gen-dot-pulse{0%,to{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.gen-cover,.gen-line{animation:none}.gen-status-dot{animation:none;opacity:.85}}.confirmation-message{margin-top:-4px}.music-confirmation-card{width:min(100%,680px);padding:22px;border:1px solid var(--hairline);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-card)}.confirmation-heading{display:grid;gap:4px;margin-bottom:20px}.confirmation-eyebrow{margin:0;color:var(--accent);font-size:.72rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.music-confirmation-card h2{margin:0;color:var(--text);font-size:1.1rem;font-weight:650}.confirmation-description{max-width:520px;margin:3px 0 0;color:var(--text-2);font-size:.82rem;line-height:1.5}.confirmation-section{display:grid;gap:13px;padding:18px 0;border-top:1px solid var(--hairline)}.confirmation-section h3{margin:0;color:var(--text);font-size:.82rem;font-weight:650}.confirmation-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.confirmation-settings-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.confirmation-field{display:grid;align-content:start;gap:7px}.confirmation-field-wide{grid-column:1 / -1}.confirmation-field>span,.confirmation-lyrics>span{color:var(--text-2);font-size:.79rem;font-weight:600}.confirmation-field input,.confirmation-field select,.confirmation-field textarea,.confirmation-lyrics textarea{width:100%;border:1px solid transparent;border-radius:12px;outline:none;background:var(--surface-sunken);color:var(--text);font:inherit;font-size:.88rem;line-height:1.5;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.confirmation-field input,.confirmation-field select{box-sizing:border-box;height:50px;min-height:50px;padding:0 14px}.confirmation-field select{line-height:normal}.confirmation-field textarea{min-height:100px;padding:12px 14px;resize:vertical}.confirmation-field textarea[rows="4"]{min-height:128px}.confirmation-field input:focus,.confirmation-field select:focus,.confirmation-field textarea:focus,.confirmation-lyrics textarea:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px #007aff29}.confirmation-field input:disabled,.confirmation-field select:disabled,.confirmation-field textarea:disabled,.confirmation-lyrics textarea:disabled{cursor:not-allowed;opacity:.6}.confirmation-lyrics{display:grid;gap:8px}.confirmation-lyrics textarea{min-height:300px;padding:14px;resize:vertical;line-height:1.65}.confirmation-lyrics small{color:var(--text-3);font-size:.76rem;overflow-wrap:anywhere}.confirmation-warning{margin:10px 0 0;color:var(--danger);font-size:.78rem;overflow-wrap:anywhere}.confirmation-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:18px;border-top:1px solid var(--hairline)}.confirmation-actions button{min-height:42px;padding:0 20px;border-radius:999px;cursor:pointer;font-size:.9rem;font-weight:600;transition:transform .15s ease,background .15s ease,border-color .15s ease}.confirmation-actions button:hover:not(:disabled){transform:translateY(-1px)}.confirmation-actions button:disabled{cursor:not-allowed;opacity:.5}.secondary-confirm-button{border:1px solid var(--hairline-strong);background:var(--surface);color:var(--text)}.secondary-confirm-button:hover:not(:disabled){background:var(--surface-sunken)}.primary-confirm-button{border:1px solid var(--accent);background:var(--accent);color:#fff}.primary-confirm-button:hover:not(:disabled){background:var(--accent-press);border-color:var(--accent-press)}.chat-dock-region{position:fixed;right:0;bottom:0;left:0;z-index:15;display:flex;flex-direction:column;pointer-events:none}.scroll-to-bottom{position:relative;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:14px;border:1px solid var(--hairline);border-radius:999px;background:var(--surface);color:var(--text-2);cursor:pointer;box-shadow:var(--shadow-card);opacity:0;transform:translateY(10px) scale(.9);pointer-events:none;transition:opacity .2s ease,transform .2s cubic-bezier(.22,1,.36,1),background .15s ease}.scroll-to-bottom.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.scroll-to-bottom:hover{background:var(--surface-sunken);color:var(--text);transform:translateY(-2px) scale(1.04)}.scroll-to-bottom:active{transform:translateY(0) scale(.96)}.scroll-to-bottom svg{width:20px;height:20px}.chat-input-dock{width:100%;display:grid;gap:6px;padding:6px 24px 16px;background:var(--page-bg);pointer-events:auto}.chat-input-dock .chat-input-shell{width:min(100%,760px);margin:0 auto}.chat-note{width:min(100%,760px);margin:0 auto;color:var(--text-3);font-size:.78rem;text-align:center}.transcription-error{position:fixed;top:16px;left:50%;z-index:20;max-width:min(520px,calc(100vw - 32px));margin:0;padding:11px 16px;border:1px solid rgba(255,59,48,.22);border-radius:16px;background:var(--danger-bg);color:#c4271f;font-size:.9rem;line-height:1.45;overflow-wrap:anywhere;box-shadow:var(--shadow-card);transform:translate(-50%)}@keyframes message-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes thinking-bounce{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}@keyframes mic-pulse{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.25)}}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}@media(max-width:820px){.hero-panel{min-height:100dvh;justify-content:center;justify-content:safe center;padding:74px 16px 90px}.chat-scroll{padding:72px 16px 150px}.chat-input-dock{padding:12px 16px 16px}.full-player-layout{grid-template-columns:minmax(0,1fr);gap:32px;align-content:start;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding:18px 28px 56px}.full-player-artwork-column{justify-items:center;gap:14px}.full-player-cover{width:min(62vw,360px)}.full-player-track-row,.full-player-progress,.full-player-controls{width:min(100%,520px)}.full-player-lyrics{width:min(100%,620px);height:46vh;margin:0 auto}.full-player-lyrics-scroll{padding:18vh 0}.full-player-lyrics p{font-size:clamp(1.6rem,6.6vw,2.9rem);text-align:center}.full-player-lyrics-status,.lyrics-intro-wait{justify-self:center}}@media(max-width:560px){.hero-panel h1{font-size:1.55rem}.hero-prompts{flex-wrap:nowrap;justify-content:flex-start;width:auto;margin-inline:-16px;padding-inline:16px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 36px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 36px),transparent)}.hero-prompts::-webkit-scrollbar{display:none}.hero-prompt-chip{flex:0 0 auto}.message-content{max-width:86%}.music-player-card{grid-template-columns:72px minmax(0,1fr);gap:11px;max-width:100%;padding:11px;border-radius:20px}.music-cover-button{width:72px;height:72px;border-radius:14px}.music-expand-button{display:none}.mini-player-controls{gap:30px}.full-player-topbar{min-height:62px;padding:11px 14px}.full-player-volume{padding:0 10px}.full-player-volume input{width:78px}.full-player-layout{height:calc(100vh - 62px);height:calc(100dvh - 62px);gap:26px;padding:10px 20px 42px}.full-player-cover{width:min(64vw,280px);border-radius:14px}.full-player-lyrics{height:42vh}.full-player-lyrics p{font-size:clamp(1.5rem,7vw,2.2rem)}.voice-recording-panel{gap:9px;padding:0 2px}.voice-recording-time{display:none}.voice-waveform-wrap,.voice-waveform{height:36px}.chat-note{max-width:100%}.music-confirmation-card{padding:17px}.confirmation-form-grid{grid-template-columns:1fr}.confirmation-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.confirmation-field-wide{grid-column:auto}}.auth-overlay{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px}.auth-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14161c52;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.auth-card{position:relative;width:min(100%,400px);padding:30px 28px 24px;border:1px solid var(--hairline);border-radius:22px;background:var(--surface);box-shadow:0 24px 60px #14161c3d;animation:message-in .24s cubic-bezier(.22,1,.36,1) both}.auth-close{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:999px;background:transparent;color:var(--text-2);cursor:pointer;transition:background .15s ease}.auth-close:hover{background:var(--surface-sunken)}.auth-logo{display:block;width:54px;height:54px;margin:2px auto 14px;filter:drop-shadow(0 8px 20px rgba(150,110,245,.28))}.auth-title{margin:0;color:var(--text);font-size:1.4rem;font-weight:720;text-align:center}.auth-subtitle{margin:8px 0 22px;color:var(--text-2);font-size:.86rem;line-height:1.5;text-align:center;text-wrap:balance}.auth-social{display:grid;gap:10px}.auth-social-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border:1px solid var(--hairline-strong);border-radius:999px;background:var(--surface);color:var(--text);font-size:.9rem;font-weight:560;cursor:pointer;transition:background .15s ease}.auth-social-btn:hover{background:var(--surface-sunken)}.auth-social-logo{display:block;width:19px;height:19px;object-fit:contain}.auth-social-spinner{width:19px;height:19px;border:2px solid var(--hairline-strong);border-top-color:var(--text-2);border-radius:999px;animation:spin .8s linear infinite}.app-boot{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:var(--page-bg)}.app-boot-spinner{width:26px;height:26px;border:2.5px solid var(--hairline);border-top-color:var(--brand-2);border-radius:999px;animation:spin .8s linear infinite}.app-boot-text{margin:0;font-size:.92rem;color:var(--text-2)}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--text-3);font-size:.78rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--hairline)}.auth-webview-hint{margin:4px 0 16px;padding:10px 12px;border-radius:10px;background:var(--surface-sunken);color:var(--text-2);font-size:.82rem;line-height:1.6}.auth-form{display:grid;gap:12px}.auth-field{display:grid;gap:6px}.auth-field>span{color:var(--text-2);font-size:.79rem;font-weight:600}.auth-field input{width:100%;height:48px;padding:0 14px;border:1px solid transparent;border-radius:12px;outline:none;background:var(--surface-sunken);color:var(--text);font:inherit;font-size:.92rem;box-shadow:inset 0 1px 1px #ffffffb3;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.auth-field input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px #007aff29}.auth-error{margin:2px 0 0;color:var(--danger);font-size:.82rem;overflow-wrap:anywhere}.auth-info{margin:2px 0 0;color:var(--text-2);font-size:.82rem;line-height:1.5;overflow-wrap:anywhere}.auth-hint{margin:-4px 0 0;color:var(--text-3);font-size:.76rem}.auth-google-hint{margin:10px 0 0;color:var(--text-3);font-size:.74rem;line-height:1.5;text-align:center;text-wrap:balance}.auth-alt-link{display:block;width:100%;margin-top:14px;padding:4px;border:0;background:transparent;color:var(--text-2);font-size:.84rem;text-align:center;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .13s ease}.auth-alt-link:hover{color:var(--text)}.auth-email-chip{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-bottom:14px;padding:12px 14px;border:1px solid var(--hairline-strong);border-radius:12px;background:var(--surface-sunken);cursor:pointer;transition:border-color .13s ease}.auth-email-chip:hover{border-color:var(--text-3)}.auth-email-chip-address{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:.9rem}.auth-email-chip-edit{flex:0 0 auto;color:var(--accent);font-size:.82rem;font-weight:600}.auth-submit{min-height:48px;margin-top:4px;border:0;border-radius:999px;background:var(--brand-gradient);color:#fff;font-size:.95rem;font-weight:650;cursor:pointer;transition:filter .15s ease}.auth-submit:hover:not(:disabled){filter:brightness(1.06) saturate(1.05)}.auth-submit:disabled{opacity:.6;cursor:default}.auth-switch{margin:18px 0 0;color:var(--text-2);font-size:.84rem;text-align:center}.auth-switch button{margin-left:4px;border:0;background:transparent;color:var(--accent);font:inherit;font-weight:620;cursor:pointer}.auth-switch button:hover{text-decoration:underline}.app-layout{--sidebar-w: 264px;display:flex;min-height:100vh;background:var(--page-bg);isolation:isolate}.app-layout:after{content:"";position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(60% 55% at 100% 100%,#ec5cc033,#9b6dff1f 42%,#9b6dff00 72%),radial-gradient(54% 50% at 0% 0%,#5b8cff29,#7b7cff14 46%,#5b8cff00 74%)}.app-layout.is-collapsed{--sidebar-w: 68px}.app-main{flex:1 1 auto;min-width:0;margin-left:var(--sidebar-w);position:relative;transition:margin-left .18s ease}.app-disclaimer{position:absolute;left:0;right:0;bottom:0;padding:14px 24px 16px;text-align:center;font-size:.78rem;line-height:1.6;color:var(--text-3)}.app-disclaimer-link{margin:0 2px;padding:0;border:0;background:transparent;color:var(--text-2);font-size:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .13s ease}.app-disclaimer-link:hover{color:var(--text)}html[lang=zh-CN] .app-disclaimer-link{margin:0}.chat-dock-region{left:var(--sidebar-w, 0)}.transcription-error{left:calc(50% + var(--sidebar-w, 0px) / 2)}.sidebar{position:fixed;z-index:25;top:0;left:0;bottom:0;display:flex;flex-direction:column;width:var(--sidebar-w);padding:10px;background:#f7f7f8;border-right:1px solid var(--hairline);overflow:hidden;transition:width .18s ease,transform .22s ease}.sidebar.menu-open{z-index:50;overflow:visible}.sidebar-scrim{display:none}.sidebar-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:44px;padding:2px}.sidebar-brand-name{display:inline-flex;align-items:center;gap:7px;min-width:0}.sidebar-logo{width:22px;height:22px;flex:0 0 auto}.sidebar-title{font-size:1.05rem;font-weight:700;color:var(--text)}.sidebar-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:9px;background:transparent;color:var(--text-2);cursor:pointer;transition:background .15s ease,color .15s ease}.sidebar-icon-btn:hover{background:#0000000f;color:var(--text)}.sidebar-actions{flex:0 0 auto;display:grid;gap:2px;margin-top:6px}.sidebar-rail-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:10px;background:transparent;color:var(--text-2);cursor:pointer;transition:background .14s ease,color .14s ease}.sidebar-rail-button:hover{background:#0000000f;color:var(--text)}.sidebar-row{display:flex;align-items:center;gap:11px;width:100%;min-height:40px;padding:0 10px;border:0;border-radius:10px;background:transparent;color:var(--text);font-size:.9rem;font-weight:560;text-align:left;cursor:pointer;transition:background .15s ease}.sidebar-row:hover{background:#0000000f}.sidebar-search{display:flex;align-items:center;gap:9px;min-height:40px;padding:0 10px;color:var(--text-3)}.sidebar-search input{flex:1 1 auto;min-width:0;border:0;outline:none;background:transparent;color:var(--text);font-size:.88rem}.sidebar-search input::placeholder{color:var(--text-3)}.sidebar-history{flex:1 1 auto;min-height:0;overflow-y:auto;margin-top:8px;scrollbar-width:thin}.sidebar-section{margin:8px 8px 4px;color:var(--text-3);font-size:.74rem;font-weight:650;letter-spacing:.02em}.sidebar-empty{margin:4px 10px;color:var(--text-3);font-size:.82rem;line-height:1.5}.sidebar-history ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:minmax(0,1fr);gap:1px}.sidebar-history ul>li{min-width:0}.sidebar-chat{position:relative;display:flex;align-items:center;width:100%;min-height:36px;border-radius:9px;transition:background .15s ease}.sidebar-chat-main{flex:1 1 auto;display:flex;align-items:center;gap:9px;min-width:0;min-height:36px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:var(--text);font-size:.86rem;text-align:left;cursor:pointer}.sidebar-chat-main svg{flex:0 0 auto;color:var(--text-3)}.sidebar-chat-main span{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-chat:hover{background:#0000000f}.sidebar-chat.active{background:#00000014}.sidebar-chat.active .sidebar-chat-main{font-weight:600}.sidebar-pin{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:4px;border:0;border-radius:7px;background:transparent;color:var(--text-3);cursor:pointer;opacity:0;transition:opacity .13s ease,background .13s ease,color .13s ease}.sidebar-chat:hover .sidebar-pin{opacity:1}@media(hover:none){.sidebar-pin,.sidebar-kebab{opacity:.55}}.sidebar-pin:hover{background:#00000014;color:var(--text)}.sidebar-pin.is-pinned{opacity:1;color:var(--accent)}.sidebar-pin.is-pinned svg{fill:currentColor}.sidebar-kebab{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:4px;border:0;border-radius:7px;background:transparent;color:var(--text-3);cursor:pointer;opacity:0;transition:opacity .13s ease,background .13s ease,color .13s ease}.sidebar-chat:hover .sidebar-kebab,.sidebar-folder:hover .sidebar-kebab{opacity:1}.sidebar-kebab:hover{background:#00000014;color:var(--text)}.sidebar-section-row{display:flex;align-items:center;justify-content:space-between;padding-right:6px}.sidebar-section-row .sidebar-section{flex:1 1 auto}.sidebar-section-add{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;border-radius:7px;background:transparent;color:var(--text-3);cursor:pointer;transition:background .13s ease,color .13s ease}.sidebar-section-add:hover{background:#0000000f;color:var(--text)}.sidebar-newfolder{display:flex;align-items:center;gap:9px;margin:1px 0;padding:0 10px;min-height:36px;border-radius:9px;background:var(--surface-sunken);color:var(--text-3)}.sidebar-newfolder input{flex:1 1 auto;min-width:0;border:0;background:transparent;color:var(--text);font-size:.86rem;outline:none}.sidebar-folder-list{list-style:none;margin:0;padding:0}.sidebar-folder{position:relative;display:flex;align-items:center;width:100%;min-height:36px;border-radius:9px;transition:background .15s ease}.sidebar-folder:hover{background:#0000000f}.sidebar-folder-main{flex:1 1 auto;display:flex;align-items:center;gap:7px;min-width:0;min-height:36px;padding:0 6px 0 8px;border:0;border-radius:9px;background:transparent;color:var(--text);font-size:.86rem;font-weight:550;text-align:left;cursor:pointer}.sidebar-folder-main>svg:first-child{flex:0 0 auto;color:var(--text-3)}.sidebar-folder-main>span{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-folder-count{flex:0 0 auto;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#0000000f;color:var(--text-3);font-size:.72rem;font-weight:600}.sidebar-folder-rename,.sidebar-chat-rename{flex:1 1 auto;min-width:0;border:0;border-bottom:1px solid var(--accent);background:transparent;color:var(--text);font-size:.86rem;outline:none}.sidebar-menu-sep{height:1px;margin:5px 6px;background:var(--hairline)}.sidebar-folder-chats{list-style:none;padding:0 0 0 16px;border-left:1px solid var(--hairline);margin:0 0 2px 14px}.sidebar-empty--nested{margin:2px 6px;font-size:.78rem}.sidebar-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.sidebar-menu{position:absolute;z-index:41;top:calc(100% - 2px);right:4px;min-width:168px;max-width:220px;max-height:320px;overflow-y:auto;padding:5px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface);box-shadow:0 12px 32px #00000029}.sidebar-menu button{display:flex;align-items:center;gap:9px;width:100%;padding:8px 9px;border:0;border-radius:8px;background:transparent;color:var(--text);font-size:.84rem;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-menu button svg{flex:0 0 auto;color:var(--text-3)}.sidebar-menu button:hover{background:var(--surface-sunken)}.sidebar-menu button:disabled{color:var(--text-3);cursor:default}.sidebar-menu button:disabled:hover{background:transparent}.sidebar-menu button.danger{color:#d7263d}.sidebar-menu button.danger svg{color:#d7263d}.sidebar-menu button.danger:hover{background:#d7263d14}.sidebar-menu-label{margin:6px 9px 2px;color:var(--text-3);font-size:.72rem;font-weight:650}.sidebar-foot{flex:0 0 auto;margin-top:6px;padding:6px 0 2px}.sidebar-account{position:relative}.sidebar-user{display:flex;align-items:center;gap:10px;width:100%;padding:6px;border:0;border-radius:10px;background:transparent;text-align:left;cursor:pointer;transition:background .14s ease}.sidebar-user:hover{background:#0000000a}.sidebar-user-chevron{flex:0 0 auto;color:var(--text-3)}.sidebar-avatar{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:var(--accent);color:#fff;font-size:.82rem;font-weight:700}.sidebar-avatar-img{flex:0 0 auto;width:30px;height:30px;border-radius:999px;object-fit:cover;background:var(--surface-sunken)}.sidebar-account-menu{position:absolute;z-index:41;bottom:calc(100% + 8px);left:0;right:0;padding:7px;border:1px solid var(--hairline);border-radius:16px;background:var(--surface);box-shadow:0 18px 44px #0000002e}.account-menu-head{display:flex;align-items:center;gap:11px;padding:10px 10px 12px}.account-menu-avatar{width:38px;height:38px}.account-menu-id{display:flex;flex-direction:column;min-width:0}.account-menu-id strong{font-size:.92rem;font-weight:650;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-id span{font-size:.78rem;color:var(--text-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-sep{height:1px;margin:2px 4px 4px;background:var(--hairline)}.account-menu-item{display:flex;align-items:center;gap:11px;width:100%;padding:10px;border:0;border-radius:10px;background:transparent;color:var(--text);font-size:.9rem;text-align:left;text-decoration:none;cursor:pointer;transition:background .13s ease}.account-menu-item svg{flex:0 0 auto;color:var(--text-2)}.account-menu-item:hover{background:var(--surface-sunken)}.account-menu-edit{display:flex;flex-direction:column;gap:8px;padding:10px}.account-menu-edit-label{font-size:.78rem;color:var(--text-3)}.account-menu-edit-input{width:100%;padding:9px 11px;border:1px solid var(--hairline-strong);border-radius:10px;background:var(--surface);color:var(--text);font-size:.9rem;outline:none;transition:border-color .13s ease}.account-menu-edit-input:focus{border-color:var(--brand-2)}.account-menu-edit-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:2px}.account-menu-edit-btn{padding:7px 14px;border:1px solid var(--hairline-strong);border-radius:9px;background:var(--surface);color:var(--text);font-size:.84rem;font-weight:560;cursor:pointer;transition:background .13s ease,opacity .13s ease}.account-menu-edit-btn:hover{background:var(--surface-sunken)}.account-menu-edit-btn.primary{border-color:transparent;background:var(--brand-gradient);color:#fff}.account-menu-edit-btn.primary:hover{opacity:.92;background:var(--brand-gradient)}.account-menu-edit-btn:disabled{opacity:.55;cursor:default}.sidebar-user-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:.86rem;font-weight:600}.sidebar-login{width:100%;min-height:42px;border:0;border-radius:999px;background:var(--brand-gradient);color:#fff;font-size:.88rem;font-weight:620;cursor:pointer;transition:filter .15s ease}.sidebar-login:hover{filter:brightness(1.06) saturate(1.05)}.sidebar-brand-logo{width:24px;height:24px;display:block;transition:opacity .12s ease}.sidebar-brand.is-logo{position:relative}.sidebar-brand-expand{position:absolute;opacity:0;transition:opacity .12s ease}.sidebar-brand.is-logo:hover .sidebar-brand-logo{opacity:0}.sidebar-brand.is-logo:hover .sidebar-brand-expand{opacity:1}.sidebar-login-avatar{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:999px;background:var(--surface-sunken);color:var(--text-3);cursor:pointer;transition:background .14s ease,color .14s ease}.sidebar-login-avatar:hover{background:#00000014;color:var(--text-2)}.sidebar.collapsed{padding:10px 8px}.sidebar.collapsed .sidebar-row,.sidebar.collapsed .sidebar-head,.sidebar.collapsed .sidebar-actions,.sidebar.collapsed .sidebar-user,.sidebar.collapsed .sidebar-login,.sidebar.collapsed .sidebar-foot{justify-content:center;padding-left:0;padding-right:0}.sidebar.collapsed .sidebar-actions{justify-items:center}.sidebar.collapsed .sidebar-foot{display:flex;justify-content:center;margin-top:auto}.sidebar.collapsed .sidebar-account{display:flex;justify-content:center;width:100%}.sidebar.collapsed .sidebar-user{width:auto;justify-content:center}.sidebar-hamburger{display:none}@media(max-width:820px){.app-layout{--sidebar-w: 0px}.app-main{margin-left:0}.chat-dock-region{left:0}.transcription-error{left:50%}.sidebar{width:284px;transform:translate(-100%);box-shadow:0 0 44px #0003}.sidebar.mobile-open{transform:translate(0)}.sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:24;background:#00000057;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-scrim.open{opacity:1;pointer-events:auto}.sidebar-hamburger{display:inline-flex;align-items:center;justify-content:center;position:fixed;z-index:18;top:12px;left:12px;width:38px;height:38px;border:1px solid var(--hairline-strong);border-radius:999px;background:var(--surface);color:var(--text-2);cursor:pointer}}.app-auth-actions{position:fixed;z-index:30;top:14px;right:16px;display:flex;align-items:center;gap:8px}.app-auth-btn{min-height:38px;padding:0 17px;border-radius:999px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease,transform .15s ease,border-color .15s ease}.app-auth-btn:hover{transform:translateY(-1px)}.app-auth-login{border:1px solid var(--hairline-strong);background:var(--surface);color:var(--text)}.app-auth-login:hover{background:var(--surface-sunken)}.app-auth-signup{border:0;background:var(--brand-gradient);color:#fff}.app-auth-signup:hover{filter:brightness(1.06) saturate(1.05)}@media(max-width:560px){.app-auth-actions{top:12px;right:12px;gap:6px}.app-auth-btn{min-height:38px;padding:0 14px;font-size:.82rem}}.music-panel-toggle{display:inline-flex;align-items:center;gap:6px;position:fixed;z-index:18;top:14px;right:16px;min-height:40px;padding:0 14px 0 12px;border:1px solid var(--hairline-strong);border-radius:999px;background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-soft);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.music-panel-toggle:hover{background:var(--surface-sunken);color:var(--text)}.music-panel-toggle.is-active{background:var(--text);border-color:var(--text);color:#fff}.music-panel-toggle-count{min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:700;line-height:1}.music-panel-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:32;background:#00000057;opacity:0;pointer-events:none;transition:opacity .2s ease}.music-panel-scrim.is-open{opacity:1;pointer-events:auto}.music-panel{position:fixed;z-index:33;top:0;right:0;height:100%;width:340px;max-width:86vw;display:flex;flex-direction:column;background:var(--surface);border-left:1px solid var(--hairline);box-shadow:-8px 0 44px #0000001f;transform:translate(100%);transition:transform .24s cubic-bezier(.32,.72,0,1)}.music-panel.is-open{transform:translate(0)}.music-panel-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;height:58px;padding:0 12px 0 18px;border-bottom:1px solid var(--hairline)}.music-panel-title{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:.95rem;font-weight:650}.music-panel-title svg{color:var(--text-3)}.music-panel-count{min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--surface-sunken);color:var(--text-2);font-size:.74rem;font-weight:700}.music-panel-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:var(--text-2);cursor:pointer;transition:background .14s ease}.music-panel-close:hover{background:var(--surface-sunken)}.music-panel-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:10px;scrollbar-width:thin}.music-panel-empty{margin:18px 8px;color:var(--text-3);font-size:.86rem;line-height:1.5}.music-panel-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:minmax(0,1fr);gap:4px}.music-panel-list>li{min-width:0}.music-panel-item{display:flex;align-items:center;gap:11px;width:100%;padding:8px;border:0;border-radius:12px;background:transparent;text-align:left;cursor:pointer;transition:background .14s ease}.music-panel-item:hover{background:var(--surface-sunken)}.music-panel-item.is-active{background:#007aff1a}.music-panel-index{flex:0 0 auto;width:18px;color:var(--text-3);font-size:.8rem;font-variant-numeric:tabular-nums;text-align:center}.music-panel-cover{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:9px;overflow:hidden;background:var(--surface-sunken);color:var(--text-3)}.music-panel-cover img{width:100%;height:100%;object-fit:cover}.music-panel-meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.music-panel-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:.88rem;font-weight:600}.music-panel-meta span{color:var(--text-3);font-size:.76rem}@media(max-width:560px){.music-panel-toggle{top:12px;right:12px;min-height:36px;padding:0 12px 0 10px}}.help-overlay,.library-overlay{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px}.help-backdrop,.library-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14161c52;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.help-card{position:relative;display:flex;width:min(100%,860px);height:min(86vh,640px);border:1px solid var(--hairline);border-radius:20px;background:var(--surface);box-shadow:0 24px 60px #14161c3d;overflow:hidden;animation:message-in .24s cubic-bezier(.22,1,.36,1) both}.help-close{position:absolute;top:14px;right:14px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:var(--text-2);cursor:pointer;transition:background .13s ease}.help-close:hover{background:var(--surface-sunken)}.help-nav{flex:0 0 200px;display:flex;flex-direction:column;gap:2px;padding:18px 12px;border-right:1px solid var(--hairline);background:var(--surface-sunken)}.help-nav-title{margin:2px 8px 12px;font-size:1rem;font-weight:680;color:var(--text)}.help-nav-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:0;border-radius:9px;background:transparent;color:var(--text);font-size:.9rem;text-align:left;text-decoration:none;cursor:pointer;transition:background .13s ease,box-shadow .13s ease}.help-nav-item svg{flex:0 0 auto;color:var(--text-3)}.help-nav-item:hover{background:#0000000d}.help-nav-item.active{background:var(--surface);font-weight:560;box-shadow:var(--shadow-soft)}.help-nav-item.active svg{color:var(--brand-2)}.help-nav-report{margin-top:auto}.help-content{flex:1 1 auto;overflow-y:auto;padding:40px 36px 36px}.help-section-title{margin:0 0 18px;font-size:1.3rem;font-weight:680;color:var(--text)}.help-faq{margin:0}.help-faq-item{padding:14px 0;border-bottom:1px solid var(--hairline)}.help-faq-item:first-child{padding-top:0}.help-faq-item dt{margin-bottom:8px;font-size:.98rem;font-weight:620;color:var(--text)}.help-faq-item dd{margin:0 0 6px;font-size:.9rem;line-height:1.7;color:var(--text-2)}.help-doc-block{margin-bottom:22px}.help-doc-block h3{margin:0 0 8px;font-size:.98rem;font-weight:620;color:var(--text)}.help-doc-block p{margin:0 0 8px;font-size:.9rem;line-height:1.75;color:var(--text-2)}.library-card{position:relative;display:flex;flex-direction:column;width:min(100%,760px);height:min(88vh,760px);border:1px solid var(--hairline);border-radius:20px;background:var(--surface);box-shadow:0 24px 60px #14161c3d;overflow:hidden;animation:message-in .24s cubic-bezier(.22,1,.36,1) both}.library-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--hairline)}.library-title{display:inline-flex;align-items:center;gap:9px;font-size:1.05rem;font-weight:680;color:var(--text)}.library-title svg{color:var(--brand-2)}.library-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--surface-sunken);font-size:.78rem;font-weight:600;color:var(--text-2)}.library-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:var(--text-2);cursor:pointer;transition:background .13s ease}.library-close:hover{background:var(--surface-sunken)}.library-body{flex:1 1 auto;overflow-y:auto;padding:18px 20px 24px}.library-state{padding:40px 0;text-align:center;color:var(--text-2);font-size:.92rem}.library-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:60px 20px;text-align:center;color:var(--text-3)}.library-empty p{margin:8px 0 0;font-size:.98rem;font-weight:560;color:var(--text-2)}.library-empty span{font-size:.86rem;color:var(--text-3)}.library-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.library-item-meta{display:flex;gap:6px;margin:0 0 6px 4px;font-size:.78rem;color:var(--text-3)}@media(max-width:720px){.help-card{flex-direction:column;height:min(90vh,720px)}.help-nav{flex:0 0 auto;flex-direction:row;flex-wrap:wrap;gap:6px;border-right:0;border-bottom:1px solid var(--hairline)}.help-nav-title{flex:1 0 100%;margin-bottom:4px}.help-nav-report{margin-top:0}.help-content{padding:24px 20px}}
