.btn-radius {
    border-radius: 0.5rem;
}

.admin-sidebar {
    width: 16rem;
    overflow: hidden;
    transition: width 200ms ease;
}

.admin-sidebar.is-collapsed {
    width: 5rem;
}

.admin-sidebar-brand {
    display: flex;
    height: 4rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    background: #0b1f4a;
}

.admin-sidebar.is-collapsed .admin-sidebar-brand {
    padding: 0.65rem 0.75rem;
}

.admin-sidebar-logo {
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #ffffff;
    padding: 0.4rem 0.65rem;
}

.admin-sidebar.is-collapsed .admin-sidebar-logo {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.35rem;
}

.admin-sidebar-logo-mark,
.admin-sidebar-logo-wordmark {
    display: block;
    object-fit: contain;
}

.admin-sidebar-logo-mark {
    height: 100%;
    width: 100%;
}

.admin-sidebar-logo-wordmark {
    height: 2.15rem;
    width: auto;
    max-width: 100%;
}

.admin-sidebar-nav {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.5rem 0.75rem 1.25rem;
}

.admin-sidebar.is-collapsed .admin-sidebar-nav {
    padding: 0.4rem 0.45rem 1rem;
}

.admin-sidebar-group + .admin-sidebar-group {
    margin-top: 1.5rem;
}

.admin-sidebar.is-collapsed .admin-sidebar-group + .admin-sidebar-group {
    margin-top: 0.15rem;
}

.admin-sidebar-group-title {
    margin-top: 0.25rem;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(241, 90, 36, 0.9);
}

.admin-sidebar.is-collapsed .admin-sidebar-group-title {
    display: none !important;
}

.admin-sidebar-list {
    margin-top: 0.5rem;
}

.admin-sidebar.is-collapsed .admin-sidebar-list {
    margin-top: 0;
}

.admin-sidebar-list > li + li {
    margin-top: 0.25rem;
}

.admin-sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.5rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    transition: background-color 150ms ease, color 150ms ease;
}

.admin-sidebar-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.admin-sidebar-link.is-active {
    background: #f15a24;
    color: #ffffff;
    font-weight: 600;
}

.admin-sidebar.is-collapsed .admin-sidebar-link {
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-inline: auto;
    padding: 0;
    gap: 0;
}

.admin-sidebar.is-collapsed .admin-sidebar-label {
    display: none !important;
}

.toast-stack {
    position: fixed;
    right: 1.25rem;
    top: 1.25rem;
    z-index: 80;
    display: flex;
    width: min(24rem, calc(100vw - 2rem));
    flex-direction: column;
    gap: 0.75rem;
}

.toast-card {
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(11, 31, 74, 0.16);
    overflow: hidden;
}

.toast-card.is-success {
    border-left: 4px solid #f15a24;
}

.toast-card.is-danger {
    border-left: 4px solid #b42318;
}

.glightbox-clean .gslide-description {
    background: transparent;
}

.confirm-overlay {
    background: rgba(11, 31, 74, 0.56);
}

.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.icon-btn {
    min-width: 36px;
    min-height: 36px;
}

.hero-slider {
    position: relative;
    min-height: 36rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero-slider {
        min-height: 44rem;
    }
}

.hero-slider-slide {
    position: absolute;
    inset: 0;
    min-height: 36rem;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    transform: translateY(-50%);
}

.slider-arrow-prev {
    left: 1rem;
    right: auto;
}

.slider-arrow-next {
    right: 1rem;
    left: auto;
}

.slider-arrow-btn {
    display: flex;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.story-slider {
    container-type: inline-size;
    overflow: hidden;
    width: 100%;
}

.story-slider-track {
    display: flex;
    will-change: transform;
}

.story-slider-track.is-animating {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.story-slider-slide {
    box-sizing: border-box;
    flex: 0 0 100cqi;
    width: 100cqi;
    max-width: 100cqi;
    min-width: 100cqi;
}

@media (prefers-reduced-motion: reduce) {
    .story-slider-track.is-animating {
        transition-duration: 0.01ms;
    }
}

.stat-card {
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    border: 1px solid #e4e0da;
    background: #ffffff;
    padding: 1.25rem;
    box-shadow: 0 1px 2px rgba(11, 31, 74, 0.04);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.stat-card:hover {
    border-color: #f15a24;
    box-shadow: 0 10px 24px rgba(11, 31, 74, 0.08);
    transform: translateY(-2px);
}

.stat-card-icon {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: rgba(11, 31, 74, 0.08);
    color: #0b1f4a;
    transition: background-color 180ms ease, color 180ms ease;
}

.stat-card:hover .stat-card-icon {
    background: rgba(241, 90, 36, 0.12);
    color: #f15a24;
}

.stat-card-label {
    margin-top: 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #5c6570;
}

.stat-card-value {
    margin-top: 0.25rem;
    font-family: 'Source Serif 4', ui-serif, Georgia, serif;
    font-size: 1.875rem;
    line-height: 1.15;
    color: #0b1f4a;
}

.stat-card-hint {
    margin-top: auto;
    padding-top: 0.85rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #f15a24;
}

.status-card {
    border-radius: 0.5rem;
    border: 1px solid #e4e0da;
    border-left-width: 4px;
    background: #ffffff;
    padding: 1.1rem 1.15rem;
}

.status-card.is-info {
    border-left-color: #0b1f4a;
}

.status-card.is-warning {
    border-left-color: #c47b17;
}

.status-card.is-success {
    border-left-color: #f15a24;
}

.status-card.is-danger {
    border-left-color: #b42318;
}

.status-card.is-muted {
    border-left-color: #5c6570;
}

.status-card-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #5c6570;
}

.status-card-value {
    margin-top: 0.35rem;
    font-family: 'Source Serif 4', ui-serif, Georgia, serif;
    font-size: 1.5rem;
    color: #0b1f4a;
}

.eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #f15a24;
}

html[lang="en"] .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.field-kicker {
    font-size: 0.75rem;
    color: #5c6570;
}

html[lang="en"] .field-kicker {
    text-transform: uppercase;
}

html[lang="en"] .locale-caps {
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.public-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .public-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .public-footer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
