
:root{--navy:#263b54;--navy2:#1d3047;--blue:#3f6e9d;--bg:#e9edf1;--paper:#fff;--border:#cfd7df;--ink:#29333d;--muted:#75818e;--green:#3b8e66;--red:#b14444;--max:1160px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:14px}
a{color:#356a9c}.wrap{width:min(var(--max),calc(100% - 30px));margin:auto}.bar{background:#16263a;color:#b9c7d5;font-size:12px;padding:8px 0}.bar .wrap{display:flex;justify-content:space-between}
header{background:var(--navy);color:white}.head{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:20px}.brand{text-decoration:none;color:white}.brand strong{font-size:26px;display:block}.brand span{color:#c8d4df;font-size:12px}.join{background:#d29a3a;color:#201406!important;padding:10px 14px;text-decoration:none;border-radius:4px;font-weight:800}
nav{background:var(--navy2)}nav .wrap{display:flex;overflow:auto}nav a{color:#e8eef4;text-decoration:none;padding:13px 15px;white-space:nowrap;border-right:1px solid rgba(255,255,255,.08)}
.page{padding:30px 0 60px}.crumb{font-size:12px;color:var(--muted);margin-bottom:12px}.forum-head{background:white;border:1px solid var(--border);padding:20px 22px;border-radius:5px 5px 0 0}.forum-head h1{font-size:28px;margin:0 0 5px}.forum-head p{margin:0;color:var(--muted)}
.board{border:1px solid var(--border);border-top:0;background:white}.cat-title{background:#f3f6f8;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:10px 16px;font-weight:800;color:#46596a}.thread{display:grid;grid-template-columns:48px minmax(0,1fr) 105px 170px;gap:12px;align-items:center;padding:15px 16px;border-bottom:1px solid #e2e7ec}.thread:last-child{border-bottom:0}.ico{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8f0f7;color:#356a9c;font-weight:900}.thread h3{font-size:15px;margin:0 0 4px}.thread p{font-size:12px;color:var(--muted);margin:0}.stat{text-align:center;color:var(--muted);font-size:12px}.last{font-size:12px;color:#53606d}.pinned{background:#fffaf0}.pinned .ico{background:#ffe9be;color:#8d5a00}
.post{margin-top:24px;background:white;border:1px solid var(--border);border-radius:5px;overflow:hidden;scroll-margin-top:80px}.posttop{background:#f3f6f8;padding:11px 15px;border-bottom:1px solid var(--border);font-weight:800}.postbody{display:grid;grid-template-columns:170px 1fr}.author{background:#f8fafb;border-right:1px solid var(--border);padding:18px}.avatar{width:62px;height:62px;background:var(--navy);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:22px;font-weight:900;margin-bottom:10px}.content{padding:22px;font-size:15px;line-height:1.7}.content h2{font-size:22px;color:#304c67}.label{display:inline-block;padding:4px 7px;border-radius:3px;font-size:11px;font-weight:800;background:#eaf4ef;color:#337454}.button{display:inline-block;background:var(--green);color:white;text-decoration:none;padding:11px 15px;border-radius:4px;font-weight:800;margin-top:10px}.warning{background:#fff6e3;border:1px solid #ecd5a0;padding:13px;margin-top:15px}
footer{background:#1c2e43;color:#bac7d3;padding:28px 0;font-size:12px}
@media(max-width:760px){.thread{grid-template-columns:42px 1fr}.stat,.last{display:none}.postbody{grid-template-columns:1fr}.author{border-right:0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px}.avatar{margin:0;width:46px;height:46px}.head{align-items:flex-start;flex-direction:column;padding:18px 0}}
