:root{color:#18211f;background:#f7f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.auth-view{display:grid;grid-template-columns:minmax(0,1fr) 420px;min-height:100vh}.brand-panel{display:flex;flex-direction:column;justify-content:center;padding:9vw;color:#fff;background:linear-gradient(#12211f33,#12211f8f),url(https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1600&q=80) center/cover}.brand-mark,.brand-inline span{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;color:#fff;background:#147c64;font-weight:800}.brand-panel h1{margin:28px 0 12px;font-size:clamp(3rem,7vw,5.8rem);line-height:.95}.brand-panel p{max-width:560px;margin:0;color:#ffffffe0;font-size:1.2rem}.auth-panel{display:flex;flex-direction:column;justify-content:center;padding:48px;background:#fbfbf8}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;margin-bottom:28px;border:1px solid #deded6;border-radius:8px;background:#efefea}.auth-tabs button,.new-chat-button,.chat-list button,.user-box button,.prompt-grid button,.sources button{border:0;border-radius:7px;color:#26312f;background:transparent}.auth-tabs button{min-height:38px}.auth-tabs button.active{background:#fff;box-shadow:0 1px 4px #12211f14}.auth-form{display:grid;gap:16px}.auth-form label{display:grid;gap:7px;color:#4e5956;font-size:.92rem}.auth-form input{width:100%;min-height:46px;border:1px solid #d8d8d0;border-radius:8px;padding:0 14px;color:#18211f;background:#fff;outline:none}.auth-form input:focus,.composer textarea:focus{border-color:#147c64;box-shadow:0 0 0 3px #147c6424}.form-error{margin:0;color:#ba2f2f;font-size:.92rem}.primary-button,.send-button{border:0;border-radius:8px;color:#fff;background:#147c64;font-weight:700}.primary-button{min-height:48px}.chat-layout{display:grid;grid-template-columns:280px minmax(0,1fr);height:100vh;background:#fff}.sidebar{display:flex;flex-direction:column;min-height:0;padding:16px;color:#f7f7f4;background:#18211f}.sidebar-top,.brand-inline,.user-box,.chat-header,.composer{display:flex;align-items:center}.sidebar-top,.chat-header{justify-content:space-between}.brand-inline{gap:10px}.icon-button{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;background:#ffffff14;font-size:1.4rem}.new-chat-button{min-height:42px;margin:22px 0 12px;color:#fff;background:#ffffff1a;text-align:left;padding:0 12px}.chat-list{display:grid;gap:6px;min-height:0;overflow:auto}.chat-list button{min-height:38px;padding:0 10px;color:#ffffffd1;text-align:left}.chat-list button span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list button.active,.chat-list button:hover,.new-chat-button:hover{background:#ffffff24}.user-box{gap:10px;justify-content:space-between;margin-top:auto;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}.user-box div{min-width:0}.user-box strong,.user-box span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-box span{color:#ffffff9e;font-size:.82rem}.user-box button{flex:0 0 auto;min-height:34px;color:#fff;background:#ffffff1a}.chat-main{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;height:100vh;background:#fbfbf8}.chat-header{min-height:74px;padding:14px 28px;border-bottom:1px solid #e6e6de}.chat-header h1{margin:0;font-size:1.08rem}.chat-header p{margin:2px 0 0;color:#68736f;font-size:.9rem}.status-dot{border:1px solid #cddbd5;border-radius:999px;padding:4px 10px;color:#147c64;background:#eef8f3;font-size:.84rem}.message-list{min-height:0;overflow-y:auto;padding:34px max(22px,calc((100vw - 1040px)/2))}.empty-state{display:grid;place-items:center;align-content:center;min-height:100%}.empty-state h2{margin:0 0 24px;color:#26312f;font-size:clamp(1.7rem,4vw,2.8rem);text-align:center}.prompt-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(720px,100%)}.prompt-grid button{min-height:68px;padding:14px;border:1px solid #e2e2da;background:#fff;text-align:left}.prompt-grid button:hover{border-color:#b9d4cb;background:#f4fbf8}.message{display:grid;grid-template-columns:36px minmax(0,1fr);gap:14px;width:min(820px,100%);margin:0 auto 26px}.message.user{align-items:start}.avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;color:#fff;background:#147c64;font-size:.82rem;font-weight:800}.message.user .avatar{background:#59605d}.message-body{min-width:0}.message-text{margin:0;white-space:pre-wrap}.markdown-body{overflow-wrap:anywhere;white-space:normal}.markdown-body>:first-child{margin-top:0}.markdown-body>:last-child{margin-bottom:0}.markdown-body p,.markdown-body ul,.markdown-body ol,.markdown-body blockquote,.markdown-body pre,.markdown-body table{margin:0 0 12px}.markdown-body ul,.markdown-body ol{padding-left:1.35rem}.markdown-body li+li{margin-top:4px}.markdown-body a{color:#147c64;text-decoration-thickness:1px;text-underline-offset:3px}.markdown-body code{border-radius:5px;padding:2px 5px;background:#eef1ed;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}.markdown-body pre{overflow-x:auto;border-radius:8px;padding:12px;background:#18211f;color:#f7f7f4}.markdown-body pre code{padding:0;background:transparent;color:inherit}.markdown-body blockquote{border-left:3px solid #b9d4cb;padding-left:12px;color:#4e5956}.markdown-body table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.markdown-body th,.markdown-body td{border:1px solid #deded6;padding:6px 8px;text-align:left}.markdown-body th{background:#efefea}.message.user .message-text{display:inline-block;max-width:100%;border-radius:8px;padding:10px 13px;background:#efefea}.sources{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.sources button{min-height:30px;padding:0 10px;color:#147c64;background:#eef8f3}.composer{gap:10px;width:min(860px,calc(100% - 36px));margin:0 auto 22px;border:1px solid #d8d8d0;border-radius:8px;padding:8px;background:#fff;box-shadow:0 12px 36px #12211f14}.composer textarea{flex:1;max-height:180px;min-height:42px;border:0;padding:9px 8px;resize:none;outline:none;color:#18211f}.send-button{width:38px;height:38px;flex:0 0 38px;font-size:1.2rem}.send-button:disabled{cursor:not-allowed;background:#a9b2ae}@media(max-width:820px){.auth-view,.chat-layout{grid-template-columns:1fr}.brand-panel{min-height:38vh;padding:42px 24px}.auth-panel{padding:32px 22px}.chat-layout{height:auto;min-height:100vh}.sidebar{min-height:auto}.chat-list,.new-chat-button{display:none}.chat-main{height:calc(100vh - 91px)}.chat-header{padding:12px 18px}.message-list{padding:24px 16px}.prompt-grid{grid-template-columns:1fr}}
