:root {
    --bg: #080c16;
    --surface: #0e1525;
    --surface-raised: #131d31;
    --surface-soft: #18233a;
    --border: #26334c;
    --border-strong: #3c4d6d;
    --text: #f4f7fb;
    --text-soft: #b7c2d5;
    --muted: #7f8ba3;
    --primary: #9298ff;
    --primary-strong: #b7baff;
    --cyan: #49d8dc;
    --success: #56d69a;
    --warning: #f7c66b;
    --danger: #ff7c8b;
    --radius-lg: 18px;
    --radius-md: 12px;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color-scheme: dark;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-width: 320px; background: var(--bg); }
body { margin: 0; min-height: 100vh; color: var(--text); background: radial-gradient(circle at 82% -12%, rgba(87, 94, 205, .16), transparent 34rem), var(--bg); }
button, input { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .45; }
a { color: inherit; }
button, a, input, label { -webkit-tap-highlight-color: transparent; }
button, a { transition: color .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease, transform .18s ease; }
:focus-visible { outline: 3px solid rgba(146, 152, 255, .52); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.topbar { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(18px, 3vw, 44px); border-bottom: 1px solid rgba(78, 94, 124, .38); background: rgba(8, 12, 22, .86); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #4b57a0; border-radius: 10px; color: var(--primary-strong); background: #151c3d; }
.brand-mark svg { width: 25px; height: 25px; }
.brand > span:last-child { display: grid; line-height: 1.05; }
.brand strong { font-size: 14px; letter-spacing: .13em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.topbar-actions { display: flex; align-items: center; gap: 22px; }
.protocol-badge, .hero-badges span, .active-count { border: 1px solid var(--border); border-radius: 999px; padding: 6px 10px; color: var(--text-soft); background: rgba(20, 29, 48, .72); font-size: 10px; font-weight: 700; letter-spacing: .025em; }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--text-soft); font-size: 13px; text-decoration: none; }
.text-link:hover { color: var(--text); }
.text-link svg { width: 18px; }

.verify-shell { width: min(100%, 1600px); margin: 0 auto; padding: 36px clamp(18px, 3vw, 46px) 64px; }
.hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.eyebrow, .step-number { margin: 0 0 7px; color: var(--primary-strong); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.045em; }
.hero p:last-child { max-width: 760px; margin: 13px 0 0; color: var(--text-soft); font-size: 13px; line-height: 1.65; }
.hero-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.hero-badges span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }

.source-card, .ctm-panel, .comparison-section { border: 1px solid var(--border); border-radius: var(--radius-lg); background: rgba(14, 21, 37, .84); box-shadow: 0 22px 60px rgba(0, 0, 0, .2); }
.source-card { padding: 18px; }
.source-heading, .comparison-heading, .ctm-summary, .filter-card-head, .asr-config-head, .column-status-row, .transcript-heading, .run-settings, .stream-progress > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
h2, h3, p { overflow-wrap: anywhere; }
h2 { margin: 0; font-size: 21px; letter-spacing: -.03em; }
.session-state, .target-status { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; font-size: 10px; font-weight: 750; }
.session-state { padding: 7px 11px; border: 1px solid var(--border); color: var(--muted); background: var(--surface); }
.session-state i, .target-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.session-state.running { color: var(--cyan); }
.session-state.completed { color: var(--success); }
.session-state.warning { color: var(--warning); }
.session-state.error, .session-state.stopped { color: var(--danger); }
.session-state.running i { animation: pulse 1.3s ease-in-out infinite; }

.source-grid { display: grid; grid-template-columns: minmax(280px, 1.05fr) minmax(340px, 1.35fr) minmax(250px, .72fr); gap: 14px; margin-top: 19px; }
.upload-zone-wrap, .filter-card, .run-card { min-width: 0; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(10, 16, 30, .74); }
.upload-zone-wrap { padding: 13px; }
.dropzone { min-height: 106px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; padding: 14px; border: 1px dashed var(--border-strong); border-radius: 10px; background: rgba(19, 29, 49, .58); cursor: pointer; }
.dropzone:hover, .dropzone.is-dragging { border-color: var(--primary); background: rgba(68, 74, 146, .18); }
.dropzone.has-file { border-style: solid; border-color: #3b7568; }
.dropzone-icon, .filter-icon { display: grid; place-items: center; color: var(--primary-strong); border-radius: 10px; background: #20294c; }
.dropzone-icon { width: 42px; height: 42px; }
.dropzone-icon svg, .filter-icon svg { width: 22px; }
.dropzone-copy { display: grid; min-width: 0; }
.dropzone-copy strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.dropzone-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.browse-button { padding: 8px 10px; border: 1px solid var(--border-strong); border-radius: 8px; color: var(--text-soft); font-size: 10px; font-weight: 750; }
.audio-preview { margin-top: 11px; }
.audio-preview audio { width: 100%; height: 34px; }
.audio-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 9px 0 0; }
.audio-meta div { padding: 7px 8px; border: 1px solid var(--border); border-radius: 7px; background: var(--surface); }
.audio-meta dt { color: var(--muted); font-size: 8px; }
.audio-meta dd { margin: 3px 0 0; color: var(--text-soft); font-size: 10px; font-weight: 750; }

.filter-card { padding: 16px; }
.filter-card-head > div { display: flex; align-items: center; gap: 11px; }
.filter-icon { width: 38px; height: 38px; }
.filter-card-head strong, .filter-card-head small { display: block; }
.filter-card-head strong { font-size: 12px; }
.filter-card-head small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.switch-label { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.switch-label input { position: absolute; opacity: 0; pointer-events: none; }
.switch { width: 31px; height: 18px; padding: 2px; display: flex; align-items: center; border-radius: 999px; background: #384156; }
.switch::after { content: ""; width: 14px; height: 14px; border-radius: 50%; background: #b8c0cf; transition: transform .18s ease, background-color .18s ease; }
.switch-label input:checked + .switch { background: #5a64cf; }
.switch-label input:checked + .switch::after { transform: translateX(13px); background: white; }
.switch-label input:focus-visible + .switch { outline: 3px solid rgba(146, 152, 255, .52); outline-offset: 3px; }
.filter-fields { display: grid; grid-template-columns: minmax(0, 1fr) 128px; gap: 10px; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--border); }
.filter-fields.is-disabled { opacity: .35; }
.wide-field { grid-column: 1 / -1; }
.filter-fields label, .endpoint-fields label { display: grid; gap: 6px; }
.filter-fields label > span:first-child, .endpoint-fields label > span, .run-settings label { color: var(--text-soft); font-size: 9px; font-weight: 700; }
.endpoint-fields em { color: var(--muted); font-style: normal; font-weight: 450; }
input[type="text"], input[type="password"], input[type="number"] { width: 100%; height: 38px; border: 1px solid var(--border); border-radius: 8px; padding: 0 11px; color: var(--text); background: #090f1c; font-size: 11px; }
input::placeholder { color: #566179; }
input:hover { border-color: var(--border-strong); }
input:focus { border-color: var(--primary); outline: 0; box-shadow: 0 0 0 3px rgba(146, 152, 255, .12); }
.number-input { min-width: 104px; display: flex; align-items: center; border: 1px solid var(--border); border-radius: 8px; background: #090f1c; }
.number-input input { height: 36px; border: 0; background: transparent; box-shadow: none; }
.number-input small { padding-right: 9px; color: var(--muted); font-size: 9px; }

.run-card { display: flex; flex-direction: column; padding: 16px; }
.run-settings { margin-bottom: 10px; }
.run-card p { margin: 0 0 14px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.run-card .button { margin-top: auto; }
.alert { margin-bottom: 12px; padding: 10px 11px; border: 1px solid rgba(255, 124, 139, .48); border-radius: 8px; color: #ffc0c7; background: rgba(119, 38, 50, .2); font-size: 10px; line-height: 1.45; }
.button { width: 100%; min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 9px; font-size: 11px; font-weight: 800; }
.button svg { width: 17px; }
.button-primary { color: #090d18; background: var(--primary-strong); }
.button-primary:hover { background: #c8caff; transform: translateY(-1px); }
.button-danger { color: #ffd9dd; border-color: rgba(255, 124, 139, .45); background: rgba(108, 37, 47, .42); }

.pipeline { display: grid; grid-template-columns: auto minmax(30px, 1fr) auto minmax(30px, 1fr) auto; align-items: center; gap: 10px; margin-top: 15px; padding: 13px 15px; border: 1px solid var(--border); border-radius: 10px; background: #0a111f; }
.pipeline > i { height: 1px; background: var(--border-strong); }
.pipeline-step { display: flex; align-items: center; gap: 9px; color: var(--muted); }
.pipeline-step > span { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--border-strong); border-radius: 50%; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.pipeline-step strong, .pipeline-step small { display: block; }
.pipeline-step strong { font-size: 10px; }
.pipeline-step small { margin-top: 2px; font-size: 8px; }
.pipeline-step.active { color: var(--cyan); }
.pipeline-step.done { color: var(--success); }
.pipeline-step.error { color: var(--danger); }
.pipeline-step.active > span { animation: pulse 1.3s ease-in-out infinite; }
.pipeline p { grid-column: 1 / -1; margin: 2px 0 0; padding-top: 9px; border-top: 1px solid var(--border); color: var(--text-soft); font-size: 10px; }

.ctm-panel { margin-top: 14px; padding: 15px 18px; }
.ctm-summary > div > p:last-child { margin: 7px 0 0; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.ctm-summary dl { display: grid; grid-template-columns: repeat(3, minmax(84px, 1fr)); gap: 8px; margin: 0; }
.ctm-summary dl div { padding: 8px 11px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.ctm-summary dt { color: var(--muted); font-size: 8px; }
.ctm-summary dd { margin: 4px 0 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 800; }
.ctm-details { margin-top: 11px; border-top: 1px solid var(--border); }
.ctm-details summary { padding-top: 11px; color: var(--text-soft); font-size: 9px; font-weight: 750; cursor: pointer; }
.ctm-details summary:hover { color: var(--text); }
.ctm-segments { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 9px; margin: 11px 0 0; padding: 0; list-style: none; }
.ctm-segments li { padding: 11px 12px; border: 1px solid #315661; border-radius: 9px; background: rgba(34, 76, 82, .16); }
.ctm-segments li div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ctm-segments li strong { color: var(--cyan); font-size: 9px; letter-spacing: .08em; }
.ctm-segments li time { color: var(--text-soft); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.ctm-segments li p { margin: 7px 0 0; color: var(--text-soft); font-size: 10px; line-height: 1.45; }

.comparison-section { margin-top: 14px; padding: 17px; }
.comparison-actions { display: flex; align-items: center; gap: 9px; }
.active-count { color: var(--cyan); }
.display-toolbar { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; padding: 6px 8px 6px 11px; border: 1px solid var(--border); border-radius: 10px; background: #0a111f; }
.window-picker { display: flex; align-items: center; gap: 4px; }
.window-picker > span { margin-right: 6px; color: var(--text-soft); font-size: 9px; font-weight: 700; }
.window-picker button { width: 31px; height: 27px; border: 1px solid transparent; border-radius: 7px; color: var(--muted); background: transparent; font-size: 10px; font-weight: 800; }
.window-picker button:hover:not(:disabled) { color: var(--text); background: var(--surface-soft); }
.window-picker button.is-active { color: #0b1020; border-color: var(--primary-strong); background: var(--primary-strong); }
.diff-legend { display: inline-flex; align-items: center; gap: 7px; color: var(--text-soft); font-size: 9px; white-space: nowrap; }
.diff-legend i { width: 13px; height: 13px; border: 1px solid #c78f34; border-radius: 3px; background: rgba(247, 198, 107, .26); box-shadow: inset 0 -2px 0 #f7c66b; }
.icon-button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 9px; color: var(--text-soft); background: var(--surface); }
.icon-button:hover:not(:disabled) { color: var(--text); border-color: var(--border-strong); background: var(--surface-raised); }
.icon-button svg { width: 17px; }
.stream-progress { margin-top: 16px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; background: #0a111f; }
.stream-progress > div:first-child { color: var(--text-soft); font-size: 10px; }
.stream-progress strong { color: var(--text); }
.progress-track { height: 5px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: #202b3f; }
.progress-track span { width: 0; height: 100%; display: block; border-radius: inherit; background: var(--primary); transition: width .2s linear; }

.asr-columns { display: grid; gap: 12px; margin-top: 12px; align-items: stretch; }
.asr-columns[data-window-count="1"] { grid-template-columns: minmax(0, 1fr); }
.asr-columns[data-window-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.asr-columns[data-window-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.asr-column { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: #0b1220; transition: border-color .18s ease, opacity .18s ease; }
.asr-column.is-enabled { border-color: #455786; background: #0e1728; }
.asr-config { padding: 12px 14px; border-bottom: 1px solid var(--border); background: rgba(21, 30, 51, .72); }
.asr-number { display: flex; align-items: center; gap: 10px; }
.asr-number > span { color: var(--primary-strong); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 20px; font-weight: 800; }
.asr-number small, .asr-number strong { display: block; }
.asr-number small { color: var(--muted); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.asr-number strong { margin-top: 3px; font-size: 12px; }
.endpoint-fields { display: grid; gap: 8px; margin-top: 10px; }
.asr-columns[data-window-count="1"] .endpoint-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.asr-columns[data-window-count="2"] .endpoint-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.asr-columns[data-window-count="2"] .endpoint-fields label:last-child { grid-column: 1 / -1; }
.asr-column:not(.is-enabled) .endpoint-fields { opacity: .35; }
.column-status-row { min-height: 39px; padding: 0 13px; border-bottom: 1px solid var(--border); color: var(--text-soft); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.target-status { padding: 5px 8px; color: var(--muted); background: var(--surface-soft); letter-spacing: 0; text-transform: none; }
.target-status.connected, .target-status.streaming { color: var(--cyan); }
.target-status.completed { color: var(--success); }
.target-status.error, .target-status.stopped { color: var(--danger); }
.target-status.connecting i, .target-status.streaming i { animation: pulse 1.3s ease-in-out infinite; }
.target-status b { font-weight: 750; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; border-bottom: 1px solid var(--border); background: var(--border); }
.metrics div { min-width: 0; padding: 8px 11px; background: var(--surface); }
.metrics dt { color: var(--muted); font-size: 8px; white-space: nowrap; }
.metrics dd { margin: 5px 0 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 800; }
.partial-block, .final-block { padding: 11px 13px; }
.partial-block { min-height: 65px; border-bottom: 1px solid var(--border); background: rgba(23, 32, 53, .42); }
.transcript-heading { color: var(--text-soft); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.transcript-heading small { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; font-weight: 500; text-transform: none; }
.partial-text { margin: 7px 0 0; min-height: 18px; color: #dbe2ee; font-size: 11px; line-height: 1.45; }
.partial-text.muted { color: #6f7b92; font-style: italic; }
.final-block { min-height: 270px; flex: 1; }
.final-list { display: grid; gap: 11px; margin: 13px 0 0; padding: 0; list-style: none; }
.segment-result { min-height: 140px; overflow: hidden; border: 1px solid var(--border); border-radius: 9px; color: var(--text); background: #111a2c; font-size: 11px; line-height: 1.5; transition: border-color .18s ease, background-color .18s ease; }
.segment-result.is-streaming { border-color: #3b6875; }
.segment-result.is-completed { border-color: #315d53; }
.segment-result.is-error { border-color: rgba(255, 124, 139, .55); }
.segment-result.has-difference { border-color: rgba(247, 198, 107, .5); }
.segment-result-head, .segment-result-foot { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 7px 9px; }
.segment-result-head { border-bottom: 1px solid var(--border); background: rgba(22, 33, 55, .8); }
.segment-result-head strong { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .07em; }
.segment-result-head time { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; white-space: nowrap; }
.segment-head-actions { display: flex; align-items: center; gap: 7px; }
.segment-play-button { width: 27px; height: 27px; display: grid; place-items: center; flex: none; border: 1px solid var(--border-strong); border-radius: 7px; padding: 0 0 0 2px; color: var(--primary-strong); background: #18223a; font-size: 9px; line-height: 1; }
.segment-play-button:hover { color: white; border-color: var(--primary); background: #252f5a; }
.segment-play-button.is-playing { padding-left: 0; color: #08151a; border-color: var(--cyan); background: var(--cyan); font-size: 7px; }
.segment-vad { display: flex; gap: 7px; margin: 0; padding: 6px 9px; border-bottom: 1px solid rgba(38, 51, 76, .7); color: var(--muted); font-size: 8px; line-height: 1.4; }
.segment-vad span { flex: none; color: var(--primary-strong); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.segment-transcript { min-height: 48px; margin: 0; padding: 9px; color: #e8edf6; font-size: 11px; line-height: 1.55; }
.segment-transcript.muted { color: var(--muted); font-style: italic; }
.segment-transcript.is-partial { color: #d9e6f2; }
.diff-token { margin: 0; padding: 1px 3px 2px; border-radius: 3px; color: #fff5d8; background: rgba(247, 198, 107, .24); box-shadow: inset 0 -2px 0 #f7c66b; text-decoration: none; }
.segment-result-foot { border-top: 1px solid var(--border); color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; }
.segment-result-status { color: var(--muted); font-family: Inter, ui-sans-serif, sans-serif; font-weight: 750; }
.segment-result.is-streaming .segment-result-status { color: var(--cyan); }
.segment-result.is-completed .segment-result-status { color: var(--success); }
.segment-result.is-error .segment-result-status { color: var(--danger); }
.final-placeholder { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.target-error { margin: 0; padding: 11px 16px; border-top: 1px solid rgba(255, 124, 139, .3); color: #ffc0c7; background: rgba(119, 38, 50, .18); font-size: 10px; line-height: 1.5; }

@keyframes pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

@media (max-width: 1160px) {
    .source-grid { grid-template-columns: 1fr 1fr; }
    .run-card { grid-column: 1 / -1; }
    .run-card .button { width: 260px; margin-left: auto; }
}

@media (max-width: 980px) {
    .asr-columns[data-window-count="1"],
    .asr-columns[data-window-count="2"],
    .asr-columns[data-window-count="3"] { grid-template-columns: 1fr; }
    .asr-column { min-height: auto; }
    .final-block { min-height: 180px; }
}

@media (max-width: 720px) {
    .topbar { padding: 0 16px; }
    .protocol-badge { display: none; }
    .verify-shell { padding: 25px 14px 42px; }
    .hero { display: block; }
    .hero h1 { font-size: 29px; }
    .hero-badges { justify-content: flex-start; margin-top: 17px; }
    .source-card, .ctm-panel, .comparison-section { padding: 16px; border-radius: 14px; }
    .source-heading, .comparison-heading, .ctm-summary { align-items: flex-start; }
    .source-grid { grid-template-columns: 1fr; }
    .run-card { grid-column: auto; }
    .run-card .button { width: 100%; margin-left: 0; }
    .dropzone { grid-template-columns: 42px 1fr; }
    .browse-button { display: none; }
    .filter-fields { grid-template-columns: 1fr; }
    .wide-field { grid-column: auto; }
    .pipeline { grid-template-columns: 1fr; }
    .pipeline > i { width: 1px; height: 14px; margin-left: 13px; }
    .ctm-summary { display: block; }
    .ctm-summary dl { margin-top: 14px; }
    .ctm-segments { grid-template-columns: 1fr; }
    .comparison-actions { align-items: flex-end; }
    .display-toolbar { align-items: flex-start; flex-direction: column; }
    .asr-columns[data-window-count] .endpoint-fields { grid-template-columns: 1fr; }
    .asr-columns[data-window-count="2"] .endpoint-fields label:last-child { grid-column: auto; }
    .segment-result-head { align-items: flex-start; }
    .segment-head-actions { align-items: flex-end; flex-direction: column-reverse; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
