body.tce-style-index {
  background: #0a1628;
  color: #e0e8f0;
  font-family: 'Microsoft YaHei', 'Segoe UI', sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}
body.tce-style-index,
body.tce-style-index * {
  margin: 0;
  box-sizing: border-box;
}
body.tce-style-index .page {
  width: 100%;
  min-height: 100vh;
  padding: 20px 30px 30px;
  background: linear-gradient(160deg, #0a1628 0%, #0d1f3c 40%, #0a1628 100%);
  position: relative;
}
body.tce-style-index .page::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(0, 136, 255, 0.06) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(0, 200, 255, 0.05) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}
body.tce-style-index .top-kpi {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
body.tce-style-index .kpi-card {
  flex: 1;
  min-width: 140px;
  background: linear-gradient(135deg, rgba(13, 31, 60, 0.9), rgba(10, 22, 40, 0.9));
  border: 1px solid rgba(0, 136, 255, 0.15);
  border-radius: 10px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
body.tce-style-index .kpi-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
}
body.tce-style-index .kpi-card.c1::before {
  background: #00a0ff;
  box-shadow: 0 0 10px #00a0ff;
}
body.tce-style-index .kpi-card.c2::before {
  background: #00f0a0;
  box-shadow: 0 0 10px #00f0a0;
}
body.tce-style-index .kpi-card.c3::before {
  background: #ff9500;
  box-shadow: 0 0 10px #ff9500;
}
body.tce-style-index .kpi-card.c4::before {
  background: #b070ff;
  box-shadow: 0 0 10px #b070ff;
}
body.tce-style-index .kpi-card.c5::before {
  background: #ff6b9d;
  box-shadow: 0 0 10px #ff6b9d;
}
body.tce-style-index .kpi-card.c6::before {
  background: #00e5ff;
  box-shadow: 0 0 10px #00e5ff;
}
body.tce-style-index .kpi-icon {
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1;
}
body.tce-style-index .kpi-card.c1 .kpi-icon {
  color: #00a0ff;
}
body.tce-style-index .kpi-card.c2 .kpi-icon {
  color: #00f0a0;
}
body.tce-style-index .kpi-card.c3 .kpi-icon {
  color: #ff9500;
}
body.tce-style-index .kpi-card.c4 .kpi-icon {
  color: #b070ff;
}
body.tce-style-index .kpi-card.c5 .kpi-icon {
  color: #ff6b9d;
}
body.tce-style-index .kpi-card.c6 .kpi-icon {
  color: #00e5ff;
}
body.tce-style-index .kpi-info {
  flex: 1;
}
body.tce-style-index .kpi-label {
  font-size: 11px;
  color: #6a8aaa;
  margin-bottom: 2px;
}
body.tce-style-index .kpi-value {
  font-size: 22px;
  font-weight: 700;
}
body.tce-style-index .kpi-card.c1 .kpi-value {
  color: #00c8ff;
}
body.tce-style-index .kpi-card.c2 .kpi-value {
  color: #00f0a0;
}
body.tce-style-index .kpi-card.c3 .kpi-value {
  color: #ff9500;
}
body.tce-style-index .kpi-card.c4 .kpi-value {
  color: #b070ff;
}
body.tce-style-index .kpi-card.c5 .kpi-value {
  color: #ff6b9d;
}
body.tce-style-index .kpi-card.c6 .kpi-value {
  color: #00e5ff;
}
body.tce-style-index .kpi-unit {
  font-size: 12px;
  font-weight: 400;
  color: #6a8aaa;
  margin-left: 3px;
}
body.tce-style-index .kpi-sub {
  font-size: 10px;
  color: #5a7a9a;
  margin-top: 1px;
}
body.tce-style-index .section-title {
  font-size: 18px;
  font-weight: 600;
  color: #c0d8e8;
  margin: 12px 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
body.tce-style-index .section-title::before {
  content: '';
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: linear-gradient(180deg, #00d4ff, #0080ff);
}
body.tce-style-index .section-title .tag {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 12px;
  background: rgba(0, 160, 255, 0.12);
  color: #00a0ff;
  border: 1px solid rgba(0, 160, 255, 0.15);
  margin-left: 6px;
}
body.tce-style-index .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}
body.tce-style-index .module-card {
  background: linear-gradient(135deg, rgba(13, 31, 60, 0.85), rgba(10, 22, 40, 0.9));
  border: 1px solid rgba(0, 136, 255, 0.12);
  border-radius: 10px;
  padding: 16px 18px 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
body.tce-style-index .module-card:hover {
  border-color: rgba(0, 200, 255, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 136, 255, 0.15);
}
body.tce-style-index .module-card::after {
  content: '→';
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-size: 16px;
  color: rgba(0, 200, 255, 0.3);
  transition: all 0.3s ease;
}
body.tce-style-index .module-card:hover::after {
  color: #00d4ff;
  right: 12px;
}
body.tce-style-index .module-card .m-num {
  font-size: 11px;
  font-weight: 700;
  color: rgba(0, 200, 255, 0.3);
  margin-bottom: 4px;
}
body.tce-style-index .module-card .m-icon {
  font-size: 28px;
  margin-bottom: 6px;
}
body.tce-style-index .module-card .m-title {
  font-size: 14px;
  font-weight: 600;
  color: #c0d8e8;
  margin-bottom: 3px;
}
body.tce-style-index .module-card .m-desc {
  font-size: 10px;
  color: #6a8aaa;
  line-height: 1.5;
  flex: 1;
}
body.tce-style-index .module-card .m-tags {
  margin-top: 8px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
body.tce-style-index .module-card .m-tags span {
  font-size: 9px;
  padding: 1px 6px;
  border-radius: 8px;
  background: rgba(0, 160, 255, 0.1);
  color: #00a0ff;
  border: 1px solid rgba(0, 160, 255, 0.1);
}
body.tce-style-index .module-card.b1 {
  border-left: 3px solid #00a0ff;
}
body.tce-style-index .module-card.b2 {
  border-left: 3px solid #00f0a0;
}
body.tce-style-index .module-card.b3 {
  border-left: 3px solid #ff9500;
}
body.tce-style-index .module-card.b4 {
  border-left: 3px solid #b070ff;
}
body.tce-style-index .module-card.b5 {
  border-left: 3px solid #ff6b9d;
}
body.tce-style-index .module-card.b6 {
  border-left: 3px solid #00e5ff;
}
body.tce-style-index .module-card.b7 {
  border-left: 3px solid #ffcc00;
}
body.tce-style-index .module-card.b8 {
  border-left: 3px solid #4caf50;
}
body.tce-style-index .module-card.b9 {
  border-left: 3px solid #e040fb;
}
body.tce-style-index .module-card.b10 {
  border-left: 3px solid #ff4081;
}
body.tce-style-index .module-card.b11 {
  border-left: 3px solid #40c4ff;
}
body.tce-style-index .module-card.b12 {
  border-left: 3px solid #69f0ae;
}
body.tce-style-index .footer {
  padding: 22px 0 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(0, 136, 255, 0.08);
  margin-top: 20px;
}
body.tce-style-index .official-gateway {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px 18px 24px;
  border: 1px solid rgba(0, 240, 160, 0.36);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.14), rgba(0, 240, 160, 0.08) 42%, rgba(13, 31, 60, 0.86));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
body.tce-style-index .official-gateway::before {
  content: '';
  width: 4px;
  align-self: stretch;
  flex: 0 0 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, #00d4ff, #00f0a0);
  box-shadow: 0 0 18px rgba(0, 240, 160, 0.55);
}
body.tce-style-index .official-gateway-copy {
  flex: 1;
  min-width: 0;
}
body.tce-style-index .official-gateway-kicker {
  color: #00f0a0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.3;
}
body.tce-style-index .official-gateway-title {
  margin-top: 5px;
  color: #e8fbff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
body.tce-style-index .official-gateway-desc {
  margin-top: 4px;
  color: #8ab4d8;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}
body.tce-style-index .official-gateway-link {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #041a24;
  background: linear-gradient(135deg, #e8fff8 0%, #00f0a0 100%);
  border: 1px solid rgba(224, 255, 247, 0.8);
  border-radius: 26px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(0, 240, 160, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
body.tce-style-index .official-gateway-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ffffff 0%, #00d4ff 100%);
  box-shadow: 0 16px 36px rgba(0, 212, 255, 0.34);
}
body.tce-style-index .official-gateway-link:focus-visible {
  outline: 2px solid #e0fff7;
  outline-offset: 4px;
}
body.tce-style-index .official-gateway-arrow {
  font-size: 18px;
  line-height: 1;
}
body.tce-style-index .footer-meta {
  text-align: center;
  padding-top: 14px;
  font-size: 11px;
  color: #3a5a7a;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  body.tce-style-index .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1000px) {
  body.tce-style-index .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  body.tce-style-index .official-gateway {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
  }
  body.tce-style-index .official-gateway::before {
    width: auto;
    height: 4px;
    align-self: stretch;
    flex-basis: 4px;
  }
  body.tce-style-index .official-gateway-link {
    width: 100%;
  }
}
@media (max-width: 600px) {
  body.tce-style-index .page {
    padding: 20px 16px 30px;
  }
  body.tce-style-index .grid {
    grid-template-columns: 1fr;
  }
}
body.tce-style-page1 .page1-data-tabs {
  display: flex;
  gap: 6px;
  margin: 2px 0 6px;
  flex-shrink: 0;
}
body.tce-style-page1 .page1-data-tab {
  height: 24px;
  padding: 0 12px;
  border: 1px solid rgba(0, 160, 255, 0.28);
  background: rgba(0, 80, 160, 0.14);
  color: #8ab4d8;
  border-radius: 4px;
  font-size: 10px;
  cursor: pointer;
}
body.tce-style-page1 .page1-data-tab.active {
  background: rgba(0, 180, 255, 0.24);
  border-color: rgba(0, 212, 255, 0.55);
  color: #00d4ff;
  font-weight: 600;
}
body.tce-style-page1 .kpi-sub .hlr {
  color: #ff6b9d;
  font-weight: 600;
}
body.tce-style-page1 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page1 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 9.5px;
}
body.tce-style-page1 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 2px 2px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 8.5px;
}
body.tce-style-page1 .data-table td {
  padding: 2px 2px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
  font-size: 8.5px;
}
body.tce-style-page1 .data-table .month {
  color: #8ab4d8;
  font-weight: 500;
}
body.tce-style-page1 .data-table .current {
  color: #00d4ff;
  font-weight: 600;
}
body.tce-style-page1 .data-table .yoy-down {
  color: #00f0a0;
}
body.tce-style-page1 .data-table .yoy-up {
  color: #ff7070;
}
body.tce-style-page1 .data-table .avg-row td {
  background: rgba(0, 80, 160, 0.15);
  color: #c0d8e8;
  font-weight: 600;
  border-top: 1px solid rgba(0, 136, 255, 0.2);
}
body.tce-style-page1 .data-table .pending td {
  color: #5a7090;
}
body.tce-style-page1 .data-table .name {
  color: #8ab4d8;
  font-weight: 500;
  text-align: left;
  padding-left: 4px;
}
body.tce-style-page1 .data-table ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
body.tce-style-page10 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page10 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 10px;
}
body.tce-style-page10 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 3px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 9px;
}
body.tce-style-page10 .data-table td {
  padding: 2px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
  font-size: 9px;
}
body.tce-style-page10 .data-table .name {
  color: #8ab4d8;
  font-weight: 500;
  text-align: left;
  padding-left: 6px;
}
body.tce-style-page10 .data-table .high {
  color: #ff6b9d;
  font-weight: 600;
}
body.tce-style-page10 .data-table .mid {
  color: #ffcc00;
  font-weight: 500;
}
body.tce-style-page10 .data-table .low {
  color: #00f0a0;
  font-weight: 400;
}
body.tce-style-page11 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 6px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page11 .panel {
  background: linear-gradient(135deg, rgba(13, 31, 60, 0.8), rgba(10, 22, 40, 0.85));
  border: 1px solid rgba(0, 136, 255, 0.15);
  border-radius: 8px;
  padding: 10px 14px 6px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
body.tce-style-page11 .panel-title {
  font-size: 14px;
  font-weight: 600;
  color: #c0d8e8;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
body.tce-style-page11 .panel-title::before {
  content: '';
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(180deg, #00d4ff, #0080ff);
}
body.tce-style-page11 .panel-footer {
  display: flex;
  justify-content: space-between;
  padding: 4px 4px 0;
  font-size: 10px;
  color: #5a7a9a;
  flex-shrink: 0;
  border-top: 1px solid rgba(0, 136, 255, 0.08);
  margin-top: 2px;
}
body.tce-style-page11 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 11px;
}
body.tce-style-page11 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 6px 6px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 10px;
}
body.tce-style-page11 .data-table td {
  padding: 5px 6px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
}
body.tce-style-page11 .data-table .name {
  color: #8ab4d8;
  font-weight: 500;
  text-align: left;
  padding-left: 8px;
}
body.tce-style-page11 .data-table .idx {
  color: #5a7a9a;
  font-weight: 600;
}
body.tce-style-page11 .data-table .ok {
  color: #00f0a0;
  font-weight: 600;
}
body.tce-style-page11 .data-table .grp {
  color: #00d4ff;
  font-weight: 500;
}
body.tce-style-page11 .flow-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
body.tce-style-page11 .flow-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  background: rgba(0, 40, 80, 0.3);
  border: 1px solid rgba(0, 136, 255, 0.1);
  border-radius: 6px;
}
body.tce-style-page11 .flow-step .step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
body.tce-style-page11 .flow-step .step-content {
  flex: 1;
}
body.tce-style-page11 .flow-step .step-title {
  font-size: 13px;
  font-weight: 600;
  color: #c0d8e8;
}
body.tce-style-page11 .flow-step .step-desc {
  font-size: 10px;
  color: #6a8aaa;
  margin-top: 2px;
}
body.tce-style-page11 .flow-step .step-tag {
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 10px;
  flex-shrink: 0;
}
body.tce-style-page11 .flow-step .step-tag.t1 {
  background: rgba(0, 160, 255, 0.12);
  color: #00a0ff;
  border: 1px solid rgba(0, 160, 255, 0.2);
}
body.tce-style-page11 .flow-step .step-tag.t2 {
  background: rgba(176, 112, 255, 0.12);
  color: #b070ff;
  border: 1px solid rgba(176, 112, 255, 0.2);
}
body.tce-style-page11 .flow-step.s1 .step-num {
  background: rgba(0, 160, 255, 0.15);
  color: #00a0ff;
}
body.tce-style-page11 .flow-step.s2 .step-num {
  background: rgba(0, 240, 160, 0.15);
  color: #00f0a0;
}
body.tce-style-page11 .flow-step.s3 .step-num {
  background: rgba(255, 149, 0, 0.15);
  color: #ff9500;
}
body.tce-style-page11 .flow-step.s4 .step-num {
  background: rgba(176, 112, 255, 0.15);
  color: #b070ff;
}
body.tce-style-page12 .kpi-sub .hlr {
  color: #ff6b9d;
  font-weight: 600;
}
body.tce-style-page12 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page12 .price-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  gap: 6px;
  padding: 4px 0;
}
body.tce-style-page12 .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  background: rgba(0, 40, 80, 0.25);
  border-radius: 6px;
  border: 1px solid rgba(0, 136, 255, 0.08);
}
body.tce-style-page12 .price-row .label {
  font-size: 11px;
  color: #6a8aaa;
}
body.tce-style-page12 .price-row .value {
  font-size: 18px;
  font-weight: 700;
  color: #00d4ff;
}
body.tce-style-page12 .price-row .value.up {
  color: #ff6060;
}
body.tce-style-page12 .price-row .value.down {
  color: #00f0a0;
}
body.tce-style-page12 .price-row .value .unit {
  font-size: 12px;
  font-weight: 400;
  color: #6a8aaa;
  margin-left: 3px;
}
body.tce-style-page12 .price-sub {
  text-align: center;
  font-size: 10px;
  color: #5a7a9a;
  padding: 2px 0;
}
body.tce-style-page12 .price-sub span {
  color: #00d4ff;
  font-weight: 600;
}
body.tce-style-page12 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 10px;
}
body.tce-style-page12 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 3px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 9px;
}
body.tce-style-page12 .data-table td {
  padding: 2px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
  font-size: 9px;
}
body.tce-style-page12 .data-table .name {
  color: #8ab4d8;
  font-weight: 500;
  text-align: left;
  padding-left: 6px;
}
body.tce-style-page12 .data-table .val-r {
  color: #ff6b9d;
  font-weight: 600;
}
body.tce-style-page12 .data-table .val-g {
  color: #00f0a0;
  font-weight: 600;
}
body.tce-style-page12 .data-table .section td {
  background: rgba(0, 80, 160, 0.18);
  color: #c0d8e8;
  font-weight: 700;
  text-align: left;
  padding-left: 6px;
  border-top: 1px solid rgba(0, 136, 255, 0.15);
  font-size: 10px;
}
body.tce-style-page12 .data-table .zero {
  color: #5a7090;
}
body.tce-style-page2 .kpi-trend {
  font-size: 10px;
  margin-top: 1px;
}
body.tce-style-page2 .kpi-trend.down {
  color: #00f0a0;
}
body.tce-style-page2 .kpi-trend.up {
  color: #ff6060;
}
body.tce-style-page2 .kpi-trend.neutral {
  color: #ffcc00;
}
body.tce-style-page2 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page2 .panel {
  background: linear-gradient(135deg, rgba(13, 31, 60, 0.8), rgba(10, 22, 40, 0.85));
  border: 1px solid rgba(0, 136, 255, 0.15);
  border-radius: 8px;
  padding: 8px 12px 4px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
body.tce-style-page2 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 10.5px;
}
body.tce-style-page2 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 4px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 10px;
}
body.tce-style-page2 .data-table td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
}
body.tce-style-page2 .data-table .month {
  color: #8ab4d8;
  font-weight: 500;
}
body.tce-style-page2 .data-table .current {
  color: #00d4ff;
  font-weight: 600;
}
body.tce-style-page2 .data-table .yoy-down {
  color: #00f0a0;
}
body.tce-style-page2 .data-table .yoy-up {
  color: #ff7070;
}
body.tce-style-page2 .data-table .avg-row td {
  background: rgba(0, 80, 160, 0.15);
  color: #c0d8e8;
  font-weight: 600;
  border-top: 1px solid rgba(0, 136, 255, 0.2);
}
body.tce-style-page2 .data-table .pending td {
  color: #5a7090;
}
body.tce-style-page3 .kpi-card.y25::before {
  background: #00a0ff;
  box-shadow: 0 0 10px #00a0ff;
}
body.tce-style-page3 .kpi-card.y26::before {
  background: #00f0a0;
  box-shadow: 0 0 10px #00f0a0;
}
body.tce-style-page3 .kpi-card.carbon::before {
  background: #ff6b9d;
  box-shadow: 0 0 10px #ff6b9d;
}
body.tce-style-page3 .kpi-card.cost::before {
  background: #ff9500;
  box-shadow: 0 0 10px #ff9500;
}
body.tce-style-page3 .kpi-card.green::before {
  background: #00e5a0;
  box-shadow: 0 0 10px #00e5a0;
}
body.tce-style-page3 .kpi-card.y25 .kpi-icon {
  background: rgba(0, 160, 255, 0.12);
  color: #00a0ff;
}
body.tce-style-page3 .kpi-card.y26 .kpi-icon {
  background: rgba(0, 240, 160, 0.12);
  color: #00f0a0;
}
body.tce-style-page3 .kpi-card.carbon .kpi-icon {
  background: rgba(255, 107, 157, 0.12);
  color: #ff6b9d;
}
body.tce-style-page3 .kpi-card.cost .kpi-icon {
  background: rgba(255, 149, 0, 0.12);
  color: #ff9500;
}
body.tce-style-page3 .kpi-card.green .kpi-icon {
  background: rgba(0, 229, 160, 0.12);
  color: #00e5a0;
}
body.tce-style-page3 .kpi-card.y25 .kpi-value {
  color: #00c8ff;
}
body.tce-style-page3 .kpi-card.y26 .kpi-value {
  color: #00f0a0;
}
body.tce-style-page3 .kpi-card.carbon .kpi-value {
  color: #ff6b9d;
}
body.tce-style-page3 .kpi-card.cost .kpi-value {
  color: #ff9500;
}
body.tce-style-page3 .kpi-card.green .kpi-value {
  color: #00e5a0;
}
body.tce-style-page3 .kpi-sub .highlight {
  color: #00f0a0;
  font-weight: 600;
}
body.tce-style-page3 .kpi-sub .highlight-red {
  color: #ff7070;
  font-weight: 600;
}
body.tce-style-page3 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page4 .kpi-trend {
  font-size: 10px;
  margin-top: 1px;
}
body.tce-style-page4 .kpi-trend.up {
  color: #ff6060;
}
body.tce-style-page4 .kpi-trend.down {
  color: #00f0a0;
}
body.tce-style-page4 .kpi-trend.neutral {
  color: #ffcc00;
}
body.tce-style-page4 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page4 .panel {
  background: linear-gradient(135deg, rgba(13, 31, 60, 0.8), rgba(10, 22, 40, 0.85));
  border: 1px solid rgba(0, 136, 255, 0.15);
  border-radius: 8px;
  padding: 8px 12px 4px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
body.tce-style-page4 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 10.5px;
}
body.tce-style-page4 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 4px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 10px;
}
body.tce-style-page4 .data-table td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
}
body.tce-style-page4 .data-table .month {
  color: #8ab4d8;
  font-weight: 500;
}
body.tce-style-page4 .data-table .current {
  color: #00d4ff;
  font-weight: 600;
}
body.tce-style-page4 .data-table .yoy-down {
  color: #00f0a0;
}
body.tce-style-page4 .data-table .yoy-up {
  color: #ff7070;
}
body.tce-style-page4 .data-table .avg-row td {
  background: rgba(0, 80, 160, 0.15);
  color: #c0d8e8;
  font-weight: 600;
  border-top: 1px solid rgba(0, 136, 255, 0.2);
}
body.tce-style-page4 .data-table .pending td {
  color: #5a7090;
}
body.tce-style-page5 .kpi-sub .hlr {
  color: #ff7070;
  font-weight: 600;
}
body.tce-style-page5 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page5 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 10.5px;
}
body.tce-style-page5 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 4px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 10px;
}
body.tce-style-page5 .data-table td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
}
body.tce-style-page5 .data-table .name {
  color: #8ab4d8;
  font-weight: 500;
  text-align: left;
  padding-left: 6px;
}
body.tce-style-page5 .data-table .yoy-down {
  color: #00f0a0;
}
body.tce-style-page5 .data-table .yoy-up {
  color: #ff7070;
}
body.tce-style-page5 .data-table .zero {
  color: #5a7090;
}
body.tce-style-page6 .kpi-sub .hlr {
  color: #ff6b9d;
  font-weight: 600;
}
body.tce-style-page6 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page6 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 10.5px;
}
body.tce-style-page6 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 4px 4px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 10px;
}
body.tce-style-page6 .data-table td {
  padding: 3px 4px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
}
body.tce-style-page6 .data-table .name {
  color: #8ab4d8;
  font-weight: 500;
  text-align: left;
  padding-left: 8px;
}
body.tce-style-page6 .data-table .y25-row td {
  color: #b0c8d8;
}
body.tce-style-page6 .data-table .y26-row td {
  color: #c0d8e8;
}
body.tce-style-page6 .data-table .y25-row .name {
  color: #00a0ff;
}
body.tce-style-page6 .data-table .y26-row .name {
  color: #00f0a0;
}
body.tce-style-page6 .data-table .val-g {
  color: #00f0a0;
  font-weight: 600;
}
body.tce-style-page6 .data-table .val-r {
  color: #ff6b9d;
  font-weight: 600;
}
body.tce-style-page7 .kpi-trend {
  font-size: 10px;
  margin-top: 1px;
}
body.tce-style-page7 .kpi-trend.up {
  color: #ff6060;
}
body.tce-style-page7 .kpi-trend.down {
  color: #00f0a0;
}
body.tce-style-page7 .kpi-trend.neutral {
  color: #ffcc00;
}
body.tce-style-page7 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page7 .panel {
  background: linear-gradient(135deg, rgba(13, 31, 60, 0.8), rgba(10, 22, 40, 0.85));
  border: 1px solid rgba(0, 136, 255, 0.15);
  border-radius: 8px;
  padding: 8px 12px 4px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
body.tce-style-page7 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 10.5px;
}
body.tce-style-page7 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 4px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 10px;
}
body.tce-style-page7 .data-table td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
}
body.tce-style-page7 .data-table .month {
  color: #8ab4d8;
  font-weight: 500;
}
body.tce-style-page7 .data-table .current {
  color: #00d4ff;
  font-weight: 600;
}
body.tce-style-page7 .data-table .yoy-down {
  color: #00f0a0;
}
body.tce-style-page7 .data-table .yoy-up {
  color: #ff7070;
}
body.tce-style-page7 .data-table .avg-row td {
  background: rgba(0, 80, 160, 0.15);
  color: #c0d8e8;
  font-weight: 600;
  border-top: 1px solid rgba(0, 136, 255, 0.2);
}
body.tce-style-page7 .data-table .pending td {
  color: #5a7090;
}
body.tce-style-page8 .kpi-sub .hlr {
  color: #ff6b9d;
  font-weight: 600;
}
body.tce-style-page8 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page8 .data-table {
  flex: 1;
  overflow: auto;
  font-size: 10px;
}
body.tce-style-page8 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 3px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 9.5px;
}
body.tce-style-page8 .data-table td {
  padding: 2px 3px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
}
body.tce-style-page8 .data-table .name {
  color: #8ab4d8;
  font-weight: 500;
  text-align: left;
  padding-left: 6px;
  font-size: 9.5px;
}
body.tce-style-page8 .data-table .section td {
  background: rgba(0, 80, 160, 0.18);
  color: #c0d8e8;
  font-weight: 700;
  text-align: left;
  padding-left: 6px;
  border-top: 1px solid rgba(0, 136, 255, 0.15);
  font-size: 10px;
}
body.tce-style-page8 .data-table .total td {
  background: rgba(0, 80, 160, 0.15);
  color: #00d4ff;
  font-weight: 700;
  border-top: 1px solid rgba(0, 136, 255, 0.2);
  font-size: 10px;
}
body.tce-style-page8 .data-table .val-r {
  color: #ff6b9d;
  font-weight: 600;
}
body.tce-style-page8 .data-table .zero {
  color: #5a7090;
}
body.tce-style-page9 .dashboard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 30%, rgba(0, 136, 255, 0.06) 0%, transparent 40%), radial-gradient(circle at 75% 70%, rgba(0, 200, 255, 0.05) 0%, transparent 40%);
  pointer-events: none;
}
body.tce-style-page9 .main-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 4px 0 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
body.tce-style-page9 .panel {
  background: linear-gradient(135deg, rgba(13, 31, 60, 0.8), rgba(10, 22, 40, 0.85));
  border: 1px solid rgba(0, 136, 255, 0.15);
  border-radius: 8px;
  padding: 10px 14px 6px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
body.tce-style-page9 .panel-title {
  font-size: 14px;
  font-weight: 600;
  color: #c0d8e8;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
body.tce-style-page9 .panel-title::before {
  content: '';
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(180deg, #00d4ff, #0080ff);
}
body.tce-style-page9 .panel-footer {
  display: flex;
  justify-content: space-between;
  padding: 4px 4px 0;
  font-size: 10px;
  color: #5a7a9a;
  flex-shrink: 0;
  border-top: 1px solid rgba(0, 136, 255, 0.08);
  margin-top: 2px;
}
body.tce-style-page9 .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex: 1;
  align-content: center;
}
body.tce-style-page9 .info-item {
  background: rgba(0, 40, 80, 0.3);
  border: 1px solid rgba(0, 136, 255, 0.1);
  border-radius: 6px;
  padding: 10px 14px;
}
body.tce-style-page9 .info-label {
  font-size: 10px;
  color: #6a8aaa;
  margin-bottom: 4px;
}
body.tce-style-page9 .info-value {
  font-size: 16px;
  font-weight: 600;
  color: #c0d8e8;
}
body.tce-style-page9 .info-value .hl {
  color: #00d4ff;
}
body.tce-style-page9 .info-value .sm {
  font-size: 11px;
  font-weight: 400;
  color: #6a8aaa;
  margin-left: 4px;
}
body.tce-style-page9 .sankey-table {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0;
}
body.tce-style-page9 .sankey-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 3px 0;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
}
body.tce-style-page9 .sankey-label {
  width: 100px;
  flex-shrink: 0;
  font-size: 12px;
  color: #8ab4d8;
  font-weight: 500;
  text-align: right;
  padding-right: 10px;
}
body.tce-style-page9 .sankey-bar-wrap {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
body.tce-style-page9 .sankey-bar {
  height: 28px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  transition: width 0.8s ease;
  min-width: 60px;
}
body.tce-style-page9 .sankey-bar .val {
  font-size: 11px;
  font-weight: 700;
}
body.tce-style-page9 .sankey-bar .pct {
  font-size: 10px;
  font-weight: 400;
  opacity: 0.8;
  margin-left: 6px;
}
body.tce-style-page9 .sankey-bar.s1 {
  background: linear-gradient(90deg, #00a0ff, #0060b0);
}
body.tce-style-page9 .sankey-bar.s2 {
  background: linear-gradient(90deg, #00e5a0, #007050);
}
body.tce-style-page9 .sankey-bar.s3 {
  background: linear-gradient(90deg, #ffcc00, #b08000);
}
body.tce-style-page9 .sankey-bar.s4 {
  background: linear-gradient(90deg, #b070ff, #6030a0);
}
body.tce-style-page9 .sankey-bar.s5 {
  background: linear-gradient(90deg, #ff6b9d, #a03050);
}
body.tce-style-page9 .sankey-bar.s-total {
  background: linear-gradient(90deg, #00d4ff, #0080c0);
}
body.tce-style-page9 .sankey-pct-right {
  font-size: 10px;
  color: #5a7a9a;
  padding-left: 8px;
  width: 50px;
  flex-shrink: 0;
}
body.tce-style-page9 .data-table {
  font-size: 11px;
}
body.tce-style-page9 .data-table th {
  background: rgba(0, 80, 160, 0.25);
  color: #8ab4d8;
  font-weight: 600;
  padding: 6px 6px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 136, 255, 0.2);
  white-space: nowrap;
  font-size: 10px;
}
body.tce-style-page9 .data-table td {
  padding: 5px 6px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #b0c8d8;
  white-space: nowrap;
}
body.tce-style-page9 .data-table .name {
  color: #8ab4d8;
  font-weight: 500;
  text-align: left;
  padding-left: 8px;
}
body.tce-style-page9 .data-table .zero {
  color: #5a7090;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
