/* MuNetPlay — Comandos do Jogo */
.munetplay-commands{--cmd-navy:#101d31;--cmd-navy-2:#192a45;--cmd-border:rgba(255,255,255,.11);--cmd-text:#f8fafc;--cmd-muted:#b8c4d6;--cmd-gold:#e4b43f;--cmd-shadow:0 18px 45px rgba(12,24,43,.17);width:100%;color:var(--cmd-text)}
.munetplay-commands *,.munetplay-commands *::before,.munetplay-commands *::after{box-sizing:border-box}
.munetplay-commands h2,.munetplay-commands h3,.munetplay-commands h4,.munetplay-commands p{color:inherit}
.munetplay-commands-hero{display:flex;align-items:center;gap:22px;margin-bottom:20px;padding:28px;border:1px solid var(--cmd-border);border-radius:18px;background:radial-gradient(circle at top right,rgba(228,180,63,.22),transparent 37%),linear-gradient(135deg,var(--cmd-navy),var(--cmd-navy-2));box-shadow:var(--cmd-shadow)}
.munetplay-commands-hero-icon{display:grid;flex:0 0 72px;width:72px;height:72px;place-items:center;border:1px solid rgba(228,180,63,.36);border-radius:18px;background:rgba(0,0,0,.2);font-size:34px}
.munetplay-commands-kicker{display:block;margin-bottom:4px;color:var(--cmd-gold);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.munetplay-commands-hero h2{margin:0;color:#fff;font-size:clamp(28px,4vw,40px);line-height:1.08}
.munetplay-commands-hero p{max-width:720px;margin:9px 0 0;color:var(--cmd-muted);font-size:14px;line-height:1.65}
.munetplay-commands-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}
.munetplay-commands-summary>div{display:flex;align-items:baseline;gap:9px;padding:14px 16px;border:1px solid var(--cmd-border);border-radius:12px;background:var(--cmd-navy);box-shadow:0 8px 20px rgba(12,24,43,.1)}
.munetplay-commands-summary strong{color:var(--cmd-gold);font-size:24px;line-height:1}.munetplay-commands-summary span{color:var(--cmd-muted);font-size:11px;text-transform:uppercase}
.munetplay-commands-index{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.munetplay-commands-index a{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid rgba(16,29,49,.15);border-radius:999px;background:#fff;color:var(--cmd-navy);font-size:11px;font-weight:750;text-decoration:none;box-shadow:0 7px 18px rgba(12,24,43,.08)}
.munetplay-commands-sections{display:grid;gap:20px}.munetplay-command-section{overflow:hidden;border:1px solid var(--cmd-border);border-radius:18px;background:linear-gradient(180deg,var(--cmd-navy-2),var(--cmd-navy));box-shadow:var(--cmd-shadow);scroll-margin-top:110px}
.munetplay-command-section-header{display:flex;align-items:center;gap:16px;padding:20px 22px;border-bottom:1px solid var(--cmd-border);background:rgba(255,255,255,.025)}
.munetplay-command-section-icon{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border:1px solid rgba(228,180,63,.28);border-radius:13px;background:rgba(0,0,0,.16);font-size:23px}.munetplay-command-section-header h3{margin:0;color:#fff;font-size:21px}.munetplay-command-section-header p{margin:5px 0 0;color:var(--cmd-muted);font-size:12px;line-height:1.5}
.munetplay-command-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--cmd-border)}.munetplay-command-card{min-width:0;padding:18px;background:var(--cmd-navy)}
.munetplay-command-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.munetplay-command-card-top>code{color:#fff;font-size:17px;font-weight:800}.munetplay-command-badge{flex:0 0 auto;padding:4px 8px;border:1px solid rgba(102,168,255,.34);border-radius:999px;color:#9ac5ff;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.munetplay-command-syntax{display:flex;flex-direction:column;gap:5px;margin-bottom:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(0,0,0,.14)}.munetplay-command-syntax span{color:var(--cmd-gold);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.munetplay-command-syntax code{overflow-wrap:anywhere;color:#d9e7fa;font-size:12px}
.munetplay-command-description{margin:0;color:var(--cmd-muted);font-size:12px;line-height:1.6}.munetplay-command-example{display:flex;gap:7px;margin:12px 0 0;padding-top:11px;border-top:1px solid rgba(255,255,255,.07);color:#dce5f2;font-size:10px;line-height:1.5}
.munetplay-command-resources{margin-top:20px}.munetplay-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--cmd-border)}.munetplay-resource-card{display:flex;gap:13px;padding:18px;background:var(--cmd-navy)}.munetplay-resource-icon{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:10px;background:rgba(255,255,255,.055);font-size:20px}.munetplay-resource-card h4{margin:0 0 5px;color:#fff;font-size:14px}.munetplay-resource-card p{margin:0;color:var(--cmd-muted);font-size:11px;line-height:1.55}
.munetplay-commands-note{margin-top:18px;padding:15px 17px;border-left:4px solid var(--cmd-gold);border-radius:0 10px 10px 0;background:#f4f6f9;color:#24324a;font-size:12px;line-height:1.6}.munetplay-commands-note code{color:#10213a;font-weight:800}
@media(max-width:760px){.munetplay-commands-hero{align-items:flex-start;gap:14px;padding:21px 17px;border-radius:15px}.munetplay-commands-hero-icon{flex-basis:52px;width:52px;height:52px;border-radius:14px;font-size:25px}.munetplay-commands-hero h2{font-size:27px}.munetplay-commands-summary{grid-template-columns:1fr;gap:7px}.munetplay-commands-index{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}.munetplay-commands-index a{flex:0 0 auto}.munetplay-command-section{border-radius:15px}.munetplay-command-section-header{align-items:flex-start;padding:17px}.munetplay-command-list,.munetplay-resource-grid{grid-template-columns:1fr}.munetplay-command-card{padding:16px}}
@media(max-width:430px){.munetplay-commands-hero-icon{display:none}.munetplay-command-card-top{align-items:flex-start;flex-direction:column}.munetplay-command-badge{align-self:flex-start}}
