@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-header{z-index:100;margin-bottom:2rem;position:sticky;top:0;border-top:none!important;border-radius:0 0 16px 16px!important}.header-content{justify-content:space-between;align-items:center;display:flex;padding-top:1rem!important;padding-bottom:1rem!important}.logo-group{flex-direction:column;gap:.1rem;display:flex}.logo{align-items:center;gap:.75rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.logo-tagline{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;opacity:.8;margin-left:2.75rem;font-size:.7rem;font-weight:600}.logo-icon,.accent-text{color:var(--primary)}.header-nav{gap:1.5rem;display:flex}.nav-item{color:var(--text-muted);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover,.nav-item.active{color:var(--text-main);background:#ffffff0d}.nav-item.active{color:var(--primary)}.hero-section{text-align:center;margin-top:1rem;margin-bottom:3rem}.hero-section h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem}.hero-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.processing-overlay{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:3rem;display:flex}.loader{border:4px solid #ff7a001a;border-left-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:var(--error);margin-bottom:2rem;padding:1.5rem;background:#ef44441a!important;border-color:#ef44444d!important}.footer{text-align:center;color:var(--text-muted);margin-top:auto;font-size:.85rem;padding-top:3rem!important;padding-bottom:2rem!important}:root{--primary:#ff7a00;--primary-hover:#e66e00;--bg-dark:#0f172a;--bg-card:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#334155;--glass:#1e293bb3;--accent:#38bdf8;--success:#10b981;--error:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Outfit,sans-serif;font-weight:600}.glass-morphism{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff1a;border-radius:16px}.premium-shadow{box-shadow:0 10px 30px -10px #00000080}.container{max-width:1200px;margin:0 auto;padding:2rem}.gradient-text{background:linear-gradient(135deg, var(--primary), #fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}
