:root{color-scheme:light;--mac-bg: #faf9f5;--mac-surface: #FFFFFF;--mac-text: #1D1D1F;--mac-gray: #86868B;--mac-accent: #007AFF;--mac-border: rgba(0, 0, 0, .1);--shadow-mac: 0 4px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px -1px rgba(0, 0, 0, .02);--shadow-mac-hover: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -2px rgba(0, 0, 0, .025);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif}*{box-sizing:border-box}html{background:var(--mac-bg);scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--mac-bg);color:var(--mac-text);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:#007aff33;color:#0057b8}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d1d6;border:2px solid var(--mac-bg);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#8e8e93}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{border:0;font:inherit}.glass{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-shell{display:flex;min-height:100vh;flex-direction:column;background:var(--mac-bg)}#header-bar{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--mac-border)}.header-inner{position:relative;display:flex;height:56px;max-width:1024px;margin:0 auto;align-items:center;justify-content:space-between;padding:0 24px}#header-window-lights,#header-actions{width:128px}#header-window-lights{display:flex;align-items:center;gap:8px}.window-light{width:12px;height:12px;border:1px solid rgba(0,0,0,.1);border-radius:999px}.window-light.red{background:#ff5f57}.window-light.yellow{background:#febc2e}.window-light.green{background:#28c840}#header-nav-pills{position:absolute;left:50%;display:flex;transform:translate(-50%);align-items:center;border:1px solid rgba(0,0,0,.05);border-radius:8px;background:#f1f5f980;padding:4px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.nav-pill{display:inline-flex;min-height:32px;align-items:center;justify-content:center;border-radius:6px;padding:6px 16px;color:#64748b;font-size:14px;line-height:1;white-space:nowrap;transition:color .2s ease,background .2s ease}.nav-pill:hover{background:#0000000d;color:#000}.nav-pill.active{background:#0000000d;color:#000;font-weight:500}#app-routes-container{flex:1 0 auto;padding-bottom:64px}#home-main{max-width:1024px;margin:0 auto;padding:48px 16px}#home-title-hero{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:48px;text-align:center}#home-headline{margin:0;color:var(--mac-text);font-size:40px;font-weight:700;letter-spacing:0;line-height:1.15}#posts-grid{display:grid;grid-template-columns:1fr;gap:24px}.post-card{position:relative;display:flex;overflow:hidden;flex-direction:column;border:1px solid rgba(0,0,0,.05);border-radius:16px;background:#fff;box-shadow:var(--shadow-mac);transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-mac-hover)}.post-cover-link{position:relative;display:block;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#f3f4f6}.post-cover-img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.post-card:hover .post-cover-img{transform:scale(1.05)}.post-cover-overlay{position:absolute;inset:0;background:#0000;transition:background .3s ease}.post-card:hover .post-cover-overlay{background:#0000000d}.post-content-container{display:flex;flex:1;flex-direction:column;padding:24px}.post-meta-tags{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--mac-accent);font-size:12px;font-weight:500}.post-tag-badge{border-radius:6px;background:#eff6ff;padding:2px 8px}.post-date{color:var(--mac-gray);font-size:10px}.post-heading{margin:0 0 12px;color:var(--mac-text);font-size:20px;font-weight:700;letter-spacing:0;line-height:1.25;transition:color .2s ease}.post-card:hover .post-heading{color:var(--mac-accent)}.post-excerpt{display:-webkit-box;flex-grow:1;margin:0 0 16px;overflow:hidden;color:var(--mac-gray);font-size:14px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.post-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;border-top:1px dashed #f3f4f6;padding-top:16px}.post-readtime{color:#9ca3af;font-size:12px}.post-navigate-btn,.icon-button{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:999px;background:#f9fafb;color:var(--mac-text);transition:background .2s ease,color .2s ease,transform .2s ease}.post-navigate-btn:hover{background:var(--mac-accent);color:#fff}.icon-button{border:1px solid rgba(0,0,0,.05);background:#fff;box-shadow:0 1px 2px #0000000d;cursor:pointer}.icon-button:hover{background:#f9fafb}.icon{width:16px;height:16px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.icon-sm{width:14px;height:14px}#postview-container{max-width:768px;margin:0 auto;padding:32px 16px}#postview-navbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}#postview-navbar-actions{display:flex;gap:8px}.postview-article{border:1px solid rgba(0,0,0,.05);border-radius:24px;background:#fff;box-shadow:var(--shadow-mac);padding:32px}#postview-article-header{margin-bottom:40px}#postview-article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.article-tag{border-radius:999px;background:#eff6ff;color:#2563eb;padding:4px 12px;font-size:12px;font-weight:600}#postview-article-title{margin:0 0 24px;color:var(--mac-text);font-size:30px;font-weight:700;letter-spacing:0;line-height:1.18}#postview-article-meta{display:flex;align-items:center;gap:24px;border-bottom:1px solid #f3f4f6;padding-bottom:24px;color:var(--mac-gray);font-size:14px}.postview-meta-item{display:inline-flex;align-items:center;gap:6px}#postview-featured-image{overflow:hidden;border-radius:16px;box-shadow:inset 0 2px 4px #0000000d;margin-bottom:40px}#postview-featured-image img{width:100%;height:auto;object-fit:cover}.prose{max-width:none;color:#333;font-size:18px;line-height:1.78}.prose h1,.prose h2,.prose h3,.prose h4{margin:32px 0 14px;color:var(--mac-text);font-weight:700;letter-spacing:0;line-height:1.25}.prose h2{font-size:28px}.prose h3{font-size:22px}.prose p,.prose ul,.prose ol,.prose blockquote,.prose pre,.prose table{margin:0 0 20px}.prose p{line-height:2}.prose a{color:var(--mac-accent)}.prose a:hover{text-decoration:underline}.prose img{border-radius:16px;box-shadow:0 1px 2px #0000000d}.prose blockquote{border-left:4px solid var(--mac-accent);border-radius:0 8px 8px 0;background:#f9fafb;padding:8px 16px;color:#475569;font-style:normal}.prose code{border-radius:6px;background:#f1f5f9;padding:2px 6px;font-size:.92em}.prose pre{overflow:auto;border-radius:12px;background:#111827;color:#f9fafb;padding:16px}#postview-footer-signature{margin-top:48px;text-align:center}#postview-footer-signature p{margin:0;color:var(--mac-gray);font-size:14px}#about-container{max-width:672px;margin:0 auto;padding:80px 24px;text-align:center}.animate-fade-in{animation:fade-in .36s ease both}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#about-logo{display:flex;width:80px;height:80px;align-items:center;justify-content:center;margin:0 auto 32px;border-radius:22px;background:linear-gradient(135deg,#2563eb,#312e81);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:30px;font-style:italic}#about-title{margin:0 0 24px;color:var(--mac-text);font-size:30px;font-weight:700;letter-spacing:0}#about-description{margin-bottom:40px;color:var(--mac-gray);font-size:18px;line-height:1.7}#about-description p{margin:0}#qr-codes-container{display:grid;grid-template-columns:1fr;gap:32px;max-width:512px;margin:0 auto 64px}.qr-card{border:1px solid rgba(0,0,0,.05);border-radius:16px;background:#fff;padding:24px;box-shadow:var(--shadow-mac);transition:box-shadow .3s ease,transform .3s ease}.qr-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-mac-hover)}.qr-card-title{margin:0 0 16px;color:var(--mac-text);font-size:14px;font-weight:700}.qr-image-wrap{position:relative;display:flex;width:100%;max-width:180px;aspect-ratio:1;align-items:center;justify-content:center;margin:0 auto;overflow:hidden;border:1px solid #f1f5f9;border-radius:12px;background:#f8fafc}.qr-image-wrap img{width:100%;height:100%;object-fit:cover;opacity:.7;transition:transform .3s ease}.qr-card:hover .qr-image-wrap img{transform:scale(1.05)}.qr-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;opacity:0;transition:opacity .2s ease}.qr-card:hover .qr-overlay{opacity:1}.qr-overlay span{border-radius:6px;background:#0009;color:#fff;font-size:12px;font-weight:600;padding:4px 10px}.qr-card-note{margin:16px 0 0;color:var(--mac-gray);font-size:12px;font-weight:500}#about-footer-info{margin-top:48px;border-top:1px solid #e5e7eb;padding-top:48px}#about-footer-info p{margin:0;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px}#footer-bar{flex-shrink:0;border-top:1px solid #f1f5f9;background:#fff;padding:40px 0}.footer-inner{max-width:896px;margin:0 auto;padding:0 16px;text-align:center}#footer-text{margin:0;color:#94a3b8;font-size:14px}@media(min-width:640px){#home-main{padding-right:24px;padding-left:24px}#home-headline{font-size:48px}#postview-container{padding-right:24px;padding-left:24px}#postview-article-title{font-size:36px}#qr-codes-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){#posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.postview-article{padding:48px}}@media(min-width:1024px){#posts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.header-inner{padding:0 16px}#header-window-lights,#header-actions{width:72px}.nav-pill{min-height:30px;padding:5px 12px;font-size:13px}#postview-article-meta{flex-wrap:wrap;gap:12px}}:root{--poker-bg: #faf9f5;--poker-bg-alt: #f0efea;--poker-surface: #ffffff;--poker-surface-soft: #f8f8f6;--poker-fg: #1f2428;--poker-fg-dim: #444b52;--poker-muted: #747a80;--poker-border: rgba(31, 36, 40, .11);--poker-border-soft: rgba(31, 36, 40, .07);--poker-accent: #1f68d5;--poker-accent-soft: rgba(31, 104, 213, .08);--poker-success: #2f8f65;--poker-radius-sm: 8px;--poker-radius-md: 14px;--poker-radius-lg: 20px;--poker-max-width: 760px;--poker-shadow-sm: 0 1px 2px rgba(31, 36, 40, .04), 0 0 0 1px rgba(31, 36, 40, .02);--poker-shadow-md: 0 10px 30px rgba(31, 36, 40, .08), 0 2px 8px rgba(31, 36, 40, .04);--font-mono-heading: "SF Mono", "JetBrains Mono", ui-monospace, Menlo, Monaco, Consolas, monospace;--font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;--font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif}html,body,.site-shell{background:var(--poker-bg)}body{color:var(--poker-fg);font-family:var(--font-body);font-size:17px;line-height:1.68}button,input{font-family:inherit}.site-shell{min-height:100vh}#app-routes-container{flex:1 0 auto;padding-bottom:0}.site-nav{position:sticky;top:0;z-index:50;height:60px;border-bottom:1px solid var(--poker-border);background:#faf9f5d1;backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%)}.site-nav-inner{display:flex;width:100%;max-width:var(--poker-max-width);height:100%;align-items:center;gap:34px;margin:0 auto;padding:0 28px}.site-logo{display:inline-flex;align-items:center;gap:7px;color:var(--poker-fg);font-family:var(--font-mono-heading);font-size:17px;font-weight:760;letter-spacing:0;white-space:nowrap}.site-logo-mark{display:inline-flex;min-width:32px;min-height:26px;align-items:center;justify-content:center;border:1px solid rgba(31,104,213,.18);border-radius:7px;padding:2px 7px;background:var(--poker-accent);color:#fff;box-shadow:0 7px 18px #1f68d533;line-height:1}.site-logo-word{color:var(--poker-fg);line-height:1}.nav-links{display:flex;align-items:center;gap:24px;margin-left:auto}.nav-link{position:relative;display:inline-flex;min-height:34px;align-items:center;color:var(--poker-muted);font-size:15px;font-weight:560;letter-spacing:0;white-space:nowrap}.nav-link:after{content:"";position:absolute;right:0;bottom:3px;left:0;height:2px;border-radius:999px;background:var(--poker-accent);transform:scaleX(0);transform-origin:center;transition:transform .16s ease}.nav-link:hover,.nav-link.active{color:var(--poker-fg)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.page-shell{width:100%;max-width:var(--poker-max-width);margin:0 auto;padding:56px 28px 96px}.hero-section{display:grid;gap:30px;padding:30px 0 42px}.hero-copy h1,.list-hero h1,.article-header h1,.about-panel h1,.section-heading h2,.focus-card h2,.article-card h2,.article-card h3{margin:0;color:var(--poker-fg);font-family:var(--font-display);font-weight:760;letter-spacing:0;line-height:1.18}.hero-copy h1{max-width:680px;margin-top:10px;font-size:clamp(38px,7vw,54px)}.hero-copy h1 .title-accent{color:var(--poker-accent)}.hero-copy h1 .title-plain{color:var(--poker-fg)}.hero-subtitle,.list-hero p,.section-heading p,.about-panel p{max-width:620px;margin:14px 0 0;color:var(--poker-fg-dim);font-size:18px;line-height:1.76}.kicker{display:inline-flex;width:fit-content;align-items:center;border:1px solid rgba(31,104,213,.12);border-radius:5px;padding:4px 11px;background:var(--poker-accent-soft);color:var(--poker-accent);font-family:var(--font-mono-heading);font-size:12px;font-weight:700;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.stats-row{display:flex;flex-wrap:wrap;gap:30px;margin-top:28px}.stat{color:var(--poker-muted);font-family:var(--font-mono-heading);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.stat strong{display:block;margin-bottom:2px;color:var(--poker-fg);font-size:28px;font-weight:780;letter-spacing:-.03em;line-height:1}.hero-actions,.read-more-row,.article-topbar{display:flex;flex-wrap:wrap;gap:12px}.hero-actions{margin-top:30px}.btn{display:inline-flex;min-height:43px;align-items:center;justify-content:center;border-radius:var(--poker-radius-sm);padding:10px 20px;cursor:pointer;font-size:15px;font-weight:700;line-height:1.4;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--poker-accent);color:#fff;box-shadow:0 8px 24px #1f68d538}.btn-primary:hover{box-shadow:0 10px 30px #1f68d547}.btn-ghost{border:1px solid var(--poker-border);background:var(--poker-surface);color:var(--poker-fg)}.btn-ghost:hover{border-color:#1f24282e;background:var(--poker-bg-alt)}.btn-sm{min-height:36px;padding:7px 14px;font-size:13px}.profile-card{display:flex;align-items:center;gap:18px;border:1px solid var(--poker-border-soft);border-radius:var(--poker-radius-lg);padding:18px;background:var(--poker-surface);box-shadow:var(--poker-shadow-sm)}.profile-card img{width:86px;height:86px;flex:0 0 86px;border-radius:999px;object-fit:cover;object-position:center top;filter:saturate(.76) sepia(.08) brightness(1.04) contrast(.96)}.profile-card p{margin:0;color:var(--poker-fg-dim);font-size:15px;line-height:1.62}.profile-card .profile-label{margin-bottom:4px;color:var(--poker-fg);font-weight:760}.focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:8px 0 44px}.focus-card,.empty-panel,.about-panel{border:1px solid var(--poker-border-soft);border-radius:var(--poker-radius-md);background:var(--poker-surface);box-shadow:var(--poker-shadow-sm)}.focus-card{padding:22px}.focus-card h2{margin-top:14px;font-size:19px}.focus-card p{margin:8px 0 0;color:var(--poker-fg-dim);font-size:14px;line-height:1.66}.section-block{margin-top:34px}.section-sep{display:flex;align-items:center;gap:12px;margin:0 0 28px}.section-sep:before,.section-sep:after{content:"";height:1px;background:var(--poker-border)}.section-sep:before{flex:.35}.section-sep:after{flex:1}.section-sep .dot{width:5px;height:5px;flex:0 0 5px;border-radius:999px;background:var(--poker-accent)}.section-heading h2{margin-top:12px;font-size:clamp(25px,4vw,32px)}.article-list{display:flex;flex-direction:column;gap:10px;margin-top:22px}.article-card{display:block;border:1px solid var(--poker-border-soft);border-radius:var(--poker-radius-md);padding:25px 28px;background:var(--poker-surface);box-shadow:var(--poker-shadow-sm);color:inherit;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.article-card:hover{border-color:var(--poker-border);box-shadow:var(--poker-shadow-md);transform:translateY(-2px)}.article-card time{display:block;margin-bottom:7px;color:var(--poker-muted);font-family:var(--font-mono-heading);font-size:12px;font-weight:600;letter-spacing:.06em}.article-card h2,.article-card h3{font-size:21px}.article-card p{display:-webkit-box;margin:8px 0 0;overflow:hidden;color:var(--poker-fg-dim);font-size:15px;line-height:1.64;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-meta-line{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.article-meta-line span{display:inline-flex;align-items:center;border:1px solid rgba(31,104,213,.1);border-radius:999px;padding:3px 10px;background:var(--poker-accent-soft);color:var(--poker-accent);font-family:var(--font-mono-heading);font-size:11px;font-weight:700;letter-spacing:.04em}.read-more-row{justify-content:center;margin-top:24px}.list-hero{margin-bottom:28px}.list-hero h1,.about-panel h1{margin-top:12px;font-size:clamp(34px,5vw,46px)}.empty-panel{margin-top:22px;padding:28px}.empty-panel h2,.empty-panel h3{margin:0}.empty-panel p{margin:8px 0 0;color:var(--poker-fg-dim)}.article-page{max-width:820px}.article-topbar{justify-content:space-between;margin-bottom:22px}.article-shell{border:1px solid var(--poker-border-soft);border-radius:var(--poker-radius-lg);padding:clamp(26px,5vw,46px);background:var(--poker-surface);box-shadow:var(--poker-shadow-sm)}.article-header{padding-bottom:28px;border-bottom:1px solid var(--poker-border-soft)}.article-header h1{margin-top:16px;font-size:clamp(34px,6vw,48px)}.article-header p:not(.kicker){margin:14px 0 0;color:var(--poker-fg-dim);font-size:17px;line-height:1.72}.article-cover{margin:30px 0 0;overflow:hidden;border-radius:var(--poker-radius-md);background:var(--poker-bg-alt)}.article-cover img{width:100%;height:auto}.prose{max-width:none;margin-top:34px;color:var(--poker-fg-dim);font-size:18px;line-height:1.9}.prose h1,.prose h2,.prose h3,.prose h4{margin:38px 0 14px;padding-bottom:0;border-bottom:0;color:var(--poker-fg);font-family:var(--font-display);font-weight:760;letter-spacing:0;line-height:1.26}.prose h2{font-size:26px}.prose h3{font-size:21px}.prose p,.prose ul,.prose ol,.prose blockquote,.prose pre,.prose table{margin:0 0 22px}.prose p{line-height:1.95}.prose ul,.prose ol{padding-left:1.35em}.prose li+li{margin-top:8px}.prose a,.about-panel a{color:var(--poker-accent);text-decoration:underline;text-underline-offset:3px}.prose img{width:auto;max-width:100%;margin:28px auto;border-radius:var(--poker-radius-md);box-shadow:var(--poker-shadow-sm)}.prose blockquote{border-left:3px solid var(--poker-accent);border-radius:0 var(--poker-radius-sm) var(--poker-radius-sm) 0;background:var(--poker-surface-soft);padding:12px 18px;color:var(--poker-fg-dim)}.prose code{border-radius:6px;background:var(--poker-bg-alt);padding:2px 6px;font-family:var(--font-mono-heading);font-size:.92em}.prose pre{overflow:auto;border-radius:var(--poker-radius-md);background:#171a1f;color:#f6f7f8;padding:18px}.prose pre code{background:transparent;padding:0}.about-page{max-width:var(--poker-max-width)}.about-panel{padding:clamp(28px,5vw,44px)}.about-panel h2{margin:0;color:var(--poker-fg);font-size:24px}.site-footer{border-top:1px solid var(--poker-border);background:var(--poker-surface);color:var(--poker-muted)}.site-footer-inner{display:flex;width:100%;max-width:var(--poker-max-width);align-items:center;justify-content:space-between;gap:18px;margin:0 auto;padding:34px 28px;font-family:var(--font-mono-heading);font-size:12px;font-weight:600;letter-spacing:.06em}.site-footer p{margin:0}.site-footer a{color:var(--poker-accent)}@media(max-width:700px){.site-nav{height:auto}.site-nav-inner{align-items:flex-start;flex-direction:column;gap:10px;padding:13px 16px 12px}.nav-links{width:100%;gap:16px;margin-left:0;overflow-x:auto;padding-bottom:2px}.nav-link{min-height:30px;font-size:13px}.page-shell{padding:36px 16px 72px}.hero-section{padding-top:18px}.hero-copy h1{font-size:clamp(34px,11vw,42px);overflow-wrap:anywhere}.hero-subtitle,.list-hero p,.section-heading p,.about-panel p{font-size:16px;overflow-wrap:anywhere}.stats-row{gap:22px}.profile-card{align-items:flex-start;flex-direction:column}.profile-card img{width:78px;height:78px}.focus-grid{grid-template-columns:1fr}.article-card{padding:21px}.article-card h2,.article-card h3{font-size:20px;overflow-wrap:anywhere}.article-topbar{align-items:stretch;flex-direction:column}.article-shell{border-radius:var(--poker-radius-md);padding:24px 20px}.article-header h1{font-size:clamp(30px,10vw,38px);overflow-wrap:anywhere}.prose{font-size:17px;line-height:1.86}.site-footer-inner{align-items:flex-start;flex-direction:column;padding:28px 16px}}
