:root{color-scheme:light;--bg: #f5f7f3;--panel: #ffffff;--ink: #15211d;--muted: #5f6d67;--line: #dce4dd;--pitch: #16633f;--pitch-dark: #0d402f;--blue: #245f9e;--red: #bb3f35;--amber: #c98224;--shadow: 0 18px 45px rgba(20, 35, 29, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);scroll-behavior:smooth}body{margin:0;min-width:320px;line-height:1.7}body,button,input{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}.section{padding:64px 0}.section-tight{padding:40px 0}.eyebrow{margin:0 0 10px;color:var(--red);font-size:.84rem;font-weight:700;letter-spacing:0}.section-title{margin:0;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.15}.section-lead{margin:14px 0 0;max-width:720px;color:var(--muted);font-size:1.04rem}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(220,228,221,.9);background:#f5f7f3eb;backdrop-filter:blur(16px)}.header-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-mark{width:34px;height:34px;border:2px solid var(--pitch);border-radius:50%;display:grid;place-items:center;color:var(--pitch);font-size:.72rem;line-height:1}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-subtitle{color:var(--muted);font-size:.76rem;font-weight:600}.nav-list{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.nav-list a{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:6px;color:var(--muted);font-weight:700}.nav-list a:hover,.nav-list a[aria-current=page]{background:#e7eee8;color:var(--ink)}.hero{min-height:min(760px,calc(100vh - 68px));padding:76px 0 84px;position:relative;display:grid;align-items:end;overflow:hidden;background:linear-gradient(90deg,#0a1c14d6,#0a1c146b 52%,#0a1c1433),url(/tactical-board-hero.png) center / cover no-repeat;color:#fff}.hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(180deg,rgba(245,247,243,0),var(--bg))}.hero-content{position:relative;z-index:1;max-width:720px}.hero-kicker{margin:0 0 16px;color:#f2c15f;font-weight:800}.hero h1{margin:0;font-size:clamp(3rem,8vw,6.8rem);line-height:.95;letter-spacing:0}.hero p{max-width:620px;margin:22px 0 0;color:#ffffffdb;font-size:clamp(1rem,2vw,1.24rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 18px;border:1px solid transparent;border-radius:6px;background:var(--pitch);color:#fff;font-weight:800}.button.secondary{border-color:#ffffff75;background:#ffffff1f}.button:hover{transform:translateY(-1px)}.grid{display:grid;gap:18px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 1px #14231d0a}.note-card{min-height:230px;display:flex;flex-direction:column;padding:24px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.note-card:hover{border-color:#16633f80;box-shadow:var(--shadow);transform:translateY(-2px)}.note-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;color:var(--muted);font-size:.86rem;font-weight:700}.pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:#f8faf7;color:var(--pitch-dark);font-size:.82rem;font-weight:800}.note-card h2,.note-card h3{margin:0;font-size:1.28rem;line-height:1.28}.note-card p{margin:12px 0 0;color:var(--muted)}.note-card .read-more{margin-top:auto;padding-top:22px;color:var(--blue);font-weight:800}.category-band{background:#eaf0ea}.category-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.category-link{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid #cdd8cf;border-radius:6px;background:#fff;color:var(--pitch-dark);font-weight:800}.category-link:hover{border-color:var(--pitch)}.page-hero{padding:58px 0 40px;border-bottom:1px solid var(--line);background:#edf3ee}.page-hero h1{margin:0;font-size:clamp(2.1rem,5vw,4.2rem);line-height:1.06}.page-hero p{max-width:760px;margin:16px 0 0;color:var(--muted);font-size:1.08rem}.article-shell{width:min(860px,calc(100% - 32px));margin:0 auto;padding:52px 0 72px}.article-header{margin-bottom:34px}.article-header h1{margin:12px 0 16px;font-size:clamp(2rem,5vw,3.7rem);line-height:1.08}.article-summary{color:var(--muted);font-size:1.12rem}.source-note{margin-top:18px;padding:14px 16px;border-left:4px solid var(--amber);background:#fff8eb;color:#5f4b22}.prose{color:#26332f;font-size:1.04rem}.prose h2,.prose h3{color:var(--ink);line-height:1.2}.prose h2{margin-top:38px;font-size:1.7rem}.prose h3{margin-top:28px;font-size:1.28rem}.prose p,.prose ul,.prose ol{margin:16px 0}.prose li+li{margin-top:8px}.prose strong{color:#132a21}.prose blockquote{margin:22px 0;padding:2px 0 2px 18px;border-left:4px solid var(--pitch);color:var(--muted)}.prose a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.site-footer{border-top:1px solid var(--line);background:#17251f;color:#ffffffc7}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:24px;padding:28px 0}.footer-title{margin:0;color:#fff;font-weight:800}.footer-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px;font-size:.9rem}.footer-meta a{text-decoration:underline;text-underline-offset:3px}.empty-state{padding:34px;color:var(--muted)}@media(max-width:760px){.header-inner{min-height:auto;padding:12px 0;align-items:flex-start;flex-direction:column}.nav-list{width:100%;overflow-x:auto;padding-bottom:2px}.hero{min-height:680px;padding:72px 0;background-position:58% center}.grid.three,.grid.two,.footer-inner{grid-template-columns:1fr}.footer-meta{justify-content:flex-start}}
