@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{--primary: #0ea5e9;--primary-dark: #0284c7;--bg-deep: #f0f9ff;--bg-card: rgba(255, 255, 255, .8);--text-main: #0f172a;--text-muted: #64748b;--accent: #38bdf8;--error: #ef4444;font-family:Outfit,system-ui,sans-serif;line-height:1.5;font-weight:400;color:var(--text-main);background-color:var(--bg-deep);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;display:flex;place-items:center;justify-content:center;min-width:320px;min-height:100vh;background:radial-gradient(circle at top right,#e0f2fe,#f0f9ff);overflow-x:hidden}#root{width:100%;max-width:1200px;min-height:100vh;display:flex;flex-direction:column}.glass-card{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(14,165,233,.1);border-radius:24px;box-shadow:0 10px 30px -10px #0ea5e91a}input{width:100%;padding:12px 16px;background:#fffc;border:1px solid rgba(14,165,233,.2);border-radius:12px;color:var(--text-main);font-family:inherit;font-size:1rem;transition:all .2s ease}input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0ea5e91a}button{width:100%;padding:14px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;border-radius:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,opacity .2s;font-family:inherit;box-shadow:0 4px 14px #0ea5e963}button:hover{transform:translateY(-2px);opacity:.9}button:active{transform:translateY(0)}.text-gradient{background:linear-gradient(to right,#0ea5e9,#38bdf8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.flex{display:flex}.flex-1{flex:1}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.space-y-2>*+*{margin-top:.5rem}.space-y-6>*+*{margin-top:1.5rem}.inline-flex{display:inline-flex}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.shadow-2xl{box-shadow:0 25px 50px -12px #00000080}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.text-primary{color:var(--primary)}.text-text-muted{color:var(--text-muted)}.bg-primary\/20{background-color:#00d2ff33}.bg-accent{background-color:var(--accent)}.bg-bg-deep{background-color:var(--bg-deep)}.border-primary\/50{border-color:#00d2ff80}.grid{display:grid}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.relative{position:relative}.absolute{position:absolute}.-bottom-2{bottom:-.5rem}.-right-2{right:-.5rem}.h-3{height:.75rem}.h-32{height:8rem}.w-32{width:8rem}.overflow-hidden{overflow:hidden}.h-full{height:100%}.min-h-\[300px\]{min-height:300px}.bg-gradient-to-r{background-image:linear-gradient(to right,#00d2ff,#22d3ee)}
