:root{--bg: #f7f8fc;--surface: #ffffff;--surface-soft: #eef2f8;--text: #111827;--muted: #647084;--accent: #2563eb;--accent-2: #6d5dfc;--accent-soft: #e8edff;--border: #dbe2ee;--shadow: 0 16px 36px rgba(23, 32, 58, .08);--radius: 18px}:root[data-theme=dark]{--bg: #111827;--surface: #172033;--surface-soft: #202b42;--text: #f8fafc;--muted: #b8c2d6;--accent: #7dd3fc;--accent-2: #a5b4fc;--accent-soft: rgba(125, 211, 252, .12);--border: #2f3c55;--shadow: 0 18px 44px rgba(0, 0, 0, .22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:linear-gradient(180deg,rgba(37,99,235,.06),transparent 360px),linear-gradient(90deg,rgba(17,24,39,.035) 1px,transparent 1px) 0 0 / 48px 48px,var(--bg);font-family:ui-serif,Georgia,Cambria,Times New Roman,serif;line-height:1.65}body,button,input{font-size:16px}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(219,226,238,.82);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(14px)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:1.1rem;padding:.9rem 0}.brand{display:inline-flex;align-items:center;gap:.65rem;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;letter-spacing:0}.brand-mark{width:2.2rem;height:2.2rem;border-radius:.65rem;box-shadow:0 8px 18px #2563eb2e}.menu{display:flex;flex-wrap:wrap;gap:.25rem;padding:0;margin:0;list-style:none;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.menu a{display:block;padding:.45rem .65rem;color:var(--muted);border-radius:999px;font-size:.92rem}.menu a:hover,.menu a.active{color:var(--accent);background:var(--accent-soft)}.theme-toggle{flex:0 0 auto;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.48rem .75rem;border-radius:999px;cursor:pointer;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}main{padding:1.4rem 0 3.5rem}.hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.4rem;align-items:center;padding:2rem 0 1.45rem;border-bottom:1px solid var(--border)}.hero-copy{max-width:760px}.eyebrow,.tag,.meta{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.eyebrow,.tag{margin:0 0 .65rem;color:var(--accent);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.1;letter-spacing:0}h1{font-size:3.25rem}h2{font-size:2rem}h3{font-size:1.28rem}.hero p,.lead{max-width:700px;color:var(--muted);font-size:1.08rem}.hero-featured-card{padding:1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.hero-featured-card h2{font-size:1.18rem;line-height:1.18}.hero-featured-card p:not(.tag){margin:.7rem 0 0;color:var(--muted);font-size:.95rem;line-height:1.55}.read-link,.rss-link{display:inline-flex;margin-top:.9rem;color:var(--accent);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem;font-weight:800}section{margin-top:2rem}.recent-section{margin-top:1.55rem}.featured-post{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.featured-image-wrap,.card-image-wrap{display:block;overflow:hidden;background:var(--surface-soft)}.featured-image,.card-image,.generated-post-image{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.generated-post-image{display:block}.featured-image-wrap{min-height:360px}.featured-copy{padding:2rem;align-self:center}.featured-copy p:last-child{color:var(--muted);font-size:1.08rem}.featured-post:hover img,.post-card:hover img{transform:scale(1.035)}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.post-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 24px #17203a0f}.card-image-wrap{aspect-ratio:16 / 10}.card-body{display:flex;flex:1;flex-direction:column;padding:1rem}.post-card h3 a:hover,.featured-post h2 a:hover,.section-head a:hover{color:var(--accent)}.post-card p:last-child{color:var(--muted);margin-bottom:0}.meta{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin:0 0 .7rem;color:var(--muted);font-size:.86rem}.meta a,.meta span:first-child{color:var(--accent);font-weight:700}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-head a{color:var(--accent);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.newsletter-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.2rem;align-items:center;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg,var(--surface),var(--accent-soft))}.newsletter-box p{color:var(--muted)}.newsletter-box h2{font-size:1.45rem}.newsletter-box p:last-child{max-width:820px;margin-bottom:0}.category-page,.about-page{max-width:880px;padding:2.2rem 0}.category-page .post-grid{margin-top:1.4rem}.post-page{max-width:880px;margin:0 auto}.post-header{padding:2.4rem 0 1rem}.post-header h1{max-width:820px;font-size:3.15rem}.post-hero-image{margin:1.2rem 0 2rem}.post-hero-image img{width:100%;max-height:520px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.post-hero-image .generated-post-image{width:100%;aspect-ratio:16 / 9;max-height:520px;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.post-hero-image figcaption{margin-top:.55rem;color:var(--muted);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.84rem;text-align:right}.post-hero-image a{color:var(--accent)}.post-content{max-width:720px;margin:0 auto;color:var(--text);font-size:1.14rem;line-height:1.85}.post-content p{margin:0 0 1.35rem}.post-content.hide-duplicate-heading>:first-child:is(h1,h2,h3,h4,h5,h6){display:none}.post-content h2{margin:2.2rem 0 .8rem;font-size:1.75rem}.post-content h3{margin:1.8rem 0 .7rem;font-size:1.35rem}.post-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.post-content li{margin-bottom:.5rem}.site-footer{border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 80%,var(--bg))}.footer-wrap{display:flex;justify-content:space-between;gap:1rem;padding:1.5rem 0;color:var(--muted);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer-wrap strong{color:var(--text)}.footer-wrap p{margin:.25rem 0 0}.footer-wrap nav{display:flex;gap:1rem}.footer-wrap a{color:var(--accent);font-weight:700}@media(max-width:920px){.hero,.featured-post,.newsletter-box{grid-template-columns:1fr}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-image-wrap{min-height:280px}h1{font-size:2.55rem}.post-header h1{font-size:2.4rem}}@media(max-width:680px){.container{width:min(100% - 28px,1120px)}.nav-wrap,.footer-wrap{align-items:flex-start;flex-direction:column}.menu{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.15rem}.theme-toggle{position:absolute;top:.85rem;right:1rem}main{padding-top:1.1rem}.hero{padding-top:1.1rem;padding-bottom:1.1rem;gap:1rem}h1{font-size:2.2rem}h2{font-size:1.55rem}h3{font-size:1.16rem}.hero p,.lead{font-size:1rem}.post-grid{grid-template-columns:1fr}.featured-copy{padding:1.15rem}.featured-image-wrap{min-height:220px}.section-head{align-items:flex-start;flex-direction:column}.newsletter-box{padding:1.1rem}.rss-link{margin-top:0}.post-header{padding-top:1.2rem}.post-header h1{font-size:2rem}.post-content{font-size:1.04rem;line-height:1.78}}
