:root{--primary-blue:#2563eb;--text-dark:#1f2937;--text-gray:#6b7280;--bg-white:#fff;--bg-gray:#f9fafb;--border-gray:#e5e7eb}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}ol,ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.App{min-height:100vh}h1{font-size:48px}h1,h2{font-weight:700;line-height:1.2}h2{font-size:36px;margin-bottom:2rem}h3{font-size:24px;font-weight:600;line-height:1.3}p{font-size:16px;line-height:1.6}@media (max-width:768px){h1{font-size:36px}h2{font-size:28px}h3{font-size:20px}}