:root{--bg:#fff;--side:#f6f6f3;--ink:#171817;--muted:#737873;--line:#e4e5e1;--green:#147a55;--green2:#e2f2ea;--danger:#a33b34}*{box-sizing:border-box}[hidden]{display:none!important}html,body{height:100%;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}button,textarea,a{font:inherit}.login{min-height:100%;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 20%,#e7f5ee,transparent 34%),#fafbf9}.login-card{width:min(460px,100%);text-align:center;padding:48px 42px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 24px 70px #1b3b2b16}.logo,.hero-mark{display:grid;place-items:center;margin:auto;width:52px;height:52px;border-radius:16px;background:var(--green);color:#fff;font-weight:800;font-size:22px;box-shadow:0 10px 22px #147a5530}.eyebrow{margin:24px 0 8px;font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--green)}.login h1{font-size:32px;letter-spacing:-.04em;margin:0}.login p:not(.eyebrow){color:var(--muted);line-height:1.6}.google{display:flex;justify-content:center;align-items:center;gap:12px;margin:28px 0 18px;padding:14px 18px;border:1px solid #cfd2cd;border-radius:12px;text-decoration:none;color:var(--ink);font-weight:650;transition:.2s}.google:hover{background:#f7f8f6;border-color:#aeb4ae}.google span{font-family:Arial;font-size:20px;color:#4285f4}.login small{color:#90948f}.app{height:100%;display:grid;grid-template-columns:280px 1fr}.sidebar{display:flex;min-width:0;flex-direction:column;background:var(--side);border-right:1px solid var(--line);padding:12px}.side-head{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 8px}.brand{display:flex;align-items:center;gap:10px}.brand>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--green);color:white;font-weight:800}.new-chat{margin:8px 0 12px;padding:11px 13px;text-align:left;border:1px solid #d8dad5;background:white;border-radius:11px;font-weight:650;cursor:pointer}.new-chat:hover{background:#fbfbfa}.nav{min-height:0;overflow:auto;flex:1}.nav-row,.project-row,.history-row{width:100%;display:flex;align-items:center;gap:9px;padding:9px 10px;border:0;border-radius:9px;background:transparent;text-align:left;color:#333;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-row:hover,.project-row:hover,.history-row:hover,.nav-row.active,.project-row.active,.history-row.active{background:#e8e9e5}.section-title{display:flex;align-items:center;justify-content:space-between;margin:20px 9px 6px;color:#858983;font-size:10px;font-weight:800;letter-spacing:.1em}.section-title button{border:0;background:none;cursor:pointer;color:#666;font-size:18px}.history-title{margin-top:22px}.project-row span:first-child{color:var(--green)}.history-row{font-size:13px}.history-row small{margin-left:auto;color:#9a9d98}.account{border-top:1px solid var(--line);padding:12px 6px 4px}.account-inner{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px}.avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#dce8e1;display:grid;place-items:center;font-weight:700}.account-text{min-width:0}.account-text strong,.account-text small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-text strong{font-size:12px}.account-text small{font-size:10px;color:var(--muted)}.logout{border:0;background:none;cursor:pointer;color:#777}.main-panel{min-width:0;display:flex;flex-direction:column;height:100%;position:relative}.topbar{height:58px;display:flex;align-items:center;padding:0 22px;border-bottom:1px solid var(--line);gap:12px}.chat-title{border:0;background:none;font-weight:650;font-size:15px;cursor:pointer}.chat-title span{color:#8b8f8a}.status{margin-left:auto;display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.status i{width:7px;height:7px;border-radius:50%;background:#25a36f;box-shadow:0 0 0 4px #dff3ea}.messages-wrap{flex:1;min-height:0;overflow:auto;padding:32px 20px 180px}.welcome{max-width:720px;margin:11vh auto 0;text-align:center}.welcome h1{font-size:34px;letter-spacing:-.04em;margin:22px 0 8px}.welcome>p{color:var(--muted)}.suggestions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:32px}.suggestions button{padding:15px;text-align:left;border:1px solid var(--line);border-radius:14px;background:#fff;color:#484b47;cursor:pointer}.suggestions button:hover{background:#f7f8f6}.messages{max-width:820px;margin:auto}.message{display:grid;grid-template-columns:32px 1fr;gap:14px;margin:0 0 28px}.message.user{grid-template-columns:1fr}.message.user .message-body{justify-self:end;max-width:76%;background:#f0f0ed;padding:11px 15px;border-radius:18px}.message-avatar{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:var(--green);color:#fff;font-size:11px;font-weight:800}.message-body{min-width:0;line-height:1.68;font-size:15px;white-space:pre-wrap}.message-body details{margin-top:12px;color:var(--muted);font-size:12px}.thinking{display:flex;gap:5px;align-items:center;color:var(--muted)}.thinking i{width:6px;height:6px;border-radius:50%;background:var(--green);animation:p 1.2s infinite}.thinking i:nth-child(2){animation-delay:.16s}.thinking i:nth-child(3){animation-delay:.32s}@keyframes p{0%,70%,100%{opacity:.2}35%{opacity:1;transform:translateY(-3px)}}.error{max-width:820px;margin:15px auto;padding:12px 14px;border:1px solid #f0c8c4;border-radius:10px;background:#fff0ee;color:var(--danger);font-size:13px}.composer{position:absolute;bottom:0;left:0;right:0;padding:20px 20px 12px;background:linear-gradient(transparent,#fff 22%);text-align:center}.composer-box{max-width:820px;margin:auto;border:1px solid #d4d6d1;border-radius:18px;background:#fff;padding:13px 14px 9px;box-shadow:0 8px 30px #18251f12;text-align:left}.composer textarea{width:100%;max-height:160px;resize:none;border:0;outline:0;font-size:15px;line-height:1.5}.composer-foot{display:flex;align-items:center;justify-content:space-between;margin-top:7px;color:#8b8f8a;font-size:10px}.composer-foot button{width:34px;height:34px;border:0;border-radius:11px;background:var(--ink);color:#fff;font-size:18px;cursor:pointer}.composer-foot button:disabled{opacity:.28}.composer>small{display:block;margin-top:8px;color:#a0a39f;font-size:10px}.icon{border:0;background:none;font-size:21px;cursor:pointer}.mobile{display:none}.overlay{position:fixed;inset:0;background:#0005;z-index:10}@media(max-width:760px){.app{grid-template-columns:1fr}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;width:285px;transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.mobile{display:block}.topbar{padding:0 12px}.suggestions{grid-template-columns:1fr}.welcome{margin-top:6vh}.login-card{padding:38px 24px}.messages-wrap{padding-inline:14px}.composer{padding-inline:12px}.message.user .message-body{max-width:88%}}
