@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--background: #F1F1F1;--foreground: #232323;--card: #FFFFFF;--card-foreground: #232323;--primary: #232323;--primary-foreground: #FFFFFF;--secondary: #FFFFFF;--secondary-foreground: #232323;--muted: #F5F5F5;--muted-foreground: #707070;--accent: #F5F5F5;--accent-foreground: #232323;--border: #E5E5E5;--input: #E5E5E5;--ring: #232323;--radius: 1.5rem;--shadow-card: 0 10px 15px -3px rgba(0, 0, 0, .05)}*,:after,:before,::backdrop,::file-selector-button{border-color:var(--border)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,ui-sans-serif,system-ui,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.5;margin:0;overflow-x:hidden}h1{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:3rem;font-weight:700;line-height:1.1;letter-spacing:-.04em}h2{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:2rem;font-weight:600;line-height:1.2;letter-spacing:-.02em}h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;letter-spacing:-.01em}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;max-width:1200px}.bg-background{background-color:var(--background)}.size-\[2rem\]{width:2rem;height:2rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-showcase-scroll{animation:scroll 60s linear infinite}.animate-marquee{animation:marquee 30s linear infinite}@media(max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}}
