/* 20260708-141: final overrides for inline apps, detector flow, and modal recovery. */

body.mac-launchpad .inline-titlebar .mac-titlebar-label,
body.mac-launchpad .mac-inline-titlebar .mac-titlebar-label {
  color: rgba(8, 22, 27, .82) !important;
  font-size: 16px !important;
  font-weight: 780 !important;
  letter-spacing: 0 !important;
}

body.mac-launchpad .model-card-mascot {
  top: -32px !important;
}

body.mac-launchpad [data-inline-panel="/settings"] .inline-panel-head p {
  display: none !important;
}

body.mac-launchpad .setting-action-button.soft {
  color: rgba(13, 38, 43, .78) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.86), transparent 44%),
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(218,231,226,.70)) !important;
}

body.mac-launchpad .detector-console-card.detect-is-running .field,
body.mac-launchpad .detector-console-card.detect-is-running .field-row,
body.mac-launchpad .detector-console-card.detect-is-running .field-checkbox,
body.mac-launchpad .detector-console-card.detect-is-running .detect-launch-button,
body.mac-launchpad .detector-console-card[class*="detect-result-"] .field,
body.mac-launchpad .detector-console-card[class*="detect-result-"] .field-row,
body.mac-launchpad .detector-console-card[class*="detect-result-"] .field-checkbox,
body.mac-launchpad .detector-console-card[class*="detect-result-"] .detect-launch-button {
  pointer-events: none !important;
  animation: detectFieldDissolveV141 440ms cubic-bezier(.2,.72,.18,1) both !important;
}

body.mac-launchpad .detector-console-card.detect-is-running .model-card-mascot,
body.mac-launchpad .detector-console-card[class*="detect-result-"] .model-card-mascot {
  opacity: 0 !important;
  transform: translate3d(-390px, 156px, 0) scale(.78) rotate(-8deg) !important;
  transition: transform 440ms cubic-bezier(.18,.86,.18,1), opacity 160ms linear !important;
}

body.mac-launchpad .detect-live-stage {
  grid-column: 1 / -1 !important;
  position: relative !important;
  z-index: 16 !important;
  min-height: 318px !important;
  display: grid !important;
  place-items: center !important;
  padding: 26px 28px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.72), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.52), rgba(226,239,235,.36)) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.78),
    0 22px 44px rgba(0, 32, 42, .12) !important;
}

body.mac-launchpad .detect-live-stage[hidden] {
  display: none !important;
}

body.mac-launchpad .detect-particle-field {
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle, rgba(255,255,255,.80) 0 2px, transparent 3px) 0 0 / 34px 34px,
    radial-gradient(circle, rgba(32,134,112,.25) 0 1px, transparent 2px) 11px 15px / 28px 28px !important;
  opacity: .58 !important;
  animation: detectParticlesV141 2.2s linear infinite !important;
}

body.mac-launchpad .detect-runner-lane {
  position: absolute !important;
  left: 24px !important;
  bottom: 24px !important;
  width: 190px !important;
  height: 150px !important;
}

body.mac-launchpad .detect-runner-mascot {
  position: absolute !important;
  left: 82px !important;
  bottom: 0 !important;
  width: 120px !important;
  height: 140px !important;
  background-image: var(--detect-runner-image) !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  filter: drop-shadow(0 16px 18px rgba(0, 32, 42, .18)) !important;
  transform-origin: 50% 92% !important;
  animation: detectMascotRunV141 1.05s cubic-bezier(.2,.82,.18,1) both, detectMascotWaitV141 1.65s ease-in-out 1.05s infinite !important;
}

body.mac-launchpad .detect-result-sign {
  position: absolute !important;
  left: 38px !important;
  bottom: 70px !important;
  width: 54px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  opacity: 0 !important;
  transform: translateY(8px) scale(.9) !important;
}

body.mac-launchpad .detect-result-good .detect-result-sign,
body.mac-launchpad .detect-result-watch .detect-result-sign,
body.mac-launchpad .detect-result-risk .detect-result-sign {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition: opacity 180ms linear, transform 220ms cubic-bezier(.16,1,.3,1) !important;
}

body.mac-launchpad .detect-result-good .detect-result-sign { background: #159a68 !important; }
body.mac-launchpad .detect-result-watch .detect-result-sign { background: #d2a328 !important; }
body.mac-launchpad .detect-result-risk .detect-result-sign { background: #c7433e !important; }

body.mac-launchpad .detect-orbital-loader {
  width: 138px !important;
  height: 138px !important;
  border-radius: 50% !important;
  position: relative !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.92) 0 34%, transparent 35%),
    conic-gradient(from 0deg, rgba(23,141,117,.15), rgba(23,141,117,.88), rgba(255,255,255,.18), rgba(23,141,117,.15)) !important;
  animation: detectOrbitV141 1.05s linear infinite !important;
  box-shadow: 0 18px 38px rgba(0,62,68,.16), inset 0 0 0 1px rgba(255,255,255,.72) !important;
}

body.mac-launchpad .detect-orbital-loader span {
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #1f9f76 !important;
  left: 61px !important;
  top: -4px !important;
  box-shadow: 0 0 18px rgba(31,159,118,.52) !important;
}

body.mac-launchpad .detect-orbital-loader span:nth-child(2) {
  transform: rotate(120deg) translateY(-69px);
  transform-origin: 8px 73px;
  opacity: .62 !important;
}

body.mac-launchpad .detect-orbital-loader span:nth-child(3) {
  transform: rotate(240deg) translateY(-69px);
  transform-origin: 8px 73px;
  opacity: .42 !important;
}

body.mac-launchpad .detect-live-stage > strong {
  margin-top: 160px !important;
  color: rgba(5, 28, 34, .88) !important;
  font-size: 18px !important;
  font-weight: 860 !important;
}

body.mac-launchpad .detect-live-stage > p {
  max-width: 440px !important;
  margin: 6px 0 0 !important;
  color: rgba(5, 28, 34, .58) !important;
  font-size: 13px !important;
  text-align: center !important;
}

body.mac-launchpad .detect-stage-result .detect-orbital-loader {
  position: absolute !important;
  right: 28px !important;
  top: 8px !important;
  width: 218px !important;
  height: 150px !important;
  opacity: .12 !important;
  animation-duration: 4.2s !important;
}

body.mac-launchpad .detect-inline-result {
  width: min(560px, 100%) !important;
  margin-top: 14px !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 13px !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.64) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.84), 0 14px 28px rgba(0, 32, 42, .12) !important;
  animation: detectResultRiseV141 300ms cubic-bezier(.16,1,.3,1) both !important;
}

body.mac-launchpad .detect-inline-result[hidden] {
  display: none !important;
}

body.mac-launchpad .inline-result-actions {
  display: grid !important;
  gap: 8px !important;
  justify-items: stretch !important;
}

body.mac-launchpad .detect-inline-result a,
body.mac-launchpad .detect-inline-result button {
  min-width: 82px !important;
  padding: 9px 12px !important;
  border: 0 !important;
  border-radius: 13px !important;
  color: #fafffc !important;
  background: rgba(10, 55, 60, .82) !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

body.mac-launchpad .detect-inline-result button {
  color: rgba(5, 28, 34, .76) !important;
  background: rgba(255,255,255,.78) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.88) !important;
}

body.mac-launchpad .history-app-panel,
body.mac-launchpad .trust-app-panel {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 239, 170, .72), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(158, 223, 255, .48), transparent 28%),
    linear-gradient(135deg, #f7f2e8, #e9f2ef 58%, #eef4fb) !important;
}

body.mac-launchpad .ranking-modal-card.ranking-modal-from-ticket {
  animation: rankingModalFromTicket 300ms cubic-bezier(.18,.86,.2,1) both !important;
}

body.mac-launchpad .ranking-modal-card.ranking-modal-closing {
  animation: rankingModalBackToTicket 240ms cubic-bezier(.28,.62,.28,1) both !important;
}

body.mac-launchpad .ranking-detail-modal.ranking-modal-closing .ranking-modal-scrim {
  animation: rankingScrimOutV141 180ms linear both !important;
}

body.mac-launchpad .ranking-detail-modal:not([hidden]) .ranking-modal-scrim {
  animation: rankingScrimFadeV141 140ms linear both !important;
}

body.mac-launchpad .inline-app-panel[hidden],
body.mac-launchpad [data-inline-panel][hidden] {
  display: none !important;
}

@keyframes detectFieldDissolveV141 {
  from { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0; filter: blur(8px); transform: translate3d(0, -16px, 0) scale(.96); }
}

@keyframes detectParticlesV141 {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(28px, -34px, 0); }
}

@keyframes detectOrbitV141 {
  to { transform: rotate(360deg); }
}

@keyframes detectMascotRunV141 {
  0% { transform: translate3d(116px, -92px, 0) scale(.8) rotate(-8deg); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translate3d(0, 0, 0) scale(1) rotate(0); opacity: 1; }
}

@keyframes detectMascotWaitV141 {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-4px) rotate(-1deg); }
}

@keyframes detectResultRiseV141 {
  from { opacity: 0; transform: translateY(12px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes rankingModalFromTicket {
  from {
    opacity: .84;
    transform:
      translate3d(var(--modal-origin-x, 0), var(--modal-origin-y, 0), 0)
      scale(var(--modal-scale-x, .38), var(--modal-scale-y, .22));
    border-radius: 18px;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    border-radius: 28px;
  }
}

@keyframes rankingModalBackToTicket {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    border-radius: 28px;
  }
  to {
    opacity: .70;
    transform:
      translate3d(var(--modal-origin-x, 0), var(--modal-origin-y, 0), 0)
      scale(var(--modal-scale-x, .38), var(--modal-scale-y, .22));
    border-radius: 18px;
  }
}

@keyframes rankingScrimFadeV141 {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes rankingScrimOutV141 {
  from { opacity: 1; }
  to { opacity: 0; }
}

@media (max-width: 860px) {
  body.mac-launchpad .detect-inline-result {
    grid-template-columns: 72px minmax(0, 1fr) !important;
  }

  body.mac-launchpad .inline-result-actions {
    grid-column: 1 / -1 !important;
    grid-template-columns: 1fr 1fr !important;
  }
}

/* 20260708-143: generated cutout assets and museum-style trust/history apps. */

body.mac-launchpad .detector-console-card {
  position: relative !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage {
  position: absolute !important;
  inset: 18px !important;
  z-index: 80 !important;
  min-height: 0 !important;
  grid-template-rows: 112px auto auto minmax(0, 1fr) !important;
  align-content: center !important;
  gap: 8px !important;
  padding: 22px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.82), transparent 35%),
    radial-gradient(circle at 82% 12%, rgba(106,199,190,.28), transparent 32%),
    linear-gradient(135deg, rgba(246,252,249,.90), rgba(221,238,234,.78)) !important;
  border: 1px solid rgba(255,255,255,.74) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.88),
    0 24px 50px rgba(0, 35, 45, .18) !important;
}

body.mac-launchpad .detect-particle-field {
  background:
    radial-gradient(circle, rgba(255,255,255,.92) 0 2px, transparent 3px) 0 0 / 28px 28px,
    radial-gradient(circle, rgba(16,132,117,.26) 0 1px, transparent 2px) 13px 16px / 24px 24px,
    linear-gradient(115deg, transparent 20%, rgba(255,255,255,.28) 44%, transparent 66%) !important;
  mix-blend-mode: screen !important;
}

body.mac-launchpad .detect-orbital-loader {
  width: 230px !important;
  height: 156px !important;
  border-radius: 0 !important;
  background: url("/static/generated/trust-artifact-probe-v143.png") center / contain no-repeat !important;
  box-shadow: none !important;
  animation: detectProbeFloatV143 1.7s ease-in-out infinite !important;
  filter: drop-shadow(0 20px 24px rgba(0, 48, 58, .22)) !important;
}

body.mac-launchpad .detect-orbital-loader::before,
body.mac-launchpad .detect-orbital-loader::after {
  content: "" !important;
  position: absolute !important;
  left: 34px !important;
  right: 34px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, rgba(112, 255, 238, .86), transparent) !important;
  animation: detectScanV143 1.2s linear infinite !important;
}

body.mac-launchpad .detect-orbital-loader::before { top: 48px !important; }
body.mac-launchpad .detect-orbital-loader::after { bottom: 46px !important; animation-delay: .38s !important; }
body.mac-launchpad .detect-orbital-loader span { display: none !important; }

body.mac-launchpad .detect-runner-lane {
  left: 18px !important;
  bottom: 18px !important;
  width: 188px !important;
  height: 180px !important;
  z-index: 3 !important;
}

body.mac-launchpad .detect-runner-mascot {
  width: 150px !important;
  height: 170px !important;
  left: 22px !important;
  animation: detectMascotRunV143 .95s cubic-bezier(.2,.82,.18,1) both, detectMascotWaitV143 1.7s ease-in-out .95s infinite !important;
}

body.mac-launchpad .detect-stage-result .detect-runner-mascot,
body.mac-launchpad .detect-stage-error .detect-runner-mascot {
  width: 190px !important;
  height: 230px !important;
  left: 0 !important;
  animation: detectMascotWaitV143 1.7s ease-in-out infinite !important;
}

body.mac-launchpad .detect-stage-result .detect-runner-lane,
body.mac-launchpad .detect-stage-error .detect-runner-lane {
  left: 24px !important;
  bottom: 42px !important;
  width: 220px !important;
  height: 250px !important;
}

body.mac-launchpad .detect-result-sign {
  left: 128px !important;
  bottom: 106px !important;
}

body.mac-launchpad .detect-stage-result .detect-result-sign,
body.mac-launchpad .detect-stage-error .detect-result-sign {
  display: none !important;
}

body.mac-launchpad .detect-live-stage > strong {
  margin-top: 0 !important;
  z-index: 2 !important;
}

body.mac-launchpad .detect-live-stage > p {
  z-index: 2 !important;
}

body.mac-launchpad .detect-inline-result {
  z-index: 2 !important;
  width: min(620px, calc(100% - 190px)) !important;
  margin: 8px 0 0 150px !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  align-self: stretch !important;
  max-height: 260px !important;
  overflow: auto !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.90), transparent 38%),
    rgba(255,255,255,.68) !important;
}

body.mac-launchpad .inline-report-head {
  display: grid !important;
  grid-template-columns: 84px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
}

body.mac-launchpad .inline-result-score.error {
  background: linear-gradient(135deg, #9f302f, #d9554a) !important;
}

body.mac-launchpad .inline-report-metrics {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.mac-launchpad .inline-report-metrics span,
body.mac-launchpad .inline-error-advice span {
  min-width: 0 !important;
  padding: 9px 10px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.62) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.76) !important;
}

body.mac-launchpad .inline-report-metrics small {
  display: block !important;
  color: rgba(5, 28, 34, .46) !important;
  font-size: 10px !important;
}

body.mac-launchpad .inline-report-metrics b {
  display: block !important;
  overflow: hidden !important;
  color: rgba(5, 28, 34, .82) !important;
  font-size: 12px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.mac-launchpad .inline-check-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.mac-launchpad .inline-check-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 34px !important;
  gap: 3px 8px !important;
  align-items: center !important;
  padding: 8px !important;
  border-radius: 13px !important;
  background: rgba(255,255,255,.56) !important;
}

body.mac-launchpad .inline-check-row span,
body.mac-launchpad .inline-check-row em {
  overflow: hidden !important;
  color: rgba(5, 28, 34, .62) !important;
  font-size: 10px !important;
  font-style: normal !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.mac-launchpad .inline-check-row b {
  color: rgba(5, 28, 34, .84) !important;
  font-size: 14px !important;
  font-variant-numeric: tabular-nums !important;
  text-align: right !important;
}

body.mac-launchpad .inline-check-row em {
  grid-column: 1 / -1 !important;
}

body.mac-launchpad .inline-error-advice {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.mac-launchpad .inline-error-advice span {
  color: rgba(99, 35, 34, .74) !important;
  font-size: 11px !important;
}

body.mac-launchpad .history-workbench-v143 {
  width: min(980px, 100%) !important;
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) 220px !important;
  gap: 18px !important;
  align-items: stretch !important;
}

body.mac-launchpad .history-museum-card,
body.mac-launchpad .history-inspector-card {
  position: relative !important;
  display: grid !important;
  align-content: end !important;
  min-height: 100% !important;
  overflow: hidden !important;
  padding: 18px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at var(--glow-x, 40%) 10%, rgba(255,255,255,.82), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(232,239,236,.54)) !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.86), 0 18px 34px rgba(0,34,45,.12) !important;
}

body.mac-launchpad .history-museum-card img {
  position: absolute !important;
  left: 8px !important;
  top: 10px !important;
  width: 216px !important;
  filter: drop-shadow(0 18px 20px rgba(0,32,42,.17)) !important;
  animation: historyMascotFloatV143 3s ease-in-out infinite !important;
}

body.mac-launchpad .history-museum-card div {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 7px !important;
}

body.mac-launchpad .history-museum-card strong,
body.mac-launchpad .history-inspector-card strong {
  color: rgba(4, 25, 31, .88) !important;
  font-size: 18px !important;
  font-weight: 860 !important;
}

body.mac-launchpad .history-museum-card p,
body.mac-launchpad .history-inspector-card p {
  margin: 0 !important;
  color: rgba(4, 25, 31, .56) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

body.mac-launchpad .history-ledger-v143 {
  min-height: 0 !important;
  padding: 4px 6px 4px 0 !important;
}

body.mac-launchpad .history-record-card,
body.mac-launchpad .history-empty {
  position: relative !important;
  min-height: 108px !important;
  grid-template-columns: 82px 58px minmax(0, 1fr) 52px !important;
  padding: 14px !important;
  overflow: visible !important;
}

body.mac-launchpad .history-record-card {
  cursor: pointer !important;
  transition: transform .24s cubic-bezier(.2,.82,.18,1), box-shadow .24s ease, border-color .24s ease !important;
}

body.mac-launchpad .history-record-card.selected {
  transform: translateY(-2px) scale(1.015) !important;
  border-color: rgba(255,255,255,.86) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.8), 0 18px 36px rgba(0, 40, 52, .16) !important;
}

body.mac-launchpad .history-empty {
  grid-template-columns: 120px minmax(0, 1fr) !important;
}

body.mac-launchpad .history-empty img {
  width: 130px !important;
  align-self: end !important;
  filter: drop-shadow(0 14px 18px rgba(0, 32, 42, .15)) !important;
}

body.mac-launchpad .history-record-mascot {
  position: relative !important;
  z-index: 2 !important;
  width: 96px !important;
  height: 96px !important;
  object-fit: contain !important;
  transform: translate(-8px, -18px) !important;
  filter: drop-shadow(0 12px 14px rgba(0,32,42,.16)) !important;
  pointer-events: none !important;
}

body.mac-launchpad .history-record-card > b {
  width: 54px !important;
  height: 54px !important;
}

body.mac-launchpad .history-record-checks {
  grid-column: 3 / 5 !important;
  display: flex !important;
  gap: 5px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.mac-launchpad .history-record-checks small {
  padding: 4px 7px !important;
  border-radius: 999px !important;
  color: rgba(4, 25, 31, .55) !important;
  background: rgba(255,255,255,.58) !important;
  font-size: 10px !important;
  white-space: nowrap !important;
}

body.mac-launchpad .history-inspector-ring {
  width: 142px !important;
  height: 142px !important;
  margin: 0 auto 14px !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle, rgba(255,255,255,.86) 0 40%, transparent 42%),
    conic-gradient(from 0deg, rgba(36,157,137,.08), rgba(36,157,137,.72), rgba(255,255,255,.26), rgba(36,157,137,.08)) !important;
  animation: historyOrbit 5s linear infinite !important;
}

body.mac-launchpad .history-inspector-detail {
  align-content: start !important;
  gap: 10px !important;
}

body.mac-launchpad .history-inspector-detail .history-inspector-ring {
  position: absolute !important;
  right: -38px !important;
  top: -38px !important;
  width: 132px !important;
  height: 132px !important;
  margin: 0 !important;
  opacity: .42 !important;
}

body.mac-launchpad .history-inspector-mascot {
  width: 132px !important;
  height: 132px !important;
  object-fit: contain !important;
  justify-self: center !important;
  margin: -12px 0 -6px !important;
  filter: drop-shadow(0 16px 18px rgba(0,32,42,.18)) !important;
  animation: historyMascotFloatV143 3s ease-in-out infinite !important;
}

body.mac-launchpad .history-inspector-checks {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 7px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.mac-launchpad .history-inspector-checks li {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 32px !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 10px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.58) !important;
}

body.mac-launchpad .history-inspector-checks span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: rgba(4,25,31,.62) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
}

body.mac-launchpad .history-inspector-checks b {
  color: rgba(4,25,31,.86) !important;
  font-size: 13px !important;
  text-align: right !important;
}

body.mac-launchpad .history-inspector-foot {
  color: rgba(4,25,31,.42) !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

body.mac-launchpad .history-stat-strip {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 16px !important;
}

body.mac-launchpad .history-stat-strip span {
  display: grid !important;
  gap: 2px !important;
  padding: 10px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.58) !important;
}

body.mac-launchpad .history-stat-strip b {
  color: rgba(4, 25, 31, .84) !important;
  font-size: 16px !important;
}

body.mac-launchpad .history-stat-strip small {
  color: rgba(4, 25, 31, .45) !important;
  font-size: 10px !important;
}

body.mac-launchpad .trust-lab-v143 {
  width: min(980px, 100%) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: minmax(260px, 1fr) auto auto !important;
  gap: 18px !important;
  align-items: stretch !important;
}

body.mac-launchpad .trust-museum-stage {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1.05fr 88px 1fr 88px 1.15fr 88px 1fr !important;
  align-items: center !important;
  min-height: 310px !important;
  padding: 18px 20px 24px !important;
  border-radius: 32px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,.62), transparent 34%),
    linear-gradient(135deg, #dcefe9, #edf5ef 48%, #e2ebe7) !important;
  border: 1px solid rgba(255,255,255,.76) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.88), 0 22px 42px rgba(0,34,45,.13) !important;
}

body.mac-launchpad .trust-museum-stage::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.20) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(0deg, rgba(255,255,255,.14) 1px, transparent 1px) 0 0 / 38px 38px !important;
  opacity: .52 !important;
}

body.mac-launchpad .trust-artifact {
  position: relative !important;
  z-index: 2 !important;
  height: 100% !important;
  min-height: 250px !important;
  border: 0 !important;
  border-radius: 26px !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  place-items: end center !important;
  padding: 10px 8px 14px !important;
  color: rgba(4, 25, 31, .74) !important;
  background: transparent !important;
  cursor: pointer !important;
  transform:
    perspective(780px)
    rotateX(var(--tilt-rx, 0deg))
    rotateY(var(--tilt-ry, 0deg))
    translateY(var(--tilt-lift, 0px)) !important;
  transition: transform 150ms linear, filter 150ms linear !important;
}

body.mac-launchpad .trust-artifact img {
  max-width: 118% !important;
  max-height: 190px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 18px 18px rgba(0,34,45,.18)) !important;
  animation: trustArtifactFloatV143 3.1s ease-in-out infinite !important;
}

body.mac-launchpad .trust-artifact.active img {
  filter: drop-shadow(0 24px 22px rgba(0,90,93,.24)) saturate(1.08) !important;
}

body.mac-launchpad .trust-artifact span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.66) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.86) !important;
  font-size: 12px !important;
  font-weight: 820 !important;
  white-space: nowrap !important;
}

body.mac-launchpad .trust-artifact b {
  color: rgba(16, 111, 104, .82) !important;
  font-size: 11px !important;
  font-variant-numeric: tabular-nums !important;
}

body.mac-launchpad .trust-stream-line {
  position: relative !important;
  z-index: 1 !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.48) !important;
  overflow: hidden !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.86), 0 0 18px rgba(49,180,169,.18) !important;
}

body.mac-launchpad .trust-stream-line em {
  position: absolute !important;
  inset: 0 !important;
  width: 45% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, transparent, rgba(67, 229, 210, .92), transparent) !important;
  animation: trustFlowV143 1.35s linear infinite !important;
}

body.mac-launchpad .trust-detail-card-v143 {
  position: relative !important;
  min-height: 126px !important;
  padding: 18px 190px 18px 20px !important;
  overflow: hidden !important;
}

body.mac-launchpad .trust-key-capsule {
  position: absolute !important;
  right: 22px !important;
  bottom: -18px !important;
  width: 156px !important;
  filter: drop-shadow(0 18px 20px rgba(0,34,45,.18)) !important;
  animation: trustArtifactFloatV143 3.4s ease-in-out infinite !important;
}

body.mac-launchpad .trust-proof-grid-v143 > div {
  min-height: 72px !important;
  background:
    radial-gradient(circle at var(--glow-x, 30%) 0%, rgba(255,255,255,.90), transparent 38%),
    rgba(255,255,255,.62) !important;
}

@keyframes detectProbeFloatV143 {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-9px) rotate(1deg); }
}

@keyframes detectScanV143 {
  0% { transform: translateX(-60%); opacity: 0; }
  18%, 72% { opacity: 1; }
  100% { transform: translateX(60%); opacity: 0; }
}

@keyframes detectMascotRunV143 {
  0% { transform: translate3d(210px, -80px, 0) scale(.72) rotate(-8deg); opacity: 0; }
  22% { opacity: 1; }
  68% { transform: translate3d(16px, 0, 0) scale(.96) rotate(4deg); }
  100% { transform: translate3d(0, 0, 0) scale(1) rotate(0); opacity: 1; }
}

@keyframes detectMascotWaitV143 {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-5px) rotate(-1.2deg); }
}

@keyframes historyMascotFloatV143 {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-7px) rotate(1deg); }
}

@keyframes trustArtifactFloatV143 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes trustFlowV143 {
  from { transform: translateX(-120%); }
  to { transform: translateX(240%); }
}

/* 20260708-144: logo loader, seated waiting mascots, titlebar glass, and trust focus mode. */

body.mac-launchpad .mac-inline-titlebar,
body.mac-desktop .mac-live-titlebar {
  overflow: hidden !important;
  isolation: isolate !important;
}

body.mac-launchpad .titlebar-glass-layer,
body.mac-desktop .titlebar-glass-layer {
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
}

body.mac-launchpad .titlebar-glass-distort,
body.mac-desktop .titlebar-glass-distort {
  z-index: 0 !important;
  -webkit-backdrop-filter: blur(var(--gg-dock-blur, 3px)) !important;
  backdrop-filter: blur(var(--gg-dock-blur, 3px)) !important;
  filter: url(#glass-distortion) !important;
  opacity: var(--gg-glass-distort-opacity, 1) !important;
  isolation: isolate !important;
}

body.mac-launchpad .titlebar-glass-tint,
body.mac-desktop .titlebar-glass-tint {
  z-index: 1 !important;
  background: var(--gg-dock-tint, rgba(255,255,255,.25)) !important;
}

body.mac-launchpad .titlebar-glass-shine,
body.mac-desktop .titlebar-glass-shine {
  z-index: 2 !important;
  box-shadow:
    inset 2px 2px 1px 0 rgba(255,255,255,.48),
    inset -1px -1px 1px 1px rgba(255,255,255,.42) !important;
}

body.mac-launchpad .inline-traffic-lights,
body.mac-launchpad .mac-inline-titlebar .mac-titlebar-label,
body.mac-desktop .traffic-lights,
body.mac-desktop .mac-live-titlebar .mac-titlebar-label {
  position: relative !important;
  z-index: 3 !important;
}

body.mac-launchpad .detect-orbital-loader {
  width: 132px !important;
  height: 132px !important;
  border-radius: 50% !important;
  background-image: var(--detect-loader-image) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 72% 72% !important;
  background-color: rgba(255,255,255,.62) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.86),
    inset -1px -1px 0 rgba(255,255,255,.50),
    0 18px 28px rgba(0, 44, 56, .14) !important;
  animation: detectLogoSpinV144 1.75s linear infinite !important;
  filter: drop-shadow(0 18px 20px rgba(0, 48, 58, .16)) !important;
}

body.mac-launchpad .detect-orbital-loader::before,
body.mac-launchpad .detect-orbital-loader::after {
  display: none !important;
}

body.mac-launchpad .detect-is-running .detect-runner-mascot {
  width: 168px !important;
  height: 196px !important;
  left: 6px !important;
  bottom: 0 !important;
  animation: detectMascotSitInV144 .48s cubic-bezier(.18,.88,.22,1) both, detectMascotWaitV143 1.9s ease-in-out .48s infinite !important;
}

body.mac-launchpad .detect-is-running .detect-runner-lane {
  left: 22px !important;
  bottom: 24px !important;
  width: 190px !important;
  height: 212px !important;
}

body.mac-launchpad .detect-inline-result {
  position: relative !important;
  padding-top: 48px !important;
}

body.mac-launchpad .detect-card-back {
  position: absolute !important;
  left: 14px !important;
  top: 12px !important;
  z-index: 4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  color: rgba(8, 29, 34, .78) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.86), transparent 44%),
    rgba(255,255,255,.66) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.82), 0 10px 18px rgba(0, 40, 52, .10) !important;
  font-size: 11px !important;
  font-weight: 820 !important;
  cursor: pointer !important;
}

body.mac-launchpad .detect-card-back:hover {
  transform: translateY(-1px) scale(1.03) !important;
}

body.mac-launchpad .history-museum-card {
  align-self: start !important;
  min-height: 320px !important;
  height: 320px !important;
}

body.mac-launchpad .history-inspector-error {
  margin: 0 !important;
  padding: 9px 10px !important;
  border-radius: 14px !important;
  color: rgba(112, 38, 36, .76) !important;
  background: rgba(255,255,255,.56) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

body.mac-launchpad [data-inline-panel="/trust"] .inline-panel-head {
  display: none !important;
}

body[data-inline-app="/trust"] .mac-inline-window > .mac-inline-content {
  overflow: hidden !important;
}

body.mac-launchpad .trust-lab-v144 {
  position: relative !important;
  width: min(980px, 100%) !important;
  min-height: 468px !important;
  display: grid !important;
  grid-template-rows: 1fr !important;
}

body.mac-launchpad .trust-lab-v144 .trust-museum-stage {
  min-height: 468px !important;
  background:
    radial-gradient(circle at 18% 10%, rgba(255,255,255,.72), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(91, 204, 194, .18), transparent 32%),
    linear-gradient(135deg, rgba(229,245,240,.92), rgba(248,252,249,.86)) !important;
}

body.mac-launchpad .trust-lab-v144 .trust-artifact img {
  max-height: 210px !important;
}

body.mac-launchpad .trust-focus-panel[hidden] {
  display: none !important;
}

body.mac-launchpad .trust-focus-panel {
  position: absolute !important;
  inset: 0 !important;
  z-index: 20 !important;
  display: grid !important;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 28px !important;
  padding: 30px 34px !important;
  border-radius: 32px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at var(--trust-origin-x, 50%) var(--trust-origin-y, 50%), rgba(255,255,255,.92), transparent 32%),
    linear-gradient(135deg, rgba(241,251,249,.96), rgba(220,241,237,.90)) !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.9), 0 24px 48px rgba(0, 40, 50, .18) !important;
  transform-origin: var(--trust-origin-x, 50%) var(--trust-origin-y, 50%) !important;
}

body.mac-launchpad .trust-focus-opening {
  animation: trustFocusOpenV144 260ms cubic-bezier(.18,.88,.22,1) both !important;
}

body.mac-launchpad .trust-focus-closing {
  animation: trustFocusCloseV144 200ms cubic-bezier(.3,.72,.22,1) both !important;
}

body.mac-launchpad .trust-focus-back {
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
  z-index: 4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 9px 13px !important;
  color: rgba(6, 35, 40, .78) !important;
  background: rgba(255,255,255,.70) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.86), 0 12px 18px rgba(0,45,54,.10) !important;
  font-size: 12px !important;
  font-weight: 820 !important;
  cursor: pointer !important;
}

body.mac-launchpad .trust-focus-art {
  width: min(360px, 100%) !important;
  max-height: 360px !important;
  object-fit: contain !important;
  justify-self: center !important;
  filter: drop-shadow(0 22px 28px rgba(0,64,74,.18)) !important;
  animation: trustArtifactFloatV143 3.2s ease-in-out infinite !important;
}

body.mac-launchpad .trust-focus-copy {
  display: grid !important;
  gap: 14px !important;
}

body.mac-launchpad .trust-focus-copy span {
  color: rgba(18, 118, 111, .72) !important;
  font-size: 12px !important;
  font-weight: 880 !important;
}

body.mac-launchpad .trust-focus-copy strong {
  color: rgba(4, 25, 31, .90) !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
}

body.mac-launchpad .trust-focus-copy p {
  margin: 0 !important;
  max-width: 48ch !important;
  color: rgba(4,25,31,.66) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

body.mac-launchpad .trust-focus-copy ul {
  display: grid !important;
  gap: 10px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.mac-launchpad .trust-focus-copy li {
  padding: 12px 14px !important;
  border-radius: 16px !important;
  color: rgba(4,25,31,.70) !important;
  background: rgba(255,255,255,.58) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.82) !important;
  font-size: 13px !important;
  font-weight: 720 !important;
}

@keyframes detectLogoSpinV144 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes detectMascotSitInV144 {
  0% { transform: translate3d(160px, -44px, 0) scale(.68) rotate(-8deg); opacity: 0; }
  100% { transform: translate3d(0, 0, 0) scale(1) rotate(0); opacity: 1; }
}

@keyframes trustFocusOpenV144 {
  0% { opacity: 0; transform: scale(.18); clip-path: inset(44% 44% 44% 44% round 28px); }
  100% { opacity: 1; transform: scale(1); clip-path: inset(0 0 0 0 round 32px); }
}

@keyframes trustFocusCloseV144 {
  0% { opacity: 1; transform: scale(1); clip-path: inset(0 0 0 0 round 32px); }
  100% { opacity: 0; transform: scale(.18); clip-path: inset(44% 44% 44% 44% round 28px); }
}

/* 20260708-145: lighter waiting logo and cardless centered trust page. */

body.mac-launchpad .history-museum-card div {
  transform: translateY(18px) !important;
}

body.mac-launchpad .history-museum-card img {
  left: 20px !important;
  top: 4px !important;
  width: 190px !important;
}

body.mac-launchpad .history-museum-card p {
  font-size: 11.5px !important;
  line-height: 1.46 !important;
}

body.mac-launchpad .detect-orbital-loader {
  width: 118px !important;
  height: 118px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-size: contain !important;
  box-shadow: none !important;
  filter: drop-shadow(0 18px 20px rgba(0, 48, 58, .16)) !important;
}

body.mac-launchpad .detect-orbital-loader::before,
body.mac-launchpad .detect-orbital-loader::after {
  display: none !important;
}

body.mac-launchpad .detect-live-stage > strong {
  color: rgba(7, 27, 32, .86) !important;
}

body.mac-launchpad .detect-live-stage > p {
  max-width: 28ch !important;
  color: rgba(7, 27, 32, .52) !important;
}

body[data-inline-app="/trust"] .mac-inline-window > .mac-inline-content {
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 66px 36px 34px !important;
}

body.mac-launchpad [data-inline-panel="/trust"] {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  display: grid !important;
  place-items: center !important;
}

body.mac-launchpad .trust-lab-v144 {
  width: min(1080px, 100%) !important;
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  place-items: center !important;
}

body.mac-launchpad .trust-lab-v144 .trust-museum-stage {
  width: 100% !important;
  height: min(430px, 100%) !important;
  min-height: min(430px, 100%) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  align-self: center !important;
  overflow: visible !important;
}

body.mac-launchpad .trust-lab-v144 .trust-museum-stage::before {
  display: none !important;
}

body.mac-launchpad .trust-lab-v144 .trust-artifact {
  height: 100% !important;
  min-height: 0 !important;
  place-items: center !important;
  align-content: center !important;
  padding: 0 4px !important;
}

body.mac-launchpad .trust-lab-v144 .trust-artifact img {
  max-height: 220px !important;
}

body.mac-launchpad .trust-lab-v144 .trust-artifact span {
  margin-top: 10px !important;
}

body.mac-launchpad .trust-focus-panel {
  inset: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 28px !important;
  align-items: center !important;
  overflow: visible !important;
}

body.mac-launchpad .trust-focus-panel::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    radial-gradient(circle at var(--trust-origin-x, 50%) var(--trust-origin-y, 50%), rgba(255,255,255,.34), transparent 34%),
    radial-gradient(circle at 78% 30%, rgba(92, 205, 195, .16), transparent 30%) !important;
}

body.mac-launchpad .trust-focus-back {
  left: 0 !important;
  top: 0 !important;
}

body.mac-launchpad .trust-focus-art {
  width: min(380px, 100%) !important;
  max-height: 380px !important;
}

/* 20260708-149: trust surface fill, roomier inline reports, and branded history rows. */

body.mac-launchpad [data-inline-panel="/trust"],
body.mac-launchpad .trust-focus-panel {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 248, 210, .84), transparent 32%),
    radial-gradient(circle at 86% 16%, rgba(154, 224, 255, .48), transparent 30%),
    radial-gradient(circle at 52% 86%, rgba(126, 220, 201, .28), transparent 34%),
    linear-gradient(135deg, #f8f3ea, #e9f3ef 56%, #eef5fb) !important;
}

body.mac-launchpad .trust-focus-panel::before {
  display: none !important;
}

body.mac-launchpad .history-museum-card {
  padding-bottom: 22px !important;
}

body.mac-launchpad .history-museum-card div {
  transform: translateY(14px) !important;
}

body.mac-launchpad .history-museum-card p {
  padding-bottom: 2px !important;
}

body.mac-launchpad .history-record-card {
  overflow: hidden !important;
}

body.mac-launchpad .history-record-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  border-radius: inherit !important;
  background:
    var(--history-record-logo) right 20px center / 116px 116px no-repeat,
    linear-gradient(135deg, rgba(255,255,255,.62), rgba(238,246,243,.42)) !important;
  opacity: .16 !important;
  pointer-events: none !important;
}

body.mac-launchpad .history-record-card.good::before {
  opacity: .18 !important;
}

body.mac-launchpad .history-record-card.watch::before {
  opacity: .15 !important;
}

body.mac-launchpad .history-record-card.risk::before {
  opacity: .13 !important;
}

body.mac-launchpad .history-record-card > * {
  position: relative !important;
  z-index: 2 !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result,
body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-error {
  min-height: 650px !important;
  align-content: center !important;
  justify-items: stretch !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result .detect-inline-result,
body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-error .detect-inline-result {
  width: calc(100% - 84px) !important;
  max-height: none !important;
  margin: 14px 0 0 78px !important;
  padding: 48px 4px 6px !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result .inline-report-metrics {
  grid-template-columns: repeat(4, minmax(116px, 1fr)) !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result .inline-check-list {
  grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
  gap: 9px !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result .inline-check-row {
  min-height: 52px !important;
  padding: 10px 12px !important;
  background: rgba(255,255,255,.52) !important;
}

/* 20260708-153: make the trust app surface fill the whole program page. */

body[data-inline-app="/trust"] .mac-inline-window > .mac-inline-content {
  display: grid !important;
  place-items: stretch !important;
  padding: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 248, 210, .84), transparent 32%),
    radial-gradient(circle at 86% 16%, rgba(154, 224, 255, .48), transparent 30%),
    radial-gradient(circle at 52% 86%, rgba(126, 220, 201, .28), transparent 34%),
    linear-gradient(135deg, #f8f3ea, #e9f3ef 56%, #eef5fb) !important;
}

body.mac-launchpad [data-inline-panel="/trust"] {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  background: transparent !important;
  overflow: hidden !important;
}

body.mac-launchpad .trust-lab-v144 {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  padding: 42px 54px 46px !important;
  background: transparent !important;
}

body.mac-launchpad .trust-lab-v144 .trust-museum-stage {
  width: min(1080px, 100%) !important;
  height: min(430px, 100%) !important;
  justify-self: center !important;
}

body.mac-launchpad .trust-focus-panel {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 54px 64px !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* 20260708-154: trust detail isolation, scrollable results, and denser history rows. */

body.mac-launchpad .trust-focus-open .trust-museum-stage {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.mac-launchpad .trust-focus-back {
  display: none !important;
}

body.mac-launchpad .trust-focus-panel {
  cursor: pointer !important;
}

body[data-inline-app="/claude"] .mac-inline-window > .mac-inline-content,
body[data-inline-app="/openai"] .mac-inline-window > .mac-inline-content,
body[data-inline-app="/gemini"] .mac-inline-window > .mac-inline-content {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

body[data-inline-app="/claude"] .detector-app-panel,
body[data-inline-app="/openai"] .detector-app-panel,
body[data-inline-app="/gemini"] .detector-app-panel {
  overflow: visible !important;
  padding-bottom: 172px !important;
}

body.mac-launchpad .history-workbench-v143 {
  width: min(1080px, 100%) !important;
  grid-template-columns: 210px minmax(0, 1fr) minmax(286px, 320px) !important;
  gap: 14px !important;
}

body.mac-launchpad .history-record-card {
  grid-template-columns: 74px 56px minmax(0, 1fr) 52px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at var(--glow-x, 38%) 0%, rgba(255,255,255,.78), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(236,245,241,.52)) !important;
}

body.mac-launchpad .history-record-card::before {
  background: var(--history-record-logo) right 20px center / 116px 116px no-repeat !important;
}

body.mac-launchpad .history-record-mascot {
  transform: translate(-8px, 0) !important;
}

/* 20260708-155: show wider history inspector and lower row mascots after full check chips. */

body.mac-launchpad .history-workbench-v143 {
  grid-template-columns: 210px minmax(0, 1fr) minmax(320px, 360px) !important;
}

body.mac-launchpad .history-record-mascot {
  transform: translate(-8px, 0) !important;
}

/* 20260708-156 final cascade: keep history narrow inspector and top-aligned result card. */

body.mac-launchpad .history-workbench-v143 {
  width: min(980px, 100%) !important;
  grid-template-columns: 230px minmax(0, 1fr) 220px !important;
  gap: 18px !important;
}

body.mac-launchpad .history-ledger-v143 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.mac-launchpad .history-record-card,
body.mac-launchpad .history-record-card.selected {
  background:
    radial-gradient(circle at var(--glow-x, 38%) 0%, rgba(255,255,255,.88), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(252,254,253,.74)) !important;
}

body.mac-launchpad .history-record-card::before,
body.mac-launchpad .history-record-card.good::before,
body.mac-launchpad .history-record-card.watch::before,
body.mac-launchpad .history-record-card.risk::before {
  background: var(--history-record-logo) right 18px center / 112px 112px no-repeat !important;
  opacity: .11 !important;
}

body.mac-launchpad .history-record-checks {
  grid-column: 1 / -1 !important;
  display: flex !important;
  gap: 6px !important;
  min-width: 0 !important;
  width: 100% !important;
  margin-top: 2px !important;
  padding: 0 2px 2px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: thin !important;
  -webkit-overflow-scrolling: touch !important;
}

body.mac-launchpad .history-record-checks::-webkit-scrollbar {
  height: 4px !important;
}

body.mac-launchpad .history-record-checks::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(5, 44, 52, .18) !important;
}

body.mac-launchpad .history-record-checks small {
  flex: 0 0 auto !important;
  background: rgba(255,255,255,.64) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.58) !important;
}

body.mac-launchpad .history-inspector-card {
  min-width: 0 !important;
}

body.mac-launchpad .history-inspector-error,
body.mac-launchpad .history-inspector-detail p,
body.mac-launchpad .history-inspector-foot {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
}

body[data-inline-app="/claude"] .detector-app-panel:has(.detect-stage-result),
body[data-inline-app="/openai"] .detector-app-panel:has(.detect-stage-result),
body[data-inline-app="/gemini"] .detector-app-panel:has(.detect-stage-result) {
  padding-bottom: 28px !important;
  background:
    radial-gradient(circle, rgba(255,255,255,.92) 0 2px, transparent 3px) 0 0 / 28px 28px,
    radial-gradient(circle, rgba(16,132,117,.22) 0 1px, transparent 2px) 13px 16px / 24px 24px,
    linear-gradient(115deg, transparent 20%, rgba(255,255,255,.24) 44%, transparent 66%),
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.78), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.60), rgba(226,239,235,.42)) !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result,
body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-error {
  display: block !important;
  min-height: 650px !important;
  padding: 18px 20px 28px !important;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.78), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.60), rgba(226,239,235,.42)) !important;
}

body.mac-launchpad .detect-stage-result > strong,
body.mac-launchpad .detect-stage-result > p,
body.mac-launchpad .detect-stage-error > strong,
body.mac-launchpad .detect-stage-error > p {
  display: none !important;
}

body.mac-launchpad .detect-stage-result .detect-runner-lane,
body.mac-launchpad .detect-stage-error .detect-runner-lane {
  left: 16px !important;
  top: 16px !important;
  bottom: auto !important;
  width: 154px !important;
  height: 182px !important;
  z-index: 4 !important;
  pointer-events: none !important;
}

body.mac-launchpad .detect-stage-result .detect-runner-mascot,
body.mac-launchpad .detect-stage-error .detect-runner-mascot {
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  width: 142px !important;
  height: 168px !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result .detect-inline-result,
body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-error .detect-inline-result {
  width: min(760px, calc(100% - 36px)) !important;
  margin: 4px auto 0 !important;
  padding: 10px 0 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result .inline-result-actions,
body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-error .inline-result-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-error .inline-result-actions.single {
  grid-template-columns: 1fr !important;
}

body.mac-launchpad .inline-result-actions .detect-card-back,
body.mac-launchpad .inline-result-actions .detect-download-card {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 11px 14px !important;
  border: 0 !important;
  border-radius: 16px !important;
  font-size: 12px !important;
  font-weight: 840 !important;
  text-align: center !important;
}

body.mac-launchpad .inline-result-actions .detect-card-back {
  color: rgba(5, 28, 34, .78) !important;
  background: rgba(255,255,255,.74) !important;
}

body.mac-launchpad .inline-result-actions .detect-download-card {
  color: #fafffc !important;
  background: rgba(10, 55, 60, .84) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.18), 0 10px 18px rgba(0, 42, 48, .12) !important;
}

/* 20260708-159: centered result report, stripe-only paper surface and clean history ledger. */

body[data-inline-app="/claude"],
body[data-inline-app="/openai"],
body[data-inline-app="/gemini"] {
  --detect-result-paper:
    repeating-linear-gradient(90deg, rgba(6, 28, 34, .13) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(115deg, rgba(6, 28, 34, .08) 0 1px, transparent 1px 84px),
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.92), transparent 34%),
    linear-gradient(135deg, #f9fcf8 0%, #eef5ef 52%, #fbfcfa 100%);
}

body[data-inline-app="/claude"] .mac-inline-window > .mac-inline-content:has(.detect-stage-result),
body[data-inline-app="/openai"] .mac-inline-window > .mac-inline-content:has(.detect-stage-result),
body[data-inline-app="/gemini"] .mac-inline-window > .mac-inline-content:has(.detect-stage-result) {
  background: var(--detect-result-paper) !important;
  background-attachment: local !important;
}

body[data-inline-app="/claude"] .detector-app-panel:has(.detect-stage-result),
body[data-inline-app="/openai"] .detector-app-panel:has(.detect-stage-result),
body[data-inline-app="/gemini"] .detector-app-panel:has(.detect-stage-result) {
  min-height: 100% !important;
  padding-bottom: 32px !important;
  background: var(--detect-result-paper) !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result,
body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-error {
  background: var(--detect-result-paper) !important;
  background-attachment: local !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.92),
    inset -1px -1px 0 rgba(5, 36, 42, .08),
    0 24px 48px rgba(0, 42, 52, .12) !important;
}

body.mac-launchpad .detect-stage-result .detect-particle-field,
body.mac-launchpad .detect-stage-error .detect-particle-field {
  opacity: .42 !important;
  animation: none !important;
  background:
    repeating-linear-gradient(90deg, rgba(6, 28, 34, .15) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(115deg, rgba(6, 28, 34, .09) 0 1px, transparent 1px 84px) !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result .detect-inline-result,
body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-error .detect-inline-result {
  width: min(780px, calc(100% - 36px)) !important;
  margin: 6px auto 0 !important;
  padding: 12px 0 0 !important;
}

body.mac-launchpad .detect-stage-result .inline-report-head,
body.mac-launchpad .detect-stage-error .inline-report-head {
  width: min(620px, 100%) !important;
  margin: 0 auto 16px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  gap: 8px !important;
  text-align: center !important;
}

body.mac-launchpad .detect-stage-result .inline-result-score,
body.mac-launchpad .detect-stage-error .inline-result-score {
  width: auto !important;
  height: auto !important;
  min-width: 154px !important;
  min-height: 92px !important;
  display: grid !important;
  place-items: center !important;
  gap: 0 !important;
  padding: 8px 18px 10px !important;
  border-radius: 12px !important;
  color: rgba(5, 28, 34, .94) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.90), rgba(246,250,248,.74)) !important;
  border: 1px solid rgba(255,255,255,.84) !important;
  box-shadow:
    inset 2px 2px 0 rgba(255,255,255,.92),
    inset -2px -2px 0 rgba(3, 33, 39, .08),
    0 14px 28px rgba(0, 42, 52, .10) !important;
}

body.mac-launchpad .detect-stage-result .inline-result-score b,
body.mac-launchpad .detect-stage-error .inline-result-score b {
  color: #0a252d !important;
  font-family: "Courier New", Monaco, ui-monospace, SFMono-Regular, monospace !important;
  font-size: 64px !important;
  font-weight: 900 !important;
  line-height: .84 !important;
  font-variant-numeric: tabular-nums !important;
  text-shadow:
    2px 0 0 rgba(255,255,255,.75),
    0 2px 0 rgba(255,255,255,.75),
    3px 3px 0 rgba(13, 87, 82, .12) !important;
}

body.mac-launchpad .detect-stage-result .inline-result-score small,
body.mac-launchpad .detect-stage-error .inline-result-score small {
  margin-top: 2px !important;
  color: rgba(5, 28, 34, .52) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace !important;
  font-size: 13px !important;
  font-weight: 820 !important;
}

body.mac-launchpad .detect-stage-error .inline-result-score.error {
  min-width: 138px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #b63e3d, #d76556) !important;
}

body.mac-launchpad .detect-stage-error .inline-result-score.error b,
body.mac-launchpad .detect-stage-error .inline-result-score.error small {
  color: #fff !important;
  text-shadow: none !important;
}

body.mac-launchpad .detect-stage-result .inline-result-copy,
body.mac-launchpad .detect-stage-error .inline-result-copy {
  justify-items: center !important;
  text-align: center !important;
}

body.mac-launchpad .detect-stage-result .inline-result-copy strong,
body.mac-launchpad .detect-stage-error .inline-result-copy strong {
  max-width: min(560px, 100%) !important;
  color: rgba(5, 28, 34, .88) !important;
  font-size: 18px !important;
  font-weight: 860 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  text-wrap: balance !important;
}

body.mac-launchpad .detect-stage-result .inline-result-copy span,
body.mac-launchpad .detect-stage-error .inline-result-copy span,
body.mac-launchpad .inline-result-date {
  max-width: min(620px, 100%) !important;
  color: rgba(5, 28, 34, .58) !important;
  font-size: 13px !important;
  font-weight: 680 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  text-wrap: pretty !important;
}

body.mac-launchpad .inline-result-date {
  display: block !important;
  margin-top: 2px !important;
  font-size: 12px !important;
}

body.mac-launchpad .detect-stage-result .inline-report-metrics,
body.mac-launchpad .detect-stage-result .inline-check-list {
  width: min(760px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.mac-launchpad .detect-stage-result .inline-report-metrics span,
body.mac-launchpad .detect-stage-result .inline-check-row {
  background: rgba(255,255,255,.72) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.84),
    0 8px 16px rgba(0, 36, 44, .06) !important;
}

body.mac-launchpad .history-workbench-v143 {
  background: transparent !important;
  box-shadow: none !important;
}

body.mac-launchpad .history-ledger-v143,
body.mac-launchpad .history-ledger-v143:hover {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 4px 2px 4px 0 !important;
}

body.mac-launchpad .history-ledger-v143::before,
body.mac-launchpad .history-ledger-v143::after {
  display: none !important;
  content: none !important;
}

body.mac-launchpad .history-record-card,
body.mac-launchpad .history-record-card.selected {
  background-color: rgba(255,255,255,.90) !important;
  background-image:
    radial-gradient(circle at var(--glow-x, 38%) 0%, rgba(255,255,255,.96), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.82)) !important;
  border-color: rgba(255,255,255,.86) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.92),
    0 13px 24px rgba(0, 34, 45, .08) !important;
}

body.mac-launchpad .history-record-card::before,
body.mac-launchpad .history-record-card.good::before,
body.mac-launchpad .history-record-card.watch::before,
body.mac-launchpad .history-record-card.risk::before {
  background-color: transparent !important;
  background-image: var(--history-record-logo) !important;
  background-position: right 18px center !important;
  background-size: 112px 112px !important;
  background-repeat: no-repeat !important;
  opacity: .10 !important;
}

/* 20260708-163: remove the remaining blue-gray slab behind history records. */

body[data-inline-app="/history"] .mac-inline-window > .mac-inline-content,
body.mac-launchpad [data-inline-panel="/history"],
body.mac-launchpad .history-app-panel {
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,.94), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(255,255,255,.72), transparent 30%),
    linear-gradient(135deg, #fbfdfb 0%, #f8fbf9 52%, #ffffff 100%) !important;
}

body.mac-launchpad .history-workbench-v143,
body.mac-launchpad .history-workbench-v143::before,
body.mac-launchpad .history-workbench-v143::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.mac-launchpad .history-ledger-v143 {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  filter: none !important;
}

body.mac-launchpad .history-record-card,
body.mac-launchpad .history-record-card.selected {
  background-color: rgba(255,255,255,.96) !important;
  background-image:
    radial-gradient(circle at var(--glow-x, 38%) 0%, rgba(255,255,255,1), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.90)) !important;
}

/* 20260708-164: keep history details visible while the middle ledger scrolls. */

body[data-inline-app="/history"] .mac-inline-window > .mac-inline-content {
  overflow: hidden !important;
  background: #fbfdfb !important;
}

body.mac-launchpad [data-inline-panel="/history"],
body.mac-launchpad .history-app-panel {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 34px 60px !important;
  background: #fbfdfb !important;
}

body.mac-launchpad [data-inline-panel="/history"] .inline-panel-head {
  min-height: 0 !important;
}

body.mac-launchpad .history-workbench-v143 {
  width: min(1120px, 100%) !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  overflow: hidden !important;
  background: #fbfdfb !important;
  box-shadow: none !important;
}

body.mac-launchpad .history-ledger-v143,
body.mac-launchpad .history-ledger-v143:hover {
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  overflow-x: visible !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  background: #fbfdfb !important;
  background-color: #fbfdfb !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.mac-launchpad .history-museum-card,
body.mac-launchpad .history-inspector-card {
  align-self: stretch !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
}

body.mac-launchpad .history-inspector-card {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
}

body.mac-launchpad .history-inspector-card::-webkit-scrollbar,
body.mac-launchpad .history-ledger-v143::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

body.mac-launchpad .history-record-card,
body.mac-launchpad .history-record-card.selected,
body.mac-launchpad .history-empty {
  background-color: rgba(255,255,255,.97) !important;
}

body[data-inline-app="/claude"] .mac-inline-window > .mac-inline-content:not(:has(.detect-stage-result)),
body[data-inline-app="/openai"] .mac-inline-window > .mac-inline-content:not(:has(.detect-stage-result)),
body[data-inline-app="/gemini"] .mac-inline-window > .mac-inline-content:not(:has(.detect-stage-result)) {
  overflow: hidden !important;
}

body[data-inline-app="/claude"] .detector-app-panel:not(:has(.detect-stage-result)),
body[data-inline-app="/openai"] .detector-app-panel:not(:has(.detect-stage-result)),
body[data-inline-app="/gemini"] .detector-app-panel:not(:has(.detect-stage-result)) {
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

/* 20260708-165: remove square dark backing around the rounded history cards. */

body[data-inline-app="/history"] .mac-inline-window > .mac-inline-content,
body.mac-launchpad [data-inline-panel="/history"],
body.mac-launchpad .history-app-panel {
  background: #fff !important;
}

body.mac-launchpad .history-workbench-v143,
body.mac-launchpad .history-workbench-v143::before,
body.mac-launchpad .history-workbench-v143::after,
body.mac-launchpad .history-ledger-v143,
body.mac-launchpad .history-ledger-v143:hover,
body.mac-launchpad .history-ledger-v143::before,
body.mac-launchpad .history-ledger-v143::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.mac-launchpad .history-museum-card,
body.mac-launchpad .history-inspector-card {
  background-color: #fff !important;
  background-image:
    radial-gradient(circle at var(--glow-x, 42%) 12%, rgba(255,255,255,.96), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,251,250,.92)) !important;
  background-clip: padding-box !important;
  border-color: rgba(255,255,255,.96) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.96),
    inset -1px -1px 0 rgba(5,36,42,.035) !important;
}

body.mac-launchpad .history-record-card,
body.mac-launchpad .history-record-card.selected,
body.mac-launchpad .history-empty {
  background-color: #fff !important;
  background-image:
    radial-gradient(circle at var(--glow-x, 38%) 0%, rgba(255,255,255,1), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,1), rgba(250,252,251,.94)) !important;
  background-clip: padding-box !important;
  border-color: rgba(255,255,255,.96) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.96),
    inset -1px -1px 0 rgba(5,36,42,.035) !important;
}

body.mac-launchpad .history-record-card.selected {
  transform: translateY(-1px) scale(1.01) !important;
}

/* 20260708-166: give history a darker page surface so white cards read clearly. */

body[data-inline-app="/history"] .mac-inline-window > .mac-inline-content,
body.mac-launchpad [data-inline-panel="/history"],
body.mac-launchpad .history-app-panel {
  background: linear-gradient(135deg, #e8f0eb 0%, #dbe7e1 54%, #eaf1ed 100%) !important;
}

body.mac-launchpad .history-workbench-v143,
body.mac-launchpad .history-ledger-v143,
body.mac-launchpad .history-ledger-v143:hover {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* 20260708-167: history rows use mouse-angle tilt, not lift or shadow. */

body.mac-launchpad .history-record-card,
body.mac-launchpad .history-record-card:hover,
body.mac-launchpad .history-record-card.selected,
body.mac-launchpad .history-record-card.selected:hover {
  transform:
    perspective(760px)
    rotateX(var(--tilt-rx, 0deg))
    rotateY(var(--tilt-ry, 0deg))
    translate3d(0, 0, 0) !important;
  transform-style: preserve-3d !important;
  transition:
    transform 130ms linear,
    border-color 130ms linear,
    background 130ms linear !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.96),
    inset -1px -1px 0 rgba(5,36,42,.035) !important;
  will-change: transform !important;
}

body.mac-launchpad .history-record-card,
body.mac-launchpad .history-record-card.selected {
  background-color: #fff !important;
  background-image:
    radial-gradient(circle at var(--glow-x, 38%) var(--glow-y, 0%), rgba(255,255,255,1), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,1), rgba(250,252,251,.94)) !important;
}

body.mac-launchpad .history-record-card:hover,
body.mac-launchpad .history-record-card.selected:hover {
  border-color: rgba(255,255,255,.98) !important;
}

/* 20260708-168: richer history archive card and seamless result dots. */

body.mac-launchpad .history-museum-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}

body.mac-launchpad .history-museum-card .history-archive-flow {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 7px !important;
  margin-top: 152px !important;
}

body.mac-launchpad .history-museum-card .history-archive-flow span {
  display: grid !important;
  grid-template-columns: 13px minmax(0, 1fr) !important;
  grid-template-areas: "dot title" "line copy" !important;
  column-gap: 8px !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 7px 9px !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,.72) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.82) !important;
}

body.mac-launchpad .history-museum-card .history-archive-flow i {
  grid-area: dot !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  background: #27a57d !important;
  box-shadow: 0 0 0 4px rgba(39,165,125,.14) !important;
}

body.mac-launchpad .history-museum-card .history-archive-flow b {
  grid-area: title !important;
  color: rgba(4,25,31,.78) !important;
  font-size: 12px !important;
  font-weight: 840 !important;
}

body.mac-launchpad .history-museum-card .history-archive-flow small {
  grid-area: copy !important;
  color: rgba(4,25,31,.46) !important;
  font-size: 10px !important;
}

body.mac-launchpad .history-museum-card .history-archive-copy {
  position: relative !important;
  z-index: 2 !important;
  transform: none !important;
}

body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-result .detect-inline-result,
body.mac-launchpad .detector-console-card .detect-live-stage.detect-stage-error .detect-inline-result {
  position: relative !important;
  overflow: hidden auto !important;
}

body.mac-launchpad .detect-stage-result .detect-inline-result::before,
body.mac-launchpad .detect-stage-error .detect-inline-result::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  opacity: .44 !important;
  background:
    radial-gradient(circle, rgba(255,255,255,.88) 0 2px, transparent 3px) 0 0 / 28px 28px,
    radial-gradient(circle, rgba(20,118,105,.20) 0 1px, transparent 2px) 14px 14px / 56px 56px !important;
  animation: detectResultDotsDriftV168 14s linear infinite !important;
}

body.mac-launchpad .detect-stage-result .detect-inline-result > *,
body.mac-launchpad .detect-stage-error .detect-inline-result > * {
  position: relative !important;
  z-index: 1 !important;
}

body.mac-launchpad .detect-stage-result .detect-particle-field,
body.mac-launchpad .detect-stage-error .detect-particle-field {
  opacity: .38 !important;
  background:
    radial-gradient(circle, rgba(255,255,255,.74) 0 2px, transparent 3px) 0 0 / 28px 28px,
    radial-gradient(circle, rgba(20,118,105,.14) 0 1px, transparent 2px) 14px 14px / 56px 56px !important;
  animation: detectResultDotsDriftV168 18s linear infinite !important;
}

body.mac-launchpad .detect-stage-result .detect-orbital-loader,
body.mac-launchpad .detect-stage-error .detect-orbital-loader {
  animation: none !important;
  transform: none !important;
}

@keyframes detectResultDotsDriftV168 {
  from {
    background-position: 0 0, 14px 14px;
  }
  to {
    background-position: 28px -28px, 70px -42px;
  }
}

/* 20260708-169: real leaderboard history, admin entry, static result logo. */

body.mac-launchpad .ranking-modal-card {
  max-height: min(760px, calc(100vh - 96px)) !important;
  overflow: hidden auto !important;
  scrollbar-width: thin !important;
}

body.mac-launchpad .ranking-modal-history {
  margin-top: 12px !important;
  padding: 13px !important;
  border-radius: 19px !important;
  background:
    radial-gradient(circle at var(--glow-x, 32%) var(--glow-y, 0%), rgba(255,255,255,.82), transparent 40%),
    rgba(255,255,255,.56) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.84) !important;
}

body.mac-launchpad .ranking-modal-history > strong {
  display: block !important;
  color: rgba(7, 24, 28, .84) !important;
  font-size: 13px !important;
  font-weight: 860 !important;
}

body.mac-launchpad .ranking-modal-history > p {
  margin: 4px 0 10px !important;
  color: rgba(7, 24, 28, .52) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

body.mac-launchpad .ranking-modal-history-list {
  display: grid !important;
  gap: 7px !important;
  max-height: 210px !important;
  overflow: auto !important;
  padding-right: 3px !important;
}

body.mac-launchpad .ranking-history-row,
body.mac-launchpad .ranking-modal-history-empty {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 54px !important;
  padding: 8px 10px !important;
  border-radius: 16px !important;
  color: inherit !important;
  text-decoration: none !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.80), rgba(247,251,249,.62)) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.86) !important;
}

body.mac-launchpad .ranking-modal-history-empty {
  grid-template-columns: 1fr !important;
  color: rgba(7, 24, 28, .50) !important;
  font-size: 12px !important;
  font-weight: 720 !important;
}

body.mac-launchpad .ranking-history-score {
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 14px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  font-variant-numeric: tabular-nums !important;
}

body.mac-launchpad .ranking-history-score.good {
  background: #22a47b !important;
}

body.mac-launchpad .ranking-history-score.watch {
  background: #d69a22 !important;
}

body.mac-launchpad .ranking-history-score.risk {
  background: #b94b50 !important;
}

body.mac-launchpad .ranking-history-copy {
  display: grid !important;
  min-width: 0 !important;
}

body.mac-launchpad .ranking-history-copy b {
  overflow: hidden !important;
  color: rgba(7, 24, 28, .84) !important;
  font-size: 13px !important;
  font-weight: 840 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.mac-launchpad .ranking-history-copy small,
body.mac-launchpad .ranking-history-row em {
  color: rgba(7, 24, 28, .48) !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 720 !important;
}

body.mac-launchpad .detect-stage-result .detect-orbital-loader,
body.mac-launchpad .detect-stage-error .detect-orbital-loader {
  animation: none !important;
}

/* 20260708-170: admin auth, analytics dashboard and reliable modal scrolling. */

body.mac-launchpad .ranking-modal-card {
  height: auto !important;
  max-height: min(720px, calc(100dvh - 80px)) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  scrollbar-width: thin !important;
}

body.mac-launchpad .ranking-modal-card.ranking-modal-from-ticket,
body.mac-launchpad .ranking-modal-card.ranking-modal-closing {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.mac-launchpad .ranking-modal-history-list {
  max-height: min(260px, 32dvh) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
}

body:has(.admin-login-shell) {
  overflow: hidden !important;
}

body.mac-desktop:has(.admin-layout),
body.mac-desktop:has(.admin-login-shell) {
  background:
    radial-gradient(circle at 12% 12%, rgba(210, 239, 232, .72), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(178, 213, 232, .54), transparent 32%),
    linear-gradient(135deg, #edf4f0 0%, #e2ece9 52%, #f7f9f5 100%) !important;
}

body.mac-desktop:has(.admin-layout) .mac-flow-wallpaper,
body.mac-desktop:has(.admin-login-shell) .mac-flow-wallpaper {
  opacity: .22 !important;
  filter: saturate(.72) brightness(1.10) !important;
}

body.mac-desktop:has(.admin-layout) .container,
body.mac-desktop:has(.admin-login-shell) .container {
  width: min(1480px, calc(100vw - 32px)) !important;
  height: calc(100dvh - 32px) !important;
  min-height: 0 !important;
  padding: 16px 0 !important;
  display: grid !important;
  place-items: stretch !important;
}

body.mac-desktop:has(.admin-layout) .mac-system-window,
body.mac-desktop:has(.admin-login-shell) .mac-system-window {
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background:
    linear-gradient(135deg, rgba(248,252,250,.94), rgba(226,237,234,.92)) !important;
}

body.mac-desktop .admin-layout {
  height: 100% !important;
  min-height: 0 !important;
  grid-template-columns: 218px minmax(0, 1fr) !important;
  gap: 16px !important;
  padding: 16px !important;
  overflow: hidden !important;
}

body.mac-desktop .admin-sidebar {
  min-height: 0 !important;
  border-radius: 20px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(238,246,243,.74)) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.90),
    0 18px 36px rgba(8, 40, 46, .10) !important;
}

body.mac-desktop .admin-sidebar .glass-content {
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-width: thin !important;
}

body.mac-desktop .admin-nav {
  gap: 7px !important;
}

body.mac-desktop .admin-nav a {
  min-height: 38px !important;
  padding: 9px 12px !important;
  border-radius: 12px !important;
  color: rgba(10, 30, 36, .72) !important;
  font-weight: 760 !important;
}

body.mac-desktop .admin-nav a.active {
  color: rgba(5, 20, 26, .96) !important;
  background: rgba(255,255,255,.82) !important;
}

body.mac-desktop .admin-logout-form {
  margin-top: auto !important;
  display: grid !important;
  gap: 8px !important;
  padding: 10px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.62) !important;
}

body.mac-desktop .admin-logout-form span {
  color: rgba(8, 30, 36, .56) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
}

body.mac-desktop .admin-logout-form button,
body.mac-desktop .admin-login-form button {
  min-height: 38px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #0f383e, #06222a) !important;
  font-weight: 840 !important;
  cursor: pointer !important;
}

body.mac-desktop .admin-main {
  min-height: 0 !important;
  height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 0 10px 0 0 !important;
  scrollbar-width: thin !important;
  overscroll-behavior: contain !important;
}

body.mac-desktop .admin-hero {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(237,246,243,.88)) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.92),
    0 12px 24px rgba(8, 40, 46, .08) !important;
}

body.mac-desktop .admin-stat-grid,
body.mac-desktop .admin-analytics-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 0 12px !important;
}

body.mac-desktop .admin-analytics-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) !important;
}

body.mac-desktop .admin-stat-grid article,
body.mac-desktop .admin-main > .form-panel,
body.mac-desktop .admin-main > .table-panel,
body.mac-desktop .admin-analytics-grid > .table-panel {
  border: 1px solid rgba(255,255,255,.76) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at var(--glow-x, 18%) 0%, rgba(255,255,255,.88), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.90), rgba(240,247,244,.76)) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.92),
    0 16px 34px rgba(8, 40, 46, .08) !important;
}

body.mac-desktop .admin-stat-grid article {
  padding: 14px !important;
  display: grid !important;
  gap: 4px !important;
}

body.mac-desktop .admin-stat-grid small,
body.mac-desktop .admin-stat-grid span {
  color: rgba(7, 27, 32, .48) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
}

body.mac-desktop .admin-stat-grid strong {
  color: rgba(6, 24, 30, .92) !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  font-variant-numeric: tabular-nums !important;
}

body.mac-desktop .glass-table-wrap {
  max-height: 420px !important;
  overflow: auto !important;
  background: rgba(255,255,255,.46) !important;
}

body.mac-desktop .admin-main > .form-panel .glass-content,
body.mac-desktop .admin-main > .table-panel .glass-content,
body.mac-desktop .admin-analytics-grid > .table-panel .glass-content {
  min-height: 0 !important;
}

body.mac-desktop .analytics-metric-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-bottom: 12px !important;
}

body.mac-desktop .analytics-metric-row span,
body.mac-desktop .analytics-path-list span,
body.mac-desktop .analytics-bars span {
  display: grid !important;
  gap: 5px !important;
  padding: 10px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.64) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.82) !important;
}

body.mac-desktop .analytics-metric-row b {
  color: rgba(6,24,30,.90) !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

body.mac-desktop .analytics-metric-row small,
body.mac-desktop .analytics-path-list em,
body.mac-desktop .analytics-bars em {
  color: rgba(7,27,32,.48) !important;
  font-size: 11px !important;
  font-style: normal !important;
}

body.mac-desktop .analytics-bars,
body.mac-desktop .analytics-path-list {
  display: grid !important;
  gap: 7px !important;
}

body.mac-desktop .analytics-bars span {
  grid-template-columns: minmax(130px, .7fr) minmax(0, 1fr) 40px !important;
  align-items: center !important;
}

body.mac-desktop .analytics-bars i {
  height: 8px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, #1f9f76 0 calc(min(var(--bar), 20) * 5%), rgba(9,40,48,.10) 0) !important;
}

body.mac-desktop .analytics-path-list span {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
}

body.mac-desktop .analytics-path-list b,
body.mac-desktop .analytics-bars b {
  min-width: 0 !important;
  overflow: hidden !important;
  color: rgba(7,27,32,.78) !important;
  font-size: 12px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.mac-desktop .admin-login-shell {
  height: 100% !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
}

body.mac-desktop .admin-login-card {
  width: min(460px, 100%) !important;
  display: grid !important;
  gap: 18px !important;
  padding: 28px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255,255,255,.76) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.92), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(232,242,239,.86)) !important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.92),
    0 28px 70px rgba(8, 40, 46, .16) !important;
}

body.mac-desktop .admin-login-mark {
  width: 58px !important;
  height: 58px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 18px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #1f9f76, #08353d) !important;
  font-weight: 900 !important;
}

body.mac-desktop .admin-login-kicker,
body.mac-desktop .admin-login-card small {
  margin: 0 !important;
  color: rgba(7, 27, 32, .48) !important;
  font-size: 12px !important;
  font-weight: 760 !important;
}

body.mac-desktop .admin-login-card h1 {
  margin: 4px 0 8px !important;
  color: rgba(5, 24, 30, .94) !important;
  font-size: 32px !important;
  line-height: 1.05 !important;
}

body.mac-desktop .admin-login-card p {
  margin: 0 !important;
  color: rgba(7, 27, 32, .58) !important;
  line-height: 1.6 !important;
}

body.mac-desktop .admin-login-form {
  display: grid !important;
  gap: 12px !important;
}

body.mac-desktop .admin-login-form label {
  display: grid !important;
  gap: 7px !important;
  color: rgba(7, 27, 32, .70) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.mac-desktop .admin-login-form input {
  min-height: 44px !important;
  border: 1px solid rgba(8,40,46,.12) !important;
  border-radius: 14px !important;
  padding: 0 14px !important;
  color: rgba(5, 24, 30, .88) !important;
  background: rgba(255,255,255,.76) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.88) !important;
}

body.mac-desktop .admin-login-error {
  padding: 10px 12px !important;
  border-radius: 12px !important;
  color: rgba(126, 38, 42, .86) !important;
  background: rgba(255, 235, 236, .86) !important;
  font-size: 12px !important;
  font-weight: 760 !important;
}

@media (max-width: 900px) {
  body.mac-desktop .admin-layout {
    grid-template-columns: 1fr !important;
    overflow-y: auto !important;
  }

  body.mac-desktop .admin-stat-grid,
  body.mac-desktop .admin-analytics-grid,
  body.mac-desktop .admin-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 20260708-171: settings hides admin entry; ranking detail dialog stays centered and readable. */

body.mac-launchpad .ranking-detail-modal:not([hidden]) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1200 !important;
  display: grid !important;
  place-items: center !important;
  justify-items: center !important;
  align-items: center !important;
  padding: clamp(18px, 4dvw, 48px) !important;
  overflow: hidden !important;
}

body.mac-launchpad .ranking-detail-modal .ranking-modal-scrim {
  position: fixed !important;
  inset: 0 !important;
}

body.mac-launchpad .ranking-modal-card {
  box-sizing: border-box !important;
  width: min(680px, calc(100dvw - 36px)) !important;
  max-width: min(680px, calc(100dvw - 36px)) !important;
  min-width: 0 !important;
  margin: auto !important;
  justify-self: center !important;
  align-self: center !important;
  transform-origin: center center !important;
  padding: clamp(18px, 2dvw, 24px) !important;
}

body.mac-launchpad .ranking-modal-identity {
  grid-template-columns: 62px minmax(0, 1fr) 92px !important;
  min-width: 0 !important;
  padding-right: 86px !important;
}

body.mac-launchpad .ranking-modal-identity > div,
body.mac-launchpad .ranking-modal-metrics span,
body.mac-launchpad .ranking-history-copy {
  min-width: 0 !important;
}

body.mac-launchpad .ranking-modal-identity strong,
body.mac-launchpad .ranking-modal-metrics b {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.mac-launchpad .ranking-modal-identity p,
body.mac-launchpad .ranking-modal-breakdown p {
  line-height: 1.5 !important;
  overflow-wrap: anywhere !important;
}

body.mac-launchpad .ranking-modal-score {
  grid-template-rows: auto auto !important;
  align-content: center !important;
  gap: 2px !important;
  padding: 10px !important;
}

body.mac-launchpad .ranking-modal-score b {
  display: block !important;
}

body.mac-launchpad .ranking-modal-score small {
  display: block !important;
  margin-top: 0 !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

body.mac-launchpad .ranking-history-row,
body.mac-launchpad .ranking-modal-history-empty {
  grid-template-columns: 44px minmax(0, 1fr) max-content !important;
  min-width: 0 !important;
}

body.mac-launchpad .ranking-history-row em {
  white-space: nowrap !important;
}

@media (max-width: 680px) {
  body.mac-launchpad .ranking-detail-modal:not([hidden]) {
    padding: 14px !important;
  }

  body.mac-launchpad .ranking-modal-card {
    width: calc(100dvw - 28px) !important;
    max-width: calc(100dvw - 28px) !important;
    max-height: calc(100dvh - 28px) !important;
  }

  body.mac-launchpad .ranking-modal-identity {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    padding-right: 68px !important;
  }

  body.mac-launchpad .ranking-modal-score {
    grid-column: 1 / -1 !important;
    width: auto !important;
    height: auto !important;
    justify-self: start !important;
    grid-template-columns: auto auto !important;
    grid-template-rows: 1fr !important;
    border-radius: 18px !important;
  }

  body.mac-launchpad .ranking-modal-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mac-launchpad .ranking-history-row,
  body.mac-launchpad .ranking-modal-history-empty {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  body.mac-launchpad .ranking-history-row em {
    grid-column: 2 !important;
  }
}

/* 20260708-173: admin-managed provider/ranking records and centered backend shell. */

body.mac-desktop:has(.admin-layout) .container,
body.mac-desktop:has(.admin-login-shell) .container {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  width: min(1480px, calc(100dvw - 32px)) !important;
  height: min(920px, calc(100dvh - 32px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate3d(-50%, -50%, 0) !important;
}

body.mac-desktop:has(.admin-layout) .mac-system-window,
body.mac-desktop:has(.admin-login-shell) .mac-system-window {
  width: 100% !important;
  max-width: none !important;
}

body.mac-desktop .mac-system-window .admin-nav {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-flow: row !important;
  align-content: start !important;
  justify-content: stretch !important;
  width: 100% !important;
  gap: 8px !important;
  overflow: visible !important;
}

body.mac-desktop .mac-system-window .admin-nav a {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  justify-content: start !important;
  text-align: left !important;
  white-space: nowrap !important;
}

body.mac-desktop .provider-logo img,
body.mac-launchpad .provider-logo img,
body.mac-launchpad .ranking-modal-logo img,
.provider-logo img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: inherit !important;
}

body.mac-desktop .admin-main > .admin-grid:first-child,
body.mac-desktop .admin-main > .admin-stat-grid:first-child,
body.mac-desktop .admin-main > .form-panel:first-child,
body.mac-desktop .admin-main > .table-panel:first-child,
body.mac-desktop .admin-main > .admin-analytics-grid:first-child {
  margin-top: 0 !important;
}

body.mac-desktop .admin-provider-manager > .glass-content,
body.mac-desktop .admin-ranking-manager > .glass-content {
  display: grid !important;
  gap: 14px !important;
}

body.mac-desktop .admin-provider-list,
body.mac-desktop .admin-ranking-list {
  display: grid !important;
  gap: 12px !important;
}

body.mac-desktop .admin-provider-card {
  display: grid !important;
  gap: 12px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.86), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(238,247,244,.64)) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.82) !important;
}

body.mac-desktop .admin-provider-card-head {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
}

body.mac-desktop .admin-provider-actions {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
}

body.mac-desktop .admin-provider-card-head strong {
  display: block !important;
  color: rgba(6,24,30,.92) !important;
  font-size: 15px !important;
  font-weight: 880 !important;
}

body.mac-desktop .admin-provider-card-head small,
body.mac-desktop .admin-empty-state span {
  color: rgba(7,27,32,.52) !important;
  font-size: 12px !important;
  font-weight: 720 !important;
}

body.mac-desktop .admin-provider-edit-form {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.mac-desktop .admin-provider-edit-form .wide {
  grid-column: span 3 !important;
}

body.mac-desktop .admin-provider-edit-form .glass-submit {
  align-self: end !important;
}

body.mac-desktop .admin-provider-edit-form textarea {
  min-height: 44px !important;
  resize: vertical !important;
}

body.mac-desktop .admin-ranking-row {
  display: grid !important;
  grid-template-columns: 42px minmax(120px, .8fr) 130px 100px 110px minmax(180px, 1.2fr) 74px !important;
  align-items: end !important;
  gap: 10px !important;
  padding: 12px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.70) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.88) !important;
}

body.mac-desktop .admin-ranking-row strong {
  min-width: 0 !important;
  overflow: hidden !important;
  color: rgba(6,24,30,.88) !important;
  font-size: 14px !important;
  font-weight: 860 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.mac-desktop .admin-ranking-row label,
body.mac-desktop .admin-provider-edit-form label {
  color: rgba(7,27,32,.62) !important;
  font-size: 11px !important;
  font-weight: 780 !important;
}

body.mac-desktop .admin-ranking-row input,
body.mac-desktop .admin-ranking-row select,
body.mac-desktop .admin-provider-edit-form input,
body.mac-desktop .admin-provider-edit-form select,
body.mac-desktop .admin-provider-edit-form textarea {
  min-width: 0 !important;
  background: rgba(255,255,255,.82) !important;
}

body.mac-desktop .mini-action.danger {
  color: rgba(128, 32, 42, .90) !important;
  background: rgba(255, 235, 238, .82) !important;
}

body.mac-desktop .admin-empty-state,
body.mac-launchpad .board-empty-state,
body.mac-launchpad .platform-empty-state {
  display: grid !important;
  place-items: center !important;
  gap: 8px !important;
  min-height: 150px !important;
  padding: 24px !important;
  border-radius: 22px !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.78), transparent 42%),
    rgba(255,255,255,.52) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.82) !important;
}

body.mac-launchpad .platform-empty-state {
  min-height: 260px !important;
  grid-column: 1 / -1 !important;
}

body.mac-desktop .admin-empty-state strong,
body.mac-launchpad .board-empty-state strong,
body.mac-launchpad .platform-empty-state strong {
  color: rgba(7,24,28,.84) !important;
  font-size: 16px !important;
  font-weight: 880 !important;
}

body.mac-launchpad .board-empty-state small,
body.mac-launchpad .platform-empty-state small {
  max-width: 320px !important;
  color: rgba(7,24,28,.54) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

body.mac-launchpad .ranking-ticket-list:has(.board-empty-state) {
  display: grid !important;
  place-items: stretch !important;
}

body.mac-ranking .mini-ranking-empty {
  display: grid !important;
  place-items: center !important;
  gap: 10px !important;
  min-height: 280px !important;
  padding: 30px !important;
  border-radius: 24px !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.76), transparent 46%),
    rgba(255,255,255,.50) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.82) !important;
}

body.mac-ranking .mini-ranking-empty strong {
  color: rgba(6,24,30,.88) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

body.mac-ranking .mini-ranking-empty span {
  max-width: 420px !important;
  color: rgba(7,27,32,.58) !important;
  font-size: 13px !important;
  font-weight: 720 !important;
  line-height: 1.6 !important;
}

@media (max-width: 1100px) {
  body.mac-desktop .admin-provider-edit-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mac-desktop .admin-provider-edit-form .wide {
    grid-column: 1 / -1 !important;
  }

  body.mac-desktop .admin-ranking-row {
    grid-template-columns: 42px minmax(0, 1fr) repeat(2, minmax(96px, 1fr)) !important;
    align-items: center !important;
  }

  body.mac-desktop .admin-ranking-row .wide,
  body.mac-desktop .admin-ranking-row .form-status {
    grid-column: 2 / -1 !important;
  }
}

/* 20260709-182: admin detection-record editor and short-window detector scrolling. */

body[data-inline-app="/claude"] .mac-inline-window > .mac-inline-content:not(:has(.detect-stage-result)),
body[data-inline-app="/openai"] .mac-inline-window > .mac-inline-content:not(:has(.detect-stage-result)),
body[data-inline-app="/gemini"] .mac-inline-window > .mac-inline-content:not(:has(.detect-stage-result)),
body[data-inline-app="/claude"] .detector-app-panel:not(:has(.detect-stage-result)),
body[data-inline-app="/openai"] .detector-app-panel:not(:has(.detect-stage-result)),
body[data-inline-app="/gemini"] .detector-app-panel:not(:has(.detect-stage-result)) {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body[data-inline-app="/claude"] .detector-app-panel:not(:has(.detect-stage-result))::-webkit-scrollbar,
body[data-inline-app="/openai"] .detector-app-panel:not(:has(.detect-stage-result))::-webkit-scrollbar,
body[data-inline-app="/gemini"] .detector-app-panel:not(:has(.detect-stage-result))::-webkit-scrollbar {
  width: 8px !important;
}

body[data-inline-app="/claude"] .detector-app-panel:not(:has(.detect-stage-result))::-webkit-scrollbar-thumb,
body[data-inline-app="/openai"] .detector-app-panel:not(:has(.detect-stage-result))::-webkit-scrollbar-thumb,
body[data-inline-app="/gemini"] .detector-app-panel:not(:has(.detect-stage-result))::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(255,255,255,.38) !important;
}

body.mac-desktop .admin-record-search .inline-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 140px !important;
  align-items: end !important;
}

body.mac-desktop .admin-record-manager > .glass-content {
  display: grid !important;
  gap: 14px !important;
}

body.mac-desktop .admin-record-list {
  display: grid !important;
  gap: 12px !important;
}

body.mac-desktop .admin-record-card {
  display: grid !important;
  gap: 12px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.90), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(235,247,245,.68)) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.86) !important;
}

body.mac-desktop .admin-record-head {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) 74px !important;
  align-items: center !important;
  gap: 12px !important;
}

body.mac-desktop .admin-record-head strong {
  display: block !important;
  overflow: hidden !important;
  color: rgba(6,24,30,.92) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.mac-desktop .admin-record-head small {
  display: block !important;
  overflow: hidden !important;
  color: rgba(7,27,32,.56) !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.mac-desktop .admin-record-score {
  display: grid !important;
  place-items: center !important;
  min-height: 42px !important;
  border-radius: 14px !important;
  color: white !important;
  font-size: 22px !important;
  font-weight: 950 !important;
  background: linear-gradient(135deg, #1fa37b, #12735f) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.34) !important;
}

body.mac-desktop .admin-record-edit-form {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.mac-desktop .admin-record-edit-form .wide {
  grid-column: span 2 !important;
}

body.mac-desktop .admin-record-edit-form textarea {
  min-height: 46px !important;
  resize: vertical !important;
}

body.mac-desktop .admin-record-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  color: rgba(7,27,32,.56) !important;
  font-size: 12px !important;
  font-weight: 780 !important;
}

@media (max-width: 1100px) {
  body.mac-desktop .admin-record-search .inline-form,
  body.mac-desktop .admin-record-edit-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mac-desktop .admin-record-edit-form .wide {
    grid-column: 1 / -1 !important;
  }
}
