:root {
  --cv-release-blue: #175fa8;
  --cv-release-blue-dark: #123f78;
  --cv-release-red: #b13a44;
  --cv-release-ink: #10264e;
  --cv-release-muted: #526783;
  --cv-release-line: #c5d2e3;
  --cv-release-surface: #f4f7fb;
}

.cv-release-overlay[hidden] {
  display: none !important;
}

.cv-release-overlay {
  position: fixed;
  inset: 0;
  z-index: 45000;
  display: grid;
  place-items: center;
  padding: 12px;
  background: rgba(12, 25, 46, 0.68);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.cv-release-dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(1120px, calc(100vw - 24px));
  height: min(820px, calc(100dvh - 24px));
  max-height: calc(100dvh - 24px);
  overflow: hidden;
  border: 1px solid #aebdd0;
  border-radius: 8px;
  background: #ffffff;
  color: var(--cv-release-ink);
  box-shadow: 0 24px 70px rgba(7, 22, 46, 0.34);
  font-family: Arial, Helvetica, sans-serif;
}

.cv-release-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--cv-release-line);
  background: #ffffff;
}

.cv-release-heading {
  min-width: 0;
}

.cv-release-heading h2 {
  margin: 0;
  color: var(--cv-release-ink);
  font-size: 19px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cv-release-heading p {
  margin: 4px 0 0;
  color: var(--cv-release-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.cv-release-version-badge {
  display: inline-grid;
  place-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #a9c8e8;
  border-radius: 999px;
  background: #eaf4ff;
  color: #124f8c;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
}

.cv-release-version-badge:hover,
.cv-release-version-badge:focus-visible {
  border-color: #1765b0;
  background: #dceeff;
  outline: none;
}

.cv-release-history {
  display: grid;
  align-content: start;
  gap: 14px;
  width: min(820px, 100%);
  margin: 0 auto;
}

.cv-release-history-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.cv-release-history-head span {
  color: #1765b0;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.cv-release-history-head h3 {
  margin: 4px 0 0;
  color: var(--cv-release-ink);
  font-size: 24px;
  line-height: 1.1;
}

html body .cv-release-history-back {
  min-height: 36px !important;
  padding: 0 12px !important;
  border: 1px solid #a9c8e8 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #124f8c !important;
  font: 900 10px/1 Arial, Helvetica, sans-serif !important;
}

.cv-release-history-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cv-release-history-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border: 1px solid #c9d5e4;
  border-radius: 6px;
  background: #ffffff;
}

.cv-release-history-item.is-current {
  border-color: #72a7da;
  background: #edf6ff;
}

.cv-release-history-meta,
.cv-release-history-copy {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
}

.cv-release-history-meta strong,
.cv-release-history-copy h4 {
  margin: 0;
  color: var(--cv-release-ink);
  font-size: 13px;
  line-height: 1.25;
}

.cv-release-history-meta time {
  color: var(--cv-release-muted);
  font-size: 10px;
  font-weight: 700;
}

.cv-release-history-copy ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 17px;
}

.cv-release-history-copy li {
  color: #334b6b;
  font-size: 11px;
  line-height: 1.4;
}

html body .cv-release-close,
html body .cv-release-lightbox-close,
html body .cv-release-close:hover,
html body .cv-release-lightbox-close:hover,
html body .cv-release-close:focus,
html body .cv-release-lightbox-close:focus,
html body .cv-release-close:focus-visible,
html body .cv-release-lightbox-close:focus-visible,
html body .cv-release-close:active,
html body .cv-release-lightbox-close:active {
  min-width: 72px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.25), transparent 31%),
    linear-gradient(135deg, #c44b55 0%, #9e2e38 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 7px 16px rgba(158, 46, 56, 0.26) !important;
  font: 900 11px/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

html body .cv-release-close:not(:disabled):is(:hover, :focus, :focus-visible),
html body .cv-release-lightbox-close:not(:disabled):is(:hover, :focus, :focus-visible) {
  filter: brightness(1.04) saturate(1.06) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 11px 22px rgba(158, 46, 56, 0.36) !important;
}

.cv-release-body {
  display: grid;
  grid-template-rows: auto minmax(72px, 1fr);
  min-width: 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable both-edges;
  padding: 16px;
  background: var(--cv-release-surface);
}

.cv-release-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 22px;
  align-items: start;
  min-width: 0;
}

.cv-release-media-panel {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.cv-release-media-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.cv-release-compare {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(92px, 1fr));
  gap: 3px;
  min-width: 220px;
  padding: 3px;
  border: 1px solid #aebfd5;
  border-radius: 7px;
  background: #e8eef6;
}

.cv-release-media-mode {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px 0 8px;
  border: 1px solid #8fc3a7;
  border-radius: 7px;
  background: #ecf8f1;
  color: #17613d;
  box-shadow: 0 5px 12px rgba(23, 97, 61, 0.11);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.cv-release-media-mode-icon {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #218657;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

html body .cv-release-compare-button,
html body .cv-release-compare-button:hover,
html body .cv-release-compare-button:focus,
html body .cv-release-compare-button:focus-visible,
html body .cv-release-compare-button:active {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 0 !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  background: transparent !important;
  color: #344d6d !important;
  box-shadow: none !important;
  font: 900 11px/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

html body .cv-release-compare-button[aria-pressed="true"] {
  border-color: #164f8e !important;
  background: linear-gradient(135deg, #2678c7 0%, #164b87 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 5px 11px rgba(22, 75, 135, 0.24) !important;
}

html body .cv-release-compare-button:not([aria-pressed="true"]):is(:hover, :focus, :focus-visible) {
  border-color: #9db5d1 !important;
  background: #ffffff !important;
  color: #123f78 !important;
}

html body .cv-release-zoom-button,
html body .cv-release-zoom-button:hover,
html body .cv-release-zoom-button:focus,
html body .cv-release-zoom-button:focus-visible,
html body .cv-release-zoom-button:active {
  display: inline-grid !important;
  place-items: center !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #88a8ce !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #ffffff 0%, #eaf4ff 100%) !important;
  color: #154d8a !important;
  box-shadow: 0 6px 14px rgba(17, 57, 105, 0.17) !important;
  transform: none !important;
}

html body .cv-release-zoom-button:is(:hover, :focus, :focus-visible) {
  background: #dceeff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 20px rgba(17, 57, 105, 0.25) !important;
}

.cv-release-zoom-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cv-release-media {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid #9fb0c5;
  border-radius: 6px;
  background: #18253a;
  box-shadow: 0 10px 22px rgba(17, 42, 76, 0.15);
}

.cv-release-media::before {
  content: "Carregando imagem...";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #5d708b;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.cv-release-media img,
.cv-release-media video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  background: #dfe6ef;
}

.cv-release-media video {
  outline: 0;
}

.cv-release-video-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #dfe6ef;
}

.cv-release-video-start {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: inline-grid !important;
  place-items: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  background: #123f78 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(7, 29, 62, 0.34) !important;
  transform: translate(-50%, -50%) !important;
  cursor: pointer;
}

.cv-release-video-start:hover,
.cv-release-video-start:focus-visible {
  background: #0d3262 !important;
  box-shadow: 0 13px 28px rgba(7, 29, 62, 0.42) !important;
  transform: translate(-50%, calc(-50% - 1px)) !important;
}

.cv-release-video-start svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  transform: translateX(1px);
}

.cv-release-video-start[hidden] {
  display: none !important;
}

.cv-release-media-kind {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-grid;
  place-items: center;
  min-height: 23px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(11, 29, 58, 0.86);
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  pointer-events: none;
}

.cv-release-media-caption {
  margin: 0;
  color: #526783;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.cv-release-media-caption strong {
  color: #123f78;
  font-weight: 950;
}

.cv-release-copy {
  min-width: 0;
  padding-top: 51px;
}

.cv-release-copy-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 0 9px;
  border-radius: 999px;
  background: #e7effa;
  color: #1c568f;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cv-release-copy h3 {
  margin: 0;
  color: var(--cv-release-ink);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.cv-release-copy > p {
  margin: 9px 0 0;
  color: #405675;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-word;
}

.cv-release-points {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.cv-release-points li {
  position: relative;
  min-width: 0;
  padding-left: 17px;
  color: #273d5d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.cv-release-points li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cv-release-blue);
  box-shadow: 0 0 0 3px rgba(23, 95, 168, 0.12);
}

.cv-release-navigation {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--cv-release-line);
  align-self: end;
}

html body .cv-release-arrow,
html body .cv-release-arrow:hover,
html body .cv-release-arrow:focus,
html body .cv-release-arrow:focus-visible,
html body .cv-release-arrow:active {
  display: inline-grid !important;
  place-items: center !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #a9bdd7 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: var(--cv-release-blue-dark) !important;
  box-shadow: 0 5px 12px rgba(17, 42, 76, 0.14) !important;
  transform: none !important;
}

html body .cv-release-arrow:not(:disabled):is(:hover, :focus, :focus-visible) {
  border-color: #6e9bcc !important;
  background: #eaf4ff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 9px 17px rgba(17, 42, 76, 0.22) !important;
}

.cv-release-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cv-release-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

html body .cv-release-dot,
html body .cv-release-dot:hover,
html body .cv-release-dot:focus,
html body .cv-release-dot:focus-visible,
html body .cv-release-dot:active {
  display: inline-grid !important;
  place-items: center !important;
  width: 10px !important;
  min-width: 10px !important;
  height: 10px !important;
  min-height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #aebdd0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .cv-release-dot[aria-current="true"] {
  width: 24px !important;
  min-width: 24px !important;
  border-radius: 999px !important;
  background: var(--cv-release-blue) !important;
}

.cv-release-counter {
  grid-column: 1 / -1;
  justify-self: center;
  color: var(--cv-release-muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.cv-release-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 10px 14px;
  border-top: 1px solid var(--cv-release-line);
  background: #ffffff;
}

.cv-release-lightbox[hidden] {
  display: none !important;
}

.cv-release-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 12px;
  background: rgba(5, 13, 27, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.cv-release-lightbox-dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(1240px, calc(100vw - 24px));
  height: min(900px, calc(100dvh - 24px));
  overflow: hidden;
  border: 1px solid #9eb1c8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.cv-release-lightbox-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 11px 16px;
  border-bottom: 1px solid #bac8da;
  background: #ffffff;
}

.cv-release-lightbox-header h2 {
  margin: 0;
  color: var(--cv-release-ink);
  font: 950 18px/1.1 Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cv-release-lightbox-header p {
  margin: 4px 0 0;
  color: #526783;
  font: 800 10px/1.25 Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.cv-release-lightbox-stage {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable both-edges;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.025) 25%, transparent 25% 75%, rgba(255, 255, 255, 0.025) 75%),
    #111d30;
  background-size: 18px 18px;
}

.cv-release-lightbox-stage::before {
  content: "Carregando mídia...";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #c8d5e6;
  font: 900 11px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.cv-release-lightbox-canvas {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 100%;
  min-height: 100%;
}

.cv-release-lightbox-image {
  display: block;
}

#cvReleaseLightboxImage {
  display: block;
  max-width: none;
  max-height: none;
  border: 1px solid #9eb1c8;
  border-radius: 4px;
  background: #dfe6ef;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
}

#cvReleaseLightboxImage[hidden],
#cvReleaseLightboxVideo[hidden],
.cv-release-lightbox-footer[hidden] {
  display: none !important;
}

#cvReleaseLightboxVideo {
  display: block;
  width: min(1200px, calc(100vw - 80px));
  max-width: 100%;
  max-height: calc(100dvh - 150px);
  aspect-ratio: 3 / 2;
  border: 1px solid #9eb1c8;
  border-radius: 4px;
  background: #0e192a;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
  object-fit: contain;
  object-position: 50% 50%;
}

.cv-release-lightbox-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 62px;
  padding: 9px 14px;
  border-top: 1px solid #bac8da;
  background: #ffffff;
}

.cv-release-lightbox-footer output {
  display: inline-grid;
  place-items: center;
  min-width: 64px;
  height: 36px;
  border: 1px solid #b8c8dc;
  border-radius: 6px;
  background: #f4f7fb;
  color: #173f73;
  font: 950 11px/1 Arial, Helvetica, sans-serif;
}

html body .cv-release-lightbox-tool,
html body .cv-release-lightbox-tool:hover,
html body .cv-release-lightbox-tool:focus,
html body .cv-release-lightbox-tool:focus-visible,
html body .cv-release-lightbox-tool:active {
  display: inline-grid !important;
  place-items: center !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #93add0 !important;
  border-radius: 50% !important;
  background: #eaf4ff !important;
  color: #154d8a !important;
  box-shadow: 0 5px 12px rgba(17, 57, 105, 0.16) !important;
  font: 950 19px/1 Arial, Helvetica, sans-serif !important;
  transform: none !important;
}

html body .cv-release-lightbox-tool:is(:hover, :focus, :focus-visible) {
  background: #dceeff !important;
  transform: translateY(-1px) !important;
}

html body .cv-release-lightbox-fit,
html body .cv-release-lightbox-fit:hover,
html body .cv-release-lightbox-fit:focus,
html body .cv-release-lightbox-fit:focus-visible,
html body .cv-release-lightbox-fit:active {
  min-width: 92px !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 0 0 4px !important;
  padding: 0 14px !important;
  border: 1px solid #1a5ca2 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #2678c7 0%, #164b87 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 14px rgba(22, 75, 135, 0.24) !important;
  font: 900 11px/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

html body .cv-release-lightbox-fit:is(:hover, :focus, :focus-visible) {
  filter: brightness(1.05);
  transform: translateY(-1px) !important;
}

.cv-release-body,
.cv-release-lightbox-stage {
  scrollbar-width: thin;
  scrollbar-color: #6d86a8 #e7edf5;
}

.cv-release-body::-webkit-scrollbar,
.cv-release-lightbox-stage::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.cv-release-body::-webkit-scrollbar-track,
.cv-release-lightbox-stage::-webkit-scrollbar-track {
  background: #e7edf5;
}

.cv-release-body::-webkit-scrollbar-thumb,
.cv-release-lightbox-stage::-webkit-scrollbar-thumb {
  border: 2px solid #e7edf5;
  border-radius: 999px;
  background: #6d86a8;
}

html body .cv-release-auto-toggle,
html body .cv-release-auto-toggle:hover,
html body .cv-release-auto-toggle:focus,
html body .cv-release-auto-toggle:focus-visible,
html body .cv-release-auto-toggle:active {
  display: inline-grid !important;
  grid-template-columns: 38px minmax(0, max-content) !important;
  align-items: center !important;
  justify-content: start !important;
  gap: 8px !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #334b6b !important;
  box-shadow: none !important;
  font: 800 10px/1.25 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  transform: none !important;
}

.cv-release-switch-track {
  position: relative;
  display: block;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #aeb9c8;
  box-shadow: inset 0 0 0 1px rgba(15, 35, 65, 0.14);
  transition: background 150ms ease;
}

.cv-release-switch-track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(15, 35, 65, 0.24);
  transition: transform 150ms ease;
}

.cv-release-auto-toggle[aria-pressed="true"] .cv-release-switch-track {
  background: #1765b0;
}

.cv-release-auto-toggle[aria-pressed="true"] .cv-release-switch-track::after {
  transform: translateX(16px);
}

html body .cv-release-finish,
html body .cv-release-finish:hover,
html body .cv-release-finish:focus,
html body .cv-release-finish:focus-visible,
html body .cv-release-finish:active {
  min-width: 104px !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.24), transparent 31%),
    linear-gradient(135deg, #2b7aca 0%, #174b87 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 7px 16px rgba(23, 75, 135, 0.26) !important;
  font: 900 11px/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

html body .cv-release-finish:not(:disabled):is(:hover, :focus, :focus-visible) {
  filter: brightness(1.05) saturate(1.06) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 11px 22px rgba(23, 75, 135, 0.36) !important;
}

html body.cvx-on #cvxPainel .cv-release-account-button {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  border-color: #87acd4 !important;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.23), transparent 30%),
    linear-gradient(135deg, #286fae 0%, #16477e 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 17px rgba(22, 71, 126, 0.2) !important;
}

html body.cvx-on #cvxPainel .cv-release-account-button:is(:hover, :focus, :focus-visible, :active) {
  border-color: #94bce6 !important;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.3), transparent 30%),
    linear-gradient(135deg, #337fc2 0%, #19518f 100%) !important;
  color: #ffffff !important;
}

html body.cvx-on #cvxPainel .cv-release-account-button .cvx-mi {
  color: #16477e !important;
  background: #ffffff !important;
}

.cv-release-account-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.cv-release-account-copy strong,
.cv-release-account-copy small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cv-release-account-copy strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.cv-release-account-copy small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
}

.cv-release-new-badge {
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ffffff;
  color: #14508b;
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.cv-release-account-meta {
  display: grid;
  justify-items: start;
  gap: 3px;
  width: 100%;
  min-width: 0;
  margin-top: 2px;
  padding: 12px 4px 2px;
  border-top: 1px solid #b8c7da;
  color: #304766;
  font-family: Arial, Helvetica, sans-serif;
}

/* Como pe FIXO da casca do painel da conta: o corpo rolante termina acima
   dele, a divisoria fica inteira e a barra de rolagem cobre so as
   funcionalidades (pedido do dono, 08/08/2026). */
.cvx-painel-card > .cv-release-account-meta {
  margin: 0;
  padding: 10px 16px 12px;
  border-top: 1px solid #d8e1ef;
  background: rgba(255, 255, 255, 0.98);
}

.cv-release-account-meta strong {
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cv-release-account-meta span {
  color: #60738d;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

html body .cv-release-tour-launch,
html body .cv-release-tour-launch:hover,
html body .cv-release-tour-launch:focus,
html body .cv-release-tour-launch:focus-visible,
html body .cv-release-tour-launch:active {
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  border: 1px solid #86acd7 !important;
  border-radius: 999px !important;
  background: #eaf4ff !important;
  color: #134f8d !important;
  box-shadow: 0 5px 12px rgba(19, 79, 141, 0.14) !important;
  font: 900 10px/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  transform: none !important;
}

html body .cv-release-tour-launch:not(:disabled):is(:hover, :focus, :focus-visible) {
  background: #dceeff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 9px 17px rgba(19, 79, 141, 0.22) !important;
}

.cv-release-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 46000;
  width: min(460px, calc(100vw - 24px));
  padding: 11px 14px;
  border: 1px solid #8fb1d7;
  border-radius: 8px;
  background: #f4f9ff;
  color: #173d70;
  box-shadow: 0 14px 32px rgba(12, 31, 58, 0.24);
  font: 800 11px/1.4 Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 680px) {
  .cv-release-overlay {
    padding: 8px;
  }

  .cv-release-dialog {
    width: min(100%, 430px);
    height: calc(100dvh - 16px);
    max-height: calc(100dvh - 16px);
  }

  .cv-release-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    min-height: 70px;
    padding: 9px 10px;
  }

  .cv-release-heading h2 {
    font-size: 16px;
  }

  .cv-release-heading p {
    max-width: 210px;
    font-size: 9px;
  }

  .cv-release-version-badge {
    grid-column: 1;
    justify-self: start;
    min-height: 23px;
    padding: 0 8px;
    font-size: 8px;
  }

  .cv-release-close {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
  }

  .cv-release-body {
    padding: 10px;
  }

  .cv-release-history-head {
    align-items: stretch;
    flex-direction: column;
  }

  html body .cv-release-history-back {
    width: 100% !important;
  }

  .cv-release-history-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 11px;
  }

  .cv-release-slide {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .cv-release-media {
    aspect-ratio: 3 / 2;
  }

  .cv-release-media-tools {
    gap: 8px;
  }

  .cv-release-compare {
    min-width: 0;
    width: min(100%, 238px);
  }

  .cv-release-copy {
    padding-top: 0;
  }

  .cv-release-copy h3 {
    font-size: 22px;
  }

  .cv-release-lightbox {
    padding: 6px;
  }

  .cv-release-lightbox-dialog {
    width: calc(100vw - 12px);
    height: calc(100dvh - 12px);
  }

  .cv-release-lightbox-header {
    min-height: 62px;
    padding: 9px 10px;
  }

  .cv-release-lightbox-header h2 {
    font-size: 15px;
  }

  .cv-release-lightbox-header p {
    max-width: 220px;
    font-size: 9px;
  }

  .cv-release-lightbox-footer {
    gap: 7px;
    min-height: 58px;
    padding: 8px;
  }

  .cv-release-copy > p {
    font-size: 13px;
  }

  .cv-release-points li {
    font-size: 12.5px;
  }

  #cvReleaseLightboxVideo {
    width: calc(100vw - 32px);
    max-height: calc(100dvh - 90px);
  }

  .cv-release-footer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 9px 10px;
  }

  html body .cv-release-auto-toggle {
    grid-template-columns: 36px minmax(0, 1fr) !important;
    width: 100% !important;
    font-size: 9px !important;
  }

  .cv-release-switch-track {
    width: 36px;
  }

  .cv-release-auto-toggle[aria-pressed="true"] .cv-release-switch-track::after {
    transform: translateX(14px);
  }
}

@media (max-width: 380px) {
  .cv-release-heading p {
    display: none;
  }

  .cv-release-header {
    min-height: 60px;
  }

  .cv-release-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  html body .cv-release-finish {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cv-release-switch-track,
  .cv-release-switch-track::after {
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .cv-release-overlay,
  .cv-release-toast,
  .cv-release-account-button,
  .cv-release-account-meta,
  .cv-release-tour-launch {
    display: none !important;
  }
}
