:root{--brand:#1fb2d0;--ink:#17252a;--soft:#f3fbfd;--white:#fff;--line:#dceff3;--muted:#5f7479;--max:1120px}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.wrap{max-width:var(--max);margin:auto;padding:0 22px}header{border-bottom:1px solid #dceff3;background:#fff;position:sticky;top:0;z-index:50}.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-weight:900;font-size:1.3rem;color:var(--brand);display:inline-flex;align-items:center;gap:10px}.brand-logo{height:46px;width:auto;max-width:150px;object-fit:contain;display:block}nav{display:flex;align-items:center;gap:22px}nav a{font-weight:600;font-size:.94rem}nav a:hover{color:var(--brand)}.page-head{padding:68px 0 36px;background:linear-gradient(180deg,var(--soft),#fff)}.page-head h1{font-size:clamp(2.4rem,6vw,4.6rem);margin:5px 0 14px}.page-head p{font-size:1.1rem;color:var(--muted);max-width:700px;line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-weight:800;font-size:.76rem;color:var(--brand)}section{padding:48px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 28px #0b66800a}.card img{width:100%;height:210px;object-fit:cover}.card-body{padding:20px}.card h2{font-size:1.2rem;margin:8px 0 10px}.card p{color:var(--muted);line-height:1.55}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.chips a{padding:7px 11px;border:1px solid #cfeaf0;border-radius:99px;background:#fff;font-size:.88rem}.empty{padding:28px;border-radius:14px;background:var(--soft);color:var(--muted)}.article-wrap{max-width:880px;margin:0 auto;padding:58px 22px}.article{font-size:1.06rem}.article h1{font-size:clamp(2.3rem,6vw,4.4rem);line-height:1.05;margin:8px 0 16px}.byline{color:var(--muted);margin-bottom:28px}.hero-image{width:100%;max-height:520px;object-fit:cover;border-radius:18px;margin:8px 0 34px}.prose{line-height:1.78}.prose h2{font-size:2rem;line-height:1.2;margin:42px 0 14px}.prose h3{font-size:1.45rem;margin:32px 0 12px}.prose p{margin:0 0 20px}.prose ul,.prose ol{padding-left:26px}.prose blockquote{margin:28px 0;padding:16px 20px;border-left:4px solid var(--brand);background:var(--soft)}.prose img{max-width:100%;height:auto;border-radius:12px}.prose table{width:100%;border-collapse:collapse;display:block;overflow:auto}.prose th,.prose td{border:1px solid #d9e3e5;padding:9px}.prose a{color:#168fa8;text-decoration:underline}footer{padding:38px 0;border-top:1px solid #dceff3;color:#62777c;margin-top:30px}.fm-page-loader{position:fixed;inset:0;background:rgba(255,255,255,.94);z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .16s ease}.fm-page-loader.visible{opacity:1;pointer-events:auto}.fm-page-loader img{width:min(180px,42vw);height:auto;filter:drop-shadow(0 8px 24px rgba(31,178,208,.18))}@media(max-width:760px){nav{display:none}.grid{grid-template-columns:1fr}.article-wrap{padding-top:38px}.article h1{font-size:2.6rem}.brand-logo{height:40px}}