@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";:root{--bg-gradient:linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--glass-shadow:0 8px 32px 0 #0000004d;--accent-color:#6366f1;--accent-hover:#4f46e5;--text-main:#f8fafc;--text-muted:#94a3b8;--danger:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;font-family:Inter,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.glass-container{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px;padding:2rem}.app-container{flex-direction:column;flex:1;width:100%;max-width:800px;margin:0 auto;padding:2rem 1rem;display:flex}.header{text-align:center;margin-bottom:2rem}.header h1{background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.header p{color:var(--text-muted)}.input-group{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}input[type=text]{border:1px solid var(--glass-border);color:#fff;background:#0003;border-radius:12px;outline:none;padding:1rem 1.5rem;font-size:1rem;transition:border-color .3s}input[type=text]:focus{border-color:var(--accent-color)}.btn{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.btn:active{transform:translateY(0)}.upload-area{border:2px dashed var(--glass-border);text-align:center;cursor:pointer;background:#0000001a;border-radius:16px;margin-bottom:2rem;padding:3rem 2rem;transition:all .3s}.upload-area:hover{border-color:var(--accent-color);background:#6366f10d}.upload-area input[type=file]{display:none}.upload-icon{color:var(--accent-color);margin-bottom:1rem;font-size:3rem}.file-list{flex-direction:column;gap:1rem;display:flex}.file-item{border:1px solid var(--glass-border);background:#ffffff08;border-radius:16px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:all .2s;display:flex}.file-item:hover{background:#ffffff0f;transform:translate(4px)}.file-info{align-items:center;gap:1rem;display:flex}.file-icon{color:#a78bfa;font-size:2rem}.file-name{margin-bottom:.25rem;font-weight:600}.file-meta{color:var(--text-muted);font-size:.8rem}.file-actions{gap:.5rem;display:flex}.btn-icon{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.btn-icon:hover{background:#fff3}.btn-icon.delete:hover{background:var(--danger);color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s forwards fadeIn}
