:root{--page-bg: #f2f2f2;--surface: #ffffff;--ink: #202128;--muted: #6b7280;--subtle: #eef0f4;--line: #e5e7eb;--accent: #4f46e5;--accent-dark: #4338ca}*{box-sizing:border-box}html{min-width:320px;background:var(--page-bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}body{margin:0}a{color:inherit;text-decoration:none}.page-shell{width:100%;max-width:1440px;min-height:100vh;margin:-1px auto 0;border:1px solid #e5e5e5;background:var(--surface)}.site-header,.site-footer,main{width:100%}.header-inner{display:flex;width:100%;max-width:1280px;margin:0 auto;padding:64px 32px 28px;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center}.brand img{display:block;height:auto}.brand-wide img{width:243px}.brand-small{display:none}.brand-small img{width:32px;height:auto}.nav-row,.nav-links{display:flex;align-items:center}.nav-row{gap:32px}.nav-links{gap:28px}.nav-link,.buy-link,.footer-links a{font-size:16px;font-weight:500}.nav-link{color:#6b7280}.nav-link:hover,.nav-link.is-active{color:#111827}.short-label{display:none}.buy-link{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border-radius:6px;background:var(--accent);padding:10px 18px;color:#fff;box-shadow:0 1px 2px #00000014;white-space:nowrap}.buy-link:hover{background:var(--accent-dark)}.blog-hero,.blog-toolbar,.post-grid,.article-page{max-width:1120px;margin:0 auto;padding-right:32px;padding-left:32px}.blog-hero{padding-top:80px;padding-bottom:34px}.eyebrow,.post-meta{color:var(--muted);font-size:13px;font-weight:600;letter-spacing:0;text-transform:uppercase}.blog-hero h1{margin:10px 0 0;color:#111827;font-size:72px;line-height:1;letter-spacing:0}.hero-copy{max-width:680px;margin:18px 0 0;color:#6b7280;font-size:18px;line-height:1.65}.blog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-bottom:30px;overflow-x:auto}.filter-group{display:flex;gap:10px;align-items:center}.filter-pill{display:inline-flex;min-height:36px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:7px 14px;color:#6b7280;font-size:14px;white-space:nowrap}.filter-pill.is-active{border-color:#c7d2fe;background:#eef2ff;color:#3730a3}.rss-link{display:inline-flex;min-height:36px;align-items:center;gap:8px;border:1px solid #fed7aa;border-radius:999px;background:#fff7ed;padding:7px 13px;color:#c2410c;font-size:14px;font-weight:600;white-space:nowrap}.rss-link:hover{border-color:#fdba74;background:#ffedd5}.rss-link svg{width:16px;height:16px;fill:currentColor}.post-card:hover h2,.back-link:hover{color:var(--accent)}.post-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.post-meta time:before{content:"/";margin-right:10px;color:#c3c7d0}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding-bottom:96px}.post-card{display:flex;min-height:330px;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:#fff;padding:26px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.post-card:hover{border-color:#d2d6df;box-shadow:0 18px 48px #11182714;transform:translateY(-2px)}.post-card.is-featured{border-color:#d8ddf5;background:#fff}.post-card h2{margin:28px 0 14px;color:#111827;font-size:26px;line-height:1.18;letter-spacing:0}.post-card p,.article-header p{margin:0;color:#5f6673;font-size:16px;line-height:1.6}.post-card .post-meta span{border-radius:999px;background:#eef6f0;padding:5px 10px;color:#217347}.post-card .post-meta time{color:#7a8190}.empty-state{margin:24px 0 0;color:var(--muted)}.article-page{max-width:860px;padding-top:64px;padding-bottom:96px}.back-link{display:inline-flex;margin-bottom:40px;color:#6b7280;font-size:15px;font-weight:600}.article-header{border-bottom:1px solid var(--line);padding-bottom:42px}.article-header h1{margin:18px 0;color:#111827;font-size:54px;line-height:1.05;letter-spacing:0}.article-content{padding-top:42px;color:#30333a;font-size:18px;line-height:1.78}.article-content h2{margin:46px 0 12px;color:#111827;font-size:25px;line-height:1.28}.article-content p{margin:18px 0}.article-content a{color:#4f46e5;font-weight:600;text-decoration:underline;text-decoration-color:#c7d2fe;text-decoration-thickness:2px;text-underline-offset:3px}.article-content a:hover{color:#3730a3;text-decoration-color:#818cf8}.site-footer{border-top:1px solid var(--line)}.footer-inner{display:flex;width:100%;max-width:1280px;margin:0 auto;padding:30px 32px 80px;align-items:center;justify-content:space-between;gap:32px}.footer-inner p{margin:0;font-size:16px}.footer-links{display:flex;gap:32px;align-items:center}.footer-links a{color:#6b7280}.footer-links a:hover{color:#111827}.social-link svg{display:block;width:24px;height:24px;fill:currentColor}@media(max-width:1440px){.page-shell{margin:0;border:0}}@media(max-width:900px){.header-inner{flex-direction:column;padding-top:18px;padding-bottom:24px;gap:16px}.brand-wide{display:none}.brand-small{display:inline-flex}.nav-row{width:100%;justify-content:center;gap:16px}.nav-links{gap:14px}.wide-label{display:none}.short-label{display:inline}.buy-link{padding-right:10px;padding-left:10px}.blog-hero{padding-top:46px}.blog-toolbar{flex-wrap:wrap;overflow-x:visible}.filter-group{overflow-x:auto}.blog-hero h1{font-size:56px}.article-header h1{font-size:40px}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner,.footer-links{flex-direction:column}.footer-inner{gap:18px}.footer-links{gap:14px}}@media(max-width:560px){.header-inner,.blog-hero,.blog-toolbar,.post-grid,.article-page,.footer-inner{padding-right:18px;padding-left:18px}.nav-row,.nav-links{gap:10px}.nav-link,.buy-link{font-size:13px}.buy-link{min-height:38px;padding-right:8px;padding-left:8px}.blog-hero h1{font-size:48px}.article-header h1{font-size:34px}.post-grid{grid-template-columns:1fr;gap:16px}.post-card{min-height:280px;padding:22px}.article-content{font-size:17px}}
