.footer-presence{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;margin-top:20px;padding:15px 18px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:linear-gradient(145deg,rgba(17,22,31,.88),rgba(9,12,18,.72));box-shadow:inset 0 1px rgba(255,255,255,.025)}
.footer-presence-copy{display:flex;align-items:center;gap:13px;min-width:0}.footer-presence-live{position:relative;flex:0 0 auto;width:12px;height:12px;border-radius:50%;background:#62db8c;box-shadow:0 0 0 5px rgba(98,219,140,.09)}.footer-presence-live::after{content:"";position:absolute;inset:-6px;border:1px solid rgba(98,219,140,.34);border-radius:50%;animation:presencePulse 2s ease-out infinite}.footer-presence-copy strong{display:block;color:#f2f4f7;font-size:12px}.footer-presence-copy p{margin:3px 0 0;color:#7f8996;font-size:9px}.footer-presence-people{display:flex;align-items:center;justify-content:flex-end;gap:10px}.footer-presence-avatars{display:flex;align-items:center;padding-left:8px}.footer-presence-avatar{display:grid;width:31px;height:31px;margin-left:-8px;place-items:center;border:2px solid #0b0e14;border-radius:50%;background:linear-gradient(145deg,#343b48,#1a202b);color:#e7bd50;font-size:8px;font-weight:950;box-shadow:0 5px 14px rgba(0,0,0,.24)}.footer-presence-more{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 11px;border:1px solid rgba(226,180,71,.2);border-radius:9px;background:rgba(226,180,71,.05);color:#dcb64f;font-size:9px;font-weight:900;white-space:nowrap}.footer-presence-more:hover{border-color:rgba(226,180,71,.4);background:rgba(226,180,71,.09);color:#f0cc65}
.presence-page-section{padding-top:30px}.presence-page-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;padding:24px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:radial-gradient(circle at 0 0,rgba(218,169,61,.13),transparent 38%),linear-gradient(145deg,rgba(20,25,35,.96),rgba(9,12,18,.96))}.presence-page-head h1{margin:7px 0 0;font-size:clamp(27px,4vw,42px);letter-spacing:-.045em}.presence-page-head p{max-width:660px;margin:9px 0 0;color:#8993a1;font-size:12px;line-height:1.7}.presence-page-counts{display:grid;grid-template-columns:repeat(2,minmax(105px,1fr));gap:9px}.presence-page-counts span{display:flex;min-height:76px;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:rgba(255,255,255,.025)}.presence-page-counts strong{color:#edc55d;font-size:24px}.presence-page-counts small{margin-top:2px;color:#818b98;font-size:9px}.presence-user-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.presence-user-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 16px;border:1px solid rgba(255,255,255,.065);border-radius:14px;background:linear-gradient(145deg,rgba(18,23,32,.82),rgba(10,13,19,.68))}.presence-avatar{position:relative;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(231,189,80,.25);border-radius:50%;background:linear-gradient(145deg,#333b49,#171c25);color:#e7bd50;font-size:12px;font-weight:950}.presence-avatar i{position:absolute;right:1px;bottom:1px;width:10px;height:10px;border:2px solid #10141b;border-radius:50%;background:#62db8c}.presence-user-copy h2{margin:0;color:#f0f2f5;font-size:13px}.presence-user-copy p{margin:4px 0 0;color:#63d88a;font-size:9px}.presence-user-stats{display:flex;align-items:center;gap:10px;color:#7f8996;font-size:8px}.presence-user-stats b{color:#d9dde3}.presence-empty{margin-top:20px;padding:28px;border:1px dashed rgba(255,255,255,.1);border-radius:15px;text-align:center;background:rgba(255,255,255,.018)}.presence-empty h2{margin:0;font-size:17px}.presence-empty p{margin:8px 0 0;color:#818b98;font-size:11px}.account-presence-privacy{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px}.account-presence-privacy h3{margin:0;font-size:15px}.account-presence-privacy p{max-width:680px;margin:7px 0 0;color:#818b98;font-size:10px;line-height:1.65}.account-presence-privacy form{display:flex;align-items:center;gap:8px}.account-presence-privacy .button{white-space:nowrap}
@keyframes presencePulse{0%{opacity:.7;transform:scale(.7)}75%,100%{opacity:0;transform:scale(1.45)}}
@media(max-width:800px){.footer-presence{grid-template-columns:1fr}.footer-presence-people{justify-content:space-between}.presence-page-head{grid-template-columns:1fr;align-items:start}.presence-page-counts{width:100%}.presence-user-grid{grid-template-columns:1fr}.account-presence-privacy{grid-template-columns:1fr}.account-presence-privacy form{justify-content:flex-start}}
@media(max-width:520px){.footer-presence{padding:14px}.footer-presence-copy{align-items:flex-start}.footer-presence-avatars .footer-presence-avatar:nth-child(n+6){display:none}.presence-user-card{grid-template-columns:auto minmax(0,1fr)}.presence-user-stats{grid-column:1/-1;justify-content:space-between;padding-top:10px;border-top:1px solid rgba(255,255,255,.055)}.account-presence-privacy form{display:grid;grid-template-columns:1fr;width:100%}.account-presence-privacy .button{width:100%}}
@media(prefers-reduced-motion:reduce){.footer-presence-live::after{animation:none}}
