@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #f0f9ff;--surface: #ffffff;--primary: #0e5f7a;--accent: #22d3ee;--text: #0c1a22;--muted: #6b7280;--radius: 6px;--shadow: 0 1px 4px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.65}.container{max-width:860px;margin:0 auto;padding:0 1.5rem}.site-header{background:var(--primary);padding:.8rem 0;position:sticky;top:0;z-index:100}.site-header .container{display:flex;align-items:center;justify-content:space-between}.logo{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:700}.site-header nav a{color:#fffc;text-decoration:none;margin-left:1.5rem;font-size:.9rem}.site-header nav a:hover{color:#fff}.hero{background:linear-gradient(135deg,var(--primary) 0%,color-mix(in srgb,var(--primary) 80%,#000) 100%);color:#fff;padding:4.5rem 0 3.5rem;text-align:center}.hero h1{font-size:2.6rem;font-weight:800;margin-bottom:.85rem;letter-spacing:-.02em}.hero h1 em{color:var(--accent);font-style:normal}.hero p{font-size:1.1rem;opacity:.8;max-width:520px;margin:0 auto}.section-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:2.5rem 0 1rem;padding-bottom:.4rem;border-bottom:1px solid rgba(0,0,0,.08)}.featured-card{background:var(--surface);border-radius:var(--radius);padding:2rem 2rem 2rem 2.25rem;box-shadow:var(--shadow);border-left:4px solid var(--accent)}.featured-card .post-meta{font-size:.75rem;color:var(--muted);margin-bottom:.6rem}.featured-card h2{font-size:1.45rem;font-weight:700;margin-bottom:.65rem;line-height:1.3}.featured-card h2 a{color:var(--primary);text-decoration:none}.featured-card h2 a:hover{text-decoration:underline}.featured-card p.desc{font-size:.95rem;color:var(--muted);line-height:1.55}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding-bottom:3rem}.post-card{background:var(--surface);border-radius:var(--radius);padding:1.25rem 1.25rem 1.25rem 1.5rem;box-shadow:var(--shadow);border-left:3px solid var(--accent)}.post-card .post-meta{font-size:.75rem;color:var(--muted);margin-bottom:.4rem}.post-card h2{font-size:.95rem;margin-bottom:.5rem}.post-card h2 a{color:var(--primary);text-decoration:none}.post-card h2 a:hover{text-decoration:underline}.post-card p{font-size:.85rem;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}.tag{background:var(--primary);color:#fff;font-size:.68rem;padding:.15rem .5rem;border-radius:999px;font-weight:600}.article-wrap{padding:2.5rem 1.5rem 5rem;max-width:680px;margin:0 auto}.article-wrap h1{font-size:2rem;color:var(--primary);margin:1rem 0;line-height:1.3;font-weight:800}.article-wrap .post-meta{color:var(--muted);font-size:.85rem;display:flex;gap:1rem;margin-bottom:1rem}.article-wrap .content h2{font-size:1.25rem;color:var(--primary);margin:2.5rem 0 .75rem;padding-left:.75rem;border-left:3px solid var(--accent)}.article-wrap .content h3{font-size:1.05rem;margin:1.5rem 0 .5rem}.article-wrap .content p{margin-bottom:1rem}.article-wrap .content ul,.article-wrap .content ol{margin:.75rem 0 1rem 1.5rem}.article-wrap .content li{margin-bottom:.3rem}.article-wrap .content table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}.article-wrap .content th{background:var(--primary);color:#fff;padding:.5rem .75rem;text-align:left}.article-wrap .content td{padding:.5rem .75rem;border-bottom:1px solid rgba(0,0,0,.07)}.post-list{list-style:none;padding:1.5rem 0}.post-list li{display:grid;grid-template-columns:100px 1fr;gap:1rem;align-items:baseline;padding:.6rem 0;border-bottom:1px solid rgba(0,0,0,.07)}.post-list time{font-size:.78rem;color:var(--muted)}.post-list a{color:var(--primary);text-decoration:none}.post-list a:hover{text-decoration:underline}.site-footer{background:var(--primary);color:#ffffffb3;text-align:center;padding:2.5rem 2rem;font-size:.85rem;margin-top:2rem}.affiliate-note{margin-top:.5rem;font-size:.78rem;opacity:.6}
