:root{--accent: #fff44f;--accent-ink: #23230a;--radius: 22px;--font: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--vvh: 100vh;--sat: env(safe-area-inset-top, 0px);--sab: env(safe-area-inset-bottom, 0px);--sal: env(safe-area-inset-left, 0px);--sar: env(safe-area-inset-right, 0px)}html[data-theme=light]{--bg: #f4f5f9;--sd: rgba(166, 175, 198, .72);--sl: #ffffff;--ink: #31344b;--muted: #8d93a8;--hover: rgba(255, 244, 79, .28);--raise: 8px 8px 16px var(--sd), -8px -8px 16px var(--sl);--raise-sm: 4px 4px 9px var(--sd), -4px -4px 9px var(--sl);--sink: inset 5px 5px 10px var(--sd), inset -5px -5px 10px var(--sl);--sink-sm: inset 3px 3px 7px var(--sd), inset -3px -3px 7px var(--sl);color-scheme:light}html[data-theme=dark]{--bg: #0a0a0d;--sd: rgba(0, 0, 0, .92);--sl: rgba(255, 255, 255, .075);--ink: #eceef6;--muted: #666b80;--hover: rgba(255, 244, 79, .14);--raise: 8px 8px 18px var(--sd), -6px -6px 16px var(--sl);--raise-sm: 4px 4px 10px var(--sd), -3px -3px 8px var(--sl);--sink: inset 6px 6px 12px var(--sd), inset -4px -4px 10px var(--sl);--sink-sm: inset 4px 4px 8px var(--sd), inset -2px -2px 6px var(--sl);color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{height:100%}html{overscroll-behavior:none;text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--ink);transition:background .35s ease,color .35s ease;overflow:hidden;position:fixed;inset:0;width:100%;touch-action:manipulation}#app{height:100%}button,input,textarea{font-family:inherit}input,textarea{font-size:16px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--muted) 45%,transparent);border-radius:8px}::-webkit-scrollbar-track{background:transparent}@keyframes blink{0%,70%,to{opacity:.25;transform:scale(.85)}35%{opacity:1;transform:scale(1)}}@keyframes rise{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{transform:translate(-102%)}to{transform:translate(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.side.svelte-1v8jcw4{display:flex;flex-direction:column;gap:20px;height:100%;min-height:0;padding:22px 18px calc(18px + var(--sab));padding-left:max(18px,var(--sal));padding-right:max(18px,var(--sar))}.brand.svelte-1v8jcw4{display:flex;align-items:center;gap:12px;padding:4px 6px}.logo.svelte-1v8jcw4{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;color:var(--accent-ink);background:linear-gradient(145deg,#fff78a,var(--accent));box-shadow:var(--raise-sm);flex:none}.logo.svelte-1v8jcw4 svg:where(.svelte-1v8jcw4){width:26px;height:26px}.brand.svelte-1v8jcw4 h1:where(.svelte-1v8jcw4){font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.brand.svelte-1v8jcw4 h1:where(.svelte-1v8jcw4) span:where(.svelte-1v8jcw4){color:var(--muted);font-weight:500}.btn-new.svelte-1v8jcw4{display:flex;align-items:center;justify-content:center;gap:10px;padding:13px;border:none;border-radius:16px;font:600 .95rem var(--font);color:var(--accent-ink);background:linear-gradient(145deg,#fff78a,var(--accent));box-shadow:var(--raise-sm);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.btn-new.svelte-1v8jcw4 svg:where(.svelte-1v8jcw4){width:17px;height:17px}.btn-new.svelte-1v8jcw4:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.btn-new.svelte-1v8jcw4:active:not(:disabled){transform:translateY(0);box-shadow:var(--sink-sm)}.btn-new.svelte-1v8jcw4:disabled{opacity:.55}.session-list.svelte-1v8jcw4{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:4px 2px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.empty-sessions.svelte-1v8jcw4{color:var(--muted);font-size:.85rem;font-weight:500;text-align:center;padding:18px 0}.session-item.svelte-1v8jcw4{position:relative;padding:12px 40px 12px 14px;border-radius:14px;cursor:pointer;font-size:.88rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:var(--raise-sm);transition:box-shadow .15s ease,color .15s ease}.session-item.svelte-1v8jcw4:hover{color:var(--accent-ink)}.session-item.active.svelte-1v8jcw4{box-shadow:var(--sink-sm);color:var(--ink)}.del.svelte-1v8jcw4{position:absolute;right:8px;top:50%;translate:0 -50%;width:26px;height:26px;border:none;border-radius:9px;background:transparent;color:var(--muted);cursor:pointer;opacity:.45;transition:opacity .15s ease,color .15s ease;display:grid;place-items:center}.session-item.svelte-1v8jcw4:hover .del:where(.svelte-1v8jcw4),.del.svelte-1v8jcw4:focus-visible{opacity:1}.del.svelte-1v8jcw4:hover{color:#ff5470}.del.svelte-1v8jcw4 svg:where(.svelte-1v8jcw4){width:14px;height:14px}.side-foot.svelte-1v8jcw4{display:flex;align-items:center;justify-content:space-between;gap:10px}.status.svelte-1v8jcw4{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:500;color:var(--muted);padding:9px 13px;border-radius:12px;box-shadow:var(--sink-sm);min-width:0}.status.svelte-1v8jcw4 span:where(.svelte-1v8jcw4):last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dot.svelte-1v8jcw4{width:9px;height:9px;border-radius:50%;background:var(--muted);flex:none}.dot.on.svelte-1v8jcw4{background:#37d67a;box-shadow:0 0 8px #37d67ab3}.dot.off.svelte-1v8jcw4{background:#ff5470;box-shadow:0 0 8px #ff547099}.icon-btn.svelte-1v8jcw4{width:42px;height:42px;border:none;border-radius:14px;background:var(--bg);color:var(--ink);box-shadow:var(--raise-sm);cursor:pointer;display:grid;place-items:center;flex:none;transition:box-shadow .15s ease}.icon-btn.svelte-1v8jcw4 svg:where(.svelte-1v8jcw4){width:19px;height:19px}.icon-btn.svelte-1v8jcw4:active{box-shadow:var(--sink-sm)}.sidebar.svelte-181dlmc{width:280px;flex:none;border-radius:var(--radius);box-shadow:var(--raise);min-height:0}.backdrop.svelte-ledzjv{position:fixed;inset:0;background:#08080e73;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:40}.drawer.svelte-ledzjv{position:fixed;top:0;bottom:0;left:max(0px,var(--sal));width:min(84vw,320px);border-radius:0 var(--radius) var(--radius) 0;box-shadow:var(--raise),12px 0 40px #00000040;z-index:41;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-top:var(--sat)}.drawer-close.svelte-ledzjv{position:absolute;top:calc(14px + var(--sat));right:12px;width:38px;height:38px;border:none;border-radius:13px;background:var(--bg);color:var(--ink);box-shadow:var(--raise-sm);display:grid;place-items:center;cursor:pointer;z-index:2}.drawer-close.svelte-ledzjv svg:where(.svelte-ledzjv){width:17px;height:17px}.drawer-close.svelte-ledzjv:active{box-shadow:var(--sink-sm)}.topbar.svelte-1h259us{display:flex;align-items:center;gap:12px;padding:12px 16px;padding-left:max(16px,var(--sar));padding-right:max(16px,var(--sar));border-radius:var(--radius);box-shadow:var(--raise);margin-bottom:14px;min-height:56px;flex:none}.hamburger.svelte-1h259us{width:42px;height:42px;border:none;border-radius:14px;background:var(--bg);color:var(--ink);box-shadow:var(--raise-sm);display:grid;place-items:center;cursor:pointer;flex:none;transition:box-shadow .15s ease}.hamburger.svelte-1h259us svg:where(.svelte-1h259us){width:20px;height:20px}.hamburger.svelte-1h259us:active{box-shadow:var(--sink-sm)}@media(min-width:900px){.hamburger.svelte-1h259us{display:none}}.title-wrap.svelte-1h259us{display:flex;align-items:center;gap:11px;min-width:0;flex:1}.title-dot.svelte-1h259us{width:11px;height:11px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px #fff44fbf;flex:none}#chatTitle.svelte-1h259us{font-weight:600;font-size:.98rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.model-badge.svelte-1h259us{font:600 .74rem var(--mono);color:var(--muted);padding:8px 14px;border-radius:999px;box-shadow:var(--sink-sm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:44vw;flex:none}.messages.svelte-1q1vc94{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px 2px;display:flex;flex-direction:column;gap:16px;scrollbar-width:thin;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;min-height:0}.empty-state.svelte-1q1vc94{margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;padding:0 18px;animation:rise .5s ease both}.empty-orb.svelte-1q1vc94{width:clamp(84px,26vw,110px);height:clamp(84px,26vw,110px);border-radius:50%;display:grid;place-items:center;color:var(--accent);box-shadow:var(--raise)}.empty-orb.svelte-1q1vc94 svg:where(.svelte-1q1vc94){width:42%;height:42%;filter:drop-shadow(0 2px 6px rgba(255,244,79,.45))}.empty-state.svelte-1q1vc94 h2:where(.svelte-1q1vc94){font-size:clamp(1.15rem,5vw,1.45rem);font-weight:700;letter-spacing:-.01em}.empty-state.svelte-1q1vc94 p:where(.svelte-1q1vc94){color:var(--muted);font-weight:500;font-size:clamp(.85rem,3.6vw,.95rem)}.bubble.svelte-1q1vc94{max-width:min(82%,720px);padding:13px 17px;border-radius:20px;font-size:15px;line-height:1.62;word-break:break-word;overflow-wrap:anywhere;animation:rise .3s ease both}.bubble.user.svelte-1q1vc94{align-self:flex-end;border-bottom-right-radius:7px;box-shadow:var(--raise-sm);background:linear-gradient(var(--bg),var(--bg)) padding-box,linear-gradient(135deg,var(--accent),transparent 60%) border-box;border:1.5px solid transparent}.bubble.ai.svelte-1q1vc94{align-self:flex-start;border-bottom-left-radius:7px;box-shadow:var(--sink);min-width:64px}.bubble.ai.error.svelte-1q1vc94{align-self:center;background:none;box-shadow:none;padding:4px 10px}.err.svelte-1q1vc94{color:#ff5470;font-weight:500;font-size:.85rem;padding:8px 16px;border-radius:14px;box-shadow:var(--sink-sm);display:inline-block}.bubble.ai.svelte-1q1vc94 *+*{margin-top:.7em}.bubble.ai.svelte-1q1vc94 h1,.bubble.ai.svelte-1q1vc94 h2,.bubble.ai.svelte-1q1vc94 h3{font-size:1.02rem;font-weight:700}.bubble.ai.svelte-1q1vc94 ul,.bubble.ai.svelte-1q1vc94 ol{padding-left:1.3em}.bubble.ai.svelte-1q1vc94 li+li{margin-top:.25em}.bubble.ai.svelte-1q1vc94 a{color:inherit;text-decoration-color:var(--accent);text-decoration-thickness:2px}.bubble.ai.svelte-1q1vc94 code{font-family:var(--mono);font-size:.82em;padding:2px 7px;border-radius:8px;box-shadow:var(--sink-sm)}.bubble.ai.svelte-1q1vc94 pre{padding:13px 15px;border-radius:13px;overflow-x:auto;box-shadow:var(--sink-sm);scrollbar-width:thin;max-width:calc(100vw - 96px)}.bubble.ai.svelte-1q1vc94 pre code{padding:0;box-shadow:none;background:none}.typing.svelte-1q1vc94{display:inline-flex;gap:7px;padding:6px 2px}.typing.svelte-1q1vc94 i:where(.svelte-1q1vc94){width:8px;height:8px;border-radius:50%;background:var(--accent);animation:blink 1.2s infinite ease-in-out}.typing.svelte-1q1vc94 i:where(.svelte-1q1vc94):nth-child(2){animation-delay:.18s}.typing.svelte-1q1vc94 i:where(.svelte-1q1vc94):nth-child(3){animation-delay:.36s}.files.svelte-1q1vc94{display:flex;flex-wrap:wrap;gap:8px}.files.svelte-1q1vc94+.txt:where(.svelte-1q1vc94){margin-top:10px}.thumb.svelte-1q1vc94{width:92px;height:92px;object-fit:cover;border-radius:12px;box-shadow:var(--sink-sm);display:block}.file-chip.svelte-1q1vc94{display:inline-flex;align-items:center;gap:7px;font-size:.8rem;font-weight:500;padding:8px 12px;border-radius:11px;box-shadow:var(--sink-sm);max-width:200px}.file-chip.svelte-1q1vc94 svg:where(.svelte-1q1vc94){width:15px;height:15px;flex:none}.file-chip.svelte-1q1vc94 span:where(.svelte-1q1vc94){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer.svelte-1n8df3y{flex:none;padding-top:14px;padding-bottom:max(12px,var(--sab));padding-left:max(2px,var(--sal));padding-right:max(2px,var(--sar))}.upload-err.svelte-1n8df3y{color:#ff5470;font-size:.82rem;font-weight:600;text-align:center;margin-bottom:10px;animation:rise .25s ease both}form.svelte-1n8df3y{display:flex;flex-direction:column;gap:10px;padding:10px 10px 10px 14px;border-radius:26px;box-shadow:var(--raise);background:var(--bg)}.chips.svelte-1n8df3y{display:flex;flex-wrap:wrap;gap:8px;max-height:168px;overflow-y:auto;padding:2px}.chip.svelte-1n8df3y{position:relative;display:inline-flex;align-items:center;gap:8px;padding:7px 34px 7px 9px;border-radius:14px;box-shadow:var(--sink-sm);font-size:.78rem;font-weight:500;min-width:0;animation:rise .22s ease both}.chip.svelte-1n8df3y img:where(.svelte-1n8df3y){width:38px;height:38px;object-fit:cover;border-radius:9px;display:block;flex:none}.doc-ic.svelte-1n8df3y{width:20px;height:20px;color:var(--muted);flex:none}.meta.svelte-1n8df3y{display:flex;flex-direction:column;min-width:0;line-height:1.25}.name.svelte-1n8df3y{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.size.svelte-1n8df3y{color:var(--muted);font-size:.68rem}.chip-x.svelte-1n8df3y{position:absolute;top:50%;right:5px;translate:0 -50%;width:22px;height:22px;border:none;border-radius:8px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.chip-x.svelte-1n8df3y:hover{color:#ff5470}.chip-x.svelte-1n8df3y svg:where(.svelte-1n8df3y){width:11px;height:11px}.row.svelte-1n8df3y{display:flex;align-items:flex-end;gap:8px}.tool.svelte-1n8df3y{width:40px;height:44px;border:none;border-radius:14px;background:transparent;color:var(--muted);cursor:pointer;display:grid;place-items:center;flex:none;transition:color .15s ease,transform .15s ease}.tool.svelte-1n8df3y svg:where(.svelte-1n8df3y){width:21px;height:21px}.tool.svelte-1n8df3y:hover:not(:disabled){color:var(--ink);transform:translateY(-1px)}.tool.svelte-1n8df3y:disabled{opacity:.45}textarea.svelte-1n8df3y{flex:1;min-width:0;border:none;outline:none;resize:none;background:transparent;color:var(--ink);font:500 16px/1.5 var(--font);padding:10px 2px;max-height:132px;scrollbar-width:thin}textarea.svelte-1n8df3y::placeholder{color:var(--muted)}.send.svelte-1n8df3y{flex:none;width:48px;height:48px;border:none;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--accent-ink);background:linear-gradient(145deg,#fff78a,var(--accent));box-shadow:4px 4px 10px var(--sd),-4px -4px 10px var(--sl);transition:transform .15s ease,filter .15s ease}.send.svelte-1n8df3y svg:where(.svelte-1n8df3y){width:20px;height:20px}.send.svelte-1n8df3y:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.send.svelte-1n8df3y:active:not(:disabled){transform:translateY(0);box-shadow:var(--sink-sm)}.send[aria-label=Stop].svelte-1n8df3y{color:#ff5470}@media(max-width:380px){.tool.svelte-1n8df3y{width:36px}form.svelte-1n8df3y{padding-left:10px;gap:6px}.name.svelte-1n8df3y{max-width:96px}}.shell.svelte-1n46o8q{height:100vh;height:var(--vvh, 100dvh);width:100%;overflow:hidden}.app.svelte-1n46o8q{display:flex;gap:16px;height:100%;padding:18px;padding-top:max(18px,var(--sat));min-width:0}@media(min-width:900px){.side-col.svelte-1n46o8q{display:block;min-height:0}}@media(max-width:899px){.side-col.svelte-1n46o8q{display:none}.app.svelte-1n46o8q{padding:10px;padding-top:max(10px,var(--sat));gap:0}}.chat.svelte-1n46o8q{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.boot-error.svelte-1n46o8q{color:#ff5470;font-size:.84rem;font-weight:600;text-align:center;margin-bottom:10px}
