.chat-app{height:100vh;height:100dvh;overflow:hidden;display:grid;grid-template-columns:260px minmax(0,1fr);transition:grid-template-columns .18s ease;background:#f7faf8;color:#10211d}.chat-app.sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)}.chat-app.sidebar-collapsed .chat-sidebar{padding-left:0;padding-right:0;opacity:0;pointer-events:none}.chat-sidebar{display:flex;flex-direction:column;height:100%;padding:22px 14px 16px;background:var(--brand-soft);border-right:1px solid var(--line-strong);overflow-y:auto;overflow-x:hidden;transition:opacity .12s ease,padding .18s ease}.chat-sidebar-top{display:flex;align-items:center;gap:6px;padding:0 10px 28px}.chat-sidebar-top .chat-brand{margin-right:auto}.chat-sidebar-collapse{border:0;background:transparent;color:#557067;font-size:15px;line-height:1;cursor:pointer;padding:4px 6px;border-radius:6px}.chat-sidebar-collapse:hover{background:#d3e3db}.chat-sidebar-expand{border:1px solid #d5e1db;background:var(--surface);color:#426157;font-size:13px;line-height:1;cursor:pointer;width:30px;height:30px;border-radius:8px;margin-right:6px}.chat-sidebar-expand:hover{background:#f0f7f3}.chat-brand{font-family:var(--display);font-size:24px;font-weight:600;letter-spacing:-.03em;color:#0a443b}.chat-brand span b{color:#7FC9B4;font-weight:500}.chat-sidebar-close{display:none;border:0;background:transparent;font-size:22px;color:#557067}.chat-new{display:flex;align-items:center;gap:9px;width:100%;padding:12px 13px;border:1px solid #bcd1c8;border-radius:10px;background:var(--surface);color:var(--accent);font-weight:750;cursor:pointer;box-shadow:0 1px 2px rgba(16,57,43,.05);transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.chat-new:hover{background:#e5f0eb;box-shadow:0 4px 12px rgba(16,57,43,.1)}.chat-new:active{transform:translateY(1px)}.chat-new span{font-size:19px;font-weight:400}.chat-sidebar-label{margin:27px 10px 9px;color:#70847b;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.chat-history{display:grid;grid-gap:3px;gap:3px}.chat-history-item{display:flex;gap:10px;align-items:center;width:100%;padding:10px;border:0;border-radius:9px;background:transparent;text-align:left;color:#233c35;cursor:pointer}.chat-history-item.active,.chat-history-item:hover{background:var(--surface);box-shadow:0 1px 3px rgba(16,48,38,.06)}.chat-history-icon{width:16px;height:16px;display:grid;place-items:center;color:#8fada2;font-size:11px;flex:none}.chat-history-item>span:last-child{display:grid;grid-gap:3px;gap:3px;min-width:0}.chat-history-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}.chat-history-item small{color:#82938b;font-size:10px}.chat-empty-history{padding:7px 10px;color:#82938b;font-size:12px}.chat-history-row{position:relative;display:flex;align-items:center;gap:2px;border-radius:9px;background:transparent}.chat-history-row:hover{background:rgba(16,68,59,.05);transition:background .12s ease-out}.chat-history-row.active{background:var(--surface);box-shadow:0 1px 3px rgba(16,48,38,.06)}.chat-history-row .chat-history-item{flex:1 1;min-width:0;background:transparent!important;box-shadow:none!important}.chat-history-menu-trigger{flex:0 0 auto;width:24px;height:24px;margin-right:4px;border:0;border-radius:6px;background:transparent;color:#7c8f86;font-size:15px;line-height:1;cursor:pointer;opacity:0;transition:opacity .2s ease-out,background .12s ease}.chat-history-row.active .chat-history-menu-trigger,.chat-history-row:hover .chat-history-menu-trigger{opacity:1}.chat-history-menu-trigger:hover{background:#dcebe5;color:#233c35}.chat-history-menu-backdrop{position:fixed;inset:0;z-index:150}.chat-history-menu{position:absolute;right:6px;top:calc(100% + 2px);z-index:151;width:150px;padding:5px;border:1px solid #cbdad3;border-radius:10px;background:var(--surface);box-shadow:0 14px 34px rgba(16,57,43,.16)}.chat-history-menu button{display:block;width:100%;padding:8px 9px;border:0;border-radius:6px;background:transparent;text-align:left;color:#2c463e;font-size:12px;cursor:pointer}.chat-history-menu button:hover{background:#edf5f1}.chat-history-menu button.danger{color:#a0524d}.chat-history-menu button.danger:hover{background:#faeeed}.chat-history-confirm{width:210px;padding:12px}.chat-history-confirm p{margin:0 0 10px;color:#3a5951;font-size:12px;line-height:1.5}.chat-history-confirm>div{display:flex;gap:6px;justify-content:flex-end}.chat-history-confirm button{width:auto;padding:6px 10px;border:1px solid #d5e1db}.chat-history-rename{flex:1 1;min-width:0;padding:2px}.chat-history-rename input{width:100%;padding:9px 10px;border:1px solid #91bdae;border-radius:8px;background:var(--surface);color:#18342b;font-size:12px;outline:0}.chat-sidebar-bottom{display:grid;grid-gap:5px;gap:5px;margin-top:auto;padding:15px 10px 0;border-top:1px solid #d8e3dd}.chat-sidebar-bottom a{color:#61776d;font-size:11px}.chat-main{position:relative;min-width:0;height:100%}.chat-body,.chat-main{display:flex;flex-direction:column;min-height:0}.chat-body{flex:1 1}.chat-floating-left{position:absolute;top:14px;left:14px;z-index:20;display:flex;align-items:center;gap:8px}.chat-floating-right{position:absolute;top:14px;right:14px;z-index:20}.chat-topbar-actions{display:flex;align-items:center;gap:6px;color:#809089;font-size:11px!important}.chat-channel-dot{width:7px;height:7px;border-radius:50%;background:#28a273;box-shadow:0 0 0 4px #dff3e9}.chat-menu{display:none;border:0;border-radius:8px;background:rgba(247,250,248,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px rgba(16,48,38,.1);width:34px;height:34px;font-size:18px;color:#31534a}.chat-scroll{overflow-y:auto;flex:1 1;min-height:0;padding:60px 8% 25px}.chat-welcome{max-width:720px;margin:11vh auto 0;text-align:center}.chat-welcome-mark{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 22px;border-radius:16px;background:linear-gradient(155deg,var(--accent),#0a443b);color:var(--surface);font-size:24px;font-weight:700;letter-spacing:-.08em;box-shadow:0 10px 26px rgba(10,68,59,.28),inset 0 1px 0 rgba(255,255,255,.12)}.chat-welcome h1{margin:0;font-size:29px;letter-spacing:-.045em;font-weight:600;color:#163b31}.chat-welcome p{max-width:590px;margin:12px auto 28px;color:#71817a;font-size:14px;line-height:1.6}.chat-prompts{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.chat-prompts button{padding:9px 12px;border:1px solid #d5e1db;border-radius:999px;background:var(--surface);color:#426157;font-size:12px;cursor:pointer;transition:border-color .12s ease,background .12s ease,transform .1s ease}.chat-prompts button:hover{border-color:#94b9aa;background:#f0f7f3;transform:translateY(-1px)}.chat-usage{max-width:760px;margin:0 auto 18px;padding:10px 13px;border:1px solid #ead9ad;border-radius:9px;background:#fff9eb;color:#765b20;font-size:12px}.chat-usage span{float:right}.chat-notice-dismiss{float:right;border:0;background:transparent;color:#765b20;font-size:16px;line-height:1;cursor:pointer;margin-left:8px;padding:0}.chat-messages{max-width:790px;margin:0 auto;display:grid;grid-gap:26px;gap:26px}.chat-message{display:flex;gap:13px;align-items:flex-start}.chat-message.user{justify-content:flex-end}.chat-avatar{display:grid;place-items:center;width:27px;height:27px;flex:0 0 auto;border-radius:8px;background:#dfece6;color:var(--accent);font-size:10px;font-weight:800;margin-top:2px}.chat-avatar img{width:15px;height:15px;display:block}.chat-message-body{min-width:0;max-width:680px;display:grid;grid-gap:2px;gap:2px}.chat-message-text{white-space:pre-wrap;line-height:1.65;font-size:14.5px;color:#1b3029}.chat-bubble{max-width:640px;background:#e7f1ec;border-radius:18px 18px 4px 18px;padding:11px 16px}.chat-bubble .chat-message-text{color:#132921}.chat-image{display:block;max-width:min(460px,100%);max-height:300px;object-fit:contain;margin:4px 0 12px;border-radius:11px;border:1px solid #d8e3dd}.chat-typing{display:inline-flex;gap:4px;padding:6px 0}.chat-typing i{width:6px;height:6px;border-radius:50%;background:#9fc2b6;animation:chatTyping 1.1s ease-in-out infinite}.chat-typing i:nth-child(2){animation-delay:.15s}.chat-typing i:nth-child(3){animation-delay:.3s}.chat-typing-text{display:inline-flex;align-items:baseline;padding:6px 0;font-size:13.5px;color:#5c7a70;min-height:1.4em}.chat-typing-cursor{margin-left:1px;color:#7fa89a;animation:chatCursorBlink .9s step-start infinite}@keyframes chatCursorBlink{50%{opacity:0}}@keyframes chatTyping{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-markdown{white-space:normal;font-size:14.5px;line-height:1.7;color:#16281f}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p{margin:0 0 14px}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4{font-family:var(--display);font-weight:600;line-height:1.3;margin:22px 0 10px;color:#0f2019}.chat-markdown h1{font-size:21px}.chat-markdown h2{font-size:18.5px}.chat-markdown h3{font-size:16.5px}.chat-markdown h4{font-size:15px}.chat-markdown ol,.chat-markdown ul{margin:0 0 14px;padding-left:22px;display:grid;grid-gap:5px;gap:5px}.chat-markdown li{padding-left:2px}.chat-markdown li>p{margin:0}.chat-markdown strong{font-weight:700;color:#0f2019}.chat-markdown code{font-family:var(--mono);font-size:12.5px;background:#e7f1ec;border-radius:5px;padding:2px 5px}.chat-markdown pre{background:#132921;color:#e7f1ec;border-radius:10px;padding:14px 16px;overflow-x:auto;margin:0 0 14px}.chat-markdown pre code{background:transparent;padding:0;color:inherit}.chat-markdown blockquote{margin:0 0 14px;padding:2px 16px;border-left:3px solid var(--accent);color:#4b625a}.chat-markdown hr{border:0;border-top:1px solid #dce9e2;margin:18px 0}.chat-markdown a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.chat-markdown table{border-collapse:collapse;width:100%;margin:4px 0 16px;font-size:13px}.chat-markdown td,.chat-markdown th{border:1px solid #dce9e2;padding:8px 11px;text-align:left;vertical-align:top}.chat-markdown thead th{background:#eef5f1;font-weight:700;color:#2c4740}.chat-markdown tbody tr:nth-child(2n){background:#f6faf8}.chat-citation{margin-top:14px;border:1px solid #dfe9e3;border-radius:14px;overflow:hidden;font-size:12.5px;background:linear-gradient(180deg,#fbfdfc,#f5f9f7)}.chat-citation summary{cursor:pointer;font-weight:700;color:#1f3d34;padding:10px 14px;list-style:none;display:flex;align-items:center;gap:8px}.chat-citation summary::-webkit-details-marker{display:none}.chat-citation summary svg{flex:none}.chat-citation-body{display:grid;grid-gap:10px;gap:10px;padding:0 14px 14px}.chat-citation-card{display:grid;grid-gap:6px;gap:6px;padding:11px 13px;border-radius:10px;border:1px solid #e2ebe5;background:var(--surface)}.chat-citation-card.literature{border-left:3px solid var(--accent)}.chat-citation-card.internal{border-style:dashed;border-left:3px solid #b8cdc3}.chat-citation-card.declared{border-left:3px solid #cbb46a}.chat-citation-card strong{font-size:12.5px;color:#182f28}.chat-citation-card dl{margin:0;display:grid;grid-gap:3px;gap:3px}.chat-citation-card dl>div{display:flex;gap:6px;font-size:11.5px;color:#5c7268}.chat-citation-card dt{flex:0 0 auto;font-weight:700;color:#3a5951}.chat-citation-card dt:after{content:":"}.chat-citation-card dd{margin:0;color:#5c7268}.chat-citation-caveat{color:#82938b;font-size:11px;line-height:1.5}.chat-citation-card a{display:inline-block;margin-top:2px;font-size:11.5px;color:var(--accent);text-decoration:none;font-weight:700}.chat-citation-card a:hover{text-decoration:underline}.chat-citation-empty{margin:0;padding:0 14px 14px;color:#6d8077}.chat-feedback{display:flex;align-items:center;gap:5px;margin-top:12px}.chat-copy{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0!important;border-radius:7px;padding:0!important;color:#9aaba3!important;background:transparent!important}.chat-copy:hover{color:var(--accent)!important;background:#edf5f1!important}.chat-copy.done{color:#2f9e6b!important}.chat-feedback button{display:inline-flex;align-items:center;border:0;background:transparent;color:#9aaba3;font-size:18px;cursor:pointer}.chat-feedback button.selected,.chat-feedback button:hover{color:var(--accent)}.chat-feedback span{margin-left:6px;color:#8a9a92;font-size:10px}.chat-feedback-reasons{display:grid;grid-gap:6px;gap:6px}.chat-feedback-reasons>small{color:#71847a;font-size:11px}.chat-feedback-reasons>input{width:min(360px,100%);border:1px solid #d5e1db;border-radius:8px;background:var(--surface);color:#29483f;font:inherit;font-size:11px;padding:7px 9px;outline:0}.chat-feedback-reasons>input:focus{border-color:#94b9aa;box-shadow:0 0 0 2px rgba(20,95,76,.08)}.chat-feedback-reasons>div{display:flex;flex-wrap:wrap;gap:6px}.chat-feedback-reasons button{border:1px solid #d5e1db;background:var(--surface);color:#3a5951;font-size:11px;padding:6px 11px;border-radius:999px;cursor:pointer}.chat-feedback-reasons button:hover{border-color:#94b9aa;background:#f0f7f3}.chat-feedback-skip{border-color:transparent!important;color:#9aaba3!important;background:transparent!important}.chat-composer-wrap{width:min(800px,calc(100% - 48px));margin:0 auto;padding:0 0 19px}.chat-composer{position:relative;border:1px solid #cbdad3;border-radius:16px;background:var(--surface);box-shadow:0 8px 24px rgba(16,57,43,.07)}.chat-composer:focus-within{border-color:#8fb9a8;box-shadow:0 10px 30px rgba(16,57,43,.12),0 0 0 3px rgba(14,94,82,.08)}.chat-composer textarea{display:block;width:100%;min-height:52px;max-height:180px;padding:16px 17px 6px;border:0;outline:0;background:transparent;color:#18342b;resize:none;overflow-y:auto;font-size:14px;border-radius:16px 16px 0 0}.chat-composer textarea::placeholder{color:#9baaa3}.chat-composer-tools{display:flex;align-items:center;gap:5px;padding:7px 9px 9px}.chat-composer-tools>button:not(.chat-send){width:31px;height:31px;border:0;border-radius:8px;background:transparent;color:#56756a;font-size:18px;cursor:pointer}.chat-composer-tools>button:not(.chat-send):not(.chat-mic):hover{background:#edf5f1}.chat-confidential{display:flex;align-items:center;gap:5px;margin-left:5px;color:#71847a;font-size:11px;cursor:pointer}.chat-confidential input{accent-color:var(--accent)}.chat-send{width:32px;height:32px;margin-left:auto;border:0;border-radius:9px;background:var(--accent);color:var(--surface);font-size:20px;line-height:1;cursor:pointer;transition:background .12s ease,transform .1s ease}.chat-send:hover:not(:disabled){background:#0d4a3f}.chat-send:active:not(:disabled){transform:scale(.94)}.chat-send:disabled{background:#b7c8c0;cursor:not-allowed}.chat-composer-tools>button.chat-mic{width:32px;height:32px;margin-left:auto;display:grid;place-items:center;border:0;border-radius:9px;background:var(--accent);color:var(--surface);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.chat-composer-tools>button.chat-mic:hover{background:#0d4a3f}.chat-composer-tools>button.chat-mic:disabled{background:#b7c8c0;cursor:not-allowed}.chat-composer-tools>button.chat-mic.recording{background:#c1433c;animation:chatMicPulse 1.4s infinite}@keyframes chatMicPulse{0%,to{box-shadow:0 0 0 0 rgba(193,67,60,.35)}50%{box-shadow:0 0 0 7px rgba(193,67,60,0)}}.chat-attachment{display:flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;margin:2px 15px 8px;padding:6px 8px;border:1px solid #cbdad3;border-radius:7px;background:#eff7f3;color:#426157;font-size:11px}.chat-attachment button{border:0;background:transparent;color:var(--accent);cursor:pointer}.chat-composer-note{display:block;margin-top:8px;text-align:center;color:#99a69f;font-size:10px}@media(max-width:760px){.chat-app{display:block}.chat-sidebar{position:fixed;z-index:100;left:-280px;top:0;width:270px;transition:left .2s ease}.chat-app.sidebar-open .chat-sidebar{left:0}.chat-menu,.chat-sidebar-close{display:block}.chat-sidebar-collapse,.chat-sidebar-expand{display:none}.chat-scroll{padding:56px 18px 20px}.chat-welcome{margin-top:13vh}.chat-welcome h1{font-size:25px}.chat-prompts{justify-content:flex-start}.chat-prompts button{font-size:11px}.chat-composer-wrap{width:calc(100% - 24px);padding-bottom:12px}.chat-confidential span{display:none}.chat-usage span{float:none;display:block;margin-top:3px}.chat-message{gap:9px}.chat-message-text{font-size:13px}}.chat-brand{display:flex;align-items:center;gap:8px}.chat-brand img{width:25px;height:25px;filter:brightness(0)}.chat-welcome-mark img{width:26px;height:26px}.chat-confidential-top{position:relative;display:flex;align-items:center;gap:5px;border:1px solid #d5e1db;border-radius:999px;padding:8px 11px;background:var(--surface);color:#587168;font-size:11px;cursor:pointer}.chat-confidential-top.enabled{border-color:#91bdae;background:#eaf5f0;color:var(--accent)}.chat-info{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-left:4px;vertical-align:middle;cursor:help}.chat-info>span{display:grid;place-items:center;width:15px;height:15px;border:1px solid;border-radius:50%;font-size:10px;font-weight:800;line-height:1}.chat-info>b{position:absolute;right:0;bottom:calc(100% + 9px);z-index:120;width:220px;max-width:calc(100vw - 24px);padding:9px 10px;border:1px solid #cbdad3;border-radius:8px;background:var(--surface);color:#486258;font-size:11px;font-weight:500;line-height:1.4;text-align:left;box-shadow:0 10px 25px rgba(16,57,43,.12);opacity:0;pointer-events:none;transform:translateY(3px);transition:opacity .15s ease,transform .15s ease}.chat-info:focus>b,.chat-info:hover>b{opacity:1;transform:translateY(0)}.chat-floating-right .chat-info>b{bottom:auto;top:calc(100% + 9px);transform:translateY(-3px)}.chat-floating-right .chat-info:focus>b,.chat-floating-right .chat-info:hover>b{transform:translateY(0)}.chat-composer-info{color:#789087;font-size:12px}.chat-onboarding-link{margin-top:25px;border:0;background:transparent;color:var(--accent);font-size:12px;font-weight:750;cursor:pointer}.chat-onboarding-link span{margin-left:5px}.chat-modal-backdrop{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px;background:rgba(14,32,26,.28);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.chat-onboarding{position:relative;width:min(500px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:28px;border:1px solid #cbdad3;border-radius:18px;background:var(--surface);box-shadow:0 25px 70px rgba(16,57,43,.2)}.chat-modal-close{position:absolute;right:16px;top:14px;border:0;background:transparent;color:#7d9188;font-size:22px;cursor:pointer}.chat-kicker{font-size:10px;font-weight:800;letter-spacing:.1em;color:var(--accent)}.chat-onboarding h2{margin:8px 35px 7px 0;color:#173b31;font-size:24px;letter-spacing:-.04em}.chat-onboarding>p{margin:0 0 22px;color:#71817a;font-size:13px;line-height:1.5}.chat-onboarding>label{display:grid;grid-gap:7px;gap:7px;margin-top:14px;color:#38584d;font-size:12px;font-weight:750}.chat-onboarding input,.chat-onboarding select{width:100%;padding:11px 12px;border:1px solid #cbdad3;border-radius:9px;background:var(--surface);color:#18342b;outline:0}.chat-onboarding input:focus,.chat-onboarding select:focus{border-color:#6fa994;box-shadow:0 0 0 3px #e2f0ea}.chat-onboarding-group{margin-top:19px;color:#38584d;font-size:12px}.chat-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:7px;gap:7px;margin-top:9px}.chat-choice-grid button{padding:9px;border:1px solid #d5e1db;border-radius:8px;background:var(--surface);color:#557168;font-size:11px;text-align:left;cursor:pointer}.chat-choice-grid button.selected{border-color:#77a996;background:#eaf5f0;color:var(--accent);font-weight:750}.chat-onboarding-save{width:100%;margin-top:22px}.chat-onboarding .chat-info>b{right:auto;left:0}@media(max-width:760px){.chat-confidential-top{padding:8px}.chat-info>b{position:fixed;left:18px;right:18px;bottom:18px;top:auto;width:auto}.chat-onboarding{padding:24px 20px}.chat-choice-grid{grid-template-columns:1fr 1fr}}.chat-app.confidential-mode .chat-body{outline:2px dashed #7caf9e;outline-offset:-9px;background-image:radial-gradient(rgba(185,212,200,.45) .8px,transparent 0);background-size:10px 10px}.chat-context-status{display:inline-flex;align-items:center;gap:5px;border:1px solid #d5e1db;border-radius:999px;padding:8px 11px;background:var(--surface);color:#71877c;font-size:11px}.chat-context-status.confidential{color:var(--accent);font-weight:750}.chat-account-trigger{position:relative;display:flex;align-items:center;gap:9px;width:100%;padding:9px 7px;border:0;border-radius:10px;background:transparent;text-align:left;color:#31534a;cursor:pointer}.chat-account-trigger:hover{background:var(--surface)}.chat-account-avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--accent);color:var(--surface);font-size:11px;font-weight:800}.chat-account-trigger>span:nth-child(2){display:grid;grid-gap:3px;gap:3px;min-width:0}.chat-account-trigger strong{font-size:11px}.chat-account-trigger small,.chat-account-trigger strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-account-trigger small{color:#81938a;font-size:9px}.chat-account-trigger>b{margin-left:auto;color:#81938a}.chat-sidebar-bottom{position:relative}.chat-session-loading{display:grid;place-items:center;min-height:40vh}.chat-user-column{display:flex;flex-direction:column;align-items:flex-end;gap:6px;max-width:640px}.chat-depth-alert{max-width:100%;padding:8px 12px;border:1px solid #ead9ad;border-radius:9px;background:#fff9eb;color:#765b20;font-size:12px;line-height:1.5;text-align:left}.chat-depth-picker{position:relative;margin-right:2px}.chat-depth-trigger{display:flex;align-items:center;gap:5px;height:31px;padding:0 10px;border:1px solid #d5e1db;border-radius:8px;background:transparent;color:#3a5951;font-size:12px;font-weight:700;cursor:pointer}.chat-depth-trigger:hover{background:#edf5f1}.chat-depth-menu{position:absolute;left:0;bottom:calc(100% + 6px);z-index:151;width:260px;padding:6px;border:1px solid #cbdad3;border-radius:12px;background:var(--surface);box-shadow:0 14px 34px rgba(16,57,43,.16)}.chat-depth-menu-item{display:grid;grid-gap:2px;gap:2px;width:100%;padding:8px 10px;border:0;border-radius:8px;background:transparent;text-align:left;color:#233c35;cursor:pointer}.chat-depth-menu-item:hover{background:#f0f7f3}.chat-depth-menu-item.active{background:#e5f0eb}.chat-depth-menu-item strong{font-size:12.5px}.chat-depth-menu-item span{font-size:11px;color:#6d8077;line-height:1.4}.chat-depth-menu-note{margin:6px 4px 2px;padding-top:6px;border-top:1px solid #eef3f0;color:#8a9a92;font-size:10.5px;line-height:1.4}.chat-message-time{display:block;margin-top:4px;color:#a3b2ab;font-size:10px}.chat-message.user .chat-message-time{text-align:right;padding-right:2px}.chat-document-chip{display:inline-flex;align-items:center;gap:5px;margin-bottom:6px;padding:4px 9px;border-radius:7px;background:rgba(255,255,255,.35);font-size:11.5px;font-weight:700;color:#0f2019}.chat-spin{animation:chatSpin .8s linear infinite}@keyframes chatSpin{to{transform:rotate(1turn)}}