@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;600;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;--bg-color: #030303;--text-primary: #ffffff;--text-secondary: #a1a1aa;--accent-cyan: #22d3ee;--accent-purple: #a855f7;--accent-yellow: #facc15;--accent-green: #22c55e;--accent-red: #f87171;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .1);--glass-blur: blur(12px);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;background-color:var(--bg-color);color:var(--text-primary);min-height:100vh;overflow-x:hidden}#root{width:100%}.app-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;position:relative}.main-container{width:100%;max-width:1280px;padding:0 1rem;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.main-container{padding:0 1.5rem}}.bg-decor{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.blob{position:absolute;border-radius:50%;filter:blur(120px);opacity:.15}.blob-1{top:-10%;left:-10%;width:40vw;height:40vw;background:var(--accent-cyan)}.blob-2{bottom:-10%;right:-10%;width:40vw;height:40vw;background:var(--accent-purple)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.hidden{display:none!important}.visible{display:block!important}@media(min-width:640px){.sm\:flex-row{flex-direction:row!important}.sm\:w-auto{width:auto!important}.sm\:hidden{display:none!important}.sm\:block{display:block!important}.sm\:inline-flex{display:inline-flex!important}.sm\:inline{display:inline!important}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-4{top:1rem}.right-4{right:1rem}.bottom-10{bottom:2.5rem}.z-10{z-index:10}.z-50{z-index:50}.z-9999{z-index:9999}.z-99999{z-index:99999}.h-full{height:100%}.w-screen{width:100vw}.h-screen{height:100vh}.w-dvw{width:100dvw}.h-dvh{height:100dvh}.w-8{width:2rem}.h-8{height:2rem}.w-12{width:3rem}.h-12{height:3rem}.w-14{width:3.5rem}.h-14{height:3.5rem}.w-16{width:4rem}.h-16{height:4rem}.w-20{width:5rem}.h-20{height:5rem}.w-24{width:6rem}.h-24{height:6rem}.max-w-lg{max-width:32rem}.aspect-3-4{aspect-ratio:3/4}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.text-white{color:#fff}.text-accent-cyan{color:var(--accent-cyan)}.text-accent-purple{color:var(--accent-purple)}.text-accent-yellow{color:var(--accent-yellow)}.text-accent-green{color:var(--accent-green)}.text-accent-red{color:var(--accent-red)}.bg-black{background-color:#000}.bg-overlay{background-color:#000000f2}.p-0{padding:0!important}.p-4{padding:1rem}.p-8{padding:2rem}.rounded-full{border-radius:9999px}.border-4{border-width:4px}.border-white{border-color:#fff}.section{width:100%;padding:1rem 0}@media(min-width:768px){.section{padding:2rem 0}}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.text-center{text-align:center}.info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;margin-top:3rem}@media(min-width:768px){.info-grid{grid-template-columns:repeat(3,1fr);margin-top:8rem;gap:2rem}}h1,h2,h3,.heading-font{font-family:Outfit,sans-serif;margin:0}.hero-title{font-size:1.75rem;font-weight:800;line-height:1.1;margin-bottom:.5rem}@media(min-width:768px){.hero-title{font-size:clamp(2.25rem,10vw,4rem);margin-bottom:1.25rem}}.hero-subtitle{font-size:.9375rem;color:var(--text-secondary);max-width:40rem;line-height:1.5;margin:0 auto 1.5rem}@media(min-width:768px){.hero-subtitle{font-size:1.25rem;line-height:1.6;margin:0 auto 2.5rem}}.shimmer-text{background:linear-gradient(90deg,var(--accent-cyan),var(--accent-purple),var(--accent-cyan));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 4s linear infinite}@keyframes shimmer{to{background-position:200% center}}.glass-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:1.5rem;padding:2rem;transition:transform .3s ease,border-color .3s ease}.glass-button{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--glass-border);border-radius:.75rem;padding:.75rem 1.5rem;color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.glass-button:hover{background:#ffffff1a;border-color:var(--accent-cyan);transform:translateY(-1px)}.glass-button.small{padding:.5rem 1rem;font-size:.875rem}.drop-zone{border:2px dashed var(--glass-border);cursor:pointer}.drop-zone.active{border-color:var(--accent-cyan);background:#22d3ee0d;transform:scale(1.02)}.progress-bar-container{width:100%;max-width:16rem;height:.5rem;background:var(--glass-border);border-radius:1rem;overflow:hidden;margin-top:1rem}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent-cyan),var(--accent-purple));transition:width .3s ease}.result-header{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-bottom:1px solid var(--glass-border)}@media(min-width:640px){.result-header{flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem}}.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.85rem;font-weight:500;display:inline-flex;align-items:center;gap:.375rem}.badge-cyan{background:#22d3ee1a;color:var(--accent-cyan);border:1px solid rgba(34,211,238,.2)}.badge-secondary{background:#ffffff0d;color:var(--text-secondary);border:1px solid var(--glass-border)}.text-area{padding:1.25rem;background:#0006;min-height:15rem;max-height:32rem;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8125rem;line-height:1.6;white-space:pre-wrap}@media(min-width:768px){.text-area{padding:2rem;font-size:.875rem;line-height:1.7;min-height:20rem}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.app-header{width:100%;max-width:1280px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.app-header{padding:1.5rem}}.nav-links{display:none;gap:2rem}@media(min-width:768px){.nav-links{display:flex}}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#fff}.app-footer{width:100%;max-width:1280px;padding:3rem 1.5rem;margin-top:4rem;border-top:1px solid var(--glass-border);display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:space-between;color:var(--text-secondary);font-size:.875rem}@media(min-width:768px){.app-footer{flex-direction:row}}.footer-links{display:flex;gap:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:1rem}@media(min-width:768px){.mb-8{margin-bottom:2rem}}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-secondary{color:var(--text-secondary)}.font-bold{font-weight:700}.font-medium{font-weight:500}
