.unsa-edt {
    --edt-navy: #071a36;
    --edt-blue: #086fa8;
    --edt-cyan: #08a4dc;
    --edt-pale: #eff8fc;
    --edt-border: #d7e5ed;
    --edt-muted: #52677e;
    --edt-green: #087a52;
    --edt-orange: #a9500c;
    --edt-red: #b42318;
    color: var(--edt-navy);
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    max-width: 1120px;
    margin: 0 auto;
    overflow-wrap: anywhere;
}

.unsa-edt *, .unsa-edt *::before, .unsa-edt *::after { box-sizing: border-box; }
.unsa-edt [hidden] { display: none !important; }
.unsa-edt__hero { max-width: 820px; margin-bottom: 24px; }
.unsa-edt__hero h1 { margin: 5px 0 12px; color: var(--edt-navy); font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.02; letter-spacing: -.045em; }
.unsa-edt__hero p:last-child { margin: 0; color: var(--edt-muted); font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.65; }
.unsa-edt__eyebrow { margin: 0; color: var(--edt-blue); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.unsa-edt__notice { display: flex; gap: 14px; align-items: flex-start; margin: 0 0 18px; padding: 16px 18px; border: 1px solid #bce4f5; border-radius: 16px; background: var(--edt-pale); }
.unsa-edt__notice svg { flex: 0 0 24px; width: 24px; stroke: var(--edt-blue); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.unsa-edt__notice div { display: grid; gap: 3px; }
.unsa-edt__notice span { color: var(--edt-muted); font-size: .9rem; line-height: 1.5; }
.unsa-edt__status { margin: 0 0 16px; padding: 13px 16px; border-radius: 12px; background: #fff5f4; color: var(--edt-red); font-weight: 700; }
.unsa-edt__status[data-kind="success"] { background: #eaf8f1; color: var(--edt-green); }
.unsa-edt__status[data-kind="info"] { background: var(--edt-pale); color: var(--edt-blue); }

.unsa-edt__card, .unsa-edt__results { margin: 18px 0; padding: clamp(20px, 4vw, 34px); border: 1px solid var(--edt-border); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(7, 26, 54, .08); }
.unsa-edt__step { display: flex; gap: 13px; align-items: center; margin-bottom: 22px; }
.unsa-edt__step > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--edt-navy); color: #fff; font-weight: 800; }
.unsa-edt__step div { display: grid; gap: 2px; }
.unsa-edt__step strong { font-size: 1.12rem; }
.unsa-edt__step small { color: var(--edt-muted); }
.unsa-edt label:not(.unsa-edt__drop) { display: block; margin-bottom: 7px; font-size: .88rem; font-weight: 800; }
.unsa-edt__field-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.unsa-edt input[type="email"], .unsa-edt input[type="text"] { min-width: 0; height: 50px; padding: 0 15px; border: 1px solid #b9cbd7; border-radius: 12px; background: #fff; color: var(--edt-navy); font: inherit; font-size: 1rem; }
.unsa-edt input:focus-visible, .unsa-edt button:focus-visible, .unsa-edt__drop:focus-within { outline: 3px solid rgba(8, 164, 220, .28); outline-offset: 2px; }
.unsa-edt__button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 0; border-radius: 12px; background: var(--edt-blue); color: #fff !important; font: inherit; font-weight: 800; cursor: pointer; transition: transform .16s ease, background .16s ease; }
.unsa-edt__button:hover { background: #055c8e; transform: translateY(-1px); }
.unsa-edt__button:disabled { background: #9eb3c0; cursor: not-allowed; transform: none; }
.unsa-edt__button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.unsa-edt__button--wide { width: 100%; margin-top: 14px; }
.unsa-edt__link { margin-top: 12px; padding: 5px 0; border: 0; background: transparent; color: var(--edt-blue); font: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.unsa-edt__drop { display: grid; place-items: center; min-height: 220px; padding: 30px; border: 2px dashed #9cc6da; border-radius: 18px; background: #f8fcfe; text-align: center; cursor: pointer; transition: border-color .16s ease, background .16s ease; }
.unsa-edt__drop:hover, .unsa-edt__drop.is-dragging { border-color: var(--edt-cyan); background: #edf9fe; }
.unsa-edt__drop svg { width: 38px; margin-bottom: 12px; fill: none; stroke: var(--edt-blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.unsa-edt__drop strong { font-size: 1.05rem; }
.unsa-edt__drop span { margin-top: 5px; color: var(--edt-muted); font-size: .9rem; }
.unsa-edt__drop input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }

.unsa-edt__results-head { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; margin-bottom: 24px; }
.unsa-edt__results h2 { margin: 4px 0 5px; font-size: clamp(1.6rem, 4vw, 2.35rem); letter-spacing: -.03em; }
.unsa-edt__results h3 { margin: 30px 0 13px; font-size: 1.22rem; }
.unsa-edt__results-head p:last-child { margin: 0; color: var(--edt-muted); }
.unsa-edt__button--pdf { flex: 0 0 auto; }
.unsa-edt__metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.unsa-edt__metric { padding: 15px; border-radius: 14px; background: #f4f8fa; }
.unsa-edt__metric span { display: block; color: var(--edt-muted); font-size: .77rem; font-weight: 700; }
.unsa-edt__metric strong { display: block; margin-top: 3px; font-size: 1.45rem; }
.unsa-edt__metric--alert strong { color: var(--edt-red); }
.unsa-edt__metric--warning strong { color: var(--edt-orange); }
.unsa-edt__metric--ok strong { color: var(--edt-green); }
.unsa-edt__source { margin-top: 20px; padding: 16px 18px; border-left: 4px solid var(--edt-cyan); border-radius: 0 12px 12px 0; background: var(--edt-pale); }
.unsa-edt__source p { margin: 4px 0 0; color: var(--edt-muted); line-height: 1.55; }
.unsa-edt__actions { margin: 0; padding-left: 24px; }
.unsa-edt__actions li { padding: 4px 0 4px 6px; line-height: 1.55; }
.unsa-edt__controls { display: grid; gap: 9px; }
.unsa-edt__control { overflow: hidden; border: 1px solid var(--edt-border); border-radius: 14px; background: #fff; }
.unsa-edt__control summary { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 11px; align-items: center; min-height: 58px; padding: 11px 15px; list-style: none; cursor: pointer; }
.unsa-edt__control summary::-webkit-details-marker { display: none; }
.unsa-edt__control summary::after { content: "+"; color: var(--edt-muted); font-size: 1.35rem; }
.unsa-edt__control[open] summary::after { content: "−"; }
.unsa-edt__control-title { font-weight: 750; line-height: 1.35; }
.unsa-edt__badge { display: inline-flex; align-items: center; min-height: 28px; padding: 3px 9px; border-radius: 999px; background: #edf1f4; color: #44596c; font-size: .7rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.unsa-edt__badge--alert { background: #fff0ef; color: var(--edt-red); }
.unsa-edt__badge--warning { background: #fff4e8; color: var(--edt-orange); }
.unsa-edt__badge--ok { background: #eaf8f1; color: var(--edt-green); }
.unsa-edt__control-body { display: grid; gap: 8px; padding: 0 15px 15px 54px; color: var(--edt-muted); }
.unsa-edt__control-body p { margin: 0; line-height: 1.55; }
.unsa-edt__control-body strong { color: var(--edt-navy); }

@media (max-width: 760px) {
    .unsa-edt__field-row { grid-template-columns: 1fr; }
    .unsa-edt__results-head { display: grid; }
    .unsa-edt__button--pdf { width: 100%; }
    .unsa-edt__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .unsa-edt__control summary { grid-template-columns: auto minmax(0, 1fr); }
    .unsa-edt__control summary::after { display: none; }
    .unsa-edt__badge { grid-row: 2; grid-column: 2; justify-self: start; }
    .unsa-edt__control-body { padding-left: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    .unsa-edt__button, .unsa-edt__drop { transition: none; }
}
