/* =========================================================
   ROOT + GLOBAL
   ========================================================= */
:root {
  --pink-1: #ff5ab1;
  --pink-2: #ff2f7d;
  --pink-3: #ff3c96;
  --magenta: #99123f;
  --crimson: #b40f54;
  --bg-top: #7a1fbf;
  --bg-bottom: #4a1aa6;
  --text: #ffffff;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
  background: linear-gradient(180deg, var(--bg-top), var(--bg-bottom));
  color: var(--text);
}

/* =========================================================
     HERO
     ========================================================= */
.hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -12% -6% -18%;
  background: #7b2bc9;
  z-index: -2;
}
.hero-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 6rem 1.25rem 8rem;
}
.hero h1 {
  font-size: clamp(2rem, 5vw + 1rem, 5rem);
  margin: 0;
  letter-spacing: 0.01em;
}

.wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  line-height: 0;
  transform: translateZ(0);
  z-index: 2;
}
.wave svg {
  display: block;
  width: 100%;
  height: auto;
}

.blobs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.blob {
  position: absolute;
  border-radius: 33% 67% 58% 42% / 45% 34% 66% 55%;
  will-change: transform, border-radius;
  animation: morph var(--m, 14s) ease-in-out infinite alternate;
}
.c1 {
  background: var(--magenta);
}
.c2 {
  background: var(--crimson);
}
.c3 {
  background: var(--pink-1);
}
.c4 {
  background: var(--pink-2);
}
.c5 {
  background: var(--pink-3);
}
@keyframes morph {
  0% {
    border-radius: 33% 67% 58% 42% / 45% 34% 66% 55%;
  }
  50% {
    border-radius: 57% 43% 33% 67% / 40% 67% 33% 60%;
  }
  100% {
    border-radius: 43% 57% 67% 33% / 60% 33% 67% 40%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .blob {
    animation: none;
  }
}

.content {
  background: #fff;
  color: #222;
  padding: 3rem 1.25rem 6rem;
}
.content .container {
  max-width: 1100px;
  margin-inline: auto;
}

/* ===================== Continuous Background Wrapper ===================== */
.gradient-bg {
  position: relative;
  isolation: isolate;
  --mx: 60%;
  --my: 10%;
  background: radial-gradient(
      340px 240px at var(--mx) var(--my),
      rgba(145, 20, 255, 0.1),
      transparent 60%
    ),
    radial-gradient(
      520px 360px at calc(var(--mx) - 20%) calc(var(--my) + 50%),
      rgba(255, 94, 184, 0.1),
      transparent 70%
    ),
    linear-gradient(180deg, #ffffff, #fafbff);
}

/* Let the wrapper's background show through */
.gradient-bg .about,
.gradient-bg .features-v2 {
  background: transparent !important;
}

/* Kill the Features top seam pseudo-element (if present) */
.gradient-bg .features-v2::before {
  display: none !important;
  content: none !important;
}

/* Tighten the join so there’s no visible gap */
.gradient-bg .about {
  padding-bottom: 1rem;
}
.gradient-bg .features-v2 {
  padding-top: 1rem;
}

/* Reuseable brand background built from CSS vars */
:root {
  --rz-mx: 60%;
  --rz-my: 10%;
  --rz-bg: radial-gradient(
      340px 240px at var(--rz-mx) var(--rz-my),
      rgba(145, 20, 255, 0.1),
      transparent 60%
    ),
    radial-gradient(
      520px 360px at calc(var(--rz-mx) - 20%) calc(var(--rz-my) + 50%),
      rgba(255, 94, 184, 0.1),
      transparent 70%
    ),
    linear-gradient(180deg, #ffffff, #fafbff);
}

.gradient-bg {
  background: var(--rz-bg);
  position: relative;
  isolation: isolate;
  z-index: 1;
  margin-top: -1px;
}

/* Hide the old SVG wave (we'll draw our own so it can use the same bg) */
.hero .wave {
  display: none !important;
}

.hero {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* Solid divider instead of wave (kept for your current look) */
.hero {
  border-bottom: 6px solid #000;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gradient-bg {
  margin-top: 0;
}
/* Cancel any previous curve pseudo-element */
.hero::after {
  content: none !important;
}

/* =========================================================
     ABOUT (gradient + cursor spotlight)
     ========================================================= */
.about {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
  --mx: 60%;
  --my: 10%;
  background: radial-gradient(
      340px 240px at var(--mx) var(--my),
      rgba(145, 20, 255, 0.1),
      transparent 60%
    ),
    radial-gradient(
      520px 360px at calc(var(--mx) - 20%) calc(var(--my) + 50%),
      rgba(255, 94, 184, 0.1),
      transparent 70%
    ),
    linear-gradient(180deg, #ffffff, #fafbff);
}

.about-anim {
  position: absolute;
  inset: 0 0 auto 0;
  height: 140px;
  pointer-events: none;
  z-index: 10;
}

.ball {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 90px;
  line-height: 1;
  transform: translateX(0) rotate(0deg);
  filter: drop-shadow(0 6px 10px rgba(255, 47, 125, 0));
  will-change: transform, filter, opacity;
  opacity: 0;
}
@media (max-width: 640px) {
  .ball {
    font-size: 60px;
  }
  .about-anim {
    height: 110px;
  }
}

.about-title {
  position: relative;
  z-index: 1;
  margin: 0.75rem 0 0.75rem;
  font-size: clamp(1.8rem, 1.4rem + 2.6vw, 3.2rem);
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.about-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--pink-1),
    var(--pink-2),
    var(--pink-3)
  );
  transition: width 0.9s ease;
}
.about-title.underline-on::after {
  width: 220px;
}

.about-title .char {
  color: transparent;
  -webkit-text-stroke: 0;
  transition: color 0.06s linear;
}
.about-title .char.revealed {
  color: #111;
}

.about-body {
  position: relative;
  z-index: 1;
}
.about-body .lead {
  margin: 0.8rem 0 1rem;
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.2rem);
  color: #333;
}

.about-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}
.about-points li {
  position: relative;
  padding-left: 2.25rem;
  color: #2b2b2b;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
}
.about-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: conic-gradient(
    var(--pink-1),
    var(--pink-2),
    var(--pink-3),
    var(--pink-1)
  );
  box-shadow: 0 0 0 2px #fff inset, 0 2px 6px rgba(0, 0, 0, 0.15);
}

.about.play .about-title {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ball {
    display: none;
  }
  .about-title {
    opacity: 1 !important;
    transform: none !important;
  }
  .about-title .char {
    color: #111 !important;
    transition: none !important;
  }
  .about-title.underline-on::after {
    width: 220px !important;
    transition: none !important;
  }
  .about-points li {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
     CTA: Simple (Visible, Text Anim, Image Slot)
     ========================================================= */
.cta.cta-simple {
  position: relative;
  background: #0f0f12;
  color: #fff;
  padding: 4rem 1.5rem;
  overflow: hidden;
}

/* Gradient borders top + bottom */
.cta.cta-simple::before,
.cta.cta-simple::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--pink-1),
    var(--pink-2),
    var(--pink-3),
    var(--pink-2),
    var(--pink-1)
  );
}
.cta.cta-simple::before {
  top: 0;
}
.cta.cta-simple::after {
  bottom: 0;
}

/* Layout */
.cta__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
}
@media (max-width: 900px) {
  .cta__inner {
    grid-template-columns: 1fr;
  }
}

/* Copy */
.cta__title {
  margin: 0 0 0.6rem 0;
  font-size: clamp(1.9rem, 1.2rem + 2.8vw, 3.1rem);
  line-height: 1.08;
}
.cta__lead {
  color: #d9d9df;
  margin: 0.35rem 0 1.4rem;
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.15rem);
  max-width: 52ch;
}

/* Actions */
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  align-items: center;
}
.cta__button {
  position: relative;
  border: 2px solid #000;
  border-radius: 9999px;
  padding: 12px 28px;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.3s ease,
    color 0.3s ease;
}
.cta__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #9114af, #ff5eb8);
  color: #fff;
}
.cta__link {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.9;
}
.cta__link:hover {
  border-color: #fff;
  opacity: 1;
}

/* Media (image) */
.cta__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.06) inset;
  object-fit: cover;
}

/* Simple reveal */
.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
  will-change: opacity, transform;
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Hide CTA image on mobile and center content */
@media (max-width: 900px) {
  .cta.cta-simple .cta__media {
    display: none !important;
  }
  .cta.cta-simple .cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta.cta-simple .cta__copy {
    text-align: center;
  }
  .cta.cta-simple .cta__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .cta.cta-simple .cta__actions {
    justify-content: center;
  }
}

/* =========================================================
     FEATURES v2 (Interactive, no carousel)
     ========================================================= */
:root {
  --violet: #9114ff;
  --pink: #ff5eb8;
  --ink: #0f0f12;
}

.features-v2 {
  position: relative;
  padding: 2.25rem 1.25rem 4rem;
  color: #111;
  isolation: isolate;
  --mx: 50%;
  --my: 0%;
  background: radial-gradient(
      220px 220px at var(--mx) var(--my),
      rgba(255, 94, 184, 0.12),
      transparent 60%
    ),
    radial-gradient(
      320px 260px at calc(var(--mx) + 8%) calc(var(--my) + 20%),
      rgba(145, 20, 255, 0.1),
      transparent 70%
    ),
    linear-gradient(180deg, #fafbff, #f2f4ff);
  overflow: clip;
}

.features-v2__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.features-v2__title {
  margin: 0 0 0.35rem 0;
  font-weight: 900;
  font-size: clamp(1.8rem, 1.2rem + 2.6vw, 3rem);
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, var(--violet), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.features-v2__sub {
  margin: 0 0 1.4rem 0;
  color: #2b2b35;
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.125rem);
}

/* Grid */
.f-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
@media (max-width: 960px) {
  .f-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .f-grid {
    grid-template-columns: 1fr;
  }
}

/* Card */
.f-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  transform-style: preserve-3d;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  outline: none;
  cursor: pointer;
}
.f-card:hover {
  transform: translateY(-2px) rotateX(0.5deg) rotateY(0.5deg);
}
.f-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(145, 20, 255, 0.35), 0 14px 34px rgba(0, 0, 0, 0.1);
}

/* Gradient border on hover/focus (masked) */
.f-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(135deg, var(--violet), var(--pink));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.f-card:hover::before,
.f-card:focus-within::before {
  opacity: 1;
}

/* Head row */
.f-card__head {
  all: unset;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: inherit;
  padding: 1rem 1rem 0.35rem 1rem;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.f-card__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #101015;
}
/* No arrows */
.f-card__chev {
  display: none !important;
}

/* Peek line */
.f-card__peek {
  color: #3a3a44;
  padding: 0 1rem 1rem 1rem;
  min-height: 2.4rem;
}

/* Expandable content */
.f-card__more {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.36s ease, opacity 0.26s ease,
    visibility 0s linear 0.36s;
  padding: 0 1rem;
}
.f-card__more.open {
  max-height: 220px;
  opacity: 1;
  visibility: visible;
  padding-bottom: 1rem;
}
.f-card__list {
  margin: 0.35rem 0 0.25rem 0;
  padding-left: 1.05rem;
  color: #17171c;
}
.f-card__list li {
  margin: 0.35rem 0;
}

/* Reveal-on-scroll (if you use it elsewhere) */
.features-v2 .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.features-v2 .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
     DID YOU KNOW (full CSS)
     ========================================================= */
:root {
  --dyk-violet: #9114ff;
  --dyk-pink: #ff5eb8;
}

.dyk {
  --spot-x: 60%;
  --spot-y: 10%;
  position: relative;
  padding: 3.2rem 1.25rem 3.6rem;
  overflow: clip;
  background: radial-gradient(
      340px 240px at var(--spot-x) var(--spot-y),
      rgba(145, 20, 255, 0.1),
      transparent 60%
    ),
    radial-gradient(
      520px 360px at calc(var(--spot-x) - 20%) calc(var(--spot-y) + 50%),
      rgba(255, 94, 184, 0.1),
      transparent 70%
    ),
    linear-gradient(180deg, #ffffff, #fafbff);
}
.dyk__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dyk__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}
.dyk__title {
  margin: 0;
  font-weight: 900;
  font-size: clamp(1.6rem, 1.1rem + 2.4vw, 2.4rem);
  background: linear-gradient(135deg, var(--dyk-violet), var(--dyk-pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.dyk__hint {
  margin: 0;
  font-size: 0.9rem;
  color: #53535a;
  opacity: 0.9;
}

.dyk__stage {
  position: relative;
  min-height: 160px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  padding: clamp(1rem, 2.6vw, 1.6rem);
  isolation: isolate;
  cursor: pointer;
}

.dyk__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: rgba(0, 0, 0, 0.06);
}
.dyk__progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(
    90deg,
    var(--dyk-violet),
    var(--dyk-pink),
    var(--dyk-violet)
  );
}

.dyk-card {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2.2vw, 1.4rem);
  text-align: center;
  color: #111;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  pointer-events: none;
  border-radius: 20px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--dyk-violet), var(--dyk-pink)) border-box;
  border: 3px solid transparent;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.dyk-card p {
  margin: 0;
  font-size: clamp(1rem, 0.9rem + 0.6vw, 1.25rem);
  line-height: 1.35;
}
.dyk-card strong {
  font-weight: 900;
}
.dyk-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .dyk-card {
    transition: none;
  }
  .dyk__progress span {
    transition: none !important;
  }
}

/* =========================================================
     CTA: Become a Referee (mirrored layout)
     ========================================================= */
.cta.cta-ref {
  position: relative;
  background: #fff;
  color: #111;
  padding: 4rem 1.5rem;
  overflow: hidden;
}

.cta.cta-ref::before,
.cta.cta-ref::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--pink-1),
    var(--pink-2),
    var(--pink-3),
    var(--pink-2),
    var(--pink-1)
  );
}
.cta.cta-ref::before {
  top: 0;
}
.cta.cta-ref::after {
  bottom: 0;
}

.cta-ref .cta__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr; /* image left, text right */
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
}
@media (max-width: 900px) {
  .cta-ref .cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-ref .cta__copy {
    text-align: center;
  }
  .cta-ref .cta__actions {
    justify-content: center;
  }
  .cta-ref .cta__media {
    display: none !important;
  }
}

.cta-ref .cta__title {
  margin: 0 0 0.6rem 0;
  font-size: clamp(1.9rem, 1.2rem + 2.8vw, 3.1rem);
  line-height: 1.08;
  background: linear-gradient(135deg, #9114ff, #ff5eb8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cta-ref .cta__lead {
  color: #333;
  margin: 0.35rem 0 1.4rem;
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.15rem);
  max-width: 52ch;
}

.cta-ref .cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  align-items: center;
  margin-top: 1rem;
}
.cta-ref .cta__button {
  text-decoration: none;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 9999px;
  padding: 12px 28px;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.3s ease,
    color 0.3s ease;
}
.cta-ref .cta__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #9114ff, #ff5eb8);
  color: #fff;
}
.cta-ref .cta__link {
  color: #111;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.8;
}
.cta-ref .cta__link:hover {
  border-color: #000;
  opacity: 1;
}

/* Modals */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  /* sit above sticky header/footer (header uses z-index:1000) */
  z-index: 2000;
}
.modal.show {
  display: flex;
}
.modal__dialog {
  position: relative;
  background: #fff;
  color: #000;
  padding: 2rem;
  border-radius: 12px;
  max-width: 520px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border: 4px solid;
  border-image: linear-gradient(to right, var(--pink-3), var(--bg-top)) 1;
}
.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--bg-top);
}
.modal__title {
  margin-top: 0;
  background: linear-gradient(to right, var(--pink-3), var(--bg-top));
  -webkit-background-clip: text;
  color: transparent;
}
.modal__list {
  padding-left: 1.25rem;
  margin: 1rem 0 0;
}

/* Screen-reader-only helper */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
