:root{--background:#fff;--foreground:#2d2d2d;--text-muted:#4a4a4a;--text-light:#666;--border:#e2e8f0;--primary:#fabc2a;--primary-hover:#ffd93d;--secondary:#2d2d2d;--secondary-light:#1a1a1a}body,html{max-width:100vw;min-height:100vh;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:700}div,h1,h2,h3,h4,h5,h6,p,span{color:var(--foreground)}button,input,select,textarea{font-family:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}