:root{--bg: #131314;--surface: #282a2c;--surface-1: #1e1f20;--surface-2: #333537;--surface-hover: rgba(227, 227, 227, .08);--surface-pressed: rgba(227, 227, 227, .12);--text: #e3e3e3;--text-secondary: #9aa0a6;--text-tertiary: #bdc1c6;--accent: #89b4f8;--accent-soft: #a8c7fa;--border: #3c4043;--divider: #2d2f31;--gradient-a: #4285f4;--gradient-b: #9b72cb;--gradient-c: #d96570;--user-bubble: #333537;--scrollbar-thumb: #3c4043;--scrollbar-thumb-hover: #5f6368;--shadow-overlay: rgba(0, 0, 0, .55);--active-tile-bg: #1f3760;--active-tile-text: #d2e3fc;--code-bg: #2d2f31;--strong-text: #ffffff;--send-bg: #89b4f8;--send-text: #202124;--send-hover: #a8c7fa;--send-disabled-bg: #3c4043;--send-disabled-text: #9aa0a6;--danger: #f28b82;--chip-bg: rgba(168, 199, 250, .16);--chip-bg-hover: rgba(168, 199, 250, .2);--sidenav-open: 272px;--sidenav-closed: 72px;--header-height: 64px;--font-sans: "Google Sans", "Google Sans Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;color-scheme:dark}:root[data-theme=light]{--bg: #ffffff;--surface: #f0f4f9;--surface-1: #f0f4f9;--surface-2: #dde3ea;--surface-hover: rgba(60, 64, 67, .08);--surface-pressed: rgba(60, 64, 67, .12);--text: #1f1f1f;--text-secondary: #444746;--text-tertiary: #5f6368;--accent: #0b57d0;--accent-soft: #0842a0;--border: #c4c7c5;--divider: #e8eaed;--user-bubble: #e9eef6;--scrollbar-thumb: #c4c7c5;--scrollbar-thumb-hover: #9aa0a6;--shadow-overlay: rgba(32, 33, 36, .35);--active-tile-bg: #d3e3fd;--active-tile-text: #0b57d0;--code-bg: #f0f4f8;--strong-text: #1f1f1f;--send-bg: #0b57d0;--send-text: #ffffff;--send-hover: #0842a0;--send-disabled-bg: #e1e3e1;--send-disabled-text: #9aa0a6;--danger: #d93025;--chip-bg: rgba(11, 87, 208, .12);--chip-bg-hover: rgba(11, 87, 208, .18);color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s ease,color .2s ease}#app{height:100%}button{font-family:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0}input,textarea{font-family:inherit;color:inherit;background:none;border:none;outline:none}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.gem-gradient-text{background:linear-gradient(74deg,var(--gradient-a) 0%,var(--gradient-b) 50%,var(--gradient-c) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.backdrop.svelte-mtzsah.svelte-mtzsah{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--shadow-overlay);z-index:40;border:none;padding:0;cursor:default;animation:svelte-mtzsah-fadeIn .2s ease-out}@keyframes svelte-mtzsah-fadeIn{0%{opacity:0}to{opacity:1}}.sidebar.svelte-mtzsah.svelte-mtzsah{width:var(--sidenav-open);background:var(--surface-1);height:100%;display:flex;flex-direction:column;padding:8px;transition:width .25s cubic-bezier(.2,0,0,1);overflow:hidden;flex-shrink:0}.app.mobile .sidebar.svelte-mtzsah.svelte-mtzsah:not(.drawer){display:none}.sidebar.closed.svelte-mtzsah.svelte-mtzsah{width:var(--sidenav-closed);padding:8px 0;align-items:center}.sidebar.drawer.svelte-mtzsah.svelte-mtzsah{position:fixed;top:0;left:0;height:100%;width:min(308px,85vw);transform:translate(-100%);transition:transform .28s cubic-bezier(.2,0,0,1);z-index:50;box-shadow:4px 0 24px #0000004d}.sidebar.drawer.drawer-open.svelte-mtzsah.svelte-mtzsah{transform:translate(0)}.top.svelte-mtzsah.svelte-mtzsah{display:flex;flex-direction:column;gap:8px;padding:8px 4px 12px;align-items:flex-start}.sidebar.closed.svelte-mtzsah .top.svelte-mtzsah{padding:8px 0 12px;align-items:center}.spacer.svelte-mtzsah.svelte-mtzsah{flex:1}.icon-btn.svelte-mtzsah.svelte-mtzsah{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text);transition:background .12s}.icon-btn.svelte-mtzsah.svelte-mtzsah:hover{background:var(--surface-hover)}.new-chat.svelte-mtzsah.svelte-mtzsah{display:inline-flex;align-items:center;gap:12px;background:var(--surface-2);color:var(--text);border-radius:999px;padding:10px 18px 10px 14px;font-weight:500;height:44px;width:fit-content;transition:background .12s,padding .2s}.new-chat.svelte-mtzsah.svelte-mtzsah:hover{background:var(--surface-hover)}.new-chat.collapsed.svelte-mtzsah.svelte-mtzsah{width:44px;padding:0;justify-content:center}.new-chat.svelte-mtzsah .label.svelte-mtzsah{font-size:14px;white-space:nowrap}.section-label.svelte-mtzsah.svelte-mtzsah{font-size:14px;color:var(--text-tertiary);padding:12px 16px 4px;font-weight:500}.recent.svelte-mtzsah.svelte-mtzsah{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:0 4px}.conv-tile.svelte-mtzsah.svelte-mtzsah{display:block;width:100%;text-align:left;padding:9px 12px;border-radius:999px;color:var(--text);font-size:14px;line-height:20px;transition:background .12s}.conv-tile.svelte-mtzsah.svelte-mtzsah:hover{background:var(--surface-hover)}.conv-tile.active.svelte-mtzsah.svelte-mtzsah{background:var(--active-tile-bg);color:var(--active-tile-text)}.conv-title.svelte-mtzsah.svelte-mtzsah{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottom.svelte-mtzsah.svelte-mtzsah{padding:4px 4px 8px;display:flex;align-items:center;gap:4px;color:var(--text);font-size:14px;font-family:var(--font-sans);font-weight:400}.bottom.collapsed.svelte-mtzsah.svelte-mtzsah{justify-content:center;padding:8px 0}.bottom-btn.svelte-mtzsah.svelte-mtzsah{display:flex;align-items:center;gap:4px;width:calc(100% - 8px);margin:0 4px 8px;padding:4px 14px 4px 4px;background:transparent;border:none;border-radius:999px;color:var(--text);font-size:14px;font-family:var(--font-sans);font-weight:400;text-align:left;cursor:pointer;transition:background .12s}.bottom-btn.svelte-mtzsah.svelte-mtzsah:hover{background:var(--surface-hover)}.icon-btn-shell.svelte-mtzsah.svelte-mtzsah{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text);flex-shrink:0}.bottom-label.svelte-mtzsah.svelte-mtzsah{white-space:nowrap;color:var(--text)}.wrap.svelte-1szmbgy{position:relative}.switcher.svelte-1szmbgy{display:inline-flex;align-items:center;gap:6px;padding:8px 6px 8px 12px;border-radius:999px;color:var(--text);transition:background .12s}.switcher.svelte-1szmbgy:hover{background:var(--surface-hover)}.brand.svelte-1szmbgy{font-size:18px;font-weight:500;letter-spacing:-.2px}.name.svelte-1szmbgy{color:var(--text-secondary);font-size:18px;font-weight:400}.caret.svelte-1szmbgy{font-size:18px;color:var(--text-secondary)}.menu.svelte-1szmbgy{position:absolute;top:calc(100% + 6px);left:0;min-width:300px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:8px;box-shadow:0 4px 16px var(--shadow-overlay);z-index:30}.item.svelte-1szmbgy{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;color:var(--text);text-align:left;transition:background .12s}.item.svelte-1szmbgy:hover{background:var(--surface-hover)}.item-main.svelte-1szmbgy{display:flex;flex-direction:column;gap:2px;flex:1}.item-name.svelte-1szmbgy{font-size:14px;font-weight:500}.item-tag.svelte-1szmbgy{font-size:12px;color:var(--text-secondary)}.check.svelte-1szmbgy{color:var(--accent);font-size:20px}.header.svelte-13hklof{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;padding:8px 16px;flex-shrink:0}.left.svelte-13hklof,.right.svelte-13hklof{display:flex;align-items:center;gap:8px}.icon-btn.svelte-13hklof{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text);transition:background .12s}.icon-btn.svelte-13hklof:hover{background:var(--surface-hover)}.avatar.svelte-13hklof{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#4285f4,#9b72cb);color:#fff;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.row.svelte-a46jhk.svelte-a46jhk{display:flex;gap:16px;margin:24px 0}.row.user.svelte-a46jhk.svelte-a46jhk{justify-content:flex-end}.row.bot.svelte-a46jhk.svelte-a46jhk{justify-content:flex-start}.bubble.svelte-a46jhk.svelte-a46jhk{max-width:720px;font-size:15px;line-height:1.65;word-wrap:break-word}.user-bubble.svelte-a46jhk.svelte-a46jhk{background:var(--user-bubble);color:var(--text);padding:12px 18px;border-radius:24px 6px 24px 24px}.bot-bubble.svelte-a46jhk.svelte-a46jhk{color:var(--text);padding:4px 0}.cursor.svelte-a46jhk.svelte-a46jhk{display:inline-block;width:10px;height:18px;margin-left:2px;vertical-align:-3px;background:var(--text);border-radius:2px;animation:svelte-a46jhk-blink 1s steps(2,start) infinite}@keyframes svelte-a46jhk-blink{to{visibility:hidden}}.bot-content.svelte-a46jhk.svelte-a46jhk{flex:1;min-width:0;max-width:760px}.avatar.svelte-a46jhk.svelte-a46jhk{width:32px;height:32px;border-radius:50%;background:transparent;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.actions.svelte-a46jhk.svelte-a46jhk{display:flex;gap:4px;margin-top:12px}.mini.svelte-a46jhk.svelte-a46jhk{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:background .12s,color .12s}.mini.svelte-a46jhk.svelte-a46jhk:hover{background:var(--surface-hover);color:var(--text)}.mini.svelte-a46jhk .material-symbols-outlined.svelte-a46jhk{font-size:20px}.bubble.svelte-a46jhk strong{font-weight:600;color:var(--strong-text)}.bubble.svelte-a46jhk code{background:var(--code-bg);padding:2px 6px;border-radius:4px;font-family:Roboto Mono,Menlo,monospace;font-size:13px}.row.svelte-1kuaiid.svelte-1kuaiid{display:flex;gap:16px;margin:24px 0;justify-content:flex-start}.bubble.svelte-1kuaiid.svelte-1kuaiid{max-width:720px;font-size:15px;line-height:1.65;word-wrap:break-word}.bot-bubble.svelte-1kuaiid.svelte-1kuaiid{color:var(--text);padding:4px 0}.bot-content.svelte-1kuaiid.svelte-1kuaiid{flex:1;min-width:0;max-width:760px}.avatar.svelte-1kuaiid.svelte-1kuaiid{width:32px;height:32px;border-radius:50%;background:transparent;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cursor.svelte-1kuaiid.svelte-1kuaiid{display:inline-block;width:10px;height:18px;margin-left:2px;vertical-align:-3px;background:var(--text);border-radius:2px;animation:svelte-1kuaiid-blink 1s steps(2,start) infinite}@keyframes svelte-1kuaiid-blink{to{visibility:hidden}}.actions.svelte-1kuaiid.svelte-1kuaiid{display:flex;gap:4px;margin-top:12px}.mini.svelte-1kuaiid.svelte-1kuaiid{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:background .12s,color .12s}.mini.svelte-1kuaiid.svelte-1kuaiid:hover{background:var(--surface-hover);color:var(--text)}.mini.svelte-1kuaiid .material-symbols-outlined.svelte-1kuaiid{font-size:20px}.bubble.svelte-1kuaiid strong{font-weight:600;color:var(--strong-text)}.bubble.svelte-1kuaiid code{background:var(--code-bg);padding:2px 6px;border-radius:4px;font-family:Roboto Mono,Menlo,monospace;font-size:13px}.wrap.svelte-1e3n9v3.svelte-1e3n9v3{flex:1 1 0;min-height:0;height:100%;position:relative;display:flex;flex-direction:column}.scroll.svelte-1e3n9v3.svelte-1e3n9v3{flex:1;overflow-y:auto;padding:0 24px;scroll-behavior:auto}.inner.svelte-1e3n9v3.svelte-1e3n9v3{max-width:820px;margin:0 auto;padding:8px 0 32px}.jump.svelte-1e3n9v3.svelte-1e3n9v3{position:absolute;left:50%;bottom:12px;transform:translate(-50%);width:40px;height:40px;border-radius:50%;background:var(--surface);color:var(--text);border:1px solid var(--border, #3c4043);box-shadow:0 2px 10px #00000059;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s,transform .12s;animation:svelte-1e3n9v3-pop .18s ease-out}.jump.svelte-1e3n9v3.svelte-1e3n9v3:hover{background:var(--surface-hover)}.jump.svelte-1e3n9v3.svelte-1e3n9v3:active{transform:translate(-50%) scale(.95)}.jump.svelte-1e3n9v3 .material-symbols-outlined.svelte-1e3n9v3{font-size:22px}@keyframes svelte-1e3n9v3-pop{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.welcome.svelte-6wdx0w{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 24px;max-width:820px;margin:0 auto;width:100%}.logo.svelte-6wdx0w{margin-bottom:16px}.greeting.svelte-6wdx0w{font-size:56px;font-weight:500;margin:0;letter-spacing:-1px;line-height:1.15}.sub.svelte-6wdx0w{font-size:32px;color:var(--text-secondary);margin:4px 0 0;font-weight:400}@media (max-width: 720px){.welcome.svelte-6wdx0w{align-items:flex-start}.greeting.svelte-6wdx0w{font-size:36px}.sub.svelte-6wdx0w{font-size:22px}}.wrap.svelte-1sy27ux.svelte-1sy27ux{position:relative}.tool-btn.svelte-1sy27ux.svelte-1sy27ux{display:inline-flex;align-items:center;gap:6px;padding:8px 14px 8px 10px;border-radius:999px;color:var(--text);font-size:14px;font-weight:500;background:transparent;transition:background .12s,color .12s}.tool-btn.svelte-1sy27ux.svelte-1sy27ux:hover{background:var(--surface-hover)}.tool-btn.has-active.svelte-1sy27ux.svelte-1sy27ux{color:var(--accent-soft);background:var(--chip-bg)}.tool-btn.svelte-1sy27ux .material-symbols-outlined.svelte-1sy27ux{font-size:20px}.menu.svelte-1sy27ux.svelte-1sy27ux{position:absolute;bottom:calc(100% + 8px);left:0;min-width:240px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:8px;box-shadow:0 6px 24px var(--shadow-overlay);z-index:30}.item.svelte-1sy27ux.svelte-1sy27ux{width:100%;display:flex;align-items:center;gap:14px;padding:10px 14px;border-radius:12px;color:var(--text);transition:background .12s;font-size:14px}.item.svelte-1sy27ux.svelte-1sy27ux:hover{background:var(--surface-hover)}.item.active.svelte-1sy27ux.svelte-1sy27ux{color:var(--accent-soft)}.name.svelte-1sy27ux.svelte-1sy27ux{flex:1;text-align:left}.check.svelte-1sy27ux.svelte-1sy27ux{color:var(--accent);font-size:18px}.input-wrap.svelte-1d8aa48.svelte-1d8aa48{padding:8px 24px 16px;max-width:860px;margin:0 auto;width:100%}.input-box.svelte-1d8aa48.svelte-1d8aa48{background:var(--surface);border-radius:28px;padding:12px 8px 8px 16px;display:flex;flex-direction:column;gap:6px;transition:box-shadow .12s}.input-box.invalid.svelte-1d8aa48.svelte-1d8aa48{box-shadow:0 0 0 1px var(--danger) inset}.active-tool.svelte-1d8aa48.svelte-1d8aa48{padding:2px 4px 0}.chip.svelte-1d8aa48.svelte-1d8aa48{display:inline-flex;align-items:center;gap:6px;padding:4px 4px 4px 10px;border-radius:999px;background:var(--chip-bg);color:var(--accent-soft);font-size:13px;font-weight:500}.chip.svelte-1d8aa48 .material-symbols-outlined.svelte-1d8aa48{font-size:16px}.chip.svelte-1d8aa48 .x.svelte-1d8aa48{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--accent-soft);transition:background .12s}.chip.svelte-1d8aa48 .x.svelte-1d8aa48:hover{background:var(--chip-bg-hover)}.chip.svelte-1d8aa48 .x .material-symbols-outlined.svelte-1d8aa48{font-size:16px}textarea.svelte-1d8aa48.svelte-1d8aa48{width:100%;resize:none;background:transparent;color:var(--text);font-size:16px;line-height:1.5;padding:6px 6px 2px;max-height:200px;overflow-y:auto}textarea.svelte-1d8aa48.svelte-1d8aa48::placeholder{color:var(--text-secondary)}.row.svelte-1d8aa48.svelte-1d8aa48{display:flex;align-items:center;justify-content:space-between}.left.svelte-1d8aa48.svelte-1d8aa48,.right.svelte-1d8aa48.svelte-1d8aa48{display:flex;align-items:center;gap:8px}.counter.svelte-1d8aa48.svelte-1d8aa48{font-size:12px;color:var(--text-secondary);font-variant-numeric:tabular-nums}.counter.over.svelte-1d8aa48.svelte-1d8aa48{color:var(--danger);font-weight:500}.icon-btn.svelte-1d8aa48.svelte-1d8aa48{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text);transition:background .12s}.icon-btn.svelte-1d8aa48.svelte-1d8aa48:hover{background:var(--surface-hover)}.send.svelte-1d8aa48.svelte-1d8aa48{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--send-bg);color:var(--send-text);transition:background .12s,opacity .12s}.send.svelte-1d8aa48.svelte-1d8aa48:hover{background:var(--send-hover)}.send.disabled.svelte-1d8aa48.svelte-1d8aa48,.send.svelte-1d8aa48.svelte-1d8aa48:disabled{background:var(--send-disabled-bg);color:var(--send-disabled-text);cursor:not-allowed}.err.svelte-1d8aa48.svelte-1d8aa48{color:var(--danger);font-size:12px;text-align:center;padding:8px 16px 0}.disclaimer.svelte-1d8aa48.svelte-1d8aa48{text-align:center;color:var(--text-secondary);font-size:12px;padding:10px 16px 0}.backdrop.svelte-1abxq8l.svelte-1abxq8l{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--shadow-overlay);border:none;padding:0;cursor:default;z-index:80}.dialog.svelte-1abxq8l.svelte-1abxq8l{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(520px,calc(100vw - 32px));max-height:calc(100vh - 64px);overflow-y:auto;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:24px;box-shadow:0 12px 40px var(--shadow-overlay);z-index:90;padding:20px 24px 24px}.dialog-head.svelte-1abxq8l.svelte-1abxq8l{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px}.dialog-head.svelte-1abxq8l h2.svelte-1abxq8l{font-size:20px;font-weight:500;margin:0;letter-spacing:-.2px}.icon-btn.svelte-1abxq8l.svelte-1abxq8l{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text);transition:background .12s}.icon-btn.svelte-1abxq8l.svelte-1abxq8l:hover{background:var(--surface-hover)}.section.svelte-1abxq8l.svelte-1abxq8l{padding:8px 0 4px}.section-head.svelte-1abxq8l.svelte-1abxq8l{display:flex;gap:12px;align-items:flex-start;padding:4px 4px 12px}.s-icon.svelte-1abxq8l.svelte-1abxq8l{font-size:22px;color:var(--text-secondary);padding-top:2px}.section-head-text.svelte-1abxq8l.svelte-1abxq8l{display:flex;flex-direction:column;gap:2px}.section-title.svelte-1abxq8l.svelte-1abxq8l{font-size:15px;font-weight:500}.section-desc.svelte-1abxq8l.svelte-1abxq8l{font-size:13px;color:var(--text-secondary)}.options.svelte-1abxq8l.svelte-1abxq8l{display:flex;flex-direction:column;gap:6px}.option.svelte-1abxq8l.svelte-1abxq8l{width:100%;display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:14px;color:var(--text);text-align:left;background:transparent;border:1px solid transparent;transition:background .12s,border-color .12s}.option.svelte-1abxq8l.svelte-1abxq8l:hover{background:var(--surface-hover)}.option.selected.svelte-1abxq8l.svelte-1abxq8l{background:var(--chip-bg);border-color:var(--accent)}.option-icon.svelte-1abxq8l.svelte-1abxq8l{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-2);color:var(--text);flex-shrink:0}.option-icon.svelte-1abxq8l .material-symbols-outlined.svelte-1abxq8l{font-size:20px}.option.selected.svelte-1abxq8l .option-icon.svelte-1abxq8l{background:var(--accent);color:var(--send-text)}.option-main.svelte-1abxq8l.svelte-1abxq8l{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.option-name.svelte-1abxq8l.svelte-1abxq8l{font-size:14px;font-weight:500}.option-desc.svelte-1abxq8l.svelte-1abxq8l{font-size:12px;color:var(--text-secondary)}.radio.svelte-1abxq8l.svelte-1abxq8l{width:20px;height:20px;border-radius:50%;border:2px solid var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .12s}.radio.on.svelte-1abxq8l.svelte-1abxq8l{border-color:var(--accent)}.radio-dot.svelte-1abxq8l.svelte-1abxq8l{width:10px;height:10px;border-radius:50%;background:var(--accent)}.app.svelte-sjgae2{display:flex;height:100%;background:var(--bg)}.main.svelte-sjgae2{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--bg);position:relative}.page.svelte-sjgae2{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}
