.compact > .copy { position: absolute; top: 15px; right: 15px; z-index: 12; }
body {
  background: #000 !important;
}
.banner-background {
  position: fixed;
  inset: -6px;
  z-index: 0;
  pointer-events: none;
  background: url("banner.gif") center center / cover no-repeat;
  opacity: .4;
  filter: blur(3px) brightness(60%);
  transform: scale(1.015);
}
.page-head h1, .icons-head h1 { display: none; }
.page-head .eyebrow, .icons-head small { display: block; margin-bottom: 9px; }
.bottom-nav {
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
}
.activity-content { display: grid; gap: 8px; align-items: stretch; }
.activity-row { display: flex; align-items: center; gap: 12px; padding: 8px; border: 1px solid #ffffff08; border-radius: 9px; background: #080808; animation: activityIn .55s var(--ease) both; }
.activity-row:nth-child(2) { animation-delay: .07s; }
.activity-row:nth-child(3) { animation-delay: .14s; }
.activity-row > div:last-child { min-width: 0; }
.activity-row small { display: block; color: #3e3e3e; font: 600 6px JetBrains Mono; letter-spacing: .13em; margin-bottom: 4px; }
.activity-row b, .activity-row p, .activity-row span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.activity-row > div:last-child { position: relative; flex: 1; }
.activity-row .activity-source { padding-right: 70px; }
.activity-time { position: absolute; right: 0; bottom: 0; color: #353535 !important; font-size: 6px !important; }
.song { flex: 1; }
.song-progress { height: 2px; margin-top: 9px; overflow: hidden; border-radius: 2px; background: #ffffff09; }
.song-progress i { display: block; height: 100%; border-radius: inherit; background: #547a63; box-shadow: 0 0 7px #547a6344; }
.compact-presence { min-width: 0; justify-content: flex-end; }
.compact-presence i { width: auto !important; height: auto !important; color: #4e6155; background: none !important; animation: none !important; font-size: 7px; }
.compact-presence em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-style: normal; }
.panel-dot.is-live { background: var(--green); box-shadow: 0 0 9px rgba(49,200,115,.65); animation: livePulse 1.8s ease-in-out infinite; }
.compact-presence.is-live { color: #748d7d; }
.compact-presence.is-live i { color: var(--green); filter: drop-shadow(0 0 5px rgba(49,200,115,.45)); }
@keyframes livePulse { 50% { opacity: .45; transform: scale(.78); } }
.activity-card { padding: 2px 0 0; animation: activityIn .55s var(--ease) both; }
.activity-card + .activity-card { margin-top: 12px; padding-top: 12px; border-top: 1px solid #ffffff08; }
.activity-main,.activity-empty { display: flex; align-items: center; gap: 12px; }
.activity-copy { min-width: 0; flex: 1; }
.activity-copy b { display: block; color: #c0c0c0; font-size: 11px; }
.activity-copy p { margin: 5px 0; color: #555; font: 400 7px/1.55 JetBrains Mono; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.activity-copy > span { color: #444; font: 500 6px JetBrains Mono; }
.activity-copy .activity-time { position: static; }
.activity-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 11px; }
.activity-meta > div { padding: 9px 11px; border: 1px solid #ffffff09; border-radius: 8px; background: #0a0a0a; }
.activity-meta small { display: block; margin-bottom: 5px; color: #353535; font: 600 6px JetBrains Mono; letter-spacing: .12em; }
.activity-meta span { display: flex; align-items: center; gap: 6px; color: #696969; font: 500 7px JetBrains Mono; }
.activity-meta span > i:not(.fa-solid) { width: 5px; height: 5px; border-radius: 50%; background: #df3f45; box-shadow: 0 0 7px #df3f4555; }
.activity-meta .fa-solid { color: #484848; font-size: 6px; }
@media (max-width:570px) { .activity-meta { grid-template-columns: 1fr; } }
@keyframes activityIn { from { opacity: 0; transform: translateX(14px); } }

.entered #mcc-section .page-head { animation: riseAll .85s var(--ease) both; }
.entered #mcc-section .featured-grid { animation: riseAll 1s .08s var(--ease) both; }
.entered #mcc-section .secondary-title { animation: riseAll .9s .22s var(--ease) both; }
.entered #mcc-section .compact-grid { animation: riseAll 1s .3s var(--ease) both; }
@keyframes riseAll {
  from { opacity: 0; transform: translateY(42px); filter: blur(3px); }
  65% { filter: blur(0); }
  to { opacity: 1; transform: none; }
}

.page.wave-in .page-head, .page.wave-in .icons-head, .page.wave-in .empty { animation: waveSlide .72s var(--ease) both; }
.page.wave-in .profile, .page.wave-in .icon-card, .page.wave-in .profile-showcase { animation: waveSlide .78s var(--ease) both; }
.page.wave-in .profile:nth-child(2), .page.wave-in .icon-card:nth-child(3n+2), .page.wave-in .profile-showcase:nth-child(3n+2) { animation-delay: .09s; }
.page.wave-in .profile:nth-child(3), .page.wave-in .icon-card:nth-child(3n), .page.wave-in .profile-showcase:nth-child(3n) { animation-delay: .18s; }
.page.wave-in .secondary-title { animation: waveSlide .72s .18s var(--ease) both; }
@keyframes waveSlide {
  0% { opacity: 0; transform: translateX(32px) translateY(18px) scale(.985); }
  58% { opacity: 1; transform: translateX(-4px) translateY(-2px) scale(1.002); }
  100% { opacity: 1; transform: none; }
}

@media (max-width: 570px) { .activity-row { align-items: flex-start; } }

/* Microinterações */
.name h2, .name p, .member-label, .panel-title, .presence-stats > div,
.activity-head, .secondary-title, .icons-head h1, .empty h1 { transition: transform .4s var(--ease), color .35s, letter-spacing .4s, opacity .35s, text-shadow .35s; }
.profile:hover .name h2 { transform: translateY(-2px); color: #ededed; letter-spacing: -.035em; text-shadow: 0 5px 20px #ffffff12; }
.profile:hover .name p { color: #777; transform: translateY(-1px); }
.profile:hover .member-label { color: #555; }
.panel-title:hover { transform: translateX(3px); }
.presence-stats > div:hover { transform: translateY(-2px); border-color: #ffffff16; background: #101010; }
.activity-head:hover { color: #686868; letter-spacing: .15em; }
.secondary-title:hover { color: #555; }
.secondary-title:hover i { background: linear-gradient(90deg,#ffffff18,transparent); }
.nav-item > i { transition: transform .4s var(--ease), color .35s, filter .35s; }
.nav-item > span { transition: transform .35s var(--ease), color .35s, letter-spacing .35s; }
.nav-item:hover > span { transform: translateY(1px); letter-spacing: .08em; color: #aaa; }
.filter-btn > *, .copy > i, .music-float > i { transform-origin: center; }
.filter-btn:hover, .btn-save:hover, .btn-copy:hover, .save-btn:hover { transform: translateY(-2px); }
.avatar img { transition: transform .65s var(--ease), filter .55s, border-radius .55s; }
.profile:hover .avatar img { transform: scale(1.035); filter: saturate(.92) brightness(1.04); border-radius: 20px; }
.status-dot, .avatar > i, .presence-stats i, .compact-status i { animation: statusBreath 2.4s ease-in-out infinite; }
@keyframes statusBreath { 50% { box-shadow: 0 0 9px currentColor; transform: scale(.9); } }
.badges img { animation: badgeReveal .55s var(--ease) both; }
.badges img:nth-child(2) { animation-delay: .08s; }
.badges img:nth-child(3) { animation-delay: .16s; }
@keyframes badgeReveal { from { opacity: 0; transform: translateY(7px) scale(.8); } }

/* O site foi solicitado com movimento mesmo se o sistema estiver em modo reduzido. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .35s !important; }
  .profile, .icon-card, .profile-showcase, .copy, .nav-item, .filter-btn, .avatar img,
  .name h2, .name p, .presence-stats > div { transition-duration: .35s !important; }
  .status-dot, .avatar > i, .presence-stats i, .compact-status i { animation-duration: 2.4s !important; }
  .badges img { animation-duration: .55s !important; }
  .copy:hover i, .panel-title:hover > i { animation-duration: .55s !important; }
  .playing #music-icon { animation-duration: 1.4s !important; }
}

/* Cursor próprio: cruz simples, sem interpolação ou atraso. */
@media (pointer: fine) {
  html, body, a, button, input, label, [onclick] { cursor: none !important; }
  .cursor {
    display: block !important;
    width: 19px !important;
    height: 19px !important;
    left: -9.5px !important;
    top: -9.5px !important;
    z-index: 30000 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: none !important;
    animation: none !important;
    will-change: transform;
    contain: strict;
  }
  .cursor::before, .cursor::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(225,225,225,.9);
    border-radius: 0;
    box-shadow: 0 0 3px rgba(255,255,255,.25);
    transform: translate(-50%,-50%);
    transition: none !important;
    animation: none !important;
  }
  .cursor::before { width: 19px; height: 1px; }
  .cursor::after { width: 1px; height: 19px; }
}

/* Reflexo mais lento e quase imperceptível. */
.profile::before, .icon-card::before, .profile-showcase::before {
  background: linear-gradient(105deg, transparent 44%, rgba(255,255,255,.018) 48%, rgba(255,255,255,.052) 50%, rgba(255,255,255,.018) 52%, transparent 56%) !important;
  transition: transform 2.7s cubic-bezier(.16,.72,.18,1), opacity .8s ease !important;
}

/* Inclinação 3D controlada pelo ponteiro. */
.profile, .icon-card, .profile-showcase {
  background: linear-gradient(145deg, rgba(15,17,20,.9), rgba(7,8,10,.86)) !important;
  backdrop-filter: blur(12px);
  transform-style: preserve-3d;
  transform-origin: center;
  will-change: transform;
}
.profile.tilt-active, .icon-card.tilt-active, .profile-showcase.tilt-active {
  z-index: 20;
  border-color: rgba(255,255,255,.2);
  box-shadow: 0 38px 95px rgba(0,0,0,.76), 0 12px 32px rgba(255,255,255,.045);
}

/* Cursor em ponto pequeno. */
@media (pointer: fine) {
  .cursor {
    width: 6px !important;
    height: 6px !important;
    left: -3px !important;
    top: -3px !important;
    border-radius: 50% !important;
    background: rgba(235,235,235,.9) !important;
    box-shadow: 0 0 7px rgba(255,255,255,.38) !important;
  }
  .cursor::before, .cursor::after { display: none !important; }
}
