*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0b0d10;color:#f5f7fa}body.light{background:#fff;color:#16181c}.app{height:100dvh;display:flex}.sidebar{width:280px;background:#111419;border-right:1px solid #262a31;display:flex;flex-direction:column;padding:14px}.brand{display:flex;align-items:center;gap:10px;padding:10px 8px 18px}.logo,.hero-logo{display:grid;place-items:center;background:#fff;color:#0b0d10;font-weight:900;border-radius:11px}.logo{width:34px;height:34px}.new-chat{width:100%;padding:12px;border:1px solid #30353d;border-radius:10px;background:#191d23;color:inherit;text-align:left;font-size:15px;cursor:pointer}.chat-list{overflow:auto;flex:1;margin-top:12px}.chat-item{padding:10px;border-radius:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.chat-item:hover{background:#1b2027}.sidebar-bottom{border-top:1px solid #292d34;padding-top:10px}.sidebar-bottom button{display:block;width:100%;border:0;background:none;color:inherit;text-align:left;padding:11px 8px;border-radius:8px;cursor:pointer}.sidebar-bottom button:hover{background:#1b2027}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:60px;border-bottom:1px solid #262a31;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.model{font-weight:700}.model span{font-size:11px;opacity:.6;margin-left:5px}.icon-btn{border:0;background:transparent;color:inherit;font-size:19px;cursor:pointer;border-radius:8px;padding:7px}.icon-btn:hover{background:#20242b}.messages{flex:1;overflow:auto;padding:28px 16px 170px}.welcome{max-width:760px;margin:9vh auto 0;text-align:center}.hero-logo{width:58px;height:58px;margin:auto;font-size:25px}.welcome h1{font-size:34px;margin:18px 0 6px}.welcome p{opacity:.65}.suggestions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}.suggestions button{background:#14181e;border:1px solid #2a3038;color:inherit;border-radius:12px;padding:14px;text-align:left;cursor:pointer}.message{max-width:800px;margin:0 auto 24px;display:flex;gap:12px}.avatar{width:30px;height:30px;min-width:30px;border-radius:9px;display:grid;place-items:center;background:#252a32;font-weight:700}.bubble{line-height:1.55;white-space:pre-wrap;word-break:break-word}.user .bubble{background:#1a1f26;border-radius:16px;padding:11px 14px}.composer-wrap{position:fixed;bottom:0;left:280px;right:0;padding:12px 16px 15px;background:linear-gradient(transparent,#0b0d10 22%)}.composer{max-width:820px;margin:auto;border:1px solid #353a43;background:#15191f;border-radius:18px;display:flex;align-items:flex-end;padding:7px;box-shadow:0 10px 35px #0005}.composer textarea{flex:1;resize:none;max-height:180px;background:none;border:0;outline:0;color:inherit;font:inherit;padding:10px}.attach{padding:9px;cursor:pointer;font-size:22px}.send{border:0;border-radius:12px;width:40px;height:40px;background:#fff;color:#111;font-size:22px;cursor:pointer}.send:disabled{opacity:.4}.hint{text-align:center;font-size:11px;opacity:.45;margin-top:7px}.dialog-head{display:flex;justify-content:space-between;align-items:center}.dialog-head h2{margin:0}.dialog-head .icon-btn{font-size:24px}dialog{width:min(520px,90vw);background:#15191f;color:#fff;border:1px solid #343a43;border-radius:16px;padding:22px}dialog::backdrop{background:#0009}dialog label{display:block;margin:16px 0;font-size:13px}dialog input,dialog textarea{width:100%;margin-top:7px;background:#0e1115;color:#fff;border:1px solid #343a43;border-radius:9px;padding:10px;font:inherit}.primary{width:100%;padding:11px;border:0;border-radius:9px;background:#fff;color:#111;font-weight:700}.small{font-size:12px;opacity:.6;line-height:1.4}.mobile-only{display:none}.light .composer-wrap{background:linear-gradient(transparent,#fff 22%)}body.light .sidebar,body.light .composer{background:#f6f7f8;color:#16181c}body.light .sidebar{border-color:#ddd}body.light .composer{background:#fff;border-color:#d8dce1}body.light .suggestions button,body.light .user .bubble{background:#f1f3f5;border-color:#ddd}body.light dialog{background:#fff;color:#111}body.light dialog input,body.light dialog textarea{background:#f6f7f8;color:#111}@media(max-width:760px){.sidebar{position:fixed;z-index:5;top:0;bottom:0;left:-290px;transition:.2s}.sidebar.open{left:0}.mobile-only{display:block}.composer-wrap{left:0}.suggestions{grid-template-columns:1fr}.welcome h1{font-size:28px}.messages{padding-left:12px;padding-right:12px}.topbar{padding:0 10px}}