:root{--pr-bg: #fafafa;--pr-surface: #ffffff;--pr-surface-2: #f0f9ff;--pr-text: #1a1a2e;--pr-text-muted: #6b7280;--pr-primary: #14b8a6;--pr-accent: #0c4a6e;--pr-border: #e5e7eb;--pr-gradient: linear-gradient(135deg, #14b8a6, #0c4a6e);--design-radius: 12px;--design-card-radius: 12px;--design-spacing: 10px;--design-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--design-shadow: 0 1px 3px rgba(0, 0, 0, .08);--motion-enter: .2s;--motion-exit: .15s;--motion-sheet: .3s;--bp-mobile-max: 1023px;--bp-desktop-min: 1024px}:root[data-theme=dark]{--pr-bg: #0f172a;--pr-surface: #1e293b;--pr-surface-2: #273548;--pr-text: #e2e8f0;--pr-text-muted: #94a3b8;--pr-primary: #2dd4bf;--pr-accent: #1e6a9e;--pr-border: #334155;--pr-gradient: linear-gradient(135deg, #2dd4bf, #1e6a9e)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--pr-bg: #0f172a;--pr-surface: #1e293b;--pr-surface-2: #273548;--pr-text: #e2e8f0;--pr-text-muted: #94a3b8;--pr-primary: #2dd4bf;--pr-accent: #1e6a9e;--pr-border: #334155;--pr-gradient: linear-gradient(135deg, #2dd4bf, #1e6a9e)}}@media(prefers-reduced-motion:reduce){:root{--motion-enter: 0s;--motion-exit: 0s;--motion-sheet: 0s}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--design-font);font-size:18px;-webkit-font-smoothing:antialiased;background:var(--pr-bg);color:var(--pr-text)}body{min-height:100dvh;background:var(--pr-bg);color:var(--pr-text)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}select{font-family:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--pr-border);border-radius:4px}:root{--pr-right-pane-width: 320px}@media(min-width:1024px){.app-content{padding-right:calc(var(--pr-nav-width, 60px) + var(--pr-right-pane-width, 320px))}.app-content.immersive{padding-right:0}[data-bottom-tabs]{display:none!important}}.nav-rail.svelte-6uojg9{position:fixed;right:0;top:0;width:var(--pr-nav-width, 60px);height:100vh;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,rgba(20,184,166,.04) 0%,transparent 40%),var(--pr-surface);border-left:1px solid var(--pr-border);z-index:50;padding-top:var(--pr-spacing, 8px)}.nav-logo.svelte-6uojg9{padding:12px 8px;display:flex;justify-content:center;margin-bottom:8px;border-bottom:1px solid var(--pr-border)}.nav-logo.svelte-6uojg9 img:where(.svelte-6uojg9){width:32px;height:auto;opacity:.9}.nav-item.svelte-6uojg9{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:52px;height:56px;margin:2px 4px;padding:8px 4px;border-radius:var(--pr-radius, 12px);color:var(--pr-text-muted);transition:background .2s ease,color .2s ease;text-decoration:none;border:none;background:none;cursor:pointer}.nav-item.svelte-6uojg9:hover{color:var(--pr-text);background:var(--pr-surface-2)}.nav-item.active.svelte-6uojg9{background:var(--pr-gradient);color:#fff;font-weight:700}.nav-item.svelte-6uojg9 svg:where(.svelte-6uojg9){width:20px;height:20px;flex-shrink:0}.nav-label.svelte-6uojg9{font-size:10px;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48px}.nav-bottom.svelte-6uojg9{margin-top:auto;margin-bottom:var(--pr-spacing, 8px);display:flex;flex-direction:column;align-items:center}.settings-item.svelte-6uojg9{margin-bottom:2px}.logout-form.svelte-6uojg9{margin:0}.logout-item.svelte-6uojg9{font:inherit}@media(max-width:1023px){.nav-rail.svelte-6uojg9{display:none}}@media(prefers-reduced-motion:reduce){.nav-item.svelte-6uojg9{transition:none}}.bottom-tabs.svelte-1rg15zp{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--pr-tab-height, 56px);background:var(--pr-surface);border-top:2px solid transparent;border-image:var(--pr-gradient) 1;flex-direction:row;align-items:center;justify-content:space-around;z-index:50;padding:0 4px}@media(max-width:1023px){.bottom-tabs.svelte-1rg15zp{display:flex}}.tab-item.svelte-1rg15zp{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:0;flex:1;height:100%;padding:4px 2px;border-radius:8px;color:var(--pr-text-muted);transition:background .2s ease,color .2s ease;text-decoration:none;border:none;background:none;cursor:pointer;font-family:inherit}.tab-item.svelte-1rg15zp:hover{color:var(--pr-text)}.tab-item.active.svelte-1rg15zp{background:var(--pr-gradient);color:#fff;font-weight:700}.tab-item.svelte-1rg15zp svg:where(.svelte-1rg15zp){width:18px;height:18px;flex-shrink:0}.tab-label.svelte-1rg15zp{font-size:10px;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.overflow-backdrop.svelte-1rg15zp{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:60;border:none;cursor:default}.overflow-menu.svelte-1rg15zp{position:fixed;bottom:calc(var(--pr-tab-height, 56px) + 4px);right:8px;background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--pr-radius, 12px);padding:4px;z-index:61;display:flex;flex-direction:column;gap:2px;min-width:160px;box-shadow:0 -4px 24px #0003}.overflow-item.svelte-1rg15zp{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;color:var(--pr-text-muted);text-decoration:none;font-size:13px;font-weight:500;transition:background .2s ease,color .2s ease}.overflow-account.svelte-1rg15zp{display:grid;gap:2px;padding:10px 12px 8px;border-top:1px solid var(--pr-border);color:var(--pr-text-muted);font-size:12px;line-height:1.25}.overflow-account.svelte-1rg15zp strong:where(.svelte-1rg15zp){color:var(--pr-text);font-size:13px;font-weight:700;overflow-wrap:anywhere}.overflow-logout-form.svelte-1rg15zp{margin:0}.logout-overflow-item.svelte-1rg15zp{width:100%;border:0;background:none;cursor:pointer;font:inherit;text-align:left}.overflow-item.svelte-1rg15zp:hover{background:var(--pr-surface-2);color:var(--pr-text)}.overflow-item.active.svelte-1rg15zp{background:var(--pr-gradient);color:#fff;font-weight:700}.overflow-item.svelte-1rg15zp svg:where(.svelte-1rg15zp){width:16px;height:16px;flex-shrink:0}@media(prefers-reduced-motion:reduce){.tab-item.svelte-1rg15zp,.overflow-item.svelte-1rg15zp{transition:none}}.action-bar.svelte-dt84te{position:fixed;bottom:var(--pr-tab-height, 56px);left:0;right:0;z-index:52;background:var(--pr-bg);border-top:1px solid var(--pr-border);padding:8px 12px;padding-bottom:max(8px,env(safe-area-inset-bottom,8px))}.action-bar-inner.svelte-dt84te{display:flex;align-items:center;justify-content:center;gap:8px;max-width:600px;margin:0 auto}.action-btn.svelte-dt84te{display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;border-radius:50%;background:transparent;color:var(--pr-text-muted);transition:color .2s,background .2s;flex-shrink:0}.action-btn.svelte-dt84te svg{width:20px;height:20px}.camera-btn.svelte-dt84te{width:40px;height:40px}.mic-btn.svelte-dt84te{width:72px;height:72px;background:var(--pr-gradient);color:#fff;box-shadow:0 2px 8px #14b8a659;order:0}.mic-btn.svelte-dt84te:hover{box-shadow:0 4px 12px #14b8a680;transform:scale(1.05)}.mic-btn.svelte-dt84te svg{width:28px;height:28px}.post-btn.svelte-dt84te{width:40px;height:40px}.post-btn.svelte-dt84te:hover{color:var(--pr-primary)}.ask-wrapper.svelte-dt84te{flex:1;display:flex;align-items:center;background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:20px;padding:0 12px;gap:4px;min-width:0}.ask-input.svelte-dt84te{flex:1;border:none;background:transparent;padding:8px 0;font-size:14px;font-family:inherit;color:var(--pr-text);outline:none;min-width:0}.ask-input.svelte-dt84te::placeholder{color:var(--pr-text-muted);font-size:14px}.expand-btn.svelte-dt84te{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;cursor:pointer;color:var(--pr-text-muted);padding:0;flex-shrink:0;border-radius:50%}.expand-btn.svelte-dt84te:hover{color:var(--pr-primary);background:var(--pr-bg)}.expand-btn.svelte-dt84te svg{width:16px;height:16px}.camera-btn.svelte-dt84te{order:-1}.post-btn.svelte-dt84te{order:1}.mic-btn.svelte-dt84te{order:0}.mic-wrapper.svelte-dt84te{position:relative;display:flex;align-items:center;justify-content:center;order:0}.mic-btn.connecting.svelte-dt84te{background:#f59e0b;box-shadow:0 2px 8px #f59e0b66;animation:svelte-dt84te-mic-pulse 1.2s ease-in-out infinite}.mic-btn.listening.svelte-dt84te{background:var(--pr-gradient);box-shadow:0 0 #ef444480;animation:svelte-dt84te-mic-ring 1.5s ease-out infinite}.mic-btn.error.svelte-dt84te{background:#ef4444;box-shadow:0 2px 8px #ef444466;animation:svelte-dt84te-mic-shake .4s ease-in-out}.live-badge.svelte-dt84te{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:999px;line-height:1;pointer-events:none;text-transform:uppercase;letter-spacing:.5px}@keyframes svelte-dt84te-mic-pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes svelte-dt84te-mic-ring{0%{box-shadow:0 0 #ef444480}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes svelte-dt84te-mic-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(4px)}75%{transform:translate(-2px)}}@media(min-width:1024px){.action-bar.svelte-dt84te{bottom:0;right:var(--pr-nav-width, 60px)}}@media(min-width:600px){.action-bar-inner.svelte-dt84te{gap:12px}}@media(prefers-reduced-motion:reduce){.mic-btn.connecting.svelte-dt84te,.mic-btn.listening.svelte-dt84te,.mic-btn.error.svelte-dt84te{animation:none}}.post-sheet-overlay.svelte-14mk09p{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);display:flex;align-items:flex-end;justify-content:center;transition:background .2s ease,backdrop-filter .2s ease}.post-sheet-overlay.visible.svelte-14mk09p{background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.post-sheet.svelte-14mk09p{background:var(--pr-surface);border-radius:16px 16px 0 0;width:100%;max-width:600px;padding:16px 20px 24px;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);position:relative;box-shadow:0 -2px 12px #00000014}.post-sheet.slide-up.svelte-14mk09p{transform:translateY(0)}.sheet-handle.svelte-14mk09p{width:36px;height:4px;background:var(--pr-border);border-radius:2px;margin:0 auto 12px}.sheet-close.svelte-14mk09p{position:absolute;top:12px;right:16px;background:none;border:none;color:var(--pr-text-muted);cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.sheet-close.svelte-14mk09p:hover{background:var(--pr-bg);color:var(--pr-text)}.sheet-close.svelte-14mk09p svg{width:18px;height:18px}.sheet-content.svelte-14mk09p{display:flex;flex-direction:column;gap:8px}.sheet-context.svelte-14mk09p{font-size:10px;color:var(--pr-text-muted);text-align:center;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 8px}.sheet-btn.svelte-14mk09p{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border-radius:12px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:opacity .15s,transform .15s}.sheet-btn.svelte-14mk09p:active{transform:scale(.98)}.sheet-btn.svelte-14mk09p svg{width:18px;height:18px;flex-shrink:0}.post-now-btn.svelte-14mk09p{background:var(--pr-gradient);color:#fff;box-shadow:0 2px 8px #14b8a659;font-size:16px;padding:16px 20px}.post-now-btn.svelte-14mk09p:hover{opacity:.92}.schedule-btn.svelte-14mk09p{background:transparent;color:var(--pr-text);border:2px solid var(--pr-border)}.schedule-btn.svelte-14mk09p:hover{border-color:var(--pr-primary);color:var(--pr-primary)}.save-draft-btn.svelte-14mk09p{background:transparent;color:var(--pr-text-muted);font-weight:500;font-size:13px;padding:10px 20px}.save-draft-btn.svelte-14mk09p:hover{color:var(--pr-text);background:var(--pr-bg)}@media(prefers-reduced-motion:reduce){.post-sheet-overlay.svelte-14mk09p,.post-sheet.svelte-14mk09p,.sheet-btn.svelte-14mk09p{transition:none}}.picker-overlay.svelte-1e8c4d9{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:#0000;display:flex;align-items:flex-end;justify-content:center;transition:background .2s ease}.picker-overlay.visible.svelte-1e8c4d9{background:#00000080}.picker-panel.svelte-1e8c4d9{background:var(--pr-surface);border-radius:16px 16px 0 0;width:100%;max-width:600px;padding:16px 20px 24px;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);position:relative;box-shadow:0 -2px 12px #00000014}.picker-panel.slide-up.svelte-1e8c4d9{transform:translateY(0)}.picker-handle.svelte-1e8c4d9{width:36px;height:4px;background:var(--pr-border);border-radius:2px;margin:0 auto 16px}.picker-title.svelte-1e8c4d9{font-size:16px;font-weight:700;color:var(--pr-text);margin:0 0 16px;text-align:center}.picker-fields.svelte-1e8c4d9{display:flex;gap:12px;margin-bottom:20px}.field-group.svelte-1e8c4d9{flex:1;display:flex;flex-direction:column;gap:4px}.field-label.svelte-1e8c4d9{font-size:10px;font-weight:600;color:var(--pr-text-muted);text-transform:uppercase;letter-spacing:.5px}.field-input.svelte-1e8c4d9{padding:10px 12px;border-radius:8px;border:1px solid var(--pr-border);background:var(--pr-surface);color:var(--pr-text);font-size:14px;font-family:inherit;outline:none;transition:border-color .2s}.field-input.svelte-1e8c4d9:focus{border-color:var(--pr-primary);box-shadow:0 0 0 2px #14b8a626}.confirm-btn.svelte-1e8c4d9{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border-radius:12px;background:var(--pr-gradient);color:#fff;border:none;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:0 2px 8px #14b8a659;transition:opacity .15s,transform .15s}.confirm-btn.svelte-1e8c4d9:active{transform:scale(.98)}.confirm-btn.svelte-1e8c4d9:hover{opacity:.92}.confirm-btn.svelte-1e8c4d9 svg{width:18px;height:18px}@media(prefers-reduced-motion:reduce){.picker-overlay.svelte-1e8c4d9,.picker-panel.svelte-1e8c4d9,.confirm-btn.svelte-1e8c4d9{transition:none}}.undo-toast.svelte-1t4pwx5{position:fixed;bottom:calc(var(--pr-action-bar-height, 80px) + var(--pr-tab-height, 56px) + 12px);left:50%;transform:translate(-50%) translateY(16px);z-index:220;display:flex;align-items:center;gap:12px;background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:12px;padding:10px 16px;box-shadow:0 2px 12px #0000001a;opacity:0;transition:opacity .15s ease,transform .15s ease;max-width:calc(100vw - 32px);white-space:nowrap}.undo-toast.visible.svelte-1t4pwx5{opacity:1;transform:translate(-50%) translateY(0)}.undo-message.svelte-1t4pwx5{font-size:13px;font-weight:600;color:var(--pr-text)}.undo-btn.svelte-1t4pwx5{font-size:13px;font-weight:700;color:var(--pr-primary);background:none;border:none;cursor:pointer;padding:4px 0;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.undo-btn.svelte-1t4pwx5:hover{color:var(--pr-accent)}@media(min-width:1024px){.undo-toast.svelte-1t4pwx5{bottom:calc(var(--pr-action-bar-height-desktop, 60px) + 12px)}}@media(prefers-reduced-motion:reduce){.undo-toast.svelte-1t4pwx5{transition:none}}.draft-picker-overlay.svelte-dbu8un{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);display:flex;align-items:center;justify-content:center;padding:24px;transition:background .2s ease,backdrop-filter .2s ease}.draft-picker-overlay.visible.svelte-dbu8un{background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.draft-picker.svelte-dbu8un{background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:16px;width:100%;max-width:380px;padding:20px;position:relative;box-shadow:0 2px 16px #0000001f;transform:scale(.9);opacity:0;transition:transform .2s ease,opacity .2s ease}.draft-picker.pop-in.svelte-dbu8un{transform:scale(1);opacity:1}.picker-headline.svelte-dbu8un{font-size:14px;font-weight:700;color:var(--pr-text);line-height:1.35;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.picker-subtitle.svelte-dbu8un{font-size:11px;color:var(--pr-text-muted);margin-bottom:16px}.picker-actions.svelte-dbu8un{display:flex;flex-direction:column;gap:8px}.picker-btn.svelte-dbu8un{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:600;font-family:var(--design-font, inherit);cursor:pointer;border:1px solid var(--pr-border);background:var(--pr-surface);color:var(--pr-text);transition:background .15s,border-color .15s,color .15s}.picker-btn.svelte-dbu8un:hover{border-color:var(--pr-primary);color:var(--pr-primary)}.picker-btn.svelte-dbu8un svg{width:18px;height:18px;flex-shrink:0}.full-auto-btn.svelte-dbu8un{background:var(--pr-gradient);color:#fff;border-color:transparent;box-shadow:0 2px 8px #14b8a659}.full-auto-btn.svelte-dbu8un:hover{opacity:.92;color:#fff}.comment-first-btn.svelte-dbu8un{border:2px solid var(--pr-border)}.picker-loading.svelte-dbu8un{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;font-size:13px;color:var(--pr-text-muted)}.spinner.svelte-dbu8un{width:20px;height:20px;border:2px solid var(--pr-border);border-top-color:var(--pr-primary);border-radius:50%;animation:svelte-dbu8un-spin .6s linear infinite;display:block}@keyframes svelte-dbu8un-spin{to{transform:rotate(360deg)}}.picker-close.svelte-dbu8un{position:absolute;top:12px;right:12px;background:none;border:none;color:var(--pr-text-muted);cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.picker-close.svelte-dbu8un:hover{color:var(--pr-text)}.picker-close.svelte-dbu8un svg{width:16px;height:16px}@media(prefers-reduced-motion:reduce){.draft-picker-overlay.svelte-dbu8un,.draft-picker.svelte-dbu8un{transition:none}.spinner.svelte-dbu8un{animation:none}}.comment-surface-overlay.svelte-1r94b34{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);display:flex;align-items:flex-end;justify-content:center;transition:background .2s ease,backdrop-filter .2s ease}.comment-surface-overlay.visible.svelte-1r94b34{background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.comment-surface.svelte-1r94b34{background:var(--pr-surface);border-radius:16px 16px 0 0;width:100%;max-width:600px;max-height:85vh;padding:12px 20px 24px;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);position:relative;box-shadow:0 -2px 12px #00000014;overflow-y:auto;display:flex;flex-direction:column}.comment-surface.slide-up.svelte-1r94b34{transform:translateY(0)}.surface-handle.svelte-1r94b34{width:36px;height:4px;background:var(--pr-border);border-radius:2px;margin:0 auto 12px}.surface-header.svelte-1r94b34{display:flex;align-items:center;gap:8px;margin-bottom:12px}.back-btn.svelte-1r94b34{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--pr-text-muted);cursor:pointer;padding:4px;border-radius:6px;transition:color .15s}.back-btn.svelte-1r94b34:hover{color:var(--pr-text)}.back-btn.svelte-1r94b34 svg{width:20px;height:20px}.header-title.svelte-1r94b34{font-size:14px;font-weight:600;color:var(--pr-text)}.news-verbatim.svelte-1r94b34{margin-bottom:12px;flex-shrink:0}.verbatim-headline.svelte-1r94b34{font-size:15px;font-weight:700;color:var(--pr-text);line-height:1.35;margin-bottom:6px}.verbatim-body.svelte-1r94b34{font-size:12px;color:var(--pr-text-muted);line-height:1.5;margin-bottom:6px;white-space:pre-wrap}.verbatim-source.svelte-1r94b34{font-size:9px;font-weight:600;color:var(--pr-text-muted);text-transform:uppercase;letter-spacing:.5px}.surface-divider.svelte-1r94b34{height:1px;background:var(--pr-border);margin-bottom:12px;flex-shrink:0}.workflow-fork.svelte-1r94b34{display:flex;gap:6px;margin-bottom:10px;flex-shrink:0}.fork-btn.svelte-1r94b34{flex:1;padding:8px 12px;border-radius:8px;border:1px solid var(--pr-border);background:var(--pr-bg);color:var(--pr-text-muted);font-size:11px;font-weight:600;font-family:var(--design-font, inherit);cursor:pointer;transition:background .15s,border-color .15s,color .15s;text-align:center}.fork-btn.active.svelte-1r94b34{background:var(--pr-surface-2);border-color:var(--pr-primary);color:var(--pr-primary)}.fork-btn.svelte-1r94b34:hover:not(.active){border-color:var(--pr-primary);color:var(--pr-text)}.comment-input-area.svelte-1r94b34{display:flex;flex-direction:column;gap:10px}.comment-mic-btn.svelte-1r94b34{display:flex;align-items:center;justify-content:center;gap:8px;width:72px;height:72px;margin:0 auto;border-radius:50%;border:none;background:var(--pr-gradient);color:#fff;cursor:pointer;box-shadow:0 2px 12px #14b8a659;transition:transform .15s,box-shadow .15s;position:relative}.comment-mic-btn.svelte-1r94b34:hover{transform:scale(1.05)}.comment-mic-btn.voice-active.svelte-1r94b34{box-shadow:0 0 0 6px #14b8a633;animation:svelte-1r94b34-pulse-mic 1.5s ease-in-out infinite}.comment-mic-btn.svelte-1r94b34 svg{width:28px;height:28px}.mic-label.svelte-1r94b34{position:absolute;bottom:-20px;font-size:9px;color:var(--pr-primary);font-weight:600;white-space:nowrap}@keyframes svelte-1r94b34-pulse-mic{0%,to{box-shadow:0 0 0 6px #14b8a633}50%{box-shadow:0 0 0 12px #14b8a60d}}.comment-input.svelte-1r94b34{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--pr-border);background:var(--pr-bg);color:var(--pr-text);font-size:12px;font-family:var(--design-font, inherit);line-height:1.5;resize:vertical;min-height:72px;transition:border-color .15s}.comment-input.svelte-1r94b34::placeholder{color:var(--pr-text-muted)}.comment-input.svelte-1r94b34:focus{outline:none;border-color:var(--pr-primary);box-shadow:0 0 0 2px #14b8a626}.submit-btn.svelte-1r94b34{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:10px;border:none;background:var(--pr-gradient);color:#fff;font-size:13px;font-weight:600;font-family:var(--design-font, inherit);cursor:pointer;transition:opacity .15s,transform .15s;box-shadow:0 2px 8px #14b8a659}.submit-btn.svelte-1r94b34:hover:not(:disabled){opacity:.92}.submit-btn.svelte-1r94b34:disabled{opacity:.5;cursor:not-allowed}.submit-spinner.svelte-1r94b34{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1r94b34-spin .6s linear infinite;display:block}@keyframes svelte-1r94b34-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.comment-surface-overlay.svelte-1r94b34,.comment-surface.svelte-1r94b34{transition:none}.comment-mic-btn.voice-active.svelte-1r94b34,.submit-spinner.svelte-1r94b34{animation:none}}.voice-pill.svelte-3t8ad2{position:fixed;bottom:24px;right:24px;z-index:100;display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:999px;background:var(--pr-surface);border:1px solid var(--pr-border);box-shadow:0 2px 12px #0000001f;cursor:pointer;color:var(--pr-text);font-size:14px;font-family:inherit}.voice-pill.svelte-3t8ad2:hover{box-shadow:0 4px 16px #0000002e}.pill-dot.svelte-3t8ad2{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pill-icon.svelte-3t8ad2{font-size:16px}.pill-time.svelte-3t8ad2{font-variant-numeric:tabular-nums}.voice-overlay.svelte-3t8ad2{position:fixed;bottom:0;right:0;width:100%;max-height:80vh;z-index:100;background:var(--pr-surface);border:1px solid var(--pr-border);border-bottom:none;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #00000026;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;overflow:hidden}@media(min-width:1024px){.voice-overlay.svelte-3t8ad2{width:360px;max-height:70vh;bottom:16px;right:16px;border-radius:16px;border-bottom:1px solid var(--pr-border)}.voice-pill.svelte-3t8ad2{bottom:16px;right:16px}}.voice-header.svelte-3t8ad2{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--pr-border);flex-shrink:0}.header-left.svelte-3t8ad2{display:flex;align-items:center;gap:8px}.status-dot.svelte-3t8ad2{width:10px;height:10px;border-radius:50%;flex-shrink:0}.context-label.svelte-3t8ad2{font-weight:600;font-size:14px;color:var(--pr-text);text-transform:capitalize}.status-text.svelte-3t8ad2{font-size:13px;color:var(--pr-text-muted)}.header-right.svelte-3t8ad2{display:flex;align-items:center;gap:4px}.minimize-btn.svelte-3t8ad2,.close-btn.svelte-3t8ad2{width:32px;height:32px;border:none;background:transparent;color:var(--pr-text-muted);cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;font-family:inherit}.minimize-btn.svelte-3t8ad2:hover,.close-btn.svelte-3t8ad2:hover{background:var(--pr-surface-2);color:var(--pr-text)}.voice-meter.svelte-3t8ad2{display:flex;align-items:center;gap:6px;padding:8px 16px;font-size:14px;color:var(--pr-text-muted);font-variant-numeric:tabular-nums;flex-shrink:0}.meter-sep.svelte-3t8ad2{opacity:.5}.idle-bar.svelte-3t8ad2{height:3px;background:var(--pr-border);margin:0 16px;border-radius:2px;overflow:hidden;flex-shrink:0}.idle-fill.svelte-3t8ad2{height:100%;background:var(--pr-primary);border-radius:2px;transition:width .3s ease}.voice-error.svelte-3t8ad2{margin:8px 16px;padding:8px 12px;background:#fef2f2;color:#dc2626;border-radius:8px;font-size:14px;flex-shrink:0}@media(prefers-color-scheme:dark){.voice-error.svelte-3t8ad2{background:#451a1a;color:#fca5a5}}.voice-transcript.svelte-3t8ad2{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;min-height:120px}.transcript-empty.svelte-3t8ad2{color:var(--pr-text-muted);font-size:14px;text-align:center;padding:32px 16px}.bubble.svelte-3t8ad2{max-width:85%;padding:10px 14px;border-radius:12px;font-size:15px;line-height:1.4;word-break:break-word}.bubble.svelte-3t8ad2 p:where(.svelte-3t8ad2){margin:0}.bubble.user.svelte-3t8ad2{align-self:flex-end;background:var(--pr-surface-2);color:var(--pr-text);border-bottom-right-radius:4px}.thinking-indicator.svelte-3t8ad2{align-self:flex-start;display:flex;gap:4px;padding:8px 12px}.thinking-indicator.svelte-3t8ad2 .dot:where(.svelte-3t8ad2){width:6px;height:6px;border-radius:50%;background:var(--pr-text-muted);animation:svelte-3t8ad2-thinking-bounce 1.2s ease-in-out infinite}.thinking-indicator.svelte-3t8ad2 .dot:where(.svelte-3t8ad2):nth-child(2){animation-delay:.2s}.thinking-indicator.svelte-3t8ad2 .dot:where(.svelte-3t8ad2):nth-child(3){animation-delay:.4s}@keyframes svelte-3t8ad2-thinking-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.bubble.assistant.svelte-3t8ad2{align-self:flex-start;background:var(--pr-primary);color:#fff;border-bottom-left-radius:4px}.voice-stop.svelte-3t8ad2{margin:12px 16px;padding:12px;border:none;border-radius:12px;background:#ef4444;color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;flex-shrink:0;transition:background .15s ease}.voice-stop.svelte-3t8ad2:hover{background:#dc2626}.voice-stop.svelte-3t8ad2:active{background:#b91c1c}@media(prefers-reduced-motion:reduce){.idle-fill.svelte-3t8ad2{transition:none}}.notif-wrap.svelte-vtze1i{position:relative}.notif-bell.svelte-vtze1i{position:relative;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--pr-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.notif-bell.svelte-vtze1i:hover{color:var(--pr-text);background:var(--pr-surface-2)}.notif-bell.svelte-vtze1i svg:where(.svelte-vtze1i){width:20px;height:20px}.notif-badge.svelte-vtze1i{position:absolute;top:2px;right:2px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.notif-panel.svelte-vtze1i{position:absolute;top:100%;right:0;width:320px;max-height:400px;background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:12px;box-shadow:0 8px 32px #00000026;overflow:hidden;z-index:200;margin-top:4px}.notif-header.svelte-vtze1i{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--pr-border)}.notif-title.svelte-vtze1i{font-weight:600;font-size:14px;color:var(--pr-text)}.notif-read-all.svelte-vtze1i{border:none;background:none;color:var(--pr-primary);font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px}.notif-read-all.svelte-vtze1i:hover{background:var(--pr-surface-2)}.notif-loading.svelte-vtze1i,.notif-empty.svelte-vtze1i{padding:32px 16px;text-align:center;color:var(--pr-text-muted);font-size:13px}.notif-list.svelte-vtze1i{overflow-y:auto;max-height:344px}.notif-item.svelte-vtze1i{display:flex;align-items:flex-start;gap:8px;width:100%;padding:10px 16px;border:none;background:none;cursor:pointer;text-align:left;border-bottom:1px solid var(--pr-border)}.notif-item.svelte-vtze1i:hover{background:var(--pr-surface-2)}.notif-item.unread.svelte-vtze1i{background:var(--pr-surface-1, var(--pr-surface))}.notif-dot.svelte-vtze1i{width:6px;min-width:6px;height:6px;border-radius:50%;margin-top:6px;background:transparent}.notif-dot.active.svelte-vtze1i{background:var(--pr-primary, #3B82F6)}.notif-content.svelte-vtze1i{display:flex;flex-direction:column;gap:2px;min-width:0}.notif-item-title.svelte-vtze1i{font-size:14px;font-weight:500;color:var(--pr-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-item.unread.svelte-vtze1i .notif-item-title:where(.svelte-vtze1i){font-weight:600}.notif-item-body.svelte-vtze1i{font-size:13px;color:var(--pr-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-time.svelte-vtze1i{font-size:12px;color:var(--pr-text-muted)}@media(max-width:1023px){.notif-panel.svelte-vtze1i{width:calc(100vw - 24px);right:-6px}}.app-shell.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;background:var(--pr-bg)}.notification-area.svelte-12qhfyh{position:fixed;top:12px;right:calc(var(--pr-nav-width, 60px) + 12px);z-index:100}.app-content.svelte-12qhfyh{flex:1;padding-right:var(--pr-nav-width, 60px);padding-bottom:var(--pr-action-bar-height-desktop, 60px);min-height:100vh}.app-content.immersive.svelte-12qhfyh{padding-right:0;padding-bottom:0}@media(max-width:1023px){.notification-area.svelte-12qhfyh{right:12px}.app-content.svelte-12qhfyh{padding-right:0;padding-bottom:calc(var(--pr-tab-height, 56px) + var(--pr-action-bar-height, 80px))}.app-content.immersive.svelte-12qhfyh{padding-bottom:0}}
