/* Matrix MTA Elementor widget styles - stable */
.mtx-hero-wrap{ max-width:1100px;margin:30px auto;padding:28px;border-radius:16px;background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));border:1px solid rgba(255,255,255,0.06);backdrop-filter:blur(10px) saturate(120%);box-shadow:0 18px 46px rgba(0,0,0,0.55);text-align:center;color:#fff;position:relative;z-index:10;}
.mtx-hero-logo{ display:block;margin:0 auto; height:auto; max-width:100%; }
.mtx-hero-players{ display:flex; justify-content:center; margin-top:18px; }
.mtx-btn-players{ display:inline-flex; align-items:center; gap:12px; padding:12px 20px; border-radius:44px; background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)); border:1px solid rgba(255,255,255,0.08); color:#fff; font-weight:700; box-shadow:0 8px 26px rgba(0,0,0,0.38); }
.mtx-players-label{ font-size:15px; opacity:0.95; }
.mtx-players-number{ font-size:18px; font-weight:900; }
.mtx-online-dot{ width:12px; height:12px; border-radius:50%; background:linear-gradient(180deg,#7ef4a8,#0ab15a); box-shadow:0 0 10px rgba(10,177,90,0.9); animation:mtx_blink 1.6s infinite ease-in-out; }
@keyframes mtx_blink{0%,100%{opacity:1}50%{opacity:.25}}
.mtx-desc{ max-width:780px; margin:18px auto 8px auto; padding:14px; border-radius:10px; background:linear-gradient(180deg, rgba(0,0,0,0.12), rgba(255,255,255,0.02)); border:1px solid rgba(255,255,255,0.02); color:#ddd; line-height:1.8; }
.mtx-actions{ margin-top:16px; display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
.mtx-action-btn{ padding:12px 24px; border-radius:10px; font-weight:800; text-decoration:none; transition:all .18s ease; }
.mtx-action-download{ background:linear-gradient(135deg,#ff7f27,#ff6b00); color:#fff; box-shadow:0 10px 30px rgba(255,110,40,0.18); }
.mtx-action-play{ background:transparent; color:#fff; border:1px solid rgba(255,255,255,0.12); }
@media(max-width:900px){ .mtx-hero-logo{ width:48%; } .mtx-desc{ font-size:15px } }
@media(max-width:640px){ .mtx-hero-wrap{ padding:18px } .mtx-hero-logo{ width:70% } .mtx-desc{ font-size:14px } .mtx-btn-players{ padding:10px 12px } }
