*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#1f2937;background:#fff;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{line-height:1.3;margin-bottom:.5em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.site-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100}.site-header .container{display:flex;justify-content:space-between;align-items:center}.site-header .logo{font-size:1.5rem;font-weight:700;color:#1f2937}.site-header .logo:hover{text-decoration:none}.site-header .main-nav ul{display:flex;list-style:none;gap:2rem}.site-header .main-nav ul a{color:#1f2937;font-weight:500}.site-header .main-nav ul a:hover,.site-header .main-nav ul a[aria-current=page]{color:#2563eb}.hero{background:#f9fafb;padding:4rem 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto}.page{padding:3rem 0;max-width:800px;margin:0 auto}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.5rem}.page-header .page-description{font-size:1.25rem;color:#6b7280}.page-header .page-meta{font-size:.875rem;color:#6b7280;margin-top:1rem}.page-content h2,.page-content h3,.page-content h4{margin-top:2rem}.page-content ul,.page-content ol{margin-left:1.5rem;margin-bottom:1rem}.page-content img{max-width:100%;height:auto;border-radius:.5rem}.page-content code{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace;background:#f9fafb;padding:.2em .4em;border-radius:.25rem;font-size:.9em}.page-content pre{background:#f9fafb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1rem}.page-content pre code{background:none;padding:0}.grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.card h2,.card h3{margin-top:0}.card p{color:#6b7280}.btn{display:inline-block;background:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:opacity .2s}.btn:hover{opacity:.9;text-decoration:none}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tags .tag{background:#f9fafb;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;color:#1f2937}.tags .tag:hover{background:#e5e7eb;text-decoration:none}.site-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:3rem 0 1rem;margin-top:4rem}.site-footer .footer-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem;margin-bottom:2rem}.site-footer .footer-col h4{margin-bottom:1rem}.site-footer .footer-col ul{list-style:none}.site-footer .footer-col li{margin-bottom:.5rem}.site-footer .footer-col a{color:#6b7280}.site-footer .footer-col a:hover{color:#2563eb}.site-footer .footer-bottom{border-top:1px solid #e5e7eb;padding-top:1rem;text-align:center;font-size:.875rem;color:#6b7280}.error-page{text-align:center;padding:6rem 0}.error-page h1{font-size:8rem;color:#e5e7eb;line-height:1}.error-page h2{margin-bottom:1rem}.error-page p{color:#6b7280;margin-bottom:2rem}@media (max-width: 768px){.site-header .container{flex-direction:column;gap:1rem}.site-header .main-nav ul{gap:1rem}.hero h1{font-size:2rem}h1{font-size:2rem}h2{font-size:1.5rem}}