*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1e3a5f;--primary-dark:#0f1f35;--accent:#3b82f6;--accent-hover:#2563eb;--text:#111827;--text-muted:#6b7280;--bg:#fff;--bg-subtle:#f8fafc;--border:#e2e8f0;--font:system-ui, -apple-system, sans-serif;--font-mono:"Fira Code", "Cascadia Code", "Courier New", monospace;--max-width:1100px;--radius:6px;--shadow:0 1px 3px #0000001f, 0 1px 2px #00000014}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--text);background:var(--bg);flex-direction:column;min-height:100vh;line-height:1.65;display:flex}h1,h2,h3,h4,h5,h6{color:var(--primary);margin-bottom:.5em;font-weight:700;line-height:1.25}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.35rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.25rem}header{background:var(--primary-dark);color:#fff;z-index:100;box-shadow:var(--shadow);position:sticky;top:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:2rem;min-height:120px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.brand img{width:auto;max-width:100%;height:108px;display:block}nav{gap:.25rem;display:flex}nav a{color:#ffffffd1;border-radius:var(--radius);padding:.4rem .8rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}nav a:hover,nav a[aria-current=page]{color:#fff;background:#ffffff1f;text-decoration:none}main{flex:1}.hero{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);color:#fff;text-align:center;padding:5rem 1.5rem}.hero h1{color:#fff;margin-bottom:1rem;font-size:2.75rem}.hero p{opacity:.85;max-width:640px;margin:0 auto 2rem;font-size:1.2rem}.btn{background:var(--accent);color:#fff;border-radius:var(--radius);padding:.7rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.btn:hover{background:var(--accent-hover);color:#fff;text-decoration:none}.section{max-width:var(--max-width);margin:0 auto;padding:4rem 1.5rem}.section-title{color:var(--primary);margin-bottom:.5rem;font-size:1.75rem}.section-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem;transition:transform .15s,box-shadow .15s}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.card-icon{margin-bottom:.75rem;font-size:2rem}.card h3{margin-bottom:.5rem;font-size:1.15rem}.card p{color:var(--text-muted);margin:0;font-size:.95rem}.blog-list{flex-direction:column;gap:1.5rem;display:flex}.blog-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);box-shadow:var(--shadow);padding:1.75rem}.blog-card h2{margin-bottom:.35rem;font-size:1.3rem}.blog-card h2 a{color:var(--primary)}.blog-card h2 a:hover{color:var(--accent);text-decoration:none}.blog-meta{color:var(--text-muted);align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.tag{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.article{max-width:760px;margin:0 auto;padding:3rem 1.5rem}.article h1{margin-bottom:.5rem;font-size:2rem}.article .blog-meta{margin-bottom:2rem}.article h2{margin-top:2rem;margin-bottom:.5rem;font-size:1.4rem}.article h3{margin-top:1.5rem;margin-bottom:.4rem;font-size:1.15rem}pre{color:#e2e8f0;border-radius:var(--radius);font-family:var(--font-mono);background:#0f1f35;margin-bottom:1.25rem;padding:1.25rem 1.5rem;font-size:.875rem;line-height:1.7;overflow-x:auto}code{font-family:var(--font-mono);color:#1e3a5f;background:#f1f5f9;border-radius:3px;padding:.15em .4em;font-size:.875em}pre code{color:inherit;font-size:inherit;background:0 0;padding:0}.diagram{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-subtle);margin:1.5rem 0;padding:1.5rem;overflow-x:auto}.diagram svg{max-width:100%;height:auto;margin:0 auto;display:block}.contact-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.contact-item{flex-direction:column;gap:.4rem;display:flex}.contact-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.8rem;font-weight:600}.contact-value{font-size:1.05rem;font-weight:500}footer{background:var(--primary-dark);color:#ffffffbf}.footer-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:2rem 1.5rem;display:flex}.footer-logo{width:auto;max-width:100%;height:72px;display:block}.footer-copy{font-size:.875rem}.footer-nav{gap:1.5rem;display:flex}.footer-nav a{color:#ffffffa6;font-size:.875rem;text-decoration:none}.footer-nav a:hover{color:#fff;text-decoration:underline}.prose{max-width:760px;margin:0 auto;padding:3rem 1.5rem}.prose h1{margin-bottom:.5rem}.prose .lead{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.prose h2{margin-top:2rem}@media (width<=768px){.hero h1{font-size:2rem}.footer-inner{text-align:center;flex-direction:column}.footer-nav{justify-content:center}}@media (width<=600px){.header-inner{flex-direction:column;align-items:center;gap:.75rem;min-height:auto;padding:1rem}.brand img{height:72px}nav{flex-wrap:wrap;justify-content:center;gap:0}nav a{padding:.3rem .5rem;font-size:.85rem}.footer-logo{height:56px}}
