:root{color:#f5f5f5;background:#08090b;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{background:#08090b;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{transition:opacity .15s,transform .15s}button:disabled{opacity:.45;cursor:not-allowed}main{max-width:1100px;min-height:100vh;margin:0 auto;padding:24px}header{justify-content:space-between;align-items:center;padding:8px 0 48px;display:flex}header strong{letter-spacing:-.02em;font-size:18px}header span{letter-spacing:.16em;opacity:.5;font-size:11px}.account{align-items:center;gap:18px;display:flex}.logout{color:#b8bac1;cursor:pointer;background:0 0;border:1px solid #292b31;border-radius:8px;padding:7px 12px}.logout:hover{opacity:.75}section{max-width:760px;margin:12vh auto 0}.auth-section{max-width:520px}.eyebrow{letter-spacing:.18em;opacity:.45;margin:0 0 18px;font-size:11px;font-weight:600}h1{letter-spacing:-.055em;margin:0;font-size:clamp(42px,7vw,72px);line-height:.98}.subtitle{color:#9b9da3;max-width:560px;margin:24px 0 40px;font-size:17px;line-height:1.6}.login{flex-direction:column;gap:12px;display:flex}.login input{color:#f5f5f5;background:#111216;border:1px solid #292b31;border-radius:12px;outline:none;width:100%;height:52px;padding:0 18px}.login input:focus{border-color:#555861}.login button{color:#08090b;cursor:pointer;background:#f5f5f5;border:0;border-radius:12px;height:52px;margin-top:4px}.chat{gap:10px;width:100%;display:flex}.chat input{color:#f5f5f5;background:#111216;border:1px solid #292b31;border-radius:12px;outline:none;flex:1;min-width:0;height:52px;padding:0 18px}.chat input:focus{border-color:#555861}.chat button{color:#08090b;cursor:pointer;background:#f5f5f5;border:0;border-radius:12px;height:52px;padding:0 22px}.error{color:#d88;margin:12px 0 0;font-size:14px}.chat-error{margin-top:16px}.answer{background:#0f1013;border:1px solid #292b31;border-radius:14px;margin-top:32px;padding:22px}.answer-label{color:#8d9098;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:600}.answer-text{color:#e8e8eb;white-space:pre-wrap;font-size:16px;line-height:1.65}.owner-status{color:#60636b;margin-top:24px;font-size:12px}.loading-section{margin-top:18vh}.loading-text{color:#9b9da3}@media (width<=600px){main{padding:18px}header{padding-bottom:32px}section{margin-top:10vh}.chat{flex-direction:column}.chat button{width:100%}.account{gap:10px}}
