:root{--bg:#151515;--sidebar:#0f0f0f;--surface:#1c1c1c;--surface-2:#232323;--surface-3:#2a2a2a;--hover:#202020;--border:#303030;--border-strong:#3b3b3b;--text:#f4f4f4;--text-soft:#d3d3d3;--muted:#8b8b8b;--muted-2:#666;--success:#72d6a0;--sidebar-width:276px;color-scheme:dark}*{box-sizing:border-box}html{background:var(--bg)}body,html{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button{color:inherit}a,button,input,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #7b7b7b;outline-offset:2px}::selection{background:#555;color:#fff}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#3b3b3b;background-clip:padding-box}::-webkit-scrollbar-track{background:transparent}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:11px;background:#111;font-size:15px;font-weight:650}.loading-logo{width:35px;height:35px;border:1px solid #3a3a3a;border-radius:11px;display:grid;place-items:center;background:#1c1c1c}.app-shell{min-height:100vh;background:var(--bg)}.toast{position:fixed;top:18px;left:50%;z-index:100;padding:9px 13px;border:1px solid #3a3a3a;border-radius:10px;transform:translateX(-50%);background:#242424;box-shadow:0 12px 38px rgba(0,0,0,.34);color:#eee;font-size:12px;animation:toast-in .18s ease-out}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-7px)}}.sidebar{width:var(--sidebar-width);height:100vh;padding:10px;position:fixed;inset:0 auto 0 0;z-index:40;display:flex;flex-direction:column;background:var(--sidebar);border-right:1px solid #1b1b1b}.sidebar-head{height:48px;padding:0 4px 0 7px;justify-content:space-between}.brand,.sidebar-head{display:flex;align-items:center}.brand{min-width:0;gap:10px}.brand-mark,.welcome-logo{display:grid;place-items:center;color:#111;background:#f0f0f0}.brand-mark{width:30px;height:30px;border-radius:9px}.brand-text{min-width:0;display:flex;flex-direction:column;gap:1px}.brand-text strong{font-size:14px;letter-spacing:-.15px}.brand-text span{color:#6f6f6f;font-size:10px}.attachment-chip button,.delete-chat,.icon-button,.menu-button,.message-actions button,.new-chat-icon,.send-button,.tool-button{border:0;display:grid;place-items:center;background:transparent;cursor:pointer}.new-chat-icon{width:32px;height:32px;border-radius:8px;color:#aaa}.new-chat-icon:hover{background:#1c1c1c;color:#eee}.new-chat{width:100%;height:42px;margin-top:8px;padding:0 11px;border:1px solid #2a2a2a;border-radius:10px;display:flex;align-items:center;gap:9px;background:#171717;color:#e4e4e4;cursor:pointer;transition:background .15s ease,border-color .15s ease}.new-chat:hover{background:#1d1d1d;border-color:#353535}.new-chat span{flex:1 1;text-align:left;font-size:12px;font-weight:550}kbd{padding:2px 5px;border:1px solid #303030;border-radius:5px;background:#151515;color:#666;font-family:inherit;font-size:9px;font-weight:500}.sidebar-search{height:38px;margin-top:8px;padding:0 9px;border:1px solid transparent;border-radius:9px;display:flex;align-items:center;gap:8px;color:#696969;background:#151515}.sidebar-search:focus-within{border-color:#303030;color:#a7a7a7;background:#181818}.sidebar-search input{min-width:0;border:0;outline:0;flex:1 1;background:transparent;color:#ddd;font-size:12px}.sidebar-search input::placeholder{color:#626262}.history{min-height:0;flex:1 1;margin-top:15px;overflow-y:auto;overscroll-behavior:contain}.history-heading{padding:0 9px 7px;display:flex;align-items:center;justify-content:space-between;color:#606060;font-size:10px;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.history-heading span:last-child{font-size:9px;font-weight:500}.history-row{min-height:38px;margin-bottom:2px;border-radius:9px;display:flex;align-items:center;transition:background .12s ease}.history-row.active,.history-row:hover{background:#1b1b1b}.history-item{min-width:0;height:38px;padding:0 6px 0 9px;border:0;display:flex;align-items:center;gap:8px;flex:1 1;background:transparent;color:#777;text-align:left;cursor:pointer}.history-row.active .history-item{color:#bfbfbf}.history-item span{min-width:0;overflow:hidden;color:#bcbcbc;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.delete-chat{width:29px;height:29px;margin-right:4px;border-radius:7px;color:#777;opacity:0}.history-row.active .delete-chat,.history-row:hover .delete-chat{opacity:1}.delete-chat:hover{background:#272727;color:#ddd}.empty-history{padding:20px 10px;color:#5f5f5f;font-size:11px;text-align:center}.sidebar-footer{min-height:59px;padding:10px 9px 5px;border-top:1px solid #1d1d1d;display:flex;align-items:center;gap:10px}.live-dot,.status-dot{border-radius:50%;background:var(--success);box-shadow:0 0 0 3px rgba(114,214,160,.08)}.status-dot{width:8px;height:8px}.sidebar-footer div:last-child{display:flex;flex-direction:column;gap:2px}.sidebar-footer strong{color:#a9a9a9;font-size:10.5px;font-weight:600}.sidebar-footer span{color:#585858;font-size:9.5px}.chat{width:calc(100% - var(--sidebar-width));min-height:100vh;margin-left:var(--sidebar-width);display:flex;flex-direction:column;background:radial-gradient(circle at 50% -25%,rgba(255,255,255,.035),transparent 30%),var(--bg)}.topbar{height:58px;padding:0 18px;position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.025);background:rgba(21,21,21,.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar,.topbar-actions,.topbar-left{display:flex;align-items:center}.topbar-left{min-width:0;gap:8px}.topbar-actions{gap:7px}.chat-title{min-width:0;display:flex;flex-direction:column;gap:1px}.chat-title strong{max-width:min(50vw,440px);overflow:hidden;color:#e8e8e8;font-size:12.5px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.chat-title span{color:#676767;font-size:9.5px}.model-pill{height:31px;padding:0 10px;border:1px solid #2d2d2d;border-radius:999px;display:flex;align-items:center;gap:7px;color:#888;background:rgba(25,25,25,.7);font-size:10.5px}.live-dot{width:6px;height:6px}.icon-button,.menu-button{width:34px;height:34px;border-radius:9px;color:#888}.icon-button:hover,.menu-button:hover{background:#202020;color:#ddd}.icon-button:disabled{opacity:.28;cursor:default}.menu-button{display:none}.messages{min-height:0;flex:1 1}.welcome{width:min(860px,calc(100% - 36px));margin:clamp(65px,13vh,130px) auto 180px}.welcome-logo{width:50px;height:50px;margin-bottom:25px;border-radius:15px;box-shadow:0 14px 38px rgba(0,0,0,.25)}.welcome-copy{margin-bottom:31px}.eyebrow{display:block;margin-bottom:8px;color:#696969;font-size:10px;font-weight:750;letter-spacing:.16em}.welcome h1{margin:0;color:#f4f4f4;font-size:clamp(32px,4vw,46px);font-weight:650;letter-spacing:-1.6px;line-height:1.05}.welcome-copy p{max-width:580px;margin:13px 0 0;color:#858585;font-size:14px;line-height:1.6}.starter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.starter-card{min-height:88px;padding:14px;border:1px solid #292929;border-radius:13px;display:grid;grid-template-columns:35px minmax(0,1fr) 18px;align-items:center;grid-gap:11px;gap:11px;background:rgba(27,27,27,.72);color:#7d7d7d;text-align:left;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.starter-card:hover{border-color:#363636;transform:translateY(-1px);background:#202020;color:#aaa}.starter-icon{width:35px;height:35px;border:1px solid #303030;border-radius:10px;display:grid;place-items:center;color:#b7b7b7;background:#242424}.starter-card div:nth-child(2){min-width:0}.starter-card span,.starter-card strong{display:block}.starter-card strong{margin-bottom:5px;color:#d7d7d7;font-size:12px;font-weight:620}.starter-card span{overflow:hidden;color:#737373;font-size:10.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.message-list{width:min(860px,calc(100% - 38px));margin:20px auto 190px}.message{padding:19px 0;display:grid;grid-template-columns:32px minmax(0,1fr);grid-gap:14px;gap:14px}.message+.message{border-top:1px solid rgba(255,255,255,.025)}.message-avatar{width:31px;height:31px;border:1px solid #343434;border-radius:10px;display:grid;place-items:center;background:#202020;color:#c7c7c7;font-size:10px;font-weight:700}.message.user .message-avatar{border-radius:50%;border-color:#dcdcdc;background:#e8e8e8;color:#161616}.message-body{min-width:0}.message-head{min-height:31px;display:flex;align-items:center;justify-content:space-between}.message-head>span{color:#d4d4d4;font-size:11.5px;font-weight:650}.message-actions{display:flex;gap:2px;opacity:0;transition:opacity .12s ease}.message:hover .message-actions{opacity:1}.message-actions button{width:28px;height:28px;border-radius:7px;color:#717171}.message-actions button:hover{background:#222;color:#ccc}.message-files{margin:6px 0 8px;display:flex;flex-wrap:wrap;gap:6px}.message-files span{max-width:250px;padding:6px 8px;border:1px solid #303030;border-radius:7px;display:flex;align-items:center;gap:6px;overflow:hidden;background:#1c1c1c;color:#aaa;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.message-content{margin-top:4px;overflow-wrap:anywhere;color:#dedede;font-size:14px;line-height:1.72}.message.user .message-content{color:#d4d4d4}.message-content>:first-child{margin-top:0}.message-content>:last-child{margin-bottom:0}.message-content p{margin:0 0 13px}.message-content h1,.message-content h2,.message-content h3,.message-content h4{margin:24px 0 9px;color:#f0f0f0;line-height:1.28}.message-content h1{font-size:21px}.message-content h2{font-size:18px}.message-content h3{font-size:15px}.message-content h4{font-size:14px}.message-content ol,.message-content ul{margin:10px 0 14px;padding-left:21px}.message-content li{margin:4px 0}.message-content li::marker{color:#777}.message-content blockquote{margin:14px 0;padding:2px 0 2px 13px;border-left:2px solid #484848;color:#aaa}.message-content hr{margin:22px 0;border:0;border-top:1px solid #303030}.message-content table{width:100%;margin:15px 0;border-collapse:collapse;overflow:hidden;font-size:12px}.message-content td,.message-content th{padding:8px 10px;border:1px solid #303030;text-align:left}.message-content th{background:#202020}.message-content a{color:#e9e9e9;-webkit-text-decoration-color:#666;text-decoration-color:#666;text-underline-offset:3px}.inline-code{padding:2px 5px;border:1px solid #343434;border-radius:5px;background:#212121;color:#ededed;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.88em}.code-block{margin:15px 0;overflow:hidden;border:1px solid #2d2d2d;border-radius:11px;background:#0c0c0c;box-shadow:0 10px 26px rgba(0,0,0,.12)}.code-head{min-height:37px;padding:0 9px 0 13px;justify-content:space-between;border-bottom:1px solid #252525;background:#171717;color:#6e6e6e;font-family:SFMono-Regular,Consolas,monospace;font-size:9.5px;text-transform:lowercase}.code-head,.code-head button{display:flex;align-items:center}.code-head button{height:27px;padding:0 7px;border:0;border-radius:6px;gap:5px;background:transparent;color:#777;font-family:inherit;font-size:9px;cursor:pointer}.code-head button:hover{background:#222;color:#c7c7c7}.code-block pre{margin:0;padding:16px;overflow-x:auto;color:#d5d5d5;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.62;-moz-tab-size:2;tab-size:2}.typing-line{height:27px;display:flex;align-items:center;gap:5px}.typing-line i{width:5px;height:5px;border-radius:50%;background:#727272;animation:typing 1.15s ease-in-out infinite}.typing-line i:nth-child(2){animation-delay:.13s}.typing-line i:nth-child(3){animation-delay:.26s}@keyframes typing{0%,65%,to{opacity:.25;transform:translateY(0)}32%{opacity:1;transform:translateY(-3px)}}.composer-wrap{width:calc(100% - var(--sidebar-width));padding:24px 18px 10px;position:fixed;right:0;bottom:0;z-index:30;background:linear-gradient(180deg,rgba(21,21,21,0),rgba(21,21,21,.94) 22%,var(--bg) 52%);pointer-events:none}.composer-shell,.notice{pointer-events:auto}.composer-shell{width:min(860px,100%);margin:auto}.attachment-list{margin:0 8px 7px;display:flex;flex-wrap:wrap;gap:6px}.attachment-chip{max-width:240px;min-height:43px;padding:5px 5px 5px 7px;border:1px solid #333;border-radius:10px;display:grid;grid-template-columns:30px minmax(0,1fr) 26px;align-items:center;grid-gap:7px;gap:7px;background:#1e1e1e}.attachment-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#292929;color:#aaa}.attachment-chip>div:nth-child(2){min-width:0}.attachment-chip span,.attachment-chip strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-chip strong{color:#c9c9c9;font-size:9.5px}.attachment-chip span{margin-top:2px;color:#626262;font-size:8.5px}.attachment-chip button{width:25px;height:25px;border-radius:7px;color:#727272}.attachment-chip button:hover{background:#2b2b2b;color:#bbb}.composer{min-height:92px;padding:10px 10px 8px 14px;border:1px solid #393939;border-radius:17px;background:#202020;box-shadow:0 16px 50px rgba(0,0,0,.25),inset 0 1px rgba(255,255,255,.015);transition:border-color .15s ease,box-shadow .15s ease}.composer:focus-within{border-color:#484848;box-shadow:0 16px 50px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.015)}.composer textarea{width:100%;min-height:38px;max-height:190px;padding:7px 4px 8px;border:0;outline:0;display:block;resize:none;overflow-y:auto;background:transparent;color:#ededed;font-size:13px;line-height:1.5}.composer textarea::placeholder{color:#757575}.composer-bar{min-height:35px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.composer-tools{min-width:0;display:flex;align-items:center;gap:5px}.file-input{display:none}.tool-button{width:33px;height:33px;border-radius:9px;color:#888}.tool-button:hover:not(:disabled){background:#292929;color:#ccc}.tool-button:disabled{opacity:.28;cursor:default}.mode-picker{position:relative}.mode-button{height:33px;padding:0 8px;border:0;border-radius:9px;display:flex;align-items:center;gap:6px;background:transparent;color:#888;font-size:10.5px;cursor:pointer}.mode-button svg:last-child{transform:rotate(90deg)}.mode-button:hover:not(:disabled){background:#292929;color:#c6c6c6}.mode-button:disabled{opacity:.45;cursor:default}.mode-menu{width:225px;padding:5px;position:absolute;left:0;bottom:41px;border:1px solid #343434;border-radius:12px;background:#1c1c1c;box-shadow:0 18px 55px rgba(0,0,0,.42)}.mode-menu>button{width:100%;min-height:49px;padding:6px 8px;border:0;border-radius:8px;display:grid;grid-template-columns:29px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;background:transparent;text-align:left;cursor:pointer}.mode-menu>button.selected,.mode-menu>button:hover{background:#262626}.mode-menu-icon{width:29px;height:29px;border-radius:8px;display:grid;place-items:center;color:#a5a5a5;background:#292929}.mode-menu span,.mode-menu strong{display:block}.mode-menu strong{color:#d7d7d7;font-size:10.5px;font-weight:600}.mode-menu span{margin-top:2px;color:#707070;font-size:9px}.send-button{width:35px;height:35px;border-radius:10px;flex:0 0 auto;background:#efefef;color:#121212;transition:transform .12s ease,background .12s ease}.send-button:hover:not(:disabled){transform:translateY(-1px);background:#fff}.send-button:disabled{background:#313131;color:#666;cursor:default}.send-button.stop{background:#e8e8e8}.notice{margin:7px auto 0;color:#555;font-size:8.5px;text-align:center}.sidebar-backdrop{display:none}@media (max-width:840px){:root{--sidebar-width:0px}.sidebar{width:min(292px,88vw);transform:translateX(-101%);box-shadow:18px 0 55px rgba(0,0,0,.35);transition:transform .2s ease}.sidebar.open{transform:translateX(0)}.sidebar-backdrop{position:fixed;inset:0;z-index:35;border:0;display:block;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-backdrop.show{opacity:1;pointer-events:auto}.chat{margin-left:0}.chat,.composer-wrap{width:100%}.menu-button{display:grid}.model-pill{display:none}.welcome{margin-top:clamp(55px,10vh,100px)}}@media (max-width:620px){.topbar{height:54px;padding:0 10px}.chat-title strong{max-width:52vw}.welcome{width:calc(100% - 24px);margin-bottom:175px}.welcome-logo{width:46px;height:46px;margin-bottom:20px}.welcome h1{font-size:31px;letter-spacing:-1.1px}.welcome-copy p{max-width:94%;font-size:12.5px}.starter-grid{grid-template-columns:1fr}.starter-card{min-height:72px}.starter-card:nth-child(n+4){display:none}.message-list{width:calc(100% - 22px);margin-top:8px;margin-bottom:180px}.message{padding:16px 0;grid-template-columns:29px minmax(0,1fr);gap:10px}.message-avatar{width:29px;height:29px}.message-content{font-size:13.5px;line-height:1.67}.message-actions{opacity:1}.composer-wrap{padding:19px 8px 8px}.composer{min-height:85px;border-radius:15px}.notice{max-width:92%}}@media (max-width:390px){.chat-title span{display:none}.starter-card{grid-template-columns:33px minmax(0,1fr)}.mode-button span,.starter-card>svg{display:none}.mode-button{width:33px;padding:0;justify-content:center}.mode-button svg:last-child{display:none}.mode-menu{left:-38px}}