/* ============================================================
   NICE REPORT LANDING PAGE
   Clean stylesheet for the current Blade markup.
   Unused legacy report-demo and ApexCharts selectors removed.
   ============================================================ */

.nl-report-landing {
    --nr-primary: #a94f00;
    --nr-primary-dark: #7a3500;
    --nr-primary-soft: #fff3e7;
    --nr-primary-rgb: 169, 79, 0;
    --nr-primary-accent: #f28c28;
    --nr-primary-accent-dark: #d96f0b;
    --nr-primary-accent-rgb: 242, 140, 40;
    --nr-blue: #087cc1;
    --nr-blue-dark: #05679f;
    --nr-blue-soft: #e9f5fc;
    --nr-green: #13774e;
    --nr-green-soft: #e9f8f1;
    --nr-red: #a92f40;
    --nr-red-soft: #fcecef;
    --nr-orange: #f28c28;
    --nr-orange-soft: #fff3e7;
    --nr-purple: #6655c7;
    --nr-purple-soft: #f0edff;
    --nr-dark: #0f1729;
    --nr-mid: #334155;
    --nr-soft: #52606d;
    --nr-muted: #5f6b78;
    --nr-line: rgba(var(--nr-primary-rgb), .16);
    --nr-line-strong: rgba(var(--nr-primary-rgb), .3);
    --nr-bg: #ffffff;
    --nr-bg-soft: #fffaf5;
    --nr-radius: 1.25rem;
    --nr-radius-sm: .85rem;
    --nr-shadow: 0 4px 24px rgba(15, 23, 41, .07);
    --nr-shadow-lg: 0 18px 55px rgba(15, 23, 41, .11);
    color: var(--nr-mid);
}

.nl-report-landing *,
.nl-report-landing *::before,
.nl-report-landing *::after {
    box-sizing: border-box;
}

.nl-report-landing section {
    padding: 4rem 0;
}

.nl-report-landing button,
.nl-report-landing input,
.nl-report-landing select {
    font: inherit;
}

.nl-report-alt {
    background: var(--nr-bg-soft);
}

.nl-report-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #94a3b8 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: .09;
}

.nl-report-core,
.nl-report-export-section {
    position: relative;
    overflow: hidden;
}

.nl-report-core {
    background: linear-gradient(145deg, #f6fbfd 0%, #ffffff 48%, #f8faff 100%);
}

.nl-report-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .32rem .82rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(31, 95, 115, .19);
    border-radius: 100px;
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .055em;
    line-height: 1;
    text-transform: uppercase;
}

.nl-report-heading {
    margin: 0 0 .9rem;
    color: var(--nr-dark);
    font-size: clamp(1.7rem, 3.4vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.18;
}

.nl-report-heading span {
    color: var(--nr-primary);
}

.nl-report-sub {
    max-width: 590px;
    margin: 0;
    color: var(--nr-soft);
    font-size: 1rem;
    line-height: 1.75;
}

.nl-report-sub--center {
    margin-inline: auto;
}

.nl-report-splash {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 !important;
    background: #f8faff;
}

.nl-report-splash__canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.nl-report-splash__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
            circle,
            #94a3b8 1px,
            transparent 1px
        );
    background-size: 32px 32px;
    opacity: .16;
}

.nl-report-splash__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    opacity: .52;
}

.nl-report-splash__blob--1 {
    top: -170px;
    right: -110px;
    width: 520px;
    height: 520px;
    background: radial-gradient(
            circle,
            #bfdbfe 0%,
            transparent 70%
        );
}

.nl-report-splash__blob--2 {
    bottom: -170px;
    left: -90px;
    width: 420px;
    height: 420px;
    background: radial-gradient(
            circle,
            #fde68a 0%,
            transparent 70%
        );
}

.nl-report-splash__blob--3 {
    top: 28%;
    left: 43%;
    width: 280px;
    height: 280px;
    background: radial-gradient(
            circle,
            #c7d2fe 0%,
            transparent 70%
        );
    opacity: .32;
}

.nl-report-splash__inner {
    position: relative;
    z-index: 1;
}

.nl-report-splash__badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .38rem .92rem .38rem .58rem;
    border: 1px solid rgba(var(--nr-primary-rgb), .3);
    border-radius: 999px;
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .025em;
}

.nl-report-splash__badge > span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--nr-primary);
}

.nl-report-splash__heading {
    margin: 0;
    color: var(--nr-dark);
    font-size: clamp(2.25rem, 5.4vw, 3.65rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.nl-report-splash__heading span {
    position: relative;
    display: inline-block;
    color: var(--nr-primary);
}

.nl-report-splash__heading span::after {
    content: "";
    position: absolute;
    right: 3%;
    bottom: -7px;
    left: 3%;
    height: 4px;
    border-radius: 999px;
    background: #374c50;
}

.nl-report-splash__sub {
    max-width: 750px;
    margin: 0;
    color: var(--nr-soft);
    font-size: 1.05rem;
    line-height: 1.78;
}

.nl-report-splash__status-visual {
    position: relative;
    width: fit-content;
    min-width: 390px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: .7rem;
    border: 1px solid rgba(31, 95, 115, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 14px 38px rgba(15, 23, 41, .08);
    backdrop-filter: blur(10px);
}

.nl-report-splash__status-line {
    position: absolute;
    top: 50%;
    right: 3.2rem;
    left: 3.2rem;
    height: 2px;
    overflow: hidden;
    background: linear-gradient(
            90deg,
            rgba(24, 166, 106, .2),
            rgba(148, 163, 184, .22),
            rgba(198, 61, 79, .2)
        );
    transform: translateY(-50%);
}

.nl-report-splash__status-line span {
    position: absolute;
    top: 0;
    left: -45%;
    width: 38%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(31, 95, 115, .7),
            transparent
        );
    animation: nl-report-status-line-move
        3.2s
        ease-in-out
        infinite;
}

.nl-report-splash__status-pill {
    position: relative;
    z-index: 2;
    min-width: 160px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .65rem 1rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #ffffff;
    font-size: .78rem;
    font-weight: 750;
    line-height: 1;
    box-shadow: 0 7px 20px rgba(15, 23, 41, .07);
}

.nl-report-splash__status-pill > .bi {
    font-size: .9rem;
}

.nl-report-splash__status-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    display: inline-block;
    border-radius: 50%;
}

.nl-report-splash__status-pill--active {
    border-color: rgba(24, 166, 106, .18);
    color: #13774e;
}

.nl-report-splash__status-pill--active
.nl-report-splash__status-dot {
    background: var(--nr-green);
    box-shadow: 0 0 0 0 rgba(24, 166, 106, .35);
    animation: nl-report-active-pulse
        2s
        ease-out
        infinite;
}

.nl-report-splash__status-pill--active > .bi {
    color: var(--nr-green);
}

.nl-report-splash__status-pill--suspended {
    border-color: rgba(198, 61, 79, .17);
    color: #aa3041;
}

.nl-report-splash__status-pill--suspended
.nl-report-splash__status-dot {
    background: var(--nr-red);
    animation: nl-report-suspended-fade
        2.4s
        ease-in-out
        infinite;
}

.nl-report-splash__status-pill--suspended > .bi {
    color: var(--nr-red);
}

.nl-report-splash__purchase {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: .7rem .75rem .7rem 1rem;
    margin-inline: auto;
    border: 1px solid rgba(31, 95, 115, .14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 10px 28px rgba(15, 23, 41, .06);
    backdrop-filter: blur(8px);
}

.nl-report-splash__price {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    border-right: 1px solid var(--nr-line);
}

.nl-report-splash__price-label {
    margin-bottom: .18rem;
    color: var(--nr-soft);
    font-size: .62rem;
    font-weight: 650;
    line-height: 1;
}

.nl-report-splash__price-value {
    display: flex;
    align-items: baseline;
    gap: .18rem;
    color: var(--nr-dark);
}

.nl-report-splash__price-currency {
    color: var(--nr-primary);
    font-size: .85rem;
    font-weight: 800;
}

.nl-report-splash__price-value strong {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;
}

.nl-report-splash__price-code {
    color: var(--nr-soft);
    font-size: .62rem;
    font-weight: 700;
}

@keyframes nl-report-status-line-move {
    0% {
            left: -45%;
            opacity: 0;
        }

        20% {
            opacity: 1;
        }

        80% {
            opacity: 1;
        }

        100% {
            left: 110%;
            opacity: 0;
        }
}

@keyframes nl-report-active-pulse {
    0% {
            box-shadow:
                0 0 0 0 rgba(24, 166, 106, .34);
        }

        65% {
            box-shadow:
                0 0 0 7px rgba(24, 166, 106, 0);
        }

        100% {
            box-shadow:
                0 0 0 0 rgba(24, 166, 106, 0);
        }
}

@keyframes nl-report-suspended-fade {
    0%,
        100% {
            opacity: 1;
        }

        50% {
            opacity: .48;
        }
}

@media (max-width: 991.98px) {
    .nl-report-splash {
        padding: 4rem 0 !important;
    }
}

@media (max-width: 767.98px) {
    .nl-report-splash {
        padding: 3.5rem 0 !important;
    }

    .nl-report-splash__heading br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .nl-report-splash__heading {
        font-size: clamp(2rem, 10vw, 2.6rem);
    }

    .nl-report-splash__sub {
        font-size: .96rem;
    }

    .nl-report-splash__status-visual {
        width: 100%;
        min-width: 0;
        flex-direction: column;
        gap: .65rem;
        padding: .8rem;
        border-radius: 1rem;
    }

    .nl-report-splash__status-line {
        top: 3.1rem;
        bottom: 3.1rem;
        left: 50%;
        width: 2px;
        height: auto;
        transform: translateX(-50%);
    }

    .nl-report-splash__status-line span {
        top: -45%;
        left: 0;
        width: 100%;
        height: 38%;
        background: linear-gradient(
                    180deg,
                    transparent,
                    rgba(31, 95, 115, .7),
                    transparent
                );
        animation: nl-report-status-line-move-mobile
                3.2s
                ease-in-out
                infinite;
    }

    .nl-report-splash__status-pill {
        width: 100%;
        min-width: 0;
    }

    .nl-report-splash__purchase {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        padding: 1rem;
    }

    .nl-report-splash__price {
        align-items: center;
        padding-right: 0;
        padding-bottom: .8rem;
        border-right: 0;
        border-bottom: 1px solid var(--nr-line);
        text-align: center;
    }

    .nl-report-splash__purchase .nl-btn {
        width: 100%;
        justify-content: center;
    }
}

@keyframes nl-report-status-line-move-mobile {
    0% {
            top: -45%;
            opacity: 0;
        }

        20% {
            opacity: 1;
        }

        80% {
            opacity: 1;
        }

        100% {
            top: 110%;
            opacity: 0;
        }
}

[dir="rtl"] .nl-report-splash__price {
    padding-right: 0;
    padding-left: 1rem;
    border-right: 0;
    border-left: 1px solid var(--nr-line);
}

@media (max-width: 575.98px) {
    [dir="rtl"] .nl-report-splash__price {
        padding-left: 0;
        border-left: 0;
        border-bottom: 1px solid var(--nr-line);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nl-report-splash__status-line span,
    .nl-report-splash__status-dot {
        animation: none;
    }
}

.nl-report-feature-card {
    position: relative;
    padding: 1.35rem;
    overflow: hidden;
    border: 1.5px solid var(--nr-line);
    border-radius: 1rem;
    background: #fff;
    box-shadow: var(--nr-shadow);
    transition: transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.nl-report-feature-card::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -42px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 95, 115, .09), transparent 70%);
}

.nl-report-feature-card__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .9rem;
    border-radius: .8rem;
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
    font-size: 1rem;
}

.nl-report-feature-card h3 {
    margin: 0 0 .45rem;
    color: var(--nr-dark);
    font-size: .97rem;
    font-weight: 750;
}

.nl-report-feature-card p {
    margin: 0;
    color: var(--nr-soft);
    font-size: .84rem;
    line-height: 1.65;
}

.nl-report-ui-btn {
    min-height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .5rem .82rem;
    border: 1px solid #cfd8e3;
    border-radius: .45rem;
    background: #fff;
    color: var(--nr-mid);
    font-size: .78rem;
    font-weight: 650;
    line-height: 1;
    cursor: default;
}

.nl-report-ui-btn--primary {
    border-color: var(--nr-blue);
    background: var(--nr-blue);
    color: #fff;
}

.nl-report-ui-kicker {
    display: block;
    margin-bottom: .2rem;
    color: var(--nr-muted);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.nl-report-ui-tag {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .28rem .58rem;
    border-radius: 100px;
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
}

.nl-report-avatar {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #edebe9;
    border-radius: 50%;
    background: #f3f2f1;
    color: #605e5c;
    font-size: 11.5px;
    font-weight: 600;
}

.nl-report-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .02em;
    white-space: nowrap;
}

.nl-report-status::before {
    content: "";
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 50%;
    background: currentColor;
}

.nl-report-status--success {
    background: #dff6dd;
    color: #107c10;
}

.nl-report-status--danger {
    background: #fde7e9;
    color: #a4262c;
}

.nl-report-details {
    background: #fff;
}

.nl-report-detail-row {
    padding: 1rem 0 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid var(--nr-line);
}

.nl-report-detail-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.nl-report-checklist {
    display: flex;
    flex-direction: column;
    gap: .72rem;
    padding: 0;
    margin: 1.45rem 0 0;
    list-style: none;
}

.nl-report-checklist li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    color: var(--nr-mid);
    font-size: .9rem;
    line-height: 1.55;
}

.nl-report-checklist li::before {
    content: none;
}

.nl-report-checklist i {
    flex-shrink: 0;
    margin-top: .16rem;
    color: var(--nr-primary);
}

.nl-report-mini-card {
    overflow: hidden;
    border: 1.5px solid var(--nr-line);
    border-radius: 1rem;
    background: #fff;
    box-shadow: var(--nr-shadow-lg);
}

.nl-report-mini-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid var(--nr-line);
    background: #f8faff;
}

.nl-report-mini-card__head h3 {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: 0;
    color: var(--nr-dark);
    font-size: .86rem;
    font-weight: 750;
}

.nl-report-mini-card__head h3 i {
    color: var(--nr-primary);
}

.nl-report-mini-card__head > span {
    color: var(--nr-muted);
    font-size: .68rem;
}

.nl-report-mini-filter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    padding: 1rem;
}

.nl-report-mini-control {
    min-height: 2.35rem;
    display: flex;
    align-items: center;
    padding: .55rem .7rem;
    border: 1px solid #d5dde6;
    border-radius: .45rem;
    color: #788492;
    font-size: .75rem;
}

.nl-report-mini-filter-actions {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.nl-report-mini-filter-actions .nl-report-ui-btn {
    flex: 1;
}

.nl-report-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
    padding: 1rem;
}

.nl-report-mini-stats span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .22rem;
    padding: .8rem;
    border: 1px solid #e1e7ed;
    border-radius: .65rem;
    background: #fff;
}

.nl-report-mini-stats small {
    color: var(--nr-soft);
    font-size: .68rem;
}

.nl-report-mini-stats strong {
    color: var(--nr-dark);
    font-size: 1.15rem;
}

.nl-report-mini-chart {
    height: 160px;
    display: flex;
    align-items: flex-end;
    gap: .65rem;
    padding: 1rem 1.2rem 1.25rem;
    background: linear-gradient(to top, transparent 32%, #edf1f5 33%, transparent 34%),
        linear-gradient(to top, transparent 65%, #edf1f5 66%, transparent 67%);
}

.nl-report-mini-chart span {
    flex: 1;
    min-width: 14px;
    border-radius: .25rem .25rem 0 0;
    background: var(--nr-blue);
}

.nl-report-mini-chart span:nth-child(3n + 2) {
    background: #13c998;
}

.nl-report-mini-chart span:nth-child(3n + 3) {
    background: #7a67d7;
}

.nl-report-mini-rows {
    display: flex;
    flex-direction: column;
}

.nl-report-mini-rows > div {
    display: grid;
    grid-template-columns: auto minmax(140px, 1fr) minmax(90px, 1fr) auto;
    align-items: center;
    gap: .7rem;
    padding: .75rem 1rem;
    border-bottom: 1px solid #e8ecf0;
}

.nl-report-mini-rows > div:last-child {
    border-bottom: 0;
}

.nl-report-mini-rows > div > span:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.nl-report-mini-rows strong {
    color: var(--nr-dark);
    font-size: .72rem;
}

.nl-report-mini-rows small {
    color: var(--nr-muted);
    font-size: .63rem;
}

.nl-report-mini-progress {
    height: 5px;
    overflow: hidden;
    border-radius: 100px;
    background: #e6ebef;
}

.nl-report-mini-progress i {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: var(--nr-blue);
}

.nl-report-pref-card__head h3 {
    margin: 0;
    color: var(--nr-dark);
    font-size: 1rem;
    font-weight: 800;
}

.nl-report-pref-card__body {
    padding: 1.1rem 1.2rem 1.3rem;
}

.nl-report-pref-block {
    margin-bottom: 1.4rem;
}

.nl-report-pref-block.nl-report-pref-block--last {
    margin-bottom: 0;
}

.nl-report-pref-block__label {
    display: block;
    margin: 0 0 .6rem;
    color: var(--nr-mid);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .045em;
    text-transform: uppercase;
    line-height: 1.2;
}

.nl-report-pref-tray {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .7rem;
    border: 1.5px solid #e2e6f0;
    border-radius: 10px;
    background: #ffffff;
}

.nl-report-pref-palette {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .55rem .7rem;
    margin-top: .5rem;
    border-radius: 10px;
    background: #f4f6fb;
}

.nl-report-pref-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem .65rem;
    border: 1.5px solid #c7d0f8;
    border-radius: 50px;
    background: #eef1fd;
    color: #4A6CF7;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(30, 37, 53, .08);
}

.nl-report-pref-chip__handle {
    color: #4A6CF7;
    font-size: .8rem;
    opacity: .55;
}

.nl-report-pref-chip__label {
    line-height: 1;
}

.nl-report-pref-chip__type {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .18rem .5rem;
    border: 1px solid #c7d0f8;
    border-radius: 50px;
    background: #ffffff;
    color: #4A6CF7;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
}

.nl-report-pref-chip__type i {
    font-size: .6rem;
    opacity: .7;
}

.nl-report-pref-chip__remove,
.nl-report-pref-chip__add {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    color: #f43f5e;
    cursor: pointer;
}

.nl-report-pref-chip__add {
    color: #22c55e;
}

.nl-report-pref-chip--available {
    background: #ffffff;
    border-color: #e2e6f0;
    color: #1e2535;
    box-shadow: none;
}

.nl-report-pref-chip--chart small {
    color: #4A6CF7;
}

.nl-report-export-section {
    background: linear-gradient(145deg, #f7fbfd 0%, #fff 52%, #f9fbff 100%);
}

.nl-report-export-card {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    padding: 1.4rem;
    border: 1.5px solid var(--nr-line);
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: var(--nr-shadow-lg);
}

.nl-report-export-card__icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 1rem;
    background: var(--nr-green-soft);
    color: var(--nr-green);
    font-size: 1.4rem;
}

.nl-report-export-card__content {
    flex: 1;
}

.nl-report-export-card__content h3 {
    margin: 0 0 1rem;
    color: var(--nr-dark);
    font-size: 1.12rem;
    font-weight: 800;
}

.nl-report-export-field {
    margin-bottom: 1rem;
}

.nl-report-export-field__label,
.nl-report-export-card__section-title {
    display: block;
    margin: 0 0 .45rem;
    color: var(--nr-mid);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .035em;
}

.nl-report-export-field__control {
    min-height: 2.55rem;
    display: flex;
    align-items: center;
    padding: .62rem .75rem;
    overflow: hidden;
    border: 1px solid #ccd5df;
    border-radius: .45rem;
    background: #ffffff;
    color: #4b5563;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nl-report-export-card__section-title {
    margin-top: .1rem;
    margin-bottom: .25rem;
}

.nl-report-export-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .65rem 0;
    margin: 0;
    border-bottom: 1px solid #e7ebef;
}

.nl-report-export-option span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--nr-mid);
    font-size: .77rem;
    font-weight: 700;
}

.nl-report-export-option span i {
    color: #0078d4;
}

.nl-report-export-card .nl-report-ui-btn {
    margin-top: 1rem;
}

.nl-report-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.nl-report-summary-grid article {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 1rem;
    border: 1.5px solid var(--nr-line);
    border-radius: .9rem;
    background: #fff;
}

.nl-report-summary-grid article > i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: .7rem;
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
    font-size: .9rem;
}

.nl-report-summary-grid h3 {
    margin: 0 0 .22rem;
    color: var(--nr-dark);
    font-size: .82rem;
    font-weight: 750;
}

.nl-report-summary-grid p {
    margin: 0;
    color: var(--nr-soft);
    font-size: .73rem;
    line-height: 1.55;
}

.nl-report-ticket {
    position: relative;
    overflow: hidden;
    background: radial-gradient(
            circle at 15% 25%,
            rgba(31, 95, 115, 0.11),
            transparent 28%
        ),
        radial-gradient(
            circle at 86% 78%,
            rgba(8, 124, 193, 0.09),
            transparent 26%
        ),
        linear-gradient(
            145deg,
            #e7f2f6 0%,
            #f8fbfd 52%,
            #ffffff 100%
        );
}

.nl-report-ticket__dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(
            circle,
            rgba(31, 95, 115, 0.28) 1px,
            transparent 1px
        );
    background-size: 28px 28px;
    opacity: 0.18;
    mask-image: linear-gradient(
            to bottom,
            transparent,
            #000 18%,
            #000 82%,
            transparent
        );
}

.nl-report-ticket__inner {
    position: relative;
    z-index: 1;
}

.nl-report-ticket__card {
    position: relative;
    max-width: 760px;
    margin-inline: auto;
    padding: 3rem;
    overflow: hidden;
    border: 1.5px solid rgba(31, 95, 115, 0.15);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--nr-shadow-lg);
    text-align: center;
    backdrop-filter: blur(12px);
}

.nl-report-ticket__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(31, 95, 115, 0.2);
    border-radius: 100px;
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 1;
    text-transform: uppercase;
}

.nl-report-ticket__title {
    position: relative;
    z-index: 1;
    margin: 0 0 0.85rem;
    color: var(--nr-dark);
    font-size: clamp(1.7rem, 3.4vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.nl-report-ticket__title span {
    color: var(--nr-primary);
}

.nl-report-ticket__subtitle {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto 1.75rem;
    color: var(--nr-soft);
    font-size: 1rem;
    line-height: 1.75;
}

.nl-report-ticket__card .d-flex {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .nl-report-ticket__card {
        padding: 2.25rem 1.5rem;
        border-radius: 1.25rem;
    }

    .nl-report-ticket__subtitle {
        font-size: 0.94rem;
    }
}

@media (max-width: 575.98px) {
    .nl-report-ticket__card {
        padding: 2rem 1.15rem;
    }

    .nl-report-ticket__card .d-flex,
    .nl-report-ticket__card .nl-btn {
        width: 100%;
    }

    .nl-report-ticket__card .nl-btn {
        justify-content: center;
    }
}

@media (max-width: 1199.98px) {
    .nl-report-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .nl-report-landing section {
        padding: 1rem;
    }

    .nl-report-detail-row {
        padding-bottom: 4rem;
        margin-bottom: 4rem;
    }
}

@media (max-width: 767.98px) {
    .nl-report-landing section {
        padding: 1rem;
    }

    .nl-report-summary-grid {
        grid-template-columns: 1fr;
    }

    .nl-report-mini-filter-grid {
        grid-template-columns: 1fr;
    }

    .nl-report-mini-rows > div {
        grid-template-columns: auto 1fr auto;
    }

    .nl-report-mini-progress {
        grid-column: 2 / -1;
    }

    .nl-report-export-card {
        flex-direction: column;
    }
}

.nl-report-landing .nl-section-disabled {
    opacity: 1 !important;
    filter: none !important;
}

.nl-report-landing .nl-report-eyebrow,
.nl-report-landing .nl-report-ui-tag,
.nl-report-landing .nl-report-ticket__eyebrow {
    border-color: rgba(var(--nr-primary-rgb), .3);
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
}

.nl-report-landing .nl-report-heading span,
.nl-report-landing .nl-report-ticket__title span {
    color: var(--nr-primary);
}

.nl-report-landing .nl-report-mini-control {
    border-color: #b7c0ca;
    background: #ffffff;
    color: #4f5d6b;
}

.nl-report-landing .nl-report-mini-control i {
    color: #52606d;
}

.nl-report-landing .nl-report-mini-card__head > span,
.nl-report-landing .nl-report-mini-card small,
.nl-report-landing .nl-report-ui-kicker,
.nl-report-landing .nl-report-pref-block__label {
    color: #52606d;
    opacity: 1;
}

.nl-report-landing .nl-report-mini-card__head {
    border-bottom-color: rgba(var(--nr-primary-rgb), .16);
    background: #fffaf5;
}

.nl-report-landing .nl-report-pref-chip {
    border-color: #e8b47d;
    background: var(--nr-primary-soft);
    color: #8c3f00;
}

.nl-report-landing .nl-report-pref-chip__handle {
    color: #8c3f00;
    opacity: 1;
}

.nl-report-landing .nl-report-pref-chip__label {
    color: #8c3f00;
}

.nl-report-landing .nl-report-pref-chip__type {
    border-color: #dca66e;
    background: #ffffff;
    color: #8c3f00;
}

.nl-report-landing .nl-report-pref-chip__type i {
    color: #8c3f00;
    opacity: 1;
}

.nl-report-landing .nl-report-pref-chip--chart small {
    color: #8c3f00;
}

.nl-report-landing .nl-report-pref-chip--available {
    border-color: #b7c0ca;
    background: #ffffff;
    color: #334155;
}

.nl-report-landing .nl-report-pref-chip__remove {
    color: #a92f40;
    opacity: 1;
}

.nl-report-landing .nl-report-pref-chip__add {
    color: #13774e;
    opacity: 1;
}

.nl-report-landing .nl-btn--primary {
    border-color: var(--nr-primary);
    background: var(--nr-primary);
    color: #ffffff;
}

.nl-report-landing .nl-btn--primary:hover,
.nl-report-landing .nl-btn--primary:focus-visible {
    border-color: var(--nr-primary-dark);
    background: var(--nr-primary-dark);
    color: #ffffff;
}

.nl-report-landing .nl-btn:not(.nl-btn--primary) {
    border-color: rgba(var(--nr-primary-rgb), .34);
    color: var(--nr-primary);
}

.nl-report-landing .nl-btn:not(.nl-btn--primary):hover,
.nl-report-landing .nl-btn:not(.nl-btn--primary):focus-visible {
    border-color: var(--nr-primary);
    background: var(--nr-primary-soft);
    color: var(--nr-primary-dark);
}

.nl-report-landing .nl-report-splash__badge > span {
    background: var(--nr-primary-accent);
}

.nl-report-landing .nl-report-splash__heading span::after {
    background: linear-gradient(
            90deg,
            var(--nr-primary-dark),
            var(--nr-primary-accent)
        );
}

/* ============================================================
   REPORT SHOWCASE
   ============================================================ */

.nr-showcase {
    --nr-primary: #a94f00;
    --nr-primary-dark: #7a3500;
    --nr-primary-soft: #fff3e7;
    --nr-primary-rgb: 169, 79, 0;
    --nr-primary-accent: #f28c28;
    --nr-primary-accent-dark: #d96f0b;
    --nr-filter: var(--nr-primary);
    --nr-filter-dark: var(--nr-primary-dark);
    --nr-text: #0f1729;
    --nr-muted: #5f6b78;
    --nr-line: rgba(var(--nr-primary-rgb), .16);
    --nr-line-strong: rgba(var(--nr-primary-rgb), .30);
    --nr-surface: #ffffff;
    --nr-surface-soft: #fffaf5;
    --nr-success: #13774e;
    --nr-danger: #a92f40;
    --nr-shadow: 0 18px 55px rgba(15, 23, 41, .10);
    padding: 72px 20px;
    background: var(--nr-surface-soft);
    color: var(--nr-text);
}

.nr-showcase *,
.nr-showcase *::before,
.nr-showcase *::after {
    box-sizing: border-box;
}

#nlReportShowcase.nr-showcase {
    padding: 72px 20px;
}

#nlReportShowcase.nr-showcase section {
    padding: 0;
}

#nlReportShowcase.nr-showcase .nr-main-panel {
    padding: 28px 26px 32px;
}

.nr-showcase__container {
    width: min(1440px, 100%);
    margin-inline: auto;
}

.nr-showcase__intro {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.nr-showcase__eyebrow {
    display: inline-flex;
    padding: 7px 13px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nr-showcase__heading {
    margin: 0;
    color: var(--nr-text);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.14;
}

.nr-showcase__heading span {
    color: var(--nr-primary);
}

.nr-showcase__lead {
    max-width: 720px;
    margin: 16px auto 0;
    color: var(--nr-muted);
    font-size: 16px;
    line-height: 1.75;
}

.nr-report-window {
    overflow: hidden;
    border: 1px solid var(--nr-line);
    border-radius: 18px;
    background: var(--nr-surface);
    box-shadow: var(--nr-shadow);
}

.nr-report-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    border-bottom: 1px solid var(--nr-line);
    background: linear-gradient(180deg, #fff, var(--nr-surface-soft));
}

.nr-report-toolbar__crumb {
    display: block;
    margin-bottom: 4px;
    color: var(--nr-primary);
    font-size: 12px;
    font-weight: 600;
}

.nr-report-toolbar__title {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
}

.nr-report-toolbar__actions,
.nr-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nr-btn {
    min-height: calc(1.5em + .75rem + 2px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .375rem .75rem;
    border: 1px solid transparent;
    border-radius: .375rem;
    font: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
        border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nr-btn:hover {
    transform: none;
}

.nr-btn--light,
.nr-btn--reset {
    border-color: var(--nr-line-strong);
    background: #fff;
    color: var(--nr-primary-dark);
}

.nr-btn--primary {
    border-color: var(--nr-primary);
    background: var(--nr-primary);
    color: #fff;
}

.nr-btn--primary:hover,
.nr-btn--primary:focus {
    border-color: var(--nr-primary-dark);
    background: var(--nr-primary-dark);
    color: #fff;
}

.nr-btn--filter {
    border-color: var(--nr-filter);
    background: var(--nr-filter);
    color: #fff;
}

.nr-btn--filter:hover {
    border-color: var(--nr-filter-dark);
    background: var(--nr-filter-dark);
}

.nr-filter-section {
    padding: 26px;
}

.nr-section-title,
.nr-panel-heading {
    margin: 0;
    color: var(--nr-text);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.nr-section-title {
    margin-bottom: 24px;
}

.nr-filter-grid {
    display: grid;
    grid-template-columns: 1.25fr .8fr .8fr 1.55fr;
    gap: 18px 26px;
    align-items: end;
}

.nr-field {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.nr-field__label {
    color: var(--nr-text);
    font-size: 16px;
    font-weight: 750;
}

.nr-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    color: #212529;
    font: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nr-control:focus {
    border-color: var(--nr-primary-accent);
    box-shadow: 0 0 0 .25rem rgba(var(--nr-primary-rgb), .25);
}

.nr-filter-grid > .nr-field:nth-of-type(5) {
    grid-column: 1;
}

.nr-filter-actions {
    grid-column: 2 / -1;
    align-self: end;
}

.nr-tab-control {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
}

.nr-main-tab-list {
    display: flex;
    gap: 4px;
    padding: 0 18px;
    overflow-x: auto;
    border-top: 1px solid var(--nr-line);
    border-bottom: 1px solid var(--nr-line);
    background: #fff;
    scrollbar-width: thin;
}

.nr-main-tab-list label,
.nr-chart-subtabs label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--nr-text);
    font-weight: 700;
    cursor: pointer;
    user-select: none;
}

.nr-main-tab-list label {
    min-height: 58px;
    padding: 0 18px;
    font-size: 14px;
}

.nr-main-tab-list label::after,
.nr-chart-subtabs label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: transparent;
}

#nr-main-overview:checked ~ .nr-main-tab-list label[for="nr-main-overview"],
#nr-main-charts:checked ~ .nr-main-tab-list label[for="nr-main-charts"],
#nr-main-students:checked ~ .nr-main-tab-list label[for="nr-main-students"],
#nr-main-groups:checked ~ .nr-main-tab-list label[for="nr-main-groups"] {
    color: var(--nr-primary);
}

#nr-main-overview:checked ~ .nr-main-tab-list label[for="nr-main-overview"]::after,
#nr-main-charts:checked ~ .nr-main-tab-list label[for="nr-main-charts"]::after,
#nr-main-students:checked ~ .nr-main-tab-list label[for="nr-main-students"]::after,
#nr-main-groups:checked ~ .nr-main-tab-list label[for="nr-main-groups"]::after {
    background: var(--nr-primary);
}

#nr-main-overview:focus-visible ~ .nr-main-tab-list label[for="nr-main-overview"],
#nr-main-charts:focus-visible ~ .nr-main-tab-list label[for="nr-main-charts"],
#nr-main-students:focus-visible ~ .nr-main-tab-list label[for="nr-main-students"],
#nr-main-groups:focus-visible ~ .nr-main-tab-list label[for="nr-main-groups"] {
    outline: 3px solid rgba(var(--nr-primary-rgb), .25);
    outline-offset: -3px;
}

.nr-main-panel {
    display: none;
    padding: 28px 26px 32px;
}

#nr-main-overview:checked ~ .nr-main-panels .nr-main-panel--overview,
#nr-main-charts:checked ~ .nr-main-panels .nr-main-panel--charts,
#nr-main-students:checked ~ .nr-main-panels .nr-main-panel--students,
#nr-main-groups:checked ~ .nr-main-panels .nr-main-panel--groups {
    display: block;
}

.nr-panel-heading {
    margin-bottom: 26px;
}

.nr-panel-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.nr-panel-heading-row .nr-panel-heading {
    margin-bottom: 0;
}

.nr-muted-count {
    color: var(--nr-muted);
    font-size: 13px;
    white-space: nowrap;
}

.nr-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.nr-stat-card {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    text-align: center;
}

.nr-stat-card span {
    font-size: 20px;
    font-weight: 750;
}

.nr-stat-card strong {
    font-size: 26px;
    font-weight: 800;
}

.nr-main-panel--charts {
    background: #fff;
}

.nr-chart-card {
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid var(--nr-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.nr-chart-card:last-child {
    margin-bottom: 0;
}

.nr-chart-card__header {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--nr-line);
}

.nr-chart-card__header h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
}

.nr-count-badge {
    min-width: 38px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
    font-size: 15px;
    font-weight: 800;
}

.nr-chart-subtabs {
    display: flex;
    gap: 4px;
    padding: 0 20px;
    border-bottom: 1px solid var(--nr-line);
}

.nr-chart-subtabs label {
    min-height: 56px;
    padding: 0 18px;
    font-size: 16px;
}

.nr-chart-view {
    display: none;
    padding: 18px 20px 22px;
}

#nr-country-chart:checked ~ .nr-chart-subtabs label[for="nr-country-chart"],
#nr-country-table:checked ~ .nr-chart-subtabs label[for="nr-country-table"],
#nr-gender-chart:checked ~ .nr-chart-subtabs label[for="nr-gender-chart"],
#nr-gender-table:checked ~ .nr-chart-subtabs label[for="nr-gender-table"] {
    color: var(--nr-primary);
}

#nr-country-chart:checked ~ .nr-chart-subtabs label[for="nr-country-chart"]::after,
#nr-country-table:checked ~ .nr-chart-subtabs label[for="nr-country-table"]::after,
#nr-gender-chart:checked ~ .nr-chart-subtabs label[for="nr-gender-chart"]::after,
#nr-gender-table:checked ~ .nr-chart-subtabs label[for="nr-gender-table"]::after {
    background: var(--nr-primary);
}

#nr-country-chart:checked ~ .nr-chart-views .nr-chart-view--country-chart,
#nr-country-table:checked ~ .nr-chart-views .nr-chart-view--country-table,
#nr-gender-chart:checked ~ .nr-chart-views .nr-chart-view--gender-chart,
#nr-gender-table:checked ~ .nr-chart-views .nr-chart-view--gender-table {
    display: block;
}

#nr-country-chart:focus-visible ~ .nr-chart-subtabs label[for="nr-country-chart"],
#nr-country-table:focus-visible ~ .nr-chart-subtabs label[for="nr-country-table"],
#nr-gender-chart:focus-visible ~ .nr-chart-subtabs label[for="nr-gender-chart"],
#nr-gender-table:focus-visible ~ .nr-chart-subtabs label[for="nr-gender-table"] {
    outline: 3px solid rgba(var(--nr-primary-rgb), .25);
    outline-offset: -3px;
}

#nlReportShowcase.nr-showcase,
#nlReportShowcase.nr-showcase button,
#nlReportShowcase.nr-showcase input,
#nlReportShowcase.nr-showcase select,
#nlReportShowcase.nr-showcase table {
    font-family: inherit;
}

#nlReportShowcase .nr-country-chart-frame,
#nlReportShowcase .nr-gender-chart-frame {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

#nlReportShowcase .nr-country-svg,
#nlReportShowcase .nr-gender-svg {
    display: block;
    width: 100%;
    height: auto;
    font-family: inherit;
}

#nlReportShowcase .nr-country-svg text,
#nlReportShowcase .nr-gender-svg text {
    font-family: inherit;
}

#nlReportShowcase .nr-svg-grid {
    stroke: rgba(var(--nr-primary-rgb), .18);
    stroke-width: 1;
    shape-rendering: crispEdges;
}

#nlReportShowcase .nr-svg-axis-label,
#nlReportShowcase .nr-svg-x-label {
    fill: var(--nr-text);
    font-size: 12px;
    font-weight: 400;
}

#nlReportShowcase .nr-svg-bar-value {
    fill: #fff;
    font-size: 12px;
    font-weight: 700;
    pointer-events: none;
}

#nlReportShowcase .nr-svg-legend text {
    fill: var(--nr-text);
    font-size: 14px;
    font-weight: 400;
}

#nlReportShowcase .nr-chart-view--country-chart {
    padding: 12px 18px 4px;
}

#nlReportShowcase .nr-chart-view--gender-chart {
    padding: 8px 18px 12px;
}

@media (max-width: 900px) {
    #nlReportShowcase .nr-country-chart-frame {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
    }

    #nlReportShowcase .nr-country-svg {
        width: 1100px;
        max-width: none;
    }
}

.nr-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--nr-line);
    border-radius: 4px;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #c4cad5 transparent;
}

.nr-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    color: var(--nr-text);
    font-size: 14px;
    white-space: nowrap;
}

.nr-table--students {
    min-width: 1320px;
}

.nr-table--groups {
    min-width: 900px;
}

.nr-table th,
.nr-table td {
    padding: 14px 18px;
    border-right: 1px solid var(--nr-line);
    border-bottom: 1px solid var(--nr-line);
    text-align: left;
    vertical-align: middle;
}

.nr-table th:last-child,
.nr-table td:last-child {
    border-right: 0;
}

.nr-table tr:last-child td {
    border-bottom: 0;
}

.nr-table thead th {
    background: var(--nr-primary-soft);
    color: var(--nr-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.nr-table tbody tr:nth-child(even) {
    background: #fffdfb;
}

.nr-table tbody tr:hover {
    background: var(--nr-primary-soft);
}

.nr-avatar {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--nr-primary-soft);
    color: var(--nr-primary);
    font-size: 12px;
    font-weight: 800;
}

.nr-progress {
    min-width: 130px;
    display: grid;
    grid-template-columns: 90px auto;
    align-items: center;
    gap: 9px;
}

.nr-progress::before {
    content: "";
    grid-column: 1;
    grid-row: 1;
    height: 7px;
    border-radius: 999px;
    background: rgba(var(--nr-primary-rgb), .12);
}

.nr-progress i {
    grid-column: 1;
    grid-row: 1;
    height: 7px;
    display: block;
    border-radius: 999px;
    background: var(--nr-primary);
}

.nr-progress small {
    grid-column: 2;
    grid-row: 1;
    font-size: 12px;
}

.nr-open-btn {
    padding: 6px 11px;
    border: 1px solid var(--nr-primary);
    border-radius: 7px;
    background: #fff;
    color: var(--nr-primary);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.nr-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.nr-status::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: currentColor;
}

.nr-status--success {
    background: #e9fbe9;
    color: #069414;
}

.nr-status--danger {
    background: #fdecef;
    color: #c5162e;
}

[dir="rtl"] .nr-table th,
[dir="rtl"] .nr-table td {
    text-align: right;
}

@media (max-width: 1199.98px) {
    .nr-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nr-filter-grid > .nr-field:nth-of-type(5),
    .nr-filter-actions {
        grid-column: auto;
    }

    .nr-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .nr-showcase {
        padding: 46px 12px;
    }

    .nr-report-toolbar,
    .nr-panel-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .nr-report-toolbar__actions,
    .nr-filter-actions {
        width: 100%;
    }

    .nr-report-toolbar__actions .nr-btn,
    .nr-filter-actions .nr-btn {
        flex: 1 1 0;
    }

    .nr-filter-grid,
    .nr-stat-grid {
        grid-template-columns: 1fr;
    }

    .nr-filter-grid > .nr-field:nth-of-type(5),
    .nr-filter-actions {
        grid-column: auto;
    }

    .nr-filter-section,
    .nr-main-panel {
        padding: 22px 16px 26px;
    }

    .nr-main-tab-list {
        padding-inline: 8px;
    }

    .nr-main-tab-list label {
        padding-inline: 14px;
    }

    .nr-section-title,
    .nr-panel-heading {
        font-size: 29px;
    }
}

@media (max-width: 479.98px) {
    .nr-report-toolbar {
        padding: 18px 16px;
    }

    .nr-report-toolbar__actions,
    .nr-filter-actions {
        flex-direction: column;
    }

    .nr-chart-card__header,
    .nr-chart-subtabs,
    .nr-chart-view {
        padding-inline: 14px;
    }

    .nr-chart-subtabs label {
        padding-inline: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nr-btn {
        transition: none;
    }
}

#nlReportShowcase.nr-showcase .nr-main-panel {
    padding: 28px 26px 32px;
}

@media (max-width: 767.98px) {
    #nlReportShowcase.nr-showcase {
        padding: 44px 12px;
    }

    #nlReportShowcase.nr-showcase .nr-main-panel {
        padding: 22px 16px 26px;
    }
}

#nlReportShowcase .nr-gender-svg .nr-svg-legend {
    transform: translateY(0);
}

#nlReportShowcase .nr-gender-svg .nr-svg-legend text {
    fill: var(--nr-text);
}

#nlReportShowcase .nr-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

#nlReportShowcase select.nr-control {
    min-height: calc(1.5em + .75rem + 2px);
}

#nlReportShowcase .nr-gender-chart-frame {
    max-width: 760px;
    margin-inline: auto;
}

#nlReportShowcase .nr-gender-svg {
    max-width: 760px;
    margin-inline: auto;
}

#nlReportShowcase .nr-svg-pie-value {
    fill: #ffffff;
    font-size: 18px;
    font-weight: 800;
    paint-order: stroke;
    stroke: rgba(15, 23, 41, .35);
    stroke-width: 2.5px;
    stroke-linejoin: round;
}

#nlReportShowcase .nr-gender-svg .nr-svg-legend text {
    font-size: 14px;
    font-weight: 400;
}

.nl-browser {
    border-radius: 1.1rem;
    overflow: hidden;
    border: 1.5px solid rgba(31, 95, 115, .12);
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(15, 23, 41, .13);
}

.nl-browser__bar {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .65rem 1rem;
    background: #f1f5f9;
    border-bottom: 1px solid rgba(31, 95, 115, .08);
    flex-shrink: 0;
}

.nl-browser__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.nl-browser__dot--red {
    background: #f87171;
}

.nl-browser__dot--yellow {
    background: #fbbf24;
}

.nl-browser__dot--green {
    background: #34d399;
}

.nl-browser__url {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: .25rem .85rem;
    margin-left: .25rem;
    overflow: hidden;
    border: 1px solid rgba(31, 95, 115, .1);
    border-radius: 100px;
    background: #ffffff;
    color: #94a3b8;
    font-size: .72rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nl-browser__url span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nl-browser__url i {
    color: #34d399;
    font-size: .7rem;
    flex-shrink: 0;
}

.nl-browser__screen {
    overflow: hidden;
    max-height: 400px;
    position: relative;
}

.nl-browser__screen img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}

.nl-browser__screen::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, .85) 100%);
    pointer-events: none;
}

.nl-browser-wrap {
    position: relative;
}

.nr-showcase__browser-container {
    padding-right: 0;
    padding-left: 0;
}

.nl-browser--report .nl-browser__screen {
    max-height: none;
    overflow: visible;
}

.nl-browser--report .nl-browser__screen::after {
    display: none;
}

.nl-browser--report .nr-report-window {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .nl-browser__screen {
        max-height: 300px;
    }

    .nl-browser--report .nl-browser__screen {
        max-height: none;
    }
}

@media (max-width: 575.98px) {
    .nl-browser__bar {
        gap: .35rem;
        padding: .55rem .65rem;
    }

    .nl-browser__dot {
        width: 8px;
        height: 8px;
    }

    .nl-browser__url {
        padding-inline: .65rem;
        font-size: .66rem;
    }
}

#nlReportShowcase .nr-main-tab-list label {
    font-size: 14px;
}

#nlReportShowcase .nr-btn:disabled,
#nlReportShowcase .nr-open-btn:disabled,
#nlReportShowcase .nr-control:disabled {
    cursor: not-allowed !important;
}

#nlReportShowcase .nr-btn:disabled,
#nlReportShowcase .nr-open-btn:disabled {
    pointer-events: auto;
    opacity: .68;
    transform: none;
    box-shadow: none;
}

#nlReportShowcase .nr-btn:disabled:hover,
#nlReportShowcase .nr-btn:disabled:focus,
#nlReportShowcase .nr-open-btn:disabled:hover,
#nlReportShowcase .nr-open-btn:disabled:focus {
    transform: none;
    box-shadow: none;
}

#nlReportShowcase .nr-btn--primary:disabled,
#nlReportShowcase .nr-btn--primary:disabled:hover,
#nlReportShowcase .nr-btn--primary:disabled:focus,
#nlReportShowcase .nr-btn--filter:disabled,
#nlReportShowcase .nr-btn--filter:disabled:hover,
#nlReportShowcase .nr-btn--filter:disabled:focus {
    border-color: var(--nr-primary);
    background: var(--nr-primary);
    color: #ffffff;
}

#nlReportShowcase .nr-btn--light:disabled,
#nlReportShowcase .nr-btn--light:disabled:hover,
#nlReportShowcase .nr-btn--reset:disabled,
#nlReportShowcase .nr-btn--reset:disabled:hover,
#nlReportShowcase .nr-open-btn:disabled,
#nlReportShowcase .nr-open-btn:disabled:hover {
    border-color: var(--nr-line-strong);
    background: #ffffff;
    color: var(--nr-primary-dark);
}

#nlReportShowcase .nr-control:disabled {
    opacity: 1;
    border-color: #dee2e6;
    background-color: #f8f9fa;
    color: #6c757d;
}

#nlReportShowcase .nr-control:disabled:focus {
    border-color: #dee2e6;
    box-shadow: none;
}

#nlReportShowcase .nr-panel-heading-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
}

#nlReportShowcase .nr-fullscreen-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    padding: 0;
    border: 1px solid #374c50;
    border-radius: 11px;
    background: #374c50;
    color: #ffffff;
    font: inherit;
    font-size: 17px;
    line-height: 1;
    box-shadow: none;
}

#nlReportShowcase .nr-fullscreen-btn:disabled,
#nlReportShowcase .nr-fullscreen-btn:disabled:hover,
#nlReportShowcase .nr-fullscreen-btn:disabled:focus,
#nlReportShowcase .nr-fullscreen-btn:disabled:active {
    border-color: #374c50;
    background: #374c50;
    color: #ffffff;
    cursor: not-allowed !important;
    opacity: 1;
    transform: none;
    box-shadow: none;
}

#nlReportShowcase .nr-fullscreen-btn i {
    pointer-events: none;
}

#nlReportShowcase input.nr-control:disabled,
#nlReportShowcase select.nr-control:disabled {
    cursor: not-allowed !important;
}

@media (max-width: 767.98px) {
    #nlReportShowcase .nr-panel-heading-actions {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }
}
