@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@500;600;700&family=Fraunces:ital,wght@1,400;1,500&display=swap";:root{--ink: #201933;--paper: #F7F4FD;--lilac: #EAE4FC;--grape: #6B4FD8;--grape-deep: #4A32B0;--mute: #877FA0;--card: rgba(255, 255, 255, .82);--line: rgba(107, 79, 216, .14);--line-strong: rgba(107, 79, 216, .26);--sunset-a: #FF8A5C;--sunset-b: #E0447C;--glow: rgba(107, 79, 216, .35);--shadow-soft: 0 2px 6px -2px rgba(48, 34, 92, .08), 0 12px 32px -16px rgba(48, 34, 92, .18);--shadow-pop: 0 4px 10px -4px rgba(48, 34, 92, .16), 0 20px 44px -20px rgba(74, 50, 176, .38);--ring: 0 0 0 3px rgba(107, 79, 216, .22)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{margin:0;height:100%}body{font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before,body:after{content:"";position:fixed;z-index:-1;border-radius:50%;filter:blur(70px);pointer-events:none}body:before{width:62vmax;height:46vmax;left:-14vmax;top:-18vmax;background:radial-gradient(closest-side,rgba(139,92,246,.2),transparent 72%)}body:after{width:52vmax;height:44vmax;right:-16vmax;bottom:-20vmax;background:radial-gradient(closest-side,rgba(224,68,124,.1),transparent 72%)}.app{display:flex;flex-direction:column;height:100vh;height:100dvh;max-height:100dvh;overflow:hidden}.header{flex-shrink:0;padding:15px 20px;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid var(--line);background:#ffffff8c;backdrop-filter:blur(16px) saturate(1.5);-webkit-backdrop-filter:blur(16px) saturate(1.5)}.wordmark{display:inline-flex;align-items:center;gap:7px}.spark{color:var(--grape);filter:drop-shadow(0 2px 6px rgba(107,79,216,.45))}.wordmark-main{font-family:Space Grotesk,sans-serif;font-size:19.5px;font-weight:700;letter-spacing:-.03em}.taste-badge{position:absolute;right:60px;display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:#d6336f;background:linear-gradient(135deg,#ff8a5c1f,#e0447c1f);border:1px solid rgba(224,68,124,.28);padding:4px 10px;border-radius:20px}.chat-area{flex:1;display:flex;flex-direction:column;min-height:0;width:100%;max-width:720px;margin:0 auto}.thread{flex:1;overflow-y:auto;padding:18px 14px 8px;display:flex;flex-direction:column;gap:11px;scrollbar-width:thin;scrollbar-color:rgba(107,79,216,.25) transparent}.thread::-webkit-scrollbar{width:5px}.thread::-webkit-scrollbar-track{background:transparent}.thread::-webkit-scrollbar-thumb{background:#6b4fd838;border-radius:99px}.thread::-webkit-scrollbar-thumb:hover{background:#6b4fd866}.row{display:flex;width:100%}.row.user{justify-content:flex-end}.row.assistant{justify-content:flex-start}.bubble{max-width:82%;padding:12px 15px;border-radius:20px;font-size:14.5px;line-height:1.5;letter-spacing:.001em;word-break:break-word;animation:bubbleIn .3s cubic-bezier(.21,.8,.32,1) both}.bubble.assistant{background:var(--card);border:1px solid var(--line);border-bottom-left-radius:7px;box-shadow:var(--shadow-soft);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.bubble.user{background:linear-gradient(140deg,#7A5CE8 0%,var(--grape) 42%,var(--grape-deep) 100%);color:#fff;border-bottom-right-radius:7px;box-shadow:inset 0 1px #ffffff38,0 10px 26px -12px #4a32b099}.bubble.error{background:#fbefe2;border:1px solid #EFD3B8;color:#96591f}.bubble-text{white-space:pre-wrap}.bubble-img{width:100%;max-width:240px;border-radius:13px;margin-bottom:8px;display:block;box-shadow:0 6px 18px -8px #1a162659}.url-chip{font-size:12.5px;font-weight:500;color:#fff;background:#ffffff2e;border:1px solid rgba(255,255,255,.22);padding:5px 10px;border-radius:9px;margin-bottom:8px;display:inline-block}.para{margin:0 0 6px}.list-line{display:flex;gap:9px;align-items:baseline;margin:5px 0;padding:8px 11px;background:linear-gradient(135deg,#e9e3fb99,#e9e3fb59);border:1px solid rgba(107,79,216,.1);border-radius:11px;transition:border-color .16s ease,background .16s ease}.list-line:hover{border-color:var(--line-strong)}.list-mark{font-family:Space Grotesk,sans-serif;font-weight:700;color:var(--grape);font-size:13px;flex-shrink:0;min-width:14px}.list-text{flex:1}.song-card{display:flex;align-items:center;gap:9px;margin:7px 0;padding:10px 12px;background:linear-gradient(135deg,#6b4fd817,#4a32b00b);border:1px solid rgba(107,79,216,.18);border-radius:13px;flex-wrap:wrap;transition:transform .18s cubic-bezier(.21,.8,.32,1),box-shadow .18s ease,border-color .18s ease}.song-card:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:0 10px 26px -14px #4a32b059}.song-note{font-size:16px;color:var(--grape);flex-shrink:0}.song-info{display:flex;flex-direction:column;gap:1px;flex:1 1 120px;min-width:0}.song-title{font-size:14px;font-weight:620;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-artist{font-size:12.5px;color:var(--mute);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-mood{font-size:11px;color:var(--grape-deep);background:#ffffffbf;border:1px solid rgba(107,79,216,.12);padding:3px 9px;border-radius:8px;font-weight:550;flex-shrink:0}.song-art{width:40px;height:40px;border-radius:10px;object-fit:cover;flex-shrink:0;box-shadow:0 5px 12px -5px #1a162666}.like-btn{flex-shrink:0;width:29px;height:29px;border-radius:9px;background:#ffffffa6;border:1px solid rgba(107,79,216,.18);display:grid;place-items:center;cursor:pointer;color:#b4acc4;transition:transform .16s cubic-bezier(.3,1.4,.5,1),background .16s ease,color .16s ease,border-color .16s ease}.like-btn:hover{color:var(--sunset-b);border-color:#e0447c59}.like-btn.liked{background:linear-gradient(135deg,#ff8a5c29,#e0447c29);border-color:#e0447c66;color:var(--sunset-b);transform:scale(1.06)}.typing{display:flex;gap:4px;padding:14px 16px}.bubble.typing{display:inline-flex;align-items:center}.typing-label{font-size:12.5px;color:var(--mute);margin-right:7px}.d{width:6px;height:6px;border-radius:50%;background:var(--grape);opacity:.4;animation:blink 1.3s infinite}.d:nth-child(2){animation-delay:.2s}.d:nth-child(3){animation-delay:.4s}.staged-wrap{flex-shrink:0;padding:0 14px}.staged{display:inline-flex;align-items:center;gap:9px;background:var(--card);border:1px solid var(--line-strong);border-radius:13px;padding:6px 9px 6px 6px;margin-bottom:8px;box-shadow:var(--shadow-soft)}.staged-img{width:36px;height:36px;border-radius:8px;object-fit:cover}.staged-url-icon{width:36px;height:36px;border-radius:8px;background:var(--lilac);display:grid;place-items:center;font-size:16px}.staged-label{font-size:12.5px;color:var(--mute);font-weight:500}.staged-remove{width:22px;height:22px;border-radius:50%;background:#20193317;border:none;display:grid;place-items:center;cursor:pointer;color:var(--ink);transition:background .15s ease}.staged-remove:hover{background:#20193329}.url-panel{flex-shrink:0;display:flex;align-items:center;gap:7px;padding:0 14px 8px}.url-input{flex:1;border:1px solid var(--line-strong);border-radius:12px;background:#fff;padding:10px 13px;font-size:13.5px;font-family:inherit;color:var(--ink);outline:none;transition:border-color .16s ease,box-shadow .16s ease}.url-go{flex-shrink:0;height:38px;padding:0 15px;border-radius:11px;border:none;background:linear-gradient(135deg,var(--grape),var(--grape-deep));color:#fff;font-size:13px;font-weight:600;cursor:pointer;display:grid;place-items:center;box-shadow:0 6px 14px -8px var(--glow)}.url-go:disabled{background:#6b4fd842;cursor:not-allowed;box-shadow:none}.url-close{flex-shrink:0;width:34px;height:34px;border-radius:10px;background:#20193312;border:none;display:grid;place-items:center;cursor:pointer;color:var(--ink)}.composer{flex-shrink:0;display:flex;align-items:flex-end;gap:8px;padding:11px 14px calc(13px + env(safe-area-inset-bottom,0px));background:#ffffffa8;backdrop-filter:blur(18px) saturate(1.5);-webkit-backdrop-filter:blur(18px) saturate(1.5);border-top:1px solid var(--line)}.attach-btn,.link-btn{flex-shrink:0;width:43px;height:43px;border-radius:14px;background:var(--lilac);color:var(--grape-deep);display:grid;place-items:center;cursor:pointer;border:none;transition:background .16s ease,transform .16s ease}.attach-btn:hover,.link-btn:hover{background:#dfd6f8}.attach-btn{position:relative;overflow:hidden}.file-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;font-size:0}.composer-input{flex:1;border:1px solid rgba(107,79,216,.22);border-radius:15px;background:#fff;padding:11px 15px;font-size:14.5px;font-family:inherit;color:var(--ink);resize:none;outline:none;line-height:1.45;max-height:120px;min-height:43px;box-shadow:inset 0 1px 3px #30225c0d;transition:border-color .16s ease,box-shadow .16s ease}.send-btn{flex-shrink:0;width:43px;height:43px;border-radius:14px;border:none;background:linear-gradient(140deg,#7A5CE8,var(--grape) 45%,var(--grape-deep));color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:inset 0 1px #ffffff40,0 8px 20px -10px #4a32b0bf;transition:box-shadow .18s ease,transform .16s ease}.send-btn:hover:not(:disabled){box-shadow:inset 0 1px #ffffff40,0 10px 26px -10px #4a32b0e6}.send-btn:disabled{background:#6b4fd842;box-shadow:none;cursor:not-allowed}.composer-input:focus,.url-input:focus{border-color:#6b4fd880;box-shadow:var(--ring)}.composer-input::placeholder,.url-input::placeholder{color:#b4acc4}button:active:not(:disabled){transform:scale(.96)}button:focus-visible,a:focus-visible{outline:none;box-shadow:var(--ring)}@media (min-width: 721px){.chat-area{border-left:1px solid var(--line);border-right:1px solid var(--line);background:#ffffff4d}.thread{padding:26px 24px 14px;gap:16px}.bubble{max-width:76%;font-size:15px}.composer{padding:14px 20px 18px}}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bubbleIn{0%{opacity:0;transform:translateY(7px) scale(.985)}to{opacity:1;transform:none}}@keyframes blink{0%,80%,to{opacity:.25}40%{opacity:.9}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes polaroidRise{0%{opacity:0;transform:translateY(22px) rotate(-2deg) scale(.94)}to{opacity:1;transform:rotate(-2deg) scale(1)}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.preview-btn{flex-shrink:0;padding:6px 12px;border-radius:9px;border:none;background:linear-gradient(135deg,var(--grape),var(--grape-deep));color:#fff;font-size:12px;font-weight:650;cursor:pointer;font-family:inherit;box-shadow:0 4px 10px -6px var(--glow);transition:box-shadow .16s ease}.preview-btn:hover{box-shadow:0 6px 16px -6px var(--glow)}.preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:radial-gradient(90% 70% at 18% 8%,rgba(139,92,246,.34),transparent 60%),radial-gradient(80% 60% at 85% 90%,rgba(224,68,124,.22),transparent 62%),linear-gradient(160deg,#ede7fc,#cfc3f2 55%,#b7a7ea);display:grid;place-items:center;padding:24px;animation:fadeIn .22s ease}.polaroid{position:relative;background:linear-gradient(172deg,#fefdfb,#f7f4ee);padding:14px 14px 0;border-radius:7px;box-shadow:0 1px 2px #261c4a1f,0 30px 70px -18px #3a288280,inset 0 0 0 1px #fff9;transform:rotate(-2deg);width:300px;max-width:86vw;animation:polaroidRise .4s cubic-bezier(.2,.85,.25,1.08)}.story-close{position:absolute;top:-14px;right:-14px;z-index:5;width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff;border:none;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 18px -6px #0000008c}.polaroid-photo{width:100%;aspect-ratio:1 / 1;border-radius:3px;overflow:hidden;background:#2a2440;box-shadow:inset 0 0 0 1px #0000000f}.polaroid-photo img{width:100%;height:100%;object-fit:cover;display:block}.polaroid-nophoto{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#ffffffa6}.polaroid-nophoto span:first-child{font-size:15px;font-weight:600}.polaroid-nophoto-sub{font-size:11.5px;opacity:.7}.polaroid-strip{padding:12px 4px 16px}.pola-sticker{display:inline-flex;align-items:center;gap:8px;background:#f2edfc;border:1px solid #DDD2F6;border-radius:10px;padding:5px 9px;margin-bottom:10px;max-width:100%}.pola-sticker-icon{width:22px;height:22px;border-radius:6px;flex-shrink:0;background:linear-gradient(135deg,var(--grape),var(--grape-deep));color:#fff;display:grid;place-items:center}.pola-sticker-info{display:flex;flex-direction:column;line-height:1.15;min-width:0}.pola-sticker-title{font-size:11.5px;font-weight:620;color:#26215c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pola-sticker-artist{font-size:10px;color:#7a719c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pola-play{width:20px;height:20px;border-radius:50%;flex-shrink:0;border:none;background:var(--grape);color:#fff;display:grid;place-items:center;cursor:pointer;margin-left:2px}.pola-play.loading{background:#6b4fd866}.pola-unavailable,a.pola-unavailable{text-decoration:none;flex-shrink:0;font-size:10px;font-weight:600;color:var(--grape-deep);background:#fff;padding:4px 8px;border-radius:7px;margin-left:2px}.polaroid-caption{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:450;font-size:17.5px;color:#2a2440;line-height:1.32;letter-spacing:.002em}.about-btn{position:absolute;left:16px;width:34px;height:34px;border-radius:10px;background:var(--lilac);color:var(--grape-deep);border:none;display:grid;place-items:center;cursor:pointer;transition:background .16s ease}.about-btn:hover{background:#dfd6f8}.about-overlay{background:#14101e8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.about-card{position:relative;background:#fff;border-radius:24px;padding:32px 26px 26px;width:340px;max-width:88vw;text-align:center;box-shadow:var(--shadow-pop);animation:polaroidRise .32s ease}.about-close{background:var(--ink)}.about-mark{width:56px;height:56px;border-radius:17px;margin:0 auto 14px;background:linear-gradient(140deg,#7A5CE8,var(--grape) 45%,var(--grape-deep));color:#fff;display:grid;place-items:center;border:none;cursor:pointer;box-shadow:inset 0 1px #ffffff40,0 10px 24px -10px var(--glow);transition:transform .15s ease}.about-mark:active{transform:scale(.92)}.about-mark.confirming{background:linear-gradient(135deg,#e0447c,#b0245a)}.about-reset-hint{font-size:11.5px;color:var(--grape-deep);margin:-8px 0 12px;font-weight:550}.about-title{font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:700;letter-spacing:-.03em;margin:0 0 4px;color:var(--ink)}.about-tagline{font-size:13px;color:var(--mute);margin:0 0 16px}.about-body{font-size:14px;line-height:1.55;color:var(--ink);margin:0 0 18px}.about-divider{height:1px;background:var(--line);margin:0 0 16px}.about-credit{font-size:14px;color:var(--ink);margin:0 0 14px}.about-credit strong{font-weight:650;color:var(--grape-deep)}.about-feedback{display:inline-block;font-size:13.5px;font-weight:600;text-decoration:none;color:#fff;background:linear-gradient(135deg,var(--grape),var(--grape-deep));padding:10px 20px;border-radius:13px;box-shadow:0 8px 18px -10px var(--glow)}.post-ig-btn{width:100%;margin-top:14px;padding:12px;border-radius:12px;border:none;background:linear-gradient(140deg,#7a5ce8,#6b4fd8 45%,#4a32b0);color:#fff;font-size:14px;font-weight:650;font-family:inherit;cursor:pointer;box-shadow:inset 0 1px #ffffff38,0 10px 22px -10px #4a32b0bf}.post-ig-btn:disabled{opacity:.7;cursor:default}.post-ig-hint{margin:9px 2px 0;font-size:10.5px;line-height:1.4;color:#877fa0;text-align:center}.post-ig-hint strong{color:#4a32b0;font-weight:600}.wm-y{color:#6b4fd8}.wm-ai{background:linear-gradient(45deg,#ff8a5c,#e0447c,#8b5cf6,#4a32b0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:700}.about-title .wm-y{color:#6b4fd8}.copy-btn{flex-shrink:0;margin-left:6px;width:25px;height:25px;border-radius:8px;border:none;background:#6b4fd81a;color:var(--grape-deep);display:inline-grid;place-items:center;cursor:pointer;vertical-align:middle;transition:background .15s ease}.copy-btn:hover{background:#6b4fd82e}.copy-btn.copied{background:#ddf5e3;color:#1e7a3c}.vibe-chips{display:flex;flex-wrap:wrap;gap:8px;padding:4px 2px 10px;animation:bubbleIn .35s ease both}.vibe-chip{border:1px solid var(--line-strong);background:#ffffffc7;color:var(--grape-deep);font-size:13px;font-weight:550;font-family:inherit;padding:8px 14px;border-radius:999px;cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.vibe-chip:hover{background:var(--lilac);transform:translateY(-1px);box-shadow:0 6px 14px -8px var(--glow)}.regen-wrap{display:flex;justify-content:flex-start;padding:0 2px 8px}.regen-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line-strong);background:#ffffffc7;color:var(--grape-deep);font-size:12.5px;font-weight:600;font-family:inherit;padding:7px 13px;border-radius:999px;cursor:pointer;transition:background .16s ease,transform .16s ease}.regen-btn:hover{background:var(--lilac);transform:translateY(-1px)}.theme-btn{position:fixed;top:14px;right:16px;z-index:40;width:34px;height:34px;border-radius:10px;background:var(--lilac);color:var(--grape-deep);border:none;display:grid;place-items:center;cursor:pointer;transition:background .16s ease}.theme-btn:hover{background:#dfd6f8}.filter-row{display:flex;gap:8px;overflow-x:auto;padding:8px 2px 4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-chip{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px;border:none;background:none;cursor:pointer;padding:0;font-family:inherit}.filter-chip img{width:52px;height:52px;border-radius:11px;object-fit:cover;border:2px solid transparent;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.filter-chip:hover img{transform:translateY(-1px);box-shadow:0 6px 14px -8px #1a162666}.filter-chip.active img{border-color:var(--grape);box-shadow:0 6px 16px -8px var(--glow)}.filter-chip span{font-size:10.5px;color:var(--mute);font-weight:550}.filter-chip.active span{color:var(--grape-deep)}.biz-btn{position:absolute;left:58px;width:40px;height:32px;border-radius:10px;border:1px solid var(--line-strong);background:var(--card);color:var(--mute);font-size:12px;font-weight:800;letter-spacing:.04em;cursor:pointer;font-family:inherit;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.biz-btn.on{background:linear-gradient(140deg,#7A5CE8,var(--grape) 45%,var(--grape-deep));color:#fff;border-color:transparent;box-shadow:inset 0 1px #ffffff38,0 6px 14px -8px var(--glow)}.boost-badge{font-size:10.5px;font-weight:800;letter-spacing:.03em;color:#2f8c4e;background:#2f8c4e1f;border:1px solid rgba(47,140,78,.2);border-radius:999px;padding:3px 9px;margin-left:4px}.song-card-loading .song-title{color:var(--mute);font-weight:500;font-style:italic}.song-note.pulse{animation:bizPulse 1.3s ease-in-out infinite}@keyframes bizPulse{0%,to{opacity:.4}50%{opacity:1}}[data-theme=dark]{--ink: #EEEAF8;--paper: #14101E;--lilac: #292139;--mute: #9C93B6;--card: rgba(38, 31, 56, .88);--line: rgba(148, 122, 240, .16);--line-strong: rgba(148, 122, 240, .3);--glow: rgba(139, 92, 246, .45);--shadow-soft: 0 2px 6px -2px rgba(0, 0, 0, .4), 0 12px 32px -16px rgba(0, 0, 0, .55);--shadow-pop: 0 4px 10px -4px rgba(0, 0, 0, .5), 0 24px 50px -20px rgba(0, 0, 0, .65);--ring: 0 0 0 3px rgba(139, 92, 246, .32)}[data-theme=dark] body{background:var(--paper)}[data-theme=dark] body:before{background:radial-gradient(closest-side,rgba(139,92,246,.16),transparent 72%)}[data-theme=dark] body:after{background:radial-gradient(closest-side,rgba(224,68,124,.09),transparent 72%)}[data-theme=dark] .header{background:#14101eb3;border-color:var(--line)}[data-theme=dark] .wordmark-main{color:var(--ink)}[data-theme=dark] .bubble.assistant{background:var(--card);border-color:var(--line);box-shadow:var(--shadow-soft)}[data-theme=dark] .bubble.error{background:#3a2a1c;border-color:#5a4128;color:#e8b888}[data-theme=dark] .list-line{background:linear-gradient(135deg,#292139b3,#29213973);border-color:#947af01a}[data-theme=dark] .composer{background:#14101ed1;border-color:var(--line)}[data-theme=dark] .composer-input{background:#292139eb;color:var(--ink);box-shadow:inset 0 1px 3px #0000004d}[data-theme=dark] .composer-input::placeholder{color:var(--mute)}[data-theme=dark] .url-input{background:#292139eb;color:var(--ink)}[data-theme=dark] .staged{background:var(--card)}[data-theme=dark] .staged-remove{background:#eeeaf81f;color:var(--ink)}[data-theme=dark] .url-close{background:#eeeaf81a;color:var(--ink)}[data-theme=dark] .song-card{background:linear-gradient(135deg,#6b4fd82b,#4a32b014);border-color:var(--line-strong)}[data-theme=dark] .song-mood{background:#292139d9;color:#cdbff5;border-color:#947af029}[data-theme=dark] .like-btn{background:#292139d9}[data-theme=dark] .vibe-chip,[data-theme=dark] .regen-btn{background:#292139e0;color:#cdbff5;border-color:#947af052}[data-theme=dark] .vibe-chip:hover,[data-theme=dark] .regen-btn:hover{background:#382d50f2}[data-theme=dark] .copy-btn{background:#947af02e;color:#cdbff5}[data-theme=dark] .copy-btn.copied{background:#1e3a28;color:#7ed99a}[data-theme=dark] .attach-btn:hover,[data-theme=dark] .link-btn:hover,[data-theme=dark] .theme-btn:hover,[data-theme=dark] .about-btn:hover{background:#332a4a}[data-theme=dark] .filter-chip.active img{border-color:#8b5cf6}[data-theme=dark] .biz-btn{background:#292139eb}[data-theme=dark] .boost-badge{background:#2f8c4e38;color:#6fdb8f;border-color:#6fdb8f33}[data-theme=dark] .chat-area{background:#ffffff05}[data-theme=dark] .about-card{background:#221b36}[data-theme=dark] .about-title,[data-theme=dark] .about-body,[data-theme=dark] .about-credit{color:var(--ink)}[data-theme=dark] .thread{scrollbar-color:rgba(148,122,240,.3) transparent}[data-theme=dark] .thread::-webkit-scrollbar-thumb{background:#947af047}.ads-btn{position:absolute;left:106px;width:40px;height:32px;border-radius:10px;border:1px solid var(--line-strong);background:var(--card);color:var(--mute);font-size:12px;font-weight:800;letter-spacing:.04em;cursor:pointer;font-family:inherit;transition:background .16s ease,color .16s ease}.ads-btn:hover{color:var(--grape-deep);background:var(--lilac)}.adstudio-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#14101e99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:grid;place-items:center;padding:14px;animation:fadeIn .2s ease}.adstudio{width:100%;max-width:860px;height:min(92dvh,720px);background:var(--paper);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-pop)}.adstudio-head{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line)}.adstudio-title{display:inline-flex;align-items:center;gap:7px;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:16px;color:var(--ink)}.adstudio-close{width:30px;height:30px;border-radius:9px;border:none;background:var(--lilac);color:var(--grape-deep);display:grid;place-items:center;cursor:pointer}.adstudio-body{flex:1;display:flex;min-height:0}.adstudio-controls{width:300px;flex-shrink:0;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--line)}.as-label{font-size:11.5px;font-weight:700;letter-spacing:.04em;color:var(--mute);text-transform:lowercase;margin-top:4px}.as-input{border:1px solid var(--line-strong);border-radius:11px;background:#fff;padding:10px 12px;font-size:13.5px;font-family:inherit;color:var(--ink);outline:none;transition:border-color .16s ease,box-shadow .16s ease}.as-input:focus{border-color:#6b4fd880;box-shadow:var(--ring)}.as-edit{resize:none;line-height:1.4}.as-primary{margin-top:8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:12px;border-radius:12px;border:none;cursor:pointer;background:linear-gradient(140deg,#7A5CE8,var(--grape) 45%,var(--grape-deep));color:#fff;font-size:14px;font-weight:650;font-family:inherit;box-shadow:inset 0 1px #ffffff38,0 8px 20px -10px var(--glow)}.as-primary:disabled{opacity:.55;cursor:not-allowed}.as-row{display:flex;gap:7px;margin-top:8px}.as-secondary{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 8px;border-radius:10px;cursor:pointer;border:1px solid var(--line-strong);background:var(--card);color:var(--grape-deep);font-size:12px;font-weight:650;font-family:inherit;transition:background .15s ease}.as-secondary:hover:not(:disabled){background:var(--lilac)}.as-secondary:disabled{opacity:.55;cursor:not-allowed}.as-startover{margin-top:10px;background:none;border:none;cursor:pointer;font-size:12px;font-weight:600;color:var(--mute);font-family:inherit;text-decoration:underline}.as-error{margin-top:8px;font-size:12.5px;line-height:1.4;color:#96591f;background:#fbefe2;border:1px solid #EFD3B8;border-radius:10px;padding:9px 11px}.adstudio-preview{flex:1;display:grid;place-items:center;padding:14px;background:#6b4fd80d;min-width:0;overflow:hidden}.as-frame-scaler{width:100%;height:100%;max-width:min(78vw,340px);aspect-ratio:9 / 16;max-height:100%;border-radius:14px;overflow:hidden;box-shadow:0 18px 44px -16px #1a162680;background:#000}.as-frame{border:none;background:#000;width:100%;height:100%;display:block}@media (min-width: 721px){.as-frame-scaler{max-width:none;width:auto;height:100%}}.as-empty{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--mute);font-size:13.5px;font-weight:550;text-align:center;padding:0 24px}.as-empty-sub{font-size:11.5px;font-weight:450;max-width:260px;line-height:1.45}@media (max-width: 720px){.adstudio-body{flex-direction:column}.adstudio-controls{width:100%;border-right:none;border-bottom:1px solid var(--line);max-height:46%}.adstudio-preview{padding:10px}}[data-theme=dark] .as-input{background:#292139eb;color:var(--ink)}[data-theme=dark] .as-error{background:#3a2a1c;border-color:#5a4128;color:#e8b888}[data-theme=dark] .ads-btn{background:#292139eb}[data-theme=dark] .adstudio-preview{background:#8b5cf60f}@media (max-width: 560px){.header{justify-content:flex-start;gap:8px;padding-right:58px}.about-btn,.biz-btn,.ads-btn{position:static;left:auto;flex-shrink:0}.wordmark{margin:0 auto;min-width:0}.wordmark-main{font-size:17px}.biz-btn,.ads-btn{width:36px;height:30px;font-size:11px}.about-btn{width:30px;height:30px}}.as-upload{display:grid;place-items:center;padding:12px;border-radius:11px;border:1.5px dashed var(--line-strong);color:var(--grape-deep);font-size:13px;font-weight:650;cursor:pointer;position:relative;overflow:hidden;transition:background .15s ease}.as-upload:hover{background:var(--lilac)}.as-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;font-size:0}.as-logo-row{display:flex;align-items:center;gap:10px}.as-logo-thumb{width:52px;height:52px;border-radius:11px;object-fit:contain;background:#fff;border:1px solid var(--line-strong);padding:3px}.as-logo-remove{background:none;border:none;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:var(--mute);text-decoration:underline}[data-theme=dark] .as-logo-thumb{background:#292139eb}.as-site-row{display:flex;gap:7px}.as-site-input{flex:1;min-width:0}.as-site-go{flex-shrink:0;padding:0 16px;border-radius:11px;border:none;cursor:pointer;background:linear-gradient(135deg,var(--grape),var(--grape-deep));color:#fff;font-size:12.5px;font-weight:700;font-family:inherit;display:grid;place-items:center;box-shadow:0 6px 14px -8px var(--glow)}.as-site-go:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.as-divider{height:1px;background:var(--line);margin:6px 0 2px}body:before{animation:auroraA 26s ease-in-out infinite alternate}body:after{animation:auroraB 34s ease-in-out infinite alternate}@keyframes auroraA{0%{transform:translateZ(0) scale(1);opacity:.95}to{transform:translate3d(6vmax,4vmax,0) scale(1.16);opacity:.6}}@keyframes auroraB{0%{transform:translateZ(0) scale(1.06);opacity:.7}to{transform:translate3d(-5vmax,-3vmax,0) scale(.9);opacity:1}}.wm-ai{background-size:220% 220%;animation:aiShift 7s ease-in-out infinite}@keyframes aiShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.spark{animation:sparkPulse 3.4s ease-in-out infinite}@keyframes sparkPulse{0%,to{transform:scale(1) rotate(0);filter:drop-shadow(0 2px 6px rgba(107,79,216,.45))}50%{transform:scale(1.14) rotate(9deg);filter:drop-shadow(0 3px 12px rgba(139,92,246,.75))}}.preview-overlay{perspective:1200px}.polaroid{transform-style:preserve-3d;animation:polaroidRise .4s cubic-bezier(.2,.85,.25,1.08),polaroidFloat 7s ease-in-out 1.1s infinite}@keyframes polaroidFloat{0%,to{transform:rotate(-2deg) rotateX(0) rotateY(0) translateY(0)}25%{transform:rotate(-1.3deg) rotateX(2.4deg) rotateY(-2.6deg) translateY(-6px)}60%{transform:rotate(-2.6deg) rotateX(-1.8deg) rotateY(2.2deg) translateY(4px)}}.polaroid:after{content:"";position:absolute;z-index:-1;left:10%;right:10%;bottom:-30px;height:26px;border-radius:50%;background:radial-gradient(ellipse,rgba(35,22,70,.38),transparent 70%);filter:blur(9px);animation:shadowBreathe 7s ease-in-out 1.1s infinite}@keyframes shadowBreathe{0%,to{transform:scale(1);opacity:.85}25%{transform:scale(.93);opacity:.55}60%{transform:scale(1.05);opacity:.95}}[data-theme=dark] .polaroid:after{background:radial-gradient(ellipse,rgba(0,0,0,.6),transparent 70%)}@media (hover: hover) and (pointer: fine){.thread{perspective:900px}.song-card:hover{transform:translateY(-2px) rotateX(1.8deg)}.list-line:hover{transform:translate(2px)}.list-line{transition:border-color .16s ease,background .16s ease,transform .16s ease}}.composer-input:focus{border-color:transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,#ff8a5c,#e0447c,#8b5cf6,#4a32b0) border-box;box-shadow:0 0 0 3px #8b5cf629}[data-theme=dark] .composer-input:focus{background:linear-gradient(#292139,#292139) padding-box,linear-gradient(120deg,#ff8a5c,#e0447c,#8b5cf6,#4a32b0) border-box}.send-btn{position:relative;overflow:hidden}.send-btn:after{content:"";position:absolute;top:-20%;bottom:-20%;left:-70%;width:40%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-18deg);transition:left .5s ease;pointer-events:none}@media (hover: hover){.send-btn:hover:not(:disabled):after{left:140%}}.thread{-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 16px);mask-image:linear-gradient(180deg,transparent 0,#000 16px)}.as-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000;display:grid;place-items:center;animation:fadeIn .18s ease}.as-fs-scaler{width:100vw;height:100dvh;background:#000}.as-fs-frame{border:none;background:#000;width:100%;height:100%;display:block}.as-fs-close{position:fixed;top:max(14px,env(safe-area-inset-top));right:14px;z-index:201;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff24;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:grid;place-items:center;cursor:pointer}.adstudio-head-right{display:flex;align-items:center;gap:8px}.as-credits{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:800;color:var(--grape-deep);background:var(--lilac);border:1px solid var(--line-strong);padding:5px 10px;border-radius:999px}.as-signout{width:30px;height:30px;border-radius:9px;border:none;background:none;color:var(--mute);display:grid;place-items:center;cursor:pointer}.as-signout:hover{color:var(--grape-deep);background:var(--lilac)}.as-auth{display:flex;flex-direction:column;gap:8px;padding:6px 0}.as-auth-title{font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700;color:var(--ink)}.as-auth-sub{font-size:12.5px;color:var(--mute);line-height:1.45}.as-auth-sub strong{color:var(--grape-deep)}[data-theme=dark] .as-credits{background:#292139eb;color:#cdbff5}.as-referral{margin-top:4px;padding:10px;border-radius:11px;cursor:pointer;border:1.5px dashed rgba(224,68,124,.35);background:#e0447c0f;color:#c22b67;font-size:12.5px;font-weight:700;font-family:inherit}[data-theme=dark] .as-referral{background:#e0447c1f;color:#f48fb5}.adstudio-inline{flex:1;display:flex;min-height:0;width:100%;animation:fadeIn .2s ease}.adstudio-inline .adstudio{width:100%;height:100%;max-width:none;border-radius:0;box-shadow:none;background:transparent}.adstudio-inline .adstudio-head{padding:15px 20px}.shell{display:flex;height:100vh;height:100dvh;overflow:hidden}.sidebar-toggle{position:fixed;top:12px;left:12px;z-index:60;width:36px;height:36px;border-radius:10px;border:1px solid var(--line-strong);background:var(--card);color:var(--ink);display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-soft)}.sidebar{width:264px;flex-shrink:0;height:100%;background:#ffffff8c;-webkit-backdrop-filter:blur(16px) saturate(1.5);backdrop-filter:blur(16px) saturate(1.5);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:14px 10px;transition:transform .25s cubic-bezier(.2,.8,.3,1)}.sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:4px 6px 12px}.sidebar-wordmark{gap:6px}.sidebar-wordmark .wordmark-main{font-size:16.5px}.theme-btn-inline{width:28px;height:28px;border-radius:8px;border:none;background:var(--lilac);color:var(--grape-deep);display:grid;place-items:center;cursor:pointer}.new-chat-btn{display:flex;align-items:center;gap:7px;width:100%;padding:10px 12px;border-radius:11px;border:1px solid var(--line-strong);background:var(--card);color:var(--ink);font-size:13.5px;font-weight:650;font-family:inherit;cursor:pointer;margin-bottom:8px;transition:background .15s ease}.new-chat-btn:hover{background:var(--lilac)}.mode-picker{position:relative;margin-bottom:6px}.mode-picker-btn{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border-radius:11px;border:none;background:linear-gradient(140deg,#7A5CE8,var(--grape) 45%,var(--grape-deep));color:#fff;font-size:13.5px;font-weight:650;font-family:inherit;cursor:pointer;box-shadow:inset 0 1px #fff3,0 6px 16px -10px var(--glow)}.mode-picker-btn span{flex:1;text-align:left}.mode-picker-btn .flip{transform:rotate(180deg)}.mode-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;background:#fff;border:1px solid var(--line-strong);border-radius:13px;box-shadow:var(--shadow-pop);padding:6px;animation:fadeIn .15s ease}.mode-opt{display:flex;align-items:flex-start;gap:9px;width:100%;text-align:left;padding:9px 10px;border-radius:9px;border:none;background:none;cursor:pointer;color:var(--ink);font-family:inherit}.mode-opt:hover{background:var(--lilac)}.mode-opt.active{background:#6b4fd81a}.mode-opt b{display:block;font-size:13px;font-weight:650}.mode-opt small{display:block;font-size:11px;color:var(--mute);font-weight:450;margin-top:1px}.mode-opt svg{margin-top:2px;color:var(--grape-deep);flex-shrink:0}.biz-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:10px;border:none;background:none;color:var(--mute);font-size:12.5px;font-weight:600;font-family:inherit;cursor:pointer;margin-bottom:6px}.biz-toggle-row:hover{background:var(--lilac)}.biz-dot{width:9px;height:9px;border-radius:50%;background:#9494a066}.biz-toggle-row.on .biz-dot{background:#2f8c4e;box-shadow:0 0 0 3px #2f8c4e2e}.biz-toggle-row.on{color:#2f8c4e}.sidebar-history{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:8px 2px;border-top:1px solid var(--line);margin-top:4px}.history-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:9px;border:none;background:none;color:var(--ink);font-size:12.5px;font-family:inherit;cursor:pointer;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item span{overflow:hidden;text-overflow:ellipsis}.history-item:hover{background:var(--lilac)}.history-item.active{background:#6b4fd81f;font-weight:600}.history-item svg{flex-shrink:0;color:var(--mute)}.history-empty{padding:10px;font-size:11.5px;color:var(--mute);line-height:1.4}.about-row{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:9px;border:none;background:none;color:var(--mute);font-size:12.5px;font-weight:550;font-family:inherit;cursor:pointer;margin-top:4px}.about-row:hover{background:var(--lilac);color:var(--grape-deep)}.sidebar-account{border-top:1px solid var(--line);padding-top:10px;margin-top:6px;display:flex;flex-direction:column;gap:8px}.coin-badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:6px 12px 6px 6px;border-radius:999px;background:linear-gradient(135deg,#ff8a5c24,#e0447c24 55%,#6b4fd824);border:1px solid rgba(107,79,216,.22);color:var(--grape-deep);font-size:12.5px;font-weight:800;transition:transform .15s cubic-bezier(.3,1.4,.5,1),box-shadow .2s ease}.coin-badge:hover{transform:translateY(-1px);box-shadow:0 6px 16px -10px var(--glow)}.coin-icon{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#ff8a5c,#e0447c 55%,#6b4fd8);color:#fff;box-shadow:inset 0 1px #ffffff59,0 3px 8px -3px #6b4fd880}.account-row{display:flex;align-items:center;gap:8px;width:100%;padding:8px 9px;border-radius:10px;border:none;background:none;cursor:pointer;font-family:inherit}.account-row:hover{background:var(--lilac)}.account-row.signin{justify-content:center;background:linear-gradient(140deg,#7A5CE8,var(--grape) 45%,var(--grape-deep));color:#fff;font-weight:650;font-size:13px;padding:10px}.account-avatar{width:24px;height:24px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--grape),var(--grape-deep));color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700}.account-email{flex:1;font-size:12px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.account-row svg{color:var(--mute);flex-shrink:0}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;background:#14101e66;display:none}.main-panel{flex:1;display:flex;min-width:0;min-height:0}.signin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#14101e8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:16px;animation:fadeIn .18s ease}.signin-card{position:relative;width:340px;max-width:100%;background:#fff;border-radius:20px;padding:26px 22px 22px;box-shadow:var(--shadow-pop);display:flex;flex-direction:column;gap:9px;animation:polaroidRise .25s ease}.signin-close{position:absolute;top:14px;right:14px;width:28px;height:28px;border-radius:8px;border:none;background:var(--lilac);color:var(--grape-deep);display:grid;place-items:center;cursor:pointer}.oauth-btn{display:flex;align-items:center;justify-content:center;gap:9px;padding:10px;border-radius:11px;border:1px solid var(--line-strong);background:#fff;color:var(--ink);font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease}.oauth-btn:hover{background:#f7f4fd}.oauth-btn.apple{color:#111}@media (min-width: 861px){.sidebar{position:relative;transform:none!important}}@media (max-width: 860px){.sidebar-toggle{display:flex}.sidebar{position:fixed;top:0;left:0;z-index:50;transform:translate(-100%);box-shadow:0 0 40px #00000040}.sidebar.open{transform:translate(0)}.sidebar-scrim.open,.sidebar.open~.sidebar-scrim{display:block}.main-panel,.app{padding-top:46px}}[data-theme=dark] .sidebar{background:#14101ebf}[data-theme=dark] .sidebar-toggle{background:var(--card)}[data-theme=dark] .new-chat-btn{background:var(--card);color:var(--ink)}[data-theme=dark] .new-chat-btn:hover{background:#332a4a}[data-theme=dark] .mode-menu{background:#221b36;border-color:var(--line-strong)}[data-theme=dark] .mode-opt{color:var(--ink)}[data-theme=dark] .mode-opt:hover{background:#332a4a}[data-theme=dark] .history-item{color:var(--ink)}[data-theme=dark] .history-item:hover,[data-theme=dark] .about-row:hover,[data-theme=dark] .account-row:hover{background:#332a4a}[data-theme=dark] .account-email{color:var(--ink)}[data-theme=dark] .signin-card{background:#221b36}[data-theme=dark] .signin-close{background:var(--lilac)}[data-theme=dark] .oauth-btn{background:#292139eb;color:var(--ink);border-color:var(--line-strong)}[data-theme=dark] .oauth-btn:hover{background:#332a4a}[data-theme=dark] .oauth-btn.apple{color:#fff}.as-photos{display:flex;flex-wrap:wrap;gap:8px}.as-photo-thumb{position:relative;width:54px;height:54px;border-radius:10px;overflow:hidden;border:1px solid var(--line-strong)}.as-photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.as-photo-x{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;border:none;background:#14101eb3;color:#fff;font-size:13px;line-height:1;cursor:pointer;display:grid;place-items:center}.as-photo-add{width:54px;height:54px;border-radius:10px;border:1.5px dashed var(--line-strong);display:grid;place-items:center;cursor:pointer;color:var(--grape-deep);font-size:22px;position:relative}.as-photo-add input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;font-size:0}.as-photo-add:hover{background:var(--lilac)}.as-freshtake{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;margin-top:8px;padding:11px;border-radius:12px;cursor:pointer;font-family:inherit;border:1px solid var(--line-strong);background:var(--card);color:var(--grape-deep);font-size:13.5px;font-weight:650;transition:background .15s ease}.as-freshtake:hover:not(:disabled){background:var(--lilac)}.as-freshtake:disabled{opacity:.55;cursor:not-allowed}[data-theme=dark] .as-freshtake{background:#292139eb;color:#cdbff5}body,.sidebar,.header,.composer,.bubble.assistant,.bubble-container,.mode-menu,.signin-card,.as-input,.adstudio,.coin-badge{transition:background-color .25s ease,border-color .25s ease,color .25s ease}.app,.main-panel{animation:modeIn .22s cubic-bezier(.2,.8,.3,1)}@keyframes modeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.new-chat-btn,.history-item,.about-row,.mode-opt,.account-row{transition:background .15s ease,transform .12s cubic-bezier(.3,1.4,.5,1)}.new-chat-btn:active,.history-item:active{transform:scale(.98)}.mode-picker-btn svg.flip,.mode-picker-btn svg{transition:transform .2s cubic-bezier(.3,1.3,.4,1)}.mode-menu{transform-origin:top;animation:menuOpen .16s cubic-bezier(.2,.9,.3,1.1)}@keyframes menuOpen{0%{opacity:0;transform:scaleY(.92) translateY(-4px)}to{opacity:1;transform:none}}.coin-icon{animation:coinBreathe 4.5s ease-in-out infinite}@keyframes coinBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (prefers-reduced-motion: reduce){.coin-icon{animation:none}}.oauth-btn.google:hover{border-color:#6b4fd859}.as-primary,.account-row.signin{position:relative;overflow:hidden}.as-primary:after,.account-row.signin:after{content:"";position:absolute;top:-20%;bottom:-20%;left:-70%;width:40%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.4),transparent);transform:skew(-18deg);transition:left .5s ease;pointer-events:none}@media (hover: hover){.as-primary:hover:not(:disabled):after,.account-row.signin:hover:after{left:140%}}.sidebar-toggle{transition:background .15s ease,transform .15s cubic-bezier(.3,1.4,.5,1)}.sidebar-toggle:hover{background:var(--lilac)}.sidebar-toggle:active{transform:scale(.92)}.history-empty{text-align:center;padding:18px 12px}
