:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #202939;
  background: #f8f9fc;
  font-size: 13px;
  font-synthesis: none;
  --blue: #315be8;
  --ink: #202939;
  --muted: #7b869a;
  --line: #e7eaf1;
  --green: #147d67;
  --orange: #aa6b17;
  --side: 252px;
  --inspector: 318px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
button {
  color: inherit;
}
a {
  color: var(--blue);
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #91a9fa;
  outline-offset: 2px;
}
button,
input,
select,
textarea {
  border-radius: 7px;
}
button {
  background: none;
  border: 0;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  letter-spacing: -0.025em;
}
h1 {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 650;
}
h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 650;
}
h3 {
  font-size: 13px;
  line-height: 1.5;
}
p {
  line-height: 1.65;
}
code,
pre,
.mono {
  font-family: "SFMono-Regular", Consolas, monospace;
}
code {
  font-size: 10px;
}
svg.icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  padding: 14px;
  background: white;
  z-index: 1000;
}
.skip-link:focus {
  top: 10px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 600;
  min-height: 34px;
  padding: 8px 12px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.button.primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 2px 3px #213c9112;
}
.button.primary:hover {
  background: #204acd;
}
.button.subtle {
  background: white;
  border-color: var(--line);
  color: #546176;
}
.button.subtle:hover {
  background: #f5f7fc;
}
.icon-button {
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7a879d;
  border: 1px solid transparent;
  font-size: 20px;
}
.icon-button:hover {
  background: #eef2fa;
  border-color: #e3e8f2;
}
.text-button {
  font-size: 11px;
  color: var(--blue);
  font-weight: 600;
  padding: 5px;
}
.eyebrow {
  color: #939daf;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.5;
}
.quiet {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.muted {
  color: var(--muted);
}
.optional {
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
}
.topbar {
  height: 58px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: white;
  padding: 0 18px 0 20px;
  gap: 22px;
}
.brand {
  color: #273142;
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.65px;
  font-weight: 750;
  gap: 8px;
  min-width: 210px;
}
.brand-light {
  font-weight: 450;
  color: #798395;
}
.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -2px;
  box-shadow: 0 3px 6px #294d9b20;
}
.brand-mark span {
  font-size: 17px;
  margin-left: 1px;
  font-weight: 350;
}
.brand-beta {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.8px;
  border: 1px solid #e0e5ed;
  border-radius: 4px;
  padding: 3px;
  color: #8b95a5;
  margin-left: 2px;
}
.workspace-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #99a1b1;
  font-size: 11px;
  min-width: 0;
}
.repository-name {
  font-weight: 600;
  color: #59667a;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slash {
  color: #c2c8d1;
}
.topbar-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar-actions .ai-connected {
  color: var(--green);
}
.global-error {
  padding: 10px 18px;
  color: #a13c3c;
  background: #fff0ef;
  border-bottom: 1px solid #f3d2cd;
}
.workspace {
  display: grid;
  grid-template-columns: var(--side) minmax(0, 1fr) var(--inspector);
  height: calc(100vh - 58px);
  min-height: 480px;
}
.navigator {
  display: flex;
  flex-direction: column;
  background: #fbfcff;
  border-right: 1px solid var(--line);
  min-width: 0;
  min-height: 0;
}
.branch-section {
  padding: 21px 17px 17px;
  border-bottom: 1px solid var(--line);
}
.branch-section .eyebrow {
  display: flex;
  justify-content: space-between;
}
.branch-picker {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
  padding: 10px 11px;
  border: 1px solid #dde3ef;
  background: white;
  box-shadow: 0 1px 2px #25366d04;
  min-height: 39px;
  font-size: 11px;
  font-weight: 650;
  text-align: left;
}
.branch-picker:hover {
  border-color: #aabef6;
}
.branch-picker-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
#branch-picker-label {
  overflow-wrap: anywhere;
  line-height: 1.55;
}
#branch-picker-meta {
  color: #8492a9;
  font-size: 9px;
  font-weight: 450;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chevron {
  font-size: 18px;
  font-weight: 400;
  color: #8390a6;
}
.baseline-summary {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  color: #79879c;
  font-size: 10px;
  margin: 13px 0 0;
  padding: 12px;
  background: #f1f5fb;
  border: 1px solid #e4eaf4;
  border-radius: 9px;
}
.baseline-summary:empty {
  display: none;
}
.baseline-card-top,
.baseline-identity {
  display: flex;
  align-items: center;
  gap: 6px;
}
.baseline-card-top {
  justify-content: space-between;
}
.baseline-card-top .eyebrow {
  font-size: 8px;
  letter-spacing: 0.8px;
}
.baseline-card-top .text-button {
  font-size: 9px;
}
.baseline-name {
  font-size: 12px;
  color: #435777;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.metadata-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.metadata-chip {
  max-width: 100%;
  padding: 3px 6px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e1e8f2;
  color: #71829b;
  font-size: 8px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.custom-tag {
  background: #edf4ff;
  color: #506fa8;
  border-color: #dce7fb;
}
.baseline-identity {
  padding-top: 2px;
  font-size: 9px;
}
.baseline-editor-identity {
  padding: 12px;
  border-radius: 8px;
  background: #f5f7fb;
  color: #7f8da2;
  font-size: 10px;
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.baseline-summary code {
  color: #6e7c92;
}
.baseline-summary .icon {
  width: 12px;
  height: 12px;
}
.navigator-tools {
  padding: 15px 13px 10px;
}
.search {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 7px;
  padding: 0 9px;
  min-height: 34px;
}
.search span {
  display: flex;
  color: #9aa6ba;
}
.search input {
  border: 0;
  outline: 0;
  min-width: 0;
  width: 100%;
  padding: 8px 0;
  background: transparent;
  font-size: 11px;
  color: #334158;
}
.search input::placeholder {
  color: #9aa5b6;
}
.search:focus-within {
  border-color: #9bb1ef;
  box-shadow: 0 0 0 2px #315be812;
}
.search kbd {
  color: #abb4c3;
  font-size: 10px;
  border: 1px solid #e8ebf1;
  padding: 1px 4px;
  border-radius: 3px;
}
.scope-filters {
  display: flex;
  gap: 3px;
  background: #edf0f7;
  border: 1px solid #e9edf5;
  padding: 3px;
  margin-top: 11px;
  border-radius: 7px;
}
.scope-filters button {
  flex: 1;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 3px;
  color: #8290a5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.scope-filters button[aria-pressed="true"] {
  background: white;
  color: #2e476c;
  box-shadow: 0 1px 3px #273b6014;
}
.scope-filters span {
  font-size: 9px;
  font-weight: 650;
  color: #798cad;
}
.navigator-selects {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.navigator-selects select {
  width: 50%;
  min-width: 0;
  font-size: 10px;
  color: #728097;
  background: transparent;
  border: 0;
  padding: 3px 0;
  outline-offset: 1px;
}
.screen-list {
  flex: 1;
  overflow: auto;
  min-height: 0;
  padding: 0 8px 12px;
  scrollbar-width: thin;
  scrollbar-color: #d8deeb transparent;
}
.screen-list > .quiet {
  padding: 30px 12px;
  text-align: center;
}
.tenant-group {
  margin-top: 2px;
}
.tenant-group summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 7px;
  font-size: 10px;
  font-weight: 700;
  color: #778399;
}
.tenant-group summary::-webkit-details-marker {
  display: none;
}
.tenant-group summary:before {
  content: "›";
  font-size: 15px;
  font-weight: 400;
  color: #a5afbf;
  transform: rotate(90deg);
}
.tenant-group:not([open]) summary:before {
  transform: rotate(0);
}
.tenant-group summary .tenant-name {
  flex: 1;
}
.tenant-group summary .count {
  font-size: 9px;
  color: #97a4b7;
  font-weight: 500;
}
.tenant-mark {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf0f6;
  color: #6c7b91;
  font-size: 8px;
  font-weight: 800;
  flex: none;
}
.screen-item {
  display: flex;
  width: 100%;
  text-align: left;
  align-items: center;
  gap: 10px;
  padding: 10px 9px;
  border: 1px solid transparent;
  border-radius: 7px;
  margin: 2px 0;
  position: relative;
  min-height: 70px;
}
.screen-item:hover {
  background: #f0f4fd;
}
.screen-item[aria-current="true"] {
  background: #eaf0ff;
  border-color: #dce6ff;
}
.screen-item[aria-current="true"]:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 2px;
  background: var(--blue);
}
.screen-thumb {
  height: 45px;
  width: 27px;
  flex: none;
  border: 1px solid #dce2ee;
  border-radius: 4px;
  background: #e5eaf4;
  overflow: hidden;
  box-shadow: 0 1px 2px #2639690c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a9b2c2;
}
.screen-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.screen-item-info {
  min-width: 0;
  flex: 1;
}
.screen-item-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #4c5b73;
  line-height: 1.45;
}
.screen-item[aria-current="true"] .screen-item-title {
  color: #3154b3;
}
.screen-item-state {
  color: #8592a8;
  font-size: 9px;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.screen-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 8px;
  color: #9aa6b7;
}
.screen-item-diff {
  color: #a17625;
  font-weight: 600;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #98a5bb;
  flex: none;
}
.status-dot.changed {
  background: #dfac52;
}
.status-dot.passed {
  background: #45a590;
}
.status-dot.failed,
.status-dot.missing,
.status-dot.baseline-error,
.status-dot.unsupported {
  background: #da8685;
}
.navigator-footer {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 41px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: #8c99ad;
  padding: 9px 16px;
}
.navigator-footer span:nth-child(2) {
  flex: 1;
}
.navigator-footer button {
  font-size: 14px;
  color: #97a5bb;
}
.live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #389b88;
  flex: none;
}
.review-workspace {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: white;
}
.comparison-header {
  padding: 17px 22px 13px;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.comparison-title-line {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}
.comparison-heading {
  flex: 1;
  min-width: 0;
}
.comparison-heading h1 {
  overflow-wrap: anywhere;
  line-height: 1.5;
  max-width: 100%;
  font-size: 16px;
  margin-top: 3px;
}
.comparison-kicker,
.comparison-heading .eyebrow {
  font-size: 8px;
  color: #8794aa;
  letter-spacing: 1px;
}
.comparison-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.source-line {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a3adbd;
  font-size: 10px;
  min-width: 0;
  flex-wrap: wrap;
}
.source-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e8ebf1;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 9px;
  line-height: 1.2;
  background: #fbfcff;
}
.source-tag .icon {
  width: 12px;
  height: 12px;
}
.source-tag code {
  color: #64748c;
  font-size: 9px;
}
.source-tag.candidate {
  border-color: #e1e6fc;
  background: #f7f9ff;
  color: #4b69ba;
}
.source-branch {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coverage-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  color: #a07735;
  line-height: 1.4;
}
.coverage-pill:hover {
  text-decoration: underline;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  border: 1px solid #e4e9f2;
  color: #8593a9;
  background: #f7f9fc;
}
.badge.changed,
.badge.incomplete {
  color: #a57421;
  background: #fff9ed;
  border-color: #f4e5c9;
}
.badge.failed,
.badge.missing,
.badge.baseline-error,
.badge.unsupported,
.badge.error {
  background: #fff3f2;
  border-color: #f4dbd7;
  color: #b06b63;
}
.badge.passed,
.badge.completed {
  background: #f0faf6;
  border-color: #d9eee5;
  color: #448e7c;
}
.badge .icon {
  width: 11px;
  height: 11px;
}
.screen-header {
  padding: 15px 22px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.screen-breadcrumb {
  font-size: 10px;
  color: #8c9ab0;
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.screen-header h2 {
  font-size: 18px;
  margin-top: 4px;
}
.screen-paging {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: none;
}
.screen-paging span {
  font-size: 9px;
  color: #a1acbd;
  margin-right: 5px;
}
.screen-paging .icon-button {
  border-color: var(--line);
  background: white;
  height: 27px;
  min-width: 27px;
}
.viewer-toolbar {
  height: 44px;
  flex: none;
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #dfe5ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  background: #fbfcfe;
  gap: 8px;
}
.segmented {
  display: flex;
  gap: 2px;
  background: #edf1f8;
  padding: 3px;
  border-radius: 6px;
  min-width: 0;
}
.segmented button {
  font-size: 10px;
  font-weight: 550;
  padding: 6px 9px;
  border-radius: 4px;
  color: #8895a9;
  white-space: nowrap;
}
.segmented button[aria-pressed="true"] {
  background: white;
  color: #3e5c94;
  box-shadow: 0 1px 3px #344a7520;
}
.viewer-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.pixel-change {
  color: #a68140;
  font-size: 9px;
  white-space: nowrap;
}
.zoom-control select {
  font-size: 10px;
  color: #7f8da3;
  border: 1px solid #e3e8f0;
  background: white;
  padding: 5px 6px;
  min-width: 58px;
}
.viewer-tools .icon-button {
  height: 27px;
  min-width: 27px;
}
.image-stage {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 17px 22px 20px;
  background: #eef1f7;
  background-image: radial-gradient(#ccd4e244 0.75px, transparent 0.75px);
  background-size: 10px 10px;
  overflow: hidden;
}
.image-stage[data-mode="diff"],
.image-stage[data-mode="wipe"],
.image-stage[data-mode="blend"] {
  grid-template-columns: minmax(0, 1fr);
}
.shot {
  margin: 0;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.shot-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  letter-spacing: 0.7px;
  font-weight: 700;
  color: #8796ad;
  min-width: 0;
}
.shot-label .side-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #a0aec4;
  flex: none;
}
.shot.candidate .side-dot {
  background: #6486ed;
}
.shot-label code {
  margin-left: auto;
  color: #9eabc0;
  font-size: 8px;
  letter-spacing: 0;
  font-weight: 450;
}
.shot-label a {
  display: flex;
  color: #a4b2c7;
  margin-left: 3px;
}
.shot-label .icon {
  width: 12px;
  height: 12px;
}
.shot-viewport {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #c4ccdd transparent;
  border-radius: 6px;
}
.screenshot {
  object-fit: contain;
  object-position: top center;
  display: block;
  box-shadow: 0 4px 15px #26385813;
  border: 1px solid #dfe4ed;
  border-radius: 6px;
  background: white;
}
.fit .screenshot {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.image-stage.zoomed .shot-viewport {
  justify-content: flex-start;
}
.image-stage.zoomed .screenshot {
  max-width: none;
  max-height: none;
  flex: none;
}
.shot-viewport::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.shot-viewport::-webkit-scrollbar-thumb {
  background: #c5cfe0;
  border-radius: 4px;
}
.image-missing {
  border: 1px dashed #cbd4e5;
  border-radius: 8px;
  align-self: stretch;
  width: 100%;
  min-height: 200px;
  color: #92a1b8;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  background: #f5f7fc;
}
.image-missing .icon {
  width: 28px;
  height: 28px;
}
.image-error {
  padding: 16px;
  border: 1px solid #edd2cc;
  border-radius: 6px;
  background: #fff5f1;
  color: #aa6962;
  font-size: 11px;
}
.image-stage .stage-empty {
  grid-column: 1/-1;
}
.stage-empty {
  align-self: center;
  justify-self: center;
  text-align: center;
  max-width: 370px;
  padding: 35px 25px;
  color: #96a2b6;
}
.stage-empty h2 {
  color: #5f708b;
  font-size: 18px;
  margin: 18px 0 9px;
}
.stage-empty p {
  font-size: 12px;
}
.empty-symbol {
  font-size: 46px;
  line-height: 1;
  font-weight: 250;
  color: #9caecf;
}
.overlay-shot {
  margin: auto;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.overlay-labels {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 650;
  color: #8a9ab1;
  max-width: 800px;
  width: 100%;
  align-self: center;
}
.overlay-viewport {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  flex: 1;
  overflow: auto;
  scrollbar-width: thin;
}
.overlay-stack {
  position: relative;
  flex: none;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 15px #26385816;
  border: 1px solid #d7deeb;
  background: white;
}
.overlay-stack img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: contain;
  object-position: top;
}
.overlay-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #547bef;
  box-shadow: 0 0 0 1px #ffffffb0;
  pointer-events: none;
}
.overlay-line:after {
  content: "↔";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45%;
  left: -13px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: white;
  color: #587bd9;
  box-shadow: 0 2px 8px #2d436c3d;
  font-size: 13px;
}
.wipe-controls {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #f4f6fb;
  padding: 9px 20px;
  font-size: 9px;
  color: #8f9db1;
  border-top: 1px solid #e4e9f2;
}
.wipe-controls input {
  width: 200px;
  max-width: 50%;
  accent-color: #5277e8;
}
.wipe-controls output {
  font-size: 9px;
  min-width: 30px;
  color: #5875bf;
}
.viewer-footer {
  min-height: 31px;
  padding: 7px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 8px;
  color: #a3aec0;
  border-top: 1px solid var(--line);
  background: white;
}
.viewer-footer > div {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.viewer-footer .status-dot {
  width: 4px;
  height: 4px;
}
.footer-divider {
  margin: 0 4px;
  color: #c4cbd7;
}
.inspector {
  display: flex;
  flex-direction: column;
  background: white;
  border-left: 1px solid var(--line);
  min-width: 0;
  min-height: 0;
}
.inspector-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 19px 17px 16px;
  min-height: 58px;
  font-size: 12px;
  color: #495974;
}
.inspector-mark {
  font-size: 22px;
  color: #577dd8;
  line-height: 1;
}
.inspector-heading strong {
  flex: 1;
  font-weight: 650;
}
.inspector-tabs {
  display: flex;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 0 18px;
}
.inspector-tabs button {
  border-radius: 0;
  padding: 10px 0 11px;
  font-size: 10px;
  font-weight: 600;
  color: #96a1b3;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.inspector-tabs button[aria-selected="true"] {
  color: #496bcb;
  border-bottom-color: #577bed;
}
.inspector-tabs span {
  color: #a4aec0;
  font-size: 9px;
}
.inspector-content {
  padding: 18px;
  overflow: auto;
  flex: 1;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #d9e1ed transparent;
}
.inspector-content > * + * {
  margin-top: 16px;
}
.inspector-footer {
  padding: 13px 18px 15px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: #8190a7;
  line-height: 1.7;
}
.inspector-footer span {
  color: #a8b1c0;
  font-size: 8px;
}
.selected-scope {
  padding: 10px 11px;
  background: #f8faff;
  border: 1px solid #e8edf8;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.selected-scope .scope-copy {
  min-width: 0;
}
.selected-scope strong {
  display: block;
  color: #5b6c87;
  font-size: 10px;
  font-weight: 600;
}
.selected-scope small {
  font-size: 9px;
  color: #9ba9bd;
  display: block;
  margin-top: 3px;
}
.ai-callout {
  padding: 17px 14px;
  background: linear-gradient(145deg, #f4f7ff, #fafbff 65%);
  border: 1px solid #e5ebfb;
  border-radius: 10px;
}
.ai-callout .spark-disc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #e0e7fb;
  border-radius: 10px;
  background: white;
  box-shadow: 0 3px 9px #315be80d;
  color: #6f8de7;
  font-size: 24px;
  margin-bottom: 13px;
}
.ai-callout h3 {
  font-size: 13px;
  color: #50678d;
  margin-bottom: 7px;
}
.ai-callout p {
  font-size: 11px;
  color: #91a0b7;
  line-height: 1.75;
}
.ai-callout .button {
  width: 100%;
  margin-top: 16px;
}
.ai-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.ai-status .quiet {
  font-size: 9px;
}
.analysis-summary {
  font-size: 12px;
  color: #5f718f;
  line-height: 1.8;
}
.finding {
  padding: 13px 0;
  border-bottom: 1px solid #edf0f6;
}
.finding:last-child {
  border-bottom: 0;
}
.finding-title {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  font-size: 12px;
  color: #465a77;
  font-weight: 650;
  line-height: 1.6;
}
.finding-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 5px;
  background: #f0f4fd;
  color: #8ba0c8;
  font-size: 9px;
  margin-top: 1px;
}
.finding p {
  margin-top: 6px;
  font-size: 12px;
  color: #63738c;
  line-height: 1.75;
}
.finding-category {
  display: inline-block;
  font-size: 8px;
  color: #9caac0;
  background: #f5f7fb;
  padding: 3px 6px;
  border-radius: 4px;
  margin-top: 8px;
}
.section-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.8px;
  color: #9ba7ba;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.code-link {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 10px;
  color: #657fba;
  word-break: break-word;
}
.code-link .icon {
  width: 12px;
  height: 12px;
}
.ai-note {
  padding: 11px;
  background: #fbfcfe;
  border: 1px solid #edf0f5;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.7;
  color: #66758d;
}
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-list li {
  font-size: 12px;
  color: #667791;
  line-height: 1.7;
  display: flex;
  gap: 7px;
  padding: 6px 0;
}
.check-list li:before {
  content: "□";
  color: #9badd0;
  flex: none;
}
.code-sources {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 9px;
  color: #92a0b6;
}
.code-sources code {
  font-size: 9px;
  background: #f5f7fc;
  border: 1px solid #e8edf5;
  border-radius: 4px;
  padding: 4px;
  color: #7a8ca9;
}
.code-file {
  border: 1px solid #e6ebf4;
  border-radius: 7px;
  overflow: hidden;
  margin: 10px 0;
}
.code-file summary {
  list-style: none;
  cursor: pointer;
  padding: 11px 10px;
  background: #f8faff;
  font-size: 11px;
  color: #4b617f;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.code-file summary::-webkit-details-marker {
  display: none;
}
.file-stats {
  display: flex;
  gap: 7px;
  font-size: 8px;
  margin-top: 4px;
}
.addition {
  color: #539479;
}
.deletion {
  color: #bf827c;
}
.file-reason {
  font-size: 11px;
  color: #697a94;
  padding: 9px 10px;
  line-height: 1.65;
  border-top: 1px solid #eaf0f9;
}
.code-patch {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  line-height: 1.7;
  overflow: auto;
  background: #fbfcff;
  margin: 0;
  padding: 8px 0;
  max-height: 400px;
  tab-size: 2;
}
.patch-line {
  display: block;
  padding: 0 10px;
  min-width: max-content;
  color: #5e708d;
}
.patch-line.add {
  background: #effaf4;
  color: #508b70;
}
.patch-line.del {
  background: #fff1ef;
  color: #b98580;
}
.patch-line.hunk {
  color: #98aacf;
  background: #f1f5fd;
  padding-top: 3px;
  padding-bottom: 3px;
}
.review-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review-form label,
.dialog label {
  font-size: 10px;
  font-weight: 600;
  color: #7789a4;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.review-form input,
.review-form textarea,
.review-form select,
.dialog input:not([type="checkbox"]) {
  width: 100%;
  min-width: 0;
  background: white;
  border: 1px solid #dfe6f1;
  padding: 10px;
  font-size: 11px;
  color: #526581;
  line-height: 1.5;
}
.review-form textarea {
  min-height: 105px;
  resize: vertical;
}
.linear-intro {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 650;
  color: #485574;
}
.linear-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 8px;
  color: #fff;
  background: #6873d9;
}
.linear-draft textarea {
  min-height: 200px;
  font-size: 10px;
  line-height: 1.7;
}
.ticket-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ticket-actions .button {
  justify-content: center;
}
.linear-connection {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 12px;
  border: 1px solid #e6eafa;
  border-radius: 8px;
  background: #f8f9fe;
}
.linear-connection .quiet {
  font-size: 10px;
}
.linear-connection .text-button {
  align-self: flex-start;
  font-size: 10px;
}
.ticket-link-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.ticket-link-section summary {
  font-size: 11px;
  font-weight: 600;
  color: #657598;
  cursor: pointer;
}
.ticket-link-section form {
  margin-top: 14px;
}
.linked-ticket {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  border: 1px solid #e4e8f4;
  border-radius: 8px;
  background: #fbfcff;
}
.ticket-identifier {
  align-self: flex-start;
  font-size: 10px;
  color: #6870bb;
  font-weight: 700;
}
.linked-ticket strong {
  font-size: 11px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.linked-ticket small {
  font-size: 9px;
  color: #96a2b6;
}
.ticket-verification {
  font-size: 9px;
  line-height: 1.6;
  color: #8592a8;
}
.ticket-preview-title {
  font-size: 15px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.ticket-preview-description {
  max-height: 42vh;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 11px;
  line-height: 1.8;
  padding: 15px;
  background: #f7f9fc;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  color: #66768d;
}
.review-form input::placeholder,
.review-form textarea::placeholder,
.dialog input::placeholder {
  color: #a7b3c5;
}
.review-decisions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border: 0;
  margin: 0;
  padding: 0;
}
.review-decisions legend {
  font-size: 10px;
  color: #7789a4;
  font-weight: 600;
  margin-bottom: 8px;
}
.review-decisions label {
  position: relative;
}
.review-decisions input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-decisions span {
  padding: 6px 7px;
  border: 1px solid #e2e9f5;
  border-radius: 5px;
  font-size: 9px;
  color: #94a3ba;
  cursor: pointer;
}
.review-decisions input:checked + span {
  border-color: #b5c7f6;
  background: #f2f6ff;
  color: #6282c9;
}
.review-decisions input:focus-visible + span {
  outline: 3px solid #9fb8f5;
  outline-offset: 2px;
}
.review-form .button {
  align-self: flex-start;
}
.review-entry {
  padding: 12px 0;
  border-top: 1px solid #edf0f7;
}
.review-entry strong {
  font-size: 10px;
  color: #7789a2;
}
.review-entry p {
  font-size: 11px;
  color: #8f9fb6;
  margin-top: 7px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.review-entry small {
  display: block;
  font-size: 8px;
  color: #adb7c7;
  margin-top: 6px;
}
.review-entry .badge {
  font-size: 8px;
  margin-left: 7px;
}
.metrics-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 9px;
  color: #8a9ab2;
  margin-top: 10px;
}
.metrics-table th,
.metrics-table td {
  padding: 7px 3px;
  text-align: right;
  border-bottom: 1px solid #edf0f5;
}
.metrics-table th:first-child,
.metrics-table td:first-child {
  text-align: left;
}
.capture-check {
  font-size: 9px;
  line-height: 1.65;
  color: #98a8be;
  padding: 7px 0;
  overflow-wrap: anywhere;
}
.capture-check.fail {
  color: #b7877d;
}
.capture-check strong {
  display: block;
  font-weight: 600;
}
.evidence-details summary {
  font-size: 10px;
  color: #8196b6;
  cursor: pointer;
  line-height: 1.7;
}
.evidence-details {
  padding-top: 12px;
  border-top: 1px solid #edf0f5;
}
.dialog {
  border: 1px solid #e0e6f1;
  border-radius: 15px;
  padding: 0;
  width: min(630px, calc(100vw - 28px));
  max-height: calc(100vh - 50px);
  color: var(--ink);
  box-shadow: 0 30px 100px #22335733;
  overflow: auto;
}
.dialog::backdrop {
  background: #26364c70;
  backdrop-filter: blur(3px);
}
.small-dialog {
  width: min(440px, calc(100vw - 28px));
}
.dialog-top {
  padding: 24px 25px 19px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--line);
}
.dialog-top h2 {
  font-size: 19px;
  margin-top: 5px;
  color: #3e506e;
}
.dialog-top .eyebrow {
  font-size: 8px;
}
.dialog-content {
  padding: 22px 25px;
}
.dialog-content > * + * {
  margin-top: 15px;
}
.comparisons-list {
  padding: 10px;
}
.comparison-option {
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 9px;
  margin: 3px 0;
}
.comparison-option:hover {
  background: #f5f8ff;
}
.comparison-option[aria-current="true"] {
  background: #eef3ff;
  border-color: #dbe5ff;
}
.comparison-option-top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #546a90;
}
.comparison-option-top strong {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.comparison-option-top > .icon,
.comparison-option-top > .badge {
  flex-shrink: 0;
  margin-top: 2px;
}
.comparison-pr {
  color: #5f79ae;
  font-weight: 650;
}
.comparison-branch {
  overflow-wrap: anywhere;
}
.comparison-option-meta {
  display: flex;
  gap: 8px;
  font-size: 9px;
  color: #9bacc3;
  margin-top: 9px;
  flex-wrap: wrap;
}
.comparison-option-meta code {
  font-size: 9px;
}
.comparison-option-date {
  margin-left: auto;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.tenant-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}
.tenant-heading h3 {
  color: #607590;
  font-size: 11px;
}
.tenant-picker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}
.tenant-choice {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  padding: 11px;
  border: 1px solid #e3e9f3;
  border-radius: 7px;
  gap: 9px !important;
  cursor: pointer;
  background: #fbfcff;
}
.tenant-choice:has(input:checked) {
  background: #f7f9ff;
  border-color: #d7e2fa;
}
.tenant-choice input {
  margin: 3px 0 0;
  accent-color: var(--blue);
}
.tenant-choice strong {
  display: block;
  font-size: 10px;
  color: #657b9d;
}
.tenant-choice small {
  display: block;
  font-size: 8px;
  color: #a6b2c5;
  margin-top: 3px;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.tenant-choice .blocked {
  color: #b08855;
}
.form-help {
  font-size: 11px;
  color: #91a0b7;
  line-height: 1.75;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 10px;
}
.inline-error {
  font-size: 11px;
  color: #b76d68;
  background: #fff6f3;
  border: 1px solid #f2ded8;
  border-radius: 7px;
  padding: 10px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.privacy-note {
  font-size: 10px;
  color: #99a8bf;
  line-height: 1.75;
  padding: 11px;
  border: 1px solid #e7edf7;
  background: #f8faff;
  border-radius: 7px;
}
.job-log {
  font-size: 9px;
  background: #f4f7fc;
  border: 1px solid #e5ebf4;
  border-radius: 7px;
  padding: 14px;
  max-height: 340px;
  overflow: auto;
  white-space: pre-wrap;
  color: #7b8ba5;
  line-height: 1.7;
}
.coverage-tenant {
  border: 1px solid #e5eaf3;
  border-radius: 8px;
  padding: 13px;
  margin: 9px 0;
}
.coverage-tenant-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: #657a98;
}
.coverage-tenant p {
  font-size: 10px;
  color: #9caabd;
  margin-top: 7px;
}
.coverage-tenant .text-button {
  padding: 5px 0;
  margin-top: 4px;
}
.coverage-errors {
  margin-top: 10px;
  padding-left: 17px;
  font-size: 10px;
  color: #a48c77;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.exclusion {
  border-top: 1px solid var(--line);
  margin-top: 15px;
  padding-top: 12px;
  font-size: 10px;
  color: #94a4bb;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.exclusion strong {
  color: #7e90aa;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  padding: 12px 17px;
  background: #2c3a54;
  color: white;
  border-radius: 8px;
  box-shadow: 0 5px 20px #24355526;
  font-size: 11px;
  max-width: calc(100vw - 30px);
  z-index: 200;
}
.spinner {
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#mobile-screens,
#mobile-inspector,
#close-inspector {
  display: none;
}
.drawer-backdrop {
  position: fixed;
  inset: 58px 0 0;
  background: #25395466;
  z-index: 40;
  border-radius: 0;
}
.workspace.focus-mode {
  grid-template-columns: minmax(0, 1fr);
}
.workspace.focus-mode .navigator,
.workspace.focus-mode .inspector {
  display: none;
}
@media (min-width: 1650px) {
  :root {
    --side: 278px;
    --inspector: 345px;
  }
  .screen-item {
    min-height: 76px;
  }
  .screen-thumb {
    height: 50px;
    width: 30px;
  }
  .screen-item-title {
    font-size: 12px;
  }
  .inspector-content {
    padding: 22px;
  }
  .comparison-header {
    padding: 19px 27px 15px;
  }
  .screen-header {
    padding: 18px 27px;
  }
  .image-stage {
    padding: 20px 28px 24px;
    gap: 25px;
  }
}
@media (max-width: 1190px) {
  :root {
    --side: 225px;
    --inspector: 290px;
  }
  .workspace {
    grid-template-columns: var(--side) minmax(0, 1fr);
  }
  .inspector {
    display: none;
    position: fixed;
    right: 0;
    top: 58px;
    bottom: 0;
    width: 330px;
    max-width: calc(100vw - 24px);
    z-index: 60;
    box-shadow: -10px 0 35px #23355114;
  }
  .inspector.open {
    display: flex;
  }
  #mobile-inspector,
  #close-inspector {
    display: inline-flex;
  }
  #mobile-inspector {
    font-size: 10px;
    padding: 6px 9px;
    min-height: 29px;
  }
  .workspace-identity {
    font-size: 10px;
  }
  .comparison-title-line .badge {
    font-size: 8px;
  }
  .image-stage {
    padding: 17px 18px;
  }
  .brand {
    min-width: 185px;
  }
  .topbar {
    gap: 15px;
  }
}
@media (max-width: 760px) {
  .topbar {
    height: 52px;
    padding: 0 12px;
    gap: 7px;
  }
  .brand {
    min-width: 0;
    font-size: 14px;
    gap: 6px;
    letter-spacing: -0.5px;
  }
  .brand-mark {
    height: 27px;
    width: 27px;
    font-size: 15px;
    border-radius: 8px;
  }
  .brand-beta,
  .workspace-identity,
  .topbar-actions #refresh {
    display: none;
  }
  .topbar-actions {
    gap: 5px;
  }
  .topbar-actions .button {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 9px;
  }
  .workspace {
    height: calc(100vh - 52px);
    min-height: 470px;
    grid-template-columns: minmax(0, 1fr);
  }
  .navigator {
    position: fixed;
    inset: 52px auto 0 0;
    width: 280px;
    max-width: calc(100vw - 32px);
    z-index: 60;
    box-shadow: 10px 0 30px #24385920;
    display: none;
  }
  .navigator.open {
    display: flex;
  }
  .inspector {
    top: 52px;
  }
  .drawer-backdrop {
    top: 52px;
  }
  #mobile-screens {
    display: inline-flex;
    min-height: 27px;
    font-size: 9px;
    padding: 5px 7px;
  }
  .comparison-header {
    padding: 11px 12px 10px;
  }
  .comparison-title-line {
    gap: 6px;
  }
  .comparison-heading h1 {
    font-size: 12px;
    margin-top: 2px;
  }
  .comparison-heading .eyebrow {
    font-size: 7px;
    letter-spacing: 0.8px;
  }
  .comparison-title-line #gate-status {
    display: none;
  }
  .comparison-meta {
    margin-top: 9px;
    gap: 4px;
  }
  .source-tag {
    padding: 4px 5px;
    font-size: 8px;
    gap: 4px;
  }
  .source-tag code {
    font-size: 8px;
  }
  .source-branch {
    max-width: 72px;
  }
  .source-line {
    gap: 4px;
  }
  .source-line > .icon {
    width: 10px;
    height: 10px;
  }
  .coverage-pill {
    font-size: 8px;
  }
  #mobile-inspector {
    font-size: 9px;
    min-height: 27px;
    padding: 5px 7px;
  }
  .screen-header {
    padding: 10px 12px;
  }
  .screen-header h2 {
    font-size: 15px;
    margin-top: 3px;
  }
  .screen-breadcrumb {
    font-size: 8px;
    gap: 4px;
  }
  .screen-paging span {
    font-size: 8px;
  }
  .screen-paging .icon-button {
    height: 24px;
    min-width: 24px;
  }
  .screen-paging .icon {
    width: 13px;
    height: 13px;
  }
  .viewer-toolbar {
    padding: 0 9px;
    height: 40px;
    gap: 4px;
  }
  .segmented {
    padding: 2px;
    gap: 1px;
  }
  .segmented button {
    font-size: 8px;
    padding: 6px 6px;
  }
  .viewer-tools {
    gap: 4px;
  }
  .pixel-change {
    display: none;
  }
  .zoom-control select {
    padding: 5px 4px;
    font-size: 8px;
    min-width: 48px;
  }
  .viewer-tools .icon-button {
    min-width: 24px;
    width: 24px;
  }
  .viewer-tools .icon {
    width: 13px;
    height: 13px;
  }
  .image-stage {
    padding: 11px 10px 12px;
    gap: 10px;
  }
  .shot {
    gap: 7px;
  }
  .shot-label {
    font-size: 7px;
    gap: 4px;
    letter-spacing: 0.4px;
  }
  .shot-label code {
    font-size: 6px;
  }
  .shot-label a {
    margin-left: 0;
  }
  .shot-label .icon {
    width: 10px;
    height: 10px;
  }
  .viewer-footer {
    font-size: 7px;
    padding: 6px 10px;
    min-height: 27px;
    gap: 6px;
  }
  .viewer-footer > span {
    display: none;
  }
  .wipe-controls {
    padding: 7px 10px;
    font-size: 8px;
    gap: 6px;
  }
  .wipe-controls input {
    width: 150px;
  }
  .dialog {
    max-height: calc(100vh - 24px);
    width: calc(100vw - 20px);
    border-radius: 12px;
  }
  .dialog-top {
    padding: 19px 17px 15px;
  }
  .dialog-top h2 {
    font-size: 17px;
  }
  .dialog-content {
    padding: 17px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tenant-picker {
    grid-template-columns: 1fr;
  }
  .stage-empty {
    padding: 20px;
  }
  .stage-empty h2 {
    font-size: 17px;
  }
  .stage-empty p {
    font-size: 11px;
  }
  .image-missing {
    font-size: 10px;
    min-height: 150px;
    text-align: center;
    padding: 12px;
    line-height: 1.7;
  }
  .comparison-option {
    padding: 13px 10px;
  }
  .comparison-option-top {
    font-size: 11px;
  }
  .comparison-option .badge {
    font-size: 8px;
  }
  .comparison-option-meta {
    font-size: 8px;
  }
  .inspector-content {
    padding: 16px;
  }
  .inspector-footer {
    font-size: 8px;
  }
  .scope-filters button {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
