*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1a1a1a;color:#fff}#__next{height:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.image-preview{max-width:100%;max-height:200px;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:transform .2s ease}.image-preview:hover{transform:scale(1.05)}.table-thumbnail{width:80px;height:80px;object-fit:cover;border-radius:6px;cursor:pointer;transition:all .2s ease}.table-thumbnail:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.4)}@media (max-width:768px){.table-thumbnail{width:60px;height:60px}.image-preview{max-height:150px}}.custom-button{transition:all .2s ease}.custom-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.custom-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2)}.file-drop-zone{border:2px dashed hsla(0,0%,100%,.3);border-radius:8px;transition:all .3s ease}.file-drop-zone.drag-over,.file-drop-zone:hover{border-color:#7c4dff;background:rgba(124,77,255,.1)}