
:root{--bg:#02170c;--green:#5bbb30;--green2:#78d249;--line:rgba(255,255,255,.66);--panel:rgba(2,27,14,.78);--muted:rgba(255,255,255,.75)}
*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:white;font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}
.page{min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at 68% 16%,rgba(31,106,50,.24),transparent 30%),linear-gradient(135deg,#001108,#07381e 55%,#02180d)}
.field{position:absolute;inset:18px;border:3px solid var(--line);pointer-events:none}.field .v{position:absolute;top:0;bottom:0;width:3px;background:rgba(255,255,255,.36)}.field .a{left:25%}.field .b{left:50%}.field .c{left:75%}
.arc{position:absolute;top:50%;width:350px;height:540px;border:4px solid rgba(255,255,255,.55);border-radius:50%;transform:translateY(-50%)}.arc.left{left:-210px}.arc.right{right:-210px}.dash{position:absolute;top:50%;width:470px;height:700px;border:4px dashed rgba(255,255,255,.56);border-radius:50%;transform:translateY(-50%)}.dash.left{left:-290px}.dash.right{right:-290px}
.content{position:relative;z-index:2;padding:26px clamp(26px,4vw,62px) 40px}.header{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:13px;font-weight:900}.brand .shield{width:54px;height:58px;border:2px solid white;border-radius:2px 2px 20px 20px;display:grid;place-items:center;font-size:27px}.brand b{font-size:27px}.brand b span{color:var(--green)}.nav{display:flex;gap:22px;font-weight:800}
.hero{width:min(1260px,100%);margin:28px auto 26px;display:grid;grid-template-columns:170px 1fr 350px;gap:26px;align-items:center}.hero .logo{width:165px;height:165px;object-fit:contain}.hero h1{font-size:clamp(70px,8vw,118px);margin:0;line-height:.86;letter-spacing:-.06em}.hero h1 span{color:var(--green);font-style:italic}.motto{font-size:20px;font-weight:800;margin-top:26px}.motto span{color:var(--green);padding:0 8px}.huddle{width:100%;height:255px;object-fit:cover;object-position:center;filter:grayscale(1) contrast(1.13);mix-blend-mode:screen;opacity:.78;border-radius:4px}
.grid{width:min(1420px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.tile{min-height:340px;border:1px solid rgba(255,255,255,.72);border-radius:14px;background:linear-gradient(180deg,rgba(1,24,11,.74),rgba(0,44,20,.82));padding:28px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:space-between;transition:.2s}.tile:hover{transform:translateY(-3px);border-color:var(--green2)}
.icon{width:72px;height:72px;margin:0 auto}.icon svg{width:100%;height:100%;fill:none;stroke:var(--green);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.tile h2{font-size:23px;margin:15px 0 7px}.rule{height:4px;width:64px;background:var(--green);border-radius:2px;margin:auto}.tile p{color:var(--muted);font-size:17px;line-height:1.45}.go{font-size:38px;color:var(--green)}
.doc{min-height:100vh;background:#082d1b;padding:22px}.doc-wrap{width:min(1180px,100%);margin:auto}.doc-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.doc-head .left{display:flex;align-items:center;gap:12px}.doc-head img{width:48px;height:48px;object-fit:contain}.doc-head h1{margin:0;font-size:30px}.back{padding:10px 14px;border:1px solid rgba(255,255,255,.45);border-radius:999px;font-weight:800}.viewer{background:#111;padding:14px;border-radius:16px}.viewer img{display:block;width:100%;height:auto;background:white;border-radius:6px}.viewer img+img{margin-top:15px}.note{color:rgba(255,255,255,.62);font-size:13px;line-height:1.5}
.news{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article{background:#f8f7f1;color:#153523;border-radius:16px;padding:22px}.article small{color:#5a9b3e;font-weight:900}.article h2{margin:8px 0;font-size:24px}.article p{color:#5f7266;line-height:1.5}
@media(max-width:1000px){.hero{grid-template-columns:120px 1fr}.hero .logo{width:115px;height:115px}.huddle{display:none}.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.field{inset:7px}.field .v,.arc,.dash{display:none}.content{padding:17px 13px 28px}.brand b{font-size:19px}.brand .shield{width:42px;height:44px}.nav{font-size:12px;gap:10px}.hero{grid-template-columns:74px 1fr;margin-top:48px}.hero .logo{width:72px;height:72px}.hero h1{font-size:49px}.motto{font-size:13px;margin-top:14px}.grid{grid-template-columns:1fr}.tile{min-height:220px}.doc{padding:12px}.doc-head h1{font-size:22px}.news{grid-template-columns:1fr}}
