:root{--background:#f6f8fb;--surface:#fff;--surface-muted:#eef3f8;--surface-strong:#111827;--text:#152033;--text-soft:#5f6c80;--text-inverse:#f8fafc;--accent:#ff1a45;--accent-soft:rgba(255,26,69,.14);--border:rgba(18,32,51,.1);--shadow:0 24px 70px rgba(15,23,42,.08);--radius-lg:32px;--radius-md:24px;--radius-sm:16px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(255,26,69,.12),transparent 32%),radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 28%),linear-gradient(180deg,#fbfcfe 0,var(--background) 100%);color:var(--text);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{width:min(var(--container),calc(100% - 32px));margin:0 auto;padding:28px 0 56px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px;padding:18px 22px;border:1px solid var(--border);border-radius:999px;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 40px rgba(15,23,42,.05)}.brand{gap:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.brand,.brand-mark{display:inline-flex;align-items:center;font-size:1rem}.brand-mark{width:2.5rem;height:2.5rem;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--accent),#ff7a59);color:var(--text-inverse)}.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-copy strong{font-size:.95rem}.brand-copy span{color:var(--text-soft);font-size:.76rem;font-weight:600;letter-spacing:.08em}.header-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.mobile-menu{display:none;position:relative;z-index:60}.mobile-menu-toggle{display:none;position:relative;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);cursor:pointer;list-style:none;box-shadow:0 16px 30px rgba(15,23,42,.08)}.mobile-menu-toggle span{position:absolute;width:18px;height:2px;border-radius:999px;background:var(--text);transition:transform .18s ease,opacity .18s ease}.mobile-menu-toggle span:first-child{transform:translateY(-6px)}.mobile-menu-toggle span:nth-child(3){transform:translateY(6px)}.mobile-menu.is-open .mobile-menu-toggle span:first-child{transform:rotate(45deg)}.mobile-menu.is-open .mobile-menu-toggle span:nth-child(2){opacity:0}.mobile-menu.is-open .mobile-menu-toggle span:nth-child(3){transform:rotate(-45deg)}.mobile-menu-panel{position:fixed;inset:0;z-index:50;opacity:0;pointer-events:none;background:rgba(15,23,42,.16);transition:opacity .22s ease}.mobile-menu-card{margin-left:auto;display:flex;min-height:100%;width:min(320px,calc(100vw - 36px));flex-direction:column;gap:20px;padding:92px 22px 24px;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:-20px 0 50px rgba(15,23,42,.12);transform:translateX(100%);transition:transform .22s ease}.mobile-menu-brand{display:flex;align-items:center;gap:14px;margin-bottom:8px}.mobile-menu-brand-copy{display:flex;flex-direction:column;gap:2px}.mobile-menu-brand-copy strong{font-size:1rem;letter-spacing:.04em;text-transform:uppercase}.mobile-menu-brand-copy span{color:var(--text-soft);font-size:.78rem;font-weight:600}.mobile-menu.is-open .mobile-menu-panel{opacity:1;pointer-events:auto}.mobile-menu.is-open .mobile-menu-card{transform:translateX(0)}.mobile-menu-label{margin:0;color:var(--text-soft);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mobile-menu-links{display:grid;grid-gap:10px;gap:10px}.mobile-menu-links a{padding:14px 16px;border:1px solid var(--border);border-radius:18px;background:var(--surface);font-size:1rem;font-weight:700}.main-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.main-nav a,.secondary-nav a,.tag-chip{padding:10px 14px;border-radius:999px;color:var(--text-soft);font-size:.95rem;font-weight:600;transition:color .18s ease,background-color .18s ease,transform .18s ease}.main-nav a:hover,.secondary-nav a:hover,.tag-chip:hover{color:var(--text);background:var(--surface-muted);transform:translateY(-1px)}.secondary-nav{display:flex;align-items:center;gap:10px}.secondary-nav a{background:var(--surface-strong);color:var(--text-inverse)}.page-section{margin-bottom:42px}main{margin-bottom:56px}.home-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:24px;gap:24px;align-items:stretch;margin-bottom:38px}.archive-hero,.hero-featured,.hero-panel,.post-card,.post-template,.site-footer{border:1px solid var(--border);border-radius:var(--radius-lg);background:hsla(0,0%,100%,.92);box-shadow:var(--shadow)}.hero-panel{padding:42px}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--accent);font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:34px;height:1px;background:currentColor}.archive-title,.hero-title,.post-title{margin:0;letter-spacing:-.04em;line-height:.95}.hero-title{max-width:12ch;font-size:clamp(3.4rem,7vw,6.8rem)}.hero-description{max-width:54ch;margin:22px 0 0;color:var(--text-soft);font-size:1.1rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:999px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.button-link:hover{transform:translateY(-1px)}.button-link.primary{background:var(--surface-strong);color:var(--text-inverse);box-shadow:0 16px 30px rgba(15,23,42,.18)}.button-link.secondary{background:var(--surface-muted);color:var(--text)}.hero-featured{overflow:hidden;position:relative;min-height:100%}.hero-featured-image{aspect-ratio:4/5;width:100%;object-fit:cover}.hero-featured-copy{position:absolute;inset:auto 0 0;padding:24px;background:linear-gradient(180deg,transparent,rgba(10,15,28,.84) 72%);color:var(--text-inverse)}.hero-featured-copy h2{margin:8px 0 0;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.02;letter-spacing:-.03em}.hero-featured-copy p{margin:12px 0 0;color:rgba(248,250,252,.8)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading h2{margin:0;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.03em}.section-heading p{margin:0;color:var(--text-soft)}.post-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:22px;gap:22px;list-style:none;margin:28px 0 0;padding:0}.post-grid>li{grid-column:span 6}.post-grid.compact>li{grid-column:span 4}.post-card{overflow:hidden}.post-card,.post-card-link{display:flex;height:100%;flex-direction:column}.post-card-image{aspect-ratio:16/10;width:100%;object-fit:cover}.post-card-body{display:flex;flex:1 1;flex-direction:column;gap:14px;padding:24px}.post-card-title{margin:0;font-size:clamp(1.5rem,2vw,2rem);letter-spacing:-.03em;line-height:1.06}.archive-count,.archive-description,.footer-note,.meta,.post-card-excerpt,.post-dek{color:var(--text-soft)}.meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.92rem}.meta-dot{width:4px;height:4px;border-radius:999px;background:currentColor;opacity:.5}.tag-strip{display:flex;flex-wrap:wrap;gap:10px}.tag-chip{background:var(--surface-muted)}.archive-hero{padding:36px}.archive-title{font-size:clamp(2.4rem,5vw,4.25rem)}.archive-description{max-width:60ch;margin:16px 0 0;font-size:1.05rem}.archive-count{margin-top:20px;font-weight:700}.tags-list{list-style:none;padding:0;margin:28px 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;gap:16px}.tags-list li a{display:flex;justify-content:space-between;gap:16px;padding:20px 22px;border:1px solid var(--border);border-radius:var(--radius-md);background:hsla(0,0%,100%,.9);font-weight:700;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.tags-list li a:hover{transform:translateY(-2px);border-color:rgba(255,26,69,.26);box-shadow:var(--shadow)}.post-template{overflow:hidden}.post-header{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.85fr);grid-gap:0;gap:0;align-items:stretch;background:linear-gradient(135deg,rgba(255,26,69,.08),transparent 36%),linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.05))}.post-header-copy{padding:48px}.post-title{font-size:clamp(2.8rem,6vw,5.2rem)}.post-dek{margin:20px 0 0;max-width:58ch;font-size:1.1rem}.post-header-media{min-height:100%;background:var(--surface-muted)}.post-hero{width:100%;height:100%;min-height:320px;object-fit:cover}.post-content{width:min(760px,calc(100% - 48px));margin:0 auto;padding:42px 0 54px;font-size:1.1rem}.ghost-content>:first-child{margin-top:0}.ghost-content>:last-child{margin-bottom:0}.ghost-content iframe,.ghost-content img{max-width:100%;border-radius:var(--radius-sm)}.ghost-content a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.15em}.ghost-content h2,.ghost-content h3,.ghost-content h4{margin-top:2.2em;margin-bottom:.5em;line-height:1.1;letter-spacing:-.03em}.ghost-content blockquote{margin:2rem 0;padding:0 0 0 1.2rem;border-left:3px solid var(--accent);color:var(--text);font-size:1.25rem;line-height:1.5}.ghost-content pre{overflow-x:auto;background:#0f172a;color:#e2e8f0;padding:16px 18px;border-radius:var(--radius-sm)}.ghost-content code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.ghost-content pre code{display:block;min-width:max-content;color:inherit}.ghost-content .hljs{color:#d6e2ff;background:transparent}.ghost-content .hljs-keyword,.ghost-content .hljs-selector-tag,.ghost-content .hljs-title.function_{color:#ff7ab6}.ghost-content .hljs-attr,.ghost-content .hljs-string,.ghost-content .hljs-template-variable{color:#a5ff90}.ghost-content .hljs-attribute,.ghost-content .hljs-literal,.ghost-content .hljs-number,.ghost-content .hljs-variable{color:#ffd580}.ghost-content .hljs-comment,.ghost-content .hljs-quote{color:#7f8ea3}.ghost-content .hljs-built_in,.ghost-content .hljs-title.class_,.ghost-content .hljs-type{color:#82aaff}.ghost-content .hljs-function,.ghost-content .hljs-meta,.ghost-content .hljs-property,.ghost-content .hljs-symbol{color:#7ad7ff}.ghost-content .kg-card{margin:1.8rem 0}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 28px}.footer-note{margin:0}.footer-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media (max-width:1080px){.home-hero,.post-header{grid-template-columns:1fr}.hero-featured-image{aspect-ratio:16/9}.post-header-media{max-height:520px}.post-grid.compact>li{grid-column:span 6}}@media (max-width:760px){.site-shell{width:min(var(--container),calc(100% - 20px));padding-top:18px}.site-footer{border-radius:28px}.archive-hero,.hero-panel,.post-card-body,.post-header-copy,.site-footer{padding:22px}.site-header{position:relative;justify-content:flex-end;margin-bottom:-70px;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:80}.brand,.header-nav,.main-nav,.secondary-nav{display:none}.mobile-menu,.mobile-menu-toggle{display:inline-flex}.mobile-menu{position:absolute;top:22px;right:22px;margin-left:0}.post-grid.compact>li,.post-grid>li{grid-column:span 12}.post-content{width:min(760px,calc(100% - 32px));padding:30px 0 38px;font-size:1.02rem}.site-footer{flex-direction:column;align-items:flex-start}}