            .oxapay-statistics-wrap {
                max-width: 1180px;
                margin-top: 20px;
            }

            .oxapay-statistics-hero {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 20px;
                margin: 8px 0 20px;
                padding: 22px 24px;
                background: linear-gradient(135deg, #ffffff 0%, #f6f9fc 55%, #eef6ff 100%);
                border: 1px solid #dcdcde;
                border-radius: 18px;
                box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
            }

            .oxapay-statistics-hero h2 {
                margin: 0 0 6px;
                font-size: 22px;
                letter-spacing: -0.02em;
            }

            .oxapay-statistics-hero p {
                margin: 0;
                color: #646970;
                font-size: 14px;
            }

            .oxapay-stat-filters {
                display: grid;
                grid-template-columns: repeat(4, minmax(180px, 1fr)) auto;
                gap: 16px;
                align-items: end;
                margin: 18px 0;
                padding: 18px;
                background: #fff;
                border: 1px solid #dcdcde;
                border-radius: 16px;
                box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
            }

            .oxapay-filter-field {
                min-width: 0;
            }

            .oxapay-filter-field label {
                display: block;
                margin-bottom: 7px;
                color: #50575e;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 0.04em;
            }

            .oxapay-filter-field select,
            .oxapay-filter-field input[type="date"] {
                width: 100% !important;
                max-width: none !important;
                min-height: 42px;
                border-radius: 10px;
                border: 1px solid #c3c4c7;
                background: #fff;
                padding: 0 12px;
            }

            .oxapay-filter-actions {
                display: flex;
                gap: 10px;
                align-items: center;
                align-self: end;
                white-space: nowrap;
            }

            .oxapay-filter-actions .button {
                min-height: 42px;
                padding: 0 16px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
            }

            .oxapay-active-filters {
                display: flex;
                flex-wrap: wrap;
                gap: 8px;
                align-items: center;
                margin: 6px 0 18px;
            }

            .oxapay-active-filters-title {
                color: #646970;
                font-weight: 600;
            }

            .oxapay-filter-badge {
                display: inline-flex;
                align-items: center;
                padding: 6px 10px;
                border-radius: 999px;
                background: #f0f6fc;
                color: #0969da;
                border: 1px solid #cfe8ff;
                font-size: 12px;
                font-weight: 700;
            }

            .oxapay-stat-cards {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 16px;
                margin: 20px 0 28px;
            }

            .oxapay-stat-card {
                position: relative;
                overflow: hidden;
                background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
                border: 1px solid #dcdcde;
                border-radius: 16px;
                padding: 20px;
                box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
            }

            .oxapay-stat-card::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 4px;
                background: linear-gradient(90deg, #2271b1, #72aee6);
            }

            .oxapay-stat-card-label {
                color: #646970;
                font-size: 13px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .oxapay-stat-card-value {
                color: #1d2327;
                font-size: 28px;
                font-weight: 700;
                line-height: 1.2;
                letter-spacing: -0.02em;
            }

            .oxapay-stat-card-note {
                color: #8c8f94;
                font-size: 12px;
                margin-top: 8px;
            }

            .oxapay-stat-section-header {
                margin-top: 28px;
                margin-bottom: 12px;
            }

            .oxapay-stat-section-header h2 {
                margin: 0;
            }

            .oxapay-stat-section-header p {
                margin: 6px 0 0;
                color: #646970;
            }

            .oxapay-stat-table {
                border-radius: 12px;
                overflow: hidden;
                border: 1px solid #dcdcde;
                box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
            }

            .oxapay-stat-table th {
                font-weight: 700;
                background: #f6f7f7;
            }

            .oxapay-stat-table td,
            .oxapay-stat-table th {
                padding: 14px 16px;
                vertical-align: middle;
            }

            .oxapay-currency-badge {
                display: inline-flex;
                align-items: center;
                min-width: 54px;
                justify-content: center;
                padding: 5px 10px;
                border-radius: 999px;
                background: #f0f6fc;
                color: #0969da;
                border: 1px solid #cfe8ff;
                font-weight: 700;
                letter-spacing: 0.02em;
            }

            .oxapay-stat-amount {
                font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
                font-weight: 600;
            }

            .oxapay-empty-state {
                background: #fff;
                border: 1px dashed #c3c4c7;
                border-radius: 14px;
                padding: 28px;
                text-align: center;
                color: #646970;
            }

            .oxapay-empty-state strong {
                display: block;
                color: #1d2327;
                font-size: 16px;
                margin-bottom: 6px;
            }

            .oxapay-empty-state p {
                margin: 0;
            }

            @media (max-width: 1200px) {
                .oxapay-stat-filters {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                }

                .oxapay-filter-actions {
                    grid-column: 1 / -1;
                }

                .oxapay-stat-cards {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                }
            }

            @media (max-width: 782px) {
                .oxapay-statistics-hero {
                    display: block;
                    padding: 18px;
                }

                .oxapay-stat-filters {
                    grid-template-columns: 1fr;
                }

                .oxapay-filter-actions {
                    flex-direction: column;
                    align-items: stretch;
                }

                .oxapay-filter-actions .button {
                    justify-content: center;
                }

                .oxapay-stat-cards {
                    grid-template-columns: 1fr;
                }
            }
