@font-face { font-family: "Mark"; src: url("markpro-book.otf") format("opentype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Mark"; src: url("markpro-medium.otf") format("opentype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Mark"; src: url("markpro-bold.otf") format("opentype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Mark"; src: url("markpro-heavy.otf") format("opentype"); font-weight: 800; font-display: swap; }

:root {
    --ink: #171710;
    --muted: #747268;
    --soft: #a19f95;
    --paper: #f3f2ed;
    --white: #fff;
    --line: #e5e3da;
    --line-dark: #d5d2c7;
    --accent: #7656d8;
    --accent-dark: #5639b4;
    --accent-soft: #f0ecff;
    --green: #42a86d;
    --green-soft: #eaf7ef;
    --orange: #bd702f;
    --orange-soft: #fff4e8;
    --red: #cf4e3a;
    --red-soft: #fcecea;
    --shadow: 0 15px 45px rgba(23, 23, 16, .06);
    --font: "Mark", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 15px/1.45 var(--font); -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.app-header {
    position: sticky;
    z-index: 50;
    top: 0;
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 28px;
    padding: 10px max(24px, calc((100vw - 1420px) / 2));
    border-bottom: 1px solid rgba(229, 227, 218, .9);
    background: rgba(255, 255, 255, .93);
    backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; overflow: hidden; place-items: center; border-radius: 13px; background: var(--ink); box-shadow: 0 5px 15px rgba(23,23,16,.13); }
.brand-mark img { display: block; width: 42px; height: 42px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
.brand small { margin-top: 1px; color: var(--muted); font-size: 11px; }

.view-switcher { display: flex; align-items: center; gap: 3px; padding: 4px; border-radius: 11px; background: var(--paper); }
.view-button { padding: 7px 13px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font-size: 13px; font-weight: 700; }
.view-button:hover { color: var(--ink); }
.view-button.is-active { background: var(--white); color: var(--ink); box-shadow: 0 2px 8px rgba(23,23,16,.06); }

.header-account { position: relative; display: flex; flex: 0 0 auto; align-items: center; gap: 8px; margin-left: auto; }
.header-user { display: flex; align-items: center; gap: 9px; }
.user-avatar { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); font-size: 11px; font-weight: 800; }
.user-copy strong, .user-copy small { display: block; }
.user-copy strong { max-width: 160px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.user-copy small { color: var(--muted); font-size: 10px; }
.icon-button { display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 9px; background: transparent; color: var(--muted); }
.icon-button:hover { background: var(--paper); color: var(--ink); }
.icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.app-switcher { position: static; flex: 0 0 auto; }
.app-switcher-toggle { display: grid; width: 36px; height: 36px; cursor: pointer; list-style: none; place-items: center; border: 0; border-radius: 9px; background: transparent; color: var(--muted); }
.app-switcher-toggle::-webkit-details-marker { display: none; }
.app-switcher-toggle:hover, .app-switcher[open] .app-switcher-toggle { background: var(--paper); color: var(--ink); }
.app-switcher-toggle:focus-visible { outline: 0; box-shadow: 0 0 0 3px rgba(118, 86, 216, .18); }
.app-switcher-dots { width: 18px; height: 18px; background-image: radial-gradient(circle, currentColor 1.45px, transparent 1.7px); background-position: 0 0; background-size: 6px 6px; }
.app-switcher-menu { position: absolute; z-index: 100; top: calc(100% + 12px); right: 0; width: min(312px, calc(100vw - 28px)); padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 22px 60px rgba(23,23,16,.16); }
.app-switcher-title strong, .app-switcher-title small { display: block; }
.app-switcher-title strong { font-size: 14px; font-weight: 800; }
.app-switcher-title small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.app-switcher-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 13px; }
.app-switcher-item { display: flex; min-width: 0; align-items: center; gap: 9px; padding: 9px; border-radius: 12px; color: var(--ink); font-size: 11px; font-weight: 700; text-decoration: none; }
.app-switcher-item:hover { background: var(--paper); }
.app-switcher-item.is-current { background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); }
.app-switcher-icon { display: block; width: 37px; height: 37px; flex: 0 0 auto; overflow: hidden; border-radius: 11px; }
.app-switcher-icon img { display: block; width: 100%; height: 100%; }

.app-shell { width: min(1420px, calc(100% - 48px)); margin: 0 auto; padding: 42px 0 72px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(430px, .85fr); align-items: center; gap: 60px; padding: 8px 4px 30px; }
.eyebrow, .panel-kicker { margin: 0; color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.hero-copy h1 { max-width: 760px; margin: 8px 0 10px; font-size: 38px; font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
.hero-copy > p:last-child { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.65); }
.hero-stats > div { position: relative; min-height: 100px; padding: 17px 18px; border-right: 1px solid var(--line); }
.hero-stats > div:last-child { border-right: 0; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { margin-bottom: 9px; font-size: 23px; font-weight: 800; letter-spacing: -.03em; }
.hero-stats span:last-child { color: var(--muted); font-size: 11px; line-height: 1.35; }
.verdict-summary { display: grid; grid-template-columns: auto minmax(0, 1fr); align-content: center; column-gap: 9px; }
.verdict-summary .status-dot { grid-column: 1; grid-row: 1; align-self: center; }
.verdict-summary strong { grid-column: 2; grid-row: 1; align-self: center; margin: 0; font-size: 15px; }
.verdict-summary > span:last-child { grid-column: 1 / -1; margin-top: 8px; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #c1bfb5; box-shadow: 0 0 0 4px rgba(193,191,181,.14); }
.status-dot.is-good { background: var(--green); box-shadow: 0 0 0 4px rgba(66,168,109,.13); }
.status-dot.is-warning { background: var(--orange); box-shadow: 0 0 0 4px rgba(189,112,47,.13); }
.status-dot.is-bad { background: var(--red); box-shadow: 0 0 0 4px rgba(207,78,58,.12); }

.panel { position: relative; display: grid; grid-template-columns: 62px minmax(0, 1fr); margin-bottom: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
.step-number { display: grid; align-content: start; justify-content: center; padding-top: 28px; border-right: 1px solid var(--line); color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.panel-main { min-width: 0; padding: 28px 31px 30px; }
.panel-main-wide { padding-right: 0; padding-left: 0; }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.panel-heading h2 { margin: 5px 0 0; font-size: 24px; font-weight: 800; letter-spacing: -.028em; line-height: 1.2; }
.results-heading { padding: 0 31px; }
.subtle-badge { display: inline-flex; min-height: 28px; align-items: center; padding: 5px 10px; border-radius: 999px; background: var(--paper); color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }

.drop-zone { display: grid; min-height: 154px; cursor: pointer; place-items: center; align-content: center; gap: 8px; padding: 22px; border: 1.5px dashed var(--line-dark); border-radius: 15px; background: #fbfbf9; color: var(--muted); text-align: center; transition: border-color .15s, background .15s, transform .15s; }
.drop-zone:hover, .drop-zone.is-dragging { border-color: var(--accent); background: var(--accent-soft); transform: translateY(-1px); }
.drop-zone input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.drop-zone > span { font-size: 13px; }
.drop-zone > span strong { color: var(--accent-dark); }
.drop-zone small { color: var(--soft); font-size: 10px; }
.drop-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--accent-soft); color: var(--accent-dark); }
.drop-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.source-divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: var(--soft); font-size: 10px; }
.source-divider::before, .source-divider::after { height: 1px; flex: 1; background: var(--line); content: ""; }
.field-label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 700; }
textarea, input { color: var(--ink); outline: 0; }
textarea:focus, input:focus { border-color: var(--accent) !important; box-shadow: 0 0 0 3px rgba(118,86,216,.12); }
textarea { width: 100%; min-height: 190px; resize: vertical; padding: 16px 17px; border: 1px solid var(--line-dark); border-radius: 13px; background: #fcfcfa; font: 13px/1.7 "SFMono-Regular", Consolas, monospace; }
textarea::placeholder, input::placeholder { color: #aaa89f; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 13px; }
.form-footer p { max-width: 650px; margin: 0; color: var(--muted); font-size: 11px; }

.button { display: inline-flex; min-height: 41px; align-items: center; justify-content: center; gap: 8px; padding: 9px 15px; border: 1px solid transparent; border-radius: 10px; font-size: 12px; font-weight: 800; text-decoration: none; transition: transform .15s, border-color .15s, background .15s; }
.button:hover:not(:disabled) { transform: translateY(-1px); }
.button:disabled { cursor: not-allowed; opacity: .48; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--ink); color: var(--white); box-shadow: 0 7px 18px rgba(23,23,16,.13); }
.button-primary:hover:not(:disabled) { background: #2b2b23; }
.button-secondary { border-color: var(--line-dark); background: var(--white); color: var(--ink); }
.button-secondary:hover:not(:disabled) { border-color: #bdbab0; }
.button-small { min-height: 34px; padding: 6px 11px; border-radius: 8px; font-size: 10px; }

.analysis-results { padding-top: 4px; }
.result-banner { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 18px; margin-bottom: 22px; padding: 22px 25px; border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: 17px; background: var(--white); box-shadow: var(--shadow); }
.result-banner.is-attention { border-left-color: var(--orange); }
.result-banner.is-blocked { border-left-color: var(--red); }
.result-banner-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); }
.result-banner-icon::before { content: "✓"; font-size: 20px; font-weight: 800; }
.result-banner.is-attention .result-banner-icon { background: var(--orange-soft); color: var(--orange); }
.result-banner.is-attention .result-banner-icon::before { content: "!"; }
.result-banner.is-blocked .result-banner-icon { background: var(--red-soft); color: var(--red); }
.result-banner.is-blocked .result-banner-icon::before { content: "×"; }
.result-banner h2 { margin: 4px 0 2px; font-size: 20px; letter-spacing: -.02em; }
.result-banner p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.result-counts { display: flex; gap: 7px; }
.result-counts span { padding: 7px 10px; border-radius: 9px; background: var(--paper); color: var(--muted); font-size: 10px; white-space: nowrap; }
.result-counts strong { color: var(--ink); font-size: 12px; }

.table-scroll { overflow-x: auto; }
.results-table { width: 100%; border-collapse: collapse; }
.results-table th { padding: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-align: left; text-transform: uppercase; }
.results-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.results-table th:first-child, .results-table td:first-child { padding-left: 31px; }
.results-table th:last-child, .results-table td:last-child { padding-right: 31px; }
.results-table tbody tr:last-child td { border-bottom: 0; }
.results-table tbody tr:hover { background: #fcfcfa; }
.severity-pill, .status-pill { display: inline-flex; min-height: 25px; align-items: center; gap: 6px; padding: 4px 8px; border-radius: 999px; background: var(--paper); color: var(--muted); font-size: 10px; font-weight: 800; white-space: nowrap; }
.severity-pill::before, .status-pill::before { width: 6px; height: 6px; border-radius: 50%; background: currentColor; content: ""; }
.severity-pill.error, .status-pill.error { background: var(--red-soft); color: var(--red); }
.severity-pill.warning, .status-pill.warning { background: var(--orange-soft); color: var(--orange); }
.severity-pill.info { background: var(--accent-soft); color: var(--accent-dark); }
.status-pill.success { background: var(--green-soft); color: #2d8853; }
.line-cell { width: 74px; color: var(--muted); font: 11px Consolas, monospace; }
.issue-copy { min-width: 260px; max-width: 520px; font-size: 12px; line-height: 1.5; }
.advice-cell { min-width: 260px; max-width: 520px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.code-cell { min-width: 250px; max-width: 500px; }
.code-cell code { display: block; overflow: hidden; color: var(--ink); font: 11px/1.5 Consolas, monospace; overflow-wrap: anywhere; }
.code-cell small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }
.checkable-cell { min-width: 105px; color: var(--muted); font-size: 10px; }
.checkable-cell.is-ready { color: var(--green); font-weight: 700; }
.empty-table-state { margin: 0 31px 25px; padding: 24px; border: 1px dashed #cfe4d5; border-radius: 13px; background: var(--green-soft); color: #2d7850; font-size: 12px; text-align: center; }

.live-base-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .45fr); gap: 12px; margin-bottom: 18px; }
.form-field > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 700; }
.form-field input { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid var(--line-dark); border-radius: 10px; background: #fcfcfa; font: 12px Consolas, monospace; }
.form-field small { display: block; margin-top: 5px; color: var(--soft); font-size: 9px; }
.safety-note { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 12px 14px; border: 1px solid #ddd5f6; border-radius: 11px; background: var(--accent-soft); }
.safety-note strong { color: var(--accent-dark); font-size: 11px; }
.safety-note span { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.45; }

.progress-panel { display: block; padding: 25px 28px; }
.progress-head, .progress-head > div, .progress-meta { display: flex; align-items: center; }
.progress-head { justify-content: space-between; gap: 20px; }
.progress-head > div { gap: 8px; }
.progress-head strong { font-size: 14px; }
.progress-head > span { color: var(--muted); font-size: 11px; font-weight: 700; }
.activity-pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(118,86,216,.35); } 50% { box-shadow: 0 0 0 7px rgba(118,86,216,0); } }
.progress-track { height: 7px; overflow: hidden; margin-top: 19px; border-radius: 99px; background: var(--paper); }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--accent), #a48ce8); transition: width .25s ease; }
.progress-meta { justify-content: space-between; margin-top: 8px; color: var(--muted); font-size: 10px; }
.filter-row { display: flex; gap: 4px; padding: 3px; border-radius: 9px; background: var(--paper); }
.filter-button { padding: 5px 8px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 9px; font-weight: 800; }
.filter-button.is-active { background: var(--white); color: var(--ink); box-shadow: 0 1px 5px rgba(23,23,16,.08); }
.live-url { min-width: 290px; max-width: 480px; }
.live-url strong { display: block; overflow: hidden; font: 11px/1.45 Consolas, monospace; overflow-wrap: anywhere; }
.live-url details { margin-top: 5px; }
.live-url summary { cursor: pointer; color: var(--accent-dark); font-size: 9px; font-weight: 700; }
.chain-list { display: grid; gap: 4px; margin: 7px 0 0; padding: 0; list-style: none; }
.chain-list li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 6px; color: var(--muted); font: 9px/1.35 Consolas, monospace; }
.chain-list b { color: var(--ink); }
.http-code { display: inline-flex; min-width: 43px; justify-content: center; padding: 4px 6px; border-radius: 7px; background: var(--paper); font: 11px Consolas, monospace; }
.result-cell { min-width: 190px; }
.result-cell small { display: block; max-width: 270px; margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.live-table tr[data-severity="success"].is-filtered, .live-table tr[data-severity="problem"].is-filtered { display: none; }

.toast-region { position: fixed; z-index: 150; right: 20px; bottom: 20px; display: grid; gap: 8px; width: min(360px, calc(100% - 40px)); }
.toast { padding: 13px 15px; border: 1px solid var(--line-dark); border-left: 4px solid var(--accent); border-radius: 10px; background: var(--white); box-shadow: 0 12px 35px rgba(23,23,16,.16); font-size: 11px; animation: toast-in .2s ease; }
.toast.is-error { border-left-color: var(--red); }
.toast.is-success { border-left-color: var(--green); }
@keyframes toast-in { from { transform: translateY(7px); opacity: 0; } }

body.login-body {
    --login-accent: var(--accent);
    --login-accent-soft: rgba(118, 86, 216, .14);
    --login-accent-ink: #fff;
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 24px;
    background: radial-gradient(circle at 82% 10%, var(--login-accent-soft), transparent 26rem), #f4f3ee;
}
body.login-body main.login-card { width: min(440px, 100%); margin: 0; padding: 38px 36px 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 24px 65px rgba(23,23,16,.1), inset 0 3px 0 var(--login-accent); }
body.login-body .brand { margin: 0 0 26px; }
body.login-body .brand-mark { box-shadow: 0 0 0 3px var(--login-accent-soft), 0 5px 15px rgba(23,23,16,.13); }
body.login-body .login-card h1 { margin: 0 0 6px; font-size: 26px; font-weight: 500; letter-spacing: 0; line-height: 1.2; }
body.login-body .login-lead { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.6; }
body.login-body .login-button { display: inline-flex; width: 100%; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 11px 18px; border: 0; border-radius: 10px; background: var(--login-accent); color: var(--login-accent-ink); font-size: 13px; font-weight: 800; text-decoration: none; transition: filter .15s, transform .15s; }
body.login-body .login-button:hover { filter: brightness(.96); transform: translateY(-1px); }
body.login-body .login-button:focus-visible { outline: 0; box-shadow: 0 0 0 4px var(--login-accent-soft); }
body.login-body .login-button svg { width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; stroke: none; }
body.login-body .login-hint { margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
body.login-body .login-hint strong { color: var(--ink); }
body.login-body .login-alert { margin: 0 0 20px; padding: 12px 14px; border: 1px solid #f3c4bb; border-radius: 12px; background: #fdeeea; color: #8a3a28; font-size: 13px; line-height: 1.5; }
body.login-body .login-setup { margin-top: 6px; padding: 18px 20px; border: 1px dashed var(--line-dark); border-radius: 14px; background: var(--paper); }
body.login-body .login-setup h2 { margin: 0 0 8px; font-size: 16px; }
body.login-body .login-setup p { margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.55; }
body.login-body .login-setup code { display: block; padding: 6px; border-radius: 6px; background: rgba(23,23,16,.07); font: 11px/1.4 Consolas, monospace; overflow-wrap: anywhere; }

@media (max-width: 1100px) {
    .hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-stats { max-width: 700px; }
    .result-banner { grid-template-columns: 48px minmax(0, 1fr); }
    .result-counts { grid-column: 2; }
}

@media (max-width: 760px) {
    .app-header { flex-wrap: wrap; gap: 8px 12px; padding: 9px 14px; }
    .brand > span:last-child, .user-copy { display: none; }
    .view-switcher { order: 3; width: 100%; gap: 1px; }
    .view-button { flex: 1; padding: 7px 8px; font-size: 11px; }
    .user-avatar { display: none; }
    .app-shell { width: min(100% - 24px, 1420px); padding-top: 25px; }
    .hero-grid { padding-top: 12px; }
    .hero-copy h1 { font-size: 32px; }
    .hero-stats { grid-template-columns: 1fr; }
    .hero-stats > div { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
    .hero-stats > div:last-child { border-bottom: 0; }
    .panel { grid-template-columns: 1fr; }
    .step-number { display: none; }
    .panel-main { padding: 22px 18px; }
    .results-heading { padding: 0 18px; }
    .panel-heading, .form-footer { align-items: stretch; flex-direction: column; }
    .form-footer .button { width: 100%; }
    .result-banner { grid-template-columns: 1fr; padding: 20px; }
    .result-counts { grid-column: 1; flex-wrap: wrap; }
    .live-base-row { grid-template-columns: 1fr; }
    .filter-row { align-self: flex-start; }
    .results-table th:first-child, .results-table td:first-child { padding-left: 18px; }
    .results-table th:last-child, .results-table td:last-child { padding-right: 18px; }
}

@media (max-width: 520px) {
    body.login-body { padding: 14px; }
    body.login-body main.login-card { padding: 30px 24px 26px; }
}

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