@import url("https://registry.npmmirror.com/shed-fonts/latest/files/DingTalk%20JinBuTi/Regular/result.css"); 

.yunyoo-bg-banner{
    background-image: var(--yunyoo-bg-url-hero75);
    background-size: 150rem;
    -webkit-mask-image: linear-gradient(180deg, #000 calc(100% - 60px), transparent);
    mask-image: linear-gradient(180deg, #000 calc(100% - 60px), transparent);
    background-position: 50% 50%;
}
.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}
.yy-dtjbt-text {
  font-family: DingTalk JinBuTi;
}
.yy-b-f {
  -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}


.yunyoo-gradient-text-1 {
    background-image: linear-gradient(75deg, rgb(167 112 239) 0%, rgb(207 139 243) 50%, rgb(253 185 155) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    text-align: left;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.yunyoo-gradient-text-1:hover {
    opacity: 0.8;
}



.location-servers--style-bordered {
  padding: 60px;
  border: 1px solid #dfe6ec;
  border-radius: 5px;
}

.location-servers-map {
  position: relative; }

.location-server-item {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 99px;
  box-shadow: 0px 0px 0px 0px #ececec;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; 
  border-width: 1px; 
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  animation: anim 2s 0s linear infinite both;
}
		@keyframes anim {
		    0% {box-shadow: 0px 0px 0px 0px #e2e2e2f0;}
		    75% {box-shadow: 0px 0px 0px 12px #ffffff00;}
		    100% {box-shadow: 0px 0px 0px 12px #ffffff00;}
		}

.location-server-item:hover {
  border: 3px solid #fff; 
}

.location-server-item-border-dark {
  border: 2px solid #fff; 
}

.locations-servers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.locations-server-item {
  font-weight: 500;
  color: #80868d;
  margin: 15px 30px; }
  .locations-server-item .count {
    color: #0b2248;
    font-weight: 700; }

/* New Navigation Styles Synced from family-server.html */
:root {
  --background: 220 20% 98%;
  --foreground: 222 47% 11%;
  --card: 0 0% 100%;
  --card-foreground: 222 47% 11%;
  --primary: 279 48% 64%;
  --primary-foreground: 0 0% 100%;
  --primary-glow: 279 48% 74%;
  --muted: 220 14% 96%;
  --muted-foreground: 220 9% 46%;
  --accent: 332 79% 58%;
  --accent-foreground: 0 0% 100%;
  --border: 220 13% 91%;
  --gradient-hero: linear-gradient(135deg, hsl(279 20% 98%) 0%, hsl(279 40% 96%) 100%);
  --gradient-primary: linear-gradient(135deg, hsl(279 48% 64%) 0%, hsl(279 48% 54%) 100%);
  --gradient-text: linear-gradient(90deg, hsl(279 48% 64%) 0%, hsl(332 79% 58%) 100%);
  --shadow-card: 0 4px 24px -4px hsl(279 48% 64% / 0.08);
  --shadow-glow: 0 0 40px hsl(279 48% 64% / 0.15);
}

.navbar-light {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: hsl(var(--background) / 0.8);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid hsl(var(--border) / 0.5);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.navbar-light.header-scrolled {
  background-color: hsl(var(--background) / 0.9);
  box-shadow: var(--shadow-card);
}

.navbar-collapse.collapse {
  visibility: visible !important;
  opacity: 1 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  border-radius: 0.5rem !important;
  transition: all 0.2s ease;
  color: hsl(var(--muted-foreground));
  margin-right: 0.25rem;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: hsl(var(--foreground));
  background-color: hsl(var(--muted));
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .show > .nav-link {
  background-color: hsl(var(--primary) / 0.1) !important;
  color: hsl(var(--primary)) !important;
}

.dropdown-menu {
  border: 1px solid hsl(var(--border)) !important;
  box-shadow: var(--shadow-card) !important;
  border-radius: 0.75rem !important;
  padding: 0.5rem !important;
}

.dropdown-item {
  font-size: 0.875rem !important;
  border-radius: 0.5rem !important;
  margin-bottom: 0.125rem !important;
  padding: 0.5rem 0.75rem !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: hsl(var(--muted)) !important;
  color: hsl(var(--foreground)) !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: hsl(var(--primary) / 0.1) !important;
  color: hsl(var(--primary)) !important;
}

/* Homepage hero badge for consistency with family-server */
.hero-badge {
  border-color: hsl(var(--border)) !important;
  background-color: hsl(var(--card) / 0.8) !important;
  box-shadow: var(--shadow-card);
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground)) !important;
}

/* Pricing card refinement */
.pricing-card {
  background-color: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  box-shadow: var(--shadow-card);
  padding: 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.pricing-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px -8px hsl(var(--primary) / 0.15);
  border-color: hsl(var(--primary) / 0.35);
}
.pricing-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(var(--foreground));
}
.pricing-subtitle {
  font-size: 0.9rem;
  color: hsl(var(--muted-foreground));
  margin-top: 0.25rem;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0;
  font-size: 0.95rem;
  color: hsl(var(--foreground));
}
.pricing-features i {
  color: hsl(var(--primary));
}
.pricing-price {
  font-weight: 800;
  color: hsl(var(--foreground));
  line-height: 1;
}
.pricing-price .currency {
  font-size: 1rem;
  margin-right: 2px;
}
.pricing-price .amount {
  font-size: 1.75rem;
}
.pricing-period {
  font-size: 0.9rem;
  color: hsl(var(--muted-foreground));
  margin-left: 4px;
}
.pricing-btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1.5px solid hsl(var(--primary));
  color: hsl(var(--primary));
  background: transparent;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.pricing-btn:hover {
  background-color: hsl(var(--primary) / 0.06);
  color: hsl(var(--primary));
}
