:root{--bg:#fff;--bg-alt:#f7f9f9;--surface:#fff;--surface-2:#eff3f4;--border:#0000001a;--border-soft:#0000000d;--text:#0f1419;--text-2:#536471;--text-3:#64707d;--accent:#e05519;--accent-rgb:224, 85, 25;--ok:#00ba7c;--ok-rgb:0, 186, 124;--err:#f4212e;--err-rgb:244, 33, 46;--nav-bg:#ffffffa6;--nav-bg-scrolled:#fffffff0;--card-shadow:0 1px 3px #0000000f, 0 0 0 1px #00000014;--gloss-shine:#ffffffe6;--chip-bg:#0000000d;--chip-active:#e055191f}.dark{--bg:#000;--bg-alt:#0a0a0a;--surface:#0d0d0d;--surface-2:#161616;--border:#ffffff1a;--border-soft:#ffffff0a;--text:#e7e9ea;--text-2:#777c81;--text-3:#797c7f;--accent:#ff6b2b;--accent-rgb:255, 107, 43;--ok:#34d399;--ok-rgb:52, 211, 153;--err:#f87171;--err-rgb:248, 113, 113;--nav-bg:#0000008c;--nav-bg-scrolled:#000000e0;--card-shadow:0 1px 3px #0006, 0 0 0 1px #ffffff0f;--gloss-shine:#ffffff09;--chip-bg:#ffffff0f;--chip-active:#ff6b2b26}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h,64px);-webkit-text-size-adjust:100%}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter Variable,Inter,Inter Fallback,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;transition:background-color .4s cubic-bezier(.16,1,.3,1),color .4s cubic-bezier(.16,1,.3,1)}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;font-weight:700;line-height:1.2}p{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;color:inherit;background:0 0;border:none}.skip-link{z-index:10000;background:var(--accent);color:#fff;border-radius:0 0 3px 3px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:top .15s;position:absolute;top:-100%;left:12px}.skip-link:focus{outline-offset:2px;outline:2px solid #fff;top:0}html.js-ready .reveal{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(16px)}html.js-ready .reveal.in{opacity:1;transform:none}html.js-ready .reveal:first-child{transition-delay:0s}html.js-ready .reveal:nth-child(2){transition-delay:90ms}html.js-ready .reveal:nth-child(3){transition-delay:.18s}html.js-ready .reveal:nth-child(4){transition-delay:.27s}html.js-ready .reveal:nth-child(5){transition-delay:.36s}html.js-ready .reveal:nth-child(6){transition-delay:.45s}html.js-ready .reveal:nth-child(7){transition-delay:.54s}html.js-ready .reveal:nth-child(8){transition-delay:.63s}html.js-ready .reveal:nth-child(n+9){transition-delay:.72s}@media (prefers-reduced-motion:reduce){html.js-ready .reveal{opacity:1;transition:none;transform:none}}html.js-ready .draw-on{stroke-dasharray:100;stroke-dashoffset:100px;transition:stroke-dashoffset .9s cubic-bezier(.16,1,.3,1) .35s}html.js-ready .reveal.in .draw-on,html.js-ready .reveal.in.draw-on{stroke-dashoffset:0}@media (prefers-reduced-motion:reduce){html.js-ready .draw-on{stroke-dashoffset:0;transition:none}}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90%;descent-override:22.43%;line-gap-override:0%;size-adjust:107.64%}.t-h1{letter-spacing:-.025em;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.1}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;font-size:.75rem;font-weight:600;display:inline-block}.btn,.btn-ghost,.btn-outline,.btn-primary{white-space:nowrap;cursor:pointer;border-radius:3px;align-items:center;gap:8px;padding:10px 22px;font-size:.9375rem;font-weight:600;line-height:1;transition:background-color .15s cubic-bezier(.16,1,.3,1),color .15s cubic-bezier(.16,1,.3,1),border-color .15s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),transform .15s cubic-bezier(.16,1,.3,1),opacity .15s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn:focus-visible,.btn-ghost:focus-visible,.btn-outline:focus-visible,.btn-primary:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.btn:active,.btn-ghost:active,.btn-outline:active,.btn-primary:active{transform:scale(.97)}.btn:disabled,.btn-ghost:disabled,.btn-outline:disabled,.btn-primary:disabled{opacity:.45;pointer-events:none}.btn-primary{background:var(--accent);color:#fff;border:1px solid #0000}.btn-primary:hover{box-shadow:0 0 0 3px rgba(var(--accent-rgb), .22);filter:brightness(1.08)}.btn-outline{color:var(--text);border:1px solid var(--border);background:0 0}.btn-outline:hover{background:var(--surface-2);border-color:rgba(var(--accent-rgb), .4)}.btn-ghost{color:var(--text-2);background:0 0;border:1px solid #0000}.btn-ghost:hover{background:var(--chip-bg);color:var(--text)}.btn-icon{border:1px solid var(--border);width:40px;height:40px;color:var(--text-2);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s cubic-bezier(.16,1,.3,1),color .15s cubic-bezier(.16,1,.3,1),border-color .15s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-icon:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.btn-icon:hover{background:var(--surface-2);color:var(--text)}.btn-sm{padding:7px 16px;font-size:.8125rem}.btn-lg{padding:13px 30px;font-size:1rem}:root{--nav-h:64px}:root:has(#nav.scrolled){--nav-h:52px}#nav{z-index:100;height:var(--nav-h);background:var(--nav-bg);-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--border-soft);align-items:center;transition:height .25s cubic-bezier(.16,1,.3,1),background .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}#nav:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--gloss-shine) 30%, var(--gloss-shine) 70%, transparent 100%);opacity:.6;pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}#nav.scrolled{background:var(--nav-bg-scrolled);border-bottom-color:var(--border);box-shadow:0 1px 20px #0000001f}.dark #nav.scrolled{box-shadow:0 1px 20px #0009}.nav-inner{z-index:2;align-items:center;gap:24px;width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,4vw,48px);display:flex;position:relative}.nav-logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.nav-logo svg{display:block}.nav-logo .logo-text{letter-spacing:-.02em;color:var(--text);font-size:1.125rem;font-weight:700}.nav-meta{color:var(--text-3);font-variant-numeric:tabular-nums;letter-spacing:.02em;flex-shrink:0;font-size:.75rem;display:none}@media (width>=480px){.nav-meta{display:inline}}.nav-spacer{flex:1}.nav-links{display:none}@media (width>=768px){.nav-links{align-items:center;gap:4px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.nav-links a{color:var(--text-2);border-radius:3px;padding:6px 12px;font-size:.875rem;font-weight:500;transition:color .15s cubic-bezier(.16,1,.3,1),background-color .15s cubic-bezier(.16,1,.3,1);display:block}.nav-links a:hover{color:var(--text);background:var(--surface-2)}.nav-links a.active{color:var(--accent)}.nav-actions{align-items:center;gap:8px;display:flex}#themeToggle{border:1px solid var(--border);width:36px;height:36px;color:var(--text-2);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s cubic-bezier(.16,1,.3,1),color .15s cubic-bezier(.16,1,.3,1),border-color .15s cubic-bezier(.16,1,.3,1);display:flex}#themeToggle:hover{background:var(--surface-2);color:var(--text)}#themeToggle .icon-sun{display:none}#themeToggle .icon-moon,.dark #themeToggle .icon-sun{display:block}.dark #themeToggle .icon-moon,.nav-cta{display:none}@media (width>=480px){.nav-cta{display:inline-flex}}.burger{border:1px solid var(--border);width:36px;height:36px;color:var(--text-2);cursor:pointer;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s cubic-bezier(.16,1,.3,1),color .15s cubic-bezier(.16,1,.3,1),border-color .15s cubic-bezier(.16,1,.3,1);display:flex}.burger:hover{background:var(--surface-2);color:var(--text)}.burger .burger-close,.burger.is-open .burger-open{display:none}.burger.is-open .burger-close{display:block}@media (width>=768px){.burger{display:none}}.mobile-menu{inset:var(--nav-h,64px) 0 0 0;z-index:99;background:var(--bg);overscroll-behavior:contain;visibility:hidden;opacity:0;flex-direction:column;justify-content:safe center;align-items:center;gap:24px;padding:32px clamp(16px,4vw,48px) 40px;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),visibility 0s .25s;display:flex;position:fixed;overflow-y:auto;transform:translateY(-8px)}.mobile-menu.is-open{visibility:visible;opacity:1;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),visibility;transform:none}@media (width>=768px){.mobile-menu{display:none}}#nav.menu-open{background:var(--bg);border-bottom-color:var(--border)}#nav:has(~.mobile-menu.is-open){background:var(--bg);border-bottom-color:var(--border)}.mobile-menu-links{flex-direction:column;align-items:center;gap:8px;display:flex}.mobile-menu-links a{letter-spacing:-.02em;color:var(--text-2);padding:8px 24px;font-size:clamp(1.375rem,6vw,2rem);font-weight:700;transition:color .15s cubic-bezier(.16,1,.3,1);display:block}.mobile-menu-links a:hover,.mobile-menu-links a.active{color:var(--text)}.mobile-menu-cta{margin-top:16px}.site-footer{border-top:1px solid var(--border);background:var(--bg-alt);padding-block:32px 24px}@media (width>=768px){.site-footer{padding-block:48px 32px}}.site-footer{position:relative}.site-footer:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gloss-shine) 25%, rgba(var(--accent-rgb), .15) 50%, var(--gloss-shine) 75%, transparent 100%);height:1px;position:absolute;top:-1px;left:0;right:0}.footer-inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,4vw,48px)}.footer-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}}.footer-brand .footer-tagline{color:var(--text-2);max-width:28ch;margin-top:12px;font-size:.875rem;line-height:1.6}.footer-social{align-items:center;gap:4px;margin:16px 0 0;padding:0;list-style:none;display:flex}.footer-social .footer-social-link{width:38px;height:38px;color:var(--text-2);border-radius:10px;justify-content:center;align-items:center;transition:color .18s,background-color .18s,transform .18s;display:inline-flex}.footer-social .footer-social-link svg{fill:currentColor;width:19px;height:19px;display:block}.footer-social .footer-social-link:hover,.footer-social .footer-social-link:focus-visible{color:var(--accent);background-color:rgba(var(--accent-rgb), .08);transform:translateY(-2px)}.footer-col .footer-col-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:16px;font-size:.8125rem;font-weight:600}.footer-col ul{flex-direction:column;gap:8px;display:flex}.footer-col a{color:var(--text-2);font-size:.9375rem;transition:color .15s cubic-bezier(.16,1,.3,1)}.footer-col a:hover{color:var(--text)}.footer-bottom{margin-top:24px}@media (width>=768px){.footer-bottom{margin-top:40px}}.footer-bottom{border-top:1px solid var(--border-soft);flex-direction:column;align-items:flex-start;gap:8px;padding-top:24px;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom p{color:var(--text-3);font-size:.8125rem}.footer-bottom a{color:var(--text-3);transition:color .15s cubic-bezier(.16,1,.3,1)}.footer-bottom a:hover{color:var(--accent)}.pagination{flex-wrap:wrap;align-items:center;gap:6px;margin:40px 0 0;padding:0;list-style:none;display:flex}.pagination .page-link{border:1px solid var(--border);background:var(--surface);min-width:40px;height:40px;color:var(--text);border-radius:3px;justify-content:center;align-items:center;padding:0 12px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s cubic-bezier(.16,1,.3,1),border-color .15s cubic-bezier(.16,1,.3,1),color .15s cubic-bezier(.16,1,.3,1);display:inline-flex}.pagination .page-link:hover:not(.disabled):not(.active){border-color:var(--accent);color:var(--accent)}.pagination .page-link.active{background:var(--accent);color:#fff;border-color:var(--accent);cursor:default}.pagination .page-link.disabled{opacity:.45;cursor:not-allowed;color:var(--text-3)}.post-content,.post-intro,.post-rest{color:var(--text,#1f2937);font-size:16px;line-height:1.65}.post-content p,.post-intro p,.post-rest p{margin:0 0 1em}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-intro h1,.post-intro h2,.post-intro h3,.post-intro h4,.post-rest h1,.post-rest h2,.post-rest h3,.post-rest h4{margin:1.4em 0 .5em;font-weight:700;line-height:1.25}.post-content h1,.post-intro h1,.post-rest h1{font-size:1.75em}.post-content h2,.post-intro h2,.post-rest h2{font-size:1.45em}.post-content h3,.post-intro h3,.post-rest h3{font-size:1.2em}.post-content h4,.post-intro h4,.post-rest h4{font-size:1.05em}.post-content ul,.post-content ol,.post-intro ul,.post-intro ol,.post-rest ul,.post-rest ol{margin:0 0 1em;padding-left:1.5em}.post-content li,.post-intro li,.post-rest li{margin:.25em 0}.post-content blockquote,.post-intro blockquote,.post-rest blockquote{border-left:4px solid var(--accent);background:var(--surface-2,#f8fafc);color:var(--text-2);border-radius:0 6px 6px 0;margin:1em 0;padding:.5em 1em}.post-content p.lead,.post-intro p.lead,.post-rest p.lead{color:var(--text,#1f2937);margin-bottom:1.2em;font-size:1.18em;font-weight:500;line-height:1.55}.post-content p.note,.post-intro p.note,.post-rest p.note{background:var(--surface-2,#f8fafc);border-left:3px solid var(--text-3);color:var(--text-2);border-radius:0 6px 6px 0;padding:.7em 1em;font-size:.95em}.post-content blockquote.callout,.post-intro blockquote.callout,.post-rest blockquote.callout{color:var(--text,#1f2937);background:#f59e0b14;border-left-color:#f59e0b;font-weight:500}.post-content .post-embed,.post-intro .post-embed,.post-rest .post-embed{background:#000;border-radius:10px;margin:1.4em 0;overflow:hidden}.post-content .post-embed .embed-frame,.post-intro .post-embed .embed-frame,.post-rest .post-embed .embed-frame{aspect-ratio:16/9;position:relative}.post-content .post-embed iframe,.post-intro .post-embed iframe,.post-rest .post-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.post-content table,.post-intro table,.post-rest table{border-collapse:collapse;width:100%;margin:1em 0;font-size:.95em}.post-content th,.post-content td,.post-intro th,.post-intro td,.post-rest th,.post-rest td{border:1px solid var(--border,#e5e7eb);text-align:left;padding:8px 12px}.post-content th,.post-intro th,.post-rest th{background:var(--surface-2,#f8fafc);font-weight:600}.post-content a,.post-intro a,.post-rest a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.post-content a[data-style=underline],.post-intro a[data-style=underline],.post-rest a[data-style=underline]{text-decoration:underline}.post-content a[data-style=muted],.post-intro a[data-style=muted],.post-rest a[data-style=muted]{color:var(--text-2);text-decoration:none}.post-content a[data-style=button-primary],.post-content a[data-style=button-secondary],.post-intro a[data-style=button-primary],.post-intro a[data-style=button-secondary],.post-rest a[data-style=button-primary],.post-rest a[data-style=button-secondary]{border-radius:6px;padding:10px 18px;font-weight:600;text-decoration:none;transition:background .15s cubic-bezier(.16,1,.3,1),color .15s cubic-bezier(.16,1,.3,1);display:inline-block}.post-content a[data-style=button-primary],.post-intro a[data-style=button-primary],.post-rest a[data-style=button-primary]{background:var(--accent);color:#fff}.post-content a[data-style=button-primary]:hover,.post-intro a[data-style=button-primary]:hover,.post-rest a[data-style=button-primary]:hover{background:color-mix(in oklab, var(--accent) 85%, #000)}.post-content a[data-style=button-secondary],.post-intro a[data-style=button-secondary],.post-rest a[data-style=button-secondary]{color:var(--accent);border:1px solid var(--accent);background:0 0}.post-content a[data-style=button-secondary]:hover,.post-intro a[data-style=button-secondary]:hover,.post-rest a[data-style=button-secondary]:hover{background:var(--accent);color:#fff}.post-content .post-image picture,.post-content .post-image img,.post-intro .post-image picture,.post-intro .post-image img,.post-rest .post-image picture,.post-rest .post-image img{border-radius:6px;max-width:100%;height:auto;display:block}.post-content .post-image,.post-intro .post-image,.post-rest .post-image{margin:1.25em 0}.post-content .post-image.align-left,.post-intro .post-image.align-left,.post-rest .post-image.align-left{float:left;max-width:48%;margin:.25em 1.25em 1em 0}.post-content .post-image.align-right,.post-intro .post-image.align-right,.post-rest .post-image.align-right{float:right;max-width:48%;margin:.25em 0 1em 1.25em}.post-content .post-image.align-center img,.post-content .post-image.align-center picture,.post-intro .post-image.align-center img,.post-intro .post-image.align-center picture,.post-rest .post-image.align-center img,.post-rest .post-image.align-center picture{margin-left:auto;margin-right:auto}.post-content .post-image.align-wide,.post-intro .post-image.align-wide,.post-rest .post-image.align-wide{max-width:120%;margin-left:-10%;margin-right:-10%}.post-content .post-image.align-full,.post-intro .post-image.align-full,.post-rest .post-image.align-full{border-radius:0;max-width:100vw;margin-left:calc(-50vw + 50%)}@media (width<=768px){.post-content .post-image.align-left,.post-content .post-image.align-right,.post-intro .post-image.align-left,.post-intro .post-image.align-right,.post-rest .post-image.align-left,.post-rest .post-image.align-right{float:none;max-width:100%;margin:1em 0}.post-content .post-image.align-wide,.post-content .post-image.align-full,.post-intro .post-image.align-wide,.post-intro .post-image.align-full,.post-rest .post-image.align-wide,.post-rest .post-image.align-full{max-width:100%;margin-left:0;margin-right:0}}.post-rest{clear:both}.read-progress{z-index:200;pointer-events:none;background:0 0;height:3px;position:fixed;top:0;left:0;right:0}.read-progress span{transform-origin:0;background:linear-gradient(90deg, var(--accent) 0%, #ff8c5a 100%);will-change:transform;width:100%;height:100%;display:block;transform:scaleX(0)}@media (prefers-reduced-motion:reduce){.read-progress span{transition:none}}.blog-hero{border-bottom:1px solid var(--border-soft);padding:64px 0 32px}.blog-hero h1{color:var(--text);margin:0 0 12px;font-size:clamp(2rem,4vw,3rem)}.blog-hero p{color:var(--text-2);max-width:720px;margin:0;font-size:1.1rem}.blog-layout{grid-template-columns:minmax(0,1fr) 280px;gap:48px;padding-top:32px;padding-bottom:64px;display:grid}@media (width<=1024px){.blog-layout{grid-template-columns:1fr}}.blog-main{min-width:0}.blog-empty{text-align:center;color:var(--text-2);padding:48px 0}.blog-breadcrumbs{color:var(--text-2);margin:0 0 24px;font-size:.9rem}.blog-breadcrumbs ol{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.blog-breadcrumbs ol li+li:before{content:"/";color:var(--text-3);margin-right:6px}.blog-breadcrumbs a{color:var(--text-2);text-decoration:none}.blog-breadcrumbs a:hover{color:var(--accent)}.post-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.post-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:3px;flex-direction:column;transition:transform .15s cubic-bezier(.16,1,.3,1),border-color .15s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.post-card:hover{border-color:var(--accent);transform:translateY(-2px)}.post-card-media{aspect-ratio:16/9;background:var(--surface-2);display:block;overflow:hidden}.post-card-media picture{width:100%;height:100%;display:block}.post-card-media img{object-fit:cover;width:100%;height:100%;display:block}.post-card-placeholder{background:linear-gradient(135deg, var(--surface-2), var(--bg-alt));width:100%;height:100%}.post-card-body{flex-direction:column;gap:8px;padding:18px 18px 22px;display:flex}.post-card-category{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);align-self:flex-start;font-size:.75rem;font-weight:600;text-decoration:none}.post-card-category:hover{text-decoration:underline}.post-card-title{margin:0;font-size:1.15rem;line-height:1.35}.post-card-title a{color:var(--text);text-decoration:none}.post-card-title a:hover{color:var(--accent)}.post-card-excerpt{color:var(--text-2);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.post-card-meta{color:var(--text-3);align-items:center;gap:6px;margin-top:auto;font-size:.85rem;display:flex}.post-single{max-width:820px;padding:32px 0 64px}.post-single-header{margin-bottom:32px}.post-single-header h1{color:var(--text);margin:12px 0 16px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.2}.post-single-figure{background:var(--surface-2);border-radius:3px;margin:0 0 32px;overflow:hidden}.post-single-figure img{width:100%;height:auto;display:block}.post-meta{color:var(--text-3);flex-wrap:wrap;gap:6px;font-size:.95rem;display:flex}.post-content{color:var(--text);font-size:1.05rem;line-height:1.7}.post-content h2,.post-content h3,.post-content h4{color:var(--text);margin:1.6em 0 .6em;line-height:1.3}.post-content h2{font-size:1.6rem}.post-content h3{font-size:1.3rem}.post-content h4{font-size:1.1rem}.post-content p{margin:0 0 1.2em}.post-content a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.post-content a:hover{text-decoration:none}.post-content ul,.post-content ol{margin:0 0 1.2em;padding-left:1.6em}.post-content li{margin-bottom:.4em}.post-content blockquote{border-left:4px solid var(--accent);background:var(--surface-2);color:var(--text-2);border-radius:0 3px 3px 0;margin:1.4em 0;padding:12px 20px}.post-content code{background:var(--chip-bg);border-radius:3px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.post-content pre{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:3px;margin:0 0 1.2em;padding:16px;overflow-x:auto}.post-content pre code{background:0 0;padding:0}.post-content img{border-radius:3px;max-width:100%;height:auto;margin:1em 0}.post-tags{flex-wrap:wrap;gap:8px;margin:32px 0;display:flex}.post-related{border-top:1px solid var(--border-soft);margin-top:56px;padding-top:32px}.post-related-title{color:var(--text);margin:0 0 24px;font-size:1.5rem}.tag-chip{background:var(--chip-bg);color:var(--text-2);border-radius:3px;align-items:center;padding:4px 12px;font-size:.85rem;text-decoration:none;transition:background .15s cubic-bezier(.16,1,.3,1),color .15s cubic-bezier(.16,1,.3,1);display:inline-flex}.tag-chip:hover{background:var(--chip-active);color:var(--accent)}.blog-sidebar{flex-direction:column;gap:28px;min-width:0;display:flex}@media (width<=1024px){.blog-sidebar{margin-top:40px}}.widget{background:0 0;border-radius:3px;padding:20px}.widget-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-2);margin:0 0 14px;font-size:.95rem;font-weight:600}.widget-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.widget-list li{justify-content:space-between;align-items:center;gap:8px;display:flex}.widget-list li a{color:var(--text);font-size:.95rem;line-height:1.4;text-decoration:none}.widget-list li a:hover{color:var(--accent)}.widget-count{color:var(--text-3);background:var(--chip-bg);border-radius:3px;padding:1px 8px;font-size:.8rem}.tag-cloud{flex-wrap:wrap;gap:8px;display:flex}.page-wrap{flex-direction:column;min-height:100vh;padding-top:64px;display:flex}main{flex:1}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,4vw,48px)}
