:root {
  --bg-1: #05050a;
  --bg-2: #0a0a14;
  --bg-3: #0d1118;

  --text: #f7f8ff;
  --muted: #bcc4dd;

  --purple: #8b5cf6;
  --purple-2: #a855f7;
  --purple-3: #c084fc;

  --green: #22c55e;
  --green-2: #34d399;
  --green-3: #86efac;

  --glass: rgba(255, 255, 255, 0.05);
  --glass-strong: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);

  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 12px 30px rgba(0, 0, 0, 0.25);

  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --sidebar-width: 280px;
  --navbar-height: 84px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at 15% 20%, rgba(168, 85, 247, 0.14), transparent 24%),
    radial-gradient(circle at 85% 25%, rgba(34, 197, 94, 0.12), transparent 25%),
    radial-gradient(circle at 55% 85%, rgba(139, 92, 246, 0.10), transparent 30%),
    linear-gradient(135deg, #040406 0%, #090811 30%, #0b1013 65%, #05060a 100%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background:
    radial-gradient(circle at 50% 20%, rgba(168, 85, 247, 0.07), transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(34, 197, 94, 0.05), transparent 24%);
  mix-blend-mode: screen;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(
      115deg,
      transparent 46%,
      rgba(168, 85, 247, 0.045) 49%,
      rgba(34, 197, 94, 0.035) 50%,
      transparent 54%
    );
  animation: scanMove 12s linear infinite;
  opacity: 0.7;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

main,
.navbar {
  margin-left: var(--sidebar-width);
  width: calc(100% - var(--sidebar-width));
}

/* BACKGROUND ANIMÉ */
.animated-bg {
  position: fixed;
  inset: 0;
  z-index: -10;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 25%, rgba(168, 85, 247, 0.12), transparent 24%),
    radial-gradient(circle at 80% 20%, rgba(34, 197, 94, 0.10), transparent 24%),
    radial-gradient(circle at 50% 78%, rgba(139, 92, 246, 0.09), transparent 34%);
}

.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  mix-blend-mode: screen;
}

.orb-1 {
  width: 480px;
  height: 480px;
  left: -60px;
  top: -20px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.9), transparent 65%);
  animation: orbFloat1 18s ease-in-out infinite alternate;
}

.orb-2 {
  width: 420px;
  height: 420px;
  right: -60px;
  top: 80px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.8), transparent 65%);
  animation: orbFloat2 20s ease-in-out infinite alternate;
}

.orb-3 {
  width: 520px;
  height: 520px;
  left: 35%;
  bottom: -180px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.8), transparent 65%);
  animation: orbFloat3 22s ease-in-out infinite alternate;
}

.orb-4 {
  width: 340px;
  height: 340px;
  right: 18%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.7), transparent 65%);
  animation: orbFloat4 16s ease-in-out infinite alternate;
}

.bg-mesh {
  position: absolute;
  inset: -15%;
  background:
    radial-gradient(circle at 40% 40%, rgba(168, 85, 247, 0.10), transparent 18%),
    radial-gradient(circle at 70% 55%, rgba(34, 197, 94, 0.08), transparent 18%),
    radial-gradient(circle at 55% 70%, rgba(192, 132, 252, 0.08), transparent 20%);
  filter: blur(60px);
  animation: meshMove 16s ease-in-out infinite alternate;
}

.bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.16;
  mask-image: linear-gradient(to bottom, rgba(255,255,255,0.55), transparent 95%);
  animation: gridDrift 18s linear infinite;
}

.bg-noise {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    radial-gradient(rgba(255,255,255,0.6) 0.55px, transparent 0.55px);
  background-size: 10px 10px;
  filter: blur(0.4px);
}

.bg-beam {
  position: absolute;
  width: 40vw;
  height: 140vh;
  top: -20vh;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.18;
}

.beam-1 {
  left: -5%;
  background: linear-gradient(to bottom, rgba(168, 85, 247, 0.18), transparent 70%);
  transform: rotate(18deg);
  animation: beamMove1 16s ease-in-out infinite alternate;
}

.beam-2 {
  right: 0;
  background: linear-gradient(to bottom, rgba(34, 197, 94, 0.14), transparent 70%);
  transform: rotate(-14deg);
  animation: beamMove2 18s ease-in-out infinite alternate;
}

.beam-3 {
  left: 35%;
  background: linear-gradient(to bottom, rgba(192, 132, 252, 0.12), transparent 70%);
  transform: rotate(4deg);
  animation: beamMove3 20s ease-in-out infinite alternate;
}

.particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.particles span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(240, 255, 255, 0.9);
  box-shadow:
    0 0 10px rgba(168, 85, 247, 0.45),
    0 0 16px rgba(34, 197, 94, 0.35);
  opacity: 0;
  animation: particleRise 18s linear infinite;
}

.particles span:nth-child(1)  { left: 6%;  top: 92%; animation-delay: 0s; }
.particles span:nth-child(2)  { left: 14%; top: 86%; animation-delay: 2s; }
.particles span:nth-child(3)  { left: 22%; top: 94%; animation-delay: 5s; }
.particles span:nth-child(4)  { left: 31%; top: 89%; animation-delay: 1s; }
.particles span:nth-child(5)  { left: 39%; top: 97%; animation-delay: 8s; }
.particles span:nth-child(6)  { left: 48%; top: 91%; animation-delay: 4s; }
.particles span:nth-child(7)  { left: 57%; top: 95%; animation-delay: 10s; }
.particles span:nth-child(8)  { left: 66%; top: 88%; animation-delay: 3s; }
.particles span:nth-child(9)  { left: 74%; top: 96%; animation-delay: 7s; }
.particles span:nth-child(10) { left: 83%; top: 90%; animation-delay: 6s; }
.particles span:nth-child(11) { left: 91%; top: 93%; animation-delay: 9s; }
.particles span:nth-child(12) { left: 12%; top: 98%; animation-delay: 11s; }
.particles span:nth-child(13) { left: 28%; top: 99%; animation-delay: 12s; }
.particles span:nth-child(14) { left: 44%; top: 98%; animation-delay: 13s; }
.particles span:nth-child(15) { left: 59%; top: 99%; animation-delay: 14s; }
.particles span:nth-child(16) { left: 72%; top: 97%; animation-delay: 15s; }
.particles span:nth-child(17) { left: 87%; top: 99%; animation-delay: 16s; }
.particles span:nth-child(18) { left: 95%; top: 96%; animation-delay: 17s; }

/* SIDEBAR */
.sidebar {
  width: var(--sidebar-width);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 16, 0.72), rgba(8, 10, 14, 0.62));
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 1260;
  backdrop-filter: blur(22px);
}

.sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(168, 85, 247, 0.05), transparent 30%),
    linear-gradient(0deg, rgba(34, 197, 94, 0.04), transparent 35%);
  pointer-events: none;
}

.brand {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(168, 85, 247, 0.10), rgba(34, 197, 94, 0.08)),
    rgba(255,255,255,0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.08), transparent 80%);
  transform: translateX(-100%);
  animation: cardShine 5.5s linear infinite;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.18),
    0 0 12px rgba(34, 197, 94, 0.12);
}

.brand h1 {
  font-size: 1.2rem;
  line-height: 1.1;
}

.brand p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 3px;
}

.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-link {
  position: relative;
  padding: 14px 16px;
  border-radius: 14px;
  color: #eef2ff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  transition: 0.25s ease;
  font-weight: 700;
  overflow: hidden;
}

.nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.14), rgba(34, 197, 94, 0.10));
  opacity: 0;
  transition: 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  transform: translateX(4px);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 20px rgba(139, 92, 246, 0.12);
}

.nav-link:hover::before,
.nav-link.active::before {
  opacity: 1;
}

.nav-link.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.015);
  border: 1px dashed rgba(168, 85, 247, 0.25);
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.nav-link.disabled::before {
  display: none;
}

.nav-link.disabled:hover {
  transform: none;
  box-shadow: none;
}

.discord-box {
  margin-top: auto;
  position: relative;
  background:
    linear-gradient(160deg, rgba(168, 85, 247, 0.12), rgba(34, 197, 94, 0.08)),
    rgba(255,255,255,0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.discord-box h3 {
  margin-bottom: 8px;
}

.discord-box p {
  color: var(--muted);
  font-size: 0.94rem;
  margin: 10px 0 16px;
  line-height: 1.6;
}

/* NAVBAR */
.navbar {
  height: var(--navbar-height);
  position: fixed;
  top: 0;
  z-index: 1250;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  background: rgba(8, 8, 12, 0.46);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d4daf0;
  font-weight: 700;
  min-width: 0;
}

.nav-right {
  display: flex;
  align-items: center;
}

.nav-logo {
  display: none;
}

.nav-title {
  font-weight: 800;
  color: #f5f7ff;
  line-height: 1;
}

.menu-toggle {
  display: none;
}

.mobile-title {
  display: none;
}

.desktop-title {
  display: inline;
}

/* MAIN */
.main {
  min-height: 100vh;
  padding-top: calc(var(--navbar-height) + 18px);
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 800;
  transition: 0.25s ease;
  cursor: pointer;
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(168, 85, 247, 0.75);
  backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 rgba(0, 0, 0, 0),
    0 0 14px rgba(168, 85, 247, 0.10);
}

.btn-primary,
.btn-secondary {
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(192, 132, 252, 0.95);
  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.btn-primary:active,
.btn-secondary:active {
  transform: translateY(0);
}

.hero-buttons .btn,
.discord-box .btn,
.nav-right .btn {
  min-width: 170px;
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 28px;
  padding: 24px 34px 10px;
  align-items: stretch;
}

.hero-content,
.hero-card,
.card,
.discord-banner {
  position: relative;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.hero-content::before,
.hero-card::before,
.card::before,
.discord-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.05) 45%, transparent 100%);
  transform: translateX(-120%);
  animation: glassSweep 8s linear infinite;
  pointer-events: none;
}

.hero-content {
  padding: 34px;
}

.hero-content h2 {
  font-size: 3rem;
  line-height: 1.05;
  margin: 16px 0 18px;
  max-width: 700px;
  background: linear-gradient(90deg, #ffffff, #ddd3ff, #d3ffe6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 760px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.hero-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto 18px;
  border-radius: 26px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 20px 35px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(168, 85, 247, 0.18),
    0 0 20px rgba(34, 197, 94, 0.10);
  animation: logoFloat 5s ease-in-out infinite;
}

.hero-card h3 {
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.hero-card p {
  color: var(--muted);
  line-height: 1.7;
}

/* SECTION */
.section {
  padding: 26px 34px 10px;
}

.section-title {
  margin-bottom: 18px;
}

.section-title span {
  display: inline-block;
  color: #d7c5ff;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

.section-title h2 {
  font-size: 2rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  padding: 24px;
  transition: 0.25s ease;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(168,85,247,0.35), rgba(34,197,94,0.20), rgba(255,255,255,0.10));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0.7;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 22px 46px rgba(0,0,0,0.32),
    0 0 20px rgba(168, 85, 247, 0.10);
}

.card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.card p {
  color: var(--muted);
  line-height: 1.7;
}

.card-highlight {
  background:
    linear-gradient(160deg, rgba(168, 85, 247, 0.10), rgba(34, 197, 94, 0.08)),
    rgba(255,255,255,0.05);
}

/* DISCORD */
.discord-banner {
  margin-top: 8px;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.discord-banner h2 {
  font-size: 2rem;
  margin: 12px 0 10px;
}

.discord-banner p {
  color: var(--muted);
  max-width: 720px;
  line-height: 1.8;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  background:
    linear-gradient(135deg, rgba(168, 85, 247, 0.14), rgba(34, 197, 94, 0.10)),
    rgba(255,255,255,0.04);
  color: #d8dfff;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 0.85rem;
  font-weight: 800;
}

/* CHECKBOX / OVERLAY */
#menu-toggle-checkbox {
  display: none;
}

.overlay {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .discord-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .hero,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .discord-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 560px) {
  .hero-content,
  .hero-card,
  .card,
  .discord-banner {
    padding: 20px;
  }

  .hero-content h2,
  .section-title h2,
  .discord-banner h2 {
    font-size: 1.6rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .bg-grid {
    background-size: 34px 34px;
  }
}

/* MOBILE SIDEBAR + OVERLAY */
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    display: block;
  }

  .overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1240;
  }

  #menu-toggle-checkbox:checked ~ .overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .sidebar {
    left: -260px;
    width: 260px;
    height: 100vh;
    z-index: 1260;
    transition: left 0.3s ease;
    padding: 88px 14px 18px;
    overflow-y: auto;
  }

  #menu-toggle-checkbox:checked ~ .sidebar {
    left: 0;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 12px 14px;
    z-index: 1250;
    height: auto;
  }

  .nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 1;
    color: white;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(168, 85, 247, 0.30);
    flex-shrink: 0;
    position: relative;
    z-index: 1270;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.08);
  }

  .nav-logo {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 7px;
    flex-shrink: 0;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: inline;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-right .btn {
    min-width: auto !important;
    padding: 10px 14px;
  }

  main,
  .navbar {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .main {
    padding-top: 90px;
  }

  .hero,
  .cards-grid,
  .social-grid,
  .roster-columns,
  .team-container {
    grid-template-columns: 1fr !important;
  }

  .hero,
  .section,
  .social-page,
  .team-page,
  .roster-page {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* ANIMATIONS */
@keyframes scanMove {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes gridDrift {
  from { transform: translateY(0); }
  to   { transform: translateY(54px); }
}

@keyframes meshMove {
  0%   { transform: scale(1) rotate(0deg); }
  100% { transform: scale(1.08) rotate(4deg); }
}

@keyframes orbFloat1 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(80px, 30px) scale(1.08); }
}

@keyframes orbFloat2 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-70px, 35px) scale(1.06); }
}

@keyframes orbFloat3 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-40px, -40px) scale(1.1); }
}

@keyframes orbFloat4 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(25px, -30px) scale(1.05); }
}

@keyframes beamMove1 {
  0%   { transform: rotate(18deg) translateX(0); }
  100% { transform: rotate(22deg) translateX(55px); }
}

@keyframes beamMove2 {
  0%   { transform: rotate(-14deg) translateX(0); }
  100% { transform: rotate(-10deg) translateX(-60px); }
}

@keyframes beamMove3 {
  0%   { transform: rotate(4deg) translateY(0); }
  100% { transform: rotate(8deg) translateY(-30px); }
}

@keyframes particleRise {
  0% {
    transform: translateY(0) scale(0.7);
    opacity: 0;
  }
  10% {
    opacity: 0.75;
  }
  100% {
    transform: translateY(-110vh) scale(1.1);
    opacity: 0;
  }
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

@keyframes glassSweep {
  0%   { transform: translateX(-120%); opacity: 0; }
  10%  { opacity: 1; }
  40%  { opacity: 0.55; }
  100% { transform: translateX(140%); opacity: 0; }
}

@keyframes cardShine {
  0%   { transform: translateX(-120%); }
  100% { transform: translateX(140%); }
}