@font-face {
    font-family: "BechtlePro";
    src: url("../fonts/WOFF2/BechtlePro.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BechtlePro";
    src: url("../fonts/WOFF2/BechtlePro-Bold.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.revspotter-shell,
.revspotter-login {
    font-family: "BechtlePro", sans-serif;
}

.revspotter-shell {
    background: #f5f7fb;
}

.revspotter-topbar {
    background: #fff;
    border-bottom: 1px solid #d9e0ea;
}

.revspotter-brand-mark {
    align-items: center;
    background: #1f5f5b;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
}

.revspotter-page-title {
    max-width: 900px;
}

.revspotter-kicker {
    color: #1f5f5b;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0 0 .25rem;
    text-transform: uppercase;
}

.revspotter-card,
.revspotter-stat,
.revspotter-filter {
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
}

.revspotter-filter {
    padding: 1rem;
}

.revspotter-stat {
    box-shadow: 0 10px 22px rgba(31, 95, 91, .06);
}

.revspotter-progress-list {
    display: grid;
    gap: .85rem;
}

.revspotter-progress-link {
    border: 1px solid transparent;
    border-radius: 8px;
    color: inherit;
    display: block;
    padding: .45rem;
    text-decoration: none;
}

.revspotter-progress-link:hover,
.revspotter-progress-link:focus-visible {
    background: #f7faf9;
    border-color: #c7d9d5;
    color: inherit;
}

.revspotter-company-row {
    cursor: pointer;
}

.revspotter-company-row:focus-visible {
    outline: 3px solid rgba(31, 95, 91, .24);
    outline-offset: -3px;
}

.revspotter-detail-tile {
    background: #f7faf9;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    min-height: 76px;
    padding: .75rem .85rem;
}

.revspotter-progress {
    background: #edf2f7;
    border-radius: 999px;
    height: .55rem;
    overflow: hidden;
}

.revspotter-progress > div {
    background: linear-gradient(90deg, #1f5f5b 0%, #4dbb8f 100%);
    height: 100%;
}

.revspotter-empty {
    align-items: center;
    color: #6f7a86;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    justify-content: center;
    text-align: center;
}

.revspotter-empty i {
    font-size: 2rem;
}

.revspotter-mapping-list {
    display: grid;
    gap: .55rem;
    max-height: 560px;
    overflow: auto;
}

.revspotter-mapping-row {
    align-items: center;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    display: flex;
    gap: .65rem;
    padding: .55rem .65rem;
}
