:root {
  color-scheme: dark;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  min-height: 100%;
  background: #000000;
}

body {
  margin: 0;
  min-height: 300vh;
  color: #e6e9f2;
  overflow-x: hidden;
  background: transparent;
}

#starfield {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  display: block;
}

main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem 2rem;
}

.hero-content {
  max-width: 720px;
  text-align: center;
  backdrop-filter: none !important;
  background: transparent !important;
  border: none;
  border-radius: 0px;
  padding: 3rem 2.5rem;
  box-shadow: none !important;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.8rem;
  text-align: center;
  opacity: 0.7;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  margin-bottom: 1.5rem;
}

p {
  line-height: 1.7;
  font-size: 1rem;
}

.content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  padding: 0 1.5rem 8rem;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  justify-items: stretch;
}

.content-tight {
  padding-bottom: 0;
}

.content-block {
  padding: clamp(1.5rem, 2vw, 2.25rem) clamp(1.25rem, 2vw, 2rem);
  border-radius: 18px;
  background: rgba(8, 12, 34, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(1, 4, 20, 0.5);
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

h2 {
  margin-top: 0;
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 576px) {
  .hero-content {
    padding: 2.5rem 1.75rem;
  }

  .content-block {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 1.5rem 1.25rem 2rem;
  }

  .hero-content {
    padding: 2rem 1.5rem;
  }

  .cta-row {
    gap: 0.75rem;
  }

  .pill-row {
    gap: 0.5rem;
  }

  .content {
    padding: 0 1.25rem 5rem;
  }

  .content-block {
    padding: 1.5rem 1.1rem;
  }

  .schedule-scroll {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .schedule-day {
    scroll-snap-align: start;
    flex: 0 0 80vw;
    min-height: 180px;
  }

  .proof-card {
    width: min(280px, 85vw);
  }

  .apply-modal {
    padding: 1.5rem;
  }
}

body,
html {
  min-height: 100vh;
  margin: 0;
  color: #ffffff;
  font-family: "X Company", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
.tagline,
.hero-content p,
.ticker {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

h1 {
  font-family: "X Company", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tagline,
.hero-content p,
.ticker,
.dropdown-item {
  font-family: "X Company", sans-serif;
  letter-spacing: 0.03em;
}

.hero-overlay {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.hero-content {
  max-width: 800px;
  padding: 6rem 2rem 2rem;
  text-align: center;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tagline {
  font-size: 2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.btn-discord,
.btn-X {
  padding: 1.275rem 2.55rem;
  font-size: 1.53rem;
  margin: 0 1.275rem;
  border-radius: 12px;
  height: auto;
  text-decoration: none;
}

.btn-X:hover,
.btn-discord:hover {
  text-decoration: none;
}

.ticker {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #cccccc;
}

.nav-dropdown {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
}

.dropdown-toggle {
  background: transparent !important;
  border: none !important;
  padding: 0.5rem;
  line-height: 1;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle img {
  height: 120px;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}

.hero-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle:hover img {
  filter: brightness(0) invert(1) drop-shadow(0 0 10px #9945ff);
  transform: scale(1.1);
}

.dropdown-menu {
  background: rgba(0, 0, 0, 0.85);
  border: 3px solid rgba(153, 69, 255, 0.4);
  backdrop-filter: blur(12px);
  border-radius: 15px;
  min-width: 220px;
  padding: 0;
  font-size: 1.2rem;
  overflow: hidden;
}

.dropdown-item {
  color: white;
  padding: 1.25rem;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: center;
  margin: 0;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  gap: 0.8rem;
}

.dropdown-item i {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(153, 69, 255, 0.4) !important;
  color: white !important;
}

.hero .mt-4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-logo,
.hero-globe {
  max-width: 100%;
  height: auto;
}

.x-carousel-section {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.x-carousel-track {
  display: flex;
  width: max-content;
  animation: carousel-scroll 90s linear infinite;
  will-change: transform;
}

.x-carousel-list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 0 2.5rem;
}

.x-carousel-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 240px;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: rgba(8, 12, 34, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(1, 4, 20, 0.4);
}

.x-carousel-link {
  text-decoration: none;
  color: #ffffff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.x-carousel-link:hover {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.35);
}

.x-carousel-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(153, 69, 255, 0.55);
  box-shadow: 0 0 12px rgba(153, 69, 255, 0.35);
  flex-shrink: 0;
}

.x-carousel-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.x-carousel-name {
  font-size: 1.05rem;
}

.x-carousel-handle {
  font-size: 0.95rem;
  opacity: 0.7;
}

.pill-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
}

.pill {
  padding: clamp(0.2rem, 0.6vw, 0.35rem) clamp(0.45rem, 1vw, 0.7rem);
  border-radius: 999px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(153, 69, 255, 0.16);
  border: 1px solid rgba(153, 69, 255, 0.35);
  color: #ffffff;
  white-space: nowrap;
}

.pill-dark {
  background: rgba(8, 12, 34, 0.65);
  border-color: rgba(153, 69, 255, 0.3);
}

@media (max-width: 900px) {
  .pill-row {
    flex-wrap: wrap;
  }
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.65rem, 1.2vw, 1rem);
  margin-top: clamp(1rem, 1.8vw, 1.5rem);
}

.process-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-card h3,
.process-card p {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nudge-center {
  display: inline-block;
  transform: translateX(-0.6em);
}

.stat-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 34, 0.65);
  padding: clamp(1rem, 1.6vw, 1.5rem);
  text-align: center;
}

.stat-value {
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}

.stat-label {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.team-link {
  text-decoration: none;
  color: inherit;
  display: block;
  flex: 1 1 220px;
  max-width: 320px;
}

.team-card {
  background: rgba(8, 12, 34, 0.65);
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease;
}

.team-card:hover {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.53) !important;
  transform: translateY(-2px);
}

.team-card-header {
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding-bottom: -1rem;
}

.team-avatar {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 2px solid rgba(153, 69, 255, 0.5);
  object-fit: cover;
}

.team-name {
  font-size: 1.75rem;
  letter-spacing: 0.12em;
  margin: 0;
}

.team-card-content {
  text-align: center;
  padding-top: 0.4rem;
}

.team-handle {
  font-size: 1.25rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.team-title {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.team-card--lead .team-title {
  font-size: 1.15rem;
}

.partners-grid {
  display: grid;
  gap: clamp(0.75rem, 1.6vw, 1.25rem);
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.partner-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 34, 0.65);
  padding: clamp(0.9rem, 1.4vw, 1.2rem);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.partners-carousel {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0 0.5rem;
}

.partners-carousel-shell {
  width: 100%;
}

.partners-carousel-content {
  gap: 1rem;
  padding: 0.5rem 0;
}

.partners-carousel-item {
  flex: 0 0 240px;
}

.partner-card--link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease;
}

.partner-card--link:hover .partner-card-shell {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.partner-card-shell {
  width: 100%;
  background: rgba(8, 12, 34, 0.65);
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease;
  border: none !important;
}

.partner-card-content {
  display: grid;
  gap: 0.5rem;
  align-items: center;
  justify-items: center;
  padding: 1rem;
}

.partner-logo {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.partner-name {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-handle {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  letter-spacing: 0.04em;
}

.store-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.store-link {
  text-decoration: none;
  color: inherit;
}

.store-card {
  background: rgba(8, 12, 34, 0.65);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(1, 4, 20, 0.5);
}

.store-card-header {
  text-align: center;
}

.store-card-title {
  font-size: 1.5rem;
  letter-spacing: 0.16em;
}

.store-card-content {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}


.apply-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 6, 20, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 2000;
}

.apply-modal {
  width: min(560px, 92vw);
  background: rgba(8, 12, 34, 0.95);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  padding: 2rem;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.apply-modal * {
  box-sizing: border-box;
}

.apply-modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  text-align: left;
}

.apply-modal-title {
  font-size: 1.4rem;
  margin: 0;
}

.apply-modal-close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

.apply-form {
  display: grid;
  gap: 1.2rem;
  width: 100%;
  max-width: 100%;
}

.apply-field {
  display: grid;
  gap: 0.5rem;
  width: 100%;
}

.apply-input {
  background: rgba(10, 14, 34, 0.85);
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

.apply-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.apply-form-help {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.apply-form-error {
  color: #ff9aa2;
  font-size: 0.9rem;
  margin: 0;
}

.apply-form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  margin-top: 0.5rem;
  width: 100%;
}

.apply-form-actions [data-slot="button"] {
  width: 200px;
  white-space: normal;
  text-align: center;
  line-height: 1.1;
  padding: 0 1rem;
  max-width: 100%;
}

.apply-submit {
  height: 4.25rem;
}

.apply-cancel {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.apply-cancel:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.apply-success {
  display: grid;
  gap: 0.75rem;
  text-align: center;
}

.apply-success-title {
  font-size: 1.2rem;
  margin: 0;
}

.apply-success-copy {
  margin: 0 0 1rem 0;
  color: rgba(255, 255, 255, 0.8);
}

.contact-success {
  display: grid;
  gap: 0.5rem;
  text-align: center;
  padding: 1.5rem 0;
}

.contact-success-title {
  font-size: 1.2rem;
  margin: 0;
}

.contact-success-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.contact-error {
  color: #ff9aa2;
  font-size: 0.95rem;
  text-align: center;
  margin: 0;
}

.proof-carousel {
  width: 100%;
  overflow: hidden;
  padding: clamp(1rem, 1.6vw, 1.5rem) 0 clamp(0.35rem, 1vw, 0.5rem);
}

.proof-track {
  display: flex;
  width: max-content;
  gap: clamp(0.75rem, 1.4vw, 1rem);
  animation: proof-scroll 45s linear infinite;
}

.proof-list {
  display: flex;
  gap: clamp(0.75rem, 1.4vw, 1rem);
}

.proof-card {
  width: min(320px, 78vw);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 34, 0.8);
  box-shadow: 0 18px 40px rgba(1, 4, 20, 0.5);
}

.proof-card-content {
  padding: clamp(1.1rem, 1.6vw, 1.5rem);
}

.proof-meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.9rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

.proof-handle {
  font-weight: 600;
  color: #ffffff;
}

.proof-project {
  color: rgba(255, 255, 255, 0.7);
}

.proof-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

@keyframes proof-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .proof-track {
    animation-duration: 60s;
  }
}

.schedule {
  display: grid;
  min-width: 0;
  gap: clamp(1rem, 1.6vw, 1.5rem);
  padding-top: clamp(0.35rem, 1vw, 0.5rem);
}

.schedule-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.schedule-label {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
}

.schedule-toggle {
  display: inline-flex;
  gap: 0.5rem;
}

.schedule-toggle-btn {
  min-width: 88px;
  border-radius: 999px !important;
}

.schedule-toggle-btn[data-variant="outline"] {
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
  background: rgba(8, 12, 34, 0.7) !important;
}

.schedule-grid {
  min-width: 0;
}

.schedule-grid-row {
  display: flex;
  gap: clamp(0.75rem, 1.4vw, 1rem);
  width: max-content;
}

.schedule-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(153, 69, 255, 0.6) rgba(255, 255, 255, 0.08);
}

.schedule-scroll::-webkit-scrollbar {
  height: 8px;
}

.schedule-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.schedule-scroll::-webkit-scrollbar-thumb {
  background: rgba(153, 69, 255, 0.6);
  border-radius: 999px;
}

.schedule-day {
  min-height: clamp(180px, 24vw, 220px);
  flex: 0 0 clamp(180px, 22vw, 220px);
}

.schedule-day-title {
  margin: 0 0 0.75rem 0;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

.schedule-day-header {
  text-align: center;
}

.schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.schedule-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  padding: clamp(0.55rem, 1vw, 0.75rem);
  text-align: center;
}

.schedule-show {
  margin: 0;
  font-size: 0.95rem;
}

.schedule-time {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.faq-item {
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0.75rem 0 0;
}

.section-spacer {
  padding: 1rem;
}

@media (max-width: 768px) {
  .tagline {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 4rem;
  }

  .hero-logo {
    width: min(70vw, 285px);
    height: auto !important;
  }

  .hero-globe {
    width: clamp(280px, 90vw, 450px);
    max-width: none;
    height: auto !important;
  }

  .hero .mt-4 {
    flex-direction: column;
    align-items: center;
  }

  .cta-row {
    flex-direction: column;
    align-items: center;
  }

  .x-carousel-section {
    height: 200px;
  }

  .x-carousel-track {
    animation-duration: 90s;
  }

  .x-carousel-item {
    min-width: 210px;
  }

  .x-carousel-avatar {
    width: 52px;
    height: 52px;
  }

  .btn-discord,
  .btn-X {
    padding: clamp(0.8rem, 3.5vw, 0.96rem) clamp(1.6rem, 7vw, 1.9125rem);
    font-size: clamp(1rem, 4vw, 1.1475rem);
    margin: 0.6rem 0;
  }
}

@keyframes carousel-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .x-carousel-track {
    animation: none;
  }
}

.site-footer {
  padding: 2.5rem 1.5rem 3.5rem;
}

.footer-inner {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  align-items: center;
  grid-template-columns: auto 1fr auto;
}

.footer-logo {
  width: 72px;
  height: auto;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-title {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-copy {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.7;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: right;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links {
    text-align: center;
  }
}

html {
  overflow-y: scroll;
  scrollbar-color: rgba(153, 69, 255, 0.4) transparent;
  scrollbar-width: thin;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(153, 69, 255, 0.4);
  border-radius: 10px;
  border: 3px solid transparent;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(153, 69, 255, 0.6);
}
