:root{--bg-color: #0a0a0a;--card-bg: #121212;--text-primary: #ffffff;--text-secondary: #a1a1aa;--accent-color: #f7931a;--success-color: #10b981;--danger-color: #ef4444;--border-color: #27272a;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-color)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-color)}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.grid-2-col{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.grid-2-col{grid-template-columns:1.5fr 1fr}}.flex-center{display:flex;align-items:center;justify-content:center}.text-gradient{background:linear-gradient(to right,#f7931a,#ffbd59);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.news-item:hover{background-color:#ffffff08}#root{max-width:1280px;margin:0 auto;padding:2rem;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}
