.tab-bar[data-v-24308a45] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.04);
  padding: 8px 0 env(safe-area-inset-bottom, 8px) 0;
  padding-bottom: 8px;
  height: calc(56px + env(safe-area-inset-bottom, 0px));
}
.tab-item[data-v-24308a45] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  flex: 1;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.tab-item[data-v-24308a45]:active {
  opacity: 0.7;
}
.tab-label[data-v-24308a45] {
  font-size: 10px;
  font-weight: 500;
  color: #94a3b8;
  transition: color 0.2s;
}
.tab-label-active[data-v-24308a45] {
  color: #12a87a;
  font-weight: 600;
}






























































































































































































































































































/* Container */
.home-container[data-v-256cf40a] {
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  background: #f8fafc;
  padding-bottom: 80px;
}

/* ===== Header Arc ===== */
.header-arc[data-v-256cf40a] {
  background: linear-gradient(135deg, #32e0a1 0%, #12a87a 100%);
  padding: 16px 20px 20px 20px;
}
.top-bar[data-v-256cf40a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.top-title[data-v-256cf40a] {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-left: 6px;
}
.top-bar-icon[data-v-256cf40a] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Greeting */
.greeting-row[data-v-256cf40a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.greeting-text[data-v-256cf40a] {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}
.user-name[data-v-256cf40a] {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 2px;
}
.avatar-circle[data-v-256cf40a] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Stats Cards */
.stats-row[data-v-256cf40a] {
  display: flex;
  gap: 10px;
}
.stat-card[data-v-256cf40a] {
  flex: 1;
  padding: 12px 14px;
  border-radius: 14px;
  cursor: pointer;
  transition: transform 0.2s;
}
.stat-card[data-v-256cf40a]:active {
  transform: scale(0.97);
}
.stat-label[data-v-256cf40a] {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  margin-top: 4px;
}
.stat-value[data-v-256cf40a] {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stat-sub[data-v-256cf40a] {
  font-size: 10px;
  color: rgba(255,255,255,0.65);
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Glass card */
.card-glass[data-v-256cf40a] {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}

/* ===== Sections ===== */
.section[data-v-256cf40a] {
  padding: 20px 16px 0 16px;
}
.section-title-row[data-v-256cf40a] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.section-title[data-v-256cf40a] {
  font-size: 18px;
  font-weight: bold;
  color: #1e293b;
}
.accent-bar[data-v-256cf40a] {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #32e0a1, transparent);
}

/* ===== Service Grid ===== */
.service-grid[data-v-256cf40a] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.service-item[data-v-256cf40a] {
  flex: 0 0 calc(25% - 12px);
  margin: 0 6px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.service-item[data-v-256cf40a]:active {
  opacity: 0.7;
}
.service-icon-circle[data-v-256cf40a] {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(18,168,122,0.15);
}
.service-text[data-v-256cf40a] {
  font-size: 12px;
  font-weight: 500;
  color: #475569;
  text-align: center;
}

/* ===== Section More ===== */
.section-more[data-v-256cf40a] {
  font-size: 12px;
  color: #12a87a;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  cursor: pointer;
}

/* ===== Bill Row ===== */
.bill-row[data-v-256cf40a] {
  background: #f8fafc;
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: transform 0.15s;
&:active { transform: scale(0.985);
}
}
.bill-row-icon[data-v-256cf40a] {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #d1fae5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bill-fixed-icon[data-v-256cf40a] {
  background: #fef3c7;
}
.bill-row-info[data-v-256cf40a] {
  flex: 1;
  min-width: 0;
}
.bill-row-name[data-v-256cf40a] {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
.bill-row-desc[data-v-256cf40a] {
  font-size: 12px;
  color: #94a3b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bill-row-right[data-v-256cf40a] {
  text-align: right;
  flex-shrink: 0;
}
.bill-row-amount[data-v-256cf40a] {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

/* ===== Phone Card ===== */
.phone-card[data-v-256cf40a] {
  margin: 0 16px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #475569;
}
.phone-text[data-v-256cf40a] {
  margin-left: 8px;
  color: #94a3b8;
}
.phone-link[data-v-256cf40a] {
  color: #12a87a;
  text-decoration: none;
  font-weight: 500;
}
.phone-sep[data-v-256cf40a] {
  color: #cbd5e1;
  margin: 0 4px;
}

/* ===== News ===== */
.news-card[data-v-256cf40a] {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.news-item[data-v-256cf40a] {
  display: flex;
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: background 0.15s;
}
.news-item[data-v-256cf40a]:active {
  background: #f8fafc;
}
.news-item[data-v-256cf40a]:last-child {
  border-bottom: none;
}
.news-content[data-v-256cf40a] {
  flex: 1;
  min-width: 0;
  padding-right: 12px;
}
.news-title[data-v-256cf40a] {
  font-size: 14px;
  color: #1e293b;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.news-meta[data-v-256cf40a] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-tag-text[data-v-256cf40a] {
  font-size: 11px;
  color: #94a3b8;
}
.news-time[data-v-256cf40a] {
  font-size: 11px;
  color: #94a3b8;
  margin-left: auto;
}
.news-image[data-v-256cf40a] {
  width: 80px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

/* ===== Footer ===== */
.footer-text[data-v-256cf40a] {
  text-align: center;
  padding: 24px 0 16px;
  font-size: 12px;
  color: #94a3b8;
}

