:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#e7ebff;background:#090b12}*{box-sizing:border-box}body,html,#root{margin:0;min-height:100vh}.login-shell{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top right,#282f52,#090b12 55%)}.card{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:2rem;width:420px}.button{display:inline-block;margin-top:1rem;background:linear-gradient(90deg,#7f8bff,#43c1ff);color:#060915;text-decoration:none;font-weight:700;border-radius:10px;padding:.75rem 1rem}.app-shell{display:grid;grid-template-columns:300px 1fr;min-height:100vh}.sidebar{border-right:1px solid rgba(255,255,255,.1);background:#0f1324;padding:1rem}.sidebar-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.sidebar button{border:1px solid rgba(255,255,255,.2);background:transparent;color:#e7ebff;border-radius:8px;padding:.4rem .7rem}.new-chat{width:100%;margin-top:1rem}.chat-list{margin-top:1rem;display:grid;gap:.5rem}.chat{width:100%;text-align:left;padding:.7rem}.chat.active{background:#7f8bff33}.chat-pane{display:grid;grid-template-rows:1fr auto}.messages{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;overflow:auto}.bubble{border-radius:14px;padding:.85rem 1rem;max-width:900px;line-height:1.45}.bubble.user{margin-left:auto;background:linear-gradient(140deg,#2f3565,#2b6a89)}.bubble.assistant{margin-right:auto;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.entities{margin-top:.6rem;display:flex;gap:.4rem;flex-wrap:wrap}.entities span{border:1px solid rgba(67,193,255,.45);background:#43c1ff1f;border-radius:999px;font-size:.75rem;padding:.15rem .5rem}.quotes blockquote{margin:.4rem 0 0;border-left:3px solid #7f8bff;padding-left:.6rem;opacity:.9}.composer{border-top:1px solid rgba(255,255,255,.1);padding:1rem;display:grid;grid-template-columns:1fr auto;gap:.7rem}textarea{width:100%;resize:vertical;min-height:70px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#0f1324;color:#eef2ff;padding:.7rem}.composer button{border:none;border-radius:10px;font-weight:700;color:#060915;padding:0 1rem;background:linear-gradient(90deg,#7f8bff,#43c1ff)}
