:root{font-family:Inter,ui-sans-serif,system-ui;color:#f8f7fb;background:#100e17}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#312044,#100e17 55%);display:grid;place-items:center}main{width:min(760px,100%);height:min(860px,100vh);display:grid;grid-template-rows:auto 1fr auto auto auto;gap:14px;padding:22px}header{display:flex;align-items:center;gap:12px}.avatar{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff7bbd,#7157ff);font-weight:800;font-size:24px}h1,p{margin:0}.online{display:inline-block;width:9px;height:9px;background:#4de39a;border-radius:50%}#messages{overflow:auto;padding:10px 0;display:flex;flex-direction:column;gap:10px}.bubble{max-width:78%;padding:12px 15px;border-radius:18px;line-height:1.45;white-space:pre-wrap}.assistant{background:#272231;border-bottom-left-radius:5px}.user{background:#6d4aff;align-self:flex-end;border-bottom-right-radius:5px}.pending{opacity:.62}form{display:flex;gap:10px}textarea{flex:1;resize:none;min-height:52px;max-height:130px;border:1px solid #4a4058;border-radius:16px;background:#211c29;color:white;padding:14px;font:inherit}button{border:0;border-radius:14px;padding:12px 18px;background:#865fff;color:white;font:inherit;font-weight:650;cursor:pointer}.calls{display:grid;grid-template-columns:1fr 1fr;gap:10px}.calls button{background:#272231;border:1px solid #4a4058}small,#notice{color:#bdb5c9}@media(max-width:560px){main{padding:14px}.bubble{max-width:90%}form button{padding:10px 14px}}
