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;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;color:#111827;font-family:Inter,sans-serif}.app,.landing{min-height:100vh}.landing{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px}.landing h1{font-size:3rem;font-weight:700;margin-bottom:15px}.landing p{color:#6b7280;margin-bottom:40px;text-align:center}.prompt-box{background:#fff;border:1px solid #e5e7eb;border-radius:40px;box-shadow:0 4px 12px #00000014;display:flex;max-width:850px;padding:10px 12px;width:100%}.prompt-box input{border:none;flex:1 1;font-size:16px;outline:none;padding:10px}.bottom-input button,.prompt-box button{background:#000;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;height:45px;transition:all .2s ease;width:45px}.bottom-input button:hover,.prompt-box button:hover{transform:scale(1.08)}.bottom-input button:active,.prompt-box button:active{transform:scale(.95)}.suggestions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px}.suggestions button{background:#fff;border:1px solid #e5e7eb;border-radius:20px;cursor:pointer;padding:12px 18px;transition:.2s}.suggestions button:hover{background:#000;border-color:#000;color:#fff}.chat-page{display:flex;flex-direction:column;min-height:100vh}.chat-container{flex:1 1;margin:auto;max-width:900px;padding:40px 20px 120px;width:100%}.message{display:flex;margin-bottom:28px}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.bubble{border-radius:20px;line-height:1.7;max-width:75%;overflow-wrap:break-word;padding:18px 22px;white-space:pre-wrap}.user .bubble{background:#111827;box-shadow:0 6px 18px #0000001f;color:#fff}.assistant .bubble{background:#fff;border:2px solid #111827;box-shadow:0 6px 18px #00000014;color:#111827;transition:.2s}.assistant .bubble:hover{box-shadow:0 10px 24px #0000001f}.sources{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:14px}.sources strong{color:#666;display:block;font-size:13px;margin-bottom:10px}.sources div{background:#f3f4f6;border:1px solid #d1d5db;border-radius:999px;color:#374151;display:inline-block;font-size:12px;margin:4px 8px 4px 0;padding:6px 10px}.loading{animation:pulse 1.2s infinite;color:#666;font-style:italic}@keyframes pulse{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.bottom-input{background:#fff;border:1px solid #e5e7eb;border-radius:40px;bottom:20px;box-shadow:0 8px 24px #0000001a;display:flex;left:50%;max-width:900px;padding:10px;position:fixed;transform:translateX(-50%);width:90%}.bottom-input input{border:none;flex:1 1;font-size:16px;outline:none;padding:10px}.footer-note{color:#777;font-size:12px;margin-top:20px;padding:12px;text-align:center}button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.landing h1{font-size:2rem;text-align:center}.landing p{font-size:15px}.bubble{max-width:92%;padding:16px}.bottom-input{bottom:12px;width:95%}.suggestions{gap:8px}.suggestions button{font-size:14px;padding:10px 14px}}.follow-ups{border-top:1px solid #eee;margin-top:12px;padding-top:8px}.follow-ups p{color:#888;font-size:12px;margin-bottom:6px}.follow-up-btn{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;color:#333;cursor:pointer;display:block;font-size:13px;margin-bottom:4px;padding:6px 10px;text-align:left;width:100%}.follow-up-btn:hover{background:#e8e8e8}
/*# sourceMappingURL=main.30f49e92.css.map*/