.hk-ee-snapshot-report,
.hk-ee-snapshot-report * {
    box-sizing: border-box !important;
}

.hk-ee-snapshot-report {
    --hk-report-text: #333333;
    --hk-report-muted: #69717a;
    --hk-report-border: #e3e7eb;
    --hk-report-soft: #f7f8fa;
    direction: rtl;
    width: min(100%, 1720px);
    margin: 26px auto;
    color: var(--hk-report-text);
    font-family: IRANSansWeb_FaNumBold, Tahoma, sans-serif !important;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.9;
}

.hk-ee-snapshot-report button,
.hk-ee-snapshot-report input,
.hk-ee-snapshot-report select,
.hk-ee-snapshot-report table,
.hk-ee-snapshot-report svg,
.hk-ee-snapshot-report svg text,
.hk-ee-snapshot-report .hk-ee-report-tooltip {
    font-family: IRANSansWeb_FaNumBold, Tahoma, sans-serif !important;
    font-weight: 400 !important;
}

.hk-ee-snapshot-report h2,
.hk-ee-snapshot-report h3,
.hk-ee-snapshot-report h4 {
    margin: 0 !important;
    color: var(--hk-report-text) !important;
    font-family: IRANSansWeb_FaNum, Tahoma, sans-serif !important;
    font-weight: 700 !important;
}

.hk-ee-report-header {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 32px;
    margin-bottom: 20px;
    border: 1px solid var(--hk-report-border);
    border-radius: 24px;
    background: linear-gradient(135deg, #fff 0%, #fff 72%, #f8f9fb 100%);
    box-shadow: 0 10px 28px rgba(41, 49, 58, .035);
}

.hk-ee-report-header::after {
    content: "";
    position: absolute;
    left: -88px;
    bottom: -158px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(237, 28, 36, .06);
}

.hk-ee-report-header > div {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.hk-ee-report-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--hk-report-brand, #ED1C24);
    font-size: 14px;
}

.hk-ee-report-header h2 {
    font-size: clamp(23px, 2vw, 31px) !important;
    line-height: 1.6 !important;
}

.hk-ee-report-header p {
    margin: 6px 0 0;
    color: var(--hk-report-muted);
}

.hk-ee-report-snapshot-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 10px 15px;
    border: 1px solid #e0e4e8;
    border-radius: 999px;
    background: #fff;
    color: #4f5861;
    direction: ltr;
    white-space: nowrap;
}

.hk-ee-report-snapshot-badge i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--hk-report-brand, #ED1C24);
    box-shadow: 0 0 0 4px rgba(237, 28, 36, .10);
}

.hk-ee-report-summary {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}

.hk-ee-report-summary.hk-ee-summary-count-1 { grid-template-columns: minmax(0, 1fr); }
.hk-ee-report-summary.hk-ee-summary-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hk-ee-report-summary.hk-ee-summary-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hk-ee-report-summary.hk-ee-summary-count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hk-ee-report-summary.hk-ee-summary-count-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.hk-ee-report-summary article {
    position: relative;
    min-width: 0;
    min-height: 156px;
    display: grid;
    grid-template-rows: minmax(40px, auto) 1fr 24px;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    padding: 18px 18px 15px;
    border: 1px solid rgba(237, 28, 36, .15);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(237, 28, 36, .018) 0%, #fff 29%, #fff 82%, #fbfcfd 100%);
    box-shadow: 0 7px 20px rgba(37, 45, 53, .045);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hk-ee-report-summary article::before {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    width: 30px;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: var(--hk-report-brand, #ED1C24);
    opacity: .70;
}

.hk-ee-report-summary article::after {
    display: none;
    content: none;
}

.hk-ee-report-summary article:hover {
    transform: translateY(-2px);
    border-color: rgba(237, 28, 36, .24);
    box-shadow: 0 10px 25px rgba(37, 45, 53, .065);
}

.hk-ee-report-summary article > span {
    align-self: start;
    color: #4f5962;
    text-align: center;
    font-family: IRANSansWeb_FaNumBold, Tahoma, sans-serif !important;
    font-size: 13.25px;
    font-weight: 400 !important;
    line-height: 1.8;
}

.hk-ee-report-summary strong {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    margin: 0;
    color: var(--hk-report-brand, #ED1C24);
    font-family: IRANSansWeb_FaNum, Tahoma, sans-serif !important;
    font-size: clamp(25px, 2.15vw, 34px);
    font-weight: 500 !important;
    line-height: 1.45;
    text-align: center;
    overflow-wrap: anywhere;
}

.hk-ee-report-summary small {
    display: block;
    color: #6f7881;
    text-align: center;
    font-family: IRANSansWeb_FaNumBold, Tahoma, sans-serif !important;
    font-size: 12.5px;
    font-weight: 400 !important;
    line-height: 1.7;
}

.hk-ee-report-summary .hk-ee-summary-program strong {
    font-family: IRANSansWeb_FaNum, Tahoma, sans-serif !important;
    font-size: clamp(15px, 1.25vw, 19px);
    font-weight: 500 !important;
    line-height: 1.65;
}

.hk-ee-report-panel {
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid var(--hk-report-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(41, 49, 58, .025);
}

.hk-ee-report-chart-panel {
    position: relative;
    overflow: visible;
}

.hk-ee-report-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.hk-ee-report-chart-panel .hk-ee-report-panel-head {
    justify-content: flex-start;
    padding-inline: 2px;
}

.hk-ee-report-panel-head > div > span {
    display: block;
    margin-bottom: 2px;
    color: var(--hk-report-brand, #ED1C24);
    font-size: 13px;
}

.hk-ee-report-panel-head h3 {
    font-size: 19px !important;
    line-height: 1.65 !important;
}

.hk-ee-report-chart-type {
    display: none !important;
}

.hk-ee-report-chart {
    position: relative;
    width: 100%;
    min-height: 410px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    direction: ltr;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    scrollbar-width: none;
}

.hk-ee-report-chart::-webkit-scrollbar,
.hk-ee-report-table-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.hk-ee-report-chart.is-empty {
    display: grid;
    place-items: center;
    color: var(--hk-report-muted);
    background: var(--hk-report-soft);
    border-radius: 16px;
}

.hk-ee-report-svg {
    display: block;
    width: auto;
    min-width: 100%;
    max-width: none;
    margin-inline: auto;
    overflow: visible;
}

.hk-ee-report-chart-canvas {
    position: relative;
    min-width: 100%;
}

.hk-ee-report-axis-label-row {
    display: grid;
    width: 100%;
    min-height: 96px;
    margin-top: 0;
    direction: ltr;
    overflow: visible;
}

.hk-ee-report-axis-label-cell {
    position: relative;
    display: block;
    min-width: 0;
    height: 96px;
    overflow: visible;
    color: #4f5861;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    direction: rtl;
    unicode-bidi: plaintext;
}

.hk-ee-report-axis-label-text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: none;
    white-space: nowrap;
    font: inherit !important;
    color: inherit;
    direction: rtl;
    unicode-bidi: plaintext;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
}

.hk-ee-report-axis-label-row.is-horizontal {
    min-height: 34px;
}

.hk-ee-report-axis-label-row.is-horizontal .hk-ee-report-axis-label-cell {
    height: 34px;
}

.hk-ee-report-axis-label-row.is-horizontal .hk-ee-report-axis-label-text {
    top: 8px;
    transform: translateX(-50%);
}

.hk-ee-report-donut-svg {
    width: min(100%, 820px);
    min-width: 760px;
}

.hk-ee-report-svg text {
    font-family: IRANSansWeb_FaNumBold, Tahoma, sans-serif !important;
    font-weight: 400 !important;
}


.hk-ee-report-axis-value {
    direction: ltr;
    unicode-bidi: isolate;
}

.hk-ee-report-y-label {
    direction: rtl;
    unicode-bidi: plaintext;
}

.hk-ee-report-mark {
    cursor: default;
    transition: opacity .18s ease, filter .18s ease, transform .18s ease;
    transform-origin: center;
}

.hk-ee-report-mark.is-active {
    opacity: .88;
    filter: drop-shadow(0 4px 5px rgba(30, 36, 43, .14));
}

.hk-ee-report-line {
    pointer-events: none;
}

.hk-ee-report-hover-band,
.hk-ee-report-hover-row {
    fill: rgba(237, 28, 36, .001);
    stroke: transparent;
    pointer-events: all;
    cursor: pointer;
    outline: none;
    transition: fill .16s ease;
    touch-action: pan-x pan-y;
}

.hk-ee-report-hover-band:hover,
.hk-ee-report-hover-band.is-active,
.hk-ee-report-hover-row:hover,
.hk-ee-report-hover-row.is-active {
    fill: rgba(237, 28, 36, .065);
}

.hk-ee-report-donut-segment:hover,
.hk-ee-report-donut-segment.is-active {
    transform: scale(1.012);
}

.hk-ee-report-tooltip-host {
    position: relative;
}

.hk-ee-report-tooltip[hidden] {
    display: none !important;
}

.hk-ee-report-tooltip {
    position: absolute;
    z-index: 50;
    min-width: 188px;
    max-width: min(310px, calc(100% - 18px));
    padding: 11px 13px;
    border: 1px solid #dfe4e8;
    border-radius: 13px;
    background: rgba(255, 255, 255, .98);
    color: #333;
    box-shadow: 0 14px 34px rgba(30, 36, 43, .16);
    pointer-events: none;
    direction: rtl;
    text-align: right;
    font-family: inherit !important;
    font-size: 13px;
    font-weight: inherit !important;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(3px);
    transition: opacity .14s ease, transform .14s ease;
}

.hk-ee-report-tooltip.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hk-ee-report-tooltip strong {
    display: block;
    margin-bottom: 6px;
    color: #2e3439;
    font-family: inherit !important;
    font-size: 14px;
}

.hk-ee-report-tooltip span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 3px 0;
    color: #68717a;
}

.hk-ee-report-tooltip span + span {
    border-top: 1px solid #eef0f2;
}

.hk-ee-report-tooltip b,
.hk-ee-report-tooltip em {
    font-style: normal;
    font-weight: inherit;
}

.hk-ee-report-tooltip em {
    color: #333;
    direction: ltr;
    unicode-bidi: isolate;
    white-space: nowrap;
}

.hk-ee-report-legend {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 36px;
    margin: 0 0 10px;
    padding: 0 2px;
    color: #5d666f;
    direction: rtl;
}

.hk-ee-report-legend[hidden] {
    display: none !important;
}

.hk-ee-report-legend-item {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #e2e6ea;
    border-radius: 999px;
    background: #fff;
    color: #4f5861;
    font-family: IRANSansWeb_FaNumBold, Tahoma, sans-serif !important;
    font-size: 12.5px;
    font-weight: 400 !important;
    line-height: 1.6;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(37, 45, 53, .025);
    transition: opacity .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.hk-ee-report-legend-item:hover,
.hk-ee-report-legend-item:focus-visible {
    border-color: #d4d9de;
    background: #fafbfc;
    transform: translateY(-1px);
    outline: none;
}

.hk-ee-report-legend-item i {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 3px;
    box-shadow: 0 0 0 3px rgba(80, 90, 100, .055);
}

.hk-ee-report-legend-item.is-off {
    opacity: .48;
    background: #f7f8f9;
}

.hk-ee-report-legend-item.is-off i {
    filter: grayscale(1);
}

.hk-ee-report-legend-item.is-off span {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.hk-ee-report-scroll-host {
    position: relative;
}

.hk-ee-scroll-guide {
    position: absolute;
    z-index: 18;
    left: 50%;
    bottom: 12px;
    display: grid;
    grid-template-columns: auto minmax(80px, 210px);
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: min(calc(100% - 24px), 470px);
    padding: 7px 11px;
    border: 1px solid rgba(220, 225, 230, .92);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 20px rgba(35, 42, 49, .09);
    color: #68717a;
    font-family: inherit !important;
    font-size: 11px;
    font-weight: 400 !important;
    line-height: 1.5;
    direction: rtl;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, 7px);
    transition: opacity .28s ease, transform .28s ease;
}

.hk-ee-scroll-guide[hidden] {
    display: none !important;
}

.hk-ee-scroll-guide.is-visible {
    opacity: .94;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.hk-ee-scroll-guide-text {
    white-space: nowrap;
}

.hk-ee-scroll-guide-track {
    position: relative;
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf0f2;
    direction: ltr;
    cursor: pointer;
    touch-action: none;
}

.hk-ee-scroll-guide-track i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 28px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--hk-report-brand, #ED1C24) 64%, #fff);
    transition: width .18s ease, transform .08s linear;
    cursor: grab;
}

.hk-ee-scroll-guide-track i:active {
    cursor: grabbing;
}

.hk-ee-report-table-wrap {
    overflow-x: auto;
    border: 1px solid #e6e9ec;
    border-radius: 15px;
    direction: ltr;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
}

.hk-ee-report-table-wrap table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    color: #3c434a;
    direction: rtl;
    font-family: IRANSansWeb_FaNumBold, Tahoma, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.9;
}

.hk-ee-report-table-wrap th,
.hk-ee-report-table-wrap td {
    padding: 13px 14px;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
    vertical-align: middle;
    transition: background-color .16s ease;
}

.hk-ee-report-table-wrap tbody td {
    color: #3c434a;
    font-family: IRANSansWeb_FaNumBold, Tahoma, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.9;
}

.hk-ee-report-table-wrap thead th {
    background: var(--hk-report-table-head, #F3F5F7);
    color: #30373d;
    font-family: IRANSansWeb_FaNum, Tahoma, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.8;
    white-space: nowrap;
}

.hk-ee-report-table-wrap tbody tr:nth-child(even) td {
    background: var(--hk-report-table-alt, #F8F9FB);
}

.hk-ee-report-table-wrap tbody tr:hover td {
    background: #fff6f6 !important;
}

.hk-ee-report-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}

.hk-ee-report-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 17px;
    border: 1px solid #e4e7ea;
    border-radius: 14px;
    background: #fafbfc;
    color: #68717a;
    font-size: 12px;
}

.hk-ee-snapshot-empty {
    direction: rtl;
    padding: 17px;
    border: 1px solid #efc7ca;
    border-radius: 14px;
    background: #fff8f8;
    color: #8c3036;
    font-family: inherit;
}

@media (max-width: 1320px) {
    .hk-ee-report-summary.hk-ee-summary-count-5,
    .hk-ee-report-summary.hk-ee-summary-count-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .hk-ee-report-summary.hk-ee-summary-count-5,
    .hk-ee-report-summary.hk-ee-summary-count-4,
    .hk-ee-report-summary.hk-ee-summary-count-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .hk-ee-snapshot-report {
        width: 100%;
        margin: 18px auto;
        font-size: 14px;
    }

    .hk-ee-report-header {
        padding: 22px 20px;
        border-radius: 18px;
        flex-direction: column;
    }

    .hk-ee-report-snapshot-badge {
        align-self: flex-start;
    }

    .hk-ee-report-summary,
    .hk-ee-report-summary.hk-ee-summary-count-1,
    .hk-ee-report-summary.hk-ee-summary-count-2,
    .hk-ee-report-summary.hk-ee-summary-count-3,
    .hk-ee-report-summary.hk-ee-summary-count-4,
    .hk-ee-report-summary.hk-ee-summary-count-5 {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hk-ee-report-summary article {
        min-height: 140px;
        padding: 18px 16px 15px;
    }

    .hk-ee-report-summary strong {
        font-size: 29px;
    }

    .hk-ee-report-panel {
        padding: 17px 13px;
        border-radius: 18px;
    }

    .hk-ee-report-panel-head {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 9px;
    }

    .hk-ee-report-panel-head h3 {
        font-size: 19px !important;
    }

    .hk-ee-report-chart {
        min-height: 390px;
    }

    .hk-ee-report-tooltip {
        min-width: 168px;
        font-size: 12px;
    }

    .hk-ee-scroll-guide {
        grid-template-columns: 1fr;
        gap: 5px;
        width: min(92%, 330px);
        text-align: center;
    }

    .hk-ee-scroll-guide-track {
        height: 4px;
    }

    .hk-ee-report-meta {
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .hk-ee-report-table-wrap.hk-ee-table-cols-1 table,
    .hk-ee-report-table-wrap.hk-ee-table-cols-2 table,
    .hk-ee-report-table-wrap.hk-ee-table-cols-3 table,
    .hk-ee-report-table-wrap.hk-ee-table-cols-4 table {
        width: 100%;
        min-width: 100%;
        table-layout: fixed;
    }

    .hk-ee-report-table-wrap.hk-ee-table-cols-1 th,
    .hk-ee-report-table-wrap.hk-ee-table-cols-1 td,
    .hk-ee-report-table-wrap.hk-ee-table-cols-2 th,
    .hk-ee-report-table-wrap.hk-ee-table-cols-2 td,
    .hk-ee-report-table-wrap.hk-ee-table-cols-3 th,
    .hk-ee-report-table-wrap.hk-ee-table-cols-3 td,
    .hk-ee-report-table-wrap.hk-ee-table-cols-4 th,
    .hk-ee-report-table-wrap.hk-ee-table-cols-4 td {
        padding: 10px 6px;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        font-size: 15px !important;
        line-height: 1.65;
    }

    .hk-ee-report-table-wrap.hk-ee-table-cols-1 thead th,
    .hk-ee-report-table-wrap.hk-ee-table-cols-2 thead th,
    .hk-ee-report-table-wrap.hk-ee-table-cols-3 thead th,
    .hk-ee-report-table-wrap.hk-ee-table-cols-4 thead th {
        font-family: IRANSansWeb_FaNum, Tahoma, sans-serif !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 1.75;
    }

    .hk-ee-report-table-wrap.hk-ee-table-cols-1 tbody td,
    .hk-ee-report-table-wrap.hk-ee-table-cols-2 tbody td,
    .hk-ee-report-table-wrap.hk-ee-table-cols-3 tbody td,
    .hk-ee-report-table-wrap.hk-ee-table-cols-4 tbody td {
        font-family: IRANSansWeb_FaNumBold, Tahoma, sans-serif !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 1.85;
    }

    .hk-ee-report-table-wrap:not(.hk-ee-table-cols-1):not(.hk-ee-table-cols-2):not(.hk-ee-table-cols-3):not(.hk-ee-table-cols-4) table {
        min-width: 760px;
    }
}

