:root {
  --bg: #f3f4f6;
  --surface: #ffffff;
  --surface-soft: #f9fafb;
  --line: #e5e7eb;
  --line-strong: #d1d5db;
  --text: #111827;
  --text-soft: #4b5563;
  --text-muted: #6b7280;
  --brand: #f97316;
  --brand-dark: #ea580c;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --shadow-soft: 0 12px 28px rgba(17, 24, 39, 0.08);
}

html {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, sans-serif;
  height: 100%;
}

body {
min-width: 360px;
    padding: 0;
    margin: 0;
    background: transparent;
    display: flex;
    align-items: center;
    min-height: fit-content;
    height: 100dvh;
    flex-direction: column;
}

header {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 500px;
  background: transparent;
  margin: 0;
  align-items: center;
  padding-top: 6px;
}

header h1 {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.8px;
  padding-left: 20px;
  color: #a6a6a6;
  margin: 0 auto;
  background: transparent;
  flex: 1;  
}

header h1 #slogan {
  margin-left: 6px;
}

#lang_container {
  font-size: 12px;
  padding-right: 20px;
}

#lang_container, #lang_container button {
  color: var(--text-muted);
}

#lang_container button {
    border: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 300;
}

main {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: fit-content;
    height: auto;
}

* {
  box-sizing: border-box;
}

button,
input {
  font: inherit;
}

#ixsbox-root {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 16px 8px 28px;
}

.ixsbox-app-shell {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ixsbox-screen {
  min-height: 72dvh;
}

.ixsbox-status,
.ixsbox-response {
  width: 100%;
}

.ixsbox-status {
  min-height: 24px;
  padding: 0 4px;
  color: var(--text-muted);
  font-size: 0.75em;
  line-height: 1.4;
}

.ixsbox-response {
  margin-top: 14px;
}

.ixsbox-response-card {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
}

.ixsbox-response-card-error {
  border-color: rgba(185, 88, 88, 0.28);
  background: rgba(120, 34, 34, 0.10);
}

.ixsbox-response-title {
  margin: 0 0 6px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.96);
}

.ixsbox-response-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.ixsbox-response-meta {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.ixsbox-response-details {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 10px;
}

.ixsbox-response-details summary {
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.68);
  user-select: none;
}

.ixsbox-response-details summary::-webkit-details-marker {
  display: none;
}

.register-error-json {
    padding: 10px 12px;
    border-radius: 10px;
    border: 5px solid rgb(255 255 255);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto;
    background: hsl(0deg 100% 32.75%);
    box-shadow: 0 0 0 1px var(--line-strong);
    width: fit-content;
    margin: 5px auto 0 auto;
}

/* SHARED SHELL */

.ui-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.ui-shell-auth {
margin-top: Calc(20px + 1vh);
padding: 22px 18px;
}

.ui-shell-runtime {
  display: flex;
  flex-direction: column;
  min-height: 72dvh;
}

.ui-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--line);
}

.ui-shell-auth .ui-top {
  margin: -2px -2px 16px;
}

.ui-shell-runtime .ui-top {
  padding: 0 8px 0 8px;
  border-bottom: 0;
}

.ui-top-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ui-top-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding-right: 2px;
  margin-top: -6px;
}

.ui-title {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.3;
  color: var(--text-soft);
  font-weight: 700;
}

.ui-section-title {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--text);
  font-weight: 700;
}

.ui-panel-title {
  font-size: 15px;
  line-height: 1.3;
  color: var(--text);
  font-weight: 700;
}

.ui-info-section-title, .runtime-exit-confirm-text {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text);
  font-weight: 700;
}

/* AUTH */

.ui-shell-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ui-shell-auth p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.5;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.auth-field span {
  font-size: 14px;
  color: var(--text-soft);
}

.auth-field input, #runtime-chipkey-input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: var(--surface);
  color: var(--text);
  outline: none;
}

input#runtime-chipkey-input {
margin-top: 1.25em;
}

input#runtime-chipkey-input {
    margin: 1.25em 0 1.25em 0;
}

.auth-field input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
}

.password-toggle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.password-toggle-wrap input {
  width: 100%;
  padding-right: 3rem;
  letter-spacing: 1.5px;
}

.password-toggle-btn {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 0.15rem;
  color: var(--text-muted);
}

.password-toggle-btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 0.35rem;
}

.password-toggle-btn:hover {
  color: var(--text-soft);
}

.pw-eye {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 10px;
  border: 1.8px solid currentColor;
  border-radius: 999px / 500px;
}

.pw-eye::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.password-toggle-btn.is-hidden .pw-eye::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 1.4px;
    background: currentColor;
    transform: translate(-50%, -50%) rotate(26deg);
    transform-origin: center;
    border-radius: 999px;
}

.auth-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auth-actions-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.auth-actions button,
.preview-actions button,
.preview-secondary-actions button {
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: var(--brand);
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
}

section.first-login-hint {
    margin-top: 1.875em;
}

section.first-login-hint p {
    font-size: 0.9em;
    margin-top: 0.625em;
    max-width: 90%;
}

.first-login-hint p strong {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: var(--text);
    font-size: 1em;
}

.first-login-credentials {
    margin: 1.4em auto 1.9em auto;
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    padding: 0.625em 0;
    width: 100%;
    max-width: 22em;
    border: 1px solid var(--line-strong);
    border-radius: 14px;
    background: var(--surface);
    color: var(--text);
    outline: none;
}

.first-login-credential-chip {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0.25em 0.875em;
    align-items: center;
    gap: 0.3125em;
    overflow: hidden;
}

.first-login-credentials span {
font-size: 0.825em;
    color: var(--text);
    background: transparent;
    flex: 0 0 6em;
}

.first-login-credentials strong {
    font-size: 0.825em;
    font-weight: 600;
    letter-spacing: 0.0625em;
    color: var(--text-soft);
    flex: 0 1 10em;
    background: transparent;
    text-align: left;
}

button.first-login-copy-btn {
    border: 0;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    border-radius: 4px;
    padding: 4px 6px 3px 6px;
    flex: 0 0 60px;
    background: var(--line);
}

button.first-login-copy-btn:active {
background: var(--line-strong);
}

.auth-actions button:hover,
.preview-actions button:hover,
.preview-secondary-actions button:hover {
  background: var(--brand-dark);
}

.auth-actions button:disabled,
.preview-actions button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.ghost-button {
  border: 1px solid var(--line-strong) !important;
  background: #ffffff !important;
  color: var(--text) !important;
}

.linklike-btn,
.auth-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  cursor: pointer;
  font-weight: 700;
}

button#ixsbox-open-register-link,
button#ixsbox-first-login-download-link {
display: block;
margin-top: 0.25em;
}

#ixsbox-success-login-link {
  margin-top: 40px;
}

.auth-inline-note {
  margin-top: 18px !important;
  font-size: 14px;
}

.auth-secondary-button {
  cursor: pointer;
}

.info-box {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-soft);
}

.info-box p {
  margin-top:4px;
}


.info-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

/* SHARED TOP BAR / INFO */


/*.ui-button-svg-icon,
.runtime-button-svg-icon {
  width: 1em;
  height: 1em;
  display: block;
  flex: 0 0 auto;
  color: inherit;
  fill: none;
  stroke: currentColor;
} 05.05.2026 */

.ui-button-svg-icon *,
.runtime-button-svg-icon * {
  vector-effect: non-scaling-stroke;
}



.ui-fullscreen-trigger,
.runtime-fullscreen-trigger {
  font-size: 23px;
  line-height: 1;
  padding-bottom: 4px;
}

.ui-info-trigger,
.runtime-info-trigger {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: var(--text-soft);
}

.auth-info-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  background: rgba(17, 24, 39, 0.28);
}

.auth-info-overlay[hidden] {
  display: none;
}

.auth-info-panel {
  width: 100%;
  max-width: 480px;
  margin-top: 58px;
  max-height: calc(100dvh - 32px);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.auth-info-head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.auth-info-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px;
}

.auth-info-body section:last-of-type {
  padding-bottom: 60px;
}

.auth-info-section p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-soft);
}

/* REGISTER PREVIEW */

.preview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.preview-row:last-of-type {
  margin-bottom: 14px;
}

.preview-label {
  flex: 0 0 110px;
  color: var(--text-muted);
  font-size: 14px;
}

input.preview-value-input {
  letter-spacing: 1.2px;
  font-size: 14px;
  border: 0;
  font-weight: 700;
  color: var(--text-soft);
}

input.preview-value-input:focus {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}

.preview-row .preview-value-input,
.preview-row .password-toggle-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.preview-row .password-toggle-wrap .preview-value-input {
  width: 100%;
  min-height: 44px;
  padding: 0 2.8rem 0 0;
  background: transparent;
}

.preview-row .password-toggle-btn {
  right: 0.15rem;
}

.preview-note {
  margin: 14px 0 0 !important;
  font-size: 14px;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.5;
}

.checkbox-row input {
  margin-top: 2px;
}

.preview-actions,
.preview-secondary-actions {
  margin-top: 18px;
}

footer {
max-width: 600px;
    margin: 0 auto 0.8rem auto;
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

footer button {
  border: 0;
  background: transparent;
  font-size: 12px;
  color: #a6a6a6;
  cursor: pointer;
}

/* RUNTIME */

.runtime-header {
  display: flex;
  flex-direction: column;
  background: var(--surface);
}

.runtime-logo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.runtime-logo-mark {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid #ffffff;
  border-radius: 33%;
  background: var(--brand);
  box-shadow: 0 0 0 1px var(--line-strong);
}

.runtime-logo-mark::before,
.runtime-logo-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 6px;
  background: #ffffff;
  transform-origin: center;
  border-radius: 70%;
}

.runtime-logo-mark::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.runtime-logo-mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.runtime-title-block {
  min-width: 0;
}

.runtime-title-small {
  font-size: 0.75em;
  line-height: 1.2;
  color: var(--text-muted);
}

.runtime-title-large {
    overflow: hidden;
    font-size: 1.0625em;
    line-height: 1.3;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.03em;
}

label.runtime-field {
    margin: 10px auto 20px auto;
    width: 100%;
    display: block;
}

.runtime-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto;
    padding: 0;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
    color: var(--text-soft);
    cursor: pointer;
}

button#runtime-top-close-btn svg {
    width: 1.8em;
}

button#runtime-fullscreen-btn svg, button#auth-fullscreen-btn svg {
    width: 1.1em;
}

button#runtime-top-close-btn svg {
    width: 1.9em;
}

button#runtime-top-close-btn svg {
    width: 1.9em;
}

button#runtime-info-btn svg, button#auth-info-btn svg {
    width: 1.4em;
}

button#runtime-info-close-btn svg {
    width: 2em;
}

button#auth-info-close-btn svg {
    width: 1.7em;
}

.runtime-button-svg-icon, .ui-button-svg-icon {
display: block;
    flex: 0 0 auto;
    color: inherit;
    fill: none;
    stroke: currentColor;
    width: unset;
    height: auto;
    aspect-ratio: 1 / 1;
}

.runtime-button-svg-icon * {
    vector-effect: non-scaling-stroke;
}

.runtime-nav {
  padding: 0 10px 10px;
}

.runtime-nav-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.runtime-nav-scroll::-webkit-scrollbar {
  display: none;
}

.runtime-nav-item {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text-soft);
  cursor: pointer;
  white-space: nowrap;
}

.runtime-nav-item.is-active {
  border-color: var(--text);
  color: var(--text);
  font-weight: 700;
}

.runtime-main {
  flex: 1 1 auto;
  min-height: 0;
  padding: 14px;
  background: var(--surface-soft);
}

.runtime-view {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.runtime-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.runtime-card p {
  margin: 0;
  line-height: 1.5;
  color: var(--text-soft);
  font-size: 0.9em;
}

.runtime-card p + p {
  margin-top: 6px;
}

.runtime-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-height: 54px;
  padding: 0 14px;
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: var(--text-muted);
  font-size: 13px;
}

.runtime-footer-right {
  display: flex;
  align-items: center;
}

.runtime-exit-overlay {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
  background: rgba(17, 24, 39, 0.18);
}

.runtime-exit-confirm {
width: fit-content;
  max-width: 18.75em;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
      margin: 0 auto;
}

.runtime-exit-confirm-subtext {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-soft);
}

.runtime-exit-confirm-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625em;
  grid-auto-flow: row;
  justify-items: center;
}

.runtime-exit-cancel-button,
.runtime-exit-confirm-button {
  min-height: 2.875em;
  padding: 0 1em;
  border-radius: 0.875em;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.825em;
}

.runtime-exit-confirm-button {
border: 0;
    background: var(--brand);
    color: #ffffff;
    margin: 20px auto 0 auto;
    padding: 0.5em 3em;
    min-height: 0;
    border-radius: 0.5em;
}

.runtime-exit-confirm-button:hover {
  background: var(--brand-dark);
}

.runtime-inline-button {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

button.runtime-inline-button.runtime-boxart-card-link.close-card {
  align-self: flex-end;
}

.runtime-text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.runtime-text-button.is-waiting,
.runtime-icon-button.is-waiting {
  color: var(--text-muted);
  cursor: not-allowed;
  opacity: 0.65;
}

.runtime-icon-button.is-waiting {
  background: var(--surface-soft);
  border-color: var(--line);
}

.runtime-text-button.is-waiting:hover,
.runtime-icon-button.is-waiting:hover {
  color: var(--text-muted);
}

#last_sign {
  margin: 0 0 0 2px;
  color: var(--text-soft);
}

.runtime-boxart-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.runtime-boxart-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  color: var(--text);
  text-align: left;
  box-shadow: var(--shadow-soft);
  cursor: default;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    transform 0.18s ease;
}

.runtime-boxart-card:hover {
  border-color: var(--line-strong);
}

.runtime-boxart-card.is-active {
  align-items: flex-start;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.runtime-boxart-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.runtime-boxart-card-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-soft);
}

.runtime-boxart-card-cta {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-dark);
}

.runtime-boxart-detail {
  border-color: var(--line-strong);
}

/* SMALL DEVICES */

@media (max-width: 420px) {
  #ixsbox-root {
    padding: 10px 4px 24px 4px;
  }

  .ui-shell {
    border-radius: 20px;
  }

  .runtime-title-large {
    font-size: 16px;
  }

  .auth-info-overlay {
    padding: 10px;
  }

  .auth-info-panel {
    max-height: calc(100dvh - 20px);
  }
}

/* BoxTime */
.runtime-boxtime-line {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: nowrap;
}

.runtime-boxtime-track {
  position: relative;
  display: inline-block;
  width: 6.25em;
  height: 0.55rem;
  overflow: hidden;
  border-radius: 999px;
  vertical-align: middle;
  background: var(--line-strong);
}

.runtime-boxtime-fill {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #22c55e;
  transform-origin: right center;
  transform: scaleX(1);
  transition: background-color 180ms linear;
  will-change: transform, background-color;
}

.runtime-boxtime-fill.is-warning {
  background:  #22c55e;
}

.runtime-boxtime-fill.is-danger {
  background: #ff0000;
}

.runtime-boxtime-rest {
  white-space: nowrap;
  color: var(--text-soft);
  font-size: 0.7em;
}



.runtime-popup-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625em;
  justify-items: center;
  margin-top: 14px;
}

.runtime-popup-actions .runtime-exit-confirm-button {
  min-width: 10em;
}
