
.maxwow-contact{font-family:Trebuchet MS,Segoe UI,Arial,sans-serif;color:#e0ecff;background:linear-gradient(180deg,#061327,#0e2547);padding:40px;border-radius:14px;box-shadow:0 0 30px rgba(0,140,255,.35);text-shadow:0 0 6px #000}
.maxwow-contact h2{color:#8fd3ff;text-align:center;font-size:2.3em;margin:0 0 22px;text-shadow:0 0 10px #2769ff}
.maxwow-staff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:20px 0}
.staff-card{background:rgba(0,8,20,.72);border:1px solid rgba(0,150,255,.3);border-radius:12px;text-align:center;padding:20px}
.staff-card img{width:120px;height:120px;border-radius:50%;object-fit:cover;box-shadow:0 0 14px rgba(0,150,255,.35)}
.staff-card h4{color:#9fd6ff;margin:10px 0 5px}
.maxwow-contact-list{line-height:1.9}
.maxwow-discord{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:start}
@media(max-width:980px){.maxwow-discord{grid-template-columns:1fr} .discord-right iframe{width:100%}}
.staff-online{background:rgba(0,8,20,.72);border:1px solid rgba(0,150,255,.3);border-radius:12px;padding:16px;min-height:120px}
.staff-row{display:flex;align-items:center;gap:10px;padding:8px 6px;border-bottom:1px solid rgba(255,255,255,.06)}
.staff-row:last-child{border-bottom:none}
.badge{width:10px;height:10px;border-radius:50%}
.badge.online{background:#3ccf4e}
.badge.idle{background:#f7c948}
.badge.dnd{background:#ff4d4f}
.badge.offline{background:#666}
.name{font-weight:700;color:#cfe7ff}
.status{font-size:.9em;color:#9db7d1}
.hint{color:#9db7d1;font-size:.9em;margin-top:8px}
.maxwow-copy{margin-top:16px;font-size:.9em;color:#9db7d1;text-align:center}
