:root {
  color-scheme: dark;
  --bg: #07091d;
  --panel: rgba(12, 17, 43, 0.74);
  --panel-strong: rgba(11, 16, 42, 0.9);
  --line: rgba(124, 143, 255, 0.3);
  --line-bright: rgba(220, 63, 255, 0.68);
  --text: #f8f7ff;
  --muted: #c4c3de;
  --soft: #8c8fb3;
  --pink: #ff46f2;
  --purple: #a13cff;
  --blue: #20c6ff;
  --cyan: #04d9ff;
  --green: #3be38f;
  --radius: 22px;
  --shadow: 0 24px 90px rgba(13, 4, 52, 0.62);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 13% 22%, rgba(174, 56, 255, 0.3), transparent 22rem),
    radial-gradient(circle at 78% 15%, rgba(32, 198, 255, 0.24), transparent 30rem),
    radial-gradient(circle at 55% 90%, rgba(255, 70, 242, 0.18), transparent 28rem),
    linear-gradient(150deg, #050614 0%, #090c23 46%, #040616 100%);
  color: var(--text);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 76%);
}

body::after {
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 40vh;
  content: "";
  background: linear-gradient(0deg, rgba(2, 8, 32, 0.98), rgba(2, 8, 32, 0));
  pointer-events: none;
}

a,
button {
  color: inherit;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

button {
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 100;
  border: 1px solid var(--pink);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: #030514;
}

.skip-link:focus {
  top: 1rem;
}

.app-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 338px;
  gap: 14px;
  width: min(100% - 24px, 1440px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 12px 0 16px;
}

.sidebar,
.main-panel,
.right-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(17, 24, 58, 0.86), rgba(5, 10, 31, 0.86)),
    rgba(5, 8, 24, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.sidebar {
  position: sticky;
  top: 12px;
  align-self: start;
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 28px);
  border-radius: 22px;
  padding: 20px 12px;
}

.side-brand {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 16px 10px 22px;
  text-align: center;
}

.side-brand img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(255, 70, 242, 0.8));
}

.side-brand strong {
  font-size: 1.72rem;
  line-height: 1;
}

.side-brand span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.side-menu {
  display: grid;
  gap: 9px;
}

.side-menu a {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0 14px;
  color: #dfe1ff;
  font-weight: 760;
}

.side-menu a span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #efeaff;
  font-size: 1.4rem;
}

.side-menu a.is-active,
.side-menu a:hover {
  border-color: rgba(44, 190, 255, 0.88);
  background: linear-gradient(135deg, rgba(237, 54, 255, 0.8), rgba(32, 110, 255, 0.7));
  box-shadow: 0 0 28px rgba(61, 92, 255, 0.45);
}

.agency-card {
  margin-top: auto;
  border: 1px solid rgba(255, 70, 242, 0.58);
  border-radius: 16px;
  padding: 18px 15px;
  background:
    radial-gradient(circle at 22% 16%, rgba(32, 198, 255, 0.32), transparent 32%),
    linear-gradient(180deg, rgba(22, 22, 62, 0.9), rgba(8, 11, 33, 0.92));
}

.flag-orb {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 50%, white 0 20%, transparent 21%),
    linear-gradient(135deg, #1d66ff 0 50%, #f4336a 51% 100%);
  box-shadow: 0 0 18px rgba(32, 198, 255, 0.6);
}

.agency-card h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.15;
}

.agency-card p,
.agency-card li {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.48;
}

.agency-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.agency-card li::before {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  color: var(--cyan);
  content: "✓";
  font-size: 0.7rem;
}

.wave-card {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 4px;
  height: 96px;
  margin-top: 16px;
  overflow: hidden;
}

.wave-card span {
  width: 4px;
  height: calc(18px + var(--h, 24px));
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pink), var(--blue));
  box-shadow: 0 0 15px rgba(32, 198, 255, 0.6);
}

.wave-card span:nth-child(2n) { --h: 42px; }
.wave-card span:nth-child(3n) { --h: 64px; }
.wave-card span:nth-child(5n) { --h: 30px; }

.main-panel {
  border-radius: 22px;
  padding: 18px 10px 16px;
  overflow: hidden;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 8px 12px;
}

.top-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 920;
}

.top-brand img {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 0 16px rgba(255, 70, 242, 0.8));
}

.top-brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.language-toggle,
.brand-pill {
  display: inline-grid;
  place-items: center;
  min-height: 46px;
  border: 1px solid rgba(32, 198, 255, 0.78);
  border-radius: 999px;
  background: rgba(11, 14, 42, 0.76);
  box-shadow: 0 0 22px rgba(161, 60, 255, 0.28);
}

.language-toggle {
  min-width: 128px;
  padding: 0 18px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
}

.brand-pill {
  width: 120px;
  padding: 0 14px;
}

.brand-pill img {
  width: 96px;
}

.hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.56fr) minmax(0, 0.44fr);
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--line-bright);
  border-radius: 22px;
  background:
    radial-gradient(circle at 70% 36%, rgba(32, 198, 255, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(28, 8, 62, 0.98), rgba(7, 12, 41, 0.96));
}

.hero-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 11, 33, 0.94) 0%, rgba(8, 11, 33, 0.72) 39%, rgba(8, 11, 33, 0.05) 72%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 46px 34px 36px;
}

.kicker {
  margin: 0 0 10px;
  color: #ef58ff;
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 430px;
  font-size: clamp(3rem, 4vw, 3.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h1 span {
  display: block;
  color: var(--blue);
  text-shadow: 0 0 22px rgba(32, 198, 255, 0.48);
}

.hero-text {
  max-width: 420px;
  margin: 18px 0 26px;
  color: #d7d6ee;
  font-size: 1.18rem;
  line-height: 1.45;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 430px;
}

.cta {
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  align-items: center;
  min-width: 0;
  width: 100%;
  min-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  padding: 0 16px;
  background: rgba(8, 11, 33, 0.78);
  color: var(--text);
  cursor: pointer;
  font-weight: 920;
  text-align: left;
}

.cta.primary {
  background: linear-gradient(135deg, #dd3dff 0%, #653dff 48%, #06caff 100%);
  box-shadow: 0 0 30px rgba(32, 198, 255, 0.45);
}

.cta.secondary {
  border-color: rgba(239, 76, 255, 0.78);
}

.cta-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 1.4rem;
}

.cta i {
  font-size: 2rem;
  font-style: normal;
  line-height: 1;
}

.hero-art {
  position: relative;
  min-width: 0;
}

.hero-art img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 0 10px;
}

.feature-grid article,
.room-card,
.community-banner,
.mobile-support,
.activity-card,
.events-card,
.support-card,
.community-card {
  border: 1px solid rgba(102, 132, 255, 0.34);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 70, 242, 0.18), transparent 48%),
    rgba(9, 16, 44, 0.8);
  box-shadow: inset 0 0 38px rgba(82, 45, 255, 0.08);
}

.feature-grid article {
  min-height: 102px;
  border-radius: 14px;
  padding: 18px 20px;
}

.feature-grid article:nth-child(4) {
  border-color: rgba(255, 70, 242, 0.56);
}

.feature-icon {
  display: block;
  height: 38px;
  color: var(--pink);
  font-size: 2.35rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 70, 242, 0.72);
}

.feature-icon.lounge,
.feature-icon.host {
  color: var(--blue);
  text-shadow: 0 0 18px rgba(32, 198, 255, 0.72);
}

.feature-grid h2 {
  margin: 9px 0 4px;
  font-size: 0.98rem;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.section-heading,
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading {
  padding: 4px 8px 10px;
}

.section-heading h2 {
  margin: 0;
  font-size: 1.34rem;
}

.section-heading a,
.panel-head a {
  color: #f15cff;
  font-weight: 800;
}

.room-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.room-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 70, 242, 0.55);
  border-radius: 13px;
  padding: 10px;
}

.room-card img {
  width: 100%;
  aspect-ratio: 1.12;
  border-radius: 10px;
  object-fit: cover;
}

.room-card > span {
  position: absolute;
  left: 18px;
  top: 18px;
  border-radius: 999px;
  padding: 6px 10px;
  background: linear-gradient(135deg, #ff3fb1, #c331ff);
  font-size: 0.72rem;
  font-weight: 900;
}

.room-card h3 {
  margin: 12px 0 3px;
  font-size: 1rem;
}

.room-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.avatar-line {
  display: flex;
  margin: 9px 0;
}

.avatar-line i {
  width: 22px;
  height: 22px;
  margin-right: -6px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 30%, #f9d8c8 0 18%, transparent 19%),
    linear-gradient(135deg, #1b2258, #ff45d0);
}

.room-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.75rem;
}

.room-meta b::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 999px;
  background: var(--green);
  content: "";
}

.room-meta em {
  color: var(--green);
  font-style: normal;
}

.audio-line {
  height: 24px;
  margin-top: 9px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, var(--pink) 0 3px, transparent 3px 8px),
    linear-gradient(90deg, rgba(255, 70, 242, 0.4), rgba(32, 198, 255, 0.4));
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.audio-line.cyan {
  background:
    repeating-linear-gradient(90deg, var(--cyan) 0 3px, transparent 3px 8px),
    linear-gradient(90deg, rgba(4, 217, 255, 0.4), rgba(32, 198, 255, 0.3));
}

.audio-line.violet {
  background:
    repeating-linear-gradient(90deg, var(--purple) 0 3px, transparent 3px 8px),
    linear-gradient(90deg, rgba(161, 60, 255, 0.4), rgba(255, 70, 242, 0.3));
}

.community-banner {
  display: grid;
  grid-template-columns: 82px 1fr 96px;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  border-color: rgba(255, 70, 242, 0.55);
  border-radius: 15px;
  padding: 18px 24px;
}

.banner-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--pink);
  font-size: 3rem;
  text-shadow: 0 0 18px rgba(255, 70, 242, 0.75);
}

.community-banner p {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.35;
}

.community-banner p span {
  color: #e84cff;
  font-weight: 900;
}

.community-banner img {
  width: 78px;
  height: 78px;
  justify-self: end;
  filter: drop-shadow(0 0 20px rgba(255, 70, 242, 0.85));
}

.mobile-support,
.mobile-tabbar {
  display: none;
}

.right-panel {
  position: sticky;
  top: 12px;
  align-self: start;
  display: grid;
  gap: 12px;
  min-height: calc(100svh - 28px);
  border-radius: 22px;
  padding: 16px 12px;
}

.community-card {
  overflow: hidden;
  border-radius: 13px;
}

.community-card img {
  width: 100%;
  min-height: 174px;
  object-fit: cover;
}

.activity-card,
.events-card,
.support-card {
  border-radius: 13px;
  padding: 14px;
}

.panel-head {
  margin-bottom: 12px;
}

.panel-head h2,
.support-card h2 {
  margin: 0;
  font-size: 1rem;
}

.activity-card article,
.events-card article {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 58px;
  margin-top: 8px;
  border: 1px solid rgba(124, 143, 255, 0.22);
  border-radius: 10px;
  padding: 10px 54px 10px 12px;
  background: rgba(6, 11, 32, 0.64);
}

.activity-card b,
.events-card b {
  font-size: 0.86rem;
}

.activity-card span,
.events-card span,
.support-card p {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.activity-card em,
.events-card em {
  position: absolute;
  top: 14px;
  right: 12px;
  color: var(--soft);
  font-size: 0.75rem;
  font-style: normal;
}

.support-card p {
  margin: 10px 0 16px;
}

.support-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.support-icons span {
  display: grid;
  place-items: center;
  min-height: 62px;
  border: 1px solid rgba(213, 64, 255, 0.55);
  border-radius: 14px;
  padding: 8px;
  color: #ddd9ff;
  font-size: 0.62rem;
  text-align: center;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 90;
  max-width: min(92vw, 420px);
  transform: translateX(-50%) translateY(20px);
  border: 1px solid rgba(32, 198, 255, 0.68);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(8, 12, 34, 0.94);
  color: #fff;
  box-shadow: 0 0 30px rgba(32, 198, 255, 0.35);
  opacity: 0;
  transition: 180ms ease;
}

.toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

@media (max-width: 1180px) {
  .app-shell {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .right-panel {
    display: none;
  }

  .room-row {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    padding-bottom: 4px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 86px;
  }

  .app-shell {
    display: block;
    width: min(100% - 20px, 430px);
    padding: 10px 0 0;
  }

  .sidebar,
  .right-panel {
    display: none;
  }

  .main-panel {
    border: 0;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 6px 0 10px;
    background: rgba(7, 9, 29, 0.86);
    backdrop-filter: blur(14px);
  }

  .top-brand span {
    display: none;
  }

  .top-brand img {
    width: 42px;
    height: 42px;
  }

  .brand-pill {
    width: auto;
    min-height: 42px;
    padding: 0 12px;
  }

  .brand-pill img {
    width: 84px;
  }

  .language-toggle {
    min-width: 84px;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 12px;
  }

  .hero-card::after {
    background:
      linear-gradient(90deg, rgba(8, 11, 33, 0.94) 0%, rgba(8, 11, 33, 0.6) 48%, rgba(8, 11, 33, 0.06) 100%),
      linear-gradient(0deg, rgba(8, 11, 33, 0.74), rgba(8, 11, 33, 0));
  }

  .hero-copy {
    min-height: 244px;
    padding: 18px 14px;
  }

  .hero-art {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .hero-art img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-position: 60% center;
  }

  .kicker {
    margin-bottom: 8px;
    font-size: 0.7rem;
  }

  h1 {
    max-width: 230px;
    font-size: 2.05rem;
    line-height: 1.02;
  }

  .hero-text {
    max-width: 206px;
    margin: 10px 0 16px;
    font-size: 0.92rem;
    line-height: 1.3;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 196px);
    gap: 10px;
  }

  .cta {
    grid-template-columns: 32px 1fr 20px;
    min-width: 0;
    min-height: 44px;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .cta-icon {
    width: 22px;
    height: 22px;
    font-size: 1.1rem;
  }

  .cta i {
    font-size: 1.45rem;
  }

  .feature-grid {
    grid-template-columns: repeat(4, minmax(86px, 1fr));
    gap: 6px;
    padding: 8px 0 12px;
  }

  .feature-grid article {
    min-height: 120px;
    border-radius: 9px;
    padding: 12px 8px;
  }

  .feature-icon {
    height: 30px;
    font-size: 1.75rem;
  }

  .feature-grid h2 {
    margin-top: 8px;
    font-size: 0.7rem;
  }

  .feature-grid p {
    font-size: 0.62rem;
  }

  .section-heading {
    padding: 0 4px 10px;
  }

  .section-heading h2 {
    font-size: 1rem;
  }

  .section-heading a {
    font-size: 0.78rem;
  }

  .room-row {
    display: flex;
    gap: 8px;
    margin-right: -10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 10px 4px 0;
  }

  .room-card {
    flex: 0 0 108px;
    scroll-snap-align: start;
    border-radius: 10px;
    padding: 6px;
  }

  .room-card img {
    aspect-ratio: 1;
    border-radius: 8px;
  }

  .room-card > span {
    left: 10px;
    top: 10px;
    padding: 4px 6px;
    font-size: 0.52rem;
  }

  .room-card h3 {
    margin-top: 8px;
    font-size: 0.66rem;
  }

  .room-card p,
  .room-meta {
    font-size: 0.56rem;
  }

  .avatar-line i {
    width: 16px;
    height: 16px;
    margin-right: -5px;
  }

  .audio-line {
    height: 16px;
    margin-top: 5px;
  }

  .community-banner {
    grid-template-columns: 44px 1fr 58px;
    gap: 8px;
    margin-top: 12px;
    border-radius: 12px;
    padding: 12px;
  }

  .banner-icon {
    width: 36px;
    height: 36px;
    font-size: 2rem;
  }

  .community-banner p {
    font-size: 0.86rem;
  }

  .community-banner img {
    width: 52px;
    height: 52px;
  }

  .mobile-support {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 10px;
    border-radius: 12px;
    overflow: hidden;
  }

  .mobile-support article {
    display: grid;
    gap: 5px;
    min-height: 76px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 8px;
  }

  .mobile-support article:last-child {
    border-right: 0;
  }

  .mobile-support b {
    font-size: 0.57rem;
    line-height: 1.2;
  }

  .mobile-support span {
    color: var(--muted);
    font-size: 0.54rem;
    line-height: 1.25;
  }

  .mobile-tabbar {
    position: fixed;
    left: 50%;
    bottom: 10px;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(100% - 20px, 430px);
    border: 1px solid rgba(103, 119, 255, 0.34);
    border-radius: 13px;
    background: rgba(10, 15, 42, 0.94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
  }

  .mobile-tabbar a {
    display: grid;
    place-items: center;
    gap: 3px;
    min-height: 58px;
    color: var(--soft);
    font-size: 0.65rem;
  }

  .mobile-tabbar a span {
    font-size: 1.35rem;
  }

  .mobile-tabbar a.is-active {
    color: var(--pink);
  }

  .mobile-tabbar a.is-active::after {
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: var(--pink);
    content: "";
  }
}
