.gt-reporting-root {
  --gt-green: #1f7a54;
  --gt-green-dark: #175f42;
  --gt-green-soft: #e6f2ed;
  --gt-border: #e8eaed;
  --gt-page: #f7f8fa;
  --gt-card: #ffffff;
  --gt-text: #1f2328;
  --gt-muted: #6b7280;
  --gt-faint: #9ca3af;
  --gt-danger: #dc2626;
  --gt-danger-soft: #fdecec;
  --gt-warning: #b76400;
  --gt-warning-soft: #fdf3e4;
  --gt-blue: #2563eb;
  --gt-blue-soft: #eaf1fe;
  min-height: calc(100vh - 68px);
  min-width: 0;
  max-width: 100%;
  color: var(--gt-text);
}

.gt-reporting-root *,
.gt-reporting-root *::before,
.gt-reporting-root *::after {
  box-sizing: border-box;
}

.gt-reporting-root button,
.gt-reporting-root input,
.gt-reporting-root select,
.gt-reporting-root textarea {
  font: inherit;
}

.gt-reporting-root button {
  border: 0;
}

.gt-reporting-root button:focus-visible,
.gt-reporting-root input:focus-visible,
.gt-reporting-root select:focus-visible,
.gt-reporting-root textarea:focus-visible {
  outline: 2px solid rgba(31, 122, 84, 0.32);
  outline-offset: 2px;
}

.gt-reporting-root .gt-loading,
.gt-reporting-root .gt-empty,
.gt-reporting-root .gt-error-state {
  min-height: 360px;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  background: var(--gt-card);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: var(--gt-muted);
  text-align: center;
  padding: 40px;
}

.gt-reporting-root .gt-spinner {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid var(--gt-green-soft);
  border-top-color: var(--gt-green);
  animation: gt-spin 0.75s linear infinite;
}

@keyframes gt-spin {
  to { transform: rotate(360deg); }
}

.gt-reporting-root .gt-page-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.gt-reporting-root .gt-page-header > div {
  min-width: 0;
}

.gt-reporting-root .gt-page-header h1 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.gt-reporting-root .gt-eyebrow {
  color: var(--gt-green-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.gt-reporting-root .gt-subtitle {
  color: var(--gt-muted);
  font-size: 13px;
  line-height: 1.55;
  max-width: 760px;
  overflow-wrap: anywhere;
}

.gt-reporting-root .gt-button {
  min-height: 36px;
  border-radius: 8px;
  padding: 8px 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.gt-reporting-root .gt-button:hover {
  transform: translateY(-1px);
}

.gt-reporting-root .gt-offline-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -4px 0 16px;
  padding: 11px 14px;
  border: 1px solid #c9e2d7;
  border-radius: 8px;
  background: #f0f8f4;
  color: var(--gt-green-dark);
  font-size: 12px;
}

.gt-reporting-root .gt-offline-banner > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.gt-reporting-root .gt-offline-banner span {
  color: var(--gt-muted);
}

.gt-reporting-root .gt-offline-note {
  margin: 12px 0 8px;
  color: var(--gt-warning);
  font-size: 12px;
  line-height: 1.5;
}

.gt-reporting-root .gt-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.gt-reporting-root .gt-button-primary {
  color: #fff;
  background: var(--gt-green);
}

.gt-reporting-root .gt-button-primary:hover {
  background: var(--gt-green-dark);
}

.gt-reporting-root .gt-button-secondary {
  color: var(--gt-text);
  background: #fff;
  border: 1px solid var(--gt-border);
}

.gt-reporting-root .gt-button-quiet {
  color: var(--gt-green-dark);
  background: var(--gt-green-soft);
}

.gt-reporting-root .gt-button-danger {
  color: var(--gt-danger);
  background: var(--gt-danger-soft);
}

.gt-reporting-root .gt-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.gt-reporting-root .gt-stat {
  background: #fff;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  padding: 15px 18px;
}

.gt-reporting-root .gt-stat-label {
  color: var(--gt-muted);
  font-size: 12px;
  margin-bottom: 8px;
}

.gt-reporting-root .gt-stat-value {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.gt-reporting-root .gt-toolbar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--gt-border);
  background: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
}

.gt-reporting-root .gt-toolbar > .gt-input:first-child {
  grid-column: span 2;
}

.gt-reporting-root .gt-toggle-filter {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  color: var(--gt-muted);
  font-size: 12px;
  white-space: nowrap;
}

.gt-reporting-root .gt-input,
.gt-reporting-root .gt-select,
.gt-reporting-root .gt-textarea {
  width: 100%;
  color: var(--gt-text);
  background: #fff;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  padding: 9px 11px;
  min-height: 36px;
  font-size: 13px;
}

.gt-reporting-root .gt-input::placeholder,
.gt-reporting-root .gt-textarea::placeholder {
  color: var(--gt-faint);
}

.gt-reporting-root .gt-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gt-reporting-root .gt-report-card {
  background: #fff;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  padding: 18px;
  min-width: 0;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.gt-reporting-root .gt-report-card:hover {
  border-color: #bfd2c9;
  box-shadow: 0 6px 18px rgba(25, 57, 43, 0.07);
  transform: translateY(-1px);
}

.gt-reporting-root .gt-report-card[data-disabled="true"] {
  cursor: default;
}

.gt-reporting-root .gt-card-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.gt-reporting-root .gt-card-title-wrap {
  min-width: 0;
  flex: 1;
}

.gt-reporting-root .gt-card-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}

.gt-reporting-root .gt-card-time {
  color: var(--gt-faint);
  font-size: 11px;
}

.gt-reporting-root .gt-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.gt-reporting-root .gt-status-completed {
  color: #176b3a;
  background: #e9f9ef;
}

.gt-reporting-root .gt-status-progress {
  color: var(--gt-blue);
  background: var(--gt-blue-soft);
}

.gt-reporting-root .gt-status-attention {
  color: var(--gt-danger);
  background: var(--gt-danger-soft);
}

.gt-reporting-root .gt-summary {
  margin: 14px 0;
  color: var(--gt-muted);
  font-size: 12.5px;
  line-height: 1.6;
  min-height: 40px;
}

.gt-reporting-root .gt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gt-reporting-root .gt-tag {
  border-radius: 6px;
  padding: 3px 7px;
  color: var(--gt-muted);
  background: #f2f3f5;
  font-size: 11px;
}

.gt-reporting-root .gt-tag-accent {
  color: var(--gt-green-dark);
  background: var(--gt-green-soft);
}

.gt-reporting-root .gt-card-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
  padding-top: 12px;
  border-top: 1px solid var(--gt-border);
}

.gt-reporting-root .gt-card-metric strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

.gt-reporting-root .gt-card-metric span {
  color: var(--gt-faint);
  font-size: 10.5px;
}

.gt-reporting-root .gt-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--gt-faint);
  font-size: 11px;
}

.gt-reporting-root .gt-progress-track {
  height: 7px;
  border-radius: 999px;
  background: #eef0f2;
  overflow: hidden;
  margin: 10px 0 4px;
}

.gt-reporting-root .gt-progress-fill {
  height: 100%;
  border-radius: inherit;
  background: var(--gt-green);
  transition: width 0.4s ease;
}

.gt-reporting-root .gt-detail-nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 14px 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gt-border);
}

.gt-reporting-root .gt-detail-nav button {
  border-radius: 7px;
  padding: 7px 10px;
  color: var(--gt-muted);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.gt-reporting-root .gt-detail-nav button:hover {
  color: var(--gt-green-dark);
  background: var(--gt-green-soft);
}

.gt-reporting-root .gt-report-hero {
  background: #fff;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  padding: 22px 24px;
  margin-bottom: 16px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.gt-reporting-root .gt-report-hero h2 {
  font-size: 20px;
  margin: 0 0 12px;
}

.gt-reporting-root .gt-summary-list {
  margin: 0;
  padding-left: 18px;
  color: var(--gt-muted);
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.gt-reporting-root .gt-kpi-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.gt-reporting-root .gt-kpi {
  background: #fff;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  padding: 14px 16px;
  cursor: pointer;
}

.gt-reporting-root .gt-kpi:hover {
  border-color: #bfd2c9;
}

.gt-reporting-root .gt-kpi-value {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.gt-reporting-root .gt-kpi-label {
  display: block;
  color: var(--gt-muted);
  font-size: 11px;
  margin-top: 5px;
}

.gt-reporting-root .gt-report-section {
  scroll-margin-top: 16px;
  margin-bottom: 18px;
}

.gt-reporting-root .gt-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.gt-reporting-root .gt-section-heading h2 {
  margin: 0;
  font-size: 17px;
}

.gt-reporting-root .gt-method-note {
  color: var(--gt-faint);
  font-size: 11px;
}

.gt-reporting-root .gt-finding-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gt-reporting-root .gt-finding {
  background: #fff;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  padding: 16px;
}

.gt-reporting-root .gt-finding h3 {
  margin: 0 0 8px;
  font-size: 14px;
}

.gt-reporting-root .gt-finding p {
  margin: 0;
  color: var(--gt-muted);
  line-height: 1.65;
  font-size: 12.5px;
}

.gt-reporting-root .gt-finding-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

.gt-reporting-root .gt-data-card {
  background: #fff;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  overflow: hidden;
}

.gt-reporting-root .gt-data-card + .gt-data-card {
  margin-top: 12px;
}

.gt-reporting-root .gt-data-head {
  padding: 14px 16px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.gt-reporting-root .gt-data-title {
  font-size: 14px;
  font-weight: 700;
}

.gt-reporting-root .gt-data-note {
  color: var(--gt-faint);
  font-size: 10.5px;
  line-height: 1.45;
  margin-top: 4px;
}

.gt-reporting-root .gt-data-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.5fr);
  gap: 16px;
  padding: 0 16px 16px;
}

.gt-reporting-root .gt-bar-chart {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 4px;
}

.gt-reporting-root .gt-bar-row {
  display: grid;
  grid-template-columns: minmax(86px, 132px) 1fr 50px;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}

.gt-reporting-root .gt-bar-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--gt-muted);
}

.gt-reporting-root .gt-bar-track {
  height: 8px;
  border-radius: 999px;
  background: #eef0f2;
  overflow: hidden;
}

.gt-reporting-root .gt-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: var(--gt-green);
}

.gt-reporting-root .gt-bar-value {
  text-align: right;
  font-weight: 600;
}

.gt-reporting-root .gt-table-wrap {
  width: 100%;
  overflow: auto;
  max-height: 340px;
  border: 1px solid var(--gt-border);
  border-radius: 7px;
}

.gt-reporting-root .gt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11.5px;
}

.gt-reporting-root .gt-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fafafb;
  color: var(--gt-muted);
  font-weight: 600;
  text-align: left;
  padding: 9px 10px;
  border-bottom: 1px solid var(--gt-border);
  white-space: nowrap;
}

.gt-reporting-root .gt-table td {
  padding: 9px 10px;
  border-bottom: 1px solid #f0f1f2;
  vertical-align: top;
  white-space: nowrap;
}

.gt-reporting-root .gt-table tbody tr {
  cursor: pointer;
}

.gt-reporting-root .gt-table tbody tr:hover {
  background: #fafcfb;
}

.gt-reporting-root .gt-table .gt-cell-wrap {
  min-width: 190px;
  white-space: normal;
}

.gt-reporting-root .gt-limitations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gt-reporting-root .gt-limitation {
  border: 1px solid #f0d8b8;
  border-radius: 8px;
  background: #fffaf3;
  padding: 12px 14px;
  font-size: 12px;
  color: #745120;
  line-height: 1.55;
}

.gt-reporting-root .gt-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(31, 35, 40, 0.36);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.gt-reporting-root .gt-modal {
  width: min(900px, calc(100vw - 48px));
  max-height: min(820px, calc(100vh - 48px));
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--gt-border);
  box-shadow: 0 22px 60px rgba(31, 35, 40, 0.22);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.gt-reporting-root .gt-modal-head {
  padding: 18px 22px 14px;
  border-bottom: 1px solid var(--gt-border);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.gt-reporting-root .gt-modal-head h2 {
  margin: 0 0 4px;
  font-size: 18px;
}

.gt-reporting-root .gt-modal-body {
  padding: 18px 22px;
  overflow: auto;
}

.gt-reporting-root .gt-modal-foot {
  padding: 13px 22px;
  border-top: 1px solid var(--gt-border);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.gt-reporting-root .gt-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.gt-reporting-root .gt-step {
  min-width: 0;
  padding: 8px 10px;
  border-bottom: 2px solid var(--gt-border);
  color: var(--gt-faint);
  font-size: 11px;
}

.gt-reporting-root .gt-step strong {
  display: block;
  color: inherit;
  font-size: 12px;
  margin-bottom: 2px;
}

.gt-reporting-root .gt-step-active {
  color: var(--gt-green-dark);
  border-color: var(--gt-green);
}

.gt-reporting-root .gt-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gt-reporting-root .gt-field {
  min-width: 0;
}

.gt-reporting-root .gt-field-full {
  grid-column: 1 / -1;
}

.gt-reporting-root .gt-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.gt-reporting-root .gt-help {
  color: var(--gt-faint);
  font-size: 10.5px;
  font-weight: 400;
}

.gt-reporting-root .gt-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gt-reporting-root .gt-check-card {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  padding: 10px 11px;
  cursor: pointer;
  min-height: 54px;
}

.gt-reporting-root .gt-check-card:has(input:checked) {
  border-color: #9fc5b3;
  background: #f4faf7;
}

.gt-reporting-root .gt-check-card input {
  margin: 2px 0 0;
  accent-color: var(--gt-green);
}

.gt-reporting-root .gt-check-title {
  font-size: 12.5px;
  font-weight: 600;
}

.gt-reporting-root .gt-check-meta {
  margin-top: 3px;
  color: var(--gt-faint);
  font-size: 10.5px;
  line-height: 1.4;
}

.gt-reporting-root .gt-check-card[data-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.55;
}

.gt-reporting-root .gt-estimate {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px solid #cfe4da;
  background: #f4faf7;
  border-radius: 8px;
  margin-top: 14px;
}

.gt-reporting-root .gt-estimate strong {
  display: block;
  font-size: 14px;
}

.gt-reporting-root .gt-estimate span {
  color: var(--gt-muted);
  font-size: 10.5px;
}

.gt-reporting-root .gt-review-box {
  background: #fafafb;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  padding: 14px;
  line-height: 1.7;
  font-size: 12px;
}

.gt-reporting-root .gt-review-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 5px 0;
}

.gt-reporting-root .gt-review-row span:first-child {
  color: var(--gt-muted);
}

.gt-reporting-root .gt-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 100;
  width: min(480px, calc(100vw - 24px));
  background: #fff;
  border-left: 1px solid var(--gt-border);
  box-shadow: -12px 0 36px rgba(31, 35, 40, 0.18);
  display: flex;
  flex-direction: column;
}

.gt-reporting-root .gt-drawer-head {
  padding: 18px 20px;
  border-bottom: 1px solid var(--gt-border);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.gt-reporting-root .gt-drawer-body {
  padding: 18px 20px 28px;
  overflow: auto;
}

.gt-reporting-root .gt-evidence {
  padding: 13px 0;
  border-bottom: 1px solid var(--gt-border);
}

.gt-reporting-root .gt-evidence blockquote {
  margin: 8px 0;
  padding: 0 0 0 10px;
  border-left: 3px solid #b5d0c3;
  color: var(--gt-text);
  font-size: 12.5px;
  line-height: 1.65;
}

.gt-reporting-root .gt-evidence-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: var(--gt-faint);
  font-size: 10.5px;
}

.gt-reporting-root .gt-toast {
  position: fixed;
  z-index: 120;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: min(520px, calc(100vw - 32px));
  background: var(--gt-text);
  color: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0 8px 24px rgba(31, 35, 40, 0.18);
  font-size: 12.5px;
}

@media (max-width: 1120px) {
  .gt-reporting-root .gt-report-grid,
  .gt-reporting-root .gt-finding-grid {
    grid-template-columns: 1fr;
  }

  .gt-reporting-root .gt-kpi-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gt-reporting-root .gt-data-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .gt-reporting-root .gt-stats,
  .gt-reporting-root .gt-estimate {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-reporting-root .gt-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .gt-reporting-root .gt-kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-reporting-root .gt-form-grid,
  .gt-reporting-root .gt-check-grid,
  .gt-reporting-root .gt-limitations {
    grid-template-columns: 1fr;
  }

  .gt-reporting-root .gt-page-header {
    flex-direction: column;
  }
}

@media print {
  body {
    background: #fff !important;
  }

  aside,
  nav,
  .gt-reporting-root .gt-page-header .gt-button,
  .gt-reporting-root .gt-detail-nav,
  .gt-reporting-root .gt-toast,
  .gt-reporting-root .gt-drawer {
    display: none !important;
  }

  main {
    margin: 0 !important;
    padding: 0 !important;
  }

  .gt-reporting-root {
    padding: 0 !important;
  }

  .gt-reporting-root .gt-report-section,
  .gt-reporting-root .gt-data-card,
  .gt-reporting-root .gt-report-hero {
    break-inside: avoid;
    box-shadow: none !important;
  }
}

/* Outcome-first product insight detail — follows the accepted EGO report. */
.gt-reporting-root .gt-insight-shell {
  --insight-bg: #0a0f0c;
  --insight-surface: #111813;
  --insight-surface-2: #151e18;
  --insight-line: #28352c;
  --insight-text: #eef4ef;
  --insight-muted: #a3afa6;
  --insight-subtle: #738079;
  --insight-lime: #9bd62f;
  --insight-cyan: #55d5cb;
  --insight-red: #ef6a62;
  --insight-amber: #e1a846;
  margin: -24px;
  min-width: 0;
  overflow: hidden;
  background: var(--insight-bg);
  color: var(--insight-text);
  border-radius: 12px 0 0 0;
}

.gt-reporting-root .gt-insight-shell *,
.gt-reporting-root .gt-insight-shell *::before,
.gt-reporting-root .gt-insight-shell *::after {
  box-sizing: border-box;
}

.gt-reporting-root .gt-insight-toolbar,
.gt-reporting-root .gt-insight-hero,
.gt-reporting-root .gt-insight-metrics,
.gt-reporting-root .gt-insight-nav,
.gt-reporting-root .gt-insight-section,
.gt-reporting-root .gt-insight-footer {
  width: min(1320px, calc(100% - 72px));
  margin-inline: auto;
}

.gt-reporting-root .gt-insight-toolbar {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gt-reporting-root .gt-insight-toolbar > div {
  display: flex;
  gap: 8px;
}

.gt-reporting-root .gt-insight-shell .gt-button-secondary,
.gt-reporting-root .gt-insight-shell .gt-button-quiet {
  color: var(--insight-text);
  border-color: var(--insight-line);
  background: rgba(255, 255, 255, 0.035);
}

.gt-reporting-root .gt-insight-hero {
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: 60px;
  padding: 72px 0 64px;
  border-top: 1px solid var(--insight-line);
}

.gt-reporting-root .gt-insight-eyebrow,
.gt-reporting-root .gt-insight-section-intro > span,
.gt-reporting-root .gt-insight-decision-grid article > span,
.gt-reporting-root .gt-insight-split > article > span,
.gt-reporting-root .gt-insight-card-top > span,
.gt-reporting-root .gt-insight-direction > span,
.gt-reporting-root .gt-insight-validation > span {
  color: var(--insight-lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gt-reporting-root .gt-insight-hero h1 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.gt-reporting-root .gt-insight-hero h1 span {
  color: var(--insight-lime);
}

.gt-reporting-root .gt-insight-hero > div > p {
  max-width: 760px;
  color: var(--insight-muted);
  font-size: 17px;
  line-height: 1.75;
}

.gt-reporting-root .gt-insight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.gt-reporting-root .gt-insight-tags span {
  padding: 6px 10px;
  color: var(--insight-muted);
  border: 1px solid var(--insight-line);
  border-radius: 999px;
  font-size: 11px;
}

.gt-reporting-root .gt-insight-hero-statement {
  position: relative;
  min-height: 300px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(155, 214, 47, 0.3);
  border-radius: 32px;
  background: radial-gradient(circle at 80% 15%, rgba(155, 214, 47, 0.22), transparent 42%), #101813;
}

.gt-reporting-root .gt-insight-hero-statement::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -72px;
  right: -54px;
  border: 38px solid rgba(155, 214, 47, 0.13);
  border-radius: 50%;
}

.gt-reporting-root .gt-insight-hero-statement span {
  color: var(--insight-lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gt-reporting-root .gt-insight-hero-statement b {
  position: relative;
  margin: 14px 0 8px;
  font-size: 30px;
  line-height: 1.22;
}

.gt-reporting-root .gt-insight-hero-statement p {
  position: relative;
  margin: 0;
  color: var(--insight-muted);
  font-size: 13px;
}

.gt-reporting-root .gt-insight-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid var(--insight-line);
  border-radius: 18px;
  background: var(--insight-line);
}

.gt-reporting-root .gt-insight-metrics > div {
  min-width: 0;
  padding: 22px;
  background: var(--insight-surface);
}

.gt-reporting-root .gt-insight-metrics span,
.gt-reporting-root .gt-insight-metrics small {
  display: block;
  color: var(--insight-subtle);
  font-size: 11px;
}

.gt-reporting-root .gt-insight-metrics b {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.gt-reporting-root .gt-insight-nav {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  gap: 4px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid var(--insight-line);
  border-radius: 14px;
  background: rgba(10, 15, 12, 0.94);
  backdrop-filter: blur(18px);
}

.gt-reporting-root .gt-insight-nav a {
  padding: 7px 10px;
  color: var(--insight-muted);
  border-radius: 8px;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
}

.gt-reporting-root .gt-insight-nav a:hover,
.gt-reporting-root .gt-insight-nav a:focus {
  color: var(--insight-text);
  background: var(--insight-surface-2);
}

.gt-reporting-root .gt-insight-section {
  padding: 100px 0;
  scroll-margin-top: 76px;
  border-bottom: 1px solid var(--insight-line);
}

.gt-reporting-root .gt-insight-section-intro {
  max-width: 860px;
  margin-bottom: 36px;
}

.gt-reporting-root .gt-insight-section-intro h2 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.gt-reporting-root .gt-insight-section-intro p {
  margin: 0;
  color: var(--insight-muted);
  font-size: 15px;
  line-height: 1.75;
}

.gt-reporting-root .gt-insight-decision-grid,
.gt-reporting-root .gt-insight-persona-grid,
.gt-reporting-root .gt-insight-split,
.gt-reporting-root .gt-insight-kano-grid,
.gt-reporting-root .gt-insight-smart-grid,
.gt-reporting-root .gt-insight-limit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gt-reporting-root .gt-insight-decision-grid article,
.gt-reporting-root .gt-insight-persona,
.gt-reporting-root .gt-insight-split > article,
.gt-reporting-root .gt-insight-kano,
.gt-reporting-root .gt-insight-smart-card,
.gt-reporting-root .gt-insight-panel,
.gt-reporting-root .gt-insight-opportunity,
.gt-reporting-root .gt-insight-limit-grid > div {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--insight-line);
  border-radius: 20px;
  background: var(--insight-surface);
}

.gt-reporting-root .gt-insight-decision-grid article:first-child,
.gt-reporting-root .gt-insight-persona:first-child {
  grid-column: 1 / -1;
}

.gt-reporting-root .gt-insight-decision-grid h3,
.gt-reporting-root .gt-insight-persona h3,
.gt-reporting-root .gt-insight-opportunity h3,
.gt-reporting-root .gt-insight-smart-card h3 {
  margin: 16px 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
}

.gt-reporting-root .gt-insight-decision-grid p,
.gt-reporting-root .gt-insight-persona > p,
.gt-reporting-root .gt-insight-opportunity p,
.gt-reporting-root .gt-insight-smart-card p {
  color: var(--insight-muted);
  line-height: 1.65;
}

.gt-reporting-root .gt-insight-evidence-button {
  width: max-content;
  max-width: 100%;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
  padding: 6px 10px;
  color: #c8f06c;
  border: 1px solid rgba(155, 214, 47, 0.28);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
}

.gt-reporting-root .gt-insight-evidence-button:hover,
.gt-reporting-root .gt-insight-evidence-button:focus-visible {
  background: rgba(155, 214, 47, 0.09);
  border-color: var(--insight-lime);
}

.gt-reporting-root .gt-insight-evidence-button b {
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(155, 214, 47, 0.13);
}

.gt-reporting-root .gt-insight-evidence-button em {
  color: var(--insight-subtle);
  font-style: normal;
}

.gt-reporting-root .gt-insight-panel {
  margin: 18px 0;
}

.gt-reporting-root .gt-insight-panel > h3,
.gt-reporting-root .gt-insight-split > article > h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 22px;
}

.gt-reporting-root .gt-insight-dimension {
  margin: 9px 0;
  overflow: hidden;
  border: 1px solid var(--insight-line);
  border-radius: 15px;
  background: #0e1511;
}

.gt-reporting-root .gt-insight-dimension summary {
  min-height: 74px;
  padding: 16px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}

.gt-reporting-root .gt-insight-dimension summary::-webkit-details-marker {
  display: none;
}

.gt-reporting-root .gt-insight-dimension summary > div:first-child {
  min-width: 0;
  display: grid;
  grid-template-columns: 10px minmax(0, auto);
  align-items: start;
  gap: 5px 12px;
}

.gt-reporting-root .gt-insight-dimension summary strong {
  color: var(--insight-text);
  font-size: 15px;
}

.gt-reporting-root .gt-insight-dimension summary small {
  grid-column: 2;
  color: var(--insight-subtle);
}

.gt-reporting-root .gt-insight-coverage-dot {
  width: 9px;
  height: 9px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--insight-subtle);
}

.gt-reporting-root .gt-insight-coverage-dot.gt-insight-usable { background: #4bc27a; }
.gt-reporting-root .gt-insight-coverage-dot.gt-insight-directional { background: var(--insight-amber); }
.gt-reporting-root .gt-insight-coverage-dot.gt-insight-sparse { background: var(--insight-red); }

.gt-reporting-root .gt-insight-dimension-stat {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.gt-reporting-root .gt-insight-dimension-stat b {
  color: #fff;
  font-size: 18px;
}

.gt-reporting-root .gt-insight-dimension-stat span {
  color: var(--insight-muted);
  font-size: 12px;
}

.gt-reporting-root .gt-insight-dimension-body {
  padding: 4px 19px 18px;
  border-top: 1px solid var(--insight-line);
}

.gt-reporting-root .gt-insight-bar-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(40, 53, 44, 0.6);
}

.gt-reporting-root .gt-insight-bar-row > div {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--insight-muted);
  font-size: 13px;
}

.gt-reporting-root .gt-insight-bar-row > i,
.gt-reporting-root .gt-insight-rank-row i {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #202a23;
}

.gt-reporting-root .gt-insight-bar-row > i span,
.gt-reporting-root .gt-insight-rank-row i span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4aa969, var(--insight-lime));
}

.gt-reporting-root .gt-insight-boundary {
  margin: 14px 0 0;
  color: var(--insight-subtle);
  font-size: 11px;
  line-height: 1.55;
}

.gt-reporting-root .gt-insight-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.gt-reporting-root .gt-insight-card-top em {
  padding: 5px 8px;
  color: var(--insight-muted);
  border-radius: 999px;
  background: #1a241d;
  font-size: 11px;
  font-style: normal;
}

.gt-reporting-root .gt-insight-jtbd,
.gt-reporting-root .gt-insight-direction,
.gt-reporting-root .gt-insight-validation {
  margin: 16px 0;
  padding: 14px;
  color: var(--insight-text);
  border-left: 3px solid var(--insight-lime);
  background: #0d1410;
  line-height: 1.6;
}

.gt-reporting-root .gt-insight-jtbd span,
.gt-reporting-root .gt-insight-direction span,
.gt-reporting-root .gt-insight-validation span {
  display: block;
  margin-bottom: 4px;
}

.gt-reporting-root .gt-insight-mini-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--insight-muted);
  font-size: 12px;
}

.gt-reporting-root .gt-insight-lifts {
  display: grid;
  gap: 7px;
  margin-top: 16px;
}

.gt-reporting-root .gt-insight-lifts > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--insight-line);
}

.gt-reporting-root .gt-insight-lifts small {
  grid-column: 1 / -1;
  color: var(--insight-subtle);
}

.gt-reporting-root .gt-insight-split > article {
  padding: 25px;
}

.gt-reporting-root .gt-insight-rank-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--insight-line);
}

.gt-reporting-root .gt-insight-rank-row > span {
  color: var(--insight-subtle);
  font-size: 11px;
}

.gt-reporting-root .gt-insight-rank-row > div {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.gt-reporting-root .gt-insight-rank-row > div > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.gt-reporting-root .gt-insight-rank-row em,
.gt-reporting-root .gt-insight-rank-row small {
  color: var(--insight-subtle);
  font-size: 10px;
  font-style: normal;
}

.gt-reporting-root .gt-insight-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.gt-reporting-root .gt-insight-table-wrap table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: var(--insight-muted);
  font-size: 12px;
}

.gt-reporting-root .gt-insight-table-wrap th,
.gt-reporting-root .gt-insight-table-wrap td {
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--insight-line);
}

.gt-reporting-root .gt-insight-table-wrap td:first-child b,
.gt-reporting-root .gt-insight-table-wrap td:first-child small {
  display: block;
}

.gt-reporting-root .gt-insight-table-wrap td:first-child b {
  color: var(--insight-text);
}

.gt-reporting-root .gt-insight-table-wrap td:first-child small {
  color: var(--insight-subtle);
}

.gt-reporting-root .gt-insight-kano {
  padding: 0;
  overflow: hidden;
}

.gt-reporting-root .gt-insight-kano header,
.gt-reporting-root .gt-insight-kano > div,
.gt-reporting-root .gt-insight-kano > p {
  padding: 22px;
}

.gt-reporting-root .gt-insight-kano header {
  border-bottom: 1px solid var(--insight-line);
}

.gt-reporting-root .gt-insight-kano h3 {
  margin: 0;
  color: #fff;
}

.gt-reporting-root .gt-insight-kano header p {
  margin-bottom: 0;
  color: var(--insight-muted);
}

.gt-reporting-root .gt-insight-kano section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 10px 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--insight-line);
}

.gt-reporting-root .gt-insight-kano section > div:first-child span {
  display: block;
  margin-top: 3px;
  color: var(--insight-muted);
  font-size: 12px;
}

.gt-reporting-root .gt-insight-kano-stats b,
.gt-reporting-root .gt-insight-kano-stats span,
.gt-reporting-root .gt-insight-kano-stats em {
  display: block;
  text-align: right;
}

.gt-reporting-root .gt-insight-kano-stats em,
.gt-reporting-root .gt-insight-kano-stats span {
  color: var(--insight-subtle);
  font-size: 10px;
  font-style: normal;
}

.gt-reporting-root .gt-insight-opportunity {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 180px;
  gap: 24px;
  margin: 14px 0;
}

.gt-reporting-root .gt-insight-opportunity-index {
  color: var(--insight-lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.gt-reporting-root .gt-insight-validation {
  border-left-color: var(--insight-cyan);
}

.gt-reporting-root .gt-insight-opportunity-metrics {
  display: grid;
  gap: 8px;
}

.gt-reporting-root .gt-insight-opportunity-metrics span {
  padding: 10px;
  color: var(--insight-subtle);
  border: 1px solid var(--insight-line);
  border-radius: 10px;
  font-size: 10px;
}

.gt-reporting-root .gt-insight-opportunity-metrics b {
  display: block;
  color: var(--insight-text);
  font-size: 17px;
}

.gt-reporting-root .gt-insight-smart-card > span {
  color: var(--insight-cyan);
  font-size: 11px;
}

.gt-reporting-root .gt-insight-smart-code {
  float: right;
  color: var(--insight-lime);
  font-size: 25px;
  font-weight: 800;
}

.gt-reporting-root .gt-insight-smart-card dl {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 8px 12px;
  color: var(--insight-muted);
  font-size: 12px;
}

.gt-reporting-root .gt-insight-smart-card dt {
  color: var(--insight-subtle);
}

.gt-reporting-root .gt-insight-smart-card dd {
  margin: 0;
}

.gt-reporting-root .gt-insight-limit-grid > div {
  color: var(--insight-muted);
  line-height: 1.6;
}

.gt-reporting-root .gt-insight-method {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--insight-line);
  border-radius: 14px;
  background: var(--insight-line);
}

.gt-reporting-root .gt-insight-method > div {
  padding: 16px;
  background: var(--insight-surface);
}

.gt-reporting-root .gt-insight-method b,
.gt-reporting-root .gt-insight-method span {
  display: block;
}

.gt-reporting-root .gt-insight-method b {
  color: var(--insight-lime);
  font-size: 11px;
}

.gt-reporting-root .gt-insight-method span {
  margin-top: 4px;
  color: var(--insight-muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.gt-reporting-root .gt-insight-footer {
  padding: 34px 0 60px;
  color: var(--insight-subtle);
  font-size: 11px;
  overflow-wrap: anywhere;
}

.gt-reporting-root .gt-insight-empty,
.gt-reporting-root .gt-insight-no-evidence {
  color: var(--insight-subtle);
  font-size: 12px;
}

.gt-reporting-root .gt-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gt-reporting-root .gt-purpose-card {
  position: relative;
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--gt-border);
  border-radius: 10px;
  background: #fff;
}

.gt-reporting-root label.gt-purpose-card {
  cursor: pointer;
}

.gt-reporting-root .gt-purpose-card input {
  position: absolute;
  top: 16px;
  right: 16px;
}

.gt-reporting-root .gt-purpose-card > span,
.gt-reporting-root .gt-purpose-card > b {
  display: block;
}

.gt-reporting-root .gt-purpose-card > span {
  color: var(--gt-text);
  font-weight: 700;
}

.gt-reporting-root .gt-purpose-card > b {
  margin-top: 8px;
  color: var(--gt-green);
  font-size: 12px;
}

.gt-reporting-root .gt-purpose-card > p {
  margin: 12px 0 0;
  color: var(--gt-muted);
  font-size: 12px;
  line-height: 1.55;
}

.gt-reporting-root .gt-purpose-required,
.gt-reporting-root .gt-purpose-active {
  border-color: #9dccb6;
  background: #f2f9f5;
}

.gt-reporting-root .gt-profile-status {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--gt-border);
  border-radius: 10px;
}

.gt-reporting-root .gt-profile-status strong,
.gt-reporting-root .gt-profile-status span {
  display: block;
}

.gt-reporting-root .gt-profile-status span {
  margin-top: 4px;
  color: var(--gt-muted);
  font-size: 12px;
}

.gt-reporting-root .gt-profile-status em {
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gt-reporting-root .gt-profile-full {
  color: var(--gt-green-dark);
  border-color: #b4d8c7;
  background: #f1f8f4;
}

.gt-reporting-root .gt-profile-baseline {
  color: var(--gt-warning);
  border-color: #efd4aa;
  background: var(--gt-warning-soft);
}

.gt-reporting-root .gt-advanced-details {
  padding: 14px;
  border: 1px solid var(--gt-border);
  border-radius: 9px;
  color: var(--gt-muted);
  font-size: 12px;
}

.gt-reporting-root .gt-advanced-details summary {
  color: var(--gt-text);
  cursor: pointer;
  font-weight: 700;
}

.gt-reporting-root .gt-evidence-drawer {
  width: min(760px, 62vw);
}

.gt-reporting-root .gt-evidence-count {
  display: block;
  margin-top: 5px;
  color: var(--gt-muted);
  font-size: 11px;
}

.gt-reporting-root .gt-evidence-controls {
  padding: 12px 18px;
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) repeat(4, minmax(110px, 0.7fr));
  gap: 8px;
  border-bottom: 1px solid var(--gt-border);
  background: #fff;
}

.gt-reporting-root .gt-evidence-controls .gt-button {
  min-height: 32px;
}

.gt-reporting-root .gt-evidence-load-more {
  width: 100%;
  margin-top: 12px;
}

.gt-reporting-root .gt-insight-evidence-card blockquote {
  white-space: pre-wrap;
}

.gt-reporting-root .gt-insight-evidence-card a {
  color: var(--gt-green-dark);
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .gt-reporting-root .gt-insight-shell {
    margin: -20px;
  }

  .gt-reporting-root .gt-insight-hero {
    grid-template-columns: 1fr;
  }

  .gt-reporting-root .gt-insight-hero-statement {
    min-height: 240px;
  }

  .gt-reporting-root .gt-insight-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gt-reporting-root .gt-insight-opportunity {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .gt-reporting-root .gt-insight-opportunity-metrics {
    grid-column: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gt-reporting-root .gt-evidence-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #dc-root > .sc-host > div:has(#reporting-root) > aside {
    display: none !important;
  }

  #dc-root > .sc-host > div:has(#reporting-root) > aside + div {
    width: 100% !important;
    flex: 1 1 100% !important;
  }

  #dc-root main:has(#reporting-root) {
    padding: 16px !important;
  }

  #reporting-root {
    width: 100%;
  }

  .gt-reporting-root .gt-insight-shell {
    margin: -16px;
    border-radius: 0;
  }

  .gt-reporting-root .gt-insight-toolbar,
  .gt-reporting-root .gt-insight-hero,
  .gt-reporting-root .gt-insight-metrics,
  .gt-reporting-root .gt-insight-nav,
  .gt-reporting-root .gt-insight-section,
  .gt-reporting-root .gt-insight-footer {
    width: min(100% - 28px, 1320px);
  }

  .gt-reporting-root .gt-insight-toolbar {
    align-items: flex-start;
    padding: 10px 0;
  }

  .gt-reporting-root .gt-insight-toolbar > div {
    flex-direction: column;
  }

  .gt-reporting-root .gt-insight-hero {
    min-height: auto;
    gap: 26px;
    padding: 48px 0 36px;
  }

  .gt-reporting-root .gt-insight-hero h1 {
    font-size: 40px;
  }

  .gt-reporting-root .gt-insight-hero > div > p {
    font-size: 15px;
  }

  .gt-reporting-root .gt-insight-hero-statement {
    min-height: 230px;
    padding: 25px;
    border-radius: 22px;
  }

  .gt-reporting-root .gt-insight-hero-statement b {
    font-size: 24px;
  }

  .gt-reporting-root .gt-insight-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-reporting-root .gt-insight-metrics > div {
    padding: 16px;
  }

  .gt-reporting-root .gt-insight-section {
    padding: 68px 0;
  }

  .gt-reporting-root .gt-insight-section-intro h2 {
    font-size: 34px;
  }

  .gt-reporting-root .gt-insight-decision-grid,
  .gt-reporting-root .gt-insight-persona-grid,
  .gt-reporting-root .gt-insight-split,
  .gt-reporting-root .gt-insight-kano-grid,
  .gt-reporting-root .gt-insight-smart-grid,
  .gt-reporting-root .gt-insight-limit-grid,
  .gt-reporting-root .gt-insight-method,
  .gt-reporting-root .gt-purpose-grid {
    grid-template-columns: 1fr;
  }

  .gt-reporting-root .gt-insight-decision-grid article:first-child,
  .gt-reporting-root .gt-insight-persona:first-child {
    grid-column: auto;
  }

  .gt-reporting-root .gt-insight-decision-grid article,
  .gt-reporting-root .gt-insight-persona,
  .gt-reporting-root .gt-insight-split > article,
  .gt-reporting-root .gt-insight-kano,
  .gt-reporting-root .gt-insight-smart-card,
  .gt-reporting-root .gt-insight-panel,
  .gt-reporting-root .gt-insight-opportunity {
    padding: 20px;
  }

  .gt-reporting-root .gt-insight-kano {
    padding: 0;
  }

  .gt-reporting-root .gt-insight-dimension summary {
    align-items: flex-start;
    padding: 14px;
  }

  .gt-reporting-root .gt-insight-dimension summary small {
    display: none;
  }

  .gt-reporting-root .gt-insight-dimension-stat {
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }

  .gt-reporting-root .gt-insight-bar-row {
    grid-template-columns: 1fr;
  }

  .gt-reporting-root .gt-insight-opportunity {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gt-reporting-root .gt-insight-opportunity-metrics {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-reporting-root .gt-evidence-drawer {
    width: 100%;
    max-width: none;
    height: min(92vh, 900px);
    top: auto;
    bottom: 0;
    border-radius: 20px 20px 0 0;
  }

  .gt-reporting-root .gt-evidence-controls {
    grid-template-columns: 1fr 1fr;
    max-height: 250px;
    overflow-y: auto;
  }
}

@media print {
  .gt-reporting-root .gt-insight-shell {
    margin: 0;
    background: #fff;
    color: #111;
  }

  .gt-reporting-root .gt-insight-nav,
  .gt-reporting-root .gt-insight-toolbar,
  .gt-reporting-root .gt-insight-evidence-button {
    display: none !important;
  }

  .gt-reporting-root .gt-insight-section {
    break-inside: avoid;
  }
}
