@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 199 89% 48%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 199 89% 48%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--color-domo-blue: #0ea5e9;--color-domo-dark: #1e293b}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 199 89% 48%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 199 89% 48%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}@layer utilities{.bg-domo-blue{background-color:var(--color-domo-blue)}.text-domo-blue{color:var(--color-domo-blue)}.bg-domo-dark{background-color:var(--color-domo-dark)}.text-domo-dark{color:var(--color-domo-dark)}.animate-bounce-slow{animation:bounce 3s infinite}}@keyframes hp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes hp-float-sm{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes hp-pop-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes hp-grow-up{0%{transform:scaleY(.04)}to{transform:scaleY(1)}}@keyframes hp-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes hp-pulse-ring{0%{box-shadow:0 0 #54b5d573}70%{box-shadow:0 0 0 14px #54b5d500}to{box-shadow:0 0 #54b5d500}}@keyframes hp-spin-slow{to{transform:rotate(360deg)}}@keyframes hp-drift{0%{transform:translate(0)}50%{transform:translate(18px,-14px)}to{transform:translate(0)}}.animate-float{animation:hp-float 6s ease-in-out infinite}.animate-float-delayed{animation:hp-float 6.5s ease-in-out infinite;animation-delay:-3s}.animate-float-sm{animation:hp-float-sm 4.5s ease-in-out infinite}.animate-pop-in{animation:hp-pop-in .5s cubic-bezier(.22,1,.36,1) both}.animate-grow-up{transform-origin:bottom;animation:hp-grow-up .9s cubic-bezier(.22,1,.36,1) both}.animate-spin-slow{animation:hp-spin-slow 16s linear infinite}.animate-drift{animation:hp-drift 18s ease-in-out infinite}.animate-pulse-ring{animation:hp-pulse-ring 2.6s ease-out infinite}.hp-shimmer-num{background:linear-gradient(90deg,#3f9fc0,#54b5d5,#8fd3e8,#54b5d5,#3f9fc0);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:hp-shimmer 4s linear infinite}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.in{opacity:1;transform:none}.reveal-d1{transition-delay:.08s}.reveal-d2{transition-delay:.16s}.reveal-d3{transition-delay:.24s}.reveal-d4{transition-delay:.32s}@media(prefers-reduced-motion:reduce){.animate-float,.animate-float-delayed,.animate-float-sm,.animate-pop-in,.animate-grow-up,.animate-spin-slow,.animate-drift,.animate-pulse-ring,.hp-shimmer-num,.animate-bounce-slow{animation:none!important}.reveal{opacity:1!important;transform:none!important;transition:none!important}}@layer utilities{.no-spinner::-webkit-inner-spin-button,.no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinner{-moz-appearance:textfield}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
