html,body,#root{width:100%;height:100%;margin:0}*{box-sizing:border-box}:root{color:#172033;background:#f6f8fc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-width:320px;min-height:100vh;margin:0}button,textarea{font:inherit}button{cursor:pointer}.app{background:#f7f9fc;height:100vh;display:flex;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #e5e9f0;flex-direction:column;flex-shrink:0;width:270px;padding:22px 16px;display:flex}.brand{align-items:center;gap:12px;padding:4px 8px 24px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#00d4ff,#0064ff,#a540ff);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:800;display:grid;box-shadow:0 8px 20px #0064ff33}.brand-name{letter-spacing:-.2px;font-size:17px;font-weight:750}.brand-tagline{color:#7a8496;margin-top:3px;font-size:11px}.new-chat{color:#fff;background:linear-gradient(135deg,#0064ff,#4d5cff);border:0;border-radius:10px;width:100%;padding:12px 14px;font-weight:650;box-shadow:0 6px 16px #0064ff2e}.new-chat:hover{transform:translateY(-1px)}.sidebar-section{margin-top:28px}.sidebar-title{color:#9aa3b2;text-transform:uppercase;letter-spacing:.7px;padding:0 10px 9px;font-size:11px;font-weight:700}.sidebar-item{color:#5e687a;border-radius:9px;margin:3px 0;padding:10px 12px;font-size:14px}.sidebar-item:hover{color:#172033;background:#f3f6fb}.sidebar-item.active{color:#075cff;background:#eef4ff;font-weight:650}.sidebar-footer{color:#a0a8b7;margin-top:auto;padding:12px 10px;font-size:11px}.chat-area{flex-direction:column;flex:1;min-width:0;display:flex}.chat-header{background:#fffffff5;border-bottom:1px solid #e5e9f0;flex-shrink:0;justify-content:space-between;align-items:center;height:76px;padding:0 34px;display:flex}.chat-header h1{letter-spacing:-.3px;margin:0;font-size:18px}.chat-header p{color:#8993a4;margin:4px 0 0;font-size:12px}.status{color:#536071;align-items:center;gap:7px;font-size:12px;font-weight:600;display:flex}.status-dot{background:#18b979;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e8faf2}.messages{flex:1;padding:34px 8%;overflow-y:auto}.welcome{text-align:center;max-width:680px;margin:11vh auto 0}.welcome-icon{color:#fff;background:linear-gradient(135deg,#00d4ff,#0064ff,#a540ff);border-radius:16px;place-items:center;width:54px;height:54px;margin:0 auto 18px;font-size:25px;display:grid;box-shadow:0 12px 30px #0064ff33}.welcome h2{color:#172033;letter-spacing:-.7px;margin:0;font-size:28px}.welcome p{color:#7e899a;margin:10px 0 26px;font-size:14px}.suggestions{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.suggestions button{text-align:left;color:#566173;background:#fff;border:1px solid #e2e7ef;border-radius:11px;padding:13px 15px}.suggestions button:hover{background:#f9fbff;border-color:#b9c9ee}.message-row{gap:12px;max-width:850px;margin:0 auto 22px;display:flex}.message-row.user{flex-direction:row-reverse}.message-avatar{color:#526074;background:#e9edf4;border-radius:9px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:10px;font-weight:750;display:grid}.message-row.assistant .message-avatar{color:#fff;background:linear-gradient(135deg,#0064ff,#7a40ff)}.message-content{color:#263144;white-space:pre-wrap;background:#fff;border:1px solid #e3e7ee;border-radius:13px;max-width:75%;padding:11px 14px;font-size:14px;line-height:1.55}.message-row.user .message-content{color:#fff;background:#1264f5;border-color:#1264f5}.typing{color:#7a8494}.composer-wrapper{background:linear-gradient(#f7f9fc00,#f7f9fc 20%);flex-shrink:0;padding:14px 8% 20px}.composer{background:#fff;border:1px solid #dce2eb;border-radius:15px;align-items:flex-end;gap:8px;max-width:850px;margin:0 auto;padding:8px;display:flex;box-shadow:0 8px 30px #2034550f}.composer textarea{resize:none;color:#172033;background:0 0;border:0;outline:0;flex:1;min-height:42px;max-height:150px;padding:11px 12px;line-height:1.4}.composer textarea::placeholder{color:#a1a9b6}.send-button{color:#fff;background:#1264f5;border:0;border-radius:10px;flex-shrink:0;width:40px;height:40px;font-size:20px;font-weight:700}.send-button:disabled{cursor:not-allowed;opacity:.45}.composer-note{text-align:center;color:#a0a8b6;max-width:850px;margin:8px auto 0;font-size:10px}@media (width<=760px){.sidebar{display:none}.chat-header{padding:0 18px}.messages{padding:24px 16px}.composer-wrapper{padding:10px 16px 16px}.welcome{margin-top:8vh}.welcome h2{font-size:23px}.suggestions{grid-template-columns:1fr}.message-content{max-width:82%}}
