@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#153638;--muted:#5a706c;--paper:#f6f7ef;--line:#dce2d5;--lime:#dbf4ab}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.75 'DM Sans',sans-serif}a{color:inherit;text-underline-offset:4px}button,a{touch-action:manipulation}button{cursor:pointer;font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #789843;outline-offset:5px}.top{max-width:1400px;margin:auto;padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.brand{font:800 30px/1 'Manrope',sans-serif;letter-spacing:-1.7px;text-decoration:none;display:flex;align-items:center;gap:14px}.brand span{font:700 10px/1.4 'DM Sans',sans-serif;letter-spacing:1.5px;max-width:50px;border-left:1px solid var(--line);padding-left:14px}.community{font-size:12px;color:var(--muted)}button{background:var(--ink);border:0;color:white;border-radius:99px;padding:10px 18px;font-size:12px}.hero{max-width:1400px;margin:auto;padding:64px 5% 44px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:44px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:800;margin:0 0 18px}h1,h2,h3,h4{font-family:Manrope,sans-serif;line-height:1.2;letter-spacing:-1px}h1{font-size:clamp(36px,4.3vw,64px);font-weight:800;margin:0 0 26px}h1 em{font-style:normal;color:#6a8c49}h2{font-size:34px;margin:0 0 22px}h2 span{color:#6a8c49}h3{font-size:23px;margin:36px 0 16px}h4{font-size:22px;margin:9px 0}.intro{font-size:17px;color:var(--muted);max-width:550px}.meta{font-size:11px;color:var(--muted);margin-top:25px}.meta span{margin:0 8px}.hero img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:28px 90px 28px 28px;box-shadow:0 18px 38px #15363812}.maintenance{max-width:1260px;margin:0 auto;background:var(--ink);color:white;padding:30px 38px;border-radius:18px;display:flex;gap:32px;justify-content:space-between;align-items:center}.maintenance .eyebrow{color:var(--lime);margin-bottom:10px}.maintenance h2{font-size:30px;margin-bottom:8px}.maintenance h2 span{color:var(--lime);margin:0 8px}.maintenance p{font-size:14px;margin:0;color:#d3e2dd}.comp{border-left:1px solid #ffffff33;padding-left:35px;min-width:195px;display:flex;flex-direction:column}.comp strong{font:800 49px/1.2 Manrope,sans-serif;color:var(--lime)}.comp span{font-size:12px}.notice{max-width:1260px;margin:20px auto 55px;font-size:12px;color:var(--muted)}.layout{max-width:1180px;margin:auto;display:grid;grid-template-columns:230px minmax(0,760px);gap:100px;padding:0 20px}aside{position:sticky;top:35px;align-self:start;font-size:13px}nav{display:grid;gap:15px}nav a{text-decoration:none}nav a:hover{color:#759549}.aside-note{border-top:1px solid var(--line);margin-top:30px;padding-top:25px;font-size:12px;color:var(--muted)}.aside-note strong{display:inline-block;color:var(--ink);margin:8px 0}.article-section{border-bottom:1px solid var(--line);padding:0 0 40px;margin-bottom:48px}.article-section p{margin:16px 0}strong{font-weight:700}small{font-size:12px;color:var(--muted)}.facts{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.facts span{background:#e8eedf;color:#395044;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.highlight{background:var(--lime);padding:24px 28px;border-radius:12px;margin:25px 0}.highlight>strong{font:800 24px Manrope,sans-serif}.highlight p{margin:8px 0 0}.schedule{border-left:3px solid #97b36a;padding:16px 23px;background:#edf0e5;margin:25px 0}.schedule li{font-size:14px}.event-card{padding:20px 25px;border:1px solid var(--line);border-radius:12px;margin:13px 0;background:#fff9}.event-card>span{font-size:11px;letter-spacing:1px;font-weight:700;color:#638149}.event-card p{margin:5px 0;font-size:14px}.muted{font-size:13px;color:var(--muted)}ul,ol{padding-left:24px}li{padding-left:5px;margin:12px 0}li::marker{color:#74964d;font-weight:700}.sources{font-size:13px;color:var(--muted)}.sources h2{font-size:25px;color:var(--ink)}summary{cursor:pointer;font-weight:700;color:var(--ink);padding:16px 0}dt{font-weight:700;margin-top:14px}dd{margin:0}footer{max-width:1260px;margin:20px auto 0;padding:30px 0 50px;display:flex;justify-content:space-between;gap:24px;align-items:center}footer p,footer>a:last-child{font-size:11px;color:var(--muted)}footer p span{color:#759549}#status{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;border-radius:9px;padding:10px 20px;font-size:13px;box-shadow:0 5px 20px #0002}#status:empty{display:none}@media(max-width:1350px){.maintenance,.notice,footer{margin-left:5%;margin-right:5%}.layout{gap:65px}}@media(max-width:850px){.community{display:none}.hero{grid-template-columns:1fr;padding-top:38px;gap:25px}.hero img{max-height:320px}.layout{display:block;padding:0 6%}aside{position:static;margin-bottom:40px}aside nav{display:flex;gap:10px;flex-wrap:wrap}nav a{padding:7px 11px;border:1px solid var(--line);border-radius:8px;font-size:11px}.aside-note{display:none}.maintenance{padding:25px;gap:20px}.maintenance h2{font-size:23px}.comp{min-width:140px;padding-left:20px}.notice{margin-bottom:35px}footer{flex-wrap:wrap}}@media(max-width:520px){body{font-size:16px}.top{padding:19px 6%;gap:10px}.brand{font-size:25px;gap:10px}.brand span{font-size:8px;padding-left:10px}button{font-size:10px;padding:10px 12px}.hero{padding-left:6%;padding-right:6%}h1{font-size:38px}h2{font-size:29px}h3{font-size:22px}.maintenance{display:block}.maintenance h2{font-size:23px}.comp{border-left:0;border-top:1px solid #ffffff33;margin-top:20px;padding:15px 0 0;flex-direction:row;align-items:center;gap:14px}.comp strong{font-size:34px}.notice{font-size:11px}.facts span{font-size:11px}.article-section{padding-bottom:30px;margin-bottom:35px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media print{aside,button,#status{display:none}.layout{display:block}.hero{padding:15px 0}.hero img{max-height:180px}.maintenance{color:#153638;background:#eee}.maintenance p,.maintenance .eyebrow{color:inherit}body{font-size:11pt}h2,h3{break-after:avoid}.article-section{margin-bottom:20px}.comp strong{color:inherit}}
