:root{
  --esg-bg:#eef8f1; --esg-bg2:#f8fbf6; --esg-card:#ffffff; --esg-ink:#10251d; --esg-muted:#64748b;
  --esg-green:#16a34a; --esg-green2:#22c55e; --esg-mint:#dcfce7; --esg-mint2:#bbf7d0;
  --esg-gold:#f59e0b; --esg-orange:#fb923c; --esg-purple:#8b5cf6;
  --esg-line:rgba(22,101,52,.14); --esg-shadow:0 18px 50px rgba(15,23,42,.10); --esg-radius:24px;
}
*{box-sizing:border-box}
.esg-achievement-body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC",Roboto,Arial,sans-serif;background:radial-gradient(circle at 20% 0%,#dfffe7 0,var(--esg-bg) 34%,var(--esg-bg2) 100%);color:var(--esg-ink);padding-bottom:88px;min-height:100vh}
.esg-achievement-page{max-width:1180px;margin:0 auto;padding:20px clamp(14px,3vw,30px) 120px}
.esg-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:16px}.esg-brand{display:flex;gap:12px;align-items:center}.esg-brand-logo{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#16a34a,#86efac);display:grid;place-items:center;color:#fff;font-size:24px;font-weight:900;box-shadow:0 12px 28px rgba(22,163,74,.25)}
.esg-brand h1{font-size:24px;margin:0}.esg-brand p{margin:4px 0 0;color:var(--esg-muted);font-size:14px}.esg-share{border:0;border-radius:999px;background:#fff;padding:10px 14px;font-weight:800;color:#166534;box-shadow:var(--esg-shadow);cursor:pointer}.esg-share:hover{filter:brightness(.98)}
.esg-hero{position:relative;overflow:hidden;border-radius:32px;padding:26px;background:linear-gradient(135deg,#0f5132,#16a34a 52%,#86efac);color:#fff;box-shadow:0 24px 60px rgba(22,101,52,.28)}
.esg-hero:before{content:"";position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.18)}.esg-hero:after{content:"🌏";position:absolute;right:32px;bottom:18px;font-size:88px;opacity:.18}
.esg-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:center}.esg-profile{display:flex;gap:16px;align-items:center}.esg-avatar{width:72px;height:72px;border-radius:24px;background:#fff;color:#16a34a;display:grid;place-items:center;font-size:34px;font-weight:900;overflow:hidden}.esg-avatar img{width:100%;height:100%;object-fit:cover}.esg-level-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:8px 12px;font-weight:900;margin-bottom:8px}.esg-hero h2{font-size:30px;margin:0 0 6px}.esg-hero .esg-subtitle{margin:0;color:rgba(255,255,255,.86)}
.esg-points-card{background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.25);border-radius:24px;padding:18px;backdrop-filter:blur(8px)}.esg-points-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.esg-points{font-size:38px;font-weight:950;line-height:1}.esg-progress{height:12px;border-radius:999px;background:rgba(255,255,255,.22);overflow:hidden;margin:14px 0 8px}.esg-progress i{display:block;height:100%;border-radius:999px;background:#fff;transition:width .3s}.esg-next{font-size:13px;color:rgba(255,255,255,.86)}
.esg-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.esg-metric{position:relative;background:var(--esg-card);border:1px solid var(--esg-line);border-radius:24px;padding:18px;box-shadow:var(--esg-shadow);overflow:hidden}.esg-metric:after{content:"";position:absolute;right:-16px;top:-16px;width:70px;height:70px;border-radius:50%;background:var(--esg-mint);opacity:.8}.esg-metric .esg-icon{font-size:26px;margin-bottom:8px}.esg-metric strong{display:block;font-size:28px}.esg-metric span{color:var(--esg-muted);font-weight:800}.esg-metric small{display:block;margin-top:8px;color:#15803d;font-weight:800}
.esg-tabs{position:sticky;top:0;z-index:5;background:rgba(238,248,241,.88);backdrop-filter:blur(10px);display:flex;gap:8px;margin:14px 0 18px;padding:8px;border-radius:999px;border:1px solid var(--esg-line)}.esg-tab{flex:1;border:0;border-radius:999px;padding:11px 10px;background:transparent;color:#64748b;font-weight:900;cursor:pointer}.esg-tab.active{background:#16a34a;color:white;box-shadow:0 10px 24px rgba(22,163,74,.22)}
.esg-section{display:none}.esg-section.active{display:block}.esg-section-title{display:flex;align-items:center;justify-content:space-between;margin:18px 0 12px}.esg-section-title h3{font-size:20px;margin:0}.esg-section-title a,.esg-section-title span{color:#15803d;text-decoration:none;font-weight:900}.esg-two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.esg-card{background:#fff;border:1px solid var(--esg-line);border-radius:var(--esg-radius);box-shadow:var(--esg-shadow);padding:20px}.esg-unlock{display:flex;gap:14px;align-items:center}.esg-unlock-badge{width:60px;height:60px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#facc15,#fb923c);font-size:30px;box-shadow:0 14px 30px rgba(245,158,11,.22)}.esg-unlock h4,.esg-chest h4,.esg-activity h4{margin:0 0 6px;font-size:17px}.esg-unlock p,.esg-chest p,.esg-activity p{margin:0;color:var(--esg-muted);font-size:14px;line-height:1.5}
.esg-hint{background:linear-gradient(135deg,#fff7ed,#fffbeb);border-color:rgba(245,158,11,.28)}.esg-hint strong{color:#92400e}.esg-mini-progress{height:9px;background:#fde68a;border-radius:999px;overflow:hidden;margin-top:12px}.esg-mini-progress i{display:block;height:100%;background:#f59e0b;border-radius:999px;transition:width .3s}
.esg-badge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.esg-badge{position:relative;text-align:center;background:#fff;border:1px solid var(--esg-line);border-radius:24px;padding:16px 10px;box-shadow:0 14px 34px rgba(15,23,42,.07);cursor:pointer}.esg-badge .esg-medal{width:66px;height:66px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;font-size:32px;background:linear-gradient(135deg,#bbf7d0,#22c55e);color:#fff;box-shadow:0 12px 30px rgba(22,163,74,.22)}.esg-badge.epic .esg-medal{background:linear-gradient(135deg,#fef3c7,#f59e0b)}.esg-badge.legendary .esg-medal,.esg-badge.legend .esg-medal{background:linear-gradient(135deg,#ddd6fe,#8b5cf6)}.esg-badge.locked{filter:grayscale(.85);opacity:.68}.esg-badge h4{font-size:14px;margin:0 0 4px}.esg-badge p{font-size:12px;margin:0;color:var(--esg-muted)}.esg-rarity{position:absolute;right:10px;top:10px;font-size:11px;border-radius:999px;padding:3px 7px;background:#f1f5f9;color:#475569;font-weight:900}.esg-badge.epic .esg-rarity{background:#fef3c7;color:#92400e}.esg-badge.legendary .esg-rarity,.esg-badge.legend .esg-rarity{background:#ede9fe;color:#5b21b6}.esg-badge-progress{height:7px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin:10px 8px 0}.esg-badge-progress i{display:block;height:100%;background:#16a34a;border-radius:999px}
.esg-reward-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.esg-chest{text-align:left}.esg-chest-icon{height:110px;border-radius:22px;margin-bottom:12px;display:grid;place-items:center;font-size:56px;background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.esg-chest.claimable .esg-chest-icon{background:linear-gradient(135deg,#fef3c7,#fdba74)}.esg-status{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;margin-bottom:8px;background:#dcfce7;color:#047857}.esg-status.wait{background:#fff7ed;color:#c2410c}.esg-status.done{background:#f1f5f9;color:#64748b}.esg-claim{margin-top:12px;width:100%;border:0;border-radius:16px;padding:12px;background:#16a34a;color:#fff;font-weight:950;cursor:pointer}.esg-claim.disabled{background:#e2e8f0;color:#64748b;cursor:not-allowed}
.esg-activity-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.esg-activity{position:relative;overflow:hidden}.esg-activity .esg-tag{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;background:#dcfce7;color:#047857;margin-bottom:8px}.esg-activity .esg-percent{position:absolute;right:18px;top:18px;font-weight:950;color:#16a34a}.esg-activity-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.esg-activity-stats div{background:#f8fafc;border-radius:14px;padding:10px;text-align:center}.esg-activity-stats strong{display:block;color:#0f172a}.esg-activity-stats span{font-size:12px;color:#64748b;font-weight:800}.esg-activity-actions{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.esg-link-btn{border:0;border-radius:999px;background:#ecfdf5;color:#047857;padding:8px 11px;font-weight:900;text-decoration:none;font-size:13px}
.esg-impact{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px}.esg-impact-planet{min-height:240px;border-radius:28px;background:radial-gradient(circle at 50% 42%,#86efac 0,#22c55e 42%,#0f766e 68%);display:grid;place-items:center;color:white;font-size:92px;box-shadow:0 22px 52px rgba(15,118,110,.22)}.esg-impact-list{display:grid;gap:12px}.esg-impact-item{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--esg-line);border-radius:20px;padding:14px 16px;box-shadow:0 12px 28px rgba(15,23,42,.06)}
.esg-bottom-nav{position:fixed;left:0;right:0;bottom:0;background:#fff;box-shadow:0 -12px 30px rgba(15,23,42,.08);display:grid;grid-template-columns:repeat(4,1fr);height:72px;z-index:20}.esg-bottom-nav a{display:grid;place-items:center;text-decoration:none;color:#64748b;font-weight:900}.esg-bottom-nav a.active{background:#dcfce7;color:#047857}
.esg-modal{position:fixed;inset:0;background:rgba(15,23,42,.44);display:none;place-items:end center;z-index:1000}.esg-modal.open{display:grid}.esg-modal-card{width:min(100%,520px);background:#fff;border-radius:28px 28px 0 0;padding:24px;box-shadow:0 -20px 50px rgba(15,23,42,.22)}.esg-modal-medal{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;font-size:42px;background:linear-gradient(135deg,#fef3c7,#f59e0b);margin-bottom:12px}.esg-modal-close{float:right;border:0;background:#f1f5f9;border-radius:999px;padding:8px 12px;font-weight:900;cursor:pointer}.esg-modal-rarity{display:inline-flex;border-radius:999px;padding:4px 8px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:900}.esg-modal-progress{margin-top:14px;color:#64748b;font-weight:800}
.esg-state-card{background:#fff;border:1px solid var(--esg-line);border-radius:var(--esg-radius);box-shadow:var(--esg-shadow);padding:28px;text-align:center;margin:18px 0}.esg-state-card h2{margin:0 0 8px}.esg-state-card p{color:var(--esg-muted);margin:0 0 16px}.esg-state-card button,.esg-state-card a{display:inline-flex;border:0;border-radius:999px;background:#16a34a;color:#fff;padding:11px 16px;text-decoration:none;font-weight:900;cursor:pointer}
.esg-skeleton{min-height:86px;border-radius:24px;background:linear-gradient(90deg,#e2e8f0,#f8fafc,#e2e8f0);background-size:200% 100%;animation:esgShimmer 1.2s infinite}.esg-skeleton-hero{min-height:220px;border-radius:32px}.esg-skeleton-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}@keyframes esgShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@media(max-width:900px){.esg-hero-grid,.esg-two-col,.esg-impact{grid-template-columns:1fr}.esg-metrics{grid-template-columns:repeat(2,1fr)}.esg-badge-grid{grid-template-columns:repeat(3,1fr)}.esg-reward-grid,.esg-activity-grid{grid-template-columns:1fr}.esg-topbar{align-items:flex-start}.esg-share{display:none}.esg-skeleton-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.esg-achievement-page{padding:14px 12px 110px}.esg-brand h1{font-size:21px}.esg-hero{border-radius:28px;padding:20px}.esg-hero h2{font-size:24px}.esg-avatar{width:62px;height:62px;border-radius:20px}.esg-points{font-size:32px}.esg-metrics{gap:10px}.esg-metric{padding:14px;border-radius:20px}.esg-badge-grid{grid-template-columns:repeat(2,1fr)}.esg-activity-stats{grid-template-columns:repeat(2,1fr)}.esg-tabs{border-radius:22px}.esg-tab{font-size:13px}.esg-bottom-nav{height:68px}}

/* Phase 2: uploaded badge image rendering */
.esg-medal {
  overflow: hidden;
}

.esg-medal-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 18px;
}

.esg-medal-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 36px;
  line-height: 1;
}

#esgModalMedal {
  overflow: hidden;
  word-break: normal;
}

.esg-modal-medal-img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  display: block;
  border-radius: 24px;
}

/* v1.3 ESG share card preview */
.esg-share-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(15, 23, 42, 0.56);
}
.esg-share-preview-modal.open { display: grid; }
.esg-share-preview-card {
  width: min(680px, 100%);
  max-height: 88vh;
  overflow: auto;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(187, 247, 208, .9);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
  padding: 18px;
}
.esg-share-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.esg-share-close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 24px;
  cursor: pointer;
}
.esg-share-preview-img {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #ecfdf5;
  border: 1px solid #dcfce7;
}
.esg-share-preview-body h3 { margin: 14px 0 6px; }
.esg-share-preview-body p { color: #64748b; line-height: 1.7; }
.esg-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.esg-share-loading,
.esg-share-error {
  padding: 32px 12px;
  text-align: center;
  color: #64748b;
}
.esg-share-error { color: #b91c1c; }
.esg-share-card-btn { border: 0; cursor: pointer; }

/* v1.3.2 activity complete share card button */
.esg-activity.is-completed {
  position: relative;
}

.esg-activity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.esg-share-activity-btn {
  margin-left: auto;
  border: 1px solid rgba(15, 23, 42, 0.86) !important;
  background: #ffffff !important;
  color: #0f172a !important;
  font-weight: 900 !important;
  cursor: pointer;
  white-space: nowrap;
}

.esg-share-activity-btn:hover {
  background: #ecfdf5 !important;
  border-color: #16a34a !important;
  color: #166534 !important;
}

.esg-share-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(8px);
}

.esg-share-preview-modal.open {
  display: flex;
}

.esg-share-preview-card {
  width: min(720px, 96vw);
  max-height: 90vh;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.25);
}

.esg-share-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  color: #0f172a;
}

.esg-share-close {
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.esg-share-preview-body {
  max-height: calc(90vh - 76px);
  overflow-y: auto;
  padding: 22px;
}

.esg-share-loading,
.esg-share-error {
  padding: 36px 18px;
  text-align: center;
  color: #475569;
  font-weight: 800;
}

.esg-share-preview-img {
  display: block;
  width: 100%;
  max-height: 56vh;
  object-fit: contain;
  border-radius: 22px;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2);
}

.esg-share-url-row {
  margin: 12px 0 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
}

.esg-share-url-row span {
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
}

.esg-share-url-row code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f172a;
}

.esg-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.esg-share-actions .esg-link-btn {
  text-decoration: none;
  cursor: pointer;
}

.esg-share-primary {
  background: #16a34a !important;
  color: #ffffff !important;
  border-color: #16a34a !important;
}

.esg-line-share-btn {
  background: #06c755 !important;
  color: #ffffff !important;
  border-color: #06c755 !important;
}

.esg-fb-share-btn {
  background: #1877f2 !important;
  color: #ffffff !important;
  border-color: #1877f2 !important;
}

@media (max-width: 760px) {
  .esg-share-activity-btn {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }

  .esg-share-actions .esg-link-btn {
    width: 100%;
    justify-content: center;
  }
}



/* 20260707_esg_catalog_nav_force5: ESG page bottom nav must keep 5 items including catalog */
.member-bottom-nav {
  display: block !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
}

.member-bottom-nav .member-bottom-nav-inner,
.member-bottom-nav-inner {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
}

.member-bottom-nav a,
.member-bottom-nav-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

@media (max-width: 640px) {
  .member-bottom-nav a,
  .member-bottom-nav-link {
    font-size: 15px !important;
    letter-spacing: 0 !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media (max-width: 390px) {
  .member-bottom-nav a,
  .member-bottom-nav-link {
    font-size: 14px !important;
  }
}


/* 20260707_esg_catalog_nav_force5_after_global_catalog: force ESG bottom nav to show 5 items after global catalog deploy */
.member-bottom-nav {
  display: block !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
}

.member-bottom-nav .member-bottom-nav-inner,
.member-bottom-nav-inner {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
}

.member-bottom-nav a,
.member-bottom-nav-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

@media (max-width: 640px) {
  .member-bottom-nav a,
  .member-bottom-nav-link {
    font-size: 15px !important;
    letter-spacing: 0 !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media (max-width: 390px) {
  .member-bottom-nav a,
  .member-bottom-nav-link {
    font-size: 14px !important;
  }
}


/* 20260707_esg_mobile_nav_force5_fix2: force mobile ESG bottom nav to 5 visible items */
.member-bottom-nav {
  display: block !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 99999 !important;
}

.member-bottom-nav .member-bottom-nav-inner,
.member-bottom-nav-inner {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
}

.member-bottom-nav a,
.member-bottom-nav-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

@media (max-width: 640px) {
  .member-bottom-nav a,
  .member-bottom-nav-link {
    font-size: 15px !important;
    letter-spacing: 0 !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}

@media (max-width: 390px) {
  .member-bottom-nav a,
  .member-bottom-nav-link {
    font-size: 14px !important;
  }
}

/* Personal carbon phase 1 */
.esg-carbon-divider{height:1px;background:rgba(255,255,255,.22);margin:16px 0 13px}.esg-carbon-head{display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.9);font-size:14px;font-weight:800}.esg-carbon-head a{color:#fff;text-decoration:none}.esg-carbon-value{font-size:40px;font-weight:950;line-height:1.1;margin:5px 0 9px}.esg-carbon-value small{font-size:16px}.esg-carbon-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.esg-carbon-evidence{font-size:12px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.2)}.esg-carbon-link{background:#fff;color:#166534;border-radius:999px;padding:9px 12px;text-decoration:none;font-size:12px;font-weight:900}.esg-carbon-empty{margin-top:14px;color:rgba(255,255,255,.76);font-size:13px}.esg-carbon-summary-pills{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:14px}.esg-carbon-summary-pills span{background:#ecfdf5;color:#166534;border:1px solid var(--esg-line);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}.esg-carbon-recent{display:grid;gap:10px;margin-bottom:22px}.esg-carbon-record{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--esg-line);border-radius:20px;padding:14px 16px;text-decoration:none;color:var(--esg-ink);box-shadow:0 10px 24px rgba(15,23,42,.05)}.esg-carbon-record strong,.esg-carbon-record b{display:block}.esg-carbon-record small{display:block;color:var(--esg-muted);margin-top:4px}.esg-carbon-record>div:last-child{text-align:right;color:#166534}@media(max-width:520px){.esg-carbon-value{font-size:34px;white-space:nowrap}.esg-carbon-link{width:100%;text-align:center}.esg-carbon-record{grid-template-columns:1fr}.esg-carbon-record>div:last-child{text-align:left}}
