@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-bg:#121212;--color-surface:#1c1c1c;--color-border:#2e2e2e;--color-primary:#3ecf8e;--color-primary-hover:#34b27b;--color-text:#ededed;--color-text-muted:#9ca3af;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:var(--color-bg);color:var(--color-text);font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%}.container{max-width:800px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem}.header h1{letter-spacing:-.05em;background:linear-gradient(to bottom right,#fff,#9ca3af);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.header p{color:var(--color-text-muted);font-size:1.1rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0006}.dropzone{border:2px dashed var(--color-border);text-align:center;cursor:pointer;background:#ffffff05;border-radius:8px;padding:3rem 2rem;transition:all .2s}.dropzone:hover{border-color:var(--color-primary);background:#3ecf8e0d}.dropzone.active{border-color:var(--color-primary);background:#3ecf8e1a}.file-list{max-height:400px;margin-top:2rem;overflow-y:auto}.file-item{border:1px solid var(--color-border);background:#ffffff08;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.file-info{align-items:center;gap:.75rem;display:flex}.file-name{font-size:.9rem;font-weight:500}.file-size{color:var(--color-text-muted);font-size:.8rem}.btn{background:var(--color-primary);color:#000;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.btn:hover:not(:disabled){background:var(--color-primary-hover)}.btn:disabled{opacity:.5;cursor:not-allowed;background:var(--color-text-muted)}.progress-container{background:var(--color-border);border-radius:10px;height:6px;margin-top:1rem;overflow:hidden}.progress-bar{background:var(--color-primary);height:100%;transition:width .3s}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;width:100%;max-width:500px;padding:2rem;animation:.2s ease-out modalScale;position:relative;box-shadow:0 20px 25px -5px #00000080}@keyframes modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-body{color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.modal-close{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .2s;display:flex}.modal-close:hover{color:#fff}.supabase-toast{background:var(--color-surface)!important;color:var(--color-text)!important;border:1px solid var(--color-border)!important;border-radius:8px!important;font-family:Inter,sans-serif!important;font-size:.9rem!important}
