@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--secondary-600: #4f46e5;--secondary-700: #4338ca;--neutral-50: #f9fafb;--neutral-100: #f3f4f6;--neutral-500: #6b7280;--neutral-600: #4b5563;--neutral-800: #1f2937;--white: #ffffff;--success-600: #059669}@layer base{html{background:linear-gradient(to bottom right,#f472b6,#fb923c,#f472b6);min-height:100vh}*{transition:background-color var(--color-transition-speed) ease,border-color var(--color-transition-speed) ease,color var(--color-transition-speed) ease}body{background-color:transparent;color:rgb(var(--color-text));transition:background-color var(--color-transition-speed) ease;margin:0;padding:0;min-height:100vh}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;color:rgb(var(--color-text));margin:0;padding:0}p{margin:0;padding:0;line-height:1.6;color:rgb(var(--color-text))}::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-track{background-color:rgb(var(--color-surface))}::-webkit-scrollbar-thumb{background-color:rgba(var(--color-muted),.3);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--color-muted),.5)}.bg-primary{background-color:rgb(var(--color-primary))}.text-primary{color:rgb(var(--color-primary))}}#root{min-height:100vh;display:flex;flex-direction:column}a{font-weight:500;color:rgb(var(--color-primary));text-decoration:inherit}a:hover{opacity:.8}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:rgba(var(--color-muted),.1);cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:rgb(var(--color-primary))}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.App{min-height:100vh;display:flex;flex-direction:column;background-color:rgb(var(--color-background))}.main-content{padding:2rem;width:100%;max-width:1200px;margin:0 auto}.hero-section{background:linear-gradient(to right,var(--primary-700),var(--secondary-700));color:var(--white)}.hero-description{color:var(--primary-100)}.btn-primary{background-color:var(--white);color:var(--primary-700);padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:background-color .3s}.btn-primary:hover{background-color:var(--primary-50)}.btn-secondary{background-color:transparent;border:2px solid var(--white);color:var(--white);padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:background-color .3s}.btn-secondary:hover{background-color:#ffffff1a}.primary-icon{color:var(--primary-600)}@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-blob{animation:blob 7s infinite}.animate-fade-in-down{animation:fadeInDown .8s ease-out}.animate-fade-in-up{animation:fadeInUp .8s ease-out}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}#root{width:100%;margin:0;padding:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
