:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#5f4ae8;text-decoration:inherit}a:hover{color:#4a38c8}button{border:none;cursor:pointer;font-family:inherit}button:focus-visible{outline:2px solid #5f4ae8;outline-offset:2px}#root{width:100%;height:100vh;margin:0;padding:0;text-align:left}@property --k{syntax: "<number>"; initial-value: 0; inherits: false}svg[height="0"]{position:absolute}@keyframes k{to{--k: 1 }}.bottom-right-div{--k: 0;position:fixed;right:12px;bottom:8px;animation:k 4s linear infinite;z-index:10}.bottom-left-div{--k: 0;position:fixed;left:12px;bottom:8px;animation:k 4s linear infinite;z-index:10;cursor:pointer}.chart-filter{background:#0000000f;border:none;color:#333;padding:4px 10px;border-radius:20px;font-size:.75rem;cursor:pointer;transition:background .2s ease}.chart-filter:hover{background:#0000001f;color:#555}.input-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;box-shadow:0 2px 16px #00000014;transition:border-color .2s,box-shadow .2s}.input-card:focus-within{border-color:#c4b9f7;box-shadow:0 4px 24px #5f4ae81f}.input-card.dark{background:#2a2a2a;border-color:#3a3a3a;box-shadow:0 2px 16px #0000004d}.input-card.dark:focus-within{border-color:#5f4ae8}.suggestion-chip{background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;padding:8px 16px;font-size:.875rem;color:#374151;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.suggestion-chip:hover{background:#f5f3ff;border-color:#c4b9f7;color:#5f4ae8}.suggestion-chip.dark{background:#2a2a2a;border-color:#3a3a3a;color:#d1d5db}.suggestion-chip.dark:hover{background:#3a3060;border-color:#5f4ae8;color:#c4b5fd}.chat-textarea{resize:none;overflow:hidden;min-height:24px;max-height:200px;overflow-y:auto;line-height:1.5;background:transparent;border:none;outline:none;width:100%;font-family:inherit;font-size:.9375rem}.send-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,opacity .15s}.send-btn.active{background:#5f4ae8;color:#fff}.send-btn.inactive{background:#e5e7eb;color:#6b7280;cursor:not-allowed}.mic-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.theme-toggle{background:none;border:none;padding:8px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.theme-toggle:hover{background:#0000000f}.theme-toggle.dark:hover{background:#ffffff14}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;padding:20px;border-radius:8px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;animation:slideIn .3s ease-out;color:#000}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;cursor:pointer}
