@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-Italic.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: "BechtlePro";
    src: url("../fonts/WOFF2/BechtlePro-LightItalic.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    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;
}

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

.leasehub-shell {
    background: #f5f7fb;
}

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

.leasehub-brand-mark {
    align-items: center;
    background: #143d59;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    height: 40px;
    justify-content: center;
    letter-spacing: 0;
    width: 40px;
}

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

.leasehub-page-title {
    max-width: 860px;
}

.leasehub-stat {
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    background: #fff;
}

.leasehub-dashboard-link {
    color: inherit;
    display: block;
    text-decoration: none;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.leasehub-dashboard-link:hover,
.leasehub-dashboard-link:focus-visible {
    border-color: #9bb1c5;
    box-shadow: 0 10px 24px rgba(20, 61, 89, .12);
    color: inherit;
    outline: none;
    transform: translateY(-1px);
}

.leasehub-status {
    border-radius: 999px;
    display: inline-flex;
    font-size: .8125rem;
    font-weight: 700;
    padding: .25rem .6rem;
}

.leasehub-status-open {
    background: #fff3cd;
    color: #664d03;
}

.leasehub-status-active {
    background: #d1e7dd;
    color: #0f5132;
}

.leasehub-status-muted {
    background: #e9ecef;
    color: #495057;
}

.leasehub-card {
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
}

.leasehub-click-row {
    cursor: pointer;
}

.leasehub-click-row:focus {
    outline: 2px solid #143d59;
    outline-offset: -2px;
}

.leasehub-login {
    background: linear-gradient(135deg, #eef4f8 0%, #f7f9fc 55%, #eef1f5 100%);
    min-height: 100vh;
}

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

.leasehub-bars {
    align-items: end;
    display: grid;
    gap: .9rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 220px;
}

.leasehub-bar-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
    padding: .25rem;
    border-radius: 8px;
}

.leasehub-bar-track {
    align-items: end;
    background: #edf2f7;
    border-radius: 8px 8px 4px 4px;
    display: flex;
    height: 150px;
    overflow: hidden;
    width: 100%;
}

.leasehub-bar-fill {
    background: linear-gradient(180deg, #3fbf7f 0%, #143d59 100%);
    border-radius: 8px 8px 0 0;
    min-height: 4px;
    width: 100%;
}

.leasehub-bar-value {
    font-size: .9rem;
    font-weight: 700;
}

.leasehub-bar-label {
    color: #6f7a86;
    font-size: .76rem;
    white-space: nowrap;
}

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

.leasehub-progress-link {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: .45rem;
}

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

.leasehub-progress > div {
    background: #143d59;
    border-radius: inherit;
    height: 100%;
    min-width: 3px;
}

.leasehub-donut {
    align-items: center;
    aspect-ratio: 1;
    background:
        radial-gradient(circle at center, #fff 0 54%, transparent 55%),
        conic-gradient(#3fbf7f calc(var(--percent) * 1%), #edf2f7 0);
    border-radius: 50%;
    color: #143d59;
    display: inline-flex;
    flex: 0 0 112px;
    font-weight: 800;
    justify-content: center;
    width: 112px;
}

.leasehub-evidence-link {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: .5rem;
}

.leasehub-quota-list {
    display: grid;
    gap: .85rem;
}

.leasehub-quota-row {
    border: 1px solid #e3e9f1;
    border-radius: 8px;
    padding: .75rem;
}

.leasehub-filter-strip {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .65rem .8rem;
}

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

.leasehub-empty-state i {
    font-size: 1.75rem;
}
