:root{color:#17211d;background:#f4f7f3;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled,textarea:disabled{cursor:not-allowed}.boot-screen,.auth-screen,.app-shell{min-height:100vh}.boot-screen{display:grid;place-items:center;gap:14px;color:#476157}.loader{width:34px;height:34px;border:4px solid #cbded5;border-top-color:#2d7d5a;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-screen{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,440px);gap:28px;align-items:center;padding:32px}.auth-intro,.auth-panel{background:#fff;border:1px solid #dfe8e1;border-radius:8px;box-shadow:0 20px 50px #28413614}.auth-intro{min-height:420px;display:flex;flex-direction:column;justify-content:center;padding:42px}.auth-panel{padding:24px}.eyebrow{margin:0 0 6px;color:#497363;font-size:.82rem;font-weight:700;letter-spacing:0}h1,h2,h3,p{margin-top:0}h1{margin-bottom:18px;font-size:clamp(2rem,5vw,4.25rem);line-height:1.05}h2{margin-bottom:0;font-size:1.2rem;line-height:1.25}h3{margin-bottom:8px;font-size:1.15rem}.intro-text{max-width:640px;color:#4b5f56;font-size:1.1rem}.warning-strip,.care-disclaimer,.inline-error,.form-warning,.form-error,.quota-warning{border-radius:8px}.warning-strip{margin-top:22px;padding:16px;color:#6a2d17;background:#fff0e4;border:1px solid #f0c4a2}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:22px;padding:4px;background:#eff5f1;border-radius:8px}.auth-tabs button,.primary-button,.new-chat-button,.ghost-button,.send-button,.conversation-item{min-height:44px;border:0;border-radius:8px}.auth-tabs button{color:#486157;background:transparent;font-weight:700}.auth-tabs button.active,.primary-button,.new-chat-button,.send-button{color:#fff;background:#226c4d}.form-stack{display:grid;gap:16px}.form-stack label{display:grid;gap:8px;color:#2e4239;font-weight:700}.form-stack input,.composer textarea{width:100%;border:1px solid #cbd8d0;border-radius:8px;color:#17211d;background:#fff;outline:none}.form-stack input{height:48px;padding:0 14px}.form-stack input:focus,.composer textarea:focus{border-color:#2d7d5a;box-shadow:0 0 0 3px #2d7d5a29}.primary-button{width:100%;margin-top:4px;padding:0 18px;font-weight:800}.form-error,.inline-error{padding:12px 14px;color:#8a1f19;background:#ffe8e5;border:1px solid #f2aaa3}.form-warning{padding:12px 14px;color:#674b16;background:#fff4cf;border:1px solid #edd38a}.app-shell{display:grid;grid-template-columns:300px minmax(0,1fr);background:#eef3ee}.sidebar{min-height:100vh;padding:18px;background:#fbfdfb;border-right:1px solid #d9e4dc}.brand-block h1{margin-bottom:18px;font-size:1.55rem}.new-chat-button{width:100%;margin-bottom:16px;font-weight:800}.conversation-list{display:grid;gap:8px}.conversation-item{display:grid;width:100%;padding:10px 12px;color:#273b32;text-align:left;background:transparent;border:1px solid transparent}.conversation-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.conversation-item time{color:#6d7e75;font-size:.8rem}.conversation-item:hover,.conversation-item.active{background:#edf6f0;border-color:#c7ddd0}.muted{color:#6b7c73}.chat-panel{display:grid;grid-template-rows:auto auto auto 1fr auto;height:100vh;min-width:0}.chat-header{display:flex;gap:18px;align-items:center;justify-content:space-between;min-height:82px;padding:16px 22px;background:#fff;border-bottom:1px solid #d9e4dc}.account-cluster{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}.quota-pill,.user-pill,.ghost-button{min-height:36px;padding:7px 10px;border-radius:8px}.quota-pill{color:#204936;background:#e5f3eb;border:1px solid #bbdac8}.quota-empty{color:#8a1f19;background:#ffe8e5;border-color:#f2aaa3}.user-pill{color:#41574e;background:#f2f5f3}.ghost-button{color:#385449;background:#fff;border:1px solid #cbd8d0}.care-disclaimer{margin:14px 22px 0;padding:12px 14px;color:#40594e;background:#fffdf6;border:1px solid #eadcae}.safety-banner{margin:12px 22px 0;padding:14px 16px;border-radius:8px}.safety-banner p{margin-bottom:0}.safety-banner.urgent{color:#63440a;background:#fff3cf;border:1px solid #ebcd78}.safety-banner.emergency{color:#7f1717;background:#ffe3df;border:2px solid #dc4b40}.inline-error{margin:12px 22px 0}.messages{display:flex;flex-direction:column;gap:14px;min-height:0;overflow-y:auto;padding:18px 22px 24px}.empty-chat{max-width:680px;margin:auto;padding:22px;color:#40594e;text-align:center;background:#fff;border:1px solid #dce7df;border-radius:8px}.message{width:min(760px,88%);padding:14px 16px;border-radius:8px;border:1px solid #dce7df;background:#fff}.message.user{align-self:flex-end;color:#fff;background:#286b50;border-color:#286b50}.message.assistant{align-self:flex-start}.message.safety-urgent{border-color:#ddb94f;background:#fff8df}.message.safety-emergency{border-color:#dc4b40;background:#fff0ee}.message-meta{display:flex;gap:8px;align-items:center;justify-content:space-between;margin-bottom:8px;color:inherit;font-size:.82rem;font-weight:800}.message p{margin-bottom:0;white-space:pre-wrap}.composer{display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:10px;align-items:end;padding:14px 22px 18px;background:#fff;border-top:1px solid #d9e4dc}.composer textarea{min-height:64px;max-height:180px;padding:12px 14px;resize:vertical}.send-button{height:64px;font-weight:800}.send-button:disabled,.primary-button:disabled{opacity:.62}.quota-warning{grid-column:1 / -1;margin:0;padding:10px 12px;color:#8a1f19;background:#ffe8e5;border:1px solid #f2aaa3}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:860px){.auth-screen{grid-template-columns:1fr;padding:18px}.auth-intro{min-height:auto;padding:28px}.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto;border-right:0;border-bottom:1px solid #d9e4dc}.brand-block{display:none}.conversation-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.conversation-item{min-width:180px}.chat-panel{height:calc(100vh - 128px)}.chat-header{align-items:flex-start;flex-direction:column}.account-cluster{justify-content:flex-start}.message{width:min(100%,760px)}}@media(max-width:560px){:root{font-size:16px}.auth-screen{padding:12px}.auth-intro,.auth-panel{padding:20px}h1{font-size:2rem}.chat-header,.messages,.composer,.sidebar{padding-left:14px;padding-right:14px}.care-disclaimer,.safety-banner,.inline-error{margin-left:14px;margin-right:14px}.composer{grid-template-columns:1fr}.send-button{height:48px}}
