:root{--bg:#07150d;--panel:#0c2014;--panel2:#102a19;--line:#456f31;--gold:#e9c75d;--green:#a9e76f;--text:#edf7e4;--muted:#aebfa8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% 0,#19351d 0,transparent 34%),linear-gradient(135deg,#06110b,#0b1b10 55%,#07130c);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;min-height:100vh}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.16;background-image:radial-gradient(#9bd964 1px,transparent 1px);background-size:30px 30px}
a{color:inherit;text-decoration:none}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:17px clamp(18px,5vw,72px);border-bottom:1px solid #41612f;background:rgba(5,15,9,.92);backdrop-filter:blur(14px)}.brand{font-weight:900;letter-spacing:.12em;font-size:1.1rem}.brand span{color:var(--gold)}.topbar nav{display:flex;gap:22px;font-weight:800;color:#d9eacb}
main{width:min(1440px,94%);margin:auto;padding:44px 0 80px}.hero{min-height:270px;display:flex;align-items:center;gap:38px;padding:42px clamp(25px,5vw,74px);border:1px solid #698642;border-radius:28px;background:linear-gradient(120deg,rgba(7,23,13,.95),rgba(25,57,28,.8));box-shadow:0 20px 70px #0008}.hero>img{width:142px;filter:drop-shadow(0 0 25px #b7e86e66)}.hero span,.database header>span{color:var(--gold);font-size:.78rem;letter-spacing:.22em;font-weight:900}.hero h1,.database h2{font-family:Georgia,serif;margin:.18em 0;font-size:clamp(2.4rem,6vw,5.4rem);letter-spacing:.02em}.hero p{max-width:760px;color:#c6d8bd;font-size:1.08rem;line-height:1.7}
.tips{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:22px 0 58px}.tips article{position:relative;padding:25px;border:1px solid #355b29;border-radius:18px;background:rgba(10,29,16,.88)}.tips b{position:absolute;right:20px;top:17px;color:#77955f}.tips h2{font-size:1rem;color:var(--green);letter-spacing:.08em}.tips p{margin-bottom:0;color:var(--muted);line-height:1.55}
.database>header{margin-bottom:23px}.database h2{font-size:clamp(2rem,4vw,3.5rem)}.database header p{color:var(--muted)}.tools{display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;align-items:end;padding:18px;border:1px solid #345328;border-radius:18px;background:#08190f}.tools label{display:grid;gap:7px;flex:1;min-width:260px}.tools label span{font-size:.72rem;font-weight:900;color:var(--gold);letter-spacing:.14em}.tools input{width:100%;padding:14px 16px;border:1px solid #58733e;border-radius:10px;background:#061008;color:#fff;font:inherit;outline:none}.tools input:focus{border-color:var(--gold)}
.filters{display:flex;flex-wrap:wrap;gap:7px}.filters button{display:flex;align-items:center;gap:6px;padding:10px 12px;border:1px solid #456134;border-radius:9px;background:#0e2415;color:#dcebd3;font-weight:800;cursor:pointer}.filters button img{width:22px;height:22px;object-fit:contain}.filters button:hover,.filters button.active{border-color:var(--gold);color:#fff5b8;background:#29331a}.count{font-size:.78rem;font-weight:900;letter-spacing:.14em;color:var(--green);margin:19px 3px}
.weapon-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.weapon-card{min-width:0;border:1px solid #365c2a;border-radius:18px;background:linear-gradient(135deg,rgba(12,32,19,.98),rgba(6,20,12,.98));overflow:hidden}.weapon-main{display:flex;gap:18px;padding:20px;align-items:center}.weapon-art{flex:0 0 104px;width:104px;height:104px;display:grid;place-items:center;border:1px solid #a98939;border-radius:19px;background:linear-gradient(145deg,#8b6039,#3e3227);box-shadow:inset 0 0 24px #e7bd6044}.weapon-art img{width:90%;height:90%;object-fit:contain}.weapon-copy{min-width:0}.weapon-copy small{color:var(--gold);font-weight:900;font-size:.72rem;letter-spacing:.08em}.weapon-copy h3{font-family:Georgia,serif;font-size:1.28rem;margin:7px 0}.weapon-copy p{color:var(--muted);line-height:1.45;margin:0;font-size:.92rem}
.users{padding:15px 20px 19px;border-top:1px solid #294523;background:#07160d}.users>b{display:block;margin-bottom:11px;color:var(--green);font-size:.7rem;letter-spacing:.13em}.users>div{display:flex;gap:10px;flex-wrap:wrap}.users a{display:flex;align-items:center;gap:9px;padding:6px 13px 6px 6px;border:1px solid #3f6331;border-radius:999px;background:#102719;font-size:.96rem;font-weight:850;transition:.18s}.users a:hover{transform:translateY(-2px);border-color:var(--gold);color:#fff3a9}.users img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#32472c}.empty{text-align:center;padding:50px;color:var(--muted)}
footer{display:flex;justify-content:space-between;gap:20px;padding:26px clamp(18px,5vw,72px);border-top:1px solid #304923;background:#061009;color:#9daf96}footer a{color:var(--green);font-weight:800}
@media(max-width:850px){.weapon-grid{grid-template-columns:1fr}.tips{grid-template-columns:1fr}.hero{min-height:0}.hero>img{width:95px}.filters{width:100%}.filters button{flex:1;justify-content:center;min-width:92px}}
@media(max-width:560px){main{width:94%;padding-top:22px}.topbar nav a:last-child{display:none}.hero{padding:26px 20px;gap:18px;border-radius:20px}.hero>img{width:66px}.hero h1{font-size:2.2rem}.hero p{font-size:.92rem}.weapon-main{align-items:flex-start;padding:15px;gap:12px}.weapon-art{flex-basis:82px;width:82px;height:82px;border-radius:14px}.weapon-copy h3{font-size:1.08rem;overflow-wrap:anywhere}.users{padding:13px 15px}.users a{padding:5px 10px 5px 5px;gap:7px}.users img{width:41px;height:41px}.users span{font-size:.88rem}footer{flex-direction:column}}
