:root{--bg: #f6f7f8;--surface: #ffffff;--text: #1f2328;--muted: #6a737d;--line: #d8dee4;--brand: #1c6b57;--brand-strong: #12483c;--accent: #c7a15a;--radius: 6px;--wrap: 1160px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.72}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}iframe{max-width:100%}.wrap{width:min(var(--wrap),calc(100% - 32px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--brand);color:#fff}.brand-text{font-size:20px}.main-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px 16px;color:#343a40;font-size:15px;font-weight:650}.main-nav a:hover{color:var(--brand)}.home-hero,.archive-header{background:var(--surface);border-bottom:1px solid var(--line)}.home-hero .wrap,.archive-header .wrap{padding:54px 0 42px}.home-hero h1,.archive-header h1{max-width:860px;margin:0;font-size:clamp(32px,4vw,54px);line-height:1.16;letter-spacing:0}.home-hero p,.archive-header p{max-width:780px;margin:16px 0 0;color:var(--muted);font-size:18px}.eyebrow,.entry-category,.post-card-category{color:var(--brand);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.category-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:24px 0 0}.category-strip a{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px}.category-strip strong{color:var(--brand)}.content-section{padding:34px 0 56px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-heading h2{margin:0;font-size:24px}.section-heading p{margin:0;color:var(--muted)}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.post-card-link{display:flex;height:100%;flex-direction:column}.post-card-thumb{display:block;aspect-ratio:16 / 9;overflow:hidden;background:#e8ecef}.post-card-thumb img{width:100%;height:100%;object-fit:cover}.post-card-body{display:flex;flex:1;flex-direction:column;padding:18px 20px 20px}.post-card h2{margin:10px 0;font-size:21px;line-height:1.36;letter-spacing:0}.post-card p{margin:0 0 18px;color:var(--muted);font-size:15px}.post-card time{margin-top:auto;color:#7b8490;font-size:13px}.post-card:hover{border-color:#9fb8af;box-shadow:0 10px 30px #0f172a14}.entry{max-width:860px;padding:42px 0 70px}.entry-header{margin-bottom:28px;border-bottom:1px solid var(--line);padding-bottom:28px}.entry-header h1{margin:10px 0 12px;font-size:clamp(30px,4.2vw,48px);line-height:1.18;letter-spacing:0}.entry-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:14px}.entry-notice,.entry-source-note{border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:#3b424a;font-size:15px}.entry-notice{margin:0 0 26px;border-left:4px solid var(--accent);padding:14px 16px}.entry-source-note{margin-top:44px;padding:18px}.entry-source-note p{margin:8px 0 0;color:var(--muted)}.entry-source-note a{color:var(--brand-strong);font-weight:700;text-decoration:underline;text-underline-offset:3px}.entry-content{overflow-wrap:anywhere;font-size:18px}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{margin:34px 0 14px;line-height:1.28;letter-spacing:0}.entry-content h1{font-size:32px}.entry-content h2{border-left:4px solid var(--brand);padding-left:12px;font-size:28px}.entry-content h3{font-size:23px}.entry-content p{margin:0 0 18px}.entry-content a{color:var(--brand-strong);font-weight:700;text-decoration:underline;text-underline-offset:3px}.entry-content ul,.entry-content ol{padding-left:24px}.entry-content blockquote{margin:24px 0;border-left:4px solid var(--accent);background:#fff;padding:16px 18px}.entry-content table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;background:#fff}.entry-content th,.entry-content td{border:1px solid var(--line);padding:10px 12px;text-align:left}.entry-content img{display:block;margin:22px auto;border-radius:var(--radius)}.read-more,.button{display:inline-flex;align-items:center;min-height:38px;border-radius:var(--radius);background:var(--brand);color:#fff!important;padding:8px 14px;text-decoration:none!important}.search-box{width:min(100%,640px);height:48px;margin-top:22px;border:1px solid var(--line);border-radius:var(--radius);padding:0 16px;font-size:16px}.search-results{display:grid;gap:12px}.search-result{display:block;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px}.search-result span{display:block;color:var(--brand);font-size:13px;font-weight:800}.search-result p{margin:8px 0 0;color:var(--muted)}.site-footer{border-top:1px solid var(--line);background:#202427;color:#f7f8f8}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;padding:34px 0}.footer-grid p{margin:8px 0 0;color:#c9d1d9}.footer-pages{display:flex;flex-wrap:wrap;gap:8px 14px;justify-content:flex-start;margin-top:16px;color:#dce6e2;font-size:14px}.footer-grid>nav{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:flex-end}@media(max-width:920px){.header-inner{min-height:62px}.main-nav{display:none}.section-heading,.footer-grid{align-items:start;flex-direction:column;grid-template-columns:1fr}.category-strip,.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.wrap{width:min(var(--wrap),calc(100% - 24px))}.home-hero,.category-strip{display:none}.post-grid{grid-template-columns:1fr;gap:10px}.archive-header .wrap{padding:38px 0 30px}.content-section{padding:14px 0 34px}.section-heading{margin-bottom:10px}.section-heading h2{font-size:20px}.section-heading p{display:none}.post-card-link{display:grid;grid-template-columns:104px minmax(0,1fr);min-height:104px}.post-card-link--plain{grid-template-columns:1fr}.post-card-thumb{height:100%;min-height:104px;aspect-ratio:auto}.post-card-body{min-width:0;padding:10px 12px}.post-card-category,.post-card time{font-size:12px}.post-card h2{display:-webkit-box;overflow:hidden;margin:3px 0 6px;font-size:16px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-card p{display:none}.entry-content{font-size:16px}}
