/* Página pública — alinhada ao wake.tech (HTML salvo + main.css: header #1a1a1a, Inter, CTAs) */

:root {
  --wake-header: #1a1a1a;
  --wake-text-on-dark: #f5f5f5;
  --wake-purple: #9b51e0;
  --wake-cyan: #66d9ef;
  --wake-body: #666666;
  /* CTAs alinhados ao painel admin (Atlassian-style) sem alterar header Wake */
  --wake-cta-primary: #0052cc;
  --wake-black-btn: var(--wake-cta-primary);
  --wake-white: #ffffff;
  --wake-border: #e8e8e8;
}

* {
  box-sizing: border-box;
}

/* Estado oculto (histórico e painéis): sem isto, .hidden não esconde nada nesta folha. */
.hidden {
  display: none !important;
}

body.wake-status {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--wake-white);
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 16px;
}

.wake-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wake-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Header (header-section + main-header) */
.wake-header-section header {
  background-color: var(--wake-header);
}

.wake-main-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 1rem;
}

.wake-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.wake-logo-link img {
  height: 28px;
  width: auto;
  display: block;
}

.wake-header-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wake-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
  font-family: inherit;
}

.wake-btn:hover {
  opacity: 0.92;
}

.wake-btn-login {
  background: var(--wake-cyan);
  color: var(--wake-header);
}

.wake-btn-login .wake-chevron {
  font-size: 0.65rem;
  margin-left: 0.15rem;
  opacity: 0.85;
}

.wake-btn-contato {
  background: var(--wake-purple);
  color: var(--wake-white);
}

/* Cabeçalho escuro: um CTA primário (azul) e secundário (contorno). */
.wake-btn-header-primary {
  background: var(--wake-cta-primary);
  color: var(--wake-white);
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.wake-btn-header-primary:hover {
  opacity: 0.94;
  filter: brightness(1.05);
}

.wake-btn-header-secondary {
  background: transparent;
  color: var(--wake-text-on-dark);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.wake-btn-header-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
}

.wake-btn-cta-primary {
  background: var(--wake-cta-primary);
  color: var(--wake-white);
  border: none;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 82, 204, 0.22);
}

.wake-btn-cta-primary:hover {
  opacity: 0.94;
}

.wake-btn-cta-inline {
  display: inline-flex;
  width: auto;
  max-width: 100%;
}

.wake-page-tab:focus-visible,
.wake-subtab:focus-visible,
.wake-btn:focus-visible {
  outline: 2px solid var(--wake-cta-primary);
  outline-offset: 3px;
}

.wake-page-tab:focus:not(:focus-visible),
.wake-subtab:focus:not(:focus-visible),
.wake-btn:focus:not(:focus-visible) {
  outline: none;
}

/* Hero (text-heromain / hero-main) */
.wake-main-section {
  padding: 3rem 0 4rem;
}

.wake-page-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid var(--wake-border);
  margin: 0 auto 1.75rem;
  max-width: 720px;
}

.wake-page-tab {
  background: none;
  border: none;
  padding: 0.65rem 1.35rem;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--wake-body);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.wake-page-tab:hover {
  color: #1a1a1a;
}

.wake-page-tab.active {
  color: #1a1a1a;
  border-bottom-color: var(--wake-purple);
}

.wake-subscribe-grid {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.wake-subscribe-hero .wake-subscribe-hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.wake-subscribe-hero .wake-subscribe-hero-row h1 {
  margin: 0;
  flex: 1 1 auto;
  min-width: min(100%, 260px);
}

.wake-privacy-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem 0.45rem;
  color: var(--wake-body);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.15s ease, background 0.15s ease;
}

.wake-privacy-link-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  color: inherit;
}

.wake-privacy-link:hover {
  color: var(--wake-purple);
  background: rgba(155, 81, 224, 0.08);
}

.wake-privacy-link:focus-visible {
  outline: 2px solid var(--wake-purple);
  outline-offset: 2px;
}

.wake-hero-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2.5rem;
}

.wake-hero-text h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.wake-hero-text h1 em {
  font-style: normal;
  color: var(--wake-purple);
}

.wake-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  margin: 0 0 1rem;
  color: #1a1a1a;
}

.wake-tenant-picker-wrap {
  max-width: 480px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.wake-tenant-picker-wrap--global {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.wake-tenant-picker-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #1a1a1a;
}

.wake-tenant-select {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 0.65rem;
  font: inherit;
  font-size: 1rem;
  border: 1px solid var(--wake-border);
  border-radius: 8px;
  background: var(--wake-white);
  color: #1a1a1a;
}

.wake-tenant-picker-hint {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.wake-select-tenant-prompt {
  margin: 0 auto 1.5rem;
  max-width: 520px;
  text-align: center;
  font-size: 1rem;
}

.wake-lead {
  margin: 0 auto;
  max-width: 640px;
  color: var(--wake-body);
  font-size: 1rem;
}

/* Cards / status */
.wake-status-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.wake-card {
  background: var(--wake-white);
  border: 1px solid var(--wake-border);
  border-radius: 10px;
  padding: 1.35rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.wake-card-summary {
  border-left: 4px solid var(--wake-border);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wake-card-summary.wake-card-summary--ok {
  border-left-color: #2e7d32;
  box-shadow: 0 2px 12px rgba(46, 125, 50, 0.08);
}

.wake-card-summary.wake-card-summary--maint {
  border-left-color: #1565c0;
  box-shadow: 0 2px 12px rgba(21, 101, 192, 0.1);
}

.wake-card-summary.wake-card-summary--issue {
  border-left-color: #e65100;
  box-shadow: 0 2px 12px rgba(230, 81, 0, 0.1);
}

.wake-overall-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  color: #1a1a1a;
}

.wake-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.wake-card .wake-muted {
  color: var(--wake-body);
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
}

.wake-list {
  margin: 0;
  padding-left: 1.25rem;
  color: #333;
}

.wake-list li {
  margin-bottom: 0.35rem;
}

.wake-service-list {
  list-style: none;
  padding-left: 0;
}

.wake-service-list li {
  margin-bottom: 0;
}

.wake-service-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1.25rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--wake-border);
}

.wake-service-row:last-child {
  border-bottom: none;
}

.wake-service-row-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.35rem;
  min-width: 0;
  flex: 1;
}

.wake-service-row-status {
  flex-shrink: 0;
  text-align: right;
}

@media (max-width: 520px) {
  .wake-service-row {
    flex-wrap: wrap;
  }

  .wake-service-row-status {
    width: 100%;
    text-align: left;
  }
}

.wake-comp-name {
  font-weight: 500;
}

.wake-comp-help-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.wake-comp-help {
  width: 1.2rem;
  height: 1.2rem;
  min-width: 1.2rem;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  background: #f0f0f0;
  color: #444;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  cursor: help;
  font-family: inherit;
}

.wake-comp-help:hover,
.wake-comp-help:focus-visible {
  border-color: #999;
  background: #e6e6e6;
}

.wake-comp-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  min-width: 11rem;
  max-width: min(20rem, 92vw);
  padding: 0.65rem 0.85rem;
  background: #2d2d2d;
  color: #fafafa;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.45;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  text-align: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.wake-comp-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top-color: #2d2d2d;
}

.wake-comp-help-wrap:hover .wake-comp-tooltip,
.wake-comp-help-wrap:focus-within .wake-comp-tooltip {
  opacity: 1;
  visibility: visible;
}

.wake-status-pill {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: #f0f0f0;
  color: #333;
}

.wake-status-pill.wake-status-pill-lg {
  font-size: 0.95rem;
  padding: 0.4rem 1rem;
  font-weight: 700;
}

.wake-status-pill.operational {
  background: #c8e6c9;
  color: #0d3d12;
}

.wake-status-pill.incident {
  background: #fff3e0;
  color: #e65100;
}

/* Pills por estado do serviço (lista Serviços) */
.wake-status-pill.comp-degraded {
  background: #fff8e1;
  color: #f57f17;
}

.wake-status-pill.comp-partial {
  background: #ffe0b2;
  color: #e65100;
}

.wake-status-pill.comp-major {
  background: #ffcdd2;
  color: #b71c1c;
}

.wake-status-pill.comp-maintenance {
  background: #e3f2fd;
  color: #1565c0;
}

.wake-status-pill.comp-unknown {
  background: #f0f0f0;
  color: #555;
}

/* Form */
.wake-form label {
  display: block;
  margin-top: 0.85rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.wake-form input,
.wake-form select {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--wake-border);
  border-radius: 6px;
  font: inherit;
}

.wake-form .wake-btn-black {
  margin-top: 1.25rem;
  width: 100%;
  max-width: 320px;
  background: var(--wake-cta-primary);
  color: var(--wake-white);
  padding: 0.75rem 1.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(0, 82, 204, 0.22);
}

.wake-form .wake-btn-black:hover {
  opacity: 0.92;
}

.wake-form-msg {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--wake-body);
}

.wake-form-msg.wake-form-msg-success {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #1b5e20;
}

.wake-form-msg.wake-form-msg-error {
  color: #b71c1c;
}

.wake-subscribe-ok {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.38em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #2e7d32;
  box-shadow: 0 0 0 2px rgba(46, 125, 50, 0.18);
}

.wake-form button[type="submit"]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.wake-subtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--wake-border);
  margin: 0.5rem 0 1rem;
}

.wake-subtab {
  background: none;
  border: none;
  padding: 0.55rem 1rem;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wake-body);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.wake-subtab:hover {
  color: #1a1a1a;
}

.wake-subtab.active {
  color: #1a1a1a;
  border-bottom-color: var(--wake-purple);
}

.wake-subpanel.hidden {
  display: none;
}

.wake-btn-slack {
  background: var(--wake-cta-primary);
  color: var(--wake-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 82, 204, 0.25);
}

.wake-btn-slack:hover {
  opacity: 0.95;
}

.wake-footer-updated {
  text-align: center;
  font-size: 0.75rem;
  color: var(--wake-body);
  margin: 0 0 0.35rem;
}

.wake-site-info-footer {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.45;
  margin: 0 0 0.5rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.wake-site-info-footer a {
  color: var(--wake-purple);
  text-decoration: none;
}

.wake-site-info-footer a:hover {
  text-decoration: underline;
}

.wake-site-info-company {
  display: inline-block;
  text-align: center;
}

.wake-footer-note {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--wake-body);
  padding-bottom: 2rem;
}

.wake-footer-note a {
  color: var(--wake-purple);
  text-decoration: none;
}

.wake-footer-note a:hover {
  text-decoration: underline;
}

.wake-maint-banner {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d4a6f 100%);
  color: #f0f4f8;
  padding: 1.25rem 1.5rem;
  border-radius: 10px;
  margin-bottom: 1.75rem;
  border: 1px solid rgba(102, 217, 239, 0.35);
}

.wake-maint-banner strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.wake-maint-banner-text {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  opacity: 0.95;
}

.wake-maint-banner-list {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

.wake-card-accent {
  border-left: 4px solid var(--wake-cyan);
}

.wake-label-small {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wake-body);
  margin: 0.75rem 0 0.35rem;
}

.wake-comp-maint-badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.15rem 0.45rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(102, 217, 239, 0.2);
  color: #0c4a6e;
  border-radius: 4px;
  vertical-align: middle;
}

.wake-incident-item {
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--wake-border);
}

.wake-incident-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wake-incident-title {
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.wake-incident-meta {
  font-size: 0.875rem;
  margin: 0 0 0.35rem;
}

.wake-incident-aff {
  font-size: 0.8125rem;
  color: var(--wake-body);
  margin: 0;
}

.wake-history-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--wake-border);
}

.wake-history-item:last-child {
  border-bottom: none;
}

.wake-history-meta {
  font-size: 0.875rem;
  margin: 0.35rem 0 0.25rem;
}

.wake-history-aff {
  font-size: 0.8125rem;
  color: var(--wake-body);
}

/* —— Histórico estilo timeline (referência VTEX) —— */
.vtex-hist-breadcrumb {
  font-size: 0.8125rem;
  color: #888;
  margin-bottom: 0.35rem;
}

.vtex-hist-breadcrumb a {
  color: #666;
  text-decoration: none;
}

.vtex-hist-breadcrumb a:hover {
  text-decoration: underline;
  color: var(--wake-cta-primary);
}

.vtex-hist-bc-sep {
  margin: 0 0.35rem;
  opacity: 0.7;
}

.vtex-hist-bc-current {
  color: #444;
}

.vtex-hist-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.75rem;
}

.vtex-hist-page-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.vtex-hist-range {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #555;
}

.vtex-hist-range-btn {
  font: inherit;
  font-size: 1.125rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid var(--wake-border);
  border-radius: 6px;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease;
}

.vtex-hist-range-btn:hover:not(:disabled) {
  background: #f4f4f4;
  border-color: #ccc;
}

.vtex-hist-range-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.vtex-hist-range-label {
  min-width: 10rem;
  text-align: center;
  font-weight: 500;
}

.vtex-hist-empty {
  padding: 2rem 0;
  color: #555;
}

.vtex-hist-feed {
  max-width: 920px;
}

.vtex-hist-month {
  margin: 1.75rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

.vtex-hist-feed .vtex-hist-month:first-child {
  margin-top: 0;
}

.vtex-hist-month-rule {
  height: 1px;
  background: var(--wake-border);
  margin-bottom: 1.25rem;
}

.vtex-hist-row {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  gap: 1rem 1.25rem;
  align-items: start;
  padding: 1.15rem 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
  transition: background 0.1s ease;
  border-radius: 6px;
  margin: 0 -0.35rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.vtex-hist-row:hover {
  background: #fafafa;
}

.vtex-hist-row:last-of-type {
  border-bottom: none;
}

.vtex-hist-datecol {
  text-align: right;
  padding-top: 0.15rem;
  line-height: 1.2;
}

.vtex-hist-day {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline;
}

.vtex-hist-wd {
  display: block;
  font-size: 0.75rem;
  color: #888;
  font-weight: 500;
  text-transform: lowercase;
  margin-top: 0.15rem;
}

.vtex-hist-body {
  display: flex;
  gap: 0.85rem;
  min-width: 0;
}

.vtex-hist-accent {
  width: 4px;
  align-self: stretch;
  min-height: 3rem;
  border-radius: 2px;
  flex-shrink: 0;
}

.vtex-hist-accent--info {
  background: #0052cc;
}

.vtex-hist-accent--warn {
  background: #e2a100;
}

.vtex-hist-accent--danger {
  background: #de350b;
}

.vtex-hist-accent--ok {
  background: #22a06b;
}

.vtex-hist-accent--muted {
  background: #97a0af;
}

.vtex-hist-text {
  min-width: 0;
}

.vtex-hist-title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  line-height: 1.35;
}

.vtex-hist-sub {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.35rem;
  line-height: 1.4;
}

.vtex-hist-snippet {
  margin: 0;
  font-size: 0.875rem;
  color: var(--wake-body);
  line-height: 1.45;
}

.vtex-hist-time {
  font-size: 0.8125rem;
  color: #999;
  white-space: nowrap;
  padding-top: 0.2rem;
}

/* Página de detalhe */
.vtex-detail-wrap {
  max-width: 720px;
}

.vtex-detail-card {
  background: #fff;
  border: 1px solid var(--wake-border);
  border-radius: 10px;
  padding: 1.35rem 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 1px 2px rgba(9, 30, 66, 0.04);
}

.vtex-detail-card--summary {
  position: relative;
  padding-top: 1.5rem;
}

.vtex-detail-card--inc-open.vtex-detail-card--summary {
  background: #fffbf5;
  border-color: #f0d9a8;
}

.vtex-detail-card--inc-resolved.vtex-detail-card--summary {
  background: #f3fcf6;
  border-color: #b3dfc4;
}

.vtex-detail-card--maint.vtex-detail-card--summary {
  background: #f5f8ff;
  border-color: #c7d7f5;
}

.vtex-detail-back {
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  color: #555;
  font-weight: 600;
}

.vtex-detail-back:hover {
  color: var(--wake-cta-primary);
}

.vtex-detail-h1 {
  margin: 0 0 0.5rem 2rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
}

.vtex-detail-statusline {
  margin: 0 0 0 2rem;
  font-size: 0.9375rem;
  color: #555;
}

.vtex-detail-schedule {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.vtex-detail-desc {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  white-space: pre-wrap;
}

.vtex-detail-h2 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
}

.vtex-detail-comp-range {
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.vtex-detail-comp-list {
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.6;
}

.vtex-tl {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.vtex-tl::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: #e4e4e4;
  border-radius: 1px;
}

.vtex-tl-item {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}

.vtex-tl-item:last-child {
  padding-bottom: 0;
}

.vtex-tl-dot {
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
}

.vtex-tl-dot--ok {
  background: #22a06b;
  box-shadow: 0 0 0 1px #1f8454;
}

.vtex-tl-dot--warn {
  background: #e2a100;
  box-shadow: 0 0 0 1px #c29400;
}

.vtex-tl-dot--info {
  background: #0052cc;
  box-shadow: 0 0 0 1px #0041a3;
}

.vtex-tl-dot--muted {
  background: #97a0af;
}

.vtex-tl-head {
  font-size: 0.9375rem;
  margin-bottom: 0.35rem;
}

.vtex-tl-text {
  font-size: 0.9375rem;
  line-height: 1.55;
  margin-bottom: 0.5rem;
}

.vtex-tl-foot {
  font-size: 0.8125rem;
  color: #777;
}

@media (max-width: 768px) {
  .vtex-hist-row {
    grid-template-columns: 3.25rem 1fr;
    grid-template-rows: auto auto;
  }

  .vtex-hist-time {
    grid-column: 2;
    justify-self: start;
    padding-top: 0;
  }

  .wake-main-header {
    flex-wrap: wrap;
    min-height: auto;
    padding: 0.75rem 0;
  }

  .wake-header-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

.wake-optional { font-weight: 400; font-size: 0.8em; color: var(--wake-muted-text, #6b7280); }
