:root{color:#e9edf2;font-synthesis:none;text-rendering:optimizelegibility;background:#0b0d10;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#0b0d10;overflow:hidden}button,input,textarea,select{font:inherit}button{color:inherit}.app-shell{background:#0b0d10;height:100%;display:flex}.sidebar{background:#111418;border-right:1px solid #252a31;flex-direction:column;flex-shrink:0;width:280px;padding:14px;display:flex}.brand-row{justify-content:space-between;align-items:center;height:40px;margin-bottom:12px;display:flex}.brand{align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.brand-mark,.welcome-icon{background:linear-gradient(135deg,#7c5cff,#23b6a8);border-radius:10px;place-items:center;display:grid;box-shadow:0 8px 24px #0005}.brand-mark{width:30px;height:30px}.icon-btn{cursor:pointer;color:#9da6b2;background:0 0;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.icon-btn:hover{color:#fff;background:#20252c}.icon-btn:disabled{opacity:.45;cursor:not-allowed}.new-chat{cursor:pointer;background:#191d23;border:1px solid #30363f;border-radius:10px;align-items:center;gap:10px;height:42px;margin-bottom:10px;padding:0 13px;font-weight:600;display:flex}.new-chat:hover{background:#222831}.search-box{color:#7f8996;background:#171b20;border:1px solid #292f37;border-radius:9px;align-items:center;gap:8px;height:38px;padding:0 10px;display:flex}.search-box input{color:#e8ebef;background:0 0;border:0;outline:0;width:100%;font-size:13px}.chat-list{flex:1;padding-top:13px;overflow:auto}.list-label{text-transform:uppercase;letter-spacing:.08em;color:#707985;padding:0 8px 7px;font-size:11px}.chat-row{border-radius:9px;align-items:center;margin-bottom:2px;display:flex}.chat-row.active{background:#20252c}.chat-select{cursor:pointer;text-align:left;color:#c6ccd4;background:0 0;border:0;flex:1;align-items:center;gap:9px;min-width:0;padding:9px 8px;display:flex}.chat-select span{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.chat-select:hover{color:#fff}.chat-actions{gap:2px;padding-right:4px;display:none}.chat-row:hover .chat-actions,.chat-row.active .chat-actions{display:flex}.chat-actions button{color:#7f8996;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:27px;height:27px;display:grid}.chat-actions button:hover{color:#fff;background:#2b3139}.empty-list{color:#68717d;padding:20px 8px;font-size:13px}.sidebar-bottom{border-top:1px solid #252a31;padding-top:12px}.status-card{background:#171b20;border-radius:9px;align-items:center;gap:9px;padding:10px;display:flex}.status-card strong,.status-card small{display:block}.status-card strong{font-size:12px}.status-card small{color:#737d89;margin-top:2px;font-size:11px}.status-dot{background:#39d98a;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #39d98a18}.sidebar-link{color:#89929e;align-items:center;gap:9px;padding:11px 6px;font-size:12px;display:flex}.main{background:#0d1014;flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.topbar{border-bottom:1px solid #242931;flex-shrink:0;justify-content:space-between;align-items:center;height:58px;padding:0 18px;display:flex}.top-left,.top-right{align-items:center;display:flex}.top-center{position:absolute;left:50%;transform:translate(-50%)}.top-model{color:#aeb6c1;border-radius:8px;align-items:center;gap:7px;padding:7px 10px;font-size:13px;display:flex}.mobile-title{text-overflow:ellipsis;white-space:nowrap;color:#b8c0ca;max-width:240px;margin-left:6px;font-size:13px;display:none;overflow:hidden}.conversation{flex:1;min-height:0;overflow:auto}.conversation-inner{max-width:900px;min-height:100%;margin:0 auto;padding:34px 28px 20px}.welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:30px 0 100px;display:flex}.welcome-icon{border-radius:18px;width:62px;height:62px;margin-bottom:20px}.welcome h1{letter-spacing:-.03em;margin:0 0 10px;font-size:30px;line-height:1.2}.welcome p{color:#7f8996;max-width:560px;margin:0;font-size:14px}.suggestions{grid-template-columns:1fr 1fr;gap:10px;width:min(680px,100%);margin-top:28px;display:grid}.suggestions button{text-align:left;cursor:pointer;background:#14181d;border:1px solid #292f37;border-radius:12px;flex-direction:column;gap:5px;padding:14px;display:flex}.suggestions button:hover{background:#1b2026;border-color:#3a424d}.suggestions strong{font-size:13px}.suggestions span{color:#747e8b;font-size:12px;line-height:1.45}.messages{padding:0 0 80px}.message-row{gap:13px;padding:18px 0;display:flex}.message-row.user{border-bottom:1px solid #0000}.avatar{border-radius:9px;flex-shrink:0;place-items:center;width:30px;height:30px;margin-top:1px;display:grid}.avatar.assistant{color:#bfc7d2;background:#20262d}.avatar.user{color:#fff;background:#6d55e8;font-size:12px;font-weight:700}.message-content{flex:1;min-width:0;position:relative}.message-name{color:#aab3bf;margin:0 0 7px;font-size:12px;font-weight:700}.message-text{color:#e1e5ea;overflow-wrap:anywhere;font-size:14px;line-height:1.65}.message-text p{margin:0 0 12px}.message-text p:last-child{margin-bottom:0}.message-text ul,.message-text ol{padding-left:22px}.message-text a{color:#8fb6ff}.message-copy{color:#697481;cursor:pointer;opacity:0;background:0 0;border:0;align-items:center;gap:5px;margin-top:8px;padding:4px 0;font-size:11px;display:flex}.message-row:hover .message-copy{opacity:1}.message-copy:hover{color:#d5dbe3}.inline-code{background:#191e24;border:1px solid #2b323a;border-radius:5px;padding:1px 5px;font-size:.9em}.code-wrap{background:#0a0c0f;border:1px solid #292f37;border-radius:10px;margin:13px 0;overflow:hidden}.code-head{color:#737e8b;background:#161a1f;border-bottom:1px solid #292f37;justify-content:space-between;align-items:center;height:34px;padding:0 10px;font-size:11px;display:flex}.code-head button{color:#88929e;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;display:flex}.code-head button:hover{color:#fff}.code-wrap pre{color:#dce2e8;margin:0;padding:14px;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.user-text{white-space:pre-wrap}.regenerate{justify-content:center;margin:2px 0 14px;display:flex}.regenerate button{color:#8e98a5;cursor:pointer;background:#15191e;border:1px solid #2c333c;border-radius:8px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;display:flex}.regenerate button:hover{color:#fff;background:#1d2228}.composer-area{background:linear-gradient(#0d101400 0,#0d1014 18%);padding:0 22px 15px}.composer{background:#15191e;border:1px solid #343b44;border-radius:15px;max-width:900px;margin:0 auto;padding:10px 11px 8px;box-shadow:0 10px 40px #0004}.composer textarea{resize:none;color:#edf0f4;background:0 0;border:0;outline:0;width:100%;min-height:48px;max-height:180px;padding:5px 5px 8px;line-height:1.5}.composer textarea::placeholder{color:#68727f}.composer-tools{justify-content:space-between;align-items:center;gap:8px;display:flex}.tool-left{align-items:center;gap:3px;min-width:0;display:flex}.tool-pill{color:#7f8996;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:5px;height:31px;padding:0 8px;font-size:11px;display:flex}.tool-pill:hover{color:#cbd1d8;background:#20252b}.tool-pill.selected{color:#b7c8ff;background:#232833;border-color:#353d4b}.model-select{color:#7e8895;border:1px solid #0000;border-radius:7px;align-items:center;gap:5px;max-width:175px;height:31px;padding:0 6px;display:flex}.model-select:hover{background:#20252b}.model-select select{appearance:none;color:#aeb7c3;cursor:pointer;background:0 0;border:0;outline:0;max-width:135px;font-size:11px}.model-select select option{color:#fff;background:#171b20}.send-btn{color:#101317;cursor:pointer;background:#eceff3;border:0;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.send-btn:disabled{color:#6e7783;cursor:not-allowed;background:#2a3038}.send-btn.stop{color:#e6e9ed;background:#292f37}.composer-note{text-align:center;color:#565f6b;max-width:900px;margin:7px auto 0;font-size:10px}.attachment-strip{gap:7px;max-width:900px;margin:0 auto 7px;display:flex;overflow:auto}.attachment-chip{white-space:nowrap;background:#171b20;border:1px solid #2e353e;border-radius:8px;align-items:center;gap:6px;padding:7px 8px;font-size:11px;display:flex}.attachment-chip span{text-overflow:ellipsis;max-width:160px;overflow:hidden}.attachment-chip button{color:#717b88;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.error-banner{color:#f0aab2;background:#24171a;border:1px solid #5a3238;border-radius:9px;justify-content:space-between;gap:10px;max-width:900px;margin:12px auto 0;padding:10px 12px;font-size:12px;display:flex}.error-banner button{color:#d88c96;cursor:pointer;background:0 0;border:0}.loading-screen{place-items:center;min-height:60vh;display:grid}.spinner{border:2px solid #2a3038;border-top-color:#b9c1cc;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.mobile-overlay{display:none}.mobile-overlay.show{z-index:30;background:#0008;display:block;position:fixed;inset:0}.sidebar>.icon-btn{display:none}@media (max-width:800px){.sidebar{z-index:40;width:min(300px,86vw);transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-102%);box-shadow:20px 0 60px #0008}.sidebar.open{transform:translate(0)}.sidebar .brand-row .icon-btn{display:grid}.topbar{padding:0 10px}.top-center{display:none}.mobile-title{display:block}.conversation-inner{padding:20px 16px 10px}.welcome h1{font-size:25px}.welcome{padding-bottom:80px}.suggestions{grid-template-columns:1fr}.message-row{gap:10px}.message-copy{opacity:1}.composer-area{padding:0 9px 10px}.composer{border-radius:13px}.tool-pill{padding:0 6px}.model-select{max-width:145px}.model-select select{max-width:105px}.composer-note{font-size:9px}.tool-left{overflow:auto}.top-left .icon-btn{display:grid}}.projects-head{color:#707985;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;padding:14px 8px 6px;font-size:11px;display:flex}.projects-head button,.folder-actions button{color:#7f8996;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.projects-head button{width:26px;height:26px}.projects-head button:hover,.folder-actions button:hover{color:#fff;background:#272d35}.folder-list{max-height:38%;overflow:auto}.folder-block{margin-bottom:3px}.folder-row{border-radius:8px;align-items:center;display:flex}.folder-row.active{background:#181d23}.folder-select{color:#aeb6c1;cursor:pointer;text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:8px;min-width:0;padding:8px;display:flex}.folder-select span{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;overflow:hidden}.folder-select small{color:#626c78;font-size:10px}.folder-actions{gap:1px;padding-right:3px;display:none}.folder-row:hover .folder-actions,.folder-row.active .folder-actions{display:flex}.folder-actions button{width:24px;height:24px}.folder-block>.chat-row{margin-left:14px}.folder-block>.chat-row .chat-select{padding-top:7px;padding-bottom:7px}.folder-block>.chat-row .chat-select span{font-size:12px}
