.home-neon {
  background: #040815;
}

.home-neon .site-header .navbar {
  border-color: rgba(46, 173, 255, 0.18) !important;
  background: rgba(4, 8, 21, 0.9) !important;
  backdrop-filter: blur(18px);
}

.home-neon .navbar-brand,
.home-neon .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

.home-neon .navbar-brand:hover,
.home-neon .nav-link:hover,
.home-neon .nav-link.active {
  color: #49c7ff !important;
}

.home-neon .brand-mark {
  background: linear-gradient(135deg, #18c8ff, #8b5cf6);
  box-shadow: 0 0 24px rgba(73, 199, 255, 0.55);
}

.home-neon .navbar-toggler {
  border-color: rgba(73, 199, 255, 0.5);
}

.home-neon .navbar-toggler-icon {
  filter: invert(1);
}

.home-neon .breadcrumb-wrap {
  display: none;
}

.neon-home {
  min-height: 100vh;
  overflow: hidden;
  color: #f8fbff;
  background:
    linear-gradient(rgba(28, 121, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 121, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 82% 28%, rgba(131, 83, 255, 0.22), transparent 34rem),
    linear-gradient(135deg, #030612 0%, #07122b 48%, #090520 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.neon-hero {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
}

.neon-hero::before,
.neon-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.neon-hero::before {
  inset: 8% -10% auto 38%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(48, 176, 255, 0.8), transparent);
  box-shadow: 0 0 30px rgba(48, 176, 255, 0.55);
  transform: rotate(-18deg);
}

.neon-hero::after {
  inset: auto 0 0;
  height: 16rem;
  background: linear-gradient(0deg, rgba(3, 6, 18, 0.86), transparent);
}

.neon-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(30rem, 1.08fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.neon-hero-copy {
  min-width: 0;
}

.neon-pill {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(83, 214, 255, 0.75);
  border-radius: 999px;
  background: rgba(6, 22, 54, 0.8);
  box-shadow: 0 0 22px rgba(42, 183, 255, 0.35), inset 0 0 20px rgba(143, 80, 255, 0.16);
  color: #49c7ff;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 0.55rem 1rem;
}

.neon-hero h1 {
  margin-bottom: 1.25rem;
  color: #ffffff;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
  text-shadow: 0 0 26px rgba(67, 164, 255, 0.25);
}

.neon-hero h1::first-line {
  color: #ffffff;
}

.neon-hero-copy p {
  max-width: 42rem;
  margin-bottom: 1.8rem;
  color: rgba(230, 240, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.78;
}

.neon-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.neon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 4rem;
  border-radius: 14px;
  padding: 0 1.25rem;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.neon-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.neon-btn-primary {
  border: 1px solid rgba(89, 213, 255, 0.95);
  background: linear-gradient(135deg, #0088ff, #004bff);
  box-shadow: 0 0 28px rgba(38, 181, 255, 0.55), inset 0 0 16px rgba(255, 255, 255, 0.22);
}

.neon-btn-secondary {
  border: 1px solid rgba(153, 111, 255, 0.8);
  background: rgba(13, 19, 47, 0.82);
  box-shadow: inset 0 0 18px rgba(138, 92, 246, 0.16);
}

.neon-btn-icon {
  width: 1.1rem;
  height: 1.1rem;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0.7rem 0.7rem 0 -0.42rem #ffffff;
}

.neon-scale-icon {
  color: #5b7cff;
  font-size: 1.45rem;
  line-height: 1;
}

.neon-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.neon-stat-row div {
  min-width: 0;
  border: 1px solid rgba(45, 180, 255, 0.28);
  border-radius: 10px;
  background: rgba(5, 22, 48, 0.72);
  padding: 0.85rem;
}

.neon-stat-row span,
.neon-stat-row strong {
  display: block;
}

.neon-stat-row span {
  color: rgba(218, 231, 255, 0.72);
  font-size: 0.82rem;
}

.neon-stat-row strong {
  margin-top: 0.25rem;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 900;
}

.neon-dashboard {
  min-width: 0;
  border: 1px solid rgba(38, 156, 255, 0.38);
  border-radius: 22px;
  background: rgba(5, 12, 35, 0.76);
  box-shadow: 0 0 42px rgba(26, 117, 255, 0.18), inset 0 0 44px rgba(10, 130, 255, 0.08);
  padding: 0.65rem;
}

.neon-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.neon-panel {
  min-width: 0;
  border: 1px solid rgba(45, 177, 255, 0.38);
  border-radius: 16px;
  background: rgba(4, 15, 40, 0.78);
  padding: 1rem;
}

.neon-panel-purple {
  border-color: rgba(163, 91, 255, 0.48);
  box-shadow: inset 0 0 24px rgba(124, 58, 237, 0.09);
}

.neon-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.neon-panel-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
}

.neon-panel-head a,
.neon-panel-head span {
  flex: 0 0 auto;
  color: rgba(202, 221, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.neon-panel-head a:hover {
  color: #55d3ff;
}

.neon-rank-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.neon-rank-item a {
  display: grid;
  grid-template-columns: 2rem 3rem minmax(0, 1fr) auto auto;
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
  border-radius: 10px;
  color: #ffffff;
  padding: 0.45rem;
  text-decoration: none;
}

.neon-rank-item a:hover {
  background: rgba(75, 142, 255, 0.14);
}

.neon-rank-no {
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #187aff, #7c3aed);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
}

.neon-rank-thumb {
  display: block;
  width: 3rem;
  height: 2.55rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  object-fit: cover;
}

.neon-rank-thumb-empty {
  background: linear-gradient(135deg, rgba(73, 199, 255, 0.24), rgba(139, 92, 246, 0.2));
}

.neon-rank-copy {
  min-width: 0;
}

.neon-rank-copy strong,
.neon-rank-copy small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neon-rank-copy strong {
  font-size: 0.88rem;
  font-weight: 900;
}

.neon-rank-copy small {
  color: rgba(221, 232, 255, 0.68);
  font-size: 0.76rem;
}

.neon-rank-price {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

.neon-rank-rate {
  color: #ff667a;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.neon-empty-state {
  display: grid;
  gap: 0.35rem;
  min-height: 8rem;
  align-content: center;
  border: 1px dashed rgba(99, 179, 255, 0.34);
  border-radius: 12px;
  background: rgba(4, 11, 31, 0.54);
  color: rgba(231, 240, 255, 0.82);
  padding: 1rem;
  text-align: center;
}

.neon-empty-state strong {
  color: #ffffff;
}

.neon-empty-state span {
  font-size: 0.9rem;
}

.neon-region-panel {
  margin-top: 0.65rem;
}

.neon-live-dot {
  position: relative;
  padding-left: 1rem;
}

.neon-live-dot::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  border-radius: 50%;
  background: #2ef2b1;
  box-shadow: 0 0 12px rgba(46, 242, 177, 0.75);
  transform: translateY(-50%);
}

.neon-region-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(12rem, 0.9fr);
  gap: 1rem;
  align-items: center;
}

.neon-map {
  position: relative;
  min-height: 14rem;
  border-radius: 14px;
  background:
    linear-gradient(rgba(72, 153, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 153, 255, 0.14) 1px, transparent 1px),
    radial-gradient(ellipse at center, rgba(18, 126, 255, 0.26), transparent 68%);
  background-size: 28px 28px, 28px 28px, auto;
  overflow: hidden;
}

.neon-map::before {
  position: absolute;
  inset: 12% 22%;
  content: "";
  border: 1px solid rgba(91, 214, 255, 0.3);
  border-radius: 48% 44% 52% 46%;
  box-shadow: inset 0 0 36px rgba(63, 142, 255, 0.25), 0 0 32px rgba(63, 142, 255, 0.16);
}

.map-dot {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #4dd5ff;
  box-shadow: 0 0 18px rgba(77, 213, 255, 0.9);
}

.map-dot-a { top: 29%; left: 46%; }
.map-dot-b { top: 43%; left: 58%; background: #845cff; }
.map-dot-c { top: 61%; left: 39%; background: #ae4dff; }
.map-dot-d { top: 55%; left: 70%; }

.neon-region-list {
  min-width: 0;
}

.neon-region-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.7rem 0;
}

.neon-lower-band {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0 3rem;
}

.neon-lower-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.neon-action-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(58, 176, 255, 0.55);
  border-radius: 16px;
  background: rgba(4, 17, 43, 0.8);
  color: #ffffff;
  padding: 1.25rem;
  text-decoration: none;
  box-shadow: inset 0 0 28px rgba(39, 139, 255, 0.1);
}

.neon-action-card:hover {
  border-color: rgba(82, 214, 255, 0.95);
  color: #ffffff;
}

.neon-action-card-purple {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  border-color: rgba(176, 104, 255, 0.55);
}

.neon-action-mark {
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgba(93, 213, 255, 0.58);
  border-radius: 50%;
  color: #69d8ff;
  font-size: 1.8rem;
  font-weight: 900;
  box-shadow: inset 0 0 24px rgba(73, 199, 255, 0.14);
}

.android-mark {
  border-color: rgba(177, 105, 255, 0.65);
  color: #b77aff;
}

.neon-action-card strong,
.neon-action-card small {
  display: block;
}

.neon-action-card strong {
  margin-bottom: 0.45rem;
  font-size: 1.35rem;
  font-weight: 900;
}

.neon-action-card small {
  color: rgba(226, 236, 255, 0.74);
  line-height: 1.55;
}

.neon-action-arrow {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(100, 191, 255, 0.52);
  border-radius: 50%;
  color: #9adfff;
  font-size: 2rem;
  line-height: 1;
}

.neon-qr {
  display: block;
  width: 4rem;
  height: 4rem;
  border: 0.35rem solid rgba(181, 120, 255, 0.38);
  border-radius: 10px;
  background:
    linear-gradient(90deg, #ffffff 10px, transparent 10px 16px, #ffffff 16px 22px, transparent 22px),
    linear-gradient(#ffffff 10px, transparent 10px 16px, #ffffff 16px 22px, transparent 22px),
    #09051d;
  background-size: 22px 22px;
}

.neon-app-section {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(53, 213, 255, 0.12), transparent 24rem),
    radial-gradient(circle at 86% 30%, rgba(181, 108, 255, 0.14), transparent 24rem),
    #040815;
  color: #f8fbff;
}

.neon-section-heading-inverse p {
  color: #49c7ff;
}

.neon-section-heading-inverse h2 {
  color: #ffffff;
}

.neon-section-heading-inverse span {
  display: block;
  margin-top: 0.6rem;
  color: rgba(226, 236, 255, 0.74);
  line-height: 1.7;
}

.neon-app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.neon-app-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(58, 176, 255, 0.45);
  border-radius: 18px;
  background: rgba(4, 17, 43, 0.82);
  box-shadow: inset 0 0 28px rgba(39, 139, 255, 0.08);
  padding: 1.35rem;
  transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.neon-app-card:hover {
  border-color: rgba(82, 214, 255, 0.9);
  box-shadow: 0 0 24px rgba(53, 213, 255, 0.16), inset 0 0 28px rgba(39, 139, 255, 0.1);
  transform: translateY(-2px);
}

.neon-app-card-court {
  border-color: rgba(181, 108, 255, 0.5);
}

.neon-app-card-court:hover {
  border-color: rgba(192, 132, 252, 0.92);
  box-shadow: 0 0 24px rgba(181, 108, 255, 0.16), inset 0 0 28px rgba(124, 58, 237, 0.1);
}

.neon-app-icon-wrap {
  display: grid;
  place-items: center;
  width: 4.7rem;
  height: 4.7rem;
  border: 1px solid rgba(73, 199, 255, 0.58);
  border-radius: 18px;
  background: rgba(7, 20, 48, 0.88);
  box-shadow: inset 0 0 24px rgba(73, 199, 255, 0.14);
}

.neon-app-card-court .neon-app-icon-wrap {
  border-color: rgba(192, 132, 252, 0.64);
  box-shadow: inset 0 0 24px rgba(192, 132, 252, 0.14);
}

.neon-android-symbol {
  position: relative;
  display: block;
  width: 2.35rem;
  height: 1.85rem;
  border-radius: 0.45rem 0.45rem 0.32rem 0.32rem;
  background: linear-gradient(135deg, #22d3ee, #155eef);
}

.neon-app-card-court .neon-android-symbol {
  background: linear-gradient(135deg, #c084fc, #6d4dff);
}

.neon-android-symbol::before,
.neon-android-symbol::after {
  position: absolute;
  content: "";
}

.neon-android-symbol::before {
  top: -0.55rem;
  left: 0.48rem;
  width: 1.4rem;
  height: 0.8rem;
  border-top: 0.16rem solid currentColor;
  border-left: 0.16rem solid currentColor;
  border-right: 0.16rem solid currentColor;
  border-radius: 1rem 1rem 0 0;
  color: #8eeeff;
}

.neon-app-card-court .neon-android-symbol::before {
  color: #dfc1ff;
}

.neon-android-symbol::after {
  top: 0.52rem;
  left: 0.58rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0.95rem 0 0 #ffffff;
}

.neon-app-copy {
  min-width: 0;
}

.neon-app-copy h3 {
  margin-bottom: 0.45rem;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
}

.neon-app-copy p {
  margin: 0;
  color: rgba(226, 236, 255, 0.74);
  line-height: 1.65;
}

.neon-app-button {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3rem;
  border: 1px solid rgba(73, 199, 255, 0.52);
  border-radius: 12px;
  background: rgba(3, 11, 30, 0.72);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.neon-app-card-court .neon-app-button {
  border-color: rgba(192, 132, 252, 0.58);
}

.neon-app-button:hover {
  border-color: #49c7ff;
  background: linear-gradient(135deg, #155eef, #0891d8);
  color: #ffffff;
}

.neon-app-card-court .neon-app-button:hover {
  border-color: #c084fc;
  background: linear-gradient(135deg, #6d4dff, #9333ea);
}

.neon-play-mark {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.42rem solid transparent;
  border-bottom: 0.42rem solid transparent;
  border-left: 0.68rem solid currentColor;
}

.neon-guide-section,
.neon-notice-section {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  background: #ffffff;
  color: #172033;
}

.neon-section-heading {
  max-width: 44rem;
  margin-bottom: 1.35rem;
}

.neon-section-heading p {
  margin-bottom: 0.35rem;
  color: #155eef;
  font-size: 0.9rem;
  font-weight: 900;
}

.neon-section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 900;
}

.neon-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.neon-guide-card {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
  border: 1px solid #dce4ee;
  border-radius: 14px;
  background: #ffffff;
  color: #172033;
  padding: 1.25rem;
  text-decoration: none;
  transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.neon-guide-card:hover {
  border-color: #155eef;
  box-shadow: 0 12px 28px rgba(21, 94, 239, 0.08);
  transform: translateY(-2px);
}

.neon-guide-card span {
  color: #155eef;
  font-size: 0.82rem;
  font-weight: 900;
}

.neon-guide-card strong {
  font-size: 1.1rem;
  font-weight: 900;
}

.neon-guide-card small {
  color: #56657a;
  font-size: 0.94rem;
  line-height: 1.6;
}

.neon-notice-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid #dce4ee;
  border-radius: 16px;
  background: #f8fafc;
  padding: 1.5rem;
}

.neon-notice-box h2 {
  margin-bottom: 0.45rem;
  font-size: 1.35rem;
  font-weight: 900;
}

.neon-notice-box p {
  margin: 0;
  color: #56657a;
  line-height: 1.7;
}

.neon-notice-box a {
  flex: 0 0 auto;
  color: #155eef;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .neon-hero-grid {
    grid-template-columns: 1fr;
  }

  .neon-dashboard {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .neon-dashboard-grid,
  .neon-lower-grid,
  .neon-app-grid,
  .neon-guide-grid {
    grid-template-columns: 1fr;
  }

  .neon-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .neon-hero {
    padding-top: 2.25rem;
  }

  .neon-pill {
    font-size: 0.82rem;
  }

  .neon-hero-copy p {
    font-size: 1rem;
  }

  .neon-cta-row,
  .neon-notice-box {
    flex-direction: column;
    align-items: stretch;
  }

  .neon-btn {
    width: 100%;
    min-height: 3.55rem;
    white-space: normal;
  }

  .neon-region-layout {
    grid-template-columns: 1fr;
  }

  .neon-rank-item a {
    grid-template-columns: 1.8rem 2.7rem minmax(0, 1fr);
  }

  .neon-rank-price,
  .neon-rank-rate {
    display: none;
  }

  .neon-action-card,
  .neon-action-card-purple {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .neon-qr {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .neon-home {
    background-size: 48px 48px, 48px 48px, auto, auto;
  }

  .neon-dashboard,
  .neon-panel,
  .neon-action-card,
  .neon-app-card,
  .neon-notice-box {
    border-radius: 12px;
  }

  .neon-stat-row {
    grid-template-columns: 1fr;
  }

  .neon-action-mark {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.35rem;
  }

  .neon-action-card {
    gap: 0.9rem;
    padding: 1rem;
  }

  .neon-action-card strong {
    font-size: 1.08rem;
  }

  .neon-app-card {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding: 1rem;
  }

  .neon-app-icon-wrap {
    width: 4rem;
    height: 4rem;
  }

  .neon-app-copy h3 {
    font-size: 1.14rem;
  }

  .neon-action-arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}
