﻿:root {
    --ink: #1f2428;
    --ink-soft: #4b545c;
    --accent: #1f6f78;
    --accent-2: #f08a5d;
    --surface: rgba(255, 255, 255, 0.92);
    --border: #e7dfd3;
    --shadow: 0 18px 45px rgba(31, 36, 40, 0.12);
}

* {
    box-sizing: border-box;
}

body.app-shell {
    font-family: "Urbanist", "Segoe UI", sans-serif;
    color: var(--ink);
    background: radial-gradient(circle at 10% 10%, #f6efe5 0%, transparent 40%),
        radial-gradient(circle at 90% 15%, #edf5f4 0%, transparent 45%),
        linear-gradient(120deg, #f6f2ea 0%, #eef4f6 55%, #f8f7f0 100%);
    min-height: 100vh;
}

body.app-shell::before,
body.app-shell::after {
    content: "";
    position: fixed;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(2px);
    opacity: 0.35;
    z-index: 0;
    animation: float 18s ease-in-out infinite;
}

body.app-shell::before {
    background: radial-gradient(circle, rgba(240, 138, 93, 0.45), rgba(240, 138, 93, 0));
    top: -80px;
    left: -80px;
}

body.app-shell::after {
    background: radial-gradient(circle, rgba(31, 111, 120, 0.4), rgba(31, 111, 120, 0));
    bottom: -120px;
    right: -60px;
    animation-delay: -6s;
}

#app {
    position: relative;
    z-index: 1;
}

#sidebar {
    width: 280px;
}

#sidebar .sidebar-wrapper {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 246, 0.98));
    border-right: 1px solid var(--border);
    box-shadow: 12px 0 30px rgba(31, 36, 40, 0.08);
    backdrop-filter: blur(16px);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

#sidebar .sidebar-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 0%, rgba(31, 111, 120, 0.12), transparent 45%),
        radial-gradient(circle at 10% 80%, rgba(240, 138, 93, 0.18), transparent 40%);
    pointer-events: none;
}

#sidebar .sidebar-header {
    padding: 1.5rem 1.5rem 0.75rem;
}

#sidebar .sidebar-header,
#sidebar .sidebar-menu {
    position: relative;
    z-index: 1;
}

.sidebar-header .logo img {
    height: 34px;
    width: 34px;
}

.sidebar-header .logo {
    display: flex;
    align-items: center;
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-title {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
}

.brand-subtitle {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

.sidebar-menu {
    padding: 0 1.25rem 1.5rem;
}

.menu {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    list-style: none;
    padding-left: 0;
}

.sidebar-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.6rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin: 0.75rem 0 0.4rem;
}

.sidebar-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #eadfd3;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    border-radius: 16px;
    padding: 0.65rem 0.95rem;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    position: relative;
}

.sidebar-link::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 4px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #1f6f78, #f08a5d);
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
}

.sidebar-link i {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(31, 111, 120, 0.12);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: inset 0 0 0 1px #e8ded1;
    transition: all 0.2s ease;
}

.sidebar-link span {
    font-weight: 600;
    color: var(--ink);
}

.sidebar-item.active .sidebar-link,
.sidebar-link:hover {
    background: #fff;
    border-color: #e8ded1;
    box-shadow: 0 12px 26px rgba(31, 36, 40, 0.12);
    transform: translateX(2px);
}

.sidebar-item.active .sidebar-link::before,
.sidebar-link:hover::before {
    opacity: 1;
}

.sidebar-item.active .sidebar-link i {
    background: linear-gradient(130deg, #1f6f78, #42b5a8);
    color: #fff;
    box-shadow: none;
}

#main {
    padding: 0 2rem 2.5rem;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 0 0.5rem;
    animation: rise 0.6s ease both;
}

.topbar-title {
    display: flex;
    flex-direction: column;
}

.eyebrow {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--ink-soft);
}

.topbar-title h1 {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 2.1rem;
    margin: 0.25rem 0 0;
}

.topbar-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn {
    border-radius: 999px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
}

.btn-ghost {
    border: 1px solid #d8cfc2;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.7);
}

.btn-ghost:hover {
    border-color: #c5b8a9;
}

.btn-primary {
    border: none;
    background: linear-gradient(120deg, #1f6f78, #42b5a8);
    box-shadow: 0 12px 26px rgba(31, 111, 120, 0.3);
}

.page-heading h3 {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 1rem;
}

.quick-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.quick-card {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.15rem 1.3rem;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: 0 12px 32px rgba(31, 36, 40, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: rise 0.6s ease both;
    text-decoration: none;
    color: var(--ink);
}

.quick-card span {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--ink-soft);
}

.quick-card strong {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 1.05rem;
    color: var(--ink);
}

.quick-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(31, 36, 40, 0.16);
}

.card {
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
    animation: rise 0.6s ease both;
}

.metric-card {
    position: relative;
    overflow: visible;
    border: 1px solid #e9e0d5;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 242, 0.95));
    box-shadow: 0 16px 30px rgba(31, 36, 40, 0.09);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    isolation: isolate;
    min-height: 148px;
}

.metric-card::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 16px;
    height: 3px;
    border-radius: 999px;
    background: var(--metric-accent, linear-gradient(120deg, #1f6f78, #f08a5d));
    opacity: 0.85;
}

.metric-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 0%, rgba(31, 111, 120, 0.08), transparent 45%);
    opacity: 0.7;
    z-index: 0;
}

.metric-card > * {
    position: relative;
    z-index: 1;
}

.metric-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(31, 36, 40, 0.14);
}

.metric-card .card-body {
    padding: 1.1rem 1.25rem;
}

.metric-card--purple {
    --metric-accent: linear-gradient(120deg, #2f8f9d, #6cc1b2);
}

.metric-card--blue {
    --metric-accent: linear-gradient(120deg, #3d6cb9, #6a9ae6);
}

.metric-card--green {
    --metric-accent: linear-gradient(120deg, #26a69a, #7bc6a6);
}

.metric-card--red {
    --metric-accent: linear-gradient(120deg, #e76f51, #f4a261);
}

.metric-card--orange {
    --metric-accent: linear-gradient(120deg, #f08a5d, #f2c14e);
}

.metric-card--teal {
    --metric-accent: linear-gradient(120deg, #1f6f78, #42b5a8);
}

.metric-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--ink-soft);
    margin-bottom: 0.35rem;
}

.metric-value {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--ink);
}

.metric-subtle {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--ink-soft);
}

.report-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 1.1rem 1.35rem;
    box-shadow: 0 14px 30px rgba(31, 36, 40, 0.08);
}

.report-title-block {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.report-brand img {
    width: 44px;
    height: 44px;
}

.report-kicker {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

.report-title {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 1.5rem;
    margin: 0.2rem 0 0.2rem;
}

.report-subtitle {
    color: var(--ink-soft);
    margin-bottom: 0;
}

.report-actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.report-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1rem 0;
}

.report-chip {
    background: rgba(31, 111, 120, 0.12);
    color: var(--accent);
    border: 1px solid rgba(31, 111, 120, 0.2);
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.report-note {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1rem 1.2rem;
    box-shadow: 0 12px 24px rgba(31, 36, 40, 0.06);
    margin-bottom: 1.25rem;
}

.report-note h3 {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 1.15rem;
}

.report-note code {
    background: rgba(31, 111, 120, 0.12);
    color: var(--accent);
    border-radius: 6px;
    padding: 0.08rem 0.35rem;
    font-size: 0.78rem;
}

.report-note .heading-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(240, 138, 93, 0.18);
    color: #b45309;
    font-size: 1.1rem;
    box-shadow: inset 0 0 0 1px rgba(240, 138, 93, 0.25);
}

.report-note .heading-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.report-note .heading-icon i::before {
    display: block;
    line-height: 1;
}

.heading-subtitle {
    font-size: 0.9rem;
    color: var(--ink-soft);
}

.report-main-card {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.summary-card .stats-icon {
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
    border-radius: 14px;
    flex-shrink: 0;
}

.summary-card .metric-value {
    font-size: 1.4rem;
}

.accordion-modern .accordion-item {
    border: 1px solid #eadfd3;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0.75rem;
    box-shadow: 0 10px 24px rgba(31, 36, 40, 0.08);
}

.accordion-modern .accordion-button {
    background: rgba(255, 255, 255, 0.95);
    color: var(--ink);
    font-weight: 600;
    box-shadow: none;
    position: relative;
    gap: 0.6rem;
    padding-right: 3.2rem;
}

.accordion-modern .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--ink);
}

.accordion-modern .accordion-button::after {
    opacity: 0.6;
    position: absolute;
    right: -0.1rem;
    margin-left: 0;
}

.accordion-modern .accordion-button i.bi-person-circle {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(31, 111, 120, 0.12);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.accordion-modern .accordion-button .amount-badge {
    margin-left: auto;
}

.accordion-header-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 0.9rem;
}

.accordion-header-row .accordion-button {
    flex: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: background 0.2s ease, border-color 0.2s ease;
    padding: 0.85rem 3.2rem 0.85rem 1rem;
}

.accordion-header-row .accordion-button:hover {
    background: rgba(31, 111, 120, 0.06);
    border-color: rgba(31, 111, 120, 0.15);
}

.report-client-btn {
    white-space: nowrap;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid #d8cfc2;
    background: #fff;
    box-shadow: 0 10px 20px rgba(31, 36, 40, 0.08);
}

.report-client-btn:hover {
    border-color: #c5b8a9;
    box-shadow: 0 14px 28px rgba(31, 36, 40, 0.12);
}

.accordion-modern-item {
    position: relative;
    border: 1px solid #e9e0d5;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 242, 0.96));
    box-shadow: 0 14px 28px rgba(31, 36, 40, 0.08);
}


.accordion-modern-item .accordion-header {
    position: relative;
    z-index: 1;
}

.accordion-modern-item .amount-badge {
    font-size: 0.78rem;
}

.accordion-modern .accordion-body {
    background: #fff;
}

.table-modern {
    color: var(--ink);
}

.report-table-scroll {
    max-height: 360px;
    overflow-y: auto;
}

.table-modern th,
.table-modern td {
    border-color: #eadfd3;
    padding: 0.75rem 0.9rem;
}

.table-modern-head th {
    background: #f7f3ec;
    color: var(--ink-soft);
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
}

.table-modern tbody tr:hover {
    background: rgba(31, 111, 120, 0.06);
}

.amount-badge {
    background: linear-gradient(120deg, #1f6f78, #f08a5d);
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.35rem 0.6rem;
}

.badge-status {
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.badge-warning {
    background: rgba(240, 138, 93, 0.2);
    color: #b45309;
    border: 1px solid rgba(240, 138, 93, 0.35);
}

.badge-accent {
    background: rgba(31, 111, 120, 0.15);
    color: #1f6f78;
    border: 1px solid rgba(31, 111, 120, 0.35);
}

.desc-mini {
    font-size: 0.75rem;
    color: var(--ink-soft);
}

.payments-card,
.orders-card {
    background: var(--surface);
}

.payments-header,
.orders-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.payments-header h4,
.orders-header h4 {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    margin-bottom: 0.15rem;
}

.payments-header p,
.orders-header p {
    color: var(--ink-soft);
}

.payments-meta,
.orders-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.meta-pill {
    background: rgba(31, 111, 120, 0.12);
    color: var(--accent);
    border: 1px solid rgba(31, 111, 120, 0.2);
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.payments-filters,
.orders-filters {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 12px 24px rgba(31, 36, 40, 0.06);
}

.payments-filters .form-label,
.orders-filters .form-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--ink-soft);
    margin-bottom: 0.35rem;
}

.payments-filters .form-control,
.payments-filters .form-select,
.orders-filters .form-control,
.orders-filters .form-select {
    border-radius: 12px;
    border: 1px solid #d8cfc2;
    background: #fff;
}

.payments-filters .form-control:focus,
.payments-filters .form-select:focus,
.orders-filters .form-control:focus,
.orders-filters .form-select:focus {
    border-color: #c5b8a9;
    box-shadow: 0 0 0 0.2rem rgba(31, 111, 120, 0.12);
}

.payments-table .order-text,
.orders-table .order-text {
    display: block;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payments-table,
.orders-table {
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.payments-table .table,
.orders-table .table {
    margin-bottom: 0;
}

.payments-alert {
    margin-top: 0.75rem;
}

.action-buttons {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .payments-table .order-text,
    .orders-table .order-text {
        max-width: 180px;
    }

    .action-buttons {
        justify-content: flex-start;
    }
}

.card-header {
    border-bottom: 1px solid #efe7dc;
    background: transparent;
}

.stats-icon {
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 1.35rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6), 0 10px 20px rgba(31, 36, 40, 0.18);
}

.stats-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.stats-icon i::before {
    display: block;
    line-height: 1;
}

.stats-icon.purple {
    background: linear-gradient(130deg, #2f8f9d, #6cc1b2);
}

.stats-icon.blue {
    background: linear-gradient(130deg, #3d6cb9, #6a9ae6);
}

.stats-icon.green {
    background: linear-gradient(130deg, #26a69a, #7bc6a6);
}

.stats-icon.red {
    background: linear-gradient(130deg, #e76f51, #f4a261);
}

.stats-icon.orange {
    background: linear-gradient(130deg, #f08a5d, #f2c14e);
}

.stats-icon.teal {
    background: linear-gradient(130deg, #1f6f78, #42b5a8);
}

#area-chart,
#radial-chart {
    min-height: 300px;
}

.footer {
    margin-top: 2rem;
}

.login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
}

.login-card {
    width: min(420px, 100%);
    padding: 2.2rem 2.4rem;
    border-radius: 22px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    animation: rise 0.6s ease both;
}

.login-brand {
    margin-bottom: 1.6rem;
}

.login-brand h1 {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 1.8rem;
    margin: 0.75rem 0 0.4rem;
}

.login-brand p {
    color: var(--ink-soft);
    margin: 0;
}

.login-badge {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.login-form label {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.login-form .form-control {
    border-radius: 12px;
    border: 1px solid #d8cfc2;
    padding: 0.75rem 0.85rem;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    #main {
        padding: 0 1.25rem 2rem;
    }

    .topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-actions {
        width: 100%;
    }

    .report-main-card {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@keyframes float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(12px, -18px, 0);
    }
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

@media print {
    body.app-shell {
        background: #fff;
        color: #000;
    }

    #sidebar,
    .topbar,
    .report-actions,
    .report-client-btn,
    .quick-actions,
    .footer {
        display: none !important;
    }

    #main {
        margin: 0 !important;
        padding: 0 !important;
    }

    .report-main-card {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .card,
    .metric-card,
    .accordion-modern .accordion-item,
    .report-toolbar,
    .report-note {
        box-shadow: none !important;
    }

    .accordion-collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .accordion-modern .accordion-item,
    .accordion-modern .accordion-body,
    .report-table-scroll {
        overflow: visible !important;
        max-height: none !important;
    }

    .report-table-scroll .table-modern-head {
        position: static !important;
    }

    .accordion-button::after {
        display: none !important;
    }

    .payments-table,
    .orders-table,
    .table-modern {
        border-color: #bbb !important;
    }

    body.print-client-mode .client-report {
        display: none !important;
    }

    body.print-client-mode .client-report.print-target {
        display: block !important;
    }

    body.print-client-mode .summary-cards {
        display: none !important;
    }

    body.print-client-mode .report-note {
        display: none !important;
    }

    .whats-col,
    .whats-cell,
    .whats-action {
        display: none !important;
    }
}
