*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Inter,system-ui,sans-serif;background:#071018;color:#eaf2f8}button,input,select,textarea{font:inherit}button{cursor:pointer}.auth{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0,#153247,#071018 48%)}.card{width:min(430px,100%);padding:32px;border:1px solid #223744;border-radius:20px;background:#0d1820;box-shadow:0 25px 80px #0008}.brand{font-size:28px;font-weight:800}.brand span{font-weight:500}.muted{color:#8fa3af;font-size:13px}.card input{width:100%;margin-top:12px;padding:13px;border:1px solid #2b414e;border-radius:10px;background:#08131b;color:white}.card button{width:100%;margin-top:14px;padding:13px;border:0;border-radius:10px;background:#eaf2f8;color:#081018;font-weight:700}.card .link{background:transparent;color:#9fc7df}.app{display:grid;grid-template-columns:270px 1fr;min-height:100vh}aside{padding:18px;border-right:1px solid #1c2d37;background:#09131a;display:flex;flex-direction:column;gap:9px}aside button{background:#0e202a;color:#d8e8f0;border:1px solid #213844;padding:10px;border-radius:9px;text-align:left}.side-title{font-size:12px;color:#6f8794;margin-top:14px}.conv{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spacer{flex:1 1}.chat{display:flex;flex-direction:column;min-width:0;position:relative}header{height:72px;border-bottom:1px solid #1c2d37;padding:12px 22px;display:flex;justify-content:space-between;align-items:center}header select{background:#0d1c24;color:white;border:1px solid #263e4b;padding:8px;border-radius:9px}.messages{flex:1 1;width:min(900px,100%);margin:auto;padding:35px 24px 120px}.welcome{text-align:center;margin-top:18vh;color:#93a9b5}.welcome h1{color:#edf5f8}.msg{padding:18px 20px;border-radius:14px;margin:12px 0;line-height:1.6;white-space:pre-wrap}.msg.user{background:#10232e;margin-left:12%}.msg.assistant{background:#0b171e;margin-right:12%}.msg b{display:block;font-size:12px;margin-bottom:6px;color:#9fc7df}.composer{position:fixed;bottom:20px;left:calc(270px + 50%);transform:translateX(-50%);width:min(850px,calc(100% - 320px));display:flex;gap:10px;padding:10px;border:1px solid #29404d;background:#0b171e;border-radius:16px;box-shadow:0 20px 60px #0008}.composer textarea{flex:1 1;min-height:50px;resize:vertical;border:0;outline:0;background:transparent;color:white;padding:8px}.composer button{width:90px;border:0;border-radius:10px;background:#eaf2f8;color:#081018;font-weight:700}.modal{position:fixed;inset:0;background:#0009;display:grid;place-items:center;padding:20px}@media(max-width:800px){.app{grid-template-columns:1fr}aside{display:none}.composer{left:50%;width:calc(100% - 24px)}.msg.assistant,.msg.user{margin:0}}