@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: #FAFAFA;--foreground: #141414;--card: #FFFFFF;--card-foreground: #141414;--popover: #FFFFFF;--popover-foreground: #141414;--primary: #3B82F6;--primary-foreground: #FFFFFF;--secondary: #F4F4F5;--secondary-foreground: #141414;--muted: #F4F4F5;--muted-foreground: #A3A3A3;--accent: #3B82F6;--accent-foreground: #FFFFFF;--destructive: #EF4444;--destructive-foreground: #FFFFFF;--border: #E5E5E5;--input: #E5E5E5;--ring: #3B82F6;--radius: .5rem}body{@apply text-foreground;font-family:Inter,sans-serif;position:relative;min-height:100vh;background:linear-gradient(to bottom,#3b5998,#5b7cc5,#7a9fe8,#4a6fb8,#2d4a8c);background-attachment:fixed}.font-geist{font-family:Geist,sans-serif}#root{position:relative;z-index:1}}@layer utilities{.tech-background{position:relative;isolation:isolate}.tech-background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(ellipse at top left,rgba(250,249,255,.8) 0%,transparent 50%),radial-gradient(ellipse at top right,rgba(79,157,255,.1) 0%,transparent 60%),radial-gradient(ellipse at bottom left,rgba(255,128,191,.08) 0%,transparent 55%),radial-gradient(ellipse at bottom right,rgba(255,184,107,.06) 0%,transparent 50%);filter:blur(60px);opacity:.6}}@keyframes letterSlideIn{0%{transform:translateY(-100%);opacity:0}50%{opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shiny-cta{position:relative;overflow:hidden;border-radius:9999px;padding:1.25rem 2.5rem;font-size:1.125rem;line-height:1.2;font-weight:500;color:#fff;background:linear-gradient(#000,#000) padding-box,conic-gradient(from var(--gradient-angle, 0deg),transparent 0%,#1d4ed8 5%,#3b82f6 15%,#1d4ed8 30%,transparent 40%,transparent 100%) border-box;border:2px solid transparent;box-shadow:inset 0 0 0 1px #1a1818;outline:none;transition:box-shadow .3s;cursor:pointer;isolation:isolate;outline-offset:4px;font-family:Inter,Helvetica Neue,sans-serif;z-index:0;animation:border-spin 2.5s linear infinite}@keyframes border-spin{to{--gradient-angle: 360deg}}.shiny-cta:active{transform:translateY(1px)}
