@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh;width:100vw}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.spinner{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-message{transition:all .3s ease-in-out}.chat-message:hover{background-color:#3b82f60d}.btn-hover{transition:all .2s ease-in-out}.btn-hover:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.input-focus:focus{ring:2px;ring-color:#3b82f6;border-color:#3b82f6;outline:none}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.progress-bar{transition:width .3s ease-in-out}.document-preview{max-height:calc(100vh - 200px);overflow-y:auto}.document-preview h1,.document-preview h2,.document-preview h3{color:#1f2937;font-weight:600;margin:1rem 0 .5rem}.document-preview p{line-height:1.6;margin:.5rem 0}.document-preview ol,.document-preview ul{margin:.5rem 0;padding-left:1.5rem}.document-preview li{margin:.25rem 0}.excel-table{border-collapse:collapse;margin:1rem 0;width:100%}.excel-table td,.excel-table th{border:1px solid #e5e7eb;padding:.5rem;text-align:left}.excel-table th{background-color:#f3f4f6;font-weight:600}.excel-table tr:nth-child(2n){background-color:#f9fafb}@media (max-width:768px){.sidebar{height:100vh;left:-100%;position:fixed;top:0;transition:left .3s ease-in-out;width:100%;z-index:1000}.sidebar.open{left:0}.main-content{margin-left:0;width:100%}}@media print{.no-print{display:none!important}.document-preview{max-height:none;overflow:visible}}
/*# sourceMappingURL=main.de5c39ab.css.map*/