@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;700;800&display=swap');
*{box-sizing:border-box}body{margin:0;background:#050914;color:#eef3ff;font-family:Vazirmatn,Tahoma,sans-serif}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 80% 5%,#193b72 0,transparent 28%),radial-gradient(circle at 10% 50%,#171b45 0,transparent 35%);opacity:.6}
.hero{position:relative;max-width:1450px;margin:auto;padding:30px 34px 24px;display:flex;align-items:center;gap:28px;border-bottom:1px solid #26375a}
.brand{display:flex;align-items:center;gap:12px;min-width:210px}.brand b{font-size:22px}.brand small{display:block;color:#8e9bb6;margin-top:3px}.logo{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#ffd51c;color:#07101f;font-size:30px;font-weight:900;box-shadow:0 0 35px #ffd51c55}
.hero-copy{flex:1;text-align:center}.hero h1{font-size:42px;margin:0}.hero h1 span{color:#ff2938}.hero p{color:#9eabc5;margin:7px 0 0}.globe{font-size:48px}
main{max-width:1450px;margin:auto;padding:24px 34px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.stats div{background:#101a2d;border:1px solid #26375a;border-radius:16px;padding:14px;text-align:center}.stats strong{display:block;font-size:26px;color:#fff}.stats span{color:#8795b2;font-size:13px}
.panel{background:#0b1220e8;border:1px solid #25385d;border-radius:20px;padding:18px;margin-bottom:22px;box-shadow:0 20px 60px #0005}.section-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px}.section-head h2{margin:0;font-size:21px}.section-head p{margin:4px 0 0;color:#8390aa;font-size:13px}
#search{width:300px;max-width:100%;background:#111c30;color:white;border:1px solid #34476d;border-radius:12px;padding:12px 14px;font-family:inherit;outline:none}
#map{height:520px;border-radius:15px;overflow:hidden;background:#0a0f1a}.leaflet-container{background:#09101c}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#10192a;color:#fff}.leaflet-popup-content{font-family:Vazirmatn,Tahoma}.pin{font-size:26px}
.filters{display:flex;gap:7px;flex-wrap:wrap}.filters button{font-family:inherit;border:1px solid #34476d;background:#101b30;color:#aebbd2;border-radius:10px;padding:8px 13px;cursor:pointer}.filters button.active{background:#e51d35;color:#fff;border-color:#ff3c50}
.locations{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.card{background:linear-gradient(145deg,#16233b,#0e1729);border:1px solid #2a3e64;border-radius:13px;padding:13px;cursor:pointer;transition:.2s}.card:hover{transform:translateY(-2px);border-color:#f22b42}.card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.name{font-weight:700}.flag{font-size:25px}.meta{display:flex;justify-content:space-between;color:#8796b2;font-size:11px;margin-top:8px}.online{color:#46e38a}.offline{color:#ff6170}
footer{text-align:center;color:#65748f;padding:25px}
@media(max-width:1050px){.locations{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.hero{padding:20px 16px;flex-wrap:wrap}.hero-copy{order:3;flex-basis:100%}.hero h1{font-size:30px}.globe{font-size:35px}.brand{min-width:auto}main{padding:16px}.stats{gap:8px}.stats div{padding:10px}.locations{grid-template-columns:repeat(2,1fr)}#map{height:430px}.section-head{align-items:stretch;flex-direction:column}}@media(max-width:480px){.locations{grid-template-columns:1fr}.hero h1{font-size:25px}.brand b{font-size:18px}}
