:root {
  --bg: #008080;
  --ink: #000000;
  --muted: #303030;
  --panel: #c0c0c0;
  --panel-2: #ffffff;
  --line: #000000;
  --blue: #0000aa;
  --blue-dark: #000080;
  --green: #008000;
  --red: #aa0000;
  --yellow: #ffff99;
  --shadow: 2px 2px 0 #000000;
  --soft-shadow: 0 12px 0 rgba(0, 0, 0, 0.18);
  --radius: 0;
  --titlebar-height: 28px;
  --font-ui: "Tahoma", "MS Sans Serif", "Arial", sans-serif;
  --font-brand: "LinerBMP14", "Lucida Console", "Consolas", "Courier New", monospace;
  --font-mono: "Consolas", "Courier New", monospace;
  --window-max: 820px;
  font-family: var(--font-ui);
}

@font-face {
  font-family: "LinerBMP14";
  src: url("assets/liner%20BMP14.TTF") format("truetype");
  font-display: block;
}

@font-face {
  font-family: "Vaticanus";
  src: url("assets/Vaticanus.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Minercraftory";
  src: url("assets/Minercraftory.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Pusab8Bit";
  src: url("assets/8-bit-pusab.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.18);
}

body::before {
  display: none;
}

[hidden] {
  display: none !important;
}

button,
input {
  font: inherit;
  text-shadow: none;
}

button {
  cursor: pointer;
}

body.is-analyzing,
body.is-analyzing button {
  cursor: wait;
}

.app-shell {
  width: min(var(--window-max), calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 48px;
}

.topbar {
  position: relative;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  width: min(100%, var(--window-max));
  min-height: 78px;
  margin: 0 auto 18px;
  padding: 34px 12px 10px;
  background: var(--panel);
  border: 2px solid;
  border-color: #ffffff #404040 #404040 #ffffff;
  box-shadow: 2px 2px 0 #000000;
}

.topbar::before {
  position: absolute;
  top: 4px;
  right: 4px;
  left: 4px;
  height: var(--titlebar-height);
  content: "";
  background: linear-gradient(90deg, #000080, #1084d0);
  border-bottom: 1px solid #000000;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.brand > span {
  display: block;
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--font-brand);
  font-size: clamp(22px, 2.35vw, 36px);
  font-weight: 400;
  line-height: 0.95;
  color: #000000;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
  transform: none;
  transform-origin: left center;
  -webkit-font-smoothing: antialiased;
  font-smooth: auto;
  text-shadow:
    0 0 0 #000000,
    2px 2px 0 rgba(0, 0, 0, 0.14);
}

.brand small {
  max-width: 270px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.topbar-actions,
.action-row,
.wallet-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.topbar-actions {
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  min-width: 0;
  flex-shrink: 0;
}

.section-kicker {
  color: var(--blue-dark);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.icon-button,
.top-wallet-button,
.primary-button,
.ghost-button,
.wallet-button {
  font-family: var(--font-ui);
  min-height: 42px;
  border: 2px solid;
  border-color: #ffffff #404040 #404040 #ffffff;
  border-radius: 0;
  color: var(--ink);
  background: var(--panel);
  box-shadow: none;
  font-weight: 900;
  transition: background 120ms ease;
}

.icon-button:disabled,
.top-wallet-button:disabled,
.primary-button:disabled,
.ghost-button:disabled,
.wallet-button:disabled {
  cursor: not-allowed;
  opacity: 0.54;
  transform: none;
  box-shadow: none;
}

.icon-button:hover,
.top-wallet-button:hover,
.primary-button:hover,
.ghost-button:hover,
.wallet-button:hover {
  transform: translate(2px, 2px);
  border-color: #404040 #ffffff #ffffff #404040;
  box-shadow: none;
}

.icon-button {
  width: 44px;
  padding: 0;
}

.primary-button {
  padding: 0 18px;
  color: white;
  background: var(--blue);
}

.ghost-button,
.wallet-button {
  padding: 0 14px;
}

.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: inherit;
  text-decoration: none;
}

.workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 22px;
  align-items: stretch;
  min-height: min(650px, calc(100vh - 116px));
}

.box-card,
.analysis-panel,
.verdict-card,
.stats-panel,
.prove-card,
.confirm-card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 2px solid;
  border-color: #ffffff #404040 #404040 #ffffff;
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 2px 2px 0 #000000;
}

.verdict-card::before,
.stats-panel::before,
.prove-card::before,
.confirm-card::before {
  position: absolute;
  top: 4px;
  right: 4px;
  left: 4px;
  z-index: 3;
  height: var(--titlebar-height);
  content: "";
  background: linear-gradient(90deg, #000080, #1084d0);
  pointer-events: none;
}

.verdict-card,
.stats-panel,
.prove-card,
.confirm-card {
  position: relative;
  padding-top: clamp(62px, 5vw, 76px);
}

.verdict-card > .section-kicker,
.stats-panel > .section-kicker,
.prove-card > .section-kicker,
.confirm-card > .section-kicker {
  position: absolute;
  top: 4px;
  left: 10px;
  z-index: 4;
  display: flex;
  align-items: center;
  height: var(--titlebar-height);
  max-width: calc(100% - 20px);
  color: #ffffff;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 720px;
  margin-top: 10px;
  font-size: clamp(46px, 8vw, 94px);
  line-height: 0.92;
}

h2 {
  font-size: clamp(30px, 4.5vw, 56px);
  line-height: 0.96;
}

h3 {
  font-size: 22px;
}

.lede {
  max-width: 680px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.48;
}

.wallet-row {
  margin-top: 28px;
}

.wallet-button[aria-pressed="true"] {
  color: white;
  background: var(--green);
  border-color: #404040 #ffffff #ffffff #404040;
}

.address-field {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  font-weight: 900;
}

.address-field input {
  font-family: var(--font-mono);
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--panel-2);
  border: 2px solid var(--line);
  border-radius: 0;
  outline: none;
}

.address-field input:focus {
  border-color: #404040 #ffffff #ffffff #404040;
  box-shadow: none;
}

.action-row {
  margin-top: 20px;
}

.safety-line {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.box-stage,
.box-card {
  min-height: 100%;
}

.box-card {
  position: relative;
  display: grid;
  min-height: 460px;
  place-items: center;
  overflow: hidden;
  background: var(--panel);
}

.box-card::before,
.box-card::after {
  position: absolute;
  z-index: 0;
  content: "";
  border: 2px solid var(--line);
}

.box-card::before {
  top: 28px;
  right: 34px;
  width: 122px;
  height: 34px;
  background: var(--yellow);
  transform: rotate(9deg);
}

.box-card::after {
  bottom: 56px;
  left: 36px;
  width: 74px;
  height: 74px;
  background:
    linear-gradient(90deg, transparent 0 45%, var(--panel) 45% 55%, transparent 55%),
    var(--blue);
  border-radius: 999px;
}

.stage-readout {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 14px;
  max-width: 100%;
  color: var(--ink);
  background: var(--panel);
  border: 2px solid var(--line);
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.analysis-panel,
.report-layout,
.prove-panel,
.confirm-panel {
  margin-top: 22px;
}

.analysis-panel {
  padding: 20px;
}

.progress-track {
  height: 16px;
  overflow: hidden;
  border: 2px solid var(--line);
  background: var(--panel-2);
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--green);
  transition: width 260ms ease;
}

body.is-analyzing .progress-track span {
  background:
    repeating-linear-gradient(
      90deg,
      var(--green) 0 10px,
      #00b000 10px 20px
    );
  animation: loadingBar 900ms linear infinite;
}

.analysis-log {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  max-width: 100%;
  min-width: 0;
  list-style: none;
}

.analysis-log li {
  max-width: 100%;
  min-width: 0;
  padding: 10px 12px;
  background: var(--panel-2);
  border: 2px solid var(--line);
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  width: min(100%, var(--window-max));
  margin-right: auto;
  margin-left: auto;
}

.verdict-card,
.stats-panel,
.prove-card,
.confirm-card {
  padding: clamp(20px, 4vw, 36px);
}

.verdict-card {
  display: grid;
  justify-items: center;
  padding-top: clamp(66px, 6vw, 82px);
  text-align: center;
}

.score-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 900;
}

.score-wrap span {
  font-size: clamp(72px, 12vw, 140px);
  line-height: 0.85;
}

.score-wrap small {
  font-size: 24px;
}

.wisdom {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.34;
}

.report-actions {
  justify-content: center;
  align-items: stretch;
}

.stats-panel {
  align-self: start;
}

.stats-panel p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.stats-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
}

.stats-grid,
.fee-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.stats-grid div,
.fee-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  min-height: 48px;
  padding: 10px 12px;
  background: var(--panel-2);
  border: 2px solid var(--line);
}

dt {
  font-family: var(--font-ui);
  color: var(--muted);
  font-weight: 900;
}

dd {
  margin: 0;
  min-width: 0;
  font-family: var(--font-mono);
  text-align: right;
  font-weight: 900;
  overflow-wrap: anywhere;
  text-shadow: none;
}

.prove-card,
.confirm-card {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: var(--window-max);
  margin: 0 auto;
}

.prove-card p,
.confirm-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.compact {
  max-width: 520px;
}

/* Simplified product interface layer */
.workbench {
  grid-template-columns: 1fr;
  min-height: auto;
}

.box-stage {
  grid-column: 1 / -1;
  width: min(100%, var(--window-max));
  max-width: 100%;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

.top-wallet {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-wallet-button {
  padding: 0 14px;
}

.wallet-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100;
  display: grid;
  width: min(380px, calc(100vw - 24px));
  max-height: calc(100vh - 130px);
  overflow: auto;
  overscroll-behavior: contain;
  gap: 10px;
  padding: 12px;
  background: var(--panel);
  border: 2px solid;
  border-color: #ffffff #404040 #404040 #ffffff;
  box-shadow: 2px 2px 0 #000000;
}

.status-light {
  width: 12px;
  height: 12px;
  background: var(--red);
  border: 1px solid var(--line);
}

.status-light.connected {
  background: var(--green);
}

.wallet-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 34px;
  padding: 8px 10px;
  background: var(--panel-2);
  border: 2px solid;
  border-color: #404040 #ffffff #ffffff #404040;
}

.wallet-strip span {
  color: var(--muted);
  font-weight: 900;
}

.wallet-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 14px;
  padding: 10px;
  background: var(--panel-2);
  border: 2px solid;
  border-color: #404040 #ffffff #ffffff #404040;
}

.wallet-identity span {
  color: var(--muted);
  font-weight: 900;
}

.wallet-identity strong {
  min-width: 0;
  text-align: right;
  overflow-wrap: anywhere;
}

.chain-strip strong {
  color: var(--red);
}

.chain-strip.is-base strong {
  color: var(--green);
}

.wallet-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

.wallet-choice {
  position: relative;
  min-width: 0;
}

.wallet-choice > .wallet-button {
  width: 100%;
}

.wallet-submenu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 120;
  display: grid;
  width: min(240px, calc(100vw - 48px));
  gap: 6px;
  padding: 8px;
  background: var(--panel);
  border: 2px solid;
  border-color: #ffffff #404040 #404040 #ffffff;
  box-shadow: 2px 2px 0 #000000;
}

.wallet-option {
  min-height: 34px;
  padding: 0 10px;
  color: var(--ink);
  font-family: var(--font-ui);
  font-weight: 900;
  text-align: left;
  background: var(--panel);
  border: 2px solid;
  border-color: #ffffff #404040 #404040 #ffffff;
}

.wallet-option:hover {
  color: #ffffff;
  background: var(--blue);
}

h1 {
  max-width: 640px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.98;
}

.lede {
  max-width: 620px;
}

.box-card {
  min-height: 100%;
  padding: calc(var(--titlebar-height) + 18px) clamp(16px, 3vw, 26px) clamp(16px, 3vw, 26px);
  place-items: stretch;
  align-content: start;
  overflow: visible;
}

.box-card::before,
.box-card::after {
  display: none;
}

.protocol-interface {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: start;
}

.protocol-heading {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 12px;
  min-height: 0;
}

.protocol-heading > div:first-child {
  position: absolute;
  top: 4px;
  right: 4px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-self: stretch;
  width: auto;
  min-width: 0;
  min-height: var(--titlebar-height);
  padding: 0 10px;
  background: linear-gradient(90deg, #000080, #1084d0);
  border-bottom: 1px solid #000000;
  overflow: hidden;
}

.protocol-heading > div:first-child .section-kicker {
  max-width: 100%;
  color: #ffffff;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: none;
}

.summon-button {
  width: min(100%, 240px);
  min-height: 50px;
  white-space: nowrap;
}

.summon-control {
  display: grid;
  align-self: start;
  justify-self: center;
  justify-items: center;
  width: min(100%, 520px);
  gap: 8px;
  grid-column: auto;
  padding: 0 10px;
}

.summon-control small {
  display: block;
  width: 100%;
  max-width: 360px;
  min-height: 30px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 881px) {
  .app-shell,
  .topbar,
  .box-stage,
  .report-layout {
    width: min(var(--window-max), calc(100vw - 80px));
  }

}

.stage-readout {
  position: static;
  margin: 0 0 10px;
  padding: 10px 12px;
}

.analysis-log {
  grid-template-columns: 1fr;
}

.report-layout {
  grid-template-columns: minmax(0, 1fr);
}

.stats-panel {
  width: 100%;
  max-width: var(--window-max);
}

.terminal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: var(--titlebar-height);
  padding: 0 10px;
  color: #ffffff;
  background: linear-gradient(90deg, #000080, #1084d0);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  text-shadow: none;
}

.terminal-header span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.terminal-body {
  min-width: 0;
  padding: 12px;
}

.analysis-panel {
  width: 100%;
  min-width: 0;
  margin-top: 10px;
  padding: 0;
  overflow: visible;
}

.analysis-log {
  max-height: none;
  overflow: visible;
}

.analysis-log li {
  font-family: var(--font-mono);
  min-height: 0;
  padding: 7px 9px;
  overflow-wrap: anywhere;
  text-shadow: none;
}

.action-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: min(340px, calc(100vw - 36px));
  padding: 12px 14px;
  background: var(--panel);
  border: 2px solid;
  border-color: #ffffff #404040 #404040 #ffffff;
  box-shadow: 2px 2px 0 #000000;
}

.action-toast strong {
  display: block;
  margin-bottom: 4px;
}

.action-toast p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

@keyframes panelPulse {
  50% {
    filter: brightness(1.08);
  }
}

@keyframes loadingBar {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@media (max-width: 880px) {
  .app-shell {
    width: min(var(--window-max), calc(100% - 20px));
    padding-top: 10px;
  }

  .topbar {
    align-items: center;
    grid-template-columns: 1fr auto;
  }

  .brand {
    justify-self: start;
  }

  .brand strong {
    font-size: clamp(20px, 4.4vw, 31px);
  }

  .topbar-actions {
    justify-content: flex-end;
    justify-self: end;
  }

  .workbench,
  .report-layout {
    grid-template-columns: 1fr;
  }

  .workbench {
    min-height: 0;
  }

  .box-card {
    min-height: 0;
  }

  .wallet-menu {
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    transform: none;
  }

  .protocol-interface {
    grid-template-columns: 1fr;
  }

  .protocol-heading {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .summon-button {
    width: 100%;
  }

  .summon-control {
    justify-items: stretch;
    grid-column: auto;
  }

  .summon-control small {
    max-width: none;
    text-align: left;
    white-space: normal;
  }

}

@media (max-width: 680px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand strong {
    font-size: clamp(18px, 4.7vw, 26px);
  }

  .top-wallet-button {
    min-height: 38px;
    padding: 0 10px;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .brand small,
  .top-wallet .status-light {
    display: none;
  }

  .brand strong {
    font-size: clamp(22px, 8vw, 32px);
    white-space: normal;
  }

  .app-shell {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    padding-bottom: 28px;
    padding-right: 0;
    padding-left: 0;
  }

  .workbench,
  .topbar,
  .box-stage,
  .report-layout {
    width: 100%;
    max-width: 100%;
  }

  .topbar,
  .topbar-actions,
  .top-wallet {
    width: 100%;
  }

  .topbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .brand {
    justify-self: start;
  }

  .topbar-actions {
    justify-content: stretch;
    justify-self: stretch;
  }

  .top-wallet {
    display: grid;
    grid-template-columns: 1fr;
  }

  .top-wallet-button,
  .icon-button {
    width: 100%;
  }

  .wallet-menu {
    position: static;
    width: 100%;
    max-height: none;
    overflow: visible;
    margin-top: 8px;
    transform: none;
  }

  h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .verdict-card,
  .stats-panel,
  .prove-card,
  .confirm-card {
    padding: 18px;
    padding-top: 62px;
  }

  .verdict-card > .section-kicker,
  .stats-panel > .section-kicker,
  .prove-card > .section-kicker,
  .confirm-card > .section-kicker {
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wallet-row,
  .action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .wallet-row {
    grid-template-columns: 1fr;
  }

  .wallet-identity {
    grid-template-columns: 1fr;
  }

  .wallet-identity strong {
    text-align: left;
  }

  .stats-grid div,
  .fee-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  dd {
    text-align: left;
  }

  .action-toast {
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
  }

  .wallet-button,
  .primary-button,
  .ghost-button {
    width: 100%;
  }

  .protocol-interface {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .box-card {
    padding-right: 8px;
    padding-left: 8px;
  }

  .terminal-header {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
  }

  .terminal-header span:first-child {
    max-width: 58%;
  }

  .terminal-header span:last-child {
    max-width: 42%;
  }

  .terminal-body {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    overflow: hidden;
  }

  .stage-readout,
  .analysis-log li {
    padding-right: 10px;
    padding-left: 10px;
    font-size: clamp(14px, 4.2vw, 18px);
    white-space: normal;
  }

  .progress-track,
  .analysis-log {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

}
