:root{--font-sans:"OpenAI Sans", "Sohne", "Söhne", "Helvetica Neue", "SF Pro Text", "Segoe UI", Arial, sans-serif;--font-mono:"SF Mono", "Cascadia Code", "JetBrains Mono", "Roboto Mono", "Consolas", monospace;--bg-main:#fff;--bg-sidebar:#f9f9f9;--bg-user-message:#f4f4f4;--text-primary:#0d0d0d;--text-secondary:#676767;--border-color:#e5e5e5;--accent-color:#000;--radius-sm:8px;--radius-md:12px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{background-color:var(--bg-main);color:var(--text-primary);font-family:var(--font-sans);text-rendering:optimizelegibility;font-optical-sizing:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;font-weight:400;line-height:1.55}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:600;line-height:1.2}p,span,label,li{line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer}button{background:0 0;border:none}code,pre{font-family:var(--font-mono)}.chat-shell{--sidebar-width:260px;--sidebar-rail-width:52px;background:var(--bg-main);width:100vw;height:100vh;display:flex;overflow:hidden}.chat-sidebar-rail{opacity:0;pointer-events:none;background:#fff;border-right:1px solid #0000;flex-direction:column;flex:0 0 0;align-items:center;gap:8px;padding:12px 0;transition:flex-basis .24s cubic-bezier(.16,1,.3,1),opacity .18s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1),padding .24s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translate(-8px)}.sidebar-closed .chat-sidebar-rail{flex-basis:var(--sidebar-rail-width);opacity:1;pointer-events:auto;padding-left:8px;padding-right:8px;transform:translate(0)}.chat-sidebar-icon-button{color:#5f5f5f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background-color .14s,color .14s,transform .14s;display:flex}.chat-sidebar-icon-button:hover{color:#0d0d0d;background:#f1f1f1}.chat-sidebar-icon-button:active{transform:scale(.96)}.chat-main-panel{flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.chat-sidebar{flex:0 0 var(--sidebar-width);will-change:transform;transition:margin-left .24s cubic-bezier(.16,1,.3,1),transform .24s cubic-bezier(.16,1,.3,1),opacity .16s;overflow:hidden;transform:translate(0)}.chat-sidebar.is-closed{margin-left:calc(var(--sidebar-width) * -1);opacity:0;pointer-events:none;transform:translate(-16px)}@media (max-width:768px){.chat-sidebar-rail{z-index:30;background:0 0;border-right:0;height:auto;position:fixed}.sidebar-open .chat-sidebar-rail{opacity:0;pointer-events:none}.chat-sidebar{z-index:40;flex-basis:var(--sidebar-width);margin-left:0;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.chat-sidebar.is-open{opacity:1;pointer-events:auto;transform:translate(0)}}.responsive-padding{padding-left:clamp(16px,4vw,32px);padding-right:clamp(16px,4vw,32px)}.chat-page-shell{background:var(--bg-main);flex-direction:column;flex:1;min-width:0;height:100vh;display:flex}.chat-scroll-area{flex:1;min-height:0;padding-top:56px;padding-bottom:180px;position:relative;overflow-y:auto}.chat-thread{width:100%;max-width:800px;margin:0 auto}.chat-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:calc(100vh - 260px);display:flex}.chat-empty-mark,.chat-thinking-avatar,.chat-assistant-avatar{color:#fff;background:#0d0d0d;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.chat-empty-mark{width:42px;height:42px;font-size:16px}.chat-empty-copy h1{letter-spacing:-.04em;margin-bottom:8px;font-size:clamp(26px,4vw,34px)}.chat-empty-copy p{max-width:560px;color:var(--text-secondary)}.chat-empty-prompts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(100%,680px);display:grid}.chat-empty-prompt{border:1px solid var(--border-color);min-height:72px;color:var(--text-primary);text-align:left;background:#fff;border-radius:14px;padding:14px;font-size:14px;transition:background-color .14s,border-color .14s}.chat-empty-prompt:hover{background:#f7f7f7;border-color:#d8d8d8}.chat-message-row,.chat-thinking-row{gap:14px;width:100%;margin:0 auto 28px;display:flex}.chat-message-row-assistant,.chat-thinking-row{align-items:flex-start}.chat-user-bubble{background:var(--bg-user-message);max-width:min(680px,86%);color:var(--text-primary);white-space:pre-wrap;border-radius:18px;padding:10px 14px;line-height:1.6}.chat-assistant-label{color:var(--text-primary);margin-bottom:6px;font-size:13px;font-weight:700}.chat-markdown{color:var(--text-primary);font-size:15px;line-height:1.7}.chat-md-h1,.chat-md-h2,.chat-md-h3{letter-spacing:-.02em;margin:22px 0 10px}.chat-md-h1{font-size:24px}.chat-md-h2{font-size:20px}.chat-md-h3{font-size:17px}.chat-md-ul,.chat-md-ol,.chat-source-list{margin:0 0 14px 22px}.chat-md-li,.chat-source-item{margin:4px 0}.chat-md-blockquote{border-left:3px solid var(--border-color);color:var(--text-secondary);margin:16px 0;padding-left:14px}.chat-md-hr{border:0;border-top:1px solid var(--border-color);margin:22px 0}.chat-md-pre,.chat-md-table-wrap{border:1px solid var(--border-color);background:#f7f7f7;border-radius:12px;margin:16px 0;overflow:auto}.chat-md-pre{padding:14px}.chat-md-inline-code{background:#f3f3f3;border-radius:6px;padding:2px 5px;font-size:.92em}.chat-md-table{border-collapse:collapse;width:100%;font-size:14px}.chat-md-th,.chat-md-td{border-bottom:1px solid var(--border-color);text-align:left;vertical-align:top;padding:10px 12px}.chat-md-th{background:#f4f4f4;font-weight:700}.chat-source-card,.chat-citations{margin-top:14px}.chat-source-card{border:1px solid var(--border-color);background:#fafafa;border-radius:12px;padding:12px}.chat-source-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:12px;font-weight:700}.chat-citation-chip{border:1px solid var(--border-color);color:var(--text-secondary);background:#fff;border-radius:999px;margin:0 6px 6px 0;padding:4px 8px;font-size:12px;display:inline-flex}.chat-message-actions{opacity:0;gap:4px;margin-top:10px;transition:opacity .14s;display:flex}.chat-message-row-assistant:hover .chat-message-actions{opacity:1}.chat-message-action{width:30px;height:30px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;display:flex}.chat-thinking-bubble{background:#f4f4f4;border-radius:14px;gap:5px;padding:10px 12px;display:inline-flex}.chat-thinking-bubble span:nth-child(2){animation-delay:.12s}.chat-thinking-bubble span:nth-child(3){animation-delay:.24s}.chat-scroll-bottom{border:1px solid var(--border-color);color:var(--text-secondary);background:#fff;border-radius:999px;margin:0 auto;padding:8px 12px;display:block;position:sticky;bottom:110px;left:50%;box-shadow:0 4px 14px #00000014}.chat-composer-wrap{background:linear-gradient(#fff0,#fff 26%);width:100%;padding-top:12px;padding-bottom:18px;position:sticky;bottom:0}.chat-composer-stack{width:100%;max-width:800px;margin:0 auto}.chat-mode-compact{border:1px solid var(--border-color);background:#f7f7f7;border-radius:999px;gap:3px;margin-bottom:8px;padding:3px;display:inline-flex}.chat-mode-compact-tab{color:var(--text-secondary);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.chat-input-shell{border:1px solid var(--border-color);background:#fff;border-radius:24px;align-items:flex-end;gap:8px;padding:10px 52px 10px 14px;transition:border-color .14s,box-shadow .14s;display:flex;position:relative}.chat-input-textarea{resize:none;width:100%;max-height:180px;color:var(--text-primary);background:0 0;border:0;outline:0;line-height:1.55;display:block}.chat-input-send{color:#fff;background:#0d0d0d;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;bottom:9px;right:10px}@keyframes chat-cursor-blink{to{opacity:0}}@keyframes chat-thinking{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (max-width:768px){.chat-scroll-area{padding-top:58px;padding-bottom:166px}.chat-empty-prompts{grid-template-columns:1fr}.chat-message-row,.chat-thinking-row{gap:10px;margin-bottom:22px}.chat-assistant-avatar,.chat-thinking-avatar{width:26px;height:26px;font-size:12px}.chat-user-bubble{max-width:92%}}.chat-page-shell{background:linear-gradient(180deg, #f7f7f785, #fff0 220px), var(--bg-main);grid-template-rows:minmax(0,1fr) auto;min-width:0;height:100dvh;display:grid;position:relative}.chat-scroll-area{scroll-behavior:smooth;min-height:0;padding-top:64px;padding-bottom:32px;overflow-y:auto}.chat-thread{width:min(100%,820px);margin:0 auto;padding-bottom:84px}.chat-empty-state{text-align:left;flex-direction:column;justify-content:center;align-items:stretch;gap:26px;width:min(100%,760px);min-height:calc(100dvh - 230px);margin:0 auto;display:flex}.chat-empty-mark{color:#fff;background:linear-gradient(145deg,#111,#3a3a3a);border-radius:14px;width:44px;height:44px;box-shadow:inset 0 1px #ffffff2e,0 12px 26px #0000001f}.chat-empty-copy h1{color:#111;letter-spacing:-.055em;margin:0 0 10px;font-size:clamp(30px,4vw,42px);line-height:1.08}.chat-empty-copy p{color:#676767;max-width:620px;font-size:15px;line-height:1.65}.chat-empty-prompts{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.chat-empty-prompt{color:#222;text-align:left;background:#ffffffdb;border:1px solid #e8e8e8;border-radius:18px;align-items:flex-start;min-height:88px;padding:15px;font-size:13.5px;line-height:1.45;transition:transform .16s cubic-bezier(.16,1,.3,1),border-color .16s,background-color .16s,box-shadow .16s;display:flex;box-shadow:0 1px 1px #00000005}.chat-empty-prompt:hover{background:#fff;border-color:#d7d7d7;transform:translateY(-1px);box-shadow:0 10px 28px #0000000f}.chat-message-row,.chat-thinking-row{gap:14px;width:100%;margin-bottom:30px;display:flex}.chat-message-row-user{justify-content:flex-end}.chat-user-bubble{color:#111;white-space:pre-wrap;background:#f4f4f4;border-radius:20px;max-width:min(680px,82%);padding:10px 15px;font-size:15px;line-height:1.62}.chat-message-row-assistant{align-items:flex-start}.chat-assistant-avatar,.chat-thinking-avatar{color:#fff;letter-spacing:-.02em;background:#111;border-radius:10px;width:31px;height:31px;font-size:12px;font-weight:700;box-shadow:inset 0 1px #ffffff29}.chat-assistant-body{flex:1;min-width:0;padding-top:1px}.chat-assistant-label{color:#3b3b3b;letter-spacing:-.01em;background:#fafafa;border:1px solid #ececec;border-radius:999px;align-items:center;margin-bottom:7px;padding:3px 8px;font-size:12px;font-weight:700;line-height:1.2;display:inline-flex}.chat-markdown{color:#171717;max-width:100%;font-size:15px;line-height:1.72}.chat-markdown>:first-child,.chat-source-card>:first-child{margin-top:0}.chat-md-p,.chat-source-p{margin:0 0 15px}.chat-md-h1,.chat-md-h2,.chat-md-h3{color:#111;letter-spacing:-.035em;margin:26px 0 12px;font-weight:700}.chat-md-h1{font-size:25px;line-height:1.18}.chat-md-h2{font-size:21px;line-height:1.22}.chat-md-h3{font-size:17px;line-height:1.32}.chat-md-ul,.chat-md-ol,.chat-source-list{margin:0 0 16px 22px;padding:0}.chat-md-li,.chat-source-item{margin:6px 0;padding-left:2px}.chat-md-blockquote{color:#555;border-left:3px solid #d8d8d8;margin:18px 0;padding:2px 0 2px 14px}.chat-md-hr{background:#e8e8e8;border:0;height:1px;margin:24px 0}.chat-md-pre{color:#e5e7eb;background:#0f172a;border:1px solid #e4e4e4;border-radius:14px;margin:18px 0;padding:15px;font-size:13px;line-height:1.65;overflow-x:auto}.chat-md-pre code{color:inherit;background:0 0}.chat-md-inline-code{color:#222;font-family:var(--font-mono);background:#f6f6f6;border:1px solid #e8e8e8;border-radius:7px;padding:1px 5px;font-size:.9em}.chat-md-table-wrap{background:#fff;border:1px solid #e2e2e2;border-radius:14px;margin:18px 0;overflow:auto}.chat-md-table{border-collapse:collapse;width:100%;font-size:14px;line-height:1.55}.chat-md-thead{background:#f7f7f7}.chat-md-tr:nth-child(2n) .chat-md-td{background:#fcfcfc}.chat-md-th,.chat-md-td{text-align:left;vertical-align:top;border-bottom:1px solid #e8e8e8;padding:11px 13px}.chat-md-th{color:#222;font-weight:700}.chat-source-card{background:#fbfbfb;border:1px solid #e6e6e6;border-radius:16px;margin-top:16px;padding:14px 14px 2px}.chat-source-title{color:#666;letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:800}.chat-citations{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.chat-citation-chip{color:#555;background:#fff;border:1px solid #e3e3e3;border-radius:999px;align-items:center;min-height:26px;padding:4px 9px;font-size:12px;font-weight:600;display:inline-flex}.chat-message-actions{opacity:0;align-items:center;gap:3px;margin-top:10px;transition:opacity .15s,transform .15s;display:flex;transform:translateY(-2px)}.chat-message-row-assistant:hover .chat-message-actions,.chat-message-actions:focus-within{opacity:1;transform:translateY(0)}.chat-message-action{color:#707070;border-radius:9px;justify-content:center;align-items:center;width:31px;height:31px;transition:background-color .14s,color .14s,transform .14s;display:inline-flex}.chat-message-action:hover,.chat-message-action.is-active{color:#111;background:#f1f1f1}.chat-message-action:active{transform:scale(.96)}.chat-message-action.is-danger{color:#b42318}.chat-stream-cursor{vertical-align:-3px;background:#111;border-radius:999px;width:7px;height:17px;margin-left:3px;animation:1s steps(2,start) infinite chat-cursor-blink;display:inline-block}.chat-thinking-row{align-items:flex-start}.chat-thinking-bubble{background:#fafafa;border:1px solid #ececec;border-radius:13px;align-items:center;gap:5px;min-height:31px;padding:8px 11px;display:inline-flex}.chat-thinking-bubble span{background:#777;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite chat-thinking}.chat-composer-wrap{z-index:5;background:linear-gradient(#fff0,#fff 34%);width:100%;padding-top:18px;padding-bottom:22px;position:sticky;bottom:0}.chat-composer-stack{width:min(100%,820px);margin:0 auto}.chat-mode-compact{background:#f7f7f7;border:1px solid #e7e7e7;border-radius:999px;align-items:center;gap:3px;margin:0 0 9px 2px;padding:3px;display:inline-flex}.chat-mode-compact-tab{color:#666;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:700;line-height:1.2;transition:background-color .14s,color .14s,box-shadow .14s}.chat-mode-compact-tab.is-active{color:#111;background:#fff;box-shadow:0 1px 2px #0000000f}.chat-input-shell{background:#fff;border:1px solid #dedede;border-radius:26px;align-items:flex-end;min-height:58px;padding:14px 56px 14px 18px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 2px 18px #0000000a}.chat-input-shell.is-focused{border-color:#cfcfcf;box-shadow:0 10px 34px #00000014}.chat-input-surface{flex:1;min-width:0}.chat-input-textarea{resize:none;color:#111;background:0 0;border:0;outline:0;width:100%;max-height:180px;font-size:15px;line-height:1.55;display:block}.chat-input-textarea::placeholder{color:#8e8e8e}.chat-input-send{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .14s,background-color .14s,color .14s;display:inline-flex;position:absolute;bottom:11px;right:12px}.chat-input-send:hover:not(:disabled){background:#000}.chat-input-send:active:not(:disabled){transform:scale(.96)}.chat-input-send:disabled{color:#9a9a9a;cursor:not-allowed;background:#e8e8e8}.chat-scroll-bottom{color:#555;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #e0e0e0;border-radius:999px;margin:0 auto;padding:8px 13px;font-size:13px;font-weight:600;display:block;position:sticky;bottom:120px;box-shadow:0 8px 24px #00000017}@media (max-width:768px){.chat-page-shell{height:100dvh}.chat-scroll-area{padding-top:64px;padding-bottom:18px}.chat-thread{padding-bottom:82px}.chat-empty-state{gap:20px;min-height:calc(100dvh - 220px)}.chat-empty-prompts{grid-template-columns:1fr}.chat-empty-prompt{min-height:62px}.chat-message-row,.chat-thinking-row{gap:10px;margin-bottom:24px}.chat-assistant-avatar,.chat-thinking-avatar{border-radius:9px;width:28px;height:28px}.chat-user-bubble{max-width:90%}.chat-composer-wrap{padding-bottom:14px}}.chat-page-shell{background:radial-gradient(circle at 50% 24%, #0d0d0d0e, transparent 32%), linear-gradient(180deg, #f8f8f8b8, #fff0 280px), var(--bg-main)}.chat-empty-state{text-align:center;align-items:center;gap:24px;width:min(100%,820px);min-height:calc(100dvh - 230px)}.chat-empty-kicker{color:#626262;letter-spacing:.01em;background:#ffffffbd;border:1px solid #e6e6e6;border-radius:999px;justify-content:center;align-items:center;margin-bottom:14px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #00000008}.chat-empty-copy h1{letter-spacing:-.07em;max-width:720px;margin-left:auto;margin-right:auto;font-size:clamp(34px,5.2vw,56px);line-height:1.02}.chat-empty-copy p{color:#6b6b6b;max-width:560px;margin-left:auto;margin-right:auto;font-size:15.5px}.chat-empty-prompts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(100%,760px);margin-top:2px}.chat-empty-prompt{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border-radius:16px;flex-direction:column;gap:5px;min-height:74px;padding:14px 15px}.chat-empty-prompt-label{color:#171717;font-size:13px;font-weight:800;line-height:1.2}.chat-empty-prompt-copy{color:#707070;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:768px){.chat-empty-state{text-align:left;align-items:stretch}.chat-empty-kicker{justify-content:flex-start}.chat-empty-copy h1,.chat-empty-copy p{margin-left:0;margin-right:0}.chat-empty-prompts{grid-template-columns:1fr}}.chat-thinking-label{color:#555;margin-left:4px;font-size:13px;font-weight:700;line-height:1}@media (prefers-reduced-motion:reduce){.chat-thinking-bubble span,.chat-stream-cursor{animation:none}}.chat-mobile-header,.chat-sidebar-backdrop,.chat-sidebar-close-mobile{display:none}@media (max-width:768px){.chat-shell{height:100dvh}.chat-mobile-header{z-index:35;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #0000000f;align-items:center;gap:10px;height:52px;padding:0 14px;display:flex;position:fixed;inset:0 0 auto}.sidebar-open .chat-mobile-header{pointer-events:none}.sidebar-open .chat-mobile-menu-button{opacity:0;transform:scale(.96)}.chat-mobile-menu-button{color:#171717;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .14s,opacity .14s,transform .14s;display:inline-flex}.chat-mobile-menu-button:active{background:#f1f1f1;transform:scale(.96)}.chat-mobile-brand{letter-spacing:-.02em;color:#111;align-items:center;gap:8px;font-size:16px;font-weight:720;display:inline-flex}.chat-mobile-brand img{border-radius:8px;width:25px;height:25px}.chat-sidebar-rail{display:none}.chat-sidebar-backdrop{z-index:38;opacity:0;pointer-events:none;background:#0000002e;transition:opacity .2s;display:block;position:fixed;inset:0}.sidebar-open .chat-sidebar-backdrop{opacity:1;pointer-events:auto}.chat-sidebar{max-width:320px;box-shadow:18px 0 42px #00000029;width:min(84vw,320px)!important}.chat-sidebar-close-desktop{display:none}.chat-sidebar-close-mobile{display:block}.chat-sidebar-close-button{border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px}.chat-main-panel{width:100%;height:100dvh}.chat-page-shell{height:100dvh;padding-top:52px;overflow:hidden}.chat-scroll-area{height:calc(100dvh - 52px);padding-top:18px;padding-bottom:150px}.chat-composer-wrap{z-index:34;padding-bottom:max(14px, env(safe-area-inset-bottom));position:fixed;bottom:0;left:0;right:0}}.chat-thinking-detail{color:#737373;flex-basis:100%;margin-top:4px;font-size:12px;font-style:normal;font-weight:500;line-height:1.35;display:block}.chat-citation-chip-button{cursor:pointer;transition:background-color .16s,border-color .16s,color .16s}.chat-citation-chip-button:hover{border-color:var(--text-secondary);color:var(--text-primary)}.source-modal-backdrop{z-index:80;background:#0f172a6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.source-modal-card{border:1px solid var(--border-color);background:var(--bg-main);border-radius:18px;width:min(760px,100%);max-height:min(720px,86dvh);overflow:hidden;box-shadow:0 24px 80px #0f172a38}.source-modal-header,.source-modal-actions{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.source-modal-actions{border-top:1px solid var(--border-color);border-bottom:0}.source-modal-header h3{margin:0;font-size:16px;font-weight:700}.source-modal-header p,.source-modal-label,.source-modal-actions span{color:var(--text-secondary);margin:4px 0 0;font-size:12px}.source-modal-close,.source-modal-actions a{border:1px solid var(--border-color);background:var(--bg-sidebar);color:var(--text-primary);cursor:pointer;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600;text-decoration:none}.source-modal-body{max-height:560px;padding:18px;overflow:auto}.source-modal-body pre{white-space:pre-wrap;color:var(--text-primary);margin:10px 0 0;font-family:inherit;font-size:14px;line-height:1.65}.chat-source-review-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.chat-source-review-row .chat-citation-chip-button{white-space:nowrap;flex:none;margin:0}.chat-generated-image{object-fit:contain;background:#f6f6f6;border:1px solid #1111111a;border-radius:22px;width:min(100%,720px);max-height:70dvh;margin:14px 0 4px;display:block;box-shadow:0 18px 48px #0000001f}.chat-generated-image:active{transform:scale(.995)}.chat-input-surface{position:relative}.chat-slash-menu{z-index:20;background:color-mix(in srgb, var(--bg-main) 82%, transparent);color:var(--text-primary);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #94a3b824;border-radius:9px;position:absolute;bottom:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 12px 34px #0f172a29}.chat-slash-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:58px 50px 1fr;align-items:baseline;gap:8px;padding:6px 10px;font-size:12px;line-height:1.25;display:grid}.chat-slash-item.is-active,.chat-slash-item:hover{background:color-mix(in srgb, var(--text-primary) 7%, transparent)}.chat-slash-command{color:color-mix(in srgb, var(--text-primary) 84%, transparent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.chat-slash-label{color:color-mix(in srgb, var(--text-primary) 62%, transparent);font-weight:600}.chat-slash-item small{color:color-mix(in srgb, var(--text-primary) 44%, transparent);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
