.blog-page{min-height:100vh;background:var(--rm-bg-base);color:var(--rm-fg)}.blog-shell{width:min(1240px,calc(100vw - 64px));margin:0 auto}.blog-hero{padding:148px 0 64px;background:radial-gradient(circle at 22% 18%,rgba(139,92,246,.16),transparent 28%),radial-gradient(circle at 80% 24%,rgba(34,211,238,.14),transparent 30%),var(--rm-bg-hero)}.blog-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:40px;align-items:stretch}.blog-hero-copy{display:flex;flex-direction:column;justify-content:center}.blog-kicker{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:8px;border:1px solid var(--rm-border);border-radius:999px;padding:8px 12px;background:var(--rm-glass);color:var(--rm-accent);font-size:.86rem;font-weight:650}.blog-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:var(--rm-fg-muted);font-size:.86rem}.blog-breadcrumbs a{color:var(--rm-fg-muted);text-decoration:none}.blog-breadcrumbs a:hover{color:var(--rm-fg)}.blog-hero h1,.blog-article-header h1{max-width:720px;margin:18px 0 16px;color:var(--rm-fg);font-size:clamp(2.45rem,6vw,4.7rem);line-height:1.02;letter-spacing:0;font-weight:760;background:var(--rm-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.blog-hero p,.blog-article-header p{max-width:650px;margin:0;color:var(--rm-fg-muted);font-size:1.08rem;line-height:1.75}.blog-featured-card,.blog-post-card,.blog-related-card{color:inherit;text-decoration:none}.blog-featured-card{display:flex;min-height:320px;flex-direction:column;justify-content:flex-end;border:1px solid var(--rm-border);border-radius:8px;padding:28px;background:var(--rm-gradient-soft),var(--rm-bg-2);color:var(--rm-fg);box-shadow:var(--rm-shadow-card);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.blog-featured-card:hover{transform:translateY(-4px);border-color:var(--rm-border-hover);box-shadow:var(--rm-shadow-card-hover)}.blog-featured-media{display:block;overflow:hidden;width:100%;aspect-ratio:16 / 9;margin-bottom:18px;border:1px solid var(--rm-border);border-radius:8px;background:var(--rm-bg-3)}.blog-featured-media img,.blog-post-card-cover img,.blog-article-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-featured-label{margin-bottom:auto;color:var(--rm-fg-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.blog-card-category{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border-radius:999px;padding:6px 10px;background:var(--rm-accent-soft);color:var(--rm-accent);font-size:.78rem;font-weight:700}.blog-featured-card .blog-card-category{background:var(--rm-accent-soft);color:var(--rm-accent)}.blog-featured-card h2{margin:18px 0 10px;color:var(--rm-fg);font-size:1.75rem;line-height:1.18;letter-spacing:0;font-weight:740}.blog-featured-card p{margin:0 0 18px;color:var(--rm-fg-muted);line-height:1.65}.blog-card-meta{display:inline-flex;align-items:center;gap:7px;color:var(--rm-fg-muted);font-size:.86rem}.blog-list-section{padding:54px 0 92px}.blog-list-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.blog-list-header h2,.blog-related h2{margin:0;color:var(--rm-fg);font-size:1.45rem;letter-spacing:0;font-weight:760}.blog-category-tabs{display:inline-flex;gap:6px;border:1px solid var(--rm-border);border-radius:8px;padding:4px;background:var(--rm-bg-2)}.blog-category-tabs button{border:0;border-radius:6px;padding:8px 14px;background:transparent;color:var(--rm-fg-muted);font:inherit;font-size:.92rem;cursor:pointer;transition:color .2s ease,background .2s ease}.blog-category-tabs button:hover{color:var(--rm-fg);background:var(--rm-hover-bg)}.blog-category-tabs button.active{background:var(--rm-gradient-cta);color:#0a0a12}.blog-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.blog-post-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;min-height:350px;border:1px solid var(--rm-border);border-radius:8px;background:var(--rm-bg-2);box-shadow:var(--rm-shadow-card);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.blog-post-card:hover{transform:translateY(-3px);border-color:var(--rm-border-hover);box-shadow:var(--rm-shadow-card-hover)}.blog-post-card-icon{display:flex;height:110px;align-items:center;justify-content:center;background:var(--rm-gradient-soft),var(--rm-bg-1);color:var(--rm-accent)}.blog-post-card-cover{overflow:hidden;height:150px;background:var(--rm-bg-3)}.blog-post-card-body{display:flex;flex-direction:column;padding:22px}.blog-card-topline,.blog-card-footer,.blog-article-meta{display:flex;align-items:center;gap:12px;color:var(--rm-fg-muted);font-size:.84rem}.blog-card-topline{justify-content:space-between;gap:10px}.blog-card-topline span:first-child{color:var(--rm-accent);font-weight:700}.blog-post-card h3{margin:14px 0 9px;color:var(--rm-fg);font-size:1.18rem;line-height:1.32;letter-spacing:0;font-weight:760}.blog-post-card p,.blog-related-card p{margin:0;color:var(--rm-fg-muted);line-height:1.65}.blog-card-footer{justify-content:space-between;margin-top:auto;padding-top:22px;color:var(--rm-fg-muted)}.blog-empty{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px dashed var(--rm-border);border-radius:8px;color:var(--rm-fg-muted);background:var(--rm-bg-2)}.blog-post-page{background:linear-gradient(180deg,var(--rm-bg-1) 0%,var(--rm-bg-base) 260px)}.blog-article{padding:132px 0 88px}.blog-article-breadcrumbs{max-width:1080px;margin-right:auto;margin-left:auto}.blog-back-link{display:inline-flex;align-items:center;gap:8px;color:var(--rm-fg-muted);text-decoration:none;font-weight:650}.blog-back-link:hover{color:var(--rm-fg)}.blog-article-header{max-width:940px;margin:34px auto 40px;text-align:center}.blog-article-header .blog-card-category{margin:0 auto}.blog-article-header h1,.blog-article-header p{margin-right:auto;margin-left:auto}.blog-article-meta{justify-content:center;margin-top:24px}.blog-article-meta span{display:inline-flex;align-items:center;gap:7px}.blog-article-cover{overflow:hidden;max-width:1080px;aspect-ratio:16 / 9;margin:0 auto 34px;border:1px solid var(--rm-border);border-radius:8px;background:var(--rm-bg-3);box-shadow:var(--rm-shadow)}.blog-inline-figure{overflow:hidden;margin:24px 0 0;border:1px solid var(--rm-border);border-radius:8px;background:var(--rm-bg-1)}.blog-inline-figure img{display:block;width:100%;height:auto}.blog-inline-figure figcaption{margin:0;border-top:1px solid var(--rm-border);padding:12px 16px;color:var(--rm-fg-muted);font-size:.88rem;line-height:1.6}.blog-article-body{max-width:1040px;margin:0 auto;border:1px solid var(--rm-border);border-radius:8px;padding:48px;background:var(--rm-bg-2);box-shadow:var(--rm-shadow-card)}.blog-takeaways{max-width:760px;margin-bottom:34px;margin-right:auto;margin-left:auto;border:1px solid var(--rm-border);border-radius:8px;padding:22px 24px;background:var(--rm-gradient-soft)}.blog-takeaways h2{margin-bottom:12px;font-size:1.06rem;color:var(--rm-fg)}.blog-takeaways ul{margin:0;padding-left:20px;color:var(--rm-fg-muted);line-height:1.75}.blog-takeaways li+li{margin-top:8px}.blog-article-body section+section{margin-top:34px;padding-top:34px;border-top:1px solid var(--rm-border)}.blog-article-body h2{max-width:760px;margin:0 auto 14px;color:var(--rm-fg);font-size:1.42rem;line-height:1.3;letter-spacing:0;font-weight:760}.blog-article-body h3{max-width:760px;margin:24px auto 10px;color:var(--rm-fg);font-size:1.16rem;line-height:1.35;font-weight:720}.blog-article-body p{max-width:760px;margin:0 auto;color:var(--rm-fg-muted);font-size:1.02rem;line-height:1.9}.blog-article-body p+p{margin-top:12px}.blog-article-body a{color:var(--rm-accent);text-decoration:underline;text-underline-offset:2px}.blog-article-body a:hover{text-decoration-thickness:2px}.blog-article-body ul,.blog-article-body ol{max-width:760px;margin:12px auto;padding-left:22px;color:var(--rm-fg-muted);font-size:1.02rem;line-height:1.9}.blog-article-body li+li{margin-top:6px}.blog-article-body li::marker{color:var(--rm-accent)}.blog-article-body blockquote{max-width:760px;margin:20px auto;border-left:3px solid var(--rm-violet);border-radius:0 var(--rm-radius-sm) var(--rm-radius-sm) 0;padding:12px 18px;background:var(--rm-bg-3);color:var(--rm-fg-muted);font-style:italic}.blog-article-body blockquote p{color:inherit}.blog-article-body :not(pre)>code{border:1px solid var(--rm-border);border-radius:var(--rm-radius-sm);padding:.12em .4em;background:var(--rm-bg-3);color:var(--rm-fg);font-family:var(--rm-mono);font-size:.9em}.blog-article-body pre{max-width:760px;margin:20px auto;overflow-x:auto;border:1px solid var(--rm-border);border-radius:var(--rm-radius-sm);padding:18px 20px;background:var(--rm-bg-3);color:var(--rm-fg);font-family:var(--rm-mono);font-size:.92rem;line-height:1.7}.blog-article-body pre code{border:0;padding:0;background:transparent;color:inherit;font-size:inherit}.blog-related{max-width:1040px;margin:52px auto 0}.blog-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.blog-related-card{display:flex;min-height:190px;flex-direction:column;border:1px solid var(--rm-border);border-radius:8px;padding:22px;background:var(--rm-bg-2);box-shadow:var(--rm-shadow-card);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.blog-related-card:hover{transform:translateY(-3px);border-color:var(--rm-border-hover);box-shadow:var(--rm-shadow-card-hover)}.blog-related-card span{color:var(--rm-accent);font-size:.8rem;font-weight:700}.blog-related-card strong{margin:12px 0 8px;color:var(--rm-fg);font-size:1.06rem;line-height:1.35}@media(max-width:900px){.blog-hero-grid,.blog-card-grid{grid-template-columns:1fr}.blog-hero{padding-top:124px}.blog-list-header{align-items:flex-start;flex-direction:column}.blog-category-tabs{width:100%;overflow-x:auto}}@media(max-width:640px){.blog-shell{width:min(100vw - 32px,1120px)}.blog-hero{padding:112px 0 44px}.blog-hero h1,.blog-article-header h1{font-size:2.35rem}.blog-featured-card{min-height:280px;padding:22px}.blog-category-tabs button{white-space:nowrap}.blog-article{padding:112px 0 66px}.blog-article-body{padding:26px}.blog-related-grid{grid-template-columns:1fr}}
