:root{--bg:#000;--surface:#1d1d1f;--card:#111113;--card-hover:#161618;--text:#f5f5f7;--muted:#f5f5f799;--dim:#f5f5f761;--border:#ffffff1a;--accent:#0071e3;--radius:20px;--max-width:1000px;--listing-width:1200px}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.blog-eyebrow{animation:.8s cubic-bezier(.22,1,.36,1) both fadeUp}.blog-header h1{animation:.8s cubic-bezier(.22,1,.36,1) 80ms both fadeUp}.blog-header-sub{animation:.8s cubic-bezier(.22,1,.36,1) .16s both fadeUp}.reveal{transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.reveal.wa{opacity:0;transform:translateY(40px)}.reveal.wa.in{opacity:1;transform:translateY(0)}@keyframes apxCardIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.apx-pre{opacity:0;transform:translateY(40px)}.apx-in{animation:.8s cubic-bezier(.22,1,.36,1) both apxCardIn}.fu{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fu.v{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.blog-page,.post-page{min-height:100vh;color:var(--text);font-family:var(--font-outfit), -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, ui-sans-serif, system-ui, sans-serif;letter-spacing:-.02em;-webkit-font-smoothing:antialiased;background:#000;padding-top:52px;font-weight:300;line-height:1.55}.blog-page h1,.blog-page h2,.blog-page h3,.post-page h1,.post-page h2,.post-page h3{letter-spacing:-.04em;color:var(--text);font-weight:700}.blog-header{max-width:var(--listing-width);text-align:center;margin:0 auto;padding:80px 24px 52px}.blog-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:12px;font-weight:500}.blog-header-br{display:none}@media (min-width:600px){.blog-header-br{display:block}}.blog-header h1{letter-spacing:-2.5px;margin-bottom:18px;font-size:clamp(42px,6vw,64px);font-weight:700;line-height:1.04}.blog-header-sub{max-width:520px;color:var(--muted);margin:0 auto;font-size:17px;line-height:1.65}.blog-listing-wrap{max-width:var(--listing-width);grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:32px;margin:0 auto;padding:0 24px 96px;display:grid}.blog-listing-main{min-width:0}.blog-filters{border:1px solid var(--border);background:#ffffff0a;border-radius:12px;flex-wrap:wrap;gap:6px;width:fit-content;margin-bottom:28px;padding:4px;display:flex}.blog-filter-tab{color:var(--dim);font:inherit;letter-spacing:-.01em;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:400;transition:background .18s cubic-bezier(.22,1,.36,1),color .18s cubic-bezier(.22,1,.36,1)}.blog-filter-tab:hover{color:var(--text);background:#ffffff0f}.blog-filter-tab.is-active{color:#000;background:#fff;font-weight:500}.blog-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px;display:grid}.post-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;height:100%;text-decoration:none;transition:border-color .22s cubic-bezier(.22,1,.36,1),background .22s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden}.post-card:hover{background:var(--card-hover);border-color:#fff3}.post-card--featured{flex-direction:unset;grid-column:1/3;grid-template-columns:44fr 56fr;height:auto;display:grid}.post-card-image-wrap{flex-shrink:0;overflow:hidden}.post-card--featured .post-card-image-wrap{min-height:300px}.post-card-image{aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid var(--border);background:#050505;width:100%;transition:transform .55s cubic-bezier(.22,1,.36,1);display:block}.post-card:hover .post-card-image{transform:scale(1.04)}.post-card-image-placeholder{aspect-ratio:16/9;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#050a14 0%,#0a1628 60%,#050a14 100%);width:100%;transition:transform .55s cubic-bezier(.22,1,.36,1)}.post-card--featured .post-card-image,.post-card--featured .post-card-image-placeholder{height:100%;aspect-ratio:unset;border-bottom:none;border-right:1px solid var(--border)}.post-card-body{flex-direction:column;flex:1;gap:0;min-height:0;padding:20px;display:flex}.post-card--featured .post-card-body{justify-content:center;padding:28px 28px 24px}.post-card-meta-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.post-category{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);font-size:11px;font-weight:600}.post-read-time{color:var(--dim);align-items:center;gap:4px;margin-left:auto;font-size:11px;display:inline-flex}.post-card-title{letter-spacing:-.5px;color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:17px;font-weight:600;line-height:1.28;display:-webkit-box;overflow:hidden}.post-card--featured .post-card-title{-webkit-line-clamp:3;letter-spacing:-1px;margin-bottom:12px;font-size:clamp(22px,2.2vw,28px)}.post-card-excerpt{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:14px;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.post-card--featured .post-card-excerpt{-webkit-line-clamp:4;font-size:15px}.post-card-author-row{border-top:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:14px;display:flex}.post-card-author{align-items:center;gap:8px;min-width:0;display:flex}.post-author-avatar{border:1px solid var(--border);width:30px;height:30px;color:var(--muted);background:#ffffff12;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.post-author-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.post-card-date{color:var(--dim);flex-shrink:0;align-items:center;gap:4px;font-size:12px;display:inline-flex}.blog-sidebar{flex-direction:column;gap:16px;display:flex;position:sticky;top:72px}.blog-sidebar-topics{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.blog-sidebar-topics-label{letter-spacing:.08em;text-transform:uppercase;color:var(--dim);margin-bottom:14px;font-size:11px;font-weight:600}.blog-sidebar-topics-tags{flex-wrap:wrap;gap:6px;display:flex}.blog-topic-tag{font:inherit;border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;padding:5px 11px;font-size:12px;transition:background .18s,color .18s,border-color .18s}.blog-topic-tag:hover{color:var(--text);background:#ffffff0d;border-color:#fff3}.blog-topic-tag--active{color:#4da3ff;background:#0071e326;border-color:#0071e366}.blog-sidebar-cta{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:12px;padding:24px 20px;display:flex}.blog-sidebar-cta-title{letter-spacing:-.4px;color:var(--text);font-size:17px;font-weight:600;line-height:1.25}.blog-sidebar-cta-sub{color:var(--muted);font-size:13px;line-height:1.6}.blog-sidebar-cta-list{color:var(--dim);flex-direction:column;gap:6px;font-size:13px;list-style:none;display:flex}.blog-sidebar-cta-list li:before{content:"✓ ";color:var(--accent)}.blog-sidebar-cta-btn{background:var(--accent);letter-spacing:-.2px;text-align:center;border-radius:980px;justify-content:center;align-items:center;margin-top:4px;padding:11px 18px;font-size:14px;font-weight:400;transition:background .2s;display:flex;color:#fff!important}.blog-sidebar-cta-btn:hover{background:#0077ed}.blog-empty{max-width:var(--listing-width);text-align:center;color:var(--muted);margin:4rem auto;padding:0 24px}.blog-empty--inline{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin:2rem 0;padding:48px 24px}.blog-empty h2{color:var(--text);margin-bottom:.5rem;font-size:1.5rem}@media (max-width:1100px){.blog-listing-wrap{grid-template-columns:1fr}.blog-sidebar{position:static}.blog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.blog-header{padding-top:60px;padding-bottom:40px}.post-card--featured{flex-direction:column;grid-column:auto;display:flex}.post-card--featured .post-card-image-wrap{min-height:unset}.post-card--featured .post-card-image,.post-card--featured .post-card-image-placeholder{aspect-ratio:16/9;border-right:none;border-bottom:1px solid var(--border);height:auto}.post-card--featured .post-card-body{padding:20px}.blog-card-grid{grid-template-columns:minmax(0,1fr)}}.post-back{max-width:var(--listing-width);margin:0 auto;padding:2rem 24px 0}.post-back a{color:var(--muted);align-items:center;gap:6px;font-size:14px;transition:color .2s;display:inline-flex}.post-back a:hover{color:var(--text)}.post-layout{max-width:var(--listing-width);grid-template-columns:minmax(0,65fr) minmax(0,35fr);align-items:start;gap:40px;margin:0 auto;padding:1.5rem 24px 80px;display:grid}.post-main{min-width:0}.post-breadcrumb{color:var(--dim);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:1.5rem;font-size:12px;display:flex}.post-breadcrumb a{color:var(--dim);align-items:center;gap:5px;transition:color .2s;display:inline-flex}.post-breadcrumb a:hover{color:var(--accent)}.post-breadcrumb-sep{color:#f5f5f740}.post-breadcrumb-current{color:var(--muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-hero{margin-bottom:2rem}.post-hero .post-category{margin-bottom:.85rem;display:inline-block}.post-hero h1{letter-spacing:-1.5px;margin-bottom:1.25rem;font-size:clamp(32px,4.5vw,44px);font-weight:700;line-height:1.12}.post-header-meta{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1.75rem;display:flex}.post-header-author{align-items:center;gap:10px;min-width:0;display:flex}.post-header-dates{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.post-header-date{color:var(--dim);align-items:center;gap:6px;font-size:13px;display:inline-flex}.post-featured-image{margin-bottom:2.5rem}.post-featured-image img{border-radius:var(--radius);border:1px solid var(--border);width:100%;height:auto}.post-sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:72px}.post-toc{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.post-toc-title{letter-spacing:-.3px;color:var(--text);margin-bottom:1rem;font-size:15px;font-weight:600}.post-toc-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.post-toc-list li{padding-left:16px;position:relative}.post-toc-list li:before{content:"";background:var(--accent);border-radius:1px;width:6px;height:6px;position:absolute;top:.55em;left:0}.post-toc-item--nested{padding-left:28px}.post-toc-item--nested:before{opacity:.7;width:5px;height:5px;left:12px}.post-toc-list a{color:var(--muted);font-size:13px;line-height:1.45;transition:color .2s}.post-toc-list a:hover{color:var(--accent)}.post-content{color:var(--text);font-size:17px;line-height:1.75}.post-content h1,.post-content h2,.post-content h3,.post-content h4{color:var(--text);margin:2.25rem 0 .85rem;scroll-margin-top:88px;font-weight:700}.post-content h2{letter-spacing:-.5px;font-size:clamp(1.35rem,2.5vw,1.65rem);line-height:1.25}.post-content h3{letter-spacing:-.35px;font-size:clamp(1.15rem,2vw,1.35rem);line-height:1.3}.post-content h4{font-size:1.05rem;font-weight:600}.post-content p{color:var(--muted);margin-bottom:1.35rem}.post-content a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.post-content a:hover{opacity:.85}.post-content ul,.post-content ol{color:var(--muted);margin:0 0 1.35rem;padding:0}.post-content ul{list-style:none}.post-content ul li{margin-bottom:.65rem;padding-left:1.35rem;line-height:1.65;position:relative}.post-content ul li:before{content:"";background:var(--accent);border-radius:1px;width:6px;height:6px;position:absolute;top:.65em;left:0}.post-content ol{padding-left:1.5rem}.post-content ol li{margin-bottom:.65rem;padding-left:.25rem;line-height:1.65}.post-content blockquote{border-left:3px solid var(--accent);color:var(--muted);margin:1.5rem 0;padding:.5rem 0 .5rem 1.25rem;font-style:italic}.post-content pre{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1.25rem;padding:1.25rem;font-size:.9rem;overflow-x:auto}.post-content code{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:2px 6px;font-size:.875em}.post-content pre code{font-size:inherit;background:0 0;border:none;padding:0}.post-content img{border:1px solid var(--border);border-radius:12px;margin:1.5rem 0}.post-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.post-content table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.9rem}.post-content th,.post-content td{border:1px solid var(--border);text-align:left;padding:.6rem .9rem}.post-content th{background:var(--surface);color:var(--text);font-weight:600}@media (max-width:1100px){.post-layout{grid-template-columns:1fr;gap:32px}.post-sidebar{position:static}}.post-related{max-width:var(--listing-width);border-top:1px solid var(--border);margin:0 auto;padding:3.5rem 24px 80px}.post-related-title{letter-spacing:-.5px;color:var(--text);margin-bottom:1.75rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700}.post-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px;display:grid}@media (max-width:1100px){.post-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.post-related-grid{grid-template-columns:minmax(0,1fr)}}.post-not-found{text-align:center;max-width:740px;margin:6rem auto;padding:0 24px}.post-not-found h1{margin-bottom:.75rem;font-size:1.5rem}.post-not-found p{color:var(--muted);margin-bottom:1.5rem}.post-not-found a{color:var(--accent);align-items:center;gap:6px;font-size:.9rem;font-weight:500;display:inline-flex}.skeleton{background:linear-gradient(90deg,#050505 25%,#1d1d1f 50%,#050505 75%) 0 0/200% 100%;border-radius:6px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{background:var(--card);overflow:hidden}.skeleton-img{aspect-ratio:16/9;width:100%}.skeleton-body{flex-direction:column;gap:.75rem;padding:1.4rem;display:flex}.skeleton-line{height:14px}.skeleton-title{width:85%;height:20px}.skeleton-short{width:40%}
