@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 1.5rem;display:flex;flex-direction:column;align-items:center}.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-8{gap:2rem}.section{width:100%;padding:4rem 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:2rem;width:100%;margin-top:8rem}@media(min-width:768px){.info-grid{grid-template-columns:repeat(3,1fr)}}h1,h2,h3,.heading-font{font-family:Outfit,sans-serif;margin:0}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:40rem;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;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--glass-border)}.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:2rem;background:#0006;min-height:20rem;max-height:32rem;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.7;white-space:pre-wrap}.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:2rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.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:auto;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: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}
