:root {
    --smnet-rt-navy: #061629;
    --smnet-rt-navy-soft: #0d233b;
    --smnet-rt-cyan: #00aeef;
    --smnet-rt-cyan-deep: #008dc3;
    --smnet-rt-surface: #f5f8fb;
    --smnet-rt-white: #ffffff;
    --smnet-rt-border: #dce7ef;
    --smnet-rt-text: #172434;
    --smnet-rt-muted: #66778a;
    --smnet-rt-success: #157a53;
    --smnet-rt-success-bg: #edf9f4;
    --smnet-rt-danger: #b4232d;
    --smnet-rt-danger-bg: #fff3f4;
    --smnet-rt-warning: #9b5a00;
    --smnet-rt-warning-bg: #fff8e8;
    --smnet-rt-shadow: 0 18px 48px rgba(6, 22, 41, .09);
}

.smnet-rt-app,
.smnet-rt-app * {
    box-sizing: border-box;
}

.smnet-rt-app {
    width: 100%;
    min-height: 720px;
    margin: 0;
    color: var(--smnet-rt-text);
    background: var(--smnet-rt-surface);
    border: 1px solid var(--smnet-rt-border);
    border-radius: 22px;
    overflow: clip;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    isolation: isolate;
}

.smnet-rt-app a {
    color: inherit;
}

.smnet-rt-app button,
.smnet-rt-app input,
.smnet-rt-app select {
    font: inherit;
}

.smnet-rt-app:fullscreen,
.smnet-rt-app:-webkit-full-screen {
    min-height: 100vh;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background: var(--smnet-rt-surface);
}

.smnet-rt-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 22px 0 24px;
}

/* Product header */
.smnet-rt-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 54px;
    margin-bottom: 18px;
}

.smnet-rt-product-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--smnet-rt-navy) !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

.smnet-rt-logo {
    display: block;
    width: 126px;
    height: auto;
}

.smnet-rt-product-brand span {
    padding-left: 14px;
    border-left: 1px solid #cbd9e4;
    white-space: nowrap;
}

.smnet-rt-product-back {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 9px;
    color: var(--smnet-rt-muted) !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
}

.smnet-rt-product-back:hover,
.smnet-rt-product-back:focus-visible {
    background: #eaf2f7;
    color: var(--smnet-rt-navy) !important;
}

/* Hero */
.smnet-rt-assessment-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
    min-height: 286px;
    padding: clamp(32px, 5vw, 58px);
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    background:
        radial-gradient(circle at 90% 20%, rgba(0, 174, 239, .18), transparent 31%),
        linear-gradient(135deg, #061629 0%, #0a2038 68%, #0b2945 100%);
    color: #fff;
}

.smnet-rt-assessment-hero::after {
    content: "";
    position: absolute;
    inset: auto -80px -150px auto;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(0, 174, 239, .28);
    border-radius: 50%;
}

.smnet-rt-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 670px;
}

.smnet-rt-eyebrow,
.smnet-rt-kicker {
    margin: 0;
    color: var(--smnet-rt-cyan);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.smnet-rt-assessment-hero h1,
.smnet-rt-completion-card h1 {
    margin: 10px 0 14px !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: clamp(32px, 5vw, 52px) !important;
    font-weight: 780 !important;
    line-height: 1.08 !important;
    letter-spacing: -.03em !important;
    text-transform: none !important;
}

.smnet-rt-assessment-hero p:not(.smnet-rt-eyebrow) {
    max-width: 620px;
    margin: 0;
    color: #b9c8d6;
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.7;
}

.smnet-rt-status-strip {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    min-width: 390px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(8px);
}

.smnet-rt-status-strip > div {
    display: grid;
    align-content: center;
    min-height: 84px;
    padding: 14px 18px;
}

.smnet-rt-status-strip > div + div {
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.smnet-rt-status-strip strong {
    color: #fff;
    font-size: 22px;
    font-weight: 850;
    line-height: 1.1;
}

.smnet-rt-status-strip span {
    margin-top: 5px;
    color: #9fb2c2;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

/* Welcome panel */
.smnet-rt-assessment-panel {
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid var(--smnet-rt-border);
    border-top: 0;
    border-radius: 0 0 22px 22px;
    background: #fff;
    box-shadow: var(--smnet-rt-shadow);
}

.smnet-rt-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

.smnet-rt-step {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: #eaf8fd;
    color: var(--smnet-rt-cyan-deep);
    font-size: 12px;
    font-weight: 900;
}

.smnet-rt-section-heading h2 {
    margin: 4px 0 0 !important;
    color: var(--smnet-rt-navy) !important;
    font-family: inherit !important;
    font-size: clamp(22px, 3vw, 30px) !important;
    font-weight: 780 !important;
    line-height: 1.2 !important;
    letter-spacing: -.015em !important;
    text-transform: none !important;
}

.smnet-rt-kicker {
    color: var(--smnet-rt-cyan-deep);
}

.smnet-rt-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr);
    gap: 20px;
    align-items: stretch;
}

.smnet-rt-guide-main {
    min-width: 0;
}

.smnet-rt-guide-intro {
    max-width: 720px;
    margin: 0 0 18px;
    color: var(--smnet-rt-muted);
    font-size: 14px;
    line-height: 1.7;
}

.smnet-rt-guide-list {
    overflow: hidden;
    border: 1px solid var(--smnet-rt-border);
    border-radius: 15px;
    background: #fff;
}

.smnet-rt-guide-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 17px 18px;
}

.smnet-rt-guide-row + .smnet-rt-guide-row {
    border-top: 1px solid #e8f0f5;
}

.smnet-rt-guide-icon,
.smnet-rt-focus-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: #eaf8fd;
    color: var(--smnet-rt-cyan-deep);
}

.smnet-rt-guide-icon svg,
.smnet-rt-focus-icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.smnet-rt-guide-row strong {
    display: block;
    margin: 1px 0 4px;
    color: var(--smnet-rt-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.smnet-rt-guide-row p {
    margin: 0;
    color: var(--smnet-rt-muted);
    font-size: 13px;
    line-height: 1.6;
}

.smnet-rt-focus-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #cfe6ef;
    border-radius: 15px;
    background: linear-gradient(180deg, #f5fbfe 0%, #eef8fc 100%);
}

.smnet-rt-focus-card::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -74px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(0, 141, 195, .12);
    border-radius: 50%;
    pointer-events: none;
}

.smnet-rt-focus-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
}

.smnet-rt-focus-kicker {
    margin: 0 0 3px;
    color: var(--smnet-rt-cyan-deep);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .13em;
}

.smnet-rt-focus-card h3 {
    margin: 0 !important;
    color: var(--smnet-rt-navy) !important;
    font-family: inherit !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

.smnet-rt-focus-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.smnet-rt-focus-list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    margin: 0 !important;
    padding: 0 !important;
}

.smnet-rt-focus-list li > span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border-radius: 50%;
    background: #dff4fb;
    color: var(--smnet-rt-cyan-deep);
    font-size: 11px;
    font-weight: 900;
}

.smnet-rt-focus-list p {
    margin: 0;
    color: #40556a;
    font-size: 12.5px;
    line-height: 1.55;
}

.smnet-rt-focus-list strong {
    color: var(--smnet-rt-navy);
    font-weight: 800;
}

.smnet-rt-focus-note {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid #cfe4ed;
}

.smnet-rt-focus-note > span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 1px solid #acd7e7;
    border-radius: 50%;
    color: var(--smnet-rt-cyan-deep);
    font-size: 11px;
    font-weight: 900;
}

.smnet-rt-focus-note p {
    margin: 0;
    color: var(--smnet-rt-muted);
    font-size: 11.5px;
    line-height: 1.55;
}

.smnet-rt-divider {
    height: 1px;
    margin: clamp(30px, 5vw, 50px) 0;
    background: var(--smnet-rt-border);
}

/* Candidate form */
.smnet-rt-form {
    margin: 0;
}

.smnet-rt-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.smnet-rt-field {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 8px;
}

.smnet-rt-field-wide {
    grid-column: span 2;
}

.smnet-rt-field > span,
.smnet-rt-number-answer > span {
    color: #344557;
    font-size: 13px;
    font-weight: 800;
}

.smnet-rt-field em {
    color: var(--smnet-rt-danger);
    font-style: normal;
}

.smnet-rt-field input,
.smnet-rt-field select,
.smnet-rt-number-answer input {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    border: 1px solid #cbd8e2 !important;
    border-radius: 10px !important;
    outline: 0 !important;
    background: #fff !important;
    color: var(--smnet-rt-text) !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    transition: border-color .16s ease, box-shadow .16s ease !important;
}

.smnet-rt-field select {
    padding-right: 38px !important;
    cursor: pointer;
}

.smnet-rt-field input::placeholder {
    color: #9aa8b6;
}

.smnet-rt-field input:focus,
.smnet-rt-field select:focus,
.smnet-rt-number-answer input:focus {
    border-color: var(--smnet-rt-cyan) !important;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, .14) !important;
}

.smnet-rt-privacy-notice {
    margin-top: 24px;
    padding: 16px 18px;
    border: 1px solid #cfe1ec;
    border-radius: 12px;
    background: #f7fbfd;
}

.smnet-rt-privacy-title-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.smnet-rt-privacy-icon {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dff5fd;
    color: var(--smnet-rt-cyan-deep);
    font-size: 14px;
    font-weight: 900;
}

.smnet-rt-privacy-notice h3 {
    margin: 1px 0 4px !important;
    color: var(--smnet-rt-navy) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

.smnet-rt-privacy-notice p {
    margin: 0;
    color: var(--smnet-rt-muted);
    font-size: 13px;
    line-height: 1.55;
}

.smnet-rt-privacy-notice details {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #dde9f0;
}

.smnet-rt-privacy-notice summary {
    width: fit-content;
    color: var(--smnet-rt-cyan-deep);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.smnet-rt-privacy-details {
    display: grid;
    gap: 8px;
    padding-top: 12px;
}

.smnet-rt-consents {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.smnet-rt-consent {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    padding: 0;
    color: #47596b;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.55;
}

.smnet-rt-consent input {
    flex: 0 0 auto;
    width: 19px !important;
    height: 19px !important;
    margin: 1px 0 0 !important;
    accent-color: var(--smnet-rt-cyan-deep);
}

.smnet-rt-consent:focus-within span {
    outline: 2px solid rgba(0, 174, 239, .35);
    outline-offset: 3px;
    border-radius: 3px;
}

.smnet-rt-form-message {
    display: none;
    margin: 0 0 12px;
    padding: 12px 14px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
}

.smnet-rt-form-message.is-error {
    display: block;
    background: var(--smnet-rt-danger-bg);
    color: var(--smnet-rt-danger);
}

/* Buttons */
.smnet-rt-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: transform .14s ease, box-shadow .14s ease, background .14s ease !important;
}

.smnet-rt-btn:hover {
    transform: translateY(-1px);
}

.smnet-rt-btn:focus-visible {
    outline: 3px solid rgba(0, 174, 239, .28) !important;
    outline-offset: 2px !important;
}

.smnet-rt-btn:disabled {
    cursor: not-allowed !important;
    opacity: .48;
    transform: none;
}

.smnet-rt-btn-primary {
    border-color: var(--smnet-rt-cyan-deep) !important;
    background: var(--smnet-rt-cyan-deep) !important;
    color: #fff !important;
    box-shadow: 0 9px 22px rgba(0, 141, 195, .19) !important;
}

.smnet-rt-btn-primary:hover {
    background: #007dab !important;
}

.smnet-rt-btn-secondary {
    border-color: #cbd9e4 !important;
    background: #fff !important;
    color: var(--smnet-rt-navy) !important;
}

.smnet-rt-btn-secondary:hover {
    background: #f3f7fa !important;
}

.smnet-rt-start-btn {
    width: 100% !important;
    min-height: 54px !important;
    margin-top: 4px !important;
}

.smnet-rt-start-btn span:last-child {
    font-size: 20px;
    line-height: 1;
}

.smnet-rt-start-note,
.smnet-rt-small,
.smnet-rt-academy-note {
    margin: 10px 0 0;
    color: var(--smnet-rt-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

/* Footer */
.smnet-rt-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 4px 0;
    color: #788999;
    font-size: 12px;
}

.smnet-rt-footer nav {
    display: flex;
    gap: 16px;
}

.smnet-rt-footer a {
    color: #5d7184 !important;
    text-decoration: none !important;
    font-weight: 700;
}

.smnet-rt-footer a:hover,
.smnet-rt-footer a:focus-visible {
    color: var(--smnet-rt-cyan-deep) !important;
    text-decoration: underline !important;
}

/* Active assessment */
.smnet-rt-app[data-state="exam"] .smnet-rt-product-header {
    display: none;
}

.smnet-rt-app[data-state="exam"] .smnet-rt-shell {
    width: min(980px, calc(100% - 30px));
    padding-top: 0;
}

.smnet-rt-exam {
    user-select: none;
    -webkit-user-select: none;
    padding-bottom: 18px;
}

.smnet-rt-exam-header {
    position: sticky;
    z-index: 80;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 80px;
    margin: 0 -1px 14px;
    padding: 12px 16px;
    border: 1px solid var(--smnet-rt-border);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 9px 28px rgba(6, 22, 41, .08);
    backdrop-filter: blur(10px);
}

.smnet-rt-exam-identity {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.smnet-rt-exam-identity .smnet-rt-logo {
    flex: 0 0 auto;
    width: 92px;
}

.smnet-rt-exam-person {
    display: grid;
    min-width: 0;
}

.smnet-rt-exam-person small {
    margin-bottom: 2px;
    color: var(--smnet-rt-cyan-deep);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.smnet-rt-exam-person strong {
    overflow: hidden;
    color: var(--smnet-rt-navy);
    font-size: 14px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smnet-rt-exam-person span {
    overflow: hidden;
    color: var(--smnet-rt-muted);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smnet-rt-exam-metrics {
    display: flex;
    align-items: center;
    gap: 12px;
}

.smnet-rt-save-state {
    display: grid;
    min-width: 120px;
    text-align: right;
}

.smnet-rt-save-state strong {
    color: var(--smnet-rt-navy);
    font-size: 12px;
}

.smnet-rt-save-state span {
    color: var(--smnet-rt-muted);
    font-size: 10px;
}

.smnet-rt-save-state.is-saving strong {
    color: var(--smnet-rt-cyan-deep);
}

.smnet-rt-timer-wrap {
    display: grid;
    min-width: 94px;
    padding: 8px 12px;
    border: 1px solid #d6e4ed;
    border-radius: 10px;
    background: #f8fbfd;
    text-align: center;
}

.smnet-rt-timer-wrap span {
    color: var(--smnet-rt-muted);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.smnet-rt-timer-wrap strong {
    color: var(--smnet-rt-navy);
    font-size: 21px;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}

.smnet-rt-timer-wrap:has(strong.is-urgent) {
    border-color: #efc4c8;
    background: var(--smnet-rt-danger-bg);
}

.smnet-rt-timer-wrap strong.is-urgent {
    color: var(--smnet-rt-danger);
}

.smnet-rt-progress-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    margin: 0 0 12px;
}

.smnet-rt-progress-track {
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #dce7ef;
}

.smnet-rt-progress-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--smnet-rt-cyan-deep);
    transition: width .2s ease;
}

.smnet-rt-progress-row > span {
    color: var(--smnet-rt-muted);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.smnet-rt-focus-warning {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    padding: 11px 14px;
    border: 1px solid #efcf91;
    border-radius: 9px;
    background: var(--smnet-rt-warning-bg);
    color: #79500d;
    font-size: 12px;
    line-height: 1.45;
}

.smnet-rt-focus-warning[hidden] {
    display: none !important;
}

.smnet-rt-focus-warning.is-danger {
    border-color: #efb6bb;
    background: var(--smnet-rt-danger-bg);
    color: var(--smnet-rt-danger);
}

.smnet-rt-focus-warning strong {
    white-space: nowrap;
}

.smnet-rt-workspace {
    overflow: hidden;
    border: 1px solid var(--smnet-rt-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--smnet-rt-shadow);
}

.smnet-rt-question-nav {
    padding: 14px 18px;
    border-bottom: 1px solid var(--smnet-rt-border);
    background: #f8fbfd;
}

.smnet-rt-question-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.smnet-rt-question-nav h3 {
    margin: 0 !important;
    color: var(--smnet-rt-navy) !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.smnet-rt-question-nav-head span {
    color: var(--smnet-rt-muted);
    font-size: 10px;
}

#smnet-rt-question-dots {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 7px;
}

.smnet-rt-question-dot {
    position: relative;
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #cbd8e2 !important;
    border-radius: 8px !important;
    background: #fff !important;
    background-image: none !important;
    color: #4c5e70 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.smnet-rt-question-dot:hover {
    border-color: #88bed6 !important;
    background: #f5fbfe !important;
}

.smnet-rt-question-dot:focus-visible {
    outline: 3px solid rgba(0, 174, 239, .2) !important;
    outline-offset: 1px !important;
}

.smnet-rt-question-dot.is-current {
    border-color: var(--smnet-rt-cyan-deep) !important;
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px var(--smnet-rt-cyan-deep) !important;
}

.smnet-rt-question-dot.is-answered {
    border-color: #a9d8ca !important;
    background: var(--smnet-rt-success-bg) !important;
    color: #175b45 !important;
}

.smnet-rt-question-dot.is-answered::after {
    content: "✓";
    position: absolute;
    top: 2px;
    right: 3px;
    color: var(--smnet-rt-success);
    font-size: 8px;
    font-weight: 900;
}

.smnet-rt-question-dot.is-current.is-answered {
    border-color: var(--smnet-rt-cyan-deep) !important;
}

.smnet-rt-question-card {
    min-height: 430px;
    padding: clamp(26px, 5vw, 48px);
    background: #fff;
}

.smnet-rt-question-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.smnet-rt-question-meta > span:first-child {
    color: var(--smnet-rt-cyan-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.smnet-rt-question-meta > span:last-child {
    color: var(--smnet-rt-muted);
    font-size: 11px;
    font-weight: 700;
}

.smnet-rt-question-card h2 {
    max-width: 820px;
    margin: 0 0 26px !important;
    color: var(--smnet-rt-navy) !important;
    font-family: inherit !important;
    font-size: clamp(21px, 3vw, 29px) !important;
    font-weight: 760 !important;
    line-height: 1.42 !important;
    letter-spacing: -.012em !important;
    text-transform: none !important;
}

.smnet-rt-options {
    display: grid;
    gap: 11px;
}

.smnet-rt-option {
    display: grid;
    grid-template-columns: auto 38px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 10px 14px;
    border: 1px solid #d5e0e8;
    border-radius: 11px;
    background: #fff;
    cursor: pointer;
    transition: border-color .14s ease, background .14s ease, box-shadow .14s ease;
}

.smnet-rt-option:hover {
    border-color: #9ccde0;
    background: #f9fdff;
}

.smnet-rt-option:focus-within {
    border-color: var(--smnet-rt-cyan);
    box-shadow: 0 0 0 3px rgba(0, 174, 239, .12);
}

.smnet-rt-option:has(input:checked) {
    border-color: var(--smnet-rt-cyan-deep);
    background: #f1faff;
    box-shadow: inset 3px 0 0 var(--smnet-rt-cyan-deep);
}

.smnet-rt-option input {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    accent-color: var(--smnet-rt-cyan-deep);
}

.smnet-rt-option-label {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #edf4f8;
    color: #3f6075;
    font-size: 13px;
    font-weight: 900;
}

.smnet-rt-option:has(input:checked) .smnet-rt-option-label {
    background: var(--smnet-rt-cyan-deep);
    color: #fff;
}

.smnet-rt-option-text {
    color: #304052;
    font-size: 15px;
    line-height: 1.5;
}

.smnet-rt-number-answer {
    display: block;
    max-width: 430px;
    margin: 4px 0 0;
}

.smnet-rt-number-answer > div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.smnet-rt-number-answer input {
    max-width: 240px;
    font-size: 21px !important;
    font-weight: 850 !important;
    text-align: center;
}

.smnet-rt-number-answer em {
    color: var(--smnet-rt-muted);
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
}

.smnet-rt-hint {
    margin: 9px 0 0;
    color: var(--smnet-rt-muted);
    font-size: 12px;
}

.smnet-rt-exam-actions {
    position: sticky;
    z-index: 50;
    bottom: max(0px, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 16px calc(13px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--smnet-rt-border);
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(9px);
}

.smnet-rt-exam-actions .smnet-rt-btn {
    width: auto !important;
}

#smnet-rt-submit {
    margin-left: auto !important;
}

/* Runtime messages */
.smnet-rt-toast {
    position: fixed;
    z-index: 999999;
    right: 20px;
    bottom: calc(20px + env(safe-area-inset-bottom));
    max-width: min(420px, calc(100vw - 30px));
    padding: 13px 16px;
    border-radius: 10px;
    background: var(--smnet-rt-navy);
    color: #fff;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
    font-size: 12px;
    line-height: 1.5;
    transition: opacity .18s ease, transform .18s ease;
}

.smnet-rt-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.smnet-rt-toast.is-danger {
    background: #8d232c;
}

.smnet-rt-loading {
    min-height: 390px;
    padding: 70px 20px;
    text-align: center;
}

.smnet-rt-loading span {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 3px solid #d9e7ef;
    border-top-color: var(--smnet-rt-cyan-deep);
    border-radius: 50%;
    animation: smnet-rt-spin .8s linear infinite;
}

.smnet-rt-loading h2 {
    margin: 18px 0 5px !important;
    color: var(--smnet-rt-navy) !important;
    font-family: inherit !important;
    font-size: 20px !important;
}

.smnet-rt-loading p {
    margin: 0;
    color: var(--smnet-rt-muted);
    font-size: 13px;
}

@keyframes smnet-rt-spin {
    to { transform: rotate(360deg); }
}

/* Completion */
.smnet-rt-app[data-state="thanks"] {
    min-height: 680px;
}

.smnet-rt-app[data-state="thanks"] #smnet-rt-stage {
    display: grid !important;
    place-items: center;
    min-height: 560px;
}

.smnet-rt-completion-card,
.smnet-rt-thanks {
    width: min(820px, 100%);
    margin: 0 auto;
    padding: clamp(30px, 5vw, 52px);
    border: 1px solid var(--smnet-rt-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--smnet-rt-shadow);
    text-align: center;
}

.smnet-rt-success-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: var(--smnet-rt-success-bg);
    color: var(--smnet-rt-success);
    font-size: 27px;
    font-weight: 900;
}

.smnet-rt-completion-card .smnet-rt-eyebrow,
.smnet-rt-thanks .smnet-rt-eyebrow {
    text-align: center;
}

.smnet-rt-completion-card h1,
.smnet-rt-thanks h2 {
    margin: 8px 0 12px !important;
    color: var(--smnet-rt-navy) !important;
    font-family: inherit !important;
    font-size: clamp(28px, 4vw, 38px) !important;
    font-weight: 790 !important;
    line-height: 1.15 !important;
}

.smnet-rt-completion-lead,
.smnet-rt-thanks .smnet-rt-lead {
    max-width: 650px;
    margin: 0 auto 24px;
    color: var(--smnet-rt-muted);
    font-size: 15px;
    line-height: 1.65;
}

.smnet-rt-completion-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0;
    overflow: hidden;
    border: 1px solid var(--smnet-rt-border);
    border-radius: 12px;
    text-align: left;
}

.smnet-rt-completion-meta > div {
    display: grid;
    gap: 4px;
    min-height: 76px;
    padding: 15px 18px;
    background: #fbfdff;
}

.smnet-rt-completion-meta > div:nth-child(even) {
    border-left: 1px solid var(--smnet-rt-border);
}

.smnet-rt-completion-meta > div:nth-child(n+3) {
    border-top: 1px solid var(--smnet-rt-border);
}

.smnet-rt-completion-meta span,
.smnet-rt-submission-code span,
.smnet-rt-result-preview span {
    color: var(--smnet-rt-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.smnet-rt-completion-meta strong {
    color: var(--smnet-rt-navy);
    font-size: 14px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.smnet-rt-review-note {
    padding: 15px 18px;
    border-left: 3px solid var(--smnet-rt-cyan-deep);
    border-radius: 7px;
    background: #f3f9fc;
    text-align: left;
}

.smnet-rt-review-note strong {
    display: block;
    color: var(--smnet-rt-navy);
    font-size: 13px;
    font-weight: 850;
}

.smnet-rt-review-note p {
    margin: 4px 0 0;
    color: var(--smnet-rt-muted);
    font-size: 12px;
    line-height: 1.55;
}

.smnet-rt-completion-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.smnet-rt-submission-code,
.smnet-rt-result-preview {
    display: inline-grid;
    gap: 4px;
    min-width: 240px;
    margin: 10px auto;
    padding: 14px 20px;
    border: 1px solid var(--smnet-rt-border);
    border-radius: 10px;
    background: #f8fbfd;
}

.smnet-rt-submission-code strong,
.smnet-rt-result-preview strong {
    color: var(--smnet-rt-navy);
    font-size: 22px;
}

.smnet-rt-result-preview em {
    color: var(--smnet-rt-muted);
    font-size: 11px;
    font-style: normal;
}

.smnet-rt-notice {
    margin: 15px 0;
    padding: 11px 13px;
    border-radius: 8px;
    background: var(--smnet-rt-warning-bg);
    color: #79500d;
    font-size: 12px;
}

.smnet-rt-notice-danger {
    background: var(--smnet-rt-danger-bg);
    color: var(--smnet-rt-danger);
}

.smnet-rt-completion-fallback {
    display: grid;
    place-items: center;
    min-height: 100vh;
    width: min(860px, calc(100% - 28px));
    margin: 0 auto;
    padding: 26px 0;
}

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

/* Tablet */
@media (max-width: 980px) {
    .smnet-rt-assessment-hero {
        grid-template-columns: 1fr;
        align-items: start;
        min-height: 0;
    }

    .smnet-rt-status-strip {
        width: 100%;
        min-width: 0;
    }

    .smnet-rt-guide-layout {
        grid-template-columns: 1fr;
    }

    .smnet-rt-focus-card {
        padding: 19px;
    }
}

/* Mobile */
@media (max-width: 680px) {
    .smnet-rt-app {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .smnet-rt-shell,
    .smnet-rt-app[data-state="exam"] .smnet-rt-shell {
        width: 100%;
        padding: 0;
    }

    .smnet-rt-product-header {
        min-height: 60px;
        margin: 0;
        padding: 10px 14px;
        border-bottom: 1px solid var(--smnet-rt-border);
        background: #fff;
    }

    .smnet-rt-product-brand {
        gap: 9px;
        font-size: 10px;
    }

    .smnet-rt-logo {
        width: 92px;
    }

    .smnet-rt-product-brand span {
        padding-left: 9px;
    }

    .smnet-rt-product-back {
        min-height: 36px;
        padding: 7px 8px;
        font-size: 11px;
    }

    .smnet-rt-assessment-hero {
        padding: 30px 18px 24px;
        border-radius: 0;
    }

    .smnet-rt-assessment-hero h1 {
        font-size: 34px !important;
    }

    .smnet-rt-status-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .smnet-rt-status-strip > div {
        min-height: 72px;
        padding: 11px 9px;
    }

    .smnet-rt-status-strip strong {
        font-size: 18px;
    }

    .smnet-rt-status-strip span {
        font-size: 9px;
    }

    .smnet-rt-assessment-panel {
        padding: 28px 18px 34px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .smnet-rt-section-heading {
        gap: 11px;
    }

    .smnet-rt-step {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .smnet-rt-guide-layout {
        gap: 14px;
    }

    .smnet-rt-guide-intro {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .smnet-rt-guide-row {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 11px;
        padding: 15px 14px;
    }

    .smnet-rt-guide-icon,
    .smnet-rt-focus-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .smnet-rt-guide-icon svg,
    .smnet-rt-focus-icon svg {
        width: 19px;
        height: 19px;
    }

    .smnet-rt-guide-row strong {
        font-size: 13px;
    }

    .smnet-rt-guide-row p {
        font-size: 12px;
    }

    .smnet-rt-focus-card {
        padding: 16px;
    }

    .smnet-rt-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .smnet-rt-field-wide {
        grid-column: auto;
    }

    .smnet-rt-footer {
        flex-direction: column;
        gap: 8px;
        padding: 16px 14px 20px;
        text-align: center;
    }

    .smnet-rt-exam-header {
        min-height: 70px;
        margin: 0 0 10px;
        padding: 9px 10px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .smnet-rt-exam-identity .smnet-rt-logo {
        width: 70px;
    }

    .smnet-rt-exam-person small {
        display: none;
    }

    .smnet-rt-exam-person strong {
        max-width: 145px;
        font-size: 12px;
    }

    .smnet-rt-exam-person span {
        max-width: 145px;
        font-size: 9px;
    }

    .smnet-rt-save-state {
        display: none;
    }

    .smnet-rt-timer-wrap {
        min-width: 78px;
        padding: 7px 8px;
    }

    .smnet-rt-timer-wrap strong {
        font-size: 18px;
    }

    .smnet-rt-progress-row {
        padding: 0 12px;
    }

    .smnet-rt-focus-warning {
        margin: 0 12px 10px;
    }

    .smnet-rt-workspace {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .smnet-rt-question-nav {
        padding: 11px 12px;
    }

    .smnet-rt-question-nav-head {
        margin-bottom: 8px;
    }

    #smnet-rt-question-dots {
        grid-template-columns: repeat(10, 36px);
        overflow-x: auto;
        padding: 2px 1px 5px;
        scrollbar-width: thin;
    }

    .smnet-rt-question-dot {
        min-height: 38px !important;
    }

    .smnet-rt-question-card {
        min-height: 0;
        padding: 24px 16px 30px;
    }

    .smnet-rt-question-card h2 {
        font-size: 21px !important;
        line-height: 1.4 !important;
    }

    .smnet-rt-option {
        grid-template-columns: auto 34px 1fr;
        min-height: 60px;
        gap: 9px;
        padding: 10px 11px;
    }

    .smnet-rt-option-label {
        width: 32px;
        height: 32px;
    }

    .smnet-rt-option-text {
        font-size: 14px;
    }

    .smnet-rt-exam-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    }

    .smnet-rt-exam-actions .smnet-rt-btn {
        width: 100% !important;
        min-height: 46px !important;
        padding: 10px 9px !important;
        font-size: 12px !important;
    }

    #smnet-rt-submit {
        grid-column: span 2;
        margin-left: 0 !important;
    }

    .smnet-rt-completion-card,
    .smnet-rt-thanks {
        width: calc(100% - 24px);
        padding: 28px 18px;
    }

    .smnet-rt-completion-meta {
        grid-template-columns: 1fr;
    }

    .smnet-rt-completion-meta > div:nth-child(even) {
        border-left: 0;
    }

    .smnet-rt-completion-meta > div + div {
        border-top: 1px solid var(--smnet-rt-border);
    }

    .smnet-rt-completion-actions {
        flex-direction: column;
    }

    .smnet-rt-completion-actions .smnet-rt-btn {
        width: 100% !important;
    }
}

/* --------------------------------------------------------------------------
   v1.3.3 Visual refinement
   -------------------------------------------------------------------------- */
body.smnet-rt-standalone,
body.smnet-rt-dedicated-page.smnet-rt-standalone {
    margin: 0 !important;
    background: var(--smnet-rt-surface) !important;
}

body.smnet-rt-standalone .smnet-rt-page-root {
    width: 100%;
    min-height: 100vh;
    padding: 28px 0 36px;
}

body.smnet-rt-standalone .smnet-rt-app {
    min-height: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.smnet-rt-shell {
    width: min(1080px, calc(100% - 40px));
    padding: 0;
}

.smnet-rt-product-header {
    min-height: 48px;
    margin-bottom: 14px;
    padding: 0 2px;
}

.smnet-rt-logo {
    width: 114px;
}

.smnet-rt-product-brand {
    gap: 12px;
    font-size: 12.5px;
    letter-spacing: .025em;
}

.smnet-rt-product-brand span {
    padding-left: 12px;
}

.smnet-rt-product-back {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 12.5px;
}

.smnet-rt-assessment-hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 370px);
    align-items: center;
    gap: 34px;
    min-height: 252px;
    padding: 40px 44px;
    border-radius: 18px 18px 0 0;
}

.smnet-rt-hero-copy {
    max-width: 570px;
}

.smnet-rt-assessment-hero h1,
.smnet-rt-completion-card h1 {
    max-width: 570px;
    margin: 9px 0 12px !important;
    font-size: clamp(34px, 4.1vw, 46px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.035em !important;
}

.smnet-rt-assessment-hero p:not(.smnet-rt-eyebrow) {
    max-width: 540px;
    font-size: clamp(14px, 1.7vw, 16.5px);
    line-height: 1.58;
}

.smnet-rt-status-strip {
    width: 100%;
    min-width: 0;
    border-radius: 12px;
}

.smnet-rt-status-strip > div {
    min-height: 76px;
    padding: 13px 16px;
}

.smnet-rt-status-strip strong {
    font-size: 21px;
}

.smnet-rt-status-strip span {
    margin-top: 4px;
    font-size: 10.5px;
}

.smnet-rt-assessment-panel {
    padding: 38px 44px 44px;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 14px 36px rgba(6, 22, 41, .065);
}

.smnet-rt-section-heading {
    gap: 14px;
    margin-bottom: 18px;
}

.smnet-rt-step {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 11px;
}

.smnet-rt-section-heading h2 {
    margin-top: 3px !important;
    font-size: clamp(22px, 2.6vw, 28px) !important;
    line-height: 1.16 !important;
}

.smnet-rt-guide-layout {
    display: block;
}

.smnet-rt-guide-intro {
    max-width: 760px;
    margin: 0 0 14px;
    font-size: 13.5px;
    line-height: 1.65;
}

.smnet-rt-guide-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.smnet-rt-guide-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-content: start;
    min-height: 138px;
    padding: 16px;
    border: 1px solid var(--smnet-rt-border);
    border-radius: 12px;
    background: #fbfdff;
}

.smnet-rt-guide-row + .smnet-rt-guide-row {
    border-top: 1px solid var(--smnet-rt-border);
}

.smnet-rt-guide-icon,
.smnet-rt-focus-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
}

.smnet-rt-guide-icon svg,
.smnet-rt-focus-icon svg {
    width: 19px;
    height: 19px;
}

.smnet-rt-guide-row strong {
    margin-top: 0;
    font-size: 13.5px;
}

.smnet-rt-guide-row p {
    font-size: 12px;
    line-height: 1.55;
}

.smnet-rt-focus-card {
    display: grid;
    grid-template-columns: minmax(190px, .75fr) minmax(0, 2.25fr);
    gap: 12px 22px;
    align-items: center;
    margin-top: 14px;
    padding: 15px 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f7fcfe 0%, #f1f9fc 100%);
}

.smnet-rt-focus-head {
    align-items: center;
    margin: 0;
}

.smnet-rt-focus-kicker {
    margin-bottom: 3px;
    font-size: 8.5px;
}

.smnet-rt-focus-card h3 {
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.smnet-rt-focus-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.smnet-rt-focus-list li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
}

.smnet-rt-focus-list p {
    font-size: 11.5px;
    line-height: 1.5;
}

.smnet-rt-focus-note {
    grid-column: 1 / -1;
    margin-top: 0;
    padding-top: 11px;
}

.smnet-rt-focus-note p {
    font-size: 11px;
}

.smnet-rt-divider {
    margin: 36px 0;
}

.smnet-rt-grid {
    gap: 16px;
}

.smnet-rt-field {
    gap: 7px;
}

.smnet-rt-field input,
.smnet-rt-field select,
.smnet-rt-number-answer input {
    height: 50px !important;
    min-height: 50px !important;
    padding: 11px 14px !important;
    border-radius: 9px !important;
    font-size: 14.5px !important;
}

.smnet-rt-field select {
    appearance: none !important;
    -webkit-appearance: none !important;
    padding-right: 42px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2366778a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 13px center !important;
    background-size: 18px 18px !important;
}

.smnet-rt-field input[type="number"] {
    -moz-appearance: textfield;
}

.smnet-rt-field input[type="number"]::-webkit-outer-spin-button,
.smnet-rt-field input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.smnet-rt-privacy-notice {
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 11px;
}

.smnet-rt-privacy-icon {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    font-size: 13px;
}

.smnet-rt-privacy-notice h3 {
    font-size: 14px !important;
}

.smnet-rt-privacy-notice p,
.smnet-rt-consent {
    font-size: 12.5px;
}

.smnet-rt-privacy-notice details {
    margin-top: 10px;
    padding-top: 10px;
}

.smnet-rt-consents {
    gap: 9px;
    margin: 16px 0;
}

.smnet-rt-start-btn {
    min-height: 52px !important;
}

.smnet-rt-footer {
    padding-top: 16px;
}

@media (max-width: 980px) {
    body.smnet-rt-standalone .smnet-rt-page-root {
        padding-top: 20px;
    }

    .smnet-rt-assessment-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        padding: 36px;
    }

    .smnet-rt-hero-copy {
        max-width: 680px;
    }

    .smnet-rt-status-strip {
        max-width: 620px;
    }

    .smnet-rt-guide-list {
        grid-template-columns: 1fr;
    }

    .smnet-rt-guide-row {
        min-height: 0;
    }

    .smnet-rt-focus-card {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .smnet-rt-focus-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    body.smnet-rt-standalone .smnet-rt-page-root {
        padding: 0;
    }

    .smnet-rt-shell {
        width: 100%;
    }

    .smnet-rt-product-header {
        min-height: 58px;
        padding: 9px 14px;
    }

    .smnet-rt-assessment-hero {
        padding: 28px 18px 24px;
    }

    .smnet-rt-assessment-hero h1 {
        max-width: 430px;
        font-size: 33px !important;
    }

    .smnet-rt-assessment-panel {
        padding: 26px 18px 32px;
    }

    .smnet-rt-section-heading {
        margin-bottom: 16px;
    }

    .smnet-rt-guide-list {
        gap: 9px;
    }

    .smnet-rt-guide-row {
        padding: 14px;
    }

    .smnet-rt-focus-card {
        margin-top: 10px;
        padding: 14px;
    }

    .smnet-rt-focus-list {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .smnet-rt-divider {
        margin: 30px 0;
    }

    .smnet-rt-field input,
    .smnet-rt-field select,
    .smnet-rt-number-answer input {
        height: 50px !important;
        min-height: 50px !important;
    }
}
