body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}#root,body,html{background:#f3f4f6;font-family:Inter,Arial,sans-serif;height:100%;margin:0}.app{align-items:center;height:100vh;justify-content:center}.app,.chat{display:flex}.chat{background:#fff;border-radius:12px;box-shadow:0 6px 20px #00000014;flex-direction:column;max-width:95%;overflow:hidden;width:720px}.header{border-bottom:1px solid #eee;font-weight:600;padding:16px 20px}.messages{background:linear-gradient(180deg,#fff,#fbfdff);height:80vh;overflow:auto;padding:16px}.msg{display:flex;margin-bottom:12px}.msg.user{justify-content:flex-end}.msg.ai{justify-content:flex-start}.bubble{align-items:flex-start;border-radius:12px;display:inline-flex;gap:8px;max-width:78%;padding:12px 14px}.msg.user .bubble{background:#0b93f6;border-bottom-right-radius:4px;color:#fff}.msg.ai .bubble{background:#f1f5f9;border-bottom-left-radius:4px;color:#0b1223}.content{line-height:1.5;white-space:pre-wrap;word-break:break-word}.composer{border-top:1px solid #eee;display:flex;gap:8px;padding:12px}.input{border:1px solid #e6e9ee;border-radius:8px;flex:1 1;font-size:14px;outline:none;padding:10px 12px}.send{background:#0b93f6;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 14px}.dot{background:#2ecc71;border-radius:50%;display:inline-block;height:9px;margin-right:6px;width:9px}
/*# sourceMappingURL=main.d746eb63.css.map*/