@tailwind base;@tailwind components;@tailwind utilities;:root{--background: 0 0% 7%;--foreground: 0 0% 95%;--card: 0 0% 10%;--card-foreground: 0 0% 95%;--popover: 0 0% 10%;--popover-foreground: 0 0% 95%;--primary: 0 85% 55%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 15%;--secondary-foreground: 0 0% 95%;--muted: 0 0% 15%;--muted-foreground: 0 0% 60%;--accent: 0 85% 55%;--accent-foreground: 0 0% 100%;--destructive: 0 85% 55%;--destructive-foreground: 0 0% 100%;--border: 0 0% 20%;--input: 0 0% 20%;--ring: 0 85% 55%;--radius: .5rem}*{margin:0;padding:0;box-sizing:border-box}body{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;background-color:hsl(var(--background));color:hsl(var(--foreground))}#root{min-height:100vh}html[data-color-blind-mode=deuteranopia]{filter:url(#deuteranopia-filter)}html[data-color-blind-mode=protanopia]{filter:url(#protanopia-filter)}html[data-color-blind-mode=tritanopia]{filter:url(#tritanopia-filter)}html[data-font-size=large]{font-size:18px}html[data-font-size=extra-large]{font-size:22px}html[data-high-contrast=true]{--background: 0 0% 0%;--foreground: 0 0% 100%;--card: 0 0% 5%;--card-foreground: 0 0% 100%;--primary: 0 100% 60%;--primary-foreground: 0 0% 0%;--border: 0 0% 40%;--input: 0 0% 30%}html[data-reduce-motion=true] *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}@layer utilities{.hover-elevate{position:relative;overflow:visible;transition:background-color var(--transition-speed, .2s) ease}.hover-elevate:hover{background-color:color-mix(in srgb,currentColor 8%,transparent)}.active-elevate-2{transition:background-color var(--transition-speed, .1s) ease}.active-elevate-2:active{background-color:color-mix(in srgb,currentColor 15%,transparent)}.toggle-elevate{transition:background-color var(--transition-speed, .2s) ease}.toggle-elevated{background-color:color-mix(in srgb,currentColor 12%,transparent)}.no-default-hover-elevate:hover,.no-default-active-elevate:active{background-color:inherit}}
