:root{--brand-green: #58c37b;--brand-green-hover: #49af6a;--brand-green-soft: #eef9f1;--brand-green-border: #a7ddb7;--brand-navy: #28345b;--ui-border: #d9e1d8;--ui-muted: #66748d;--app-bg: #eef2f4;--app-surface: #ffffff;--app-surface-muted: #f8fafc;--app-text: #28345b;--ink: #111827;--shadow: 0 24px 70px rgb(40 52 91 / .16)}*{box-sizing:border-box}html{min-height:100%}body{min-height:100%;margin:0;background:var(--app-bg);color:var(--app-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-green-hover)}.page-shell{width:min(1120px,calc(100% - 32px));min-height:calc(100vh - 64px);margin:32px auto;background:var(--app-surface);box-shadow:var(--shadow)}.site-header,.site-footer,main{padding-inline:clamp(24px,5vw,56px)}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:28px 18px}.brand{display:inline-flex;align-items:center;gap:0;min-width:0;color:var(--brand-navy);font-size:.92rem;font-weight:700}.brand img{width:142px;height:auto}.brand span{display:inline-flex;align-items:center;position:relative;min-height:50px;margin-left:16px;margin-top:6px;padding-left:16px}.brand span:before{position:absolute;left:0;top:50%;width:1px;height:24px;background:var(--ui-border);content:"";transform:translateY(-50%)}.site-nav{display:flex;align-items:center;gap:10px;color:var(--ui-muted);font-size:.92rem;font-weight:650}.site-nav a{display:inline-flex;align-items:center;gap:7px;min-height:38px;border-radius:8px;padding:0 13px}.nav-icon{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.site-nav a:hover{background:var(--app-surface-muted)}.site-nav .app-link{background:var(--brand-navy);color:#fff}.site-nav .app-link:hover{background:#1f2a4b;color:#fff}.hero{display:grid;gap:16px;max-width:760px;padding-block:62px 74px}.section-kicker{display:flex;align-items:center;gap:9px;margin:0;color:var(--ink);font-size:.76rem;font-weight:750;text-transform:uppercase}.section-kicker:before{width:6px;height:6px;background:var(--brand-green);content:""}.hero h1,.post-section h2,.article-header h1,.page-heading h1{margin:0;color:var(--ink);font-weight:750;line-height:1.02}.hero h1{max-width:680px;font-size:5rem}.hero p:last-child{max-width:610px;margin:0;color:var(--ui-muted);font-size:1.08rem;line-height:1.7}.post-section{padding-bottom:78px}.post-section h2{margin-top:12px;font-size:3.1rem}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.post-card{min-width:0}.post-card-image{display:block;overflow:hidden;border-radius:8px;background:var(--app-surface-muted)}.post-card-image img{width:100%;aspect-ratio:1.35;object-fit:cover;transition:transform .18s ease}.post-card:hover .post-card-image img{transform:scale(1.025)}.post-card-body{padding-top:16px}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;color:var(--ui-muted);font-size:.82rem}.post-meta span{display:inline-flex;align-items:center;height:24px;border:1px solid var(--brand-green);border-radius:999px;background:var(--brand-green);padding:0 9px;color:#fff;font-size:.76rem;font-weight:650;line-height:24px}.post-card h2{margin:8px 0 0;color:var(--ink);font-size:1.1rem;font-weight:720;line-height:1.18}.post-card p{margin:10px 0 0;color:var(--ui-muted);font-size:.94rem;line-height:1.55}.changelog-page{max-width:860px;margin:0 auto;padding-block:56px 88px}.page-heading{display:grid;gap:16px;max-width:720px;padding-bottom:44px}.page-heading h1{font-size:4.1rem}.page-heading p:last-child{max-width:620px;margin:0;color:var(--ui-muted);font-size:1.08rem;line-height:1.7}.changelog-list{display:grid;gap:18px}.changelog-entry{display:grid;grid-template-columns:150px minmax(0,1fr);gap:26px;border-top:1px solid var(--ui-border);padding-top:24px}.changelog-entry time{color:var(--ui-muted);font-size:.9rem;font-weight:700}.changelog-entry h2{margin:0;color:var(--ink);font-size:1.35rem;line-height:1.25}.changelog-entry ul{display:grid;gap:9px;margin:14px 0 0;padding-left:1.1rem;color:#334155;line-height:1.65}.changelog-entry li::marker{color:var(--brand-green)}.article-page{max-width:820px;margin:0 auto;padding-block:38px 88px}.back-link{display:inline-flex;align-items:center;gap:5px;margin-bottom:28px;color:var(--ui-muted);font-size:.92rem;font-weight:700}.back-icon{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3}.article-image{width:100%;border-radius:8px;aspect-ratio:1.55;object-fit:cover}.article-header{padding-block:28px 18px}.article-header h1{margin-top:16px;font-size:3.7rem}.article-header p{max-width:690px;margin:18px 0 0;color:var(--ui-muted);font-size:1.08rem;line-height:1.7}.prose{color:#334155;font-size:1.02rem;line-height:1.82}.prose h2{margin:2.1em 0 .6em;color:var(--ink);font-size:1.45rem;line-height:1.2}.prose p,.prose ul,.prose ol{margin:1.1em 0}.prose ul,.prose ol{padding-left:1.3rem}.prose li+li{margin-top:.45rem}.prose strong{color:var(--brand-navy)}.video-embed{overflow:hidden;margin:1.6rem 0;border:1px solid var(--ui-border);border-radius:8px;aspect-ratio:16 / 9;background:var(--app-surface-muted)}.video-embed iframe{width:100%;height:100%;border:0}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--ui-border);padding-block:24px;color:var(--ui-muted);font-size:.9rem}.footer-brand{display:flex;align-items:center;justify-content:space-between;gap:clamp(18px,4vw,48px);width:100%}.footer-brand span{color:var(--brand-navy);font-weight:800}.footer-brand small{color:var(--ui-muted)}.footer-brand a{color:var(--brand-navy);font-weight:700}.footer-brand a:hover{color:var(--brand-green-hover)}@media(max-width:820px){.page-shell{width:min(100% - 20px,640px);min-height:calc(100vh - 20px);margin:10px auto}.site-header{align-items:flex-start;flex-direction:column}.site-nav{width:100%;justify-content:space-between}.hero{padding-block:42px 54px}.hero h1{font-size:3.15rem}.post-section h2{font-size:2.35rem}.article-header h1{font-size:2.55rem}.page-heading h1{font-size:2.75rem}.changelog-entry{grid-template-columns:1fr;gap:10px}.post-grid{grid-template-columns:1fr;gap:30px}.site-footer{align-items:flex-start;flex-direction:column}.footer-brand{align-items:flex-start;flex-direction:column;gap:8px}}@media(max-width:460px){.site-header,.site-footer,main{padding-inline:18px}.brand{width:100%;justify-content:flex-start}.brand img{width:126px}.site-nav{flex-wrap:wrap}.site-nav a{flex:1 1 auto;justify-content:center}.hero h1{font-size:2.65rem}.article-header h1{font-size:2.25rem}.page-heading h1{font-size:2.35rem}}
