@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --site-bg: #090c11;
  --site-card: #141a24;
  --site-border: #293241;
  --site-text: #d6deea;
  --site-muted: #95a3b8;
  --site-accent: #f39c12;
}

body {
  background: radial-gradient(circle at top, #151e2d 0%, #090c11 55%);
  color: var(--site-text);
  font-size: 14px;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

table {
  font-size: 14px;
}

a {
  color: #b7c3d8;
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease;
}

a:hover,
a:focus {
  color: var(--site-accent);
  text-decoration: none;
}

.site-navbar {
  background: rgba(9, 12, 17, .95);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
}

.site-hero {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.site-main {
  max-width: 1200px;
}

@media (min-width: 1200px) {
  .site-main {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-card {
  background: linear-gradient(180deg, rgba(25, 31, 44, .96), rgba(17, 22, 31, .96));
  border: 1px solid var(--site-border);
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}

.site-nav-wrap {
  padding: 10px 18px;
  background: linear-gradient(110deg, rgba(22, 31, 46, .98), rgba(14, 20, 31, .98));
}

.site-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(243, 156, 18, .4);
  border-radius: 10px;
  background: rgba(243, 156, 18, .16);
  color: #fff2d7;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.site-nav-toggle:hover,
.site-nav-toggle:focus {
  background: rgba(243, 156, 18, .26);
  border-color: rgba(243, 156, 18, .6);
  color: #fff;
}

.site-nav-toggle i {
  font-size: 21px;
  line-height: 1;
}

.site-text-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.site-nav-link {
  font-size: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  color: #d9e3f4;
  font-size: 15px;
  letter-spacing: .8px;
  transition: transform .25s ease, color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.site-nav-link i {
  color: #e8bd77;
  margin-right: 5px;
}

.site-nav-link::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f39c12, #f7cf75);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}

.site-nav-link:hover,
.site-nav-link:focus {
  color: #fff5df;
  background: rgba(243, 156, 18, .14);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .24);
}

.site-nav-link:hover::after,
.site-nav-link:focus::after {
  transform: scaleX(0);
}

.site-nav-link.is-active {
  color: #fff5df;
  background: rgba(243, 156, 18, .18);
  box-shadow: inset 0 0 0 1px rgba(243, 156, 18, .4);
}

.site-card-header {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.site-sidebar .card {
  background: var(--site-card);
  border: 1px solid var(--site-border);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: rgba(6, 9, 14, .95);  
}

.site-footer,
.site-footer p {
  color: var(--site-muted);
}

.ziti {
  font-size: 14px;
  color: #c7d2e3;
  line-height: 1.9;
}

.ziti1 {
  font-size: 13px;
  color: #95a3b8;
  line-height: 1.8;
}

.ziti2 {
  font-size: 13px;
  color: #b4c1d4;
  line-height: 1.8;
}

.link_vip:link,
.link_vip:visited {
  color: #2ecc71;
}

.link_vip:hover {
  color: var(--site-accent);
}

.link:link,
.link:visited {
  font-size: 13px;
  color: #b4c1d4;
  line-height: 1.8;
}

.link:hover {
  color: var(--site-accent);
}

.link1:link,
.link1:visited {
  font-size: 13px;
  color: #c7d2e3;
  line-height: 1.9;
}

.link1:hover {
  color: #59a8ff;
}

.legacy-shell {
  max-width: 1200px;
  margin: 20px auto;
}

.legacy-shell table[width="967"] {
  width: 100% !important;
  background: transparent !important;
}

.legacy-shell td[background],
.legacy-shell td[bgcolor] {
  background: transparent !important;
}

.strength-item {
  display: flex;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .03);
}

.strength-icon {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(243, 156, 18, .18);
  color: #f6bd54;
  font-size: 20px;
}

.strength-title {
  margin: 0 0 6px 0;
  font-size: 16px;
  color: #e7edf8;
}

.strength-desc {
  margin: 0;
  color: #b5c1d4;
}

.page-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
}

.page-sidebar {
  min-width: 0;
}

.page-content {
  min-width: 0;
}

.content-panel {
  background: linear-gradient(180deg, rgba(25, 31, 44, .95), rgba(15, 20, 30, .95));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.panel-cover-lg {
  font-size: 24px;
  color: #eaf1ff;
  padding: 8px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.panel-cover-sm {
  font-size: 20px;
  color: #eaf1ff;
  padding: 8px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.content-body {
  padding: 18px;
}

.home-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 280px;
  gap: 20px;
}

.home-main,
.home-left,
.home-right {
  min-width: 0;
}

.client-logo-wall {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 14px;
}

.client-logo-wall img {
  width: 100%;
  border-radius: 5px;
}

.news-two-col {
  display: grid;
  gap: 10px;
}

.news-two-col-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.news-two-col-item,
.news-one-col-item,
.side-news-item,
.class-nav-item,
.friend-link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .03);
}

.class-nav-item {
  margin-bottom: 8px;
}

.news-one-col,
.side-news-list,
.friend-link-list {
  display: grid;
  gap: 8px;
}

.dot {
  color: #6fb4ff;
  font-weight: 700;
}

.news-list {
  display: grid;
  gap: 10px;
}

.news-list-item {
  display: grid;
  grid-template-columns: 1fr 90px 120px;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .02);
}

.news-list-title {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list-meta {
  color: #8fa0b9;
  text-align: right;
}

.product-card {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, .02);
  text-align: center;
}

.product-thumb {
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, .25);
}

.product-thumb img {
  width: 100%;
  max-height: 190px;
  object-fit: cover;
}

.product-class {
  margin-top: 10px;
  color: #8fa0b9;
}

.product-title {
  margin-top: 8px;
}

.detail-article {
  padding: 14px;
}

.detail-article-dark {
  background: rgba(8, 12, 18, .5);
  border-radius: 10px;
}

.detail-title {
  margin: 0;
  font-size: 28px;
  color: #eaf1ff;
  text-align: center;
}

.detail-meta {
  margin-top: 10px;
  color: #9aa8bc;
  text-align: center;
}

.detail-divider {
  height: 1px;
  background: rgba(255, 255, 255, .12);
  margin: 12px 0 18px;
}

.detail-content {
  min-height: 200px;
}

.detail-content img,
.content-body img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.detail-nav {
  margin-top: 20px;
  color: #9caac0;
}

.pager-form {
  margin-top: 12px;
}

.pager-bar {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .02);
}

.current-class {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
}

@media (max-width: 1199px) {
  .home-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .client-logo-wall {
    grid-template-columns: 1fr 1fr;
  }

  .page-grid {
    grid-template-columns: 1fr;
  }

  .page-content {
    order: 1;
  }

  .page-sidebar {
    order: 2;
  }

  .home-main {
    order: 1;
  }

  .home-left {
    order: 2;
  }

  .home-right {
    order: 3;
  }

  .site-nav-wrap {
    padding: 10px 10px 12px;
  }

  .site-nav-toggle {
    width: 100%;
  }

  .site-nav-wrap .collapse {
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    background: rgba(10, 15, 23, .9);
    padding: 8px;
  }

  .site-text-nav {
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding-top: 2px;
  }

  .site-nav-link {
    min-width: 0;
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    padding: 6px 16px;
    flex: 1 1 100%;
    font-size: 16px;
  }

  .site-nav-link:active,
  .site-nav-link.is-active {
    min-height: 48px;
    padding: 10px 16px;
  }

  .site-nav-link:hover,
  .site-nav-link:focus {
    transform: none;
  }

  .news-list-item {
    grid-template-columns: 1fr;
  }

  .news-list-meta {
    text-align: left;
  }

  .product-grid,
  .product-grid-home,
  .news-two-col-row {
    grid-template-columns: 1fr;
  }
}
