:root{--brand-teal:#4da6a9;--brand-teal-light:#4da6a91a;--brand-teal-border:#4da6a94d;--brand-dark:#0f172a;--brand-slate:#1e293b;--text-slate:#94a3b8;--glass-bg:#0f172abf;--sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--heading:"Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body,html{font-family:var(--sans);color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#020617;height:100%;margin:0;padding:0}#root{flex-direction:column;min-height:100vh;display:flex}.glass-card{-webkit-backdrop-filter:blur(16px);box-sizing:border-box;background:#1e293ba6;border:1px solid #ffffff14;border-radius:24px;padding:40px 30px;box-shadow:0 20px 40px #0006}.fade-in{animation:.4s ease-out forwards fadeIn}.spin{animation:1s linear infinite spin}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.app-container{flex-direction:column;min-height:100vh;display:flex;position:relative}.content-area{box-sizing:border-box;flex-direction:column;flex:1;padding-top:60px;display:flex}
