    .channels-page .page-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        flex-wrap: wrap;
        margin-bottom: 1.2rem
    }

    .channels-page .page-header-inner h4 {
        margin: 0;
        font-weight: 900
    }

    .channels-page .page-header-inner p {
        margin: .2rem 0 0;
        color: #6b7280;
        font-size: .85rem
    }

    .summary-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: .9rem;
        margin-bottom: 1.1rem
    }

    .sum-card {
        background: #fff;
        border: 1.5px solid var(--border);
        border-radius: 1rem;
        padding: 1rem;
        display: flex;
        gap: .8rem;
        align-items: center
    }

    .sum-icon {
        width: 42px;
        height: 42px;
        border-radius: .7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem
    }

    .sum-card .num {
        font-size: 1.2rem;
        font-weight: 900;
        line-height: 1;
        color: #111827
    }

    .sum-card .lbl {
        font-size: .74rem;
        color: #6b7280;
        margin-top: .2rem
    }

    .sum-card .delta {
        font-size: .72rem;
        font-weight: 700;
        margin-top: .2rem
    }

    .delta.up {
        color: #10b981
    }

    .delta.down {
        color: #ef4444
    }

    .verify-alert {
        display: none;
        align-items: flex-start;
        gap: .75rem;
        background: #fffbeb;
        border: 1.5px solid #fde68a;
        border-radius: .75rem;
        padding: .85rem 1rem;
        margin-bottom: 1rem;
        color: #92400e;
        font-size: .84rem
    }

    .verify-alert.show {
        display: flex
    }

    .channels-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 1rem;
        margin-bottom: 1rem
    }

    .channel-card {
        background: #fff;
        border: 1.5px solid var(--border);
        border-radius: 1rem;
        overflow: hidden
    }

    .channel-card.verified {
        border-color: #10b981
    }

    .channel-card.pending {
        border-color: #f59e0b
    }

    .channel-card.rejected {
        border-color: #ef4444
    }

    .ch-stripe {
        height: 5px
    }

    .stripe-tiktok {
        background: linear-gradient(90deg, #FE2C55, #FF6A00)
    }

    .stripe-facebook {
        background: linear-gradient(90deg, #1877F2, #42A5F5)
    }

    .stripe-shopee {
        background: linear-gradient(90deg, #F97316, #FBBF24)
    }

    .stripe-instagram {
        background: linear-gradient(90deg, #E1306C, #F77737, #FCAF45)
    }

    .stripe-youtube {
        background: linear-gradient(90deg, #FF0000, #FF6A00)
    }

    .stripe-zalo {
        background: linear-gradient(90deg, #2563EB, #38BDF8)
    }

    .ch-body {
        padding: 1rem
    }

    .ch-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: .5rem;
        margin-bottom: .75rem
    }

    .plat-logo {
        width: 38px;
        height: 38px;
        border-radius: .7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.15rem;
        background: #f3f4f6
    }

    .ch-platform-name {
        font-weight: 800;
        font-size: .93rem
    }

    .ch-username {
        font-size: .76rem;
        color: #6b7280
    }

    .verify-badge {
        display: inline-flex;
        align-items: center;
        padding: .2rem .6rem;
        border-radius: 999px;
        font-size: .7rem;
        font-weight: 700
    }

    .vb-verified {
        background: #d1fae5;
        color: #065f46
    }

    .vb-pending {
        background: #fef3c7;
        color: #92400e
    }

    .vb-rejected {
        background: #fee2e2;
        color: #991b1b
    }

    .vb-unverified {
        background: #f3f4f6;
        color: #4b5563
    }

    .ch-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .45rem;
        margin-bottom: .8rem
    }

    .ch-stat {
        background: #f9fafb;
        border-radius: .55rem;
        padding: .55rem;
        text-align: center
    }

    .ch-stat .sv {
        font-size: .9rem;
        font-weight: 800
    }

    .ch-stat .sk {
        font-size: .66rem;
        color: #6b7280
    }

    .ch-actions {
        display: flex;
        gap: .45rem;
        flex-wrap: wrap
    }

    .btn-ch {
        border: none;
        border-radius: .5rem;
        padding: .45rem .65rem;
        font-size: .76rem;
        font-weight: 700
    }

    .btn-ch-primary {
        background: #f97316;
        color: #fff
    }

    .btn-ch-outline {
        background: #fff;
        border: 1.5px solid var(--border);
        color: #374151
    }

    .btn-ch-danger {
        background: #fee2e2;
        color: #b91c1c
    }

    .add-card {
        background: #fff;
        border: 2px dashed #d1d5db;
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem 1.2rem;
        min-height: 260px;
        cursor: pointer
    }

    .verify-panel,
    .chart-card {
        background: #fff;
        border: 1.5px solid var(--border);
        border-radius: 1rem;
        padding: 1.1rem;
        margin-bottom: 1rem
    }

    .verify-panel {
        display: none
    }

    .verify-panel.show {
        display: block
    }

    .verify-panel.verified-compact {
        padding: .8rem .95rem;
    }

    .verify-panel.verified-compact .verify-head {
        margin-bottom: .25rem;
    }

    .verify-panel.verified-compact .verify-sub {
        font-size: .78rem;
    }

    .verify-panel.verified-compact .verify-step-list,
    .verify-panel.verified-compact .verify-note,
    .verify-panel.verified-compact #verifyMethodWrap {
        display: none !important;
    }

    .verify-panel {
        padding: 1rem
    }

    .verify-head {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: .75rem;
        margin-bottom: .75rem
    }

    .verify-title {
        margin: 0;
        font-size: 1rem;
        font-weight: 900
    }

    .verify-sub {
        margin: .25rem 0 0;
        font-size: .82rem;
        color: #6b7280
    }

    .verify-platform-switch {
        display: inline-flex;
        background: #f3f4f6;
        border-radius: 999px;
        padding: .2rem;
        gap: .2rem;
        margin-bottom: .8rem
    }

    .verify-platform-btn {
        border: none;
        border-radius: 999px;
        background: transparent;
        color: #4b5563;
        font-size: .74rem;
        font-weight: 700;
        padding: .38rem .75rem
    }

    .verify-platform-btn.active {
        background: #fff;
        color: #111827;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .08)
    }

    .verify-step-list {
        display: grid;
        gap: .7rem
    }

    .verify-step {
        border: 1.5px solid #e5e7eb;
        border-radius: .9rem;
        padding: .85rem;
        background: #fff
    }

    .verify-step.active {
        border-color: #f97316;
        background: #fff7ed
    }

    .verify-step.done {
        border-color: #10b981;
        background: #ecfdf5
    }

    .verify-step-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .5rem;
        margin-bottom: .5rem
    }

    .verify-step-title {
        margin: 0;
        font-size: .9rem;
        font-weight: 800;
        color: #111827
    }

    .verify-step-mark {
        font-size: .72rem;
        font-weight: 800;
        border-radius: 999px;
        padding: .18rem .55rem;
        background: #f3f4f6;
        color: #4b5563
    }

    .verify-step.done .verify-step-mark {
        background: #dcfce7;
        color: #166534
    }

    .verify-step.active .verify-step-mark {
        background: #ffedd5;
        color: #9a3412
    }

    .verify-input-label {
        font-size: .76rem;
        font-weight: 700;
        color: #374151;
        margin-bottom: .35rem
    }

    .verify-readonly-box {
        border: 1.5px solid #bbf7d0;
        background: #f0fdf4;
        color: #166534;
        border-radius: .65rem;
        padding: .6rem .7rem;
        font-size: .8rem;
        display: flex;
        align-items: center;
        gap: .4rem
    }

    .verify-code-box {
        border: 2px solid #1d4ed8;
        background: #eff6ff;
        border-radius: .8rem;
        padding: .8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .6rem;
        margin-bottom: .45rem
    }

    .verify-code-text {
        font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
        font-size: 1.25rem;
        font-weight: 900;
        letter-spacing: .08em;
        color: #1e3a8a
    }

    .copy-btn {
        border: none;
        background: #1d4ed8;
        color: #fff;
        border-radius: .55rem;
        padding: .42rem .7rem;
        font-size: .76rem;
        font-weight: 700
    }

    .verify-hint {
        font-size: .74rem;
        color: #6b7280;
        margin: 0
    }

    .verify-target {
        border: 1px solid #e5e7eb;
        border-radius: .65rem;
        background: #f9fafb;
        padding: .55rem .65rem;
        margin-top: .45rem;
        font-size: .78rem;
        color: #374151
    }

    .verify-main-cta {
        width: 100%;
        border: none;
        border-radius: .7rem;
        background: #f97316;
        color: #fff;
        font-size: .83rem;
        font-weight: 800;
        padding: .6rem .8rem;
        margin-top: .6rem
    }

    .verify-main-cta[disabled] {
        opacity: .65
    }

    .verify-note {
        margin-top: .75rem;
        font-size: .76rem;
        color: #92400e;
        background: #fffbeb;
        border: 1px solid #fde68a;
        border-radius: .7rem;
        padding: .6rem .7rem
    }

    .mini-bars {
        display: flex;
        align-items: flex-end;
        gap: 5px;
        height: 70px
    }

    .mini-bar-wrap {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 3px;
        align-items: center
    }

    .mini-bar {
        width: 100%;
        border-radius: 4px 4px 0 0;
        min-height: 4px
    }

    .mini-bar-label {
        font-size: .64rem;
        color: #9ca3af
    }

    .plat-table {
        width: 100%;
        border-collapse: collapse
    }

    .plat-table th {
        background: #f9fafb;
        font-size: .74rem;
        font-weight: 800;
        color: #6b7280;
        padding: .6rem .8rem
    }

    .plat-table td {
        padding: .65rem .8rem;
        border-bottom: 1px solid #f3f4f6;
        font-size: .83rem
    }

    .modal-overlay {
        position: fixed;
        inset: 0;
        background: rgba(17, 24, 39, .45);
        backdrop-filter: blur(4px);
        z-index: 1200;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 1rem
    }

    .modal-overlay.open {
        display: flex
    }

    .modal-box {
        background: #fff;
        border-radius: 1rem;
        width: 100%;
        max-width: 520px;
        max-height: 90vh;
        overflow-y: auto
    }

    .modal-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.1rem;
        border-bottom: 1px solid var(--border)
    }

    .modal-body {
        padding: 1rem 1.1rem
    }

    .modal-footer {
        display: flex;
        gap: .6rem;
        justify-content: flex-end;
        padding: .8rem 1.1rem;
        border-top: 1px solid var(--border)
    }

    .plat-selector {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .5rem
    }

    .plat-option {
        border: 1.5px solid var(--border);
        border-radius: .6rem;
        padding: .55rem;
        text-align: center;
        cursor: pointer
    }

    .plat-option.selected {
        border-color: #f97316;
        background: #fff7ed
    }

    .toast-wrap {
        position: fixed;
        bottom: 1.2rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1300
    }

    .toast-item {
        background: #111827;
        color: #fff;
        border-radius: 999px;
        padding: .6rem 1rem;
        font-size: .82rem
    }

    @media(max-width:992px) {
        .summary-row {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    @media(max-width:768px) {
        .summary-row {
            grid-template-columns: 1fr
        }

        .channels-grid {
            grid-template-columns: 1fr
        }

        .plat-selector {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    /* Channels page - header upgrade only */
    .ch-page-head {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        margin-bottom: 1.2rem;
    }

    .ch-page-head h4 {
        font-weight: 900;
        font-size: 1.25rem;
        color: #111827;
        margin: 0;
    }

    .ch-page-head p {
        font-size: .82rem;
        color: #6B7280;
        margin: .2rem 0 0;
    }

    .btn-ch-add {
        background: #F97316;
        color: #fff;
        border: none;
        border-radius: .65rem;
        padding: .52rem 1.1rem;
        font-size: .86rem;
        font-weight: 700;
        font-family: inherit;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: .35rem;
        transition: all .15s;
        box-shadow: 0 2px 10px rgba(249, 115, 22, .25);
    }

    .btn-ch-add:hover {
        background: #EA580C;
        transform: translateY(-1px);
    }
