/* src/styles.css */
* {
  box-sizing: border-box;
}
html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}
img {
  display: block;
  max-width: 100%;
}
#root {
  min-height: 100vh;
}
.sidebar-widget {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.btn.is-disabled {
  opacity: .45;
  pointer-events: none;
}
.btn[disabled] {
  opacity: .45;
  pointer-events: none;
}
*::before {
  font-family: var(--font-sans);
}
*::after {
  font-family: var(--font-sans);
}
.nav-leaf.active {
  color: #0b5e95;
  background-color: #eaf4ff;
  font-weight: 700;
}
.nav-leaf.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #0b5e95;
}
.nav-item.is-expanded > .nav-sub-list {
  display: block;
}
.industry-tree-card .filter-title {
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}
.tree-leaf.active {
  color: #1677ff;
  background-color: #e6f4ff;
  font-weight: 600;
}
.expanded > .tree-sub-menu {
  display: block;
}
.case-card-v2.is-expanded .tech-fold-section {
  display: block;
}
#caseGrid .case-card-v2 {
  height: 380px;
  min-height: 380px;
  overflow: hidden;
}
#caseGrid .case-card-v2.is-expanded {
  height: auto;
}
#caseGrid .case-card.is-expanded .case-card-content::after {
  display: none;
}
#caseGrid {
  align-items: start;
}
#caseGrid .case-card-header {
  flex: 0 0 auto;
  margin-bottom: 12px;
}
#caseGrid .case-card.is-collapsible:not(.is-expanded) .case-card-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0),
      var(--card) 78%);
  display: none;
}
#caseGrid .scenario-block {
  margin-top: 0;
  padding-top: 14px;
  border-top: 1px solid #edf3f9;
}
#caseGrid .case-card .tag {
  font-size: 12px;
  line-height: 1.35;
  padding: 5px 10px;
}
#caseGrid .case-date {
  font-size: 13px;
}
#caseGrid .scenario-label {
  font-size: 14px;
}
#caseGrid .scenario-copy {
  line-height: 1.62;
  font-size: 15px;
}
#caseGrid .case-card.is-expanded .case-card-content {
  overflow: visible;
  max-height: none;
}
#caseGrid .case-card.is-expanded .scenario-tech {
  height: auto;
  overflow: visible;
}
#caseGrid .case-card.is-expanded .case-note {
  height: auto;
  overflow: visible;
}
.case-search-label {
  color: #0f2a4d;
  font-size: 16px;
  font-weight: 800;
}
.case-search-control input:focus {
  border-color: #0d47a1;
  box-shadow: 0 0 0 3px rgba(13, 71, 161, .08);
}
.case-search-count {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}
.case-empty-state {
  margin-top: 18px;
  padding: 22px;
  color: #64748b;
  text-align: center;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
}
#caseGrid .case-card-content {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  max-height: 132px;
}
#caseGrid .case-card:not(.is-collapsible) .case-card-content {
  flex: 1 1 auto;
}
#caseGrid .case-card-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #edf3f9;
}
#caseGrid .case-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  color: #fff;
  background: #0d47a1;
  border: 1px solid #0d47a1;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  margin-left: auto;
}
#caseGrid .case-contact-btn:hover {
  background: #0b5e95;
}
#caseGrid .case-contact-btn.is-submitted {
  color: #0b5e95;
  background: #e6f7f2;
  border-color: #9dd6c4;
}
#caseGrid .case-contact-btn:disabled {
  cursor: not-allowed;
  opacity: .88;
  pointer-events: none;
}
#caseGrid .case-contact-btn.is-submitted:disabled {
  cursor: not-allowed;
  opacity: .88;
  pointer-events: none;
}
#caseGrid .case-toggle {
  flex: 0 0 auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-top: 0;
  padding: 0 12px;
  font-size: 14px;
  min-width: 108px;
}
#caseGrid .case-toggle[hidden] {
  display: none;
  visibility: hidden;
}
#caseGrid .scenario-tech {
  margin-top: auto;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 15px;
  flex: 0 0 auto;
  height: 72px;
  box-sizing: border-box;
  overflow: hidden;
}
#caseGrid .case-note {
  margin-top: auto;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 15px;
  flex: 0 0 auto;
  height: 72px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#caseGrid .case-card.is-expanded {
  height: auto;
  min-height: 400px;
}
#caseGrid .case-card.is-hidden {
  display: none;
}
body.modal-open {
  overflow: hidden;
}
.case-modal[hidden] {
  display: none;
}
.case-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.case-modal-backdrop {
  position: absolute;
  inset: 0;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  appearance: none;
  background: rgba(15, 23, 42, .42);
  backdrop-filter: blur(2px);
  cursor: default;
}
.case-modal-panel {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 26px;
  background: #fff;
  border: 1px solid #dbe7f5;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
}
.case-modal-head {
  margin-bottom: 18px;
  padding-right: 34px;
}
.case-modal-head h3 {
  margin: 8px 0 6px;
  color: #061a33;
  font-size: 24px;
  line-height: 1.25;
}
.case-modal-head p {
  margin: 0;
  color: #52647a;
  font-size: 15px;
  line-height: 1.65;
}
.case-connect-form {
  display: grid;
  gap: 18px;
}
.case-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.case-form-grid label {
  display: grid;
  gap: 6px;
  color: #0f2a4d;
  font-size: 14px;
  font-weight: 800;
}
.case-label-text {
  display: inline-flex;
  gap: 3px;
  align-items: center;
}
.case-label-text.is-required::after {
  content: "*";
  color: #dc2626;
  font-size: 16px;
  line-height: 1;
}
.case-form-grid input {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  color: #10233f;
  background: #f8fbff;
  border: 1px solid #cfe0f5;
  border-radius: 8px;
  font: inherit;
  font-weight: 500;
  outline: none;
}
.case-form-grid textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  color: #10233f;
  background: #f8fbff;
  border: 1px solid #cfe0f5;
  border-radius: 8px;
  font: inherit;
  font-weight: 500;
  outline: none;
}
.case-form-grid input:focus {
  border-color: #0d47a1;
  box-shadow: 0 0 0 3px rgba(13, 71, 161, .08);
}
.case-form-grid textarea:focus {
  border-color: #0d47a1;
  box-shadow: 0 0 0 3px rgba(13, 71, 161, .08);
}
.case-form-grid label.has-error input {
  border-color: #ef4444;
  background: #fffafa;
}
.case-form-grid label.has-error textarea {
  border-color: #ef4444;
  background: #fffafa;
}
.case-field-error {
  min-height: 18px;
  color: #dc2626;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.case-form-wide {
  grid-column: 1 / -1;
}
.case-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 4px;
}
.case-form-cancel {
  min-height: 38px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  color: #0d47a1;
  background: #eef6ff;
  border: 1px solid #bfdbfe;
}
.case-form-submit {
  min-height: 38px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  background: #0d47a1;
  border: 1px solid #0d47a1;
}
.feature-carousel:hover img {
  transform: scale(1.05);
}
.carousel-info {
  width: 100%;
  color: #fff;
}
.carousel-footer .date {
  font-size: 14px;
  opacity: 0.8;
}
.ad-dark {
  background: #1a1a1a;
  border: 1px solid #333;
}
.ad-blue .slot-tag {
  color: #0052D9;
}
.ad-dark .slot-tag {
  color: #888;
}
.slot-item h4 {
  font-size: 20px;
  margin: 0 0 8px 0;
}
.ad-dark h4 {
  color: #fff;
}
.slot-item p {
  font-size: 14px;
  margin: 0;
}
.ad-dark p {
  color: #aaa;
}
.slot-item:hover .slot-arrow {
  opacity: 1;
  transform: translateX(5px);
}
.ad-dark .slot-arrow {
  color: #fff;
}
.baige-confirm-overlay {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.42);
}
.baige-confirm-overlay.is-open {
  display: flex;
}
.baige-confirm-dialog {
  width: min(430px, 100%);
  padding: 24px;
  border: 1px solid #d8e2ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.26);
}
.baige-confirm-dialog h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 20px;
}
.baige-confirm-dialog p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}
.baige-confirm-url {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f1f6fb;
  color: var(--primary);
  word-break: break-all;
}
.baige-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.hero .btn-outline {
  border-color: #fff;
  color: #fff;
}
.hero .btn-outline:hover {
  background: rgba(255, 255, 255, .15);
}
.article-item:last-child {
  border-bottom: none;
}
.article-content h3 a:hover {
  color: var(--primary);
}
.mixed-feed-item .tags {
  margin-bottom: 8px;
}
.mixed-feed-item .article-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
button.mixed-feed-thumb {
  border: 0;
  padding: 0;
  cursor: pointer;
}
.article-video-title {
  border: 0;
  padding: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.article-video-title:hover {
  color: var(--primary);
}
.mixed-feed-item .article-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(15, 23, 42, 0),
      rgba(15, 23, 42, 0.2));
}
.mixed-feed-thumb.video-cover {
  background-image: none;
  background-size: cover;
  background-position: center;
}
.mixed-feed-thumb.cover-alt {
  background-image: none;
}
.mixed-feed-thumb .media-type-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.mixed-feed-thumb .video-play-symbol {
  width: 44px;
  height: 44px;
}
.co-logo.logo-len-1 {
  font-size: 14px;
}
.co-logo.logo-len-2 {
  font-size: 12px;
}
.co-logo.logo-len-3 {
  font-size: 10px;
  line-height: 1.1;
}
.article-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 24px;
  margin-bottom: 24px;
}
.article-toolbar .category-nav {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 0;
}
.article-toolbar .search-style-capsule {
  width: 340px;
  justify-self: end;
  margin: 0;
}
.article-search-clear.is-visible {
  display: inline-flex;
}
.article-empty-state {
  padding: 34px 16px 12px;
  color: var(--text-muted);
  text-align: center;
  font-size: 14px;
}
.pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  text-align: center;
}
.pagination span {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 38px;
  white-space: nowrap;
}
.pagination .btn {
  min-width: 72px;
  min-height: 38px;
  height: 38px;
  padding: 0 14px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}
.pagination button.btn {
  min-width: 72px;
  min-height: 38px;
  height: 38px;
  padding: 0 14px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}
.tag-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.tabs {
  display: flex;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
  gap: 4px;
}
.tab {
  padding: 12px 20px;
  font-size: 14px;
  color: var(--text-muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  text-decoration: none;
}
.tab:hover {
  color: var(--primary);
  text-decoration: none;
}
.tab.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  font-weight: 600;
}
.event-date .day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.event-date .month {
  font-size: 12px;
  opacity: .9;
}
.form-group select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 14px;
}
.auth-tabs a.active {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  font-weight: 600;
}
.profile-menu a.active {
  background: var(--tag-bg);
  color: var(--primary);
}
.relation-graph {
  height: 280px;
  background:
    linear-gradient(
      180deg,
      #fafafa 0%,
      #f0f4f8 100%);
  border: 2px dashed var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 14px;
  text-align: center;
  padding: 20px;
}
.case-kicker {
  display: inline-flex;
  padding: 3px 10px;
  color: #e0f2fe;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.case-card.is-expanded {
  height: auto;
  min-height: 380px;
}
.case-card-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.case-card p.scenario-copy {
  white-space: pre-line;
}
.case-card-content {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.case-card:not(.is-expanded) .case-card-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0),
      var(--card) 78%);
}
.case-card.is-expanded .case-card-content {
  overflow: visible;
}
.case-card.is-expanded .case-card-content::after {
  display: none;
}
.case-toggle:hover {
  background: #dbeafe;
}
.case-date {
  color: var(--text-muted);
  font-size: 12px;
  white-space: nowrap;
}
.scenario-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #edf3f9;
}
.scenario-tech {
  margin-top: 14px;
  padding: 12px 14px;
  background: #f7fbff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
}
.scenario-tech ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.scenario-tech li {
  color: #24364d;
  font-size: 13px;
  line-height: 1.55;
}
.scenario-tech li strong {
  color: #071b35;
}
.case-detail {
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 13px;
}
.case-detail summary {
  color: var(--primary);
  cursor: pointer;
  font-weight: 600;
}
.case-detail ul {
  margin: 10px 0 0 18px;
}
.case-detail li {
  margin-bottom: 6px;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
}
.article-banner {
  background-color: #0b244f;
}
.article-banner .modern-badge {
  height: 28px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid rgb(255 255 255 / 50%);
  background: rgb(255 255 255 / 14%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.article-banner .banner-tag::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: #16d4ff;
  box-shadow: 0 0 14px rgba(22, 212, 255, .5);
}
.article-banner .banner-category {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  height: 28px;
  padding: 0 12px;
  margin: 0 0 12px 0;
  border-radius: 5px;
  border: 1px solid rgba(22, 212, 255, .36);
  background: rgba(22, 212, 255, .13);
  color: #7ee7ff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.article-banner:hover .banner-link {
  color: #7ee7ff;
  transform: translateX(6px);
  text-shadow: 0 0 16px rgba(22, 212, 255, .42);
}
.article-banner .carousel-info h2 {
  max-width: 520px;
  margin: 22px 0 18px;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.18;
  font-weight: 800;
}
.article-banner .carousel-info .banner-title {
  max-width: 620px;
  margin: 0 0 18px 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 850;
}
.article-banner .carousel-info p {
  max-width: 520px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.72;
}
.article-banner .carousel-footer {
  margin-top: 26px;
  padding-top: 0;
  border-top: 0;
}
.article-banner .carousel-footer .date {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.main-content .section:first-child {
  padding: 0;
}
.flash-time {
  min-width: 42px;
}
.case-note {
  margin-top: 14px;
  padding: 10px 12px;
  color: var(--text-muted);
  background: #f7fbff;
  border: 1px solid #e1effe;
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.6;
  border-color: #dbeafe;
}
input::placeholder {
  color: #98a5b7;
}
textarea::placeholder {
  color: #98a5b7;
}
button.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.1;
  transition:
    color .14s ease,
    background .14s ease,
    border-color .14s ease,
    box-shadow .14s ease,
    transform .14s ease;
}
a.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.1;
  transition:
    color .14s ease,
    background .14s ease,
    border-color .14s ease,
    box-shadow .14s ease,
    transform .14s ease;
}
.card-body {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: var(--panel-pad);
}
.category-pill:hover {
  background: var(--primary-soft);
  color: var(--primary);
  border-color: #91c5f4;
  text-decoration: none;
  box-shadow: none;
}
.category-pill.active {
  background: var(--primary-soft);
  color: var(--primary);
  border-color: #91c5f4;
  text-decoration: none;
  box-shadow: none;
}
.category-nav .category-pill.active {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(11, 94, 149, .18);
}
.category-nav .category-pill[aria-pressed=true] {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(11, 94, 149, .18);
}
.category-nav .category-pill.active:hover {
  background: var(--primary-light);
  color: #ffffff;
}
.category-nav .category-pill[aria-pressed=true]:hover {
  background: var(--primary-light);
  color: #ffffff;
}
.category-nav .category-pill:focus-visible {
  outline: 3px solid rgba(11, 94, 149, .22);
  outline-offset: 2px;
}
.grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.article-item {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  border-bottom-color: var(--border-soft);
}
.article-thumb {
  width: 160px;
  height: 100px;
  background:
    linear-gradient(
      135deg,
      #bbdefb,
      #80deea);
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-image:
    linear-gradient(
      135deg,
      rgba(13, 71, 161, .18),
      rgba(0, 172, 193, .12)),
    none;
}
.data-table th {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  background: #f7f9fc;
  font-weight: 600;
  color: var(--text-muted);
  font-size: 13px;
  border-bottom-color: var(--border-soft);
}
.data-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  border-bottom-color: var(--border-soft);
}
.article-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 800px) minmax(300px, 1fr);
  gap: 24px;
  align-items: start;
}
.article-main {
  width: 100%;
}
.article-tags {
  margin-bottom: 12px;
}
.article-title {
  font-size: 1.78rem;
  line-height: 1.35;
}
.article-meta {
  margin-bottom: 24px;
}
.article-hero-thumb {
  width: 100%;
  height: 320px;
  margin-bottom: 24px;
}
.article-detail-video-trigger {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  background-color: transparent;
  background-image: none !important;
  cursor: pointer;
  text-align: left;
}
.article-detail-video-poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-detail-video-trigger .video-play-symbol {
  z-index: 2;
}
.article-video-label {
  position: absolute;
  bottom: 22px;
  left: 24px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}
.article-detail-video-trigger:focus-visible {
  outline: 3px solid rgba(22, 119, 255, 0.45);
  outline-offset: 3px;
}
.article-body {
  font-size: 16px;
  line-height: 1.86;
}
.article-body p {
  margin-bottom: 16px;
  color: var(--text);
}
.article-body h2 {
  margin: 24px 0 12px;
  font-size: 1.25rem;
  line-height: 1.45;
}
.article-entities {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.article-entities p {
  margin-top: 8px;
  font-size: 14px;
}
.article-entities p:first-of-type {
  margin-top: 12px;
}
.article-sidebar {
  .article-related-companies {
    display: grid;
    gap: 0;
    margin-top: 12px;
  }
  .article-related-company {
    display: block;
    padding: 10px 0;
    color: var(--text, #0f172a);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid var(--border, #e2e8f0);
  }
  .article-related-company:last-child {
    border-bottom: 0;
  }
  .article-related-company:hover {
    color: var(--primary, #0066b3);
  }
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.side-card-heading {
  margin-bottom: 14px;
}
.side-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 750;
}
.side-title {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.35;
}
.recommend-list {
  display: flex;
  flex-direction: column;
}
.recommend-item {
  display: block;
  padding: 14px 0;
  border-top: 1px solid var(--border-soft);
  color: inherit;
  text-decoration: none;
}
.recommend-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.recommend-item:last-child {
  padding-bottom: 0;
}
.recommend-item:hover {
  text-decoration: none;
}
.recommend-item strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 15px;
  font-weight: 780;
  line-height: 1.48;
}
.recommend-item:hover strong {
  color: var(--primary);
}
.recommend-title-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.recommend-title-link:hover {
  text-decoration: none;
}
.recommend-item .card-meta {
  display: block;
  margin-top: 6px;
  line-height: 1.5;
}
.share-card.is-highlighted {
  border-color: #7cc5ee;
  box-shadow: 0 0 0 4px rgba(11, 94, 149, .12), var(--shadow);
}
.share-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.share-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.share-button:hover {
  text-decoration: none;
  border-color: var(--primary);
  background: #f8fbff;
  color: var(--primary);
}
.share-wechat {
  color: #16803a;
  border-color: #bfe7cd;
  background: #f0fdf4;
}
.share-weibo {
  color: #b42318;
  border-color: #ffd7d1;
  background: #fff5f3;
}
.share-linkedin {
  color: #075985;
  border-color: #c7e4ff;
  background: #f0f9ff;
}
.share-x {
  color: #334155;
  border-color: #d8e2ee;
  background: #f8fafc;
}
.wechat-panel {
  display: none;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
  align-items: flex-start;
  margin-top: 12px;
  padding: 12px;
  border: 1px dashed #b7d8ee;
  border-radius: var(--radius-sm);
  background: #f8fbff;
  overflow: hidden;
}
.wechat-panel.is-open {
  display: flex;
}
.wechat-share-copy {
  min-width: 0;
  flex: 1 1 auto;
}
.wechat-panel strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.35;
}
.wechat-panel .card-meta {
  display: block;
  max-width: 100%;
  line-height: 1.5;
}
.wechat-share-desc {
  margin-bottom: 0;
  white-space: normal;
}
.wechat-qr {
  width: 180px;
  height: 180px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 8px solid #fff;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #d8e2ee;
  overflow: hidden;
}
.wechat-qr-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}
.company-pagination span {
  color: var(--text-muted, #64748b);
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
}
.company-pagination .btn {
  min-width: 72px;
  min-height: 34px;
  height: 34px;
  padding: 0 14px;
}
.hero-modern {
  margin-top: 0;
  margin-bottom: 28px;
}
.carousel-arrow:hover {
  background: rgba(15, 23, 42, .66);
}
.carousel-arrow-prev {
  left: 18px;
}
.carousel-arrow-next {
  right: 18px;
}
.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  padding: 30px 34px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #0d47a1 0%,
      #1565c0 58%,
      #00838f 100%);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .075);
}
.slot-header .slot-tag {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
}
.article-content h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
}
.article-content h3 a {
  color: var(--text);
  text-decoration: none;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
}
.article-excerpt {
  font-size: 14px;
  color: #4f6074;
  margin-bottom: 8px;
  line-height: 1.6;
}
.latest-news-section {
  margin-bottom: 44px;
}
.latest-video-media .media-type-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
}
.video-play-symbol::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #0d47a1;
}
.latest-feature-content {
  display: flex;
  height: 200px;
  min-height: 200px;
  padding: 18px 20px 20px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.latest-feature-content .tags {
  margin-bottom: 10px;
}
.latest-feature-content p {
  margin: 0 0 14px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
}
.inline-video-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: #7db7ff;
  font-weight: 800;
  cursor: pointer;
}
.latest-row-cover {
  position: relative;
  width: 92px;
  height: 58px;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background:
    linear-gradient(
      135deg,
      #d9e8f5,
      #f7ede4);
  background-size: cover;
  background-position: center;
  border: 1px solid #dce8f5;
}
.latest-row-cover.cover-tech {
  background-image: none;
}
.latest-row-cover.cover-app {
  background-image: none;
}
.latest-row-cover.cover-policy {
  background-image:
    linear-gradient(
      135deg,
      #e8f2fb,
      #f7ece4);
}
.latest-row-cover.cover-video {
  background-image: none;
}
.latest-row-cover.cover-video-alt {
  background-image: none;
}
.latest-row-cover .row-play-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.72);
}
button.latest-news-row {
  font: inherit;
  cursor: pointer;
}
.latest-row-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.latest-row-title-link {
  color: inherit;
  text-decoration: none;
}
.news-video-modal[hidden] {
  display: none;
}
.news-video-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.news-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
}
.news-video-panel {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100vw - 48px));
  overflow: hidden;
  border-radius: 10px;
  background: #050b14;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  contain: layout paint;
}
.news-video-panel video {
  display: block;
  width: 100%;
  max-height: 68vh;
  background: #000;
  transform: translateZ(0);
}
.video-wrapper {
  position: relative;
  width: 100%;
}
.news-video-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.news-video-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}
.news-video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.news-video-meta span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 9px;
  border-radius: 6px;
  color: #b8d8ff;
  background: rgba(29, 117, 210, 0.16);
  border: 1px solid rgba(125, 183, 255, 0.28);
  font-size: 12px;
  font-weight: 800;
}
.news-video-close {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
.tree-select-trigger.active {
  background: #d8eaff;
  border-color: #5a9ff5;
}
.tree-select.is-open .tree-select-trigger .arrow {
  transform: rotate(180deg);
}
.tree-select.is-open .tree-dropdown {
  display: block;
}
.tree-arrow.expanded {
  transform: rotate(90deg);
}
.page-title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 860;
  color: #0c1b31;
  margin-bottom: 8px;
  letter-spacing: 0;
  position: relative;
}
.section-title::before {
  content: "";
  position: static;
  width: 5px;
  height: 20px;
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      var(--accent),
      var(--primary));
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
  box-shadow: 0 0 16px rgba(0, 167, 184, .28);
}
.mixed-feed-card {
  padding: 16px 20px 20px;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .98),
      rgba(255, 255, 255, .92));
  box-shadow: var(--shadow-sm);
}
.article-side-card {
  padding: 20px;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .98),
      rgba(255, 255, 255, .92));
  box-shadow: var(--shadow-sm);
}
.share-card {
  transition: box-shadow .18s, border-color .18s;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .98),
      rgba(255, 255, 255, .92));
  box-shadow: var(--shadow-sm);
}
.card:hover {
  border-color: rgba(14, 101, 156, .24);
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}
#caseGrid .case-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(14, 101, 156, .24);
}
.company-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(14, 101, 156, .24);
}
.slot-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(14, 101, 156, .24);
}
.card {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .98),
      rgba(255, 255, 255, .92));
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
  border-color: var(--border);
}
#caseGrid .case-card {
  display: flex;
  flex-direction: column;
  height: 400px;
  min-height: 400px;
  padding: 20px 22px 18px;
  overflow: hidden;
  font-size: 15px;
  border-color: #d8e5f5;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .98),
      rgba(255, 255, 255, .92));
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
}
.company-card {
  padding: 20px;
  text-align: center;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .98),
      rgba(255, 255, 255, .92));
  box-shadow: var(--shadow-sm);
}
.card-title {
  font-size: 18px;
  font-weight: 820;
  margin-bottom: 8px;
  color: #0f172a;
  line-height: 1.45;
  letter-spacing: 0;
}
#caseGrid .case-card h3 {
  flex: 0 0 auto;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 820;
  letter-spacing: 0;
  color: #0f172a;
}
.company-card .card-title {
  color: #0f172a;
  font-weight: 820;
  letter-spacing: 0;
}
.card-meta {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
.page-desc {
  margin: 0 0 24px;
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 24px;
  line-height: 1.6;
}
.latest-row-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 18px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: #075985;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 750;
  white-space: nowrap;
  border: 1px solid rgba(14, 101, 156, .16);
}
.category-pill {
  padding: 8px 16px;
  background: var(--primary-soft);
  border: 1px solid rgba(14, 101, 156, .16);
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  color: #075985;
  text-decoration: none;
  border-color: #d7e3f0;
  letter-spacing: 0;
  font-weight: 750;
}
button {
  font: inherit;
  cursor: pointer;
  border-radius: 999px;
  letter-spacing: 0;
}
.case-toggle {
  align-self: flex-start;
  margin-top: 14px;
  padding: 6px 12px;
  color: var(--primary);
  background: #eef6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: rgba(8, 25, 48, .52);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .18);
  backdrop-filter: blur(12px);
}
.promo-slots .slot-item::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(0, 167, 184, .09);
  pointer-events: none;
}
.flash-news::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(0, 167, 184, .09);
  pointer-events: none;
}
.latest-news-row {
  min-height: 78px;
  display: grid;
  grid-template-columns: 92px auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: 12px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .98),
      rgba(255, 255, 255, .92));
  color: var(--text);
  text-align: left;
  box-shadow: var(--shadow-sm);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
}
.mixed-feed-item {
  align-items: center;
  border-radius: 12px;
}
.latest-news-row:hover {
  border-color: rgba(14, 101, 156, .24);
  box-shadow: var(--shadow-hover);
  text-decoration: none;
  transform: translateY(-2px);
  background: #f5fbff;
}
.mixed-feed-item:hover {
  background: #f5fbff;
}
input {
  font: inherit;
  color: var(--text);
  font-family: inherit;
  border-radius: 12px;
  border-color: rgba(148, 163, 184, .36);
  background: rgba(255, 255, 255, .92);
}
select {
  font: inherit;
  color: var(--text);
  font-family: inherit;
  border-radius: 12px;
  border-color: rgba(148, 163, 184, .36);
  background: rgba(255, 255, 255, .92);
}
textarea {
  font: inherit;
  color: var(--text);
  font-family: inherit;
  border-radius: 12px;
  border-color: rgba(148, 163, 184, .36);
  background: rgba(255, 255, 255, .92);
}
input:focus {
  outline: none;
  border-color: rgba(14, 101, 156, .52);
  box-shadow: 0 0 0 4px rgba(14, 101, 156, .11);
}
select:focus {
  outline: none;
  border-color: rgba(14, 101, 156, .52);
  box-shadow: 0 0 0 4px rgba(14, 101, 156, .11);
}
textarea:focus {
  outline: none;
  border-color: rgba(14, 101, 156, .52);
  box-shadow: 0 0 0 4px rgba(14, 101, 156, .11);
}
.latest-video-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: #0b1220;
  min-height: 0;
  border-radius: 0;
  clip-path: none;
}
.content-video-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  border-radius: 0;
  clip-path: none;
  min-height: 0;
  pointer-events: none;
}
.latest-video-cover {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: none;
  background-size: cover;
  background-position: center;
  transform: none;
  border-radius: 0;
  clip-path: none;
  min-height: 0;
  pointer-events: none;
}
.video-play-symbol {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(13, 71, 161, 0.24);
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.28);
}
.latest-feature-content h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 820;
  color: #fff;
  letter-spacing: 0;
}
.latest-row-main strong a {
  color: #050816;
}
.latest-news-row strong {
  color: #050816;
}
.latest-news-row a {
  color: #050816;
}
.latest-row-main em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #526174;
  font-size: 13px;
  line-height: 1.4;
  font-style: normal;
}
.latest-row-date {
  color: #526174;
}
.latest-news-row:hover .latest-row-title-link {
  color: inherit;
  text-decoration: none;
}
.latest-feature-card .video-play-symbol {
  transition:
    transform .2s ease,
    color .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    text-shadow .2s ease;
}
.latest-feature-content .inline-video-link {
  transition:
    transform .2s ease,
    color .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    text-shadow .2s ease;
}
.latest-feature-card:hover .video-play-symbol {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff;
  box-shadow: 0 18px 42px rgba(14, 101, 156, .28), 0 0 0 8px rgba(255, 255, 255, .22);
}
.latest-video-media:hover .video-play-symbol {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff;
  box-shadow: 0 18px 42px rgba(14, 101, 156, .28), 0 0 0 8px rgba(255, 255, 255, .22);
}
.latest-feature-card:hover .inline-video-link {
  color: #7ee7ff;
  transform: translateX(6px);
  text-shadow: 0 0 14px rgba(22, 212, 255, .35);
}
.activity-section {
  max-width: none;
  margin: 32px 0 0;
  padding: 0;
  font-family: inherit;
}
.activity-section .section-header {
  margin-bottom: 18px;
}
.activity-section .more-link {
  color: var(--primary);
  font-size: 14px;
  font-weight: 750;
}
.activity-list {
  display: grid;
  gap: 14px;
}
.events-empty-state {
  min-height: 220px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  padding: 40px 24px;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow-sm);
  color: var(--text-muted);
  text-align: center;
}
.events-empty-state-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  border-radius: 50%;
  color: var(--primary);
  background: #eaf5ff;
}
.events-empty-state-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.events-empty-state strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.4;
}
.events-empty-state > span:last-child {
  font-size: 14px;
  line-height: 1.6;
}
.activity-card {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 18px 22px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .98),
      rgba(255, 255, 255, .92));
  box-shadow: var(--shadow-sm);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}
.activity-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background:
    linear-gradient(
      180deg,
      var(--accent),
      var(--primary));
  opacity: 0;
  transition: opacity .18s ease;
}
.activity-card:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 101, 156, .24);
  box-shadow: var(--shadow-hover);
}
.activity-card:hover::after {
  opacity: 1;
}
.date-badge {
  display: flex;
  width: 64px;
  height: 64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(
      160deg,
      var(--primary),
      var(--accent));
  box-shadow: 0 10px 22px rgba(14, 101, 156, .18);
}
.date-badge.is-ended {
  background:
    linear-gradient(
      160deg,
      #94a3b8,
      #64748b);
  box-shadow: 0 10px 22px rgba(100, 116, 139, .16);
}
.date-badge .month {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  opacity: .9;
}
.date-badge .day {
  font-size: 24px;
  font-weight: 860;
  line-height: 1;
  letter-spacing: 0;
}
.activity-card .card-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}
.activity-section .tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.activity-section .tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #c8ddf2;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
}
.activity-section .tag-status {
  color: #16a34a;
  background: #ecfdf3;
  border-color: #b7ebc6;
}
.activity-section .tag-partner {
  color: #0066b3;
  background: #eaf5ff;
  border-color: #c8ddf2;
}
.activity-section .tag-ended {
  color: #5f6f83;
  background: #f8fbff;
  border-color: #c8d7e8;
}
.activity-card .card-title {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
}
.activity-card .card-title a {
  color: inherit;
  text-decoration: none;
}
.activity-section .meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 0;
}
.activity-section .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.28;
}
.activity-section .icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: #94a3b8;
}
.activity-section .event-summary {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.42;
}
.activity-section .card-action {
  display: flex;
  justify-content: flex-end;
}
.activity-section .btn-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(14, 101, 156, .42);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition:
    transform .18s ease,
    color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}
.activity-section .btn-detail:hover {
  color: #fff;
  background:
    linear-gradient(
      135deg,
      var(--primary),
      var(--accent));
  box-shadow: 0 10px 22px rgba(14, 101, 156, .18);
  transform: translateY(-1px);
}
.flash-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.m-dot.active {
  background: #fff;
  width: 20px;
  border-radius: 10px;
}
.more-link {
  color: #888;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}
.mini-co:hover {
  background: rgba(13, 71, 161, 0.04);
  text-decoration: none;
  transform: translateY(-1px);
}
.slot-item.latest-scenarios {
  padding: 20px 24px 18px;
}
.scenario-headline:first-child {
  border-top: 0;
  padding-top: 0;
}
.scenario-headline:hover .scenario-headline-title {
  color: #0052D9;
}
.scenario-headline p {
  margin: 0;
  color: #64748b;
  font-size: 10px;
  line-height: 1.4;
}
.slide-summit {
  background-image:
    linear-gradient(
      135deg,
      rgba(11, 36, 80, .55),
      rgba(0, 131, 143, .2)),
    none;
  background-position: center;
}
.slide-salon {
  background-image:
    linear-gradient(
      135deg,
      rgba(17, 24, 39, .62),
      rgba(13, 71, 161, .18)),
    none;
  background-position: center;
}
.slide-research {
  background-image:
    linear-gradient(
      135deg,
      rgba(11, 36, 80, .58),
      rgba(0, 172, 193, .18)),
    none;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.newest-list .more-link {
  color: var(--primary);
}
.main-content .grid-3 .card:nth-child(2) .article-thumb {
  background:
    radial-gradient(
      circle at 80% 28%,
      rgba(21, 101, 192, .18),
      transparent 28%),
    linear-gradient(
      135deg,
      #f1f8ff 0%,
      #e8f5e9 100%);
}
.main-content .grid-3 .card:nth-child(3) .article-thumb {
  background:
    radial-gradient(
      circle at 80% 28%,
      rgba(237, 108, 2, .14),
      transparent 28%),
    linear-gradient(
      135deg,
      #f8fbff 0%,
      #fff7ed 100%);
}
.flash-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.vision-item.is-active {
  border-radius: 10px;
  background: #eef6ff;
}
.main-content > .section:first-child {
  margin-top: 0;
}
.section-more {
  color: #0d47a1;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.main-content .grid-3 .card .article-thumb {
  height: 118px;
  border-radius: 0;
  background:
    radial-gradient(
      circle at 82% 24%,
      rgba(0, 172, 193, .24),
      transparent 28%),
    linear-gradient(
      135deg,
      #eaf4ff 0%,
      #dbeafe 50%,
      #f8fbff 100%);
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.main-content .grid-3 .card .article-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .02),
      rgba(15, 23, 42, .2)),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, .22),
      transparent 28%);
}
.main-content .grid-3 .card .article-thumb.thumb-tech {
  background:
    linear-gradient(
      135deg,
      rgba(13, 71, 161, .22),
      rgba(0, 172, 193, .12)),
    none;
  background-size: cover;
  background-position: center 44%;
}
.main-content .grid-3 .card .article-thumb.thumb-app {
  background:
    linear-gradient(
      135deg,
      rgba(17, 24, 39, .18),
      rgba(46, 125, 50, .12)),
    none;
  background-size: cover;
  background-position: center;
}
.main-content .grid-3 .card .article-thumb.thumb-policy {
  background:
    linear-gradient(
      135deg,
      rgba(237, 108, 2, .13),
      rgba(13, 71, 161, .12)),
    none;
  background-size: cover;
  background-position: center;
}
.main-content .grid-3 .card .card-body {
  padding: 18px 20px 20px;
}
.main-content .grid-3 .card .card-title {
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 12px;
}
.main-content .grid-3 .card .card-title a {
  color: #0f172a;
}
.main-content .grid-3 .card .card-meta {
  color: #7a8495;
}
.flash-news {
  border-color: #e1e8f2;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  border: 1px solid var(--border);
  background: #fff;
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.flash-title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #111827;
}
.flash-item {
  display: flex;
  gap: 12px;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 10px;
  border-top: 1px solid #eef2f7;
  color: #263244;
}
.flash-item .flash-time {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.carousel-info h2 {
  font-size: 2.28rem;
  margin: 16px 0 12px;
  font-weight: 760;
  line-height: 1.16;
  letter-spacing: 0;
  max-width: 720px;
}
.carousel-info p {
  font-size: 1rem;
  opacity: .92;
  max-width: 700px;
  font-weight: 300;
  line-height: 1.7;
}
.carousel-footer {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 16px;
  border-top-color: rgba(255, 255, 255, .22);
}
.carousel-dots {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 30px;
  z-index: 10;
  gap: 8px;
}
.article-banner .banner-tag {
  position: absolute;
  top: 34px;
  left: 58px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  border-radius: 4px;
  margin-bottom: -12px;
}
.article-banner .banner-title {
  max-width: 620px;
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
}
.article-banner .divider {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 8px;
}
.article-banner .banner-link {
  width: fit-content;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 800;
  transition:
    color .18s ease,
    transform .18s ease,
    text-shadow .18s ease;
  text-decoration: none;
}
.slot-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.slot-tag {
  font-size: 14px;
  text-transform: none;
  font-weight: 750;
  margin-bottom: 8px;
  display: block;
  margin: 0;
  color: #111827;
  letter-spacing: 0;
}
.main-content .grid-3 {
  gap: 20px;
}
.main-content .grid-3 .card {
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
  border-color: #dfe7f1;
  background: #fff;
}
.sidebar .flash-news {
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
  padding: 24px 26px;
}
.section-header .title {
  font-size: 20px;
  color: #0f172a;
  margin: 0;
}
.section-header .more-link {
  font-size: 14px;
  color: #2563eb;
  text-decoration: none;
}
.video-overlay .tag {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 12px;
}
.sidebar-item.active .item-info {
  color: #38bdf8;
}
.vision-sidebar-pc .sidebar-item.active {
  background: rgba(59, 130, 246, 0.15);
  border-left: 3px solid #3b82f6;
}
.scenario-layout-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}
.scenario-side-updates {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
}
.scenario-side-updates .flash-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scenario-side-updates .flash-item {
  padding: 8px 0;
  border-bottom: 1px dashed #e2e8f0;
}
.scenario-side-updates .flash-item:last-child {
  border-bottom: none;
}
.sidebar-scenario-updates {
  margin-top: 16px;
  height: auto;
  min-height: 0;
}
.sidebar-scenario-updates .flash-list {
  gap: 0;
}
.sidebar-scenario-updates .flash-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.flash-text {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
  text-decoration: none;
}
a.flash-text:hover {
  color: #005bac;
}
.sidebar-item.active {
  background: #1e293b;
  border: 1px solid rgba(37, 99, 235, 0.3);
  color: #fff;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3000;
  backdrop-filter: blur(6px);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-overlay.is-visible {
  display: flex;
  opacity: 1;
}
.modal-overlay.is-closing {
  opacity: 0;
}
.modal-card {
  background: #fff;
  width: min(90%, 480px);
  max-width: 90vw;
  padding: 40px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(0.95) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe7f5;
  border-radius: 8px;
  background: #f8fbff;
  color: #64748b;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.modal-overlay.is-visible .modal-card {
  transform: scale(1) translateY(0);
}
.modal-overlay.is-closing .modal-card {
  transform: scale(0.95) translateY(20px);
}
.modal-form {
  color: #1e293b;
}
.modal-form h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}
.modal-form p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
  line-height: 1.6;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  align-items: center;
  gap: 3px;
  color: #334155;
}
.form-required {
  color: #ef4444;
  font-weight: 700;
}
.form-group input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  background: #fff;
}
.form-group input:invalid {
  box-shadow: none;
}
.form-group textarea:invalid {
  box-shadow: none;
}
.form-group.has-error input {
  border-color: #ef4444;
  background: #fffafa;
}
.form-group.has-error textarea {
  border-color: #ef4444;
  background: #fffafa;
}
.form-group input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.form-group textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  min-height: 80px;
  resize: vertical;
  transition: all 0.2s ease;
  box-sizing: border-box;
  background: #fff;
}
.modal-form .btn-primary {
  width: 100%;
  height: 44px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.modal-form .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.modal-form .btn-primary:active {
  transform: translateY(0);
}
.modal-form {
  display: grid;
  gap: 16px;
}
.modal-form h2 {
  margin: 0 34px 4px 0;
  color: #061a33;
  font-size: 24px;
  line-height: 1.25;
}
.modal-form > p {
  margin: 0 0 8px;
  color: #52647a;
  font-size: 15px;
  line-height: 1.65;
}
.modal-form .form-group {
  display: grid;
  gap: 7px;
}
.modal-form label {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
}
.modal-form input,
.modal-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7e5f6;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  padding: 10px 12px;
  outline: 0;
}
.modal-form textarea {
  min-height: 96px;
  resize: vertical;
}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}
.scene-collect {
  background-image: none;
}
.company-join {
  background-image: none;
}
.promo-card:hover .promo-overlay {
  background:
    linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.3) 0%,
      rgba(15, 23, 42, 0.9) 100%);
}
.promo-card:hover .promo-link {
  border-color: #fff;
}
.widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.widget-header .slot-tag {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
  color: #1e293b;
}
.china-map-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.map-dot-item.active-node::after {
  border-color: rgba(11, 87, 208, 0.4);
  animation: pulseRipple 1.6s infinite ease-out;
  border: 1.5px solid rgba(11, 87, 208, 0.18);
}
.rank-meta-info .name {
  transition: color 0.2s;
}
.rank-meta-info .count {
  color: #64748b;
  font-weight: 500;
}
.rank-list-row.active-row .name {
  color: #0b57d0;
  font-weight: 600;
}
.rank-list-row:hover .name {
  color: #0b57d0;
  font-weight: 600;
}
.rank-list-row.active-row .count {
  color: #0b57d0;
}
.rank-list-row:hover .count {
  color: #0b57d0;
}
.rank-list-row.active-row .bar-inner-fill {
  background: #0b57d0;
}
.rank-list-row:hover .bar-inner-fill {
  background: #0b57d0;
}
.stat-item strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #0b57d0;
  margin-bottom: 4px;
}
.stat-item span {
  font-size: 12px;
  color: #64748b;
}
.side-item.active {
  background: #1e293b;
}
.side-item.active p {
  color: #fff;
}
.video-experience .sidebar-item.active {
  border-color: rgba(96, 165, 250, 0.55);
  background:
    linear-gradient(
      135deg,
      rgba(30, 64, 175, 0.34),
      rgba(15, 23, 42, 0.92));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.wechat-qr-modal.is-open {
  z-index: 3000;
  display: flex;
}
.search-style-capsule {
  width: 25%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 3px 3px 3px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.capsule-input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 12.5px;
}
.capsule-search-btn {
  height: 100%;
  background: #0b57d0;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 0 16px;
  border-radius: 17px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
  white-space: nowrap;
}
.capsule-search-btn:hover {
  background: #0045b5;
}
.search-style-capsule:focus-within {
  border-color: #e2e8f0;
  transform: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.search-style-capsule .capsule-input:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.arrow-indicator {
  font-size: 10px;
  color: var(--text-muted);
  transition: transform 0.2s;
}
.search-input {
  border: 1px solid #e2e8f0;
  padding: 0 12px;
  outline: none;
  width: 100%;
  font-size: 13px;
  height: 34px;
  border-radius: 6px;
  color: var(--text-main);
  background: #f8fafc;
  transition: all 0.2s;
}
.search-input:focus {
  border-color: var(--brand-blue);
  background: #ffffff;
}
.board-item.is-checked {
  background-color: #eaf4ff;
}
a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: var(--primary-light);
  text-decoration: underline;
}
.breadcrumb a {
  color: var(--text-muted);
  font-weight: 750;
  text-decoration: none;
}
.section {
  margin-bottom: 32px;
}
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.section-title {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 0;
  color: #0c1b31;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 860;
  letter-spacing: 0;
}
.section-desc {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 4px 0 0;
}
.cat-card.is-active {
  border-color: var(--primary);
  box-shadow: inset 4px 0 0 var(--primary), 0 10px 24px rgba(13, 71, 161, .1);
  transform: translateY(-2px);
}
.scenario-label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  color: var(--primary);
  background: var(--tag-bg);
  border: 1px solid rgba(14, 101, 156, .16);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  font-weight: 500;
  text-decoration: none;
  transition:
    color .14s ease,
    background .14s ease,
    border-color .14s ease,
    box-shadow .14s ease,
    transform .14s ease;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  gap: 6px;
  line-height: 1.1;
  letter-spacing: 0;
}
.btn:hover {
  text-decoration: none;
}
.btn-primary:hover {
  background: var(--primary-hover);
  text-decoration: none;
  color: #fff;
  border-color: var(--primary-light);
  transform: translateY(-1px);
}
.btn-outline {
  color: var(--primary);
  background: transparent;
  border-color: var(--border-strong);
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  background: var(--tag-bg);
  text-decoration: none;
  border-color: #91c5f4;
  color: var(--primary);
}
.btn-sm {
  min-height: 38px;
  padding: 6px 12px;
  font-size: 13px;
}
.quick-cat-pill.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 2px 8px rgba(13, 71, 161, .25);
}
.quick-cat-pill .count {
  font-size: 12px;
  opacity: .84;
  margin-left: 4px;
}
.filter-advanced.is-open {
  display: block;
}
.filter-chip-option .count {
  font-size: 11px;
  opacity: .75;
}
.active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  min-height: 34px;
}
.active-filters-label {
  font-size: 13px;
  color: var(--text-muted);
  flex-shrink: 0;
}
.company-logo.logo-len-1 {
  font-size: 26px;
}
.company-logo.logo-len-2 {
  font-size: 19px;
  letter-spacing: .02em;
}
.company-logo.logo-len-3 {
  font-size: 15px;
  letter-spacing: 0;
}
.empty-state strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1rem;
}
.cat-title-group .count {
  font-size: 13px;
  color: #0052D9;
  font-weight: 500;
}
.pill.active {
  background: #0052D9;
  color: #fff;
  border-color: #0052D9;
}
.pill .count {
  margin-left: 4px;
  font-size: 12px;
  opacity: .78;
}
.search-filter-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.search-input-group {
  flex: 1;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.search-input-group input {
  flex: 1;
  border: none;
  padding: 10px 15px;
  outline: none;
}
.btn-search {
  background: #0052D9;
  color: #fff;
  border: none;
  padding: 0 20px;
  cursor: pointer;
}
.advanced-panel.is-open {
  display: block;
}
.hierarchy-select-trigger.active {
  color: var(--primary);
  border-color: #90caf9;
  background: #f8fbff;
  font-weight: 600;
}
.hierarchy-check .count {
  color: var(--text-muted);
  font-size: 11px;
}
.btn-primary {
  color: #fff;
  background: var(--primary);
  border-color: transparent;
  border: 1px solid var(--primary);
  box-shadow: 0 3px 10px rgba(13, 71, 161, .14);
}
.tree-leaf.is-active {
  color: var(--primary);
  background: #eef6ff;
  text-decoration: none;
}
.product-example:last-child {
  border-bottom: 0;
}
.breadcrumb {
  margin: 4px 0 18px;
  color: #75849a;
  font-size: 13px;
  margin-bottom: 14px;
}
.tree-filter.is-active {
  color: var(--brand);
  background: var(--brand-soft);
  text-decoration: none;
}
.tree-filter.is-active::after {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 3px;
  background: var(--brand);
  border-radius: 999px;
  content: "";
}
.tree-filter.is-active .tree-count {
  color: var(--brand);
}
.hierarchy-select.is-open .hierarchy-dropdown {
  display: block;
}
#categoryHierarchy.is-open > .hierarchy-dropdown {
  display: block;
}
.hierarchy-select.is-open .hierarchy-select-trigger {
  background: #eaf4ff;
  border-color: #6db3f2;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.15);
}
.active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: #eaf4ff;
  color: var(--brand);
  border-radius: 7px;
  font-size: 13px;
  border: 1px solid #9ed0ff;
  letter-spacing: 0;
  font-weight: 700;
  margin-right: 6px;
  min-height: 28px;
  line-height: 1.1;
}
.active-filter-chip button {
  background: rgba(255, 255, 255, 0.75);
  border: 0;
  color: #0b5f9e;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  padding: 0 2px;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  border-radius: 50%;
  font-weight: 800;
}
.active-filter-chip button:hover {
  color: #fff;
  background: var(--brand);
}
.company-list-footer .btn {
  min-width: 126px;
  border-radius: 8px;
  font-weight: 750;
}
.product-example {
  padding: 14px 0;
  border-bottom: 1px solid #edf2f7;
  display: block;
  border-bottom-color: var(--line-soft);
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}
.product-example:hover {
  color: inherit;
  text-decoration: none;
  transform: translateX(2px);
}
.product-example:hover strong {
  color: var(--primary);
}
.product-example:first-of-type {
  padding-top: 2px;
}
.product-example strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink-strong);
  font-size: 14px;
  line-height: 1.4;
}
.product-example p {
  display: block;
  margin: 0;
  color: #66758a;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 6px;
}
.product-example span {
  display: block;
  margin: 0;
  color: #4d6380;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 2px;
  font-weight: 650;
}
.empty-state {
  display: none;
  padding: 42px 24px;
  text-align: center;
  color: var(--text-muted);
  background: #fff;
}
.region-filter.is-open .region-trigger {
  border-color: #9bc8f2;
  background: #f8fafc;
}
.region-filter.is-open .region-dropdown {
  display: grid;
}
.filter-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 18px;
  margin-bottom: 16px;
}
.filter-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(14, 101, 156, .24);
}
.filter-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-left: 18px;
  color: #1e293b;
  display: flex;
  align-items: center;
}
.filter-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background:
    linear-gradient(
      135deg,
      #1677ff,
      #0a58d6);
  border-radius: 4px;
  margin-right: 8px;
}
.tree-menu li.active {
  background:
    linear-gradient(
      135deg,
      #1677ff,
      #0052d9);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(22, 119, 255, 0.2);
}
.filter-card label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #475569;
  cursor: pointer;
  transition: color 0.2s ease;
}
.filter-card label:hover {
  color: #1677ff;
}
.filter-card label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  background: #fff;
}
.filter-card label input[type=checkbox]:checked {
  background: #1677ff;
  border-color: #1677ff;
}
.filter-card label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.tags span {
  background: #f1f5f9;
  color: #475569;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tags span:hover {
  background: #eef6ff;
  color: #1677ff;
  border-color: #bad8ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(22, 119, 255, 0.12);
}
.industry-tree-node.level-0 > .industry-tree-check {
  font-weight: 800;
  color: #005bac;
}
.industry-tree-node.level-1 > .industry-tree-check {
  padding-left: 24px;
}
.industry-tree-node.level-2 > .industry-tree-check {
  padding-left: 42px;
  color: #64748b;
}
.industry-tree-node.level-3 > .industry-tree-check {
  padding-left: 58px;
  color: #64748b;
}
.industry-tree-label {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.industry-tree-children {
  border-left: 1px solid #e5edf6;
  margin-left: 16px;
}
.app-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.app-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.app-main > main {
  flex: 1 0 auto;
}
.site-footer {
  flex-shrink: 0;
  margin-top: auto;
  padding: 44px 24px 28px;
  color: #9ca3af;
  background: #1a1a2e;
  font-size: 14px;
  text-align: left;
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 48px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.footer-brand {
  min-width: 0;
  max-width: 760px;
}
.footer-brand-title {
  display: block;
  margin: 0 0 14px;
  color: #e7eef8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.footer-brand p {
  margin: 0;
  color: #9fb0c7;
  line-height: 1.8;
}
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 24px;
}
.footer-nav a,
.footer-contact {
  color: #dbe6f3;
  text-decoration: none;
}
.footer-nav a {
  font-weight: 600;
  white-space: nowrap;
  transition: color .2s ease;
}
.footer-nav a:hover,
.footer-contact:hover strong {
  color: #ffffff;
}
.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9fb0c7;
  white-space: nowrap;
}
.footer-contact span {
  font-size: 13px;
}
.footer-contact strong {
  color: #e7eef8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
  transition: color .2s ease;
}
.footer-bottom {
  max-width: var(--max-w);
  margin: 32px auto 0;
  padding-top: 22px;
  border-top: 1px solid #374151;
}
.footer-copy {
  margin: 0;
  color: #8fa2bc;
  font-size: 13px;
  text-align: center;
}
.sidebar-flow-card .map-dot-item {
  color: inherit;
  text-decoration: none;
}
.sidebar-flow-card .rank-list-row {
  color: inherit;
  text-decoration: none;
}
.newest-list .slot-header {
  margin-bottom: 10px;
  height: 26px;
}
.latest-scenarios .slot-header {
  margin-bottom: 10px;
  height: 26px;
}
.newest-list .mini-company-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, 40px);
  gap: 8px 18px;
}
.newest-list .mini-co {
  min-width: 0;
  min-height: 40px;
  height: 40px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  overflow: hidden;
}
.newest-list .co-logo {
  color: #0d47a1;
  background: #f0f6ff;
  border-color: #dbeafe;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  border: 1px solid #dceafe;
  flex-shrink: 0;
  min-width: 34px;
  font-size: 12px;
}
.newest-list .co-info {
  min-width: 0;
}
.newest-list .co-info .mini-company-name {
  color: #111827;
  font-size: 13px;
  line-height: 1.15;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 3px;
  font-weight: 900;
}
.newest-list .co-info p {
  color: #6b7280;
  margin-top: 3px;
  font-size: 11px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  line-height: 1.25;
}
.latest-scenarios .scenario-headline-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  height: calc(100% - 36px);
}
.latest-scenarios .scenario-headline-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar {
  width: 280px;
  flex-shrink: 0;
  position: sticky;
  top: 92px;
  display: flex;
  flex-direction: column;
}
.sidebar-promo {
  width: 280px;
  display: grid;
  gap: 16px;
  margin-top: 20px;
  grid-template-columns: 1fr;
}
.promo-bg {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
  opacity: 1;
  filter: none;
}
.promo-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(15, 23, 42, .12) 0%,
      rgba(15, 23, 42, .82) 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
  z-index: 1;
  color: #fff;
}
.promo-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  border-radius: 4px;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.promo-overlay .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 800;
}
.promo-overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
  line-height: 1.25;
}
.promo-overlay p {
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  margin: 0 0 12px;
  line-height: 1.45;
}
.promo-link {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  align-self: flex-start;
  transition: border-color 0.2s ease;
}
.flow-map-zone::after {
  content: "";
  position: absolute;
  inset: 14px;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.10) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(148, 163, 184, 0.10) 1px,
      transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image:
    radial-gradient(
      circle at 55% 54%,
      #000 0 58%,
      transparent 75%);
  z-index: 0;
}
.latest-news-mixed {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: 20px;
  align-items: stretch;
}
.latest-feature-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: var(--radius-lg);
  background: #0f172a;
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-rows: auto auto;
  min-height: 0;
  height: 560px;
}
.latest-news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 560px;
}
.latest-news-row .latest-row-title-link {
  color: inherit;
  text-decoration: none;
}
.latest-row-title-link:hover {
  text-decoration: none;
}
.latest-news-row a.latest-row-tag {
  color: #075985;
  text-decoration: none;
}
.latest-row-main strong {
  overflow: hidden;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  color: #063f70;
  letter-spacing: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scenario-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.case-search-panel {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 22px;
  background: #fff;
  border: 1px solid #d9e5f4;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}
.case-search-control {
  display: flex;
  gap: 10px;
  align-items: center;
}
.case-search-control input {
  flex: 1;
  height: 48px;
  padding: 0 14px;
  color: #10233f;
  background: #f8fbff;
  border: 1px solid #d7e4f2;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
}
.case-search-control button {
  height: 48px;
  padding: 0 16px;
  color: #0d5f9e;
  background: #f1f7ff;
  border: 1px solid #b8d8fb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  width: 72px;
}
.case-hero h1 {
  margin: 8px 0 10px;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
}
.case-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
}
.promo-card {
  position: relative;
  width: 280px;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 0;
  border-top: 0;
  outline: 0;
}
.modal-trigger-reset.promo-card {
  width: 100%;
  height: 180px;
  display: block;
  position: relative;
  border: 0;
  border-top: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  background-image: none;
  outline: 0;
}
button.promo-card {
  width: 100%;
  height: 180px;
  display: block;
  position: relative;
  border: 0;
  border-top: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  background-image: none;
  outline: 0;
}
.promo-card::before {
  content: none;
  display: none;
}
.promo-card::after {
  content: none;
  display: none;
}
.modal-trigger-reset.promo-card::before {
  content: none;
  display: none;
}
.modal-trigger-reset.promo-card::after {
  content: none;
  display: none;
}
button.promo-card::before {
  content: none;
  display: none;
}
button.promo-card::after {
  content: none;
  display: none;
}
.case-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  color: transparent;
  background: #f8fbff;
  border: 1px solid #cfe0f4;
  border-radius: 8px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}
.case-modal-close::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 15px;
  width: 16px;
  height: 2px;
  background: #52647a;
  border-radius: 2px;
  transform: rotate(45deg);
}
.case-modal-close::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 15px;
  width: 16px;
  height: 2px;
  background: #52647a;
  border-radius: 2px;
  transform: rotate(-45deg);
}
.app-main > main.container {
  width: 100%;
  box-sizing: border-box;
}
.case-form-error {
  margin: -4px 0 0;
  color: #dc2626;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 200, 83, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0);
  }
}
@keyframes pulseRipple {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
:root {
  --font-sans:
    "Noto Sans SC",
    "Source Han Sans SC",
    "Microsoft YaHei",
    Arial,
    sans-serif;
  --primary: #0b5e95;
  --primary-light: #1479b8;
  --accent: #00a7b8;
  --bg: #eef4fb;
  --card: #ffffff;
  --text: #0f172a;
  --text-muted: #64748b;
  --border: #d9e5f2;
  --tag-bg: #eef6ff;
  --success: #16a34a;
  --warning: #d97706;
  --radius: 10px;
  --shadow: 0 10px 26px rgba(15, 23, 42, .055);
  --max-w: 1440px;
  --primary-soft: #e7f3ff;
  --text-subtle: #8a98aa;
  --border-soft: #edf2f7;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 4px 14px rgba(15, 23, 42, .055);
  --focus-ring: 0 0 0 3px rgba(11, 94, 149, .12);
  --gutter: 32px;
  --section-gap: 32px;
  --panel-pad: 20px;
  --accent-soft: #e8fbfd;
  --shadow-md: 0 16px 36px rgba(15, 23, 42, .095);
  --shadow-hover: 0 22px 48px rgba(15, 23, 42, .14);
  --brand: var(--primary);
  --brand-deep: #084d7c;
  --surface: var(--card);
  --danger: #ef4444;
}
body {
  font-family: var(--font-sans);
  background:
    radial-gradient(
      circle at 14% 0%,
      rgba(14, 165, 233, .15),
      transparent 32rem),
    radial-gradient(
      circle at 92% 12%,
      rgba(20, 184, 166, .12),
      transparent 28rem),
    linear-gradient(
      180deg,
      #f7fbff 0%,
      var(--bg) 42%,
      #f6f9fd 100%);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  margin: 0;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
}
.main-nav a:hover {
  color: var(--primary);
  background: rgba(255, 255, 255, .9);
  text-decoration: none;
  transform: translateY(-1px);
}
.gasgoo_sun-matrix-dropdown-wrapper {
  position: relative;
  flex: 0 0 auto;
}
.gasgoo_sun-island-trigger-btn svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.gasgoo_sun-floating-island-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 20;
  width: 320px;
  padding: 10px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #dce8f5;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    opacity .18s ease,
    transform .18s ease,
    visibility .18s ease;
}
.gasgoo_sun-matrix-dropdown-wrapper:hover .gasgoo_sun-floating-island-panel,
.gasgoo_sun-matrix-dropdown-wrapper:focus-within .gasgoo_sun-floating-island-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gasgoo_sun-floating-island-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  color: var(--text);
}
.gasgoo_sun-floating-island-item:hover {
  background: #f1f7ff;
  text-decoration: none;
}
.gasgoo_sun-island-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--primary);
  background: var(--tag-bg);
}
.gasgoo_sun-island-title {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.2;
}
.gasgoo_sun-island-text p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.35;
}
.main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
  padding: 0;
}
.container {
  width: min(100%, var(--max-w));
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 28px var(--gutter) 44px;
  box-sizing: border-box;
}
main.container {
  width: min(100%, var(--max-w));
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 28px var(--gutter) 44px;
  box-sizing: border-box;
}
main.container.home-page {
  padding-top: 0;
}
.site-header {
  height: 75px;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid #dfe7f2;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .06);
  backdrop-filter: blur(18px);
}
.header-inner {
  max-width: var(--max-w);
  height: 74px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.logo {
  width: 128px;
  height: 43px;
  flex: 0 0 auto;
  margin-left: 11px;
  margin-right: 11px;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.main-nav {
  display: flex;
  gap: 10px;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  padding: 4px;
  border-radius: 999px;
  background: rgba(241, 247, 253, .72);
  border: 1px solid rgba(190, 207, 224, .44);
}
.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 62px;
  padding: 0 16px;
  border-radius: 999px;
  color: #172033;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.5;
  text-decoration: none;
  transition:
    background .18s ease,
    color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}
.main-nav a.active {
  color: #063f70;
  background: #fff;
  box-shadow: 0 8px 22px rgba(14, 101, 156, .13);
}
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 290px;
  height: 62px;
  white-space: nowrap;
}
.gasgoo_sun-island-trigger-btn {
  width: 116px;
  height: 42px;
  min-width: 116px;
  padding: 10px 18px;
  box-sizing: border-box;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #334155;
  background: #fff;
  border: 1px solid #d7e4f2;
  box-shadow: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.lang-selector-container {
  flex: 0 0 auto;
}
.lang-trigger.static-lang {
  width: 62px;
  height: 38px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background: #f4f6fa;
  border: 1px solid rgba(148, 163, 184, .38);
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.btn.btn-outline.btn-sm {
  min-width: 78px;
  height: 40px;
  padding: 9px 16px;
  box-sizing: border-box;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #fff;
  border: 1px solid #cbdced;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
}
.header-actions > .btn.btn-outline.btn-sm {
  margin-left: 10px;
}
.site-header .account-menu {
  position: relative;
  width: 84px;
  flex: 0 0 84px;
}
.site-header .account-menu-trigger {
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  gap: 6px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}
.site-header .account-menu-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-header .account-menu-chevron {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}
.site-header .account-menu-chevron.is-open {
  transform: rotate(225deg) translate(-1px, -1px);
}
.site-header .account-menu-popover {
  position: absolute;
  z-index: 1200;
  top: calc(100% + 8px);
  right: 0;
  width: 136px;
  padding: 6px;
  border: 1px solid #d8e3ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
}
.site-header .account-menu-item {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #334155;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  text-align: left;
}
.site-header .account-menu-item:hover,
.site-header .account-menu-item:focus-visible {
  outline: none;
  background: #eef6fc;
  color: #0e659c;
}
.site-header .account-menu-item svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-modern.container {
  max-width: var(--max-w);
  margin: 28px auto 28px;
  padding: 20px 40px 0 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(330px, .9fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 24px;
  height: 474px;
  align-items: stretch;
}
.feature-carousel {
  position: relative;
  height: 100%;
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
  border: 1px solid #dfe7f1;
  background: #0b2344;
}
.carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel-slide {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
  color: inherit;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
}
.carousel-slide-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.feature-carousel:hover .carousel-slide-image {
  transform: none;
}
.carousel-slide.slide-summit {
  background-position: center 42%;
}
.carousel-overlay {
  position: absolute;
  inset: 0;
  display: none;
  align-items: flex-end;
  padding: 42px 48px;
  background:
    linear-gradient(
      180deg,
      rgba(5, 16, 32, .12),
      rgba(5, 16, 32, .78));
  z-index: 2;
}
.article-banner.carousel-slide {
  height: 100%;
}
.article-banner .carousel-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 40px 50px;
  background: transparent;
  box-sizing: border-box;
}
.article-banner .carousel-info {
  max-width: 75%;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  margin: 6px;
}
.promo-slots {
  display: flex;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  height: 474px;
  flex-direction: column;
}
.slot-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
}
.newest-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 20px;
  min-height: 0;
  background: #fff;
  border: 1px solid #dfe7f1;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  height: 233px;
  flex: 0 0 233px;
}
.mini-company-track {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, 42px);
  gap: 8px 18px;
  overflow: hidden;
}
.mini-co {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.co-logo {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #0b63ce;
  background: #eef6ff;
  border: 1px solid #cfe1f5;
}
.co-info .mini-company-name {
  display: block;
  margin: 0 0 2px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.co-info p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latest-scenarios {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 20px;
  background: #fff;
  border: 1px solid #eef1f6;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  height: 223px;
  flex: 0 0 223px;
}
.scenario-headline-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px;
}
.scenario-headline {
  display: flex;
  align-items: center;
  min-height: 46px;
  color: inherit;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid #e7edf5;
}
.scenario-headline-title {
  display: block;
  margin: 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-flow-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  margin-top: 20px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .03);
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 280px;
  box-sizing: border-box;
  min-height: 546px;
}
.flow-map-zone {
  width: 100%;
  height: auto;
  aspect-ratio: 256 / 205;
  background:
    linear-gradient(
      180deg,
      rgba(248, 250, 252, .98),
      rgba(235, 242, 252, .86)),
    radial-gradient(
      circle at 78% 24%,
      rgba(14, 165, 233, .12),
      transparent 30%),
    radial-gradient(
      circle at 45% 68%,
      rgba(37, 99, 235, .10),
      transparent 26%);
  border-radius: 8px;
  border: 1px solid #f1f5f9;
  position: relative;
  overflow: hidden;
}
.china-map-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.china-map-provinces {
  filter: drop-shadow(0 8px 14px rgba(37, 99, 235, 0.14));
  transform: scale(1.12);
  transform-box: fill-box;
  transform-origin: center;
}
.china-province {
  fill: #dcebff;
  stroke: rgba(79, 148, 223, 0.72);
  stroke-width: 0.68;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.china-province:nth-child(4n+1) {
  fill: #e7f2ff;
}
.china-province:nth-child(4n+3) {
  fill: #d5eaff;
}
.china-map-inset-frame {
  fill: rgba(255, 255, 255, 0.62);
  stroke: rgba(79, 148, 223, 0.46);
  stroke-width: 0.7;
  vector-effect: non-scaling-stroke;
}
.china-map-inset-line {
  fill: rgba(220, 235, 255, 0.44);
  stroke: rgba(79, 148, 223, 0.76);
  stroke-width: 0.58;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.map-dot-item {
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 0;
  box-sizing: border-box;
  background: #8fb4df;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.sidebar-flow-card a.map-dot-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%) translateY(-9px);
  min-width: 34px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  background: #1269d3;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  z-index: 7;
  box-shadow: 0 8px 16px rgba(18, 105, 211, .25);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.sidebar-flow-card a.map-dot-label.active-label,
.sidebar-flow-card a.map-dot-label:hover,
.sidebar-flow-card a.map-dot-label:focus-visible {
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  text-decoration: none;
}
.map-dot-item.active-node {
  background: #0b57d0;
  box-shadow: 0 0 8px rgba(11, 87, 208, 0.6);
  transform: translate(-50%, -50%) scale(1.4);
}
.flow-rank-zone {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px dashed #d9e5f2;
}
.rank-list-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  color: inherit;
  text-align: left;
  text-decoration: none;
}
.rank-list-row.active-row {
  background: #f1f7ff;
}
.rank-meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #475569;
}
.bar-container {
  width: 100%;
  height: 4px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}
.bar-inner-fill {
  height: 100%;
  border-radius: inherit;
  background: #1269d3;
}
.rank-total {
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
  text-align: center;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
@media (max-width: 960px) {
  .sidebar {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .case-search-control {
    flex-direction: column;
    align-items: stretch;
  }
  #caseGrid .case-card-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .case-form-grid {
    grid-template-columns: 1fr;
  }
  .case-form-actions {
    flex-direction: column-reverse;
  }
  .pagination {
    gap: 8px;
  }
  .pagination .btn {
    min-width: 64px;
    padding: 0 12px;
  }
  .pagination button.btn {
    min-width: 64px;
    padding: 0 12px;
  }
  .article-title {
    font-size: 1.52rem;
  }
  .article-hero-thumb {
    height: 230px;
  }
  .article-body {
    font-size: 15px;
  }
  .wechat-panel {
    align-items: flex-start;
  }
  .case-hero h1 {
    font-size: 24px;
  }
  .latest-feature-card {
    min-height: 0;
  }
  .latest-news-row {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .latest-news-row .media-type-badge {
    display: none;
  }
  .latest-row-cover {
    width: 82px;
    height: 54px;
  }
  .hero-modern .hero-grid {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hero-modern .promo-slots {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hero-modern .feature-carousel {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hero-modern .slot-item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .section-title {
    font-size: 1.35rem;
  }
  #caseGrid .case-card {
    border-radius: 14px;
  }
  .company-card {
    border-radius: 14px;
  }
  .flash-news {
    border-radius: 14px;
  }
  .activity-section {
    margin-top: 20px;
  }
  .activity-list {
    gap: 10px;
  }
  .activity-card {
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    min-height: 0;
    padding: 12px;
  }
  .date-badge {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .date-badge .month {
    margin-bottom: 2px;
    font-size: 11px;
  }
  .date-badge .day {
    font-size: 20px;
  }
  .activity-card .card-content {
    gap: 4px;
  }
  .activity-section .tag-group {
    gap: 6px;
  }
  .activity-section .tag {
    min-height: 22px;
    padding: 0 8px;
  }
  .activity-card .card-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .activity-section .meta-info {
    gap: 4px 10px;
    margin: 0;
  }
  .activity-section .meta-item {
    font-size: 12px;
    line-height: 1.4;
  }
  .activity-section .event-summary {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
  }
  .activity-section .card-action {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 2px;
  }
  .activity-section .btn-detail {
    min-height: 32px;
    padding: 0 14px;
  }
  .carousel-info p {
    font-size: .94rem;
  }
  .main-content .grid-3 .card .article-thumb {
    height: 132px;
  }
  .carousel-overlay {
    padding: 28px 24px 30px;
  }
  .carousel-info h2 {
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .modal-card {
    padding: 28px 24px;
    margin: 16px;
  }
  .modal-form h2 {
    font-size: 18px;
  }
  .article-toolbar {
    align-items: stretch;
    gap: 10px;
  }
  .search-style-capsule {
    width: min(100%, 260px);
    height: 48px;
    border-radius: 24px;
    padding: 4px 4px 4px 16px;
  }
  .capsule-input {
    min-width: 0;
    font-size: 14px;
  }
  .capsule-search-btn {
    min-width: 60px;
    padding: 0 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
  }
  .site-footer {
    padding: 32px 20px 22px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
  }
  .footer-meta {
    align-items: flex-start;
    gap: 16px;
  }
  .footer-nav {
    justify-content: flex-start;
    gap: 10px 20px;
  }
  .footer-bottom {
    max-width: 100%;
    margin-top: 24px;
    padding-top: 20px;
  }
  body {
    font-size: 15px;
  }
  .page-title {
    font-size: 24px;
  }
  .card {
    border-radius: 14px;
  }
  .card-body {
    padding: 18px;
    border-radius: 14px;
  }
  .slot-item {
    border-radius: 14px;
  }
  .filter-card {
    border-radius: 14px;
  }
  .sidebar-widget {
    border-radius: 14px;
  }
}
@media (max-width: 900px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .case-hero {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }
  .case-grid {
    grid-template-columns: 1fr;
  }
  .scenario-tech ul {
    grid-template-columns: 1fr;
  }
  .article-detail-layout {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    position: static;
  }
  .page-title {
    font-size: 24px;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    grid-template-columns: 1fr;
  }
  .latest-news-mixed {
    grid-template-columns: 1fr;
  }
  .sidebar {
    position: static;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    overflow: visible;
  }
  .region-filter.is-open .region-dropdown {
    display: grid;
  }
  .filter-card {
    margin-bottom: 10px;
  }
  .filter-card label {
    display: inline-flex;
    margin: 0 8px 8px 0;
  }
  .section {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .tag-group {
    gap: 4px;
  }
  .slide-summit {
    background-size: cover;
    background-color: #0b244f;
  }
  .article-banner .banner-tag::before {
    height: 16px;
  }
  .article-banner .banner-category {
    height: 24px;
    padding: 0 9px;
    margin-bottom: 9px;
    font-size: 12px;
  }
  .carousel-arrow {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
  .carousel-arrow-prev {
    left: 10px;
  }
  .carousel-arrow-next {
    right: 10px;
  }
  .carousel-dots {
    right: 16px;
    bottom: 14px;
  }
  .article-banner .carousel-overlay {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    height: 100%;
  }
  .article-banner .carousel-info {
    max-width: 90%;
    margin: 0;
  }
  .article-banner .banner-tag {
    top: 18px;
    left: 22px;
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 12px;
  }
  .article-banner .banner-title {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 12px;
    margin: 0 0 12px 0;
  }
  .article-banner .divider {
    margin: 0 6px;
  }
  .article-banner .banner-link {
    font-size: 13px;
  }
  .grid-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  .grid-4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  .card {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }
  .section-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: nowrap;
  }
  .section-title {
    white-space: nowrap;
    font-size: 1.35rem;
  }
  .scenario-cards-grid {
    grid-template-columns: 1fr;
  }
  .main-content .section:has(.tech-vision-container) {
    overflow: visible;
  }
  .sidebar {
    display: flex;
    position: static;
    width: 100%;
    max-width: none;
    flex-direction: column;
    gap: 16px;
    margin: 0;
  }
  .sidebar-promo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 0;
  }
  .promo-card {
    height: 176px;
    border-radius: 12px;
  }
  .sidebar-scenario-updates {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .mobile-video-preview.active {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
  }
}
@media (max-width: 480px) {
  .article-banner .banner-category {
    height: 22px;
    font-size: 11px;
  }
  .article-banner .carousel-overlay {
    padding: 20px 16px;
  }
  .article-banner .carousel-info {
    max-width: 100%;
  }
  .article-banner .banner-title {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .article-banner .banner-tag {
    top: 14px;
    left: 16px;
    font-size: 11px;
    padding: 2px 8px;
    margin-bottom: 10px;
  }
  .article-banner .banner-link {
    font-size: 12px;
  }
}
@media (max-width: 1180px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .scenario-layout-wrapper {
    grid-template-columns: 1fr;
  }
  .scenario-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .scenario-side-updates {
    height: auto;
  }
}
@media (max-width: 1100px) {
  .sidebar {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .latest-news-mixed {
    grid-template-columns: 1fr;
  }
  .scenario-cards-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 901px) {
}
@media (max-width: 520px) {
}
@media (max-width: 980px) {
}
@media (max-width: 900px) {
  :root {
    --gutter: 16px;
  }
  .site-header {
    height: 231px;
  }
  .header-inner {
    height: 230px;
    max-width: none;
    padding: 0 16px;
    display: block;
    position: relative;
  }
  .logo {
    position: absolute;
    left: 27px;
    top: 18px;
    width: 128px;
    height: 43px;
    margin: 0;
  }
  .header-actions {
    position: absolute;
    left: 16px;
    top: 74px;
    width: calc(100% - 32px);
    height: 88px;
    display: block;
  }
  .gasgoo_sun-matrix-dropdown-wrapper {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
  }
  .gasgoo_sun-island-trigger-btn {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 8px 14px;
    border-radius: 12px;
    color: #334155;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 600;
  }
  .gasgoo_sun-floating-island-panel {
    left: 0;
    right: auto;
    width: min(320px, 100%);
  }
  .lang-selector-container {
    position: absolute;
    top: 0;
    right: 92px;
  }
  .lang-trigger.static-lang {
    width: 62px;
    height: 38px;
  }
  .site-header .btn.btn-outline.btn-sm {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 78px;
    height: 40px;
    margin-left: 0;
  }
  .site-header .account-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
  }
  .site-header .account-menu .account-menu-trigger {
    position: static;
    width: 88px;
    min-width: 88px;
    max-width: 88px;
  }
  .site-header .account-menu-popover {
    top: 48px;
  }
  .main-nav {
    position: absolute;
    left: 16px;
    top: 172px;
    width: calc(100% - 32px);
    height: 46px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    overflow: auto hidden;
    scrollbar-width: none;
  }
  .main-nav a {
    flex: 0 0 auto;
    min-width: 70px;
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
  }
  main.container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 16px 34px;
    box-sizing: border-box;
  }
  main.container.home-page {
    padding-top: 0;
  }
  .hero-modern.container {
    width: auto;
    max-width: none;
    margin: 0 0 24px;
    padding: 0;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 24px;
  }
  .feature-carousel {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .promo-slots {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 16px;
  }
  .newest-list {
    width: 100%;
    height: 226px;
    flex: 0 0 auto;
  }
  .latest-scenarios {
    width: 100%;
    height: 195px;
    flex: 0 0 auto;
  }
  .mini-company-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 40px);
    gap: 8px 16px;
  }
  .main-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 22px;
  }
  .sidebar-flow-card {
    width: 100%;
    min-height: 0;
    margin-top: 0;
  }
  .flow-map-zone {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .newest-list {
    height: 226px;
  }
  .latest-scenarios {
    height: 195px;
  }
}
@media (max-width: 640px) {
}
.map-dot-item::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1.5px solid rgba(11, 87, 208, 0);
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .article-toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }
  .article-toolbar .search-style-capsule {
    width: 100%;
  }
}
@media (max-width: 640px) {
}
.home-page .main-layout > .sidebar {
  width: 280px;
  max-width: 280px;
}
.home-page .sidebar-promo,
.home-page .sidebar .flash-news,
.home-page .sidebar-flow-card,
.home-page .scenario-side-updates {
  width: 280px;
  max-width: 280px;
  box-sizing: border-box;
}
.home-page .promo-card {
  width: 280px;
  height: 180px;
  color: #fff;
  border-radius: 12px;
  background-color: #0f172a;
}
.home-page .promo-overlay {
  padding: 18px 20px 20px;
  color: #fff;
}
.home-page .promo-label {
  min-height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 750;
  line-height: 24px;
}
.home-page .promo-overlay h4 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 820;
  line-height: 1.35;
}
.home-page .promo-overlay p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}
.home-page .promo-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}
.home-page .section-header .section-more,
.home-page .slot-header .more-link,
.activity-section .more-link {
  color: var(--primary);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.feature-carousel .article-banner .carousel-overlay {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 44px 52px 40px;
  background:
    linear-gradient(
      90deg,
      rgba(7, 18, 35, .74),
      rgba(7, 18, 35, .22) 52%,
      rgba(7, 18, 35, .08));
}
.feature-carousel .article-banner:hover {
  text-decoration: none;
}
.feature-carousel .article-banner .carousel-info {
  position: static;
  display: flex;
  max-width: 560px;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.feature-carousel .article-banner .banner-tag {
  position: absolute;
  top: 34px;
  left: 58px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}
.feature-carousel .article-banner .banner-tag::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: #16d4ff;
  box-shadow: 0 0 14px rgba(22, 212, 255, .5);
}
.feature-carousel .article-banner .banner-category {
  display: inline-flex;
  width: fit-content;
  height: 28px;
  align-items: center;
  margin: 0 0 12px;
  padding: 0 12px;
  border: 1px solid rgba(22, 212, 255, .36);
  border-radius: 5px;
  background: rgba(22, 212, 255, .13);
  color: #7ee7ff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.feature-carousel .article-banner .banner-title {
  max-width: 620px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.2;
}
.feature-carousel .article-banner .banner-link {
  width: fit-content;
  color: #16d4ff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition:
    color .18s ease,
    transform .18s ease,
    text-shadow .18s ease;
}
.feature-carousel .article-banner:hover .banner-link {
  color: #7ee7ff;
  transform: translateX(6px);
  text-shadow: 0 0 16px rgba(22, 212, 255, .42);
  text-decoration: none;
}
.hero-modern .slot-item.newest-list,
.hero-modern .slot-item.latest-scenarios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}
.hero-modern .slot-item.newest-list {
  height: 233px;
  flex: 0 0 233px;
  padding: 24px 26px;
}
.hero-modern .slot-item.latest-scenarios {
  height: 223px;
  flex: 0 0 223px;
  justify-content: space-between;
  padding: 20px 24px 18px;
}
.hero-modern .slot-header {
  width: 100%;
  min-height: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
}
.hero-modern .slot-header .slot-tag {
  margin: 0;
  color: #888;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.hero-modern .slot-header .more-link,
.sidebar-scenario-updates .flash-title .more-link {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}
.hero-modern .mini-company-track {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, 42px);
  gap: 8px 18px;
  overflow: hidden;
}
.hero-modern .mini-co {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 2px 4px;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}
.hero-modern .mini-co:hover {
  background: rgba(241, 247, 255, .78);
  text-decoration: none;
}
.hero-modern .co-logo {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbeafe;
  border-radius: 7px;
  background: #eef5ff;
  color: #0d47a1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.hero-modern .co-info {
  min-width: 0;
}
.hero-modern .co-info .mini-company-name {
  margin: 0;
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero-modern .co-info p {
  margin: 2px 0 0;
  overflow: hidden;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero-modern .latest-scenarios .scenario-headline-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 8px 0 0;
}
.hero-modern .latest-scenarios .scenario-headline {
  width: 100%;
  min-height: 47px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7edf5;
  color: inherit;
  text-decoration: none;
}
.hero-modern .latest-scenarios .scenario-headline:last-child {
  border-bottom: 0;
}
.hero-modern .latest-scenarios .scenario-headline-title {
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latest-news-row.video .latest-row-cover {
  position: relative;
}
.latest-news-row.video .latest-row-cover .row-play-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .16);
}
.latest-news-row.video .latest-row-cover .row-play-symbol::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #0d47a1;
}
.home-page .company-card .company-logo {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border-radius: 12px;
  background: var(--bg);
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
}
.home-page .company-card .company-logo.logo-len-1 {
  font-size: 26px;
}
.home-page .company-card .company-logo.logo-len-2 {
  font-size: 19px;
  letter-spacing: .02em;
}
.home-page .company-card .company-logo.logo-len-3 {
  font-size: 15px;
  letter-spacing: 0;
}
.home-page .scenario-cards-grid .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.home-page .scenario-cards-grid .tag {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 0;
  border-radius: 16px;
  background: #eef3f8;
  color: #24405e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.events-page .btn-detail,
.activity-section .btn-detail {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(14, 101, 156, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
  color: var(--primary);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform .18s ease,
    color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}
.events-page .btn-detail:hover,
.activity-section .btn-detail:hover {
  color: #fff;
  border-color: transparent;
  background:
    linear-gradient(
      135deg,
      var(--primary),
      var(--accent));
  box-shadow: 0 10px 22px rgba(14, 101, 156, .18);
  text-decoration: none;
  transform: translateY(-1px);
}
.baige-confirm-actions .btn {
  min-width: 64px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.baige-confirm-actions .btn-outline {
  border: 1px solid #b7d5f0;
  background: #fff;
  color: var(--primary);
}
.baige-confirm-actions .btn-outline:hover {
  border-color: var(--primary);
  background: #f1f7ff;
  color: var(--primary);
}
.baige-confirm-actions .btn-primary {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
}
.baige-confirm-actions .btn-primary:hover {
  border-color: #0789a2;
  background:
    linear-gradient(
      135deg,
      var(--primary),
      var(--accent));
  color: #fff;
}
.baige-confirm-actions .btn.btn-outline.btn-sm,
.baige-confirm-actions .btn.btn-primary.btn-sm {
  min-width: 64px;
  height: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.baige-confirm-actions .btn.btn-outline.btn-sm {
  border: 1px solid #b7d5f0;
  background: #fff;
  color: var(--primary);
}
.baige-confirm-actions .btn.btn-outline.btn-sm:hover {
  border-color: var(--primary);
  background: #f1f7ff;
  color: var(--primary);
}
.baige-confirm-actions .btn.btn-primary.btn-sm {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
}
.baige-confirm-actions .btn.btn-primary.btn-sm:hover {
  border-color: #0789a2;
  background:
    linear-gradient(
      135deg,
      var(--primary),
      var(--accent));
  color: #fff;
}
.site-header .gasgoo_sun-matrix-dropdown-wrapper {
  position: relative;
  padding: 10px 0;
  flex: 0 0 auto;
}
.site-header .gasgoo_sun-island-trigger-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(148, 163, 184, .38);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(15, 23, 42, .04);
  color: #334155;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  transition:
    color .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
  user-select: none;
}
.site-header .gasgoo_sun-island-trigger-btn:hover {
  border-color: #0b57d0;
  background: #f8fafc;
  color: #0b57d0;
}
.site-header .gasgoo_sun-island-trigger-btn svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.site-header .gasgoo_sun-floating-island-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 999;
  width: 310px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, .12), 0 0 0 1px rgba(0, 0, 0, .01);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(.85) scaleY(.8);
  transform-origin: top right;
  transition:
    opacity .35s cubic-bezier(.34, 1.56, .64, 1),
    transform .35s cubic-bezier(.34, 1.56, .64, 1),
    visibility .35s cubic-bezier(.34, 1.56, .64, 1);
  backdrop-filter: blur(16px);
}
.site-header .gasgoo_sun-matrix-dropdown-wrapper:hover .gasgoo_sun-floating-island-panel,
.site-header .gasgoo_sun-matrix-dropdown-wrapper:focus-within .gasgoo_sun-floating-island-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1) scaleY(1);
}
.site-header .gasgoo_sun-island-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  transition:
    background .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}
.site-header .gasgoo_sun-island-item:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
  text-decoration: none;
  transform: scale(1.02);
}
.site-header .gasgoo_sun-island-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #e0e7ff,
      #eff6ff);
  color: var(--primary);
  font-size: 18px;
  transition: color .2s ease, background .2s ease;
}
.site-header .gasgoo_sun-island-item:hover .gasgoo_sun-island-avatar {
  background: #0b57d0;
  color: #fff;
}
.site-header .gasgoo_sun-island-text {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}
.site-header .gasgoo_sun-island-text h5 {
  margin: 0;
  color: #1e293b;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
}
.site-header .gasgoo_sun-island-text p {
  margin: 0;
  overflow: hidden;
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-overlay {
  background: rgba(15, 23, 42, .58);
}
.modal-card {
  width: min(90vw, 480px);
  padding: 40px;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
}
.close-btn {
  top: 20px;
  right: 20px;
  left: auto;
}
@media (max-width: 1100px) {
  .home-page .main-layout,
  .article-toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home-page .main-layout > .sidebar,
  .home-page .sidebar-promo,
  .home-page .sidebar .flash-news,
  .home-page .sidebar-flow-card,
  .home-page .promo-card,
  .home-page .scenario-side-updates,
  .article-toolbar .search-style-capsule {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .feature-carousel .article-banner .carousel-overlay {
    padding: 24px 20px;
  }
  .feature-carousel .article-banner .banner-tag {
    top: 18px;
    left: 22px;
    font-size: 12px;
  }
  .feature-carousel .article-banner .banner-tag::before {
    height: 16px;
  }
  .feature-carousel .article-banner .banner-category {
    height: 24px;
    padding: 0 9px;
    margin-bottom: 9px;
    font-size: 12px;
  }
  .feature-carousel .article-banner .banner-title {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.35;
  }
  .feature-carousel .article-banner .banner-link {
    font-size: 13px;
  }
  .site-header .gasgoo_sun-floating-island-panel {
    left: 0;
    right: auto;
    width: min(310px, 100%);
  }
}
@media (max-width: 640px) {
  .hero-modern .slot-item.newest-list,
  .hero-modern .slot-item.latest-scenarios,
  .home-page .promo-card {
    width: 100%;
    max-width: 100%;
  }
}
.home-page .promo-badge,
.home-page .promo-overlay .badge {
  top: 15px !important;
  left: 15px !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.home-page .promo-overlay h3 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}
.home-page .promo-overlay p {
  margin: 0 0 12px !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
.home-page .promo-link {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.hero-modern .slot-header .slot-tag,
.hero-modern .newest-list .slot-header .slot-tag,
.hero-modern .latest-scenarios .slot-header .slot-tag,
.hero-modern .ad-dark .slot-header .slot-tag {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}
.hero-modern .latest-scenarios .scenario-headline-title {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.btn-primary,
.modal-form .btn-primary,
.case-form-submit {
  border-color: transparent !important;
  background:
    linear-gradient(
      135deg,
      #0b5e95 0%,
      #00a7b8 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(14, 101, 156, .18) !important;
}
.btn-primary:hover,
.modal-form .btn-primary:hover,
.case-form-submit:hover {
  border-color: transparent !important;
  background:
    linear-gradient(
      135deg,
      #084e80 0%,
      #0b5e95 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}
.modal-form .btn-primary {
  width: 100% !important;
  min-height: 46px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
.modal-form .btn-primary:hover {
  box-shadow: 0 14px 26px rgba(14, 101, 156, .22) !important;
}
@media (max-width: 1180px) {
}
@media (max-width: 900px) {
}
.company-detail-page .company-hero-card {
  border: 1px solid #d8e5f4 !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .07) !important;
}
.company-detail-page .company-hero-layout {
  display: flex !important;
  align-items: flex-start !important;
  gap: 22px !important;
}
.company-detail-page .company-hero-main {
  flex: 1 1 auto !important;
  min-width: 240px !important;
}
.company-detail-page .company-hero-actions {
  display: flex !important;
  align-items: flex-start !important;
  margin-left: auto !important;
}
.official-site-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 132px !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background:
    linear-gradient(
      135deg,
      #0b5e95 0%,
      #0d74b8 100%) !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(13, 94, 149, .24) !important;
}
.official-site-btn:hover {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 30px rgba(13, 94, 149, .30) !important;
}
.mixed-feed-card .pagination .btn {
  position: static !important;
  inset: auto !important;
}
.company-detail-page .grid-2 {
  align-items: start !important;
}
.company-detail-sidebar {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  min-width: 0 !important;
}
.company-detail-sidebar > .card,
.company-detail-page .company-detail-main > .card {
  border: 1px solid #d8e5f4 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .06) !important;
}
.company-detail-sidebar ul {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
}
.company-detail-sidebar li {
  padding: 10px 0 !important;
  border-bottom: 1px solid #e5edf6 !important;
}
.company-detail-sidebar li:last-child {
  border-bottom: 0 !important;
}
.company-detail-sidebar li a {
  color: #0b5e95 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.company-related-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 16px !important;
}
.company-related-grid-side {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}
.company-related-card {
  display: block !important;
  min-height: 126px !important;
  padding: 16px !important;
  border: 1px solid #d8e5f4 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: inherit !important;
  text-decoration: none !important;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease !important;
}
.company-related-card:hover {
  border-color: #8ec3f4 !important;
  color: inherit !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .08) !important;
}
.company-related-grid-side .company-related-card {
  min-height: 0 !important;
  padding: 14px !important;
}
.related-card-tag {
  display: inline-flex !important;
  margin-bottom: 10px !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  background: #eef6ff !important;
  color: #0b5e95 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.company-related-card h3 {
  margin: 0 0 8px !important;
  color: #0f172a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}
.company-related-grid-side .company-related-card h3 {
  font-size: 14px !important;
}
.company-related-card p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}
@media (max-width: 900px) {
  .site-header {
    height: auto !important;
    min-height: 0 !important;
  }
  .site-header .header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    padding: 12px 16px !important;
    gap: 10px !important;
  }
  .site-header .logo,
  .site-header .header-actions,
  .site-header .gasgoo_sun-matrix-dropdown-wrapper,
  .site-header .lang-selector-container,
  .site-header .header-actions > .btn.btn-outline.btn-sm,
  .site-header .main-nav {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .site-header .logo {
    order: 1 !important;
    width: 116px !important;
    height: 38px !important;
    margin: 0 !important;
  }
  .site-header .header-actions {
    order: 2 !important;
    width: 100% !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 8px !important;
    flex: none !important;
    white-space: normal !important;
  }
  .site-header .gasgoo_sun-matrix-dropdown-wrapper {
    order: 3 !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .site-header .gasgoo_sun-island-trigger-btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    justify-content: center !important;
    border-radius: 12px !important;
  }
  .site-header .lang-selector-container {
    justify-self: end !important;
  }
  .site-header .lang-trigger.static-lang {
    width: 62px !important;
    height: 38px !important;
  }
  .site-header .header-actions > .btn.btn-outline.btn-sm {
    justify-self: end !important;
    width: auto !important;
    min-width: 72px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
  }
  .site-header .main-nav {
    order: 3 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    padding: 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
  }
  .site-header .main-nav::-webkit-scrollbar {
    display: none !important;
  }
  .site-header .main-nav a {
    flex: 0 0 auto !important;
    min-width: 64px !important;
    height: 34px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
  }
  .company-detail-page .grid-2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}
@media (max-width: 640px) {
  .site-header .header-inner {
    padding: 10px 12px 12px !important;
    gap: 8px !important;
  }
  .site-header .logo {
    width: 108px !important;
    height: 36px !important;
  }
  .site-header .main-nav {
    min-height: 40px !important;
    gap: 4px !important;
  }
  .site-header .main-nav a {
    min-width: 56px !important;
    height: 32px !important;
    padding: 0 9px !important;
    font-size: 13px !important;
  }
  .article-toolbar {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .article-toolbar .search-style-capsule {
    width: 100% !important;
    justify-self: stretch !important;
  }
  .mixed-feed-card {
    padding: 14px 16px !important;
  }
  .mixed-feed-item {
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .mixed-feed-item:hover {
    background: transparent !important;
  }
  .mixed-feed-item .article-thumb {
    display: block !important;
    width: 108px !important;
    height: 72px !important;
    border-radius: 8px !important;
  }
  .mixed-feed-item .article-excerpt {
    display: none !important;
  }
  .mixed-feed-item .card-meta {
    display: block !important;
    margin: 4px 0 0 !important;
    color: #60738d !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
  .mixed-feed-item .video-play-symbol {
    width: 32px !important;
    height: 32px !important;
  }
  .mixed-feed-item .article-content {
    min-width: 0 !important;
  }
  .mixed-feed-item .article-content h3 {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
  }
  .mixed-feed-item .article-content h3 a,
  .mixed-feed-item .article-video-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 760 !important;
    line-height: 1.48 !important;
  }
  .mixed-feed-card .pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 10px !important;
    padding-top: 14px !important;
    border-top: 1px solid #e6eef7 !important;
  }
  .mixed-feed-card .pagination .btn,
  .mixed-feed-card .pagination span {
    position: static !important;
  }
  .mixed-feed-card .pagination .btn {
    display: inline-flex !important;
    min-width: 68px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
  }
  .case-search-panel {
    margin: 14px 0 18px !important;
    padding: 14px !important;
    border-radius: 10px !important;
  }
  .case-search-label {
    font-size: 15px !important;
  }
  .case-search-control {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 64px !important;
    gap: 0 !important;
    align-items: stretch !important;
    border: 1px solid #d7e4f2 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #fff !important;
  }
  .case-search-control input {
    height: 42px !important;
    min-height: 42px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    font-size: 14px !important;
  }
  .case-search-control button {
    width: 64px !important;
    height: 42px !important;
    min-height: 42px !important;
    border: 0 !important;
    border-left: 1px solid #d7e4f2 !important;
    border-radius: 0 !important;
    background: #eef6ff !important;
    color: #0b5e95 !important;
    font-size: 13px !important;
  }
  .company-detail-page .company-hero-layout {
    flex-direction: column !important;
  }
  .company-detail-page .company-hero-actions {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .company-detail-page .official-site-btn {
    width: 100% !important;
  }
  .company-related-grid {
    grid-template-columns: 1fr !important;
  }
}
.article-category-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
}
.article-category-panel .article-category-nav {
  max-height: 42px !important;
  overflow: hidden !important;
}
.article-category-panel.is-expanded .article-category-nav {
  max-height: none !important;
  overflow: visible !important;
}
.article-tags-toggle {
  height: 38px !important;
  min-width: 58px !important;
  padding: 0 14px !important;
  border: 1px solid #cfe0f0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0b5e95 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
}
.mixed-feed-item .article-excerpt {
  display: none !important;
}
.btn:hover,
.btn-primary:hover,
.btn-outline:hover,
.btn-detail:hover,
.case-form-submit:hover,
.article-tags-toggle:hover,
.modal-form .btn-primary:hover,
.promo-card:hover,
.gasbot-fab:hover,
.main-nav a:hover,
.mini-co:hover,
.product-example:hover,
button:hover:not(.carousel-arrow) {
  transform: none !important;
}
.carousel-arrow,
.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translateY(-50%) !important;
}
.carousel-arrow::before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  display: block !important;
  border-top: 2px solid currentColor !important;
  border-right: 2px solid currentColor !important;
  transform: rotate(45deg) !important;
  margin-left: -3px !important;
}
.carousel-arrow-prev::before {
  transform: rotate(-135deg) !important;
  margin-left: 3px !important;
}
.carousel-arrow-next::before {
  transform: rotate(45deg) !important;
  margin-left: -3px !important;
}
@media (max-width: 1180px) {
}
@media (max-width: 900px) {
}
@media (max-width: 640px) {
  .article-category-panel {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
  .article-category-panel .article-category-nav {
    max-height: 40px !important;
  }
  .article-tags-toggle {
    height: 36px !important;
    min-width: 54px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }
}
.gasbot-widget {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}
.gasbot-widget > * {
  pointer-events: auto;
}
.gasbot-shell {
  width: 380px;
  height: 560px;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
}
.gasbot-shell-head {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid #e5edf5;
  color: #1f2937;
  font-size: 16px;
  font-weight: 800;
}
.gasbot-close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.gasbot-close:hover {
  background: #eef6ff;
  color: #0b5e95;
}
.gasbot-command-frame {
  display: block;
  width: 100%;
  height: calc(100% - 58px);
  border: 0;
  background: #fff;
}
.gasbot-fab {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe7f5;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .18);
  cursor: pointer;
}
.gasbot-fab:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .22);
}
.gasbot-face {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      #eaf4ff,
      #fff);
  font-size: 21px;
  line-height: 1;
}
@media (max-width: 640px) {
  .gasbot-widget {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
  .gasbot-shell {
    width: 100%;
    height: min(620px, calc(100vh - 96px));
  }
}
.latest-row-main strong,
.latest-news-row strong,
.latest-news-row.article .latest-row-main strong,
.latest-news-row.video .latest-row-main strong,
.article-content h3 a,
.article-video-title {
  color: #050816 !important;
}
.company-detail-page .company-detail-logo {
  flex: 0 0 96px !important;
  width: 96px !important;
  height: 96px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border: 1px solid #dfe8f5 !important;
  border-radius: 8px !important;
  background: #f8fbff !important;
  color: #0b5e95 !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.company-detail-page .company-detail-logo.logo-len-1 {
  font-size: 34px !important;
}
.company-detail-page .company-detail-logo.logo-len-2 {
  font-size: 30px !important;
  letter-spacing: .02em !important;
}
.company-detail-page .company-detail-logo.logo-len-3 {
  font-size: 28px !important;
  letter-spacing: 0 !important;
}
.company-detail-page .company-detail-logo.logo-len-4 {
  font-size: 22px !important;
  letter-spacing: 0 !important;
}
.company-detail-page .card-body {
  padding-top: 20px !important;
}
.company-detail-page .card-title {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}
.company-detail-page .company-related-card h3 {
  margin-top: 0 !important;
}
.carousel-dots {
  display: flex !important;
  align-items: center !important;
}
.carousel-dots .m-dot,
.carousel-dots button.m-dot {
  border: 0 !important;
  padding: 0 !important;
}
.mixed-feed-card {
  align-self: start !important;
  min-height: 0 !important;
}
.mixed-feed-card .pagination {
  margin-top: 20px !important;
}
@media (max-width: 900px) {
  .site-header {
    height: 231px !important;
    min-height: 231px !important;
  }
  .site-header .header-inner {
    position: relative !important;
    display: block !important;
    height: 230px !important;
    min-height: 230px !important;
    max-width: none !important;
    padding: 0 16px !important;
    gap: 0 !important;
  }
  .site-header .logo {
    position: absolute !important;
    left: 27px !important;
    top: 18px !important;
    width: 128px !important;
    height: 43px !important;
    margin: 0 !important;
  }
  .site-header .header-actions {
    position: absolute !important;
    left: 16px !important;
    top: 74px !important;
    width: calc(100% - 32px) !important;
    height: 88px !important;
    display: block !important;
    white-space: nowrap !important;
  }
  .site-header .lang-selector-container {
    position: absolute !important;
    top: 0 !important;
    right: 92px !important;
    justify-self: auto !important;
  }
  .site-header .lang-trigger.static-lang {
    width: 62px !important;
    height: 38px !important;
  }
  .site-header .header-actions > .btn.btn-outline.btn-sm {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: auto !important;
    min-width: 78px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 16px !important;
    margin-left: 0 !important;
  }
  .site-header .gasgoo_sun-matrix-dropdown-wrapper {
    position: absolute !important;
    left: 0 !important;
    top: 48px !important;
    width: 100% !important;
    padding: 0 !important;
    grid-column: auto !important;
  }
  .site-header .gasgoo_sun-island-trigger-btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 8px 14px !important;
    border-radius: 12px !important;
    color: #334155 !important;
    background: #f8fafc !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    justify-content: center !important;
  }
  .site-header .main-nav {
    position: absolute !important;
    left: 16px !important;
    top: 172px !important;
    width: calc(100% - 32px) !important;
    height: 46px !important;
    min-height: 46px !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 4px !important;
    overflow: auto hidden !important;
    scrollbar-width: none !important;
  }
  .site-header .main-nav::-webkit-scrollbar {
    display: none !important;
  }
  .site-header .main-nav a {
    flex: 0 0 auto !important;
    min-width: 70px !important;
    height: 36px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
  }
  main.container.home-page .hero-modern.container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 900px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1500 !important;
    height: auto !important;
    min-height: 0 !important;
    background: rgba(255, 255, 255, .96) !important;
  }
  .site-header .header-inner {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 16px !important;
  }
  .site-header .logo {
    order: 1 !important;
    flex: 1 1 auto !important;
    width: 132px !important;
    max-width: 160px !important;
    height: 42px !important;
    background-size: contain !important;
    background-position: left center !important;
  }
  .site-header .header-actions {
    order: 2 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }
  .site-header .main-nav {
    order: 3 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: none !important;
    height: 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 0 !important;
    overflow: visible !important;
    padding: 4px 0 2px !important;
    white-space: nowrap !important;
  }
  .site-header .main-nav a {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 0 !important;
    justify-content: center !important;
    text-align: center !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .site-header .main-nav a.active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
@media (max-width: 640px) {
  .site-header .header-inner {
    display: grid !important;
    grid-template-columns: 1fr auto auto !important;
    grid-template-areas: "logo lang login" "matrix matrix matrix" "nav nav nav" !important;
    gap: 8px !important;
    padding: 10px 16px 12px !important;
  }
  .site-header .logo {
    grid-area: logo !important;
    justify-self: start !important;
    width: 132px !important;
    height: 38px !important;
  }
  .site-header .header-actions {
    display: contents !important;
  }
  .site-header .gasgoo_sun-matrix-dropdown-wrapper {
    grid-area: matrix !important;
    width: 100% !important;
    position: relative !important;
    order: initial !important;
  }
  .site-header .gasgoo_sun-island-trigger-btn {
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    justify-content: center !important;
    padding: 0 12px !important;
  }
  .site-header .gasgoo_sun-island-trigger-btn span {
    display: none !important;
  }
  .site-header .lang-selector-container {
    grid-area: lang !important;
    justify-self: end !important;
  }
  .site-header .lang-trigger.static-lang {
    width: 60px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
  }
  .site-header .header-actions > a.btn,
  .site-header .header-actions > span.btn {
    grid-area: login !important;
    justify-self: end !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 16px !important;
  }
  .site-header .main-nav {
    grid-area: nav !important;
    height: 40px !important;
    margin: 0 !important;
  }
  main.container,
  .container {
    padding-top: 16px !important;
  }
}
.modal-error {
  margin: 6px 0 12px;
  color: #d93025;
  font-size: 14px;
  line-height: 1.5;
}
.modal-form .btn[disabled] {
  cursor: not-allowed;
  opacity: .72;
}
@media (max-width: 900px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1500 !important;
    height: auto !important;
    min-height: 0 !important;
    background: rgba(255, 255, 255, .97) !important;
    border-bottom: 1px solid #d9e5f2 !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05) !important;
  }
  .site-header .header-inner {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: minmax(128px, 1fr) auto auto !important;
    grid-template-areas: "logo lang login" "matrix matrix matrix" "nav nav nav" !important;
    align-items: center !important;
    gap: 8px 10px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    padding: 10px 16px 12px !important;
    box-sizing: border-box !important;
  }
  .site-header .logo,
  .site-header .header-actions,
  .site-header .gasgoo_sun-matrix-dropdown-wrapper,
  .site-header .lang-selector-container,
  .site-header .header-actions > a.btn,
  .site-header .header-actions > span.btn,
  .site-header .main-nav {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  .site-header .logo {
    grid-area: logo !important;
    justify-self: start !important;
    align-self: center !important;
    width: 132px !important;
    max-width: 42vw !important;
    height: 38px !important;
    margin: 0 !important;
    background-size: contain !important;
    background-position: left center !important;
  }
  .site-header .header-actions {
    display: contents !important;
    width: auto !important;
    height: auto !important;
  }
  .site-header .lang-selector-container {
    grid-area: lang !important;
    justify-self: end !important;
    align-self: center !important;
  }
  .site-header .lang-trigger.static-lang {
    width: 60px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border-radius: 999px !important;
  }
  .site-header .header-actions > a.btn,
  .site-header .header-actions > span.btn {
    grid-area: login !important;
    justify-self: end !important;
    align-self: center !important;
    min-width: 72px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }
  .site-header .gasgoo_sun-matrix-dropdown-wrapper {
    grid-area: matrix !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    align-self: stretch !important;
  }
  .site-header .gasgoo_sun-island-trigger-btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 14px !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 12px !important;
    color: #334155 !important;
    background: #f8fafc !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }
  .site-header .gasgoo_sun-island-trigger-btn span {
    display: inline !important;
  }
  .site-header .main-nav {
    grid-area: nav !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }
  .site-header .main-nav a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 36px !important;
    border-radius: 999px !important;
  }
  .site-header .main-nav a.active {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .app-main {
    padding-top: 0 !important;
  }
  main.container,
  .container {
    padding-top: 16px !important;
  }
}
@media (max-width: 420px) {
  .site-header .header-inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
    grid-template-columns: minmax(112px, 1fr) auto auto !important;
    gap: 8px !important;
  }
  .site-header .logo {
    width: 124px !important;
    max-width: 38vw !important;
  }
  .site-header .lang-trigger.static-lang {
    width: 56px !important;
  }
  .site-header .header-actions > a.btn,
  .site-header .header-actions > span.btn {
    min-width: 66px !important;
    padding: 0 12px !important;
  }
  .site-header .main-nav a {
    font-size: 13px !important;
    padding: 0 4px !important;
  }
}
.card .card-title,
.card-title,
.sidebar-widget h3,
.sidebar-widget h4,
.article-sidebar .card-title,
.article-sidebar h3.card-title,
.article-sidebar h4.card-title,
.company-related-card h3,
.company-detail-page .card-title {
  margin-top: 0 !important;
}
.card .card-title,
.card-title,
.article-sidebar .card-title,
.article-sidebar h3.card-title,
.article-sidebar h4.card-title,
.company-detail-page .card-title {
  margin-bottom: 14px !important;
}
.sidebar-widget h3,
.sidebar-widget h4,
.company-related-card h3 {
  margin-bottom: 12px !important;
}
.card-body > .card-title:first-child,
.card > .card-title:first-child,
.sidebar-widget > .card-title:first-child,
.article-sidebar .card > .card-title:first-child,
.company-related-card > h3:first-child {
  margin-top: 0 !important;
}
#caseGrid .case-card:not(.is-collapsible) .case-card-content {
  max-height: none !important;
  overflow: visible !important;
}
#caseGrid .case-card:not(.is-collapsible) .case-card-content::after {
  content: none !important;
  display: none !important;
}
#caseGrid .case-card:not(.is-collapsible) .scenario-tech,
#caseGrid .case-card:not(.is-collapsible) .case-note {
  height: auto !important;
  overflow: visible !important;
}
#caseGrid .case-card.is-collapsible:not(.is-expanded) .case-card-content {
  max-height: 132px !important;
  overflow: hidden !important;
}
#caseGrid .case-card.is-collapsible:not(.is-expanded) .case-card-content::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 42px !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0),
      var(--card) 78%) !important;
}
#caseGrid .case-card.is-expanded .case-card-content,
#caseGrid .case-card.is-expanded .scenario-tech,
#caseGrid .case-card.is-expanded .case-note {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}
#caseGrid .case-card.is-expanded .case-card-content::after {
  content: none !important;
  display: none !important;
}
.seo-page-hero {
  margin: 24px 0 24px;
  padding: 34px 38px;
  border: 1px solid #d8e8f7;
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f0f8ff 58%,
      #e9fbff 100%);
  box-shadow: 0 18px 55px rgba(15, 54, 92, .08);
}
.seo-page-hero h1 {
  margin: 10px 0 12px;
  color: #061a33;
  font-size: 34px;
  line-height: 1.22;
}
.seo-page-hero p {
  max-width: 900px;
  margin: 0;
  color: #4b5f78;
  font-size: 16px;
  line-height: 1.75;
}
.seo-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}
.seo-entry-card {
  padding: 24px;
  border: 1px solid #dce8f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 54, 92, .07);
}
.seo-entry-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}
.seo-entry-head h2 {
  margin: 0 0 8px;
  color: #061a33;
  font-size: 22px;
}
.seo-entry-head p {
  margin: 0;
  color: #5a6f88;
  line-height: 1.65;
}
.seo-entry-list,
.seo-inline-links,
.seo-compact-grid {
  display: grid;
  gap: 10px;
}
.seo-entry-list a,
.seo-inline-links a,
.seo-compact-card {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: #0f2a4d;
  text-decoration: none;
  border: 1px solid #e4edf7;
  border-radius: 8px;
  background: #f8fbff;
}
.seo-entry-list a span,
.seo-compact-card span {
  color: #668096;
  font-size: 13px;
  text-align: right;
}
.seo-source-card {
  margin: 24px 0 36px;
}
.seo-source-card p {
  color: #52647a;
  line-height: 1.7;
}
.seo-search-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
}
.seo-search-row input {
  flex: 1;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #b9d6f2;
  border-radius: 8px;
  background: #fff;
  color: #10233f;
  font: inherit;
  outline: none;
}
.seo-search-row input:focus {
  border-color: #0d69a8;
  box-shadow: 0 0 0 3px rgba(13, 105, 168, .1);
}
.seo-search-row span {
  color: #536b87;
  font-weight: 700;
  white-space: nowrap;
}
.seo-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.seo-chip-row button {
  padding: 8px 14px;
  border: 1px solid #cde2f7;
  border-radius: 999px;
  color: #08619b;
  background: #eef8ff;
  font-weight: 800;
  cursor: pointer;
}
.product-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.product-list-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dce8f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 54, 92, .07);
}
.product-list-thumb {
  min-height: 180px;
  background-color: #edf5fc;
  background-position: center;
  background-size: cover;
}
.product-list-body {
  padding: 18px;
}
.product-list-body h2 {
  margin: 8px 0 8px;
  font-size: 21px;
  line-height: 1.25;
}
.product-list-body h2 a {
  color: #061a33;
  text-decoration: none;
}
.product-list-body p {
  color: #4d6078;
  line-height: 1.65;
}
.product-list-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.product-list-tags span {
  padding: 5px 9px;
  border-radius: 999px;
  color: #08619b;
  background: #eef8ff;
  font-size: 12px;
  font-weight: 800;
}
.supply-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}
.supply-stat-list {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}
.supply-stat {
  position: relative;
  display: grid;
  gap: 8px;
  padding-bottom: 12px;
  color: #0f2a4d;
  text-decoration: none;
  border-bottom: 1px solid #e7eff8;
}
.supply-stat span {
  color: #5d7188;
  font-size: 13px;
}
.supply-stat i {
  display: block;
  height: 6px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #0d69a8,
      #00a3b8);
}
.supply-tree-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.supply-tree-card {
  padding: 16px;
  border: 1px solid #e2edf8;
  border-radius: 9px;
  background: #f8fbff;
}
.supply-tree-card h3 {
  margin: 0 0 10px;
  color: #061a33;
  font-size: 18px;
}
.supply-tree-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.supply-tree-card a {
  color: #08619b;
  text-decoration: none;
  font-weight: 800;
}
.supply-section {
  margin-top: 18px;
}
.seo-compact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
}
.seo-compact-card {
  flex-direction: column;
  min-height: 92px;
}
.seo-compact-card strong {
  color: #061a33;
}
@media (max-width: 900px) {
  .seo-entry-grid,
  .product-list-grid,
  .supply-layout,
  .supply-tree-grid,
  .seo-compact-grid {
    grid-template-columns: 1fr;
  }
  .product-list-card {
    grid-template-columns: 1fr;
  }
}
.detail-hero-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.detail-hero-media {
  min-height: 210px;
  border: 1px solid #dce8f5;
  border-radius: 10px;
  background-color: #edf5fc;
  background-position: center;
  background-size: cover;
}
.detail-hero-main .page-title {
  margin: 8px 0 10px;
}
.detail-hero-main .page-desc {
  max-width: 760px;
  margin-bottom: 14px;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}
.detail-main,
.detail-side {
  display: grid;
  gap: 18px;
}
.detail-section {
  margin-top: 0;
}
.detail-section p {
  color: #4d6078;
  line-height: 1.75;
}
.detail-date-badge {
  display: grid;
  place-items: center;
  width: 86px;
  min-height: 86px;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #0d69a8,
      #00a3b8);
  box-shadow: 0 14px 32px rgba(13, 105, 168, .22);
}
.detail-date-badge span {
  font-size: 14px;
  font-weight: 800;
}
.detail-date-badge strong {
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 900px) {
  .detail-hero-card,
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .detail-date-badge {
    width: 74px;
    min-height: 74px;
  }
}
@media (max-width: 900px) {
}
.not-found-page {
  padding-bottom: 72px;
}
.not-found-panel {
  min-height: 520px;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 72px 24px;
  border: 1px solid #d8e5f4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
  text-align: center;
}
.not-found-code {
  color: #0b5e95;
  font-size: clamp(88px, 12vw, 156px);
  font-weight: 900;
  line-height: .82;
  opacity: .12;
}
.not-found-kicker {
  margin-top: 24px;
  color: #0b6da8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.not-found-panel h1 {
  margin: 12px 0 10px;
  color: #10233f;
  font-size: 30px;
  line-height: 1.3;
}
.not-found-panel > p {
  max-width: 560px;
  margin: 0;
  color: #60738d;
  font-size: 15px;
  line-height: 1.8;
}
.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.not-found-text-link {
  padding: 10px 4px;
  color: #0b6da8;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.not-found-text-link:hover {
  color: #084d79;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .not-found-panel {
    min-height: 420px;
    padding: 52px 18px;
  }
  .not-found-panel h1 {
    font-size: 24px;
  }
  .not-found-actions {
    flex-direction: column;
    width: 100%;
  }
  .not-found-actions .btn {
    width: min(260px, 100%);
  }
}
.company-detail-page .company-detail-main,
.company-detail-page #overview {
  min-width: 0;
  max-width: 100%;
}
.company-detail-page #overview {
  overflow: hidden;
}
.company-detail-page #overview .data-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
.company-detail-page #overview .company-info-label {
  width: 152px;
  vertical-align: middle;
  white-space: nowrap;
}
.company-detail-page #overview .company-info-value-cell {
  min-width: 0;
}
.company-detail-page #overview .company-info-value {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #b8c8d9 transparent;
}
.company-detail-page #overview .company-info-value::-webkit-scrollbar {
  height: 6px;
}
.company-detail-page #overview .company-info-value::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b8c8d9;
}
@media (max-width: 640px) {
  .company-detail-page #overview .company-info-label {
    width: 118px;
    padding: 12px 8px;
    font-size: 12px;
  }
  .company-detail-page #overview .company-info-value-cell {
    padding: 12px 8px;
  }
}
.latest-feature-content h3 a {
  color: inherit;
  text-decoration: none;
}
.latest-feature-content h3 a:hover {
  color: #fff;
  text-decoration: none;
}
#caseGrid .scenario-label {
  margin-bottom: 8px;
  color: #0b5e95;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}
#caseGrid .scenario-copy {
  margin: 0;
  color: #536b83;
}
#caseGrid .scenario-tech {
  background: #f5faff;
  border-color: #d4e8f8;
}
.home-scenario-card .card-title {
  margin-bottom: 12px;
}
.home-scenario-content {
  padding-top: 12px;
  border-top: 1px solid #e6eef7;
}
.home-scenario-label {
  display: block;
  margin-bottom: 7px;
  color: #0b5e95;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}
.home-scenario-content p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #536b83;
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.company-detail-page .company-hero-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
  margin: 0 0 8px !important;
}
.company-detail-page .company-english-name {
  color: #10233f;
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
}
.company-detail-page .company-short-name {
  margin: 0 0 8px;
  color: #334e68;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.company-detail-page .company-hero-summary {
  margin: 0;
  color: #31455f;
  font-size: 15px;
  line-height: 1.72;
}
@media (max-width: 640px) {
  .company-detail-page .company-hero-title {
    display: block;
  }
  .company-detail-page .company-english-name {
    display: block;
    margin-top: 5px;
    font-size: 1em;
    font-weight: 400;
  }
}
.auth-shell {
  min-height: 100vh;
  display: flex;
  color: #111827;
  background: #f9fafb;
}
.auth-brand-panel,
.auth-form-panel {
  position: relative;
  width: 50%;
  min-height: 100vh;
}
.auth-brand-panel {
  padding: 48px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #1d4ed8;
  color: #fff;
}
.auth-brand-background,
.auth-brand-background::before,
.auth-brand-background::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.auth-brand-background {
  background:
    linear-gradient(
      135deg,
      rgba(37, 99, 235, .96),
      rgba(29, 78, 216, .95) 50%,
      rgba(30, 58, 138, .98)),
    url(https://gasgoo.com.cn/images/login-bg.jpg) center / cover no-repeat;
}
.auth-brand-background::before {
  opacity: .12;
  background-image: radial-gradient(#fff 1.6px, transparent 1.6px);
  background-size: 30px 30px;
}
.auth-brand-background::after {
  inset: -20%;
  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(96, 165, 250, .42),
      transparent 25%),
    radial-gradient(
      circle at 12% 88%,
      rgba(34, 211, 238, .3),
      transparent 28%);
  filter: blur(24px);
}
.auth-brand-logo,
.auth-brand-copy,
.auth-brand-tagline {
  position: relative;
  z-index: 1;
}
.auth-brand-logo {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  max-width: 240px;
  min-height: 42px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}
.auth-brand-logo img {
  display: block;
  width: auto;
  max-width: 220px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}
.auth-brand-copy {
  width: min(100%, 520px);
  margin: auto 0;
  padding: 80px 0 48px;
}
.auth-brand-copy h1 {
  margin: 0 0 22px;
  color: #fff;
  font-family:
    Georgia,
    "Noto Serif SC",
    serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.18;
  letter-spacing: -.02em;
}
.auth-brand-copy i {
  display: block;
  width: 80px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #60a5fa;
}
.auth-brand-copy p {
  margin: 0;
  color: #dbeafe;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}
.auth-brand-tagline {
  margin: 0;
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .18em;
}
.auth-form-panel {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.auth-form-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}
.auth-footer {
  padding: 20px;
  color: #9ca3af;
  font-size: 12px;
  text-align: center;
}
.auth-card {
  position: relative;
  width: min(100%, 448px);
  padding: 32px;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
}
.auth-register-card {
  width: min(100%, 512px);
  min-height: 540px;
}
.auth-card > h2 {
  margin: 0 0 24px;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}
.auth-corner-link {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: -42px;
  width: 140px;
  padding: 5px 0;
  transform: rotate(45deg);
  background: #2563eb;
  box-shadow: 0 3px 8px rgba(15, 23, 42, .22);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.auth-corner-link:hover {
  background: #1d4ed8;
  color: #fff;
}
.auth-alert,
.auth-success-alert {
  margin: 0 0 20px;
  padding: 11px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}
.auth-alert {
  border-left: 4px solid #ef4444;
  background: #fef2f2;
  color: #b91c1c;
}
.auth-success-alert {
  border-left: 4px solid #16a34a;
  background: #f0fdf4;
  color: #166534;
}
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.auth-floating-field {
  position: relative;
}
.auth-floating-field input,
.auth-field input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  outline: none;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 16px;
  transition: border-color .18s, box-shadow .18s;
}
.auth-floating-field input {
  padding: 12px 42px 12px 16px;
}
.auth-floating-field input::placeholder {
  color: transparent;
}
.auth-floating-field input:focus,
.auth-field input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}
.auth-floating-field label {
  position: absolute;
  top: -9px;
  left: 12px;
  padding: 0 5px;
  background: #fff;
  color: #2563eb;
  font-size: 13px;
  line-height: 18px;
  pointer-events: none;
  transition:
    top .18s,
    color .18s,
    font-size .18s;
}
.auth-floating-field input:placeholder-shown:not(:focus) + label {
  top: 15px;
  color: #9ca3af;
  font-size: 16px;
}
.auth-floating-field input:focus + label,
.auth-floating-field input:not(:placeholder-shown) + label,
.auth-floating-field input:-webkit-autofill + label {
  top: -9px;
  color: #2563eb;
  font-size: 13px;
}
.auth-floating-field input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #111827;
}
.auth-floating-field input[aria-invalid=true],
.auth-field input[aria-invalid=true] {
  border-color: #ef4444;
}
.auth-floating-field input[aria-invalid=true] + label {
  color: #dc2626;
}
.auth-password-toggle {
  position: absolute;
  top: 0;
  right: 6px;
  display: grid;
  width: 40px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}
.auth-password-toggle:hover {
  color: #2563eb;
}
.auth-password-toggle:focus-visible {
  outline: 2px solid rgba(37, 99, 235, .45);
  outline-offset: -4px;
}
.auth-password-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.auth-agreement-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}
.auth-agreement-check input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  accent-color: #2563eb;
}
.auth-agreement-check a,
.auth-text-link,
.legal-content a {
  color: #2563eb;
  text-decoration: none;
}
.auth-agreement-check a:hover,
.auth-text-link:hover,
.legal-content a:hover {
  text-decoration: underline;
}
.auth-primary-button {
  width: 100%;
  min-height: 48px;
  padding: 11px 20px;
  border: 0;
  border-radius: 6px;
  background: #2563eb;
  box-shadow: 0 5px 12px rgba(37, 99, 235, .22);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition:
    background .18s,
    opacity .18s,
    transform .18s;
}
.auth-primary-button:hover:not(:disabled) {
  background: #1d4ed8;
  transform: translateY(-1px);
}
.auth-primary-button:disabled {
  cursor: not-allowed;
  opacity: .65;
}
.auth-primary-button:focus-visible,
.auth-code-row > button:focus-visible,
.auth-corner-link:focus-visible,
.auth-text-link:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .3);
  outline-offset: 2px;
}
.auth-text-link {
  align-self: center;
  color: #6b7280;
  font-size: 14px;
}
.auth-stepper {
  display: flex;
  margin: 8px 0 28px;
  padding: 0;
  list-style: none;
}
.auth-stepper li {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #9ca3af;
  font-size: 12px;
  text-align: center;
}
.auth-stepper li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: #e5e7eb;
}
.auth-stepper li.active:not(:last-child)::after {
  background: #2563eb;
}
.auth-stepper span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #e5e7eb;
  color: #6b7280;
  font-weight: 800;
}
.auth-stepper li.active {
  color: #2563eb;
}
.auth-stepper li.active span {
  background: #2563eb;
  color: #fff;
}
.auth-stepper b {
  font-weight: 700;
  white-space: nowrap;
}
.auth-register-step {
  gap: 15px;
}
.auth-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}
.auth-field input {
  height: 42px;
  padding: 9px 13px;
  font-weight: 400;
}
.auth-field small {
  color: #dc2626;
  font-size: 12px;
  font-weight: 400;
}
.auth-field span small {
  color: #9ca3af;
}
.auth-field em {
  color: #ef4444;
  font-style: normal;
}
.auth-field-compact {
  margin-top: -8px;
}
.auth-code-row {
  display: flex;
  min-width: 0;
  gap: 8px;
}
.auth-code-row input,
.auth-code-row .auth-floating-field {
  flex: 1 1 auto;
  min-width: 0;
}
.auth-code-row > button {
  flex: 0 0 128px;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #2563eb;
  border-radius: 6px;
  background: #fff;
  color: #2563eb;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
.auth-code-row > button:hover:not(:disabled) {
  background: #eff6ff;
}
.auth-code-row > button:disabled {
  border-color: #d1d5db;
  color: #9ca3af;
  cursor: not-allowed;
}
.auth-code-row-floating {
  align-items: stretch;
}
.auth-code-row-floating > button {
  min-height: 48px;
}
.auth-profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.auth-company-field {
  z-index: 4;
}
.auth-company-options {
  position: absolute;
  z-index: 10;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
}
.auth-company-options button {
  display: block;
  width: 100%;
  padding: 10px 13px;
  border: 0;
  background: #fff;
  color: #374151;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.auth-company-options button:hover {
  background: #f9fafb;
}
.auth-success-state {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.auth-success-icon {
  display: grid;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  font-size: 40px;
  font-weight: 800;
}
.auth-success-state h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
.auth-success-state p {
  max-width: 360px;
  margin: 0 0 28px;
  color: #6b7280;
  line-height: 1.7;
}
.auth-field-error {
  margin: -13px 0 0;
  color: #dc2626;
  font-size: 12px;
}
.legal-layout {
  display: grid;
  width: min(100% - 32px, 1200px);
  margin: 32px auto 48px;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 32px;
}
.legal-sidebar {
  align-self: start;
  padding: 8px 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}
.legal-sidebar a {
  display: block;
  margin: 4px 0;
  padding: 13px 20px;
  border-left: 4px solid transparent;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.legal-sidebar a:hover {
  color: #0f6fad;
}
.legal-sidebar a.active {
  border-left-color: #0f6fad;
  color: #0f6fad;
}
.legal-content {
  min-width: 0;
  padding: 32px 38px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
  color: #475569;
}
.legal-content > h1 {
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e8f0;
  color: #0f172a;
  font-size: 28px;
}
.legal-content section {
  margin-top: 28px;
}
.legal-content h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 19px;
}
.legal-content p {
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
}
.legal-intro {
  padding: 16px 18px;
  border-radius: 8px;
  background: #f8fafc;
}
.legal-source {
  margin-top: 34px !important;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
  color: #94a3b8;
  font-size: 13px !important;
}
@media (max-width: 960px) {
  .auth-shell {
    flex-direction: column;
  }
  .auth-brand-panel,
  .auth-form-panel {
    width: 100%;
    min-height: auto;
  }
  .auth-brand-panel {
    min-height: 300px;
    padding: 32px;
  }
  .auth-brand-logo img {
    height: 40px;
  }
  .auth-brand-copy {
    margin-top: 66px;
    padding: 12px 0 28px;
  }
  .auth-brand-copy h1 {
    margin-bottom: 14px;
    font-size: 32px;
  }
  .auth-brand-copy i {
    margin-bottom: 14px;
  }
  .auth-brand-copy p {
    font-size: 16px;
  }
  .auth-form-stage {
    padding: 40px 24px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .legal-sidebar {
    display: flex;
    padding: 0;
  }
  .legal-sidebar a {
    flex: 1;
    border-bottom: 3px solid transparent;
    border-left: 0;
    text-align: center;
  }
  .legal-sidebar a.active {
    border-bottom-color: #0f6fad;
  }
}
@media (max-width: 640px) {
  .auth-brand-panel {
    min-height: 260px;
    padding: 24px;
  }
  .auth-brand-logo {
    min-height: 34px;
  }
  .auth-brand-logo img {
    max-width: 180px;
    height: 34px;
  }
  .auth-brand-copy {
    margin-top: 48px;
    padding-bottom: 14px;
  }
  .auth-brand-copy h1 {
    font-size: 27px;
  }
  .auth-brand-copy p {
    font-size: 15px;
  }
  .auth-brand-tagline {
    font-size: 11px;
  }
  .auth-form-stage {
    align-items: flex-start;
    padding: 24px 16px;
  }
  .auth-card {
    padding: 26px 20px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .09);
  }
  .auth-register-card {
    min-height: 0;
  }
  .auth-corner-link {
    top: 18px;
    right: -46px;
  }
  .auth-stepper {
    margin-bottom: 24px;
  }
  .auth-stepper li {
    font-size: 10px;
  }
  .auth-stepper b {
    white-space: normal;
  }
  .auth-code-row > button {
    flex-basis: 96px;
    padding-inline: 7px;
    font-size: 12px;
  }
  .auth-profile-grid {
    grid-template-columns: 1fr;
  }
  .auth-footer {
    padding-top: 8px;
  }
  .legal-layout {
    width: min(100% - 24px, 1200px);
    margin: 18px auto 28px;
  }
  .legal-content {
    padding: 24px 18px;
  }
  .legal-content > h1 {
    font-size: 24px;
  }
  .legal-content h2 {
    font-size: 17px;
  }
  .legal-content p {
    font-size: 14px;
    line-height: 1.85;
  }
  .legal-intro {
    padding: 14px;
  }
}
@media (max-width: 900px) {
  .site-header .header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
  }
  .site-header .logo {
    grid-row: 1 !important;
    grid-column: 1 !important;
    order: 0 !important;
  }
  .site-header .header-actions {
    display: contents !important;
  }
  .site-header .gasgoo_sun-matrix-dropdown-wrapper {
    grid-row: 2 !important;
    grid-column: 1 / -1 !important;
    order: 0 !important;
  }
  .site-header .lang-selector-container {
    grid-row: 1 !important;
    grid-column: 2 !important;
    order: 0 !important;
    justify-self: end !important;
  }
  .site-header .header-actions > .btn.btn-outline.btn-sm,
  .site-header .account-menu {
    grid-row: 1 !important;
    grid-column: 3 !important;
    order: 0 !important;
    justify-self: end !important;
  }
  .site-header .header-actions > .btn.btn-outline.btn-sm {
    position: static !important;
    inset: auto !important;
    transform: none !important;
  }
  .site-header .account-menu {
    position: relative !important;
    inset: auto !important;
    width: 88px !important;
    flex: none !important;
  }
  .site-header .account-menu .account-menu-trigger {
    position: static !important;
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
  }
  .site-header .account-menu-popover {
    top: calc(100% + 8px) !important;
  }
  .site-header .main-nav {
    grid-row: 3 !important;
    grid-column: 1 / -1 !important;
    order: 0 !important;
  }
}
@media (max-width: 360px) {
  .site-header .header-inner {
    grid-template-columns: minmax(0, 1fr) 54px 80px !important;
    gap: 6px !important;
  }
  .site-header .logo {
    width: 96px !important;
  }
  .site-header .lang-trigger.static-lang {
    width: 54px !important;
  }
  .site-header .account-menu,
  .site-header .account-menu .account-menu-trigger {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }
}
.home-video-feed-modal .video-feed-hint {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.58);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  pointer-events: none;
  display: none;
}
@media (max-width: 640px) {
  .home-video-feed-modal {
    align-items: stretch;
    justify-content: stretch;
    background: #000;
  }
  .home-video-feed-modal .news-video-backdrop {
    background: #000;
  }
  .home-video-feed-modal .news-video-panel {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    border-radius: 0;
    background: #000;
    box-shadow: none;
    display: flex;
    flex-direction: column;
  }
  .home-video-feed-modal .news-video-head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    padding: calc(env(safe-area-inset-top, 0px) + 14px) 16px 72px;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.82),
        rgba(0, 0, 0, 0));
    pointer-events: auto;
  }
  .home-video-feed-modal .news-video-title {
    max-width: calc(100vw - 78px);
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  }
  .home-video-feed-modal .news-video-meta {
    margin-bottom: 8px;
  }
  .home-video-feed-modal .news-video-close {
    width: 38px;
    height: 38px;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
  }
  .home-video-feed-modal .video-wrapper {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    touch-action: pan-y;
  }
  .home-video-feed-modal .video-wrapper video {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    object-fit: contain;
    background: #000;
  }
  .home-video-feed-modal .video-feed-hint {
    display: block;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
    background: rgba(0, 0, 0, 0.48);
  }
}
.home-video-feed-modal .news-video-panel {
  overflow: hidden;
}
.home-video-feed-modal .video-feed-scroll {
  position: relative;
  width: 100%;
  background: #000;
}
.home-video-feed-modal .video-feed-slide {
  position: relative;
  display: none;
  overflow: hidden;
  background: #000;
}
.home-video-feed-modal .video-feed-slide.is-active {
  display: block;
}
.home-video-feed-modal .video-feed-media {
  position: relative;
  display: grid;
  min-height: min(70vh, 720px);
  place-items: center;
  background: #000;
}
.home-video-feed-modal .video-feed-media video {
  display: block;
  width: 100%;
  max-height: min(70vh, 720px);
  object-fit: contain;
  background: #000;
}
.home-video-feed-modal .video-feed-close,
.home-video-feed-modal .video-feed-channel-title,
.home-video-feed-modal .video-feed-copy,
.home-video-feed-modal .video-feed-index,
.home-video-feed-modal .video-feed-hint {
  position: absolute;
  z-index: 6;
}
.home-video-feed-modal .video-feed-close {
  top: 16px;
  left: 16px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  font-size: 36px;
  line-height: 34px;
  cursor: pointer;
}
.home-video-feed-modal .video-feed-channel-title {
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .55);
}
.home-video-feed-modal .video-feed-copy {
  right: 70px;
  bottom: 32px;
  left: 20px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .65);
}
.home-video-feed-modal .video-feed-source {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 800;
}
.home-video-feed-modal .video-feed-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
}
.home-video-feed-modal .video-feed-copy p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}
.home-video-feed-modal .video-feed-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, .36),
      transparent 18%),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, .82),
      transparent 38%);
}
.home-video-feed-modal .video-feed-index {
  right: 18px;
  bottom: 34px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
}
.home-video-feed-modal .video-feed-hint {
  right: 16px;
  bottom: 84px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  writing-mode: vertical-rl;
  pointer-events: none;
}
@media (max-width: 640px) {
  .home-video-feed-modal {
    position: fixed;
    z-index: 3000;
    inset: 0;
    padding: 0;
    background: #000;
  }
  .home-video-feed-modal .news-video-backdrop {
    display: none;
  }
  .home-video-feed-modal .news-video-panel {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #000;
    box-shadow: none;
  }
  .home-video-feed-modal .video-feed-scroll {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .home-video-feed-modal .video-feed-scroll::-webkit-scrollbar {
    display: none;
  }
  .home-video-feed-modal .video-feed-slide,
  .home-video-feed-modal .video-feed-slide.is-active {
    display: block;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .home-video-feed-modal .video-feed-media {
    position: absolute;
    z-index: 1;
    inset: 0;
    min-height: 0;
  }
  .home-video-feed-modal .video-feed-media video {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    pointer-events: none;
  }
  .home-video-feed-modal .video-feed-media video::-webkit-media-controls {
    display: none !important;
  }
  .home-video-feed-modal .video-feed-close {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    left: 14px;
    z-index: 10;
  }
  .home-video-feed-modal .video-feed-channel-title {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 22px);
    z-index: 10;
  }
  .home-video-feed-modal .video-feed-copy {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 104px);
    left: 18px;
    right: 62px;
    pointer-events: none;
  }
  .home-video-feed-modal .video-feed-copy h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home-video-feed-modal .video-feed-index {
    right: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 36px);
  }
  .home-video-feed-modal .video-feed-hint {
    right: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 82px);
  }
}
.home-video-feed-modal button {
  -webkit-tap-highlight-color: transparent;
}
.home-video-feed-modal .video-feed-close:focus,
.home-video-feed-modal .video-feed-close:active {
  outline: none;
  box-shadow: none;
}
.home-video-feed-modal .video-feed-close,
.home-video-feed-modal .video-feed-close:hover,
.home-video-feed-modal .video-feed-close:focus,
.home-video-feed-modal .video-feed-close:active {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  -webkit-tap-highlight-color: transparent;
}
.article-body img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 18px auto;
}
.lead-submit-toast {
  position: fixed;
  z-index: 2200;
  top: calc(env(safe-area-inset-top, 0px) + 124px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  box-sizing: border-box;
  padding: 16px 28px;
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .2);
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.sidebar-scenario-updates .flash-title {
  position: relative;
  z-index: 1;
  gap: 12px;
}
@media (max-width: 640px) {
  .lead-submit-toast {
    top: calc(env(safe-area-inset-top, 0px) + 152px);
    width: calc(100% - 32px);
    min-width: 0;
    box-sizing: border-box;
  }
}
.gasbot-widget {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  display: block !important;
  pointer-events: none !important;
}
.gasbot-widget > * {
  pointer-events: auto !important;
}
.gasbot-shell {
  position: fixed !important;
  width: 600px;
  height: 800px;
  margin: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .2) !important;
  z-index: 10002 !important;
}
.gasbot-shell-head {
  height: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 16px !important;
  border: 0 !important;
  background: #fff !important;
  color: #333 !important;
  cursor: move !important;
  user-select: none !important;
  touch-action: none !important;
}
.gasbot-shell-head strong {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 550 !important;
  line-height: 1 !important;
}
.gasbot-controls {
  display: flex !important;
  gap: 8px !important;
}
.gasbot-control,
.gasbot-close {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: rgba(0, 0, 0, .05) !important;
  color: #333 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: background .2s, color .2s !important;
}
.gasbot-control:hover {
  background: rgba(0, 0, 0, .1) !important;
}
.gasbot-control.gasbot-close:hover {
  background: #ff4d4f !important;
  color: #fff !important;
}
.gasbot-control svg {
  display: block !important;
  pointer-events: none !important;
}
.gasbot-frame-body {
  position: relative !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}
.gasbot-command-frame {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  background: #fff !important;
}
.gasbot-fab {
  position: fixed !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: move !important;
  user-select: none !important;
  touch-action: none !important;
  right: max(16px, 10vw) !important;
  bottom: max(16px, 10vh) !important;
  z-index: 10003 !important;
}
.gasbot-fab.is-positioned {
  right: auto !important;
  bottom: auto !important;
}
.gasbot-fab:hover {
  transform: scale(1.05) !important;
  box-shadow: none !important;
}
.gasbot-fab:active {
  transform: scale(.95) !important;
}
.gasbot-robot-icon {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  transform: scale(1.4) !important;
  pointer-events: none !important;
  user-select: none !important;
}
.gasbot-resize-handle {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 20px !important;
  height: 20px !important;
  cursor: nwse-resize !important;
  touch-action: none !important;
  z-index: 4 !important;
}
.gasbot-resize-handle::after {
  content: "" !important;
  position: absolute !important;
  right: 4px !important;
  bottom: 4px !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid #999 !important;
  border-bottom: 2px solid #999 !important;
}
.gasbot-drag-mask {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10001 !important;
  background: transparent !important;
}
.gasbot-drag-mask.is-drag {
  cursor: move !important;
}
.gasbot-drag-mask.is-resize {
  cursor: nwse-resize !important;
}
@media (max-width: 640px) {
  .gasbot-shell {
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 32px) !important;
  }
}
.company-category-paths {
  display: grid;
  gap: 7px;
  min-width: 0;
  white-space: normal;
}
.company-category-path {
  display: block;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.company-product-images {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}
.company-product-images img {
  display: block;
  width: min(180px, 100%);
  max-height: 180px;
  object-fit: contain;
  border: 1px solid #d6e4f3;
  border-radius: 8px;
  background: #f8fbff;
}
.lead-submit-toast {
  border-color: rgba(103, 232, 249, .78) !important;
  background:
    linear-gradient(
      135deg,
      #075f9f 0%,
      #069bb0 100%) !important;
  box-shadow: 0 18px 46px rgba(7, 95, 159, .3) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .home-video-feed-modal .video-feed-media video {
    pointer-events: auto !important;
  }
  .home-video-feed-modal .video-feed-media video::-webkit-media-controls {
    display: flex !important;
  }
}
.site-header .account-menu {
  width: auto !important;
  flex: 0 0 auto !important;
}
.site-header .account-menu .account-menu-trigger {
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
}
.site-header .account-menu-name {
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}
.latest-feature-card .latest-video-media {
  aspect-ratio: 16 / 11 !important;
  background-color: #f4f7fb !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.latest-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 10px;
}
.latest-feature-tag {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 2px 9px;
  border: 1px solid rgba(125, 183, 255, 0.42);
  border-radius: 5px;
  background: rgba(14, 101, 156, 0.22);
  color: #a9d8ff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}
.latest-feature-tag:hover {
  border-color: rgba(126, 231, 255, 0.72);
  color: #7ee7ff;
  text-decoration: none;
}
.latest-feature-summary {
  display: -webkit-box;
  min-height: calc(1.7em * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.latest-feature-summary.is-empty {
  visibility: hidden;
}
.latest-feature-card .content-video-preview,
.latest-news-row .content-video-preview,
.mixed-feed-item .content-video-preview {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.latest-row-cover,
.mixed-feed-thumb {
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 961px) {
  .auth-brand-copy {
    width: 100% !important;
    max-width: none !important;
  }
  .auth-brand-copy h1 {
    font-size: clamp(28px, 2.75vw, 50px) !important;
    white-space: nowrap !important;
  }
}
.gasbot-fab {
  right: max(16px, env(safe-area-inset-right, 0px)) !important;
  bottom: max(16px, env(safe-area-inset-bottom, 0px)) !important;
}
@media (max-width: 640px) {
  body.news-video-open .gasbot-widget {
    display: none !important;
  }
}
.gasbot-fab:not(.is-position-ready) {
  visibility: hidden !important;
  pointer-events: none !important;
}
.gasbot-frame-loading {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  background:
    linear-gradient(
      145deg,
      #f7fbff 0%,
      #edf6ff 54%,
      #f9fcff 100%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity .28s ease, visibility 0s linear 0s !important;
}
.gasbot-frame-loading.is-ready {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .28s ease, visibility 0s linear .28s !important;
}
.gasbot-frame-loading-content {
  display: grid !important;
  justify-items: center !important;
  gap: 14px !important;
  color: #4f647b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
}
.gasbot-frame-loading-icon {
  width: 76px !important;
  height: 76px !important;
  display: block !important;
  object-fit: contain !important;
  animation: gasbot-loading-float 1.8s ease-in-out infinite !important;
}
.gasbot-frame-loading-spinner {
  width: 26px !important;
  height: 26px !important;
  display: block !important;
  box-sizing: border-box !important;
  border: 3px solid rgba(11, 94, 149, .16) !important;
  border-top-color: #0b78bd !important;
  border-radius: 50% !important;
  animation: gasbot-loading-spin .8s linear infinite !important;
}
.gasbot-command-frame {
  opacity: 1 !important;
  transition: opacity .24s ease !important;
}
.gasbot-command-frame.is-loading {
  opacity: 0 !important;
}
@keyframes gasbot-loading-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes gasbot-loading-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .gasbot-frame-loading,
  .gasbot-command-frame {
    transition: none !important;
  }
  .gasbot-frame-loading-icon,
  .gasbot-frame-loading-spinner {
    animation: none !important;
  }
}
.company-product-image-button {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
}
.company-product-image-button img {
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}
.company-product-image-button:hover img,
.company-product-image-button:focus-visible img {
  border-color: #0b78bd;
  box-shadow: 0 8px 22px rgba(11, 120, 189, .18);
  transform: translateY(-1px);
}
.company-product-image-button:focus-visible {
  outline: 3px solid rgba(11, 120, 189, .28);
  outline-offset: 3px;
}
.company-product-image-zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  background: rgba(5, 37, 64, .76);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .22);
  color: #fff;
  pointer-events: none;
}
.company-product-image-zoom svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.company-image-viewer {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 44px 64px 32px;
  background: rgba(3, 13, 24, .88);
  backdrop-filter: blur(5px);
  cursor: zoom-out;
  animation: company-image-viewer-fade .18s ease-out both;
}
.company-image-viewer-content {
  display: grid;
  max-width: 100%;
  max-height: 100%;
  justify-items: center;
  margin: 0;
  cursor: default;
}
.company-image-viewer-content img {
  display: block;
  max-width: min(1200px, calc(100vw - 128px));
  max-height: calc(100vh - 112px);
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .45);
  cursor: zoom-in;
  transform-origin: center;
  transition: transform .12s ease-out;
  will-change: transform;
}
.company-image-viewer-close {
  position: absolute;
  top: max(20px, env(safe-area-inset-top));
  right: max(20px, env(safe-area-inset-right));
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.company-image-viewer-close:hover,
.company-image-viewer-close:focus-visible {
  background: rgba(255, 255, 255, .24);
  transform: scale(1.04);
}
.company-image-viewer-close:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .45);
  outline-offset: 3px;
}
.company-image-viewer-close svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}
@keyframes company-image-viewer-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .company-image-viewer {
    padding: calc(64px + env(safe-area-inset-top)) 16px calc(20px + env(safe-area-inset-bottom));
  }
  .company-image-viewer-content img {
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 130px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
}
@media (prefers-reduced-motion: reduce) {
  .company-product-image-button img,
  .company-image-viewer,
  .company-image-viewer-close,
  .company-image-viewer-content img {
    animation: none;
    transition: none;
  }
}
.home-video-feed-modal .video-feed-media video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.home-video-feed-modal .video-feed-media video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.home-video-feed-modal .video-feed-media video::-webkit-media-controls-play-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
@media (min-width: 641px) {
  .article-main .article-detail-video-trigger.article-hero-thumb {
    height: auto;
  }
  .article-detail-video-poster {
    height: auto;
    object-fit: contain;
  }
}
.latest-feature-content {
  display: flex;
  flex-direction: column;
  height: 200px;
  min-height: 200px;
  padding: 14px 20px;
}
.latest-feature-content h3 {
  display: -webkit-box;
  flex: 0 0 auto;
  margin: 0 0 6px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.latest-feature-summary,
.latest-feature-summary.is-empty {
  flex: 0 0 auto;
  min-height: 1.7em;
  margin: 0 0 8px !important;
  -webkit-line-clamp: 1;
}
.latest-feature-content .inline-video-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 640px) {
  .latest-feature-card {
    height: auto;
  }
  .latest-feature-content {
    height: auto;
    min-height: 0;
    padding: 14px 20px 16px;
  }
  .latest-feature-tags {
    margin-bottom: 8px;
  }
}
.latest-news-list > .latest-news-row {
  flex: 1 1 0;
}

/* src/components/ModalTrigger.css */
.lead-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lead-modal-overlay.is-visible {
  opacity: 1;
}
.lead-modal-card {
  position: relative;
  width: min(90%, 480px);
  max-width: 90vw;
  max-height: calc(100vh - 32px);
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(0.95) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.lead-modal-overlay.is-visible .lead-modal-card {
  transform: scale(1) translateY(0);
}
.lead-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #f1f5f9;
  color: #64748b;
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.lead-modal-close:hover {
  background: #e2e8f0;
  color: #334155;
}
.lead-modal-close:active {
  transform: scale(0.95);
}
.lead-modal-form {
  color: #1e293b;
}
.lead-modal-form h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.lead-modal-form > p {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}
.lead-modal-form-group {
  margin-bottom: 18px;
}
.lead-modal-form-group label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 8px;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}
.lead-modal-required {
  color: #ef4444;
  font-weight: 700;
}
.lead-modal-field-error {
  margin-top: 6px;
  color: #d93025;
  font-size: 12px;
  line-height: 1.5;
}
.lead-modal-form-group input,
.lead-modal-form-group textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: #1e293b;
  font-family: inherit;
  font-size: 14px;
  line-height: normal;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lead-modal-form-group input {
  height: 46px;
}
.lead-modal-form-group textarea {
  min-height: 80px;
  resize: vertical;
}
.lead-modal-form-group input::placeholder,
.lead-modal-form-group textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
}
.lead-modal-form-group input:focus,
.lead-modal-form-group textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.lead-modal-form .btn-primary {
  width: 100%;
  height: 44px;
  min-height: 44px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.lead-modal-form .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.lead-modal-form .btn-primary:active {
  transform: translateY(0);
}
.lead-modal-error {
  margin: -4px 0 14px;
  color: #d93025;
  font-size: 13px;
  line-height: 1.6;
}
.lead-modal-success {
  padding: 28px 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 640px) {
  .lead-modal-card {
    width: calc(100% - 32px);
    max-width: none;
    padding: 28px 24px;
  }
  .lead-modal-form h2 {
    font-size: 18px;
  }
}
.lead-modal-form-group.has-error input,
.lead-modal-form-group.has-error textarea {
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.08);
}
.lead-modal-field-error {
  display: block;
}
.lead-modal-notice {
  margin: -2px 0 12px;
  padding: 9px 11px;
  border-radius: 7px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
}
.lead-modal-success {
  margin: 8px 0;
  padding: 28px 24px;
  border: 1px solid rgba(103, 232, 249, .72);
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #075f9f 0%,
      #069bb0 100%);
  box-shadow: 0 16px 34px rgba(7, 95, 159, .24);
  color: #fff;
}

/* src/components/CompanyLogo.css */
.company-logo-mark {
  --company-logo-size: 64px;
  --company-logo-padding: 6px;
  display: inline-flex;
  width: var(--company-logo-size);
  height: var(--company-logo-size);
  flex: 0 0 var(--company-logo-size);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: var(--company-logo-padding);
  overflow: hidden;
  border: 1px solid #d7e4f2;
  border-radius: 8px;
  background: #f4f8fc;
  color: #0e659c;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
.company-logo-mark__line {
  display: block;
  max-width: 100%;
  white-space: nowrap;
}
.company-logo-mark--size-small {
  --company-logo-size: 32px;
  --company-logo-padding: 2px;
  border-radius: 6px;
}
.company-logo-mark--size-large {
  --company-logo-size: 96px;
  --company-logo-padding: 8px;
}
.company-logo-mark--placement-card {
  margin: 0 auto 12px;
  border-radius: 12px;
}
.company-logo-mark--size-small.company-logo-mark--text-compact {
  font-size: 13px;
}
.company-logo-mark--size-small.company-logo-mark--text-medium {
  font-size: 12px;
  line-height: 1.05;
}
.company-logo-mark--size-small.company-logo-mark--text-long {
  font-size: 8px;
  line-height: 1.05;
}
.company-logo-mark--size-small.company-logo-mark--text-extra-long {
  font-size: 6px;
  line-height: 1.05;
}
.company-logo-mark--size-medium.company-logo-mark--text-compact {
  font-size: 26px;
}
.company-logo-mark--size-medium.company-logo-mark--text-medium {
  font-size: 17px;
}
.company-logo-mark--size-medium.company-logo-mark--text-long {
  font-size: 15px;
  line-height: 1.08;
}
.company-logo-mark--size-medium.company-logo-mark--text-extra-long {
  font-size: 12px;
  line-height: 1.08;
}
.company-logo-mark--size-large.company-logo-mark--text-compact {
  font-size: 34px;
}
.company-logo-mark--size-large.company-logo-mark--text-medium {
  font-size: 26px;
}
.company-logo-mark--size-large.company-logo-mark--text-long {
  font-size: 20px;
  line-height: 1.08;
}
.company-logo-mark--size-large.company-logo-mark--text-extra-long {
  font-size: 16px;
  line-height: 1.08;
}
.company-logo-mark--script-latin.company-logo-mark--text-extra-long.company-logo-mark--size-small {
  font-size: 5px;
  letter-spacing: -.02em;
}
.company-logo-mark--script-latin.company-logo-mark--text-extra-long.company-logo-mark--size-medium {
  font-size: 9px;
  letter-spacing: -.02em;
}
.company-logo-mark--script-latin.company-logo-mark--text-extra-long.company-logo-mark--size-large {
  font-size: 14px;
  letter-spacing: -.02em;
}
@media (max-width: 640px) {
  .company-logo-mark--responsive.company-logo-mark--size-medium {
    --company-logo-size: 54px;
    --company-logo-padding: 5px;
  }
  .company-logo-mark--responsive.company-logo-mark--size-large {
    --company-logo-size: 80px;
    --company-logo-padding: 7px;
  }
  .company-logo-mark--responsive.company-logo-mark--size-medium.company-logo-mark--text-compact {
    font-size: 22px;
  }
  .company-logo-mark--responsive.company-logo-mark--size-medium.company-logo-mark--text-medium {
    font-size: 15px;
  }
  .company-logo-mark--responsive.company-logo-mark--size-medium.company-logo-mark--text-long {
    font-size: 13px;
  }
  .company-logo-mark--responsive.company-logo-mark--size-medium.company-logo-mark--text-extra-long {
    font-size: 11px;
  }
  .company-logo-mark--responsive.company-logo-mark--size-large.company-logo-mark--text-compact {
    font-size: 30px;
  }
  .company-logo-mark--responsive.company-logo-mark--size-large.company-logo-mark--text-medium {
    font-size: 22px;
  }
  .company-logo-mark--responsive.company-logo-mark--size-large.company-logo-mark--text-long {
    font-size: 18px;
  }
  .company-logo-mark--responsive.company-logo-mark--size-large.company-logo-mark--text-extra-long {
    font-size: 14px;
  }
}

/* src/pages/ArticlesPage.css */
.mixed-feed-card .mixed-feed-item .mixed-feed-thumb {
  aspect-ratio: 16 / 11 !important;
  height: auto !important;
  background-color: #eef4f8 !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.mixed-feed-card .mixed-feed-item .mixed-feed-thumb .content-video-preview {
  object-fit: contain !important;
  transform: none !important;
  background: #eef4f8 !important;
}
@media (max-width: 768px) {
  .mixed-feed-card .mixed-feed-item {
    align-items: flex-start !important;
  }
  .mixed-feed-card .mixed-feed-item .article-content {
    align-self: flex-start !important;
    overflow: visible !important;
  }
  .mixed-feed-card .mixed-feed-item .article-list-title {
    margin: 0 !important;
    padding: 0 0 3px !important;
    overflow: visible !important;
    line-height: 1.55 !important;
  }
  .mixed-feed-card .mixed-feed-item .article-video-title {
    box-sizing: border-box !important;
    width: 100% !important;
    padding: 1px 0 3px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    line-height: 1.55 !important;
  }
}
.mixed-feed-card .article-video-title {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-align: left;
  cursor: pointer !important;
}
.mixed-feed-card .article-video-title:hover {
  color: var(--primary) !important;
}
.mixed-feed-card .article-video-title:focus-visible {
  outline: 2px solid rgba(14, 101, 156, .5);
  outline-offset: 3px;
}
.mixed-feed-card .article-list-summary {
  display: -webkit-box;
  margin: 6px 0 4px;
  overflow: hidden;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mixed-feed-card .article-list-title {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
}
.mixed-feed-card .article-list-title a {
  color: var(--text);
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
}
.mixed-feed-card .article-list-title a:hover {
  color: var(--primary);
}
.article-sidebar h2.card-title {
  margin-top: 1.33em;
}
.mixed-feed-card .article-item:last-of-type {
  border-bottom: 0;
}
@media (max-width: 900px) {
  .mixed-feed-card .pagination {
    border-top: 0 !important;
  }
}

/* src/pages/CasesPage.css */
@media (max-width: 640px) {
  #caseGrid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
  #caseGrid .case-card {
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 18px !important;
  }
  #caseGrid .case-card-content {
    flex: 0 0 auto !important;
    min-height: 0 !important;
  }
  #caseGrid .case-card:not(.is-collapsible) .case-card-content,
  #caseGrid .case-card.is-expanded .case-card-content {
    max-height: none !important;
    overflow: visible !important;
  }
  #caseGrid .scenario-tech,
  #caseGrid .case-note {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 12px !important;
    padding: 10px 12px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  #caseGrid .case-card-actions {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 12px !important;
  }
  #caseGrid .case-toggle,
  #caseGrid .case-contact-btn {
    align-self: auto !important;
    width: auto !important;
    min-width: 88px !important;
    min-height: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 16px !important;
  }
  #caseGrid .case-contact-btn {
    margin-left: auto !important;
  }
}
@media (max-width: 640px) {
  #caseGrid .case-card.is-collapsible:not(.is-expanded) .scenario-tech {
    height: 96px !important;
    max-height: 96px !important;
    overflow: hidden !important;
  }
  #caseGrid .case-card.is-collapsible:not(.is-expanded) .case-note {
    max-height: 72px !important;
    overflow: hidden !important;
  }
  #caseGrid .case-card.is-expanded .scenario-tech,
  #caseGrid .case-card:not(.is-collapsible) .scenario-tech,
  #caseGrid .case-card.is-expanded .case-note,
  #caseGrid .case-card:not(.is-collapsible) .case-note {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}
.case-connect-form label.has-error input,
.case-connect-form label.has-error textarea {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.08);
}
.case-connect-form .case-field-error {
  display: block;
  margin-top: 6px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
#caseGrid .case-card-header {
  align-items: flex-start !important;
}
#caseGrid .case-card-header h3 {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}
#caseGrid .case-card-header .case-date {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  padding-top: 2px !important;
}
.case-connect-form .case-form-grid {
  align-items: start;
}
.case-connect-form .case-form-grid > label {
  align-self: start;
}

/* src/pages/IndustryPage.css */
.industry-page .company-directory {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-bottom: 28px;
}
.industry-page .sidebar {
  position: relative;
  top: 0;
  z-index: 2;
  display: flex;
  flex: 0 0 280px;
  width: 280px;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
}
.industry-page .sidebar > .filter-card,
.industry-page .sidebar > .filter-wrapper {
  width: 100%;
  margin: 0;
  border: 1px solid #dfe7f1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  box-sizing: border-box;
}
.industry-page .filter-title,
.industry-page .company-list-header :is(h1, h2),
.industry-page .directory-side-panel h2 {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: #0f172a;
  line-height: 1.35;
  letter-spacing: 0;
}
.industry-page .filter-title {
  font-size: 16px;
  font-weight: 700;
}
.industry-page .company-list-header :is(h1, h2),
.industry-page .directory-side-panel h2 {
  font-size: 17px;
  font-weight: 800;
}
.industry-page .filter-title::before,
.industry-page .company-list-header :is(h1, h2)::before,
.industry-page .directory-side-panel h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: #0e659c;
  content: "";
  transform: translateY(-50%);
}
.industry-page .filter-title::before {
  height: 16px;
}
.industry-page .company-list-header :is(h1, h2)::before,
.industry-page .directory-side-panel h2::before {
  height: 20px;
}
.industry-page .filter-helper {
  display: block;
  margin-top: 4px;
  padding-left: 0;
  overflow: visible;
  color: #8b98aa;
  font-size: 11.5px;
  line-height: 1.45;
  text-overflow: clip;
  white-space: nowrap;
}
.industry-page .industry-nav-container {
  display: flex;
  height: 442px;
  min-height: 442px;
  flex-direction: column;
  padding: 12px 0 6px;
  overflow: hidden;
}
.industry-page .industry-nav-container .filter-title {
  margin-right: 18px;
  margin-left: 18px;
}
.industry-page .industry-nav-container .filter-helper {
  margin-right: 6px;
  margin-left: 18px;
}
.industry-page .tree-root {
  min-height: 0;
  flex: 1 1 auto;
  margin: 6px 0 0;
  padding: 0 4px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #cbd8e6 transparent;
  scrollbar-width: thin;
}
.industry-page .tree-node {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}
.industry-page .tree-item {
  display: flex;
  min-height: 34px;
  align-items: center;
  padding: 4px 10px 4px 0;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.industry-page .tree-item:hover {
  background: #f8fafc;
}
.industry-page .cell-arrow {
  display: inline-flex;
  width: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b8c2cc;
  cursor: pointer;
  line-height: 1;
}
.industry-page .cell-arrow::before {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(-45deg);
}
.industry-page .cell-arrow.expanded::before {
  transform: rotate(45deg);
}
.industry-page .cell-arrow.is-leaf {
  visibility: hidden;
}
.industry-page .cell-checkbox {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
}
.industry-page .real-checkbox[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  opacity: 0;
  appearance: none;
  clip-path: inset(50%);
  pointer-events: none;
}
.industry-page .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1px solid #d4d8dd;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.industry-page .real-checkbox:checked + .custom-checkbox {
  border-color: #1677ff;
  background: #1677ff;
}
.industry-page .real-checkbox:checked + .custom-checkbox::after {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 3px;
  height: 7px;
  border: 1.5px solid #fff;
  border-top: 0;
  border-left: 0;
  content: "";
  transform: rotate(45deg);
}
.industry-page .real-checkbox:indeterminate + .custom-checkbox {
  border-color: #1677ff;
  background: #fff;
}
.industry-page .real-checkbox:indeterminate + .custom-checkbox::after {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 8px;
  height: 1.5px;
  background: #1677ff;
  content: "";
}
.industry-page .cell-label {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry-page .tree-item.is-checked .cell-label {
  color: #0f172a;
  font-weight: 500;
}
.industry-page .tree-children {
  display: block;
  margin-left: 8px;
  padding-left: 20px;
  border-left: 1px dashed #d9d9d9;
}
.industry-page .region-cascader-wrapper {
  position: relative;
  z-index: 3;
  padding: 14px 18px 16px;
  overflow: visible;
}
.industry-page .input-trigger-box {
  display: flex;
  width: 100%;
  height: 38px;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  cursor: pointer;
  font-size: 13px;
  box-sizing: border-box;
}
.industry-page .input-trigger-box:hover,
.industry-page .input-trigger-box.active {
  border-color: #1677ff;
}
.industry-page .input-trigger-box.active {
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.1);
}
.industry-page .arrow-indicator {
  color: #94a3b8;
  font-size: 10px;
}
.industry-page .cascader-board {
  position: absolute;
  z-index: 1000;
  top: -150px;
  left: calc(100% + 12px);
  display: none;
  width: 560px;
  height: auto;
  max-height: min(390px, calc(100vh - 32px));
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}
.industry-page .cascader-board.is-country-only {
  width: 280px;
  height: auto;
}
.industry-page .cascader-board.is-two-column {
  width: 375px;
}
.industry-page .cascader-board.show {
  display: flex;
}
.industry-page .board-search-bar {
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
}
.industry-page .search-input {
  width: 100%;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  outline: none;
  background: #f8fafc;
  color: #111827;
  font-size: 13px;
  box-sizing: border-box;
}
.industry-page .search-input:focus {
  border-color: #1677ff;
  background: #fff;
}
.industry-page .region-search-empty {
  display: grid;
  min-height: 190px;
  flex: 1;
  place-content: center;
  gap: 8px;
  padding: 32px 20px;
  color: #64748b;
  text-align: center;
  box-sizing: border-box;
}
.industry-page .region-search-empty strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}
.industry-page .region-search-empty span {
  font-size: 13px;
  line-height: 1.5;
}
.industry-page .columns-scroll-container {
  display: flex;
  height: min(330px, calc(100vh - 92px));
  min-height: 0;
  flex: 0 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.industry-page .board-column {
  display: flex;
  width: 185px;
  min-height: 0;
  flex: 0 0 185px;
  flex-direction: column;
}
.industry-page .cascader-board.is-country-only .columns-scroll-container {
  height: auto;
  max-height: min(330px, calc(100vh - 92px));
  flex: 0 1 auto;
  overflow-x: hidden;
}
.industry-page .cascader-board.is-country-only .board-column {
  width: 100%;
  height: auto;
  max-height: min(390px, calc(100vh - 92px));
  flex-basis: 100%;
}
.industry-page .board-column:nth-child(odd) {
  background: #f8fafc;
}
.industry-page .board-column:nth-child(even) {
  background: #fff;
}
.industry-page .column-header {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.58);
  color: #334155;
  font-size: 12px;
  font-weight: 600;
}
.industry-page .column-body {
  min-height: 0;
  flex: 1;
  padding: 4px 0;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.industry-page .region-option {
  display: flex;
  width: 100%;
  min-height: 34px;
  align-items: center;
  border: 0;
  background: transparent;
  color: #334155;
  font: inherit;
  font-size: 13px;
}
.industry-page .region-option:hover,
.industry-page .region-option.is-active {
  background: #f4f9ff;
}
.industry-page .region-option.is-selected {
  background: #eaf4ff;
}
.industry-page .region-option.is-indeterminate {
  background: #f4f9ff;
}
.industry-page .region-option.is-disabled {
  color: #94a3b8;
}
.industry-page .region-option-check,
.industry-page .region-option-main,
.industry-page .region-option-expand {
  min-width: 0;
  min-height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.industry-page .region-option-check {
  display: grid;
  width: 34px;
  flex: 0 0 34px;
  place-items: center;
}
.industry-page .region-option-main {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 6px 0;
  text-align: left;
}
.industry-page .region-option-expand {
  display: grid;
  width: 34px;
  flex: 0 0 34px;
  place-items: center;
}
.industry-page .region-option-check:disabled,
.industry-page .region-option-main:disabled,
.industry-page .region-option-expand:disabled {
  cursor: not-allowed;
}
.industry-page .region-option-check:focus-visible,
.industry-page .region-option-main:focus-visible,
.industry-page .region-option-expand:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid rgba(22, 119, 255, 0.28);
  outline-offset: -2px;
}
.industry-page .show-checkbox {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
}
.industry-page .region-option.is-selected .show-checkbox {
  border-color: #1677ff;
  background: #1677ff;
}
.industry-page .region-option.is-selected .show-checkbox::after {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 3px;
  height: 7px;
  border: 1.5px solid #fff;
  border-top: 0;
  border-left: 0;
  content: "";
  transform: rotate(45deg);
}
.industry-page .region-option.is-indeterminate .show-checkbox {
  border-color: #1677ff;
  background: #1677ff;
}
.industry-page .region-option.is-indeterminate .show-checkbox::after {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 6px;
  height: 2px;
  background: #fff;
  content: "";
}
.industry-page .item-label-text {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry-page .region-option-arrow {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  color: #94a3b8;
  transform: rotate(45deg);
}
.industry-page .aligned-filter-card {
  padding: 14px 18px 12px;
}
.industry-page .aligned-filter-card .filter-title {
  margin-bottom: 12px;
}
.industry-page .filter-choice-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.industry-page .filter-choice-list label {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 4px 10px 4px 18px;
  border-radius: 4px;
  color: #334155;
  cursor: pointer;
  font-size: 14px;
}
.industry-page .filter-choice-list label:hover {
  background: #f8fafc;
}
.industry-page .directory-main {
  position: relative;
  z-index: 1;
  min-width: 0;
  flex: 1 1 auto;
}
.industry-page .directory-search-main {
  display: grid;
  width: 100%;
  height: 50px;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid #0e659c;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 8px 22px rgba(11, 94, 149, 0.07);
}
.industry-page .directory-search-main .search-input-group {
  display: flex;
  min-width: 0;
  height: 48px;
  align-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.industry-page .directory-search-main .search-input-group > span {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 0;
  color: transparent;
  font-size: 0;
}
.industry-page .directory-search-main .search-input-group > span::before {
  position: absolute;
  top: 16px;
  left: 20px;
  width: 11px;
  height: 11px;
  border: 2px solid #8ea0b7;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
}
.industry-page .directory-search-main .search-input-group > span::after {
  position: absolute;
  top: 27px;
  left: 31px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: #8ea0b7;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}
.industry-page .directory-search-main input {
  min-width: 0;
  height: 48px;
  flex: 1 1 auto;
  padding: 0 12px 0 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #10233f;
  font-size: 16px;
  font-weight: 500;
}
.industry-page .directory-search-main input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.industry-page .directory-search-main .btn-search {
  width: 104px;
  min-width: 104px;
  height: 48px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: #0e659c;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}
.industry-page .directory-reset-button {
  display: inline-flex;
  width: 72px;
  min-width: 72px;
  height: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-left: 1px solid #cfe0f0;
  border-radius: 0;
  background: #f7fbff;
  color: #0e659c;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
}
.industry-page .directory-keyword-row {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  margin: 14px 0 16px;
  padding: 10px 16px;
  overflow-x: auto;
  border: 1px solid #dfe7f1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
.industry-page .active-filters-label,
.industry-page .active-filter-empty {
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.industry-page .active-filter-chip {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border: 1px solid #a9d0f5;
  border-radius: 6px;
  background: #edf6ff;
  color: #0e659c;
  font-size: 13px;
  white-space: nowrap;
}
.industry-page .active-filter-chip button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
}
.industry-page .directory-content-grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(292px, 320px);
  gap: 16px;
  align-items: start;
}
.industry-page .company-list-section,
.industry-page .directory-side-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.industry-page .company-list-header {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid #dbe7f3;
  background:
    linear-gradient(
      180deg,
      #fff,
      #fbfdff);
  box-sizing: border-box;
}
.industry-page .company-list-count {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}
.industry-page .company-list-count strong {
  margin: 0 3px;
  color: #0e659c;
  font-size: 18px;
}
.industry-page .company-list-item {
  display: grid;
  min-height: 156px;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin: 0;
  padding: 24px;
  border-bottom: 1px solid #edf2f7;
  background: #fff;
  box-sizing: border-box;
}
.industry-page .company-list-item:last-of-type {
  border-bottom: 0;
}
.industry-page .company-list-item:hover {
  background: #fbfdff;
  box-shadow: inset 3px 0 0 #0e659c;
}
.industry-page .company-list-body {
  min-width: 0;
}
.industry-page .company-list-title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.3;
}
.industry-page .company-list-title a {
  color: inherit;
  text-decoration: none;
}
.industry-page .company-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 9px;
}
.industry-page .company-list-meta span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 2px 8px;
  border: 1px solid #cfe2f6;
  border-radius: 6px;
  background: #edf6ff;
  color: #0e659c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.industry-page .company-list-desc {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #475569;
  font-size: 14px;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.industry-page .company-list-actions {
  display: flex;
  align-self: center;
}
.industry-page .company-list-actions .btn {
  display: inline-flex;
  min-width: 92px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 7px;
  background:
    linear-gradient(
      135deg,
      #0b5e95,
      #0099a8);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 9px 20px rgba(13, 94, 149, 0.18);
}
.industry-page .directory-side-rail {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
}
.industry-page .directory-side-panel {
  padding: 20px;
}
.industry-page .directory-side-panel h2 {
  margin-bottom: 16px;
}
.industry-page .product-example {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #e5edf6;
  color: inherit;
  text-decoration: none;
}
.industry-page .product-example:last-child {
  border-bottom: 0;
}
.industry-page .product-example strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.55;
}
.industry-page .product-example p {
  display: -webkit-box;
  margin: 0 0 6px;
  overflow: hidden;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.industry-page .product-example span {
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}
.industry-page .chain-row {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #edf2f7;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  text-align: left;
}
.industry-page .chain-row:last-child {
  border-bottom: 0;
}
.industry-page .chain-value {
  color: #0e659c;
  font-weight: 700;
}
.industry-page .chain-bar {
  height: 7px;
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef7;
}
.industry-page .chain-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #0e659c;
}
.industry-page .empty-state,
.industry-page .company-query-state {
  min-height: 160px;
  padding: 36px 24px;
  text-align: center;
  box-sizing: border-box;
}
.industry-page .empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: #64748b;
}
.industry-page .empty-state strong {
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}
.industry-page .empty-state span {
  font-size: 14px;
  line-height: 1.6;
}
.industry-page .empty-state.is-error strong {
  color: #b42318;
}
.industry-page .company-query-state {
  min-height: 56px;
  padding: 18px 24px;
  border-bottom: 1px solid #edf2f7;
  background: #f8fbff;
  color: #64748b;
}
.industry-page .company-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid #edf2f7;
}
@media (max-width: 1100px) {
  .industry-page .directory-content-grid {
    grid-template-columns: 1fr;
  }
  .industry-page .directory-side-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .industry-page {
    width: 100%;
    max-width: 100%;
    padding: 20px 16px 36px;
    overflow-x: hidden;
  }
  .industry-page .company-directory {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .industry-page .industry-nav-container {
    height: auto;
    min-height: 0;
    max-height: min(68vh, 560px);
  }
  .industry-page .sidebar {
    display: flex;
    order: 1;
    top: 0;
    width: 100%;
    margin-top: 16px;
    flex: 0 0 auto;
    flex-basis: auto;
  }
  .industry-page .directory-main {
    display: contents;
  }
  .industry-page .directory-search-main {
    display: grid;
    order: 0;
    width: 100%;
    min-width: 0;
    height: 48px;
    grid-template-columns: minmax(0, 1fr) 68px;
    align-items: stretch;
    gap: 0;
  }
  .industry-page .directory-search-main .search-input-group {
    display: grid;
    width: 100%;
    min-width: 0;
    height: 46px;
    grid-template-columns: 40px minmax(0, 1fr) 88px;
    grid-template-rows: 46px;
    align-items: stretch;
    overflow: hidden;
  }
  .industry-page .directory-search-main .search-input-group > span {
    display: inline-flex;
    width: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 20px;
  }
  .industry-page .directory-search-main .search-input-group > span::before {
    left: 14px;
  }
  .industry-page .directory-search-main .search-input-group > span::after {
    left: 25px;
  }
  .industry-page .directory-search-main input {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 8px;
    font-size: 14px;
  }
  .industry-page .directory-search-main .btn-search {
    width: 88px;
    min-width: 88px;
    height: 46px;
    min-height: 46px;
    padding: 0 10px;
    border-left: 1px solid #0e659c;
    border-radius: 0;
    font-size: 15px;
  }
  .industry-page .directory-reset-button {
    display: inline-flex;
    width: 68px;
    min-width: 68px;
    height: 46px;
    min-height: 46px;
    flex: 0 0 68px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-width: 0 0 0 1px;
    border-radius: 0;
    background: #f7fbff;
    font-size: 14px;
    white-space: nowrap;
  }
  .industry-page .directory-keyword-row {
    order: 2;
    width: 100%;
    margin: 10px 0 12px;
  }
  .industry-page .directory-content-grid {
    order: 3;
  }
  .industry-page .cascader-board {
    position: static;
    width: 100%;
    height: min(450px, 68vh);
    max-height: 68vh;
    margin-top: 8px;
  }
  .industry-page .cascader-board.is-country-only {
    width: 100%;
    height: auto;
  }
  .industry-page .board-column {
    width: 150px;
    flex-basis: 150px;
  }
  .industry-page .directory-side-rail {
    grid-template-columns: 1fr;
  }
  .industry-page .company-list-item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 16px;
  }
  .industry-page .company-list-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
  .industry-page .company-list-header {
    min-height: 54px;
    padding: 12px 16px;
  }
  .industry-page .company-list-header :is(h1, h2),
  .industry-page .directory-side-panel h2 {
    font-size: 18px;
  }
  .industry-page .company-list-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.4;
  }
  .industry-page .company-list-desc {
    font-size: 13px;
    line-height: 1.55;
  }
  .industry-page .company-list-actions .btn {
    min-width: 96px;
    min-height: 38px;
  }
  .industry-page .directory-side-panel {
    padding: 16px;
  }
}
@media (max-width: 420px) {
  .industry-page .industry-nav-container .filter-title,
  .industry-page .industry-nav-container .filter-helper {
    margin-right: 14px;
    margin-left: 14px;
  }
  .industry-page .tree-item {
    padding-right: 6px;
  }
  .industry-page .cell-arrow {
    width: 16px;
    flex-basis: 16px;
  }
  .industry-page .tree-children {
    margin-left: 6px;
    padding-left: 16px;
  }
  .industry-page .company-list-count {
    font-size: 12px;
  }
  .industry-page .company-list-count strong {
    font-size: 16px;
  }
}
.industry-page .cell-checkbox {
  margin-right: 10px;
}
.industry-page .cell-label {
  display: block;
  flex: 1 1 auto;
  width: 0;
  min-height: 28px;
  padding: 2px 2px 3px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 23px;
  -webkit-appearance: none;
  appearance: none;
}
