:root {
  --bg: #fff7fd;
  --bg-soft: #fdf2ff;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-strong: #ffffff;
  --line: #f0d6f3;
  --text: #5a2c73;
  --muted: #8a6f98;
  --accent: #ea4fa7;
  --accent-2: #9a6dff;
  --accent-3: #ff93d2;
  --accent-soft: #ffe6f6;
  --success: #e5f8ef;
  --success-text: #1b7f55;
  --error: #ffe4ec;
  --error-text: #c24570;
  --warning: #fff2d8;
  --warning-text: #9a640b;
  --shadow: 0 20px 54px rgba(201, 108, 194, 0.16);
}
* { box-sizing: border-box; }
html {
  min-height: 100%;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 188, 227, 0.95), transparent 22%),
    radial-gradient(circle at 92% 8%, rgba(216, 196, 255, 0.92), transparent 24%),
    radial-gradient(circle at 78% 34%, rgba(255, 223, 170, 0.48), transparent 16%),
    linear-gradient(180deg, #fff8fd 0%, #fff1fb 28%, #f7efff 68%, #f9fbff 100%);
}
body {
  margin: 0;
  min-height: 100vh;
  font-family: "Nunito", "Avenir Next Rounded", "Segoe UI", Arial, sans-serif;
  background: transparent;
  color: var(--text);
  position: relative;
}
body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(6px);
  opacity: 0.75;
  z-index: 0;
}
body::before {
  width: 240px;
  height: 240px;
  left: -60px;
  top: 88px;
  background: radial-gradient(circle, rgba(255, 188, 227, 0.52), transparent 70%);
}
body::after {
  width: 260px;
  height: 260px;
  right: -80px;
  top: 180px;
  background: radial-gradient(circle, rgba(188, 187, 255, 0.45), transparent 72%);
}
.shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 18px 54px;
}
.shell-floral {
  overflow: hidden;
}
.flower {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  line-height: 1;
  opacity: 0.26;
  filter: drop-shadow(0 8px 18px rgba(234, 79, 167, 0.12));
}
.flower-a {
  top: 34px;
  left: 18px;
  font-size: 26px;
  color: #ff8fcf;
}
.flower-b {
  top: 132px;
  right: 34px;
  font-size: 42px;
  color: #c58dff;
}
.flower-c {
  top: 420px;
  left: -4px;
  font-size: 22px;
  color: #ffb0dc;
}
.flower-d {
  top: 760px;
  right: 12px;
  font-size: 30px;
  color: #e57dbe;
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}
.topbar-candy {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 22%, rgba(255,255,255,0.58), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,0.42), transparent 16%),
    linear-gradient(135deg, rgba(255, 211, 235, 0.96) 0%, rgba(249, 202, 244, 0.94) 34%, rgba(227, 200, 255, 0.92) 100%);
  border: 1px solid rgba(243, 214, 247, 0.95);
  box-shadow: 0 20px 42px rgba(186, 116, 194, 0.16);
}
.topbar-candy::before,
.topbar-candy::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.55;
}
.topbar-candy::before {
  width: 110px;
  height: 110px;
  right: -18px;
  top: -24px;
  background: radial-gradient(circle, rgba(255,255,255,0.68), transparent 70%);
}
.topbar-candy::after {
  width: 86px;
  height: 86px;
  left: -18px;
  bottom: -20px;
  background: radial-gradient(circle, rgba(255,255,255,0.42), transparent 72%);
}
.brand-wrap {
  display: grid;
  gap: 8px;
}
.brand-wrap-candy {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.title-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0;
  text-align: center;
}
.title-sparkle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.56);
  color: #d84fb0;
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(216, 79, 176, 0.14);
}
.topbar h1 {
  margin: 0;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(42px, 5.6vw, 62px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.01em;
  color: #5a2c73;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
h2, h3, h4 {
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.sub, .muted { color: var(--muted); }
.topbar .sub {
  margin: 0;
  font-size: 15px;
}
.eyebrow-inline {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent);
  background: linear-gradient(180deg, rgba(255,241,249,1), rgba(253,230,247,0.96));
  border: 1px solid rgba(234, 79, 167, 0.16);
  box-shadow: 0 8px 16px rgba(234, 79, 167, 0.08);
}
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
nav a, .button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,241,249,0.92));
  border: 1px solid rgba(240, 209, 241, 0.98);
  color: var(--text);
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(204, 120, 195, 0.12);
  backdrop-filter: blur(12px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
nav a:hover, .button-link:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 16px 32px rgba(204, 120, 195, 0.18);
  border-color: rgba(234, 79, 167, 0.34);
}
.button-link.secondary {
  background: linear-gradient(180deg, rgba(255,251,253,0.96), rgba(247,239,255,0.96));
}
.panel {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,247,252,0.92));
  border: 1px solid rgba(241, 218, 246, 0.98);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 22px;
  backdrop-filter: blur(16px);
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.42), transparent 28%);
}
.narrow { max-width: 460px; }
.center-panel { margin: 52px auto; }
.hero-grid, .two-col {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}
.phase2-hero .hero-main,
.spotlight-card {
  min-height: 220px;
}
.hero-main {
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,0.7), transparent 16%),
    radial-gradient(circle at top right, rgba(255, 193, 229, 0.62), transparent 34%),
    linear-gradient(145deg, rgba(255,247,252,0.98), rgba(255,233,246,0.94));
}
.spotlight-card {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.62), transparent 18%),
    linear-gradient(180deg, rgba(255,245,252,0.98), rgba(244,234,255,0.94));
}
.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.subject-card h3 { margin-top: 0; }
.subject-card {
  position: relative;
  overflow: hidden;
}
.subject-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  opacity: 0.28;
}
.subject-card.physics {
  background: linear-gradient(180deg, rgba(255,246,251,0.98), rgba(255,231,243,0.92));
}
.subject-card.chemistry {
  background: linear-gradient(180deg, rgba(251,246,255,0.98), rgba(236,229,255,0.92));
}
.subject-card.maths {
  background: linear-gradient(180deg, rgba(247,255,253,0.98), rgba(227,248,243,0.92));
}
.subject-card.physics::after { background: radial-gradient(circle, #ff9ecc, transparent 68%); }
.subject-card.chemistry::after { background: radial-gradient(circle, #b9a4ff, transparent 68%); }
.subject-card.maths::after { background: radial-gradient(circle, #8fe7d8, transparent 68%); }
.subject-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.subject-status,
.mis-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.status-under,
.mis-badge.under {
  background: #f3edff;
  color: #7b58ed;
}
.status-over,
.mis-badge.over {
  background: var(--warning);
  color: var(--warning-text);
}
.status-done,
.mis-badge.exact {
  background: var(--success);
  color: var(--success-text);
}
.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0;
}
.big-number {
  font-size: 34px;
  font-weight: 800;
  margin: 8px 0 12px;
}
.spotlight-number,
.remaining-hero {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  line-height: 1;
  margin: 8px 0;
  color: var(--accent);
}
.spotlight-number.negative,
.remaining-hero.negative { color: var(--error-text); }
.remaining-hero.warning { color: var(--warning-text); }
.spotlight-sub,
.remaining-caption {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 14px;
}
.spotlight-meta {
  display: grid;
  gap: 8px;
}
.progress-bar {
  margin: 14px 0;
  width: 100%;
  height: 12px;
  background: #f4eefa;
  border-radius: 999px;
  overflow: hidden;
}
.progress-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}
.remaining.negative { color: var(--error-text); }
.stack-form {
  display: grid;
  gap: 16px;
}
.three-up {
  grid-template-columns: repeat(3, 1fr);
}
label, .info-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
}
input, select, textarea, button {
  font: inherit;
  border-radius: 16px;
}
input, select, textarea {
  border: 1px solid var(--line);
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(216, 79, 176, 0.55);
  box-shadow: 0 0 0 4px rgba(216, 79, 176, 0.12);
}
button {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  color: white;
  border: none;
  padding: 13px 18px;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(189, 100, 203, 0.24);
  transition: transform .18s ease, box-shadow .18s ease;
}
button:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 18px 34px rgba(189, 100, 203, 0.3);
}
.action-row, .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.plan-head { margin-bottom: 8px; }
.preset-panel {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(240, 218, 247, 1);
  border-radius: 22px;
  padding: 18px;
  margin: 18px 0 20px;
  background: linear-gradient(180deg, rgba(255,248,252,0.96), rgba(252,244,255,0.96));
}
.preset-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.preset-btn {
  background: rgba(253, 231, 246, 1);
  color: var(--accent);
  border: 1px solid rgba(216, 79, 176, 0.18);
  box-shadow: none;
}
.preset-summary {
  background: linear-gradient(180deg, #fff9fd, #f8f1ff);
  border: 1px dashed #dfc3ef;
  border-radius: 18px;
  padding: 14px;
  color: var(--muted);
  font-weight: 700;
}
.compact-panel table th,
.compact-panel table td { font-size: 14px; }
.full-width { grid-column: 1 / -1; }
.flash-stack { display: grid; gap: 10px; margin-bottom: 18px; }
.flash {
  padding: 13px 15px;
  border-radius: 16px;
  font-weight: 800;
}
.flash.success { background: var(--success); color: var(--success-text); }
.flash.error { background: var(--error); color: var(--error-text); }
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.simple-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}
.report-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 16px;
  background: rgba(255,255,255,0.82);
}
.report-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.status-pill {
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
.status-pill.active { background: #f3edff; color: #7b58ed; }
.status-pill.completed { background: #eaf8ee; color: #157347; }
.totals-row td { font-weight: 700; }
.hint-box, .info-card, .total-card {
  background: linear-gradient(180deg, rgba(255,249,253,0.96), rgba(248,241,255,0.92));
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(239, 220, 247, 0.9);
}
.timer-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  margin-bottom: 22px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 28%),
    linear-gradient(135deg, #ff78c8 0%, #a779ff 58%, #7f88ff 100%);
  color: #fff;
  box-shadow: 0 22px 50px rgba(164, 92, 201, 0.28);
}
.timer-panel .muted,
.timer-panel .eyebrow-inline {
  color: rgba(255, 255, 255, 0.9);
}
.timer-panel .eyebrow-inline {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.22);
}
.timer-panel h3 {
  margin: 0 0 10px;
  font-size: 28px;
}
.timer-controls {
  display: grid;
  gap: 14px;
  align-content: start;
}
.timer-controls label {
  color: #fff;
}
.timer-controls select {
  border: none;
}
.timer-readout {
  font-size: clamp(40px, 7vw, 68px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-shadow: 0 8px 24px rgba(74, 29, 116, 0.2);
}
.timer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.timer-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 80px;
  min-width: 220px;
  border-radius: 32px;
  font-size: 24px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,0.42);
  background:
    linear-gradient(120deg, rgba(255,255,255,0.06) 18%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.1) 42%) 0 0 / 220% 100%,
    linear-gradient(180deg, #ffb1df 0%, #f46ec5 45%, #d84fb0 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(122, 25, 98, 0.34);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.5),
    inset 0 -10px 18px rgba(154, 34, 122, 0.24),
    0 18px 36px rgba(83, 29, 125, 0.2),
    0 10px 22px rgba(214, 77, 176, 0.36);
  animation: candy-sheen 3.2s ease-in-out infinite;
}
.timer-button::before,
.timer-reset::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 6px 10px auto 10px;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.14));
  opacity: 0.9;
}
.timer-button:hover,
.timer-reset:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.96),
    inset 0 -8px 16px rgba(230, 118, 196, 0.18),
    0 22px 42px rgba(83, 29, 125, 0.2),
    0 10px 20px rgba(255, 184, 224, 0.42);
}
.timer-button.running {
  color: #fff;
  text-shadow: 0 1px 0 rgba(76, 16, 92, 0.4);
  background:
    linear-gradient(120deg, rgba(255,255,255,0.08) 18%, rgba(255,255,255,0.52) 30%, rgba(255,255,255,0.12) 42%) 0 0 / 220% 100%,
    linear-gradient(180deg, #ff86d2 0%, #e249bd 42%, #8b46dd 100%);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.4),
    inset 0 -12px 22px rgba(102, 24, 143, 0.34),
    0 18px 38px rgba(94, 37, 150, 0.32),
    0 10px 22px rgba(219, 85, 194, 0.3);
}
.timer-reset,
button.timer-reset,
.button-link.timer-reset {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.42);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.06) 18%, rgba(255,255,255,0.44) 30%, rgba(255,255,255,0.1) 42%) 0 0 / 220% 100%,
    linear-gradient(180deg, #f48bd2 0%, #df5fbb 52%, #bb479f 100%) !important;
  font-weight: 800;
  opacity: 1 !important;
  text-shadow: 0 1px 0 rgba(122, 25, 98, 0.34);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.44),
    inset 0 -8px 16px rgba(146, 36, 116, 0.22),
    0 12px 24px rgba(100, 42, 135, 0.16);
  animation: candy-sheen 3.2s ease-in-out infinite;
}
.timer-status {
  font-weight: 700;
}

@keyframes candy-sheen {
  0%, 100% { background-position: 180% 0, 0 0; }
  50% { background-position: -40% 0, 0 0; }
}
.log-box {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #351d49;
  color: #f4e9ff;
  padding: 16px;
  border-radius: 16px;
  min-height: 220px;
}
.monospace { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.insight-card .remaining-hero {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}
.kicker-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}
.share-row {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.mis-report-capture {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}
.share-report-card {
  margin-bottom: 18px;
}
.share-report-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.share-wa-btn {
  background: linear-gradient(135deg, #ff78c8 0%, #c96cff 100%);
  color: #fff;
  border: none;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(201, 108, 255, 0.22);
}
.share-wa-btn:hover {
  box-shadow: 0 14px 28px rgba(201, 108, 255, 0.28);
}
.login-panel {
  background:
    radial-gradient(circle at top left, rgba(255, 218, 237, 0.45), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250,244,255,0.94));
}

@media (max-width: 900px) {
  .hero-grid, .two-col, .card-grid, .three-up, .timer-panel { grid-template-columns: 1fr; }
  .topbar { flex-direction: column; align-items: center; }
  .topbar-candy { padding: 20px 18px 16px; border-radius: 28px; }
  .title-bubble { gap: 10px; }
  .title-sparkle { width: 36px; height: 36px; font-size: 18px; }
  nav { justify-content: center; width: 100%; }
  .quick-actions, .preset-buttons, .action-row, .section-header, .timer-actions { flex-direction: column; align-items: stretch; }
  .timer-button { width: 100%; min-width: 0; }
}

@media (max-width: 640px) {
  .shell { padding: 16px 12px 38px; }
  .flower-a { top: 22px; left: 8px; font-size: 18px; }
  .flower-b { top: 112px; right: 10px; font-size: 28px; }
  .flower-c { top: 360px; left: 2px; font-size: 16px; }
  .flower-d { top: 640px; right: 4px; font-size: 22px; }
  .panel { padding: 18px; border-radius: 22px; }
  .topbar-candy { padding: 18px 16px 14px; border-radius: 24px; }
  .topbar h1 { font-size: 34px; line-height: 0.95; }
  .title-bubble { align-items: center; justify-content: center; }
  .title-sparkle { width: 32px; height: 32px; font-size: 16px; margin-top: 0; }
  .topbar .sub { font-size: 14px; }
  nav a, .button-link, button { width: 100%; }
  nav a, .button-link { font-size: 19px; padding: 14px 18px; }
  h2 { font-size: 29px; }
  h3 { font-size: 23px; }
  label, .info-card, input, select, textarea { font-size: 16px; }
  .timer-readout { font-size: 42px; }
  th, td { padding: 10px 8px; font-size: 13px; }

  .report-table,
  .report-table thead,
  .report-table tbody,
  .report-table tr,
  .report-table th,
  .report-table td {
    display: block;
    width: 100%;
  }

  .report-table thead {
    display: none;
  }

  .report-table tbody {
    display: grid;
    gap: 14px;
  }

  .report-table tr {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 12px;
    background: rgba(255,255,255,0.72);
  }

  .report-table td {
    display: grid;
    grid-template-columns: minmax(88px, 110px) 1fr;
    gap: 12px;
    align-items: start;
    border-bottom: 1px solid rgba(237, 216, 244, 0.7);
    padding: 10px 0;
    font-size: 14px;
  }

  .report-table td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .report-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .report-table .mis-badge {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }

  .share-report-head {
    align-items: stretch;
  }

  .share-row {
    justify-content: stretch;
    width: 100%;
  }

  .share-wa-btn {
    width: 100%;
  }

  .totals-row {
    background: linear-gradient(180deg, rgba(255,249,253,0.96), rgba(248,241,255,0.92));
  }
}
