:root{--bg-dark:#020617;--bg-card:#0f172ab3;--accent:#3b82f6;--accent-glow:#3b82f64d;--text-main:#f8fafc;--text-muted:#94a3b8;--border-light:#ffffff14;font-family:Inter,Outfit,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-dark);color:var(--text-main);background-color:#0000;background-image:radial-gradient(circle at 0 0,#1e1b4b 0%,#0000 50%),radial-gradient(circle at 100% 100%,#0f172a 0%,#020617 100%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;height:100dvh;display:flex;overflow:hidden}#root{justify-content:center;align-items:center;width:100%;height:100dvh;padding:1.5rem;display:flex;overflow:hidden}.container{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;height:100%;display:flex}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-light);border-radius:3rem;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;max-height:calc(100dvh - 3rem);padding:3rem 5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px -20px #000c}.mb-4{margin-bottom:.75rem}.mb-6{margin-bottom:1rem}.mb-8{margin-bottom:1.25rem}.mb-10{margin-bottom:1.5rem}.mb-12{margin-bottom:1.75rem}.mb-16{margin-bottom:2rem}.mt-8{margin-top:1.25rem}.mt-10{margin-top:1.5rem}.mt-12{margin-top:1.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.pb-8{border-bottom:1px solid var(--border-light);padding-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-wrap{flex-wrap:wrap}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}h1{letter-spacing:-.04em;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}h2{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}h3{font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:700}.text-gradient{background:linear-gradient(135deg,#60a5fa 0%,#c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%;display:grid}.feature-item{border:1px solid var(--border-light);background:#ffffff08;border-radius:2rem;padding:1.5rem 2rem;transition:all .4s}.feature-item:hover{border-color:var(--accent);background:#ffffff0f;transform:translateY(-10px)}.dropzone{cursor:pointer;background:#ffffff05;border:2px dashed #ffffff1a;border-radius:3rem;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:6rem 2rem;transition:all .4s;display:flex;position:relative}.dropzone:hover{border-color:var(--accent);background:#3b82f60d;box-shadow:0 20px 50px #3b82f61a}.dropzone input[type=file]{opacity:0;cursor:pointer;z-index:10;position:absolute;inset:0}.btn-primary{color:#fff;cursor:pointer;box-shadow:0 20px 40px var(--accent-glow);background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:1.5rem;align-items:center;gap:1rem;padding:1.5rem 3.5rem;font-size:1.25rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.btn-primary:hover{box-shadow:0 30px 60px var(--accent-glow);transform:translateY(-5px)}.icon-box{background:#3b82f61a;border:1px solid #3b82f633;border-radius:2rem;justify-content:center;align-items:center;padding:1.5rem;display:flex;box-shadow:0 10px 30px #0003}@media (width<=1024px){body{height:auto;min-height:100dvh;overflow-y:auto}#root{height:auto;min-height:100dvh;padding:1rem;overflow-y:auto}.container{height:auto;min-height:100%}.glass-card{height:auto;max-height:none;padding:3rem 2rem;overflow-y:visible}.features-grid{grid-template-columns:1fr}h1{font-size:3.5rem}.dropzone{padding:4rem 1.5rem}}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#a855f733;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#a855f766}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.flex-row-reverse{flex-direction:row-reverse}.flex-shrink-0{flex-shrink:0}.grid-cols-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=768px){.grid-cols-2{grid-template-columns:1fr}}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px)}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px)}.rounded-tr-none{border-top-right-radius:0!important}.rounded-tl-none{border-top-left-radius:0!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.98)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
