/* AURA FARMING — Etapa 07: presença online configurável */
.af-presence-badge{display:inline-flex;align-items:center;gap:5px;margin-left:8px;padding:3px 7px;border:1px solid rgba(74,222,128,.38);border-radius:999px;background:rgba(34,197,94,.10);color:#86efac;font-size:10px;font-weight:800;line-height:1;letter-spacing:.04em;vertical-align:middle;white-space:nowrap}
.af-presence-badge i,.af-presence-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.12),0 0 10px rgba(34,197,94,.7)}
.af-presence-dot{margin-left:7px;vertical-align:middle}
.af-presence-badge--hero{font-size:11px;padding:4px 8px;transform:translateY(-1px)}
.af-presence-control{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px}
.af-presence-control-copy{display:flex;align-items:flex-start;gap:12px;min-width:0}
.af-presence-control-copy>div{display:flex;flex-direction:column;gap:4px}
.af-presence-control-copy strong{font-size:13px;letter-spacing:.04em}
.af-presence-control-copy small{display:block;max-width:680px;opacity:.72;line-height:1.45}
.af-presence-icon{font-size:21px;line-height:1}
.af-presence-switch{position:relative;display:inline-flex;flex:0 0 auto;width:52px;height:30px;cursor:pointer}
.af-presence-switch input{position:absolute;opacity:0;pointer-events:none}
.af-presence-switch span{width:52px;height:30px;border-radius:999px;background:rgba(148,163,184,.24);border:1px solid rgba(148,163,184,.32);transition:.2s ease;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.af-presence-switch span::after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#cbd5e1;transition:.2s ease;box-shadow:0 2px 8px rgba(0,0,0,.35)}
.af-presence-switch input:checked+span{background:rgba(34,197,94,.24);border-color:rgba(74,222,128,.6);box-shadow:0 0 14px rgba(34,197,94,.12)}
.af-presence-switch input:checked+span::after{transform:translateX(22px);background:#4ade80}
.af-presence-switch input:focus-visible+span{outline:2px solid #22d3ee;outline-offset:3px}
.friend-user strong,.chat-thread strong,.chat-peer strong,.ranking-player-name strong,.podium-player strong,.player-public-main h1{display:flex;align-items:center;flex-wrap:wrap;gap:2px}
@media(max-width:640px){.af-presence-control{align-items:center;padding:14px}.af-presence-control-copy small{font-size:11px}.af-presence-badge{font-size:9px;margin-left:5px}.af-presence-badge--hero{display:inline-flex;margin-top:7px;margin-left:0}.player-public-main h1{display:block}}
