@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Roboto,Helvetica,Arial,sans-serif;background-color:#f8fafc;color:#1e293b;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c8a96f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#b8954f}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.file-upload-zone{border:2px dashed #C8A96F;border-radius:12px;background-color:#fefce8;transition:all .3s ease}.file-upload-zone:hover{border-color:#b8954f;background-color:#fef3c7}.file-upload-zone.dragover{border-color:#1b365d;background-color:#ebf4ff}
