:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#202123;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--sidebar: #171717;--sidebar-hover: #252525;--text: #202123;--muted: #6b6b6b;--line: #e7e7e7;--soft: #f7f7f7;--accent: #10a37f;--danger: #d83a42}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{overflow:hidden}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:2px solid #2f80ed;outline-offset:2px}.app-loading,.login-page{width:100%;min-height:100%;display:grid;place-items:center;background:#f7f7f5}.brand-mark,.hero-mark{width:48px;height:48px;display:grid;place-items:center;color:#fff;background:#171717;border-radius:15px;box-shadow:0 10px 30px #0000001f}.login-page{padding:24px}.login-card{width:min(100%,438px);padding:42px 42px 32px;background:#fff;border:1px solid #e8e8e4;border-radius:24px;box-shadow:0 18px 65px #14141414}.login-card>.brand-mark{margin:0 auto 28px}.login-heading{text-align:center}.eyebrow,.menu-eyebrow{display:block;color:#777;font-size:10px;font-weight:750;letter-spacing:.13em}.login-heading h1{margin:10px 0 8px;font-size:28px;letter-spacing:-.03em}.login-heading p{margin:0;color:#6b6b6b;font-size:14px;line-height:1.5}.login-form{display:grid;gap:17px;margin-top:30px}.login-form label{display:grid;gap:8px;color:#424242;font-size:13px;font-weight:650}.login-form input{width:100%;height:48px;padding:0 14px;background:#fff;border:1px solid #d7d7d3;border-radius:11px;transition:border-color .15s,box-shadow .15s}.login-form input:focus{outline:none;border-color:#777;box-shadow:0 0 0 3px #0000000f}.primary-button{height:48px;margin-top:2px;border:0;border-radius:11px;background:#171717;color:#fff;font-weight:680;cursor:pointer}.primary-button:hover{background:#2b2b2b}.primary-button:disabled{opacity:.65;cursor:wait}.button-spinner{display:inline-block;width:18px;height:18px;border:2px solid #666;border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.form-error{padding:10px 12px;color:#9d252c;background:#fff0f0;border:1px solid #ffd6d8;border-radius:9px;font-size:13px}.security-note{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:26px;color:#858585;font-size:12px}.app-shell{width:100%;height:100%;background:#fff}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;width:270px;display:flex;flex-direction:column;padding:12px 10px 10px;color:#e7e7e7;background:var(--sidebar)}.sidebar-top{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 5px 0 7px}.sidebar-brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700}.mini-mark{width:27px;height:27px;display:grid;place-items:center;color:#171717;background:#fff;border-radius:8px}.icon-button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;cursor:pointer}.icon-button:hover{background:#7f7f7f24}.sidebar .icon-button{color:#b7b7b7}.new-chat-button{width:100%;height:42px;display:flex;align-items:center;gap:11px;margin-top:9px;padding:0 11px;border:1px solid #3a3a3a;border-radius:10px;color:#f3f3f3;background:#202020;cursor:pointer;font-size:13px;font-weight:620}.new-chat-button:hover{background:#292929}.search-box{height:36px;display:flex;align-items:center;gap:8px;margin:13px 2px 5px;padding:0 9px;color:#999;border-radius:8px;background:#202020}.search-box input{min-width:0;flex:1;color:#eee;border:0;outline:0;background:transparent;font-size:12.5px}.search-box input::placeholder{color:#858585}.search-box button{display:grid;place-items:center;padding:0;color:#999;border:0;background:transparent;cursor:pointer}.history-label{padding:14px 10px 7px;color:#888;font-size:11px;font-weight:680}.thread-list{min-height:0;flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#454545 transparent}.thread-row{position:relative;display:flex;align-items:center;min-height:38px;margin:1px 0;border-radius:8px}.thread-row:hover,.thread-active{background:var(--sidebar-hover)}.thread-main{min-width:0;flex:1;padding:10px 32px 10px 10px;overflow:hidden;text-align:left;color:#d8d8d8;border:0;background:transparent;cursor:pointer;font-size:12.75px}.thread-main span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.thread-menu-button{position:absolute;right:4px;width:29px;height:29px;display:none;place-items:center;padding:0;color:#b5b5b5;border:0;border-radius:7px;background:#252525;cursor:pointer}.thread-row:hover .thread-menu-button,.thread-active .thread-menu-button{display:grid}.thread-menu{position:absolute;z-index:25;top:33px;right:5px;width:150px;padding:5px;border:1px solid #414141;border-radius:10px;background:#252525;box-shadow:0 10px 30px #00000059}.thread-menu button{width:100%;display:flex;align-items:center;gap:9px;padding:9px;color:#e6e6e6;border:0;border-radius:7px;background:transparent;cursor:pointer;font-size:12px}.thread-menu button:hover{background:#353535}.thread-menu .danger-action{color:#ff858a}.empty-history{padding:10px;color:#777;font-size:12px}.sidebar-account{height:54px;display:grid;grid-template-columns:35px 1fr 34px;align-items:center;gap:8px;padding:8px 5px 0;border-top:1px solid #2d2d2d}.avatar,.header-avatar{display:grid;place-items:center;color:#fff;background:#276f5d;font-weight:750}.avatar{width:31px;height:31px;border-radius:50%;font-size:12px}.sidebar-account div:nth-child(2){min-width:0;display:grid;gap:1px}.sidebar-account strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12.5px}.sidebar-account span{color:#868686;font-size:10.5px}.sidebar-scrim{display:none}.chat-area{height:100%;margin-left:270px;display:flex;flex-direction:column;background:#fff}.chat-header{height:58px;flex:0 0 58px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid #ededed;background:#fffffff5}.header-left,.header-controls{display:flex;align-items:center;gap:9px;min-width:0}.desktop-title{min-width:0;display:flex;align-items:center;gap:7px;margin-right:5px}.desktop-title strong{max-width:290px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}.desktop-title small{color:#828282;font-size:10.5px}.status-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#d09a35}.status-ready,.status-connected{background:var(--accent)}.status-offline{background:#d83a42}.model-picker{position:relative}.model-button{height:34px;display:flex;align-items:center;gap:6px;padding:0 10px;border:0;border-radius:8px;background:transparent;cursor:pointer;font-size:13px;font-weight:670}.model-button:hover{background:#f3f3f3}.model-menu{position:absolute;z-index:30;top:39px;left:0;width:300px;padding:7px;border:1px solid #e1e1e1;border-radius:13px;background:#fff;box-shadow:0 14px 45px #00000021}.model-menu .menu-eyebrow{padding:7px 9px}.model-menu button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 9px;text-align:left;border:0;border-radius:8px;background:transparent;cursor:pointer}.model-menu button:hover{background:#f5f5f5}.model-menu button span{min-width:0;display:grid;gap:3px}.model-menu strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}.model-menu small{color:#777;font-size:11px}.compact-select{height:32px;display:flex;align-items:center;gap:4px;padding:0 6px;border:1px solid #e2e2e2;border-radius:8px;background:#fff}.compact-select select{max-width:130px;color:#555;border:0;outline:0;background:transparent;font-size:11px;cursor:pointer}.compact-select select:disabled{color:#999;cursor:default}.header-avatar{width:31px;height:31px;border:0;border-radius:50%;cursor:pointer;font-size:12px}.exports-control{position:relative}.files-button{height:32px;display:flex;align-items:center;gap:6px;padding:0 9px;color:#555;border:1px solid #e2e2e2;border-radius:8px;background:#fff;cursor:pointer;font-size:11px}.files-button:hover{background:#f5f5f5}.exports-menu{position:absolute;z-index:35;top:39px;right:0;width:min(345px,calc(100vw - 24px));padding:7px;border:1px solid #e2e2e2;border-radius:13px;background:#fff;box-shadow:0 14px 45px #00000024}.exports-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 8px 10px;border-bottom:1px solid #ededed}.exports-heading>span{display:grid;gap:2px}.exports-heading strong{font-size:12.5px}.exports-heading small{color:#888;font-size:10px}.exports-heading button{width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;cursor:pointer}.exports-heading button:hover{background:#f1f1f1}.exports-list{max-height:320px;overflow-y:auto;padding-top:5px}.exports-list>button{width:100%;display:grid;grid-template-columns:32px minmax(0,1fr) 22px;align-items:center;gap:9px;padding:8px;text-align:left;border:0;border-radius:8px;background:transparent;cursor:pointer}.exports-list>button:hover{background:#f5f5f5}.exports-list>button>span:nth-child(2){min-width:0;display:grid;gap:2px}.exports-list strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px}.exports-list small{color:#888;font-size:10px}.export-icon{width:31px;height:31px;display:grid;place-items:center;color:#555;background:#ededed;border-radius:8px}.exports-empty{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#777;font-size:12px}.exports-empty small{color:#999}.mobile-menu{display:none}.notice{position:absolute;z-index:15;top:69px;left:calc(50% + 135px);transform:translate(-50%);max-width:min(580px,calc(100vw - 310px));display:flex;align-items:center;gap:12px;padding:10px 12px;color:#863238;background:#fff5f5;border:1px solid #f4c9cb;border-radius:10px;box-shadow:0 8px 25px #00000014;font-size:12.5px}.notice span{flex:1}.notice button{display:grid;place-items:center;padding:0;border:0;background:transparent;cursor:pointer}.conversation{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d1d1d1 transparent}.conversation-inner{width:min(100%,820px);min-height:100%;margin:0 auto;padding:42px 24px 150px}.conversation-empty{display:grid;place-items:center;padding-bottom:85px}.empty-chat{width:100%;max-width:680px;text-align:center}.hero-mark{width:47px;height:47px;margin:0 auto 20px;border-radius:14px;box-shadow:none}.empty-chat h1{margin:0;color:#242424;font-size:clamp(26px,3.3vw,34px);letter-spacing:-.035em}.empty-chat>p{margin:10px 0 31px;color:#767676;font-size:14px}.starter-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;text-align:left}.starter-grid button{min-height:76px;display:flex;align-items:flex-start;gap:12px;padding:15px;color:#555;border:1px solid #e4e4e4;border-radius:14px;background:#fff;cursor:pointer}.starter-grid button:hover{background:#f8f8f8;border-color:#d7d7d7}.starter-grid button>svg{margin-top:2px;color:#727272}.starter-grid button span{display:grid;gap:5px}.starter-grid strong{color:#303030;font-size:13px}.starter-grid small{color:#858585;font-size:11.5px;line-height:1.35}.message{width:100%;margin:0 0 33px}.message-user{display:flex;flex-direction:column;align-items:flex-end}.user-bubble{max-width:min(78%,610px);padding:11px 16px;white-space:pre-wrap;overflow-wrap:anywhere;color:#252525;background:#f1f1f1;border-radius:19px 19px 5px;font-size:14.5px;line-height:1.55}.message-attachments{max-width:min(78%,610px);display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;margin-bottom:8px}.message-attachments>span{max-width:270px;display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #e2e2e2;border-radius:11px;background:#fff;font-size:11.5px}.message-attachments>span span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.message-assistant{display:grid;grid-template-columns:29px minmax(0,1fr);gap:13px;align-items:flex-start}.assistant-avatar{width:28px;height:28px;display:grid;place-items:center;margin-top:2px;color:#fff;background:#171717;border-radius:9px}.assistant-content{min-width:0;color:#292929;font-size:14.5px;line-height:1.68}.assistant-content>:first-child{margin-top:0}.assistant-content>:last-child{margin-bottom:0}.assistant-content p{margin:0 0 14px}.assistant-content h1,.assistant-content h2,.assistant-content h3{margin:24px 0 9px;line-height:1.3;letter-spacing:-.015em}.assistant-content h1{font-size:21px}.assistant-content h2{font-size:18px}.assistant-content h3{font-size:16px}.assistant-content ul,.assistant-content ol{padding-left:23px}.assistant-content li{margin:5px 0}.assistant-content a{color:#1769aa;text-decoration-thickness:1px;text-underline-offset:2px}.assistant-content blockquote{margin:15px 0;padding:2px 0 2px 14px;color:#666;border-left:3px solid #d7d7d7}.assistant-content pre{overflow-x:auto;margin:16px 0;padding:15px;color:#f1f1f1;background:#1e1e1e;border-radius:11px;font-size:12.5px;line-height:1.55}.assistant-content :not(pre)>code{padding:2px 5px;background:#f0f0f0;border-radius:5px;font-size:.88em}.assistant-content table{width:100%;border-collapse:collapse;margin:15px 0;font-size:13px}.assistant-content th,.assistant-content td{padding:8px 10px;text-align:left;border:1px solid #dedede}.assistant-content th{background:#f6f6f6}.message-actions{height:28px;display:flex;align-items:center;margin-top:6px}.message-actions button{width:29px;height:29px;display:grid;place-items:center;padding:0;color:#777;border:0;border-radius:7px;background:transparent;cursor:pointer}.message-actions button:hover{background:#f1f1f1}.thinking{height:31px;display:flex;align-items:center;gap:4px}.thinking span{width:6px;height:6px;border-radius:50%;background:#868686;animation:pulse 1.25s infinite ease-in-out}.thinking span:nth-child(2){animation-delay:.15s}.thinking span:nth-child(3){animation-delay:.3s}.composer-wrap{position:absolute;z-index:10;right:0;bottom:0;left:270px;padding:12px 24px max(10px,env(safe-area-inset-bottom));background:#fffffff5}.composer{width:min(100%,780px);margin:0 auto;padding:10px 11px 9px;border:1px solid #d9d9d9;border-radius:20px;background:#fff;box-shadow:0 8px 25px #00000014;transition:border-color .15s,box-shadow .15s}.composer:focus-within{border-color:#c7c7c7;box-shadow:0 8px 30px #0000001a}.composer.drag-active{border-color:#10a37f;box-shadow:0 0 0 3px #10a37f1f}.composer textarea{width:100%;min-height:27px;max-height:180px;display:block;resize:none;padding:2px 6px 5px;color:#252525;border:0;outline:0;background:transparent;font-size:14.5px;line-height:1.55}.composer textarea::placeholder{color:#8e8e8e}.composer-actions{height:31px;display:flex;align-items:center;justify-content:space-between}.attach-button,.send-button{height:31px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;cursor:pointer}.attach-button{width:auto;min-width:31px;gap:6px;padding:0 6px;color:#5e5e5e;background:transparent}.attach-button:hover{background:#f0f0f0}.attach-button:disabled{opacity:.45;cursor:default}.upload-label{padding-right:4px;font-size:11px}.send-button{width:31px;color:#fff;background:#171717}.send-button:hover{background:#343434}.send-button:disabled{color:#a5a5a5;background:#ececec;cursor:default}.stop-button{color:#fff;background:#171717}.attachment-strip{display:flex;gap:8px;overflow-x:auto;padding:1px 3px 9px;scrollbar-width:thin}.attachment-chip{min-width:185px;max-width:260px;height:52px;display:grid;grid-template-columns:34px minmax(0,1fr) 22px;align-items:center;gap:8px;padding:7px;border:1px solid #e1e1e1;border-radius:12px;background:#fafafa}.attachment-chip>span:nth-child(2){min-width:0;display:grid;gap:2px}.attachment-chip strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px}.attachment-chip small{color:#858585;font-size:10px}.attachment-chip>button{width:22px;height:22px;display:grid;place-items:center;padding:0;color:#777;border:0;border-radius:50%;background:transparent;cursor:pointer}.attachment-chip>button:hover{background:#e7e7e7}.file-kind{width:32px;height:32px;display:grid;place-items:center;color:#686868;background:#ececec;border-radius:8px}.file-kind-image{color:#176b57;background:#def4ed}.file-kind-spreadsheet{color:#267143;background:#e1f2e7}.file-kind-pdf{color:#a6383e;background:#f8e3e4}.composer-footnote{margin:7px auto 0;color:#888;text-align:center;font-size:10px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,60%,to{opacity:.28;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@media(max-width:980px){.desktop-title small,.compact-select:first-child svg{display:none}.desktop-title strong{max-width:180px}.compact-select select{max-width:94px}}@media(max-width:760px){.sidebar{width:min(86vw,310px);transform:translate(-102%);box-shadow:12px 0 35px #00000047;transition:transform .2s ease}.sidebar-open{transform:translate(0)}.sidebar-scrim{position:fixed;z-index:19;inset:0;display:block;border:0;background:#0000006b}.chat-area{margin-left:0}.chat-header{padding:0 10px}.mobile-menu{display:grid}.desktop-title{display:none}.model-button{max-width:150px}.model-button span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header-controls .compact-select:first-child{display:none}.compact-select{padding:0 3px}.compact-select select{max-width:75px;font-size:10.5px}.notice{left:12px;right:12px;max-width:none;transform:none}.conversation-inner{padding:30px 17px 142px}.composer-wrap{left:0;padding:9px 10px max(7px,env(safe-area-inset-bottom))}.composer{border-radius:18px}.composer-footnote{display:none}.starter-grid{grid-template-columns:1fr}.starter-grid button:nth-child(n+3){display:none}.empty-chat>p{margin-bottom:24px}.message{margin-bottom:27px}.user-bubble,.message-attachments{max-width:88%}.message-assistant{grid-template-columns:25px minmax(0,1fr);gap:10px}.assistant-avatar{width:25px;height:25px;border-radius:8px}.assistant-content{font-size:14px}.model-menu{position:fixed;top:55px;right:10px;left:10px;width:auto}}@media(max-width:420px){.login-page{padding:0;background:#fff}.login-card{min-height:100%;padding:46px 25px 30px;border:0;border-radius:0;box-shadow:none}.header-avatar,.files-button span{display:none}.conversation-inner{padding-right:13px;padding-left:13px}.empty-chat h1{font-size:26px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
