/*
 * SmartApps CMS Typography Lock 1.1.4
 * Fail ini dimuatkan selepas app.css supaya saiz tulisan kekal konsisten
 * walaupun app.css diganti oleh patch akan datang.
 */

:root {
    --smartapps-font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --smartapps-body-size: 17px;
    --smartapps-body-line: 1.7;
}

html {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

body,
.admin-body,
button,
input,
select,
textarea {
    font-family: var(--smartapps-font-family) !important;
}

body,
.admin-body {
    font-size: var(--smartapps-body-size) !important;
    line-height: var(--smartapps-body-line) !important;
}

/* Laman awam dan portal pengguna */
.main-nav,
.button,
.form-stack label,
.form-grid label,
.form-note,
.alert,
.record-list,
.license-info,
.membership-pill,
.status {
    font-size: 1rem !important;
}

.lead,
.section-heading p,
.app-card p,
.price-card p,
.price-card li,
.panel p,
.dashboard-section-title p,
.auth-card > p {
    font-size: 1.08rem !important;
    line-height: 1.75 !important;
}

.app-card h3,
.panel h2,
.dashboard-section-title h2 {
    font-size: 1.55rem !important;
    line-height: 1.3 !important;
}

/* Menu sisi */
.admin-brand-copy strong {
    font-size: 1.65rem !important;
}

.admin-brand-copy small {
    font-size: .9rem !important;
}

.admin-nav-label {
    font-size: .82rem !important;
}

.admin-nav-link,
.admin-nav-link span {
    font-size: 1rem !important;
}

.admin-nav-link small,
.admin-nav-link b,
.admin-system-state small {
    font-size: .86rem !important;
}

.admin-system-state strong,
.admin-site-link {
    font-size: .96rem !important;
}

/* Bar atas dan tajuk */
.admin-page-heading span,
.admin-kicker,
.admin-section-label {
    font-size: .86rem !important;
}

.admin-page-heading strong {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
}

.admin-profile-copy strong {
    font-size: 1rem !important;
}

.admin-profile-copy small {
    font-size: .84rem !important;
}

.admin-welcome h1 {
    font-size: clamp(2rem, 3vw, 2.75rem) !important;
    line-height: 1.2 !important;
}

.admin-welcome p {
    font-size: 1.08rem !important;
    line-height: 1.75 !important;
}

.admin-button {
    font-size: 1rem !important;
}

/* Kad ringkasan */
.admin-stat-main > span {
    font-size: .98rem !important;
}

.admin-stat-main > strong {
    font-size: 2.2rem !important;
    line-height: 1.1 !important;
}

.admin-stat-main > strong em {
    font-size: 1.15rem !important;
}

.admin-stat-main > small,
.admin-stat-link {
    font-size: .9rem !important;
    line-height: 1.5 !important;
}

/* Panel dan tindakan pantas */
.admin-panel-heading h2,
.admin-panel-heading-wide h2 {
    font-size: 1.9rem !important;
    line-height: 1.25 !important;
}

.admin-panel-heading p,
.admin-panel-heading-wide p {
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

.admin-phase-badge,
.admin-count-badge {
    font-size: .84rem !important;
}

.admin-quick-action strong {
    font-size: 1rem !important;
}

.admin-quick-action small {
    font-size: .9rem !important;
    line-height: 1.55 !important;
    white-space: normal !important;
}

/* Kemajuan pembangunan */
.admin-progress-ring strong {
    font-size: 1.55rem !important;
}

.admin-progress-ring span,
.admin-progress-list strong,
.admin-progress-list em {
    font-size: .82rem !important;
}

.admin-progress-copy strong {
    font-size: 1.08rem !important;
}

.admin-progress-copy p,
.admin-progress-list span {
    font-size: .92rem !important;
    line-height: 1.65 !important;
}

/* Kad aplikasi */
.admin-module-status {
    font-size: .82rem !important;
}

.admin-module-copy > span {
    font-size: .82rem !important;
}

.admin-module-copy h3 {
    font-size: 1.55rem !important;
    line-height: 1.3 !important;
}

.admin-module-copy p {
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

.admin-module-meta small {
    font-size: .86rem !important;
}

.admin-module-meta strong,
.admin-module-open,
.admin-toggle-button > em {
    font-size: .94rem !important;
}

/* Aktiviti dan pengguna */
.admin-activity-list strong,
.admin-user-list strong,
.admin-empty-compact strong {
    font-size: 1rem !important;
}

.admin-activity-list p,
.admin-user-list p,
.admin-activity-list time,
.admin-role-tag,
.admin-empty-compact p {
    font-size: .9rem !important;
    line-height: 1.55 !important;
}

.admin-footer {
    font-size: .92rem !important;
}

@media (max-width: 760px) {
    :root {
        --smartapps-body-size: 16px;
    }

    .admin-page-heading strong {
        font-size: 1.4rem !important;
    }

    .admin-welcome h1 {
        font-size: 1.9rem !important;
    }

    .admin-welcome p,
    .admin-module-copy p,
    .admin-panel-heading p,
    .admin-panel-heading-wide p {
        font-size: 1rem !important;
    }

    .admin-panel-heading h2,
    .admin-panel-heading-wide h2 {
        font-size: 1.55rem !important;
    }

    .admin-module-copy h3 {
        font-size: 1.4rem !important;
    }

    .admin-stat-main > strong {
        font-size: 2rem !important;
    }
}

@media (max-width: 470px) {
    .admin-page-heading strong {
        font-size: 1.28rem !important;
    }

    .admin-welcome h1 {
        font-size: 1.7rem !important;
    }

    .admin-module-copy h3 {
        font-size: 1.3rem !important;
    }
}

/* Kunci saiz tulisan halaman pengurusan Fasa 2.0 */
.admin-page-intro h1{font-size:clamp(2rem,3vw,2.65rem)!important;line-height:1.2!important}.admin-page-intro p,.admin-form label,.admin-form input,.admin-form select,.admin-form textarea,.admin-table,.admin-resource-card-main p,.admin-resource-card-main small,.admin-license-head p,.admin-content-list p,.admin-content-list small,.admin-product-card>p,.admin-product-meta,.admin-info-note p{font-size:1rem!important;line-height:1.65!important}.admin-table th,.admin-tag,.admin-text-link,.admin-search,.admin-inline-form,.admin-fieldset legend{font-size:.94rem!important}.admin-resource-card-main strong,.admin-license-head strong,.admin-content-list h3{font-size:1.12rem!important}.admin-product-top h3{font-size:1.35rem!important}.admin-product-price{font-size:1.65rem!important}.admin-membership-summary strong,.admin-payment-summary strong{font-size:1.75rem!important}@media(max-width:760px){.admin-page-intro h1{font-size:1.85rem!important}.admin-form label,.admin-form input,.admin-form select,.admin-form textarea,.admin-table,.admin-page-intro p{font-size:1rem!important}}

/* Kunci saiz tulisan Fasa 2.3 — pembayaran dan checkout */
.gateway-settings-form label,
.gateway-settings-form input,
.gateway-settings-form select,
.gateway-settings-form small,
.gateway-option-grid strong,
.gateway-option-grid small,
.gateway-test-form,
.payment-table,
.payment-table small,
.payment-row-actions,
.checkout-heading p,
.checkout-product-card > p,
.checkout-summary-list,
.checkout-security-note,
.payment-result-card > p,
.payment-result-details,
.dashboard-payment-list {
    font-size: 1rem !important;
    line-height: 1.65 !important;
}

.gateway-state,
.checkout-plan-badge,
.checkout-back-link {
    font-size: .92rem !important;
}

.checkout-heading h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem) !important;
    line-height: 1.18 !important;
}

.checkout-product-card h2,
.payment-result-card h1 {
    font-size: 2rem !important;
    line-height: 1.25 !important;
}

.checkout-summary-head strong {
    font-size: 2.1rem !important;
}

@media (max-width: 760px) {
    .checkout-heading h1 { font-size: 2rem !important; }
    .checkout-product-card h2,
    .payment-result-card h1 { font-size: 1.7rem !important; }
}

/* Kunci saiz tulisan Fasa 2.4 — lesen, pembaharuan dan peranti */
.license-key-compact small,
.dashboard-device-copy small,
.admin-license-key-row small,
.admin-device-row small,
.license-api-box small { font-size: 13px !important; }

.license-key-compact code,
.dashboard-device-copy span,
.admin-expiry-list span,
.admin-license-key-row strong,
.admin-device-row span,
.admin-device-subsection-head span,
.license-api-box code,
.admin-license-edit-form label { font-size: 15px !important; }

.dashboard-device-copy strong,
.admin-expiry-list strong,
.admin-device-row strong,
.admin-device-subsection-head strong,
.license-api-box strong,
.admin-text-button { font-size: 16px !important; }

.dashboard-device-list .button,
.subscription-record-action .button { font-size: 14px !important; }

@media (max-width: 760px) {
    .license-key-compact code,
    .dashboard-device-copy span,
    .admin-expiry-list span,
    .admin-license-key-row strong,
    .admin-device-row span,
    .license-api-box code { font-size: 14px !important; }

    .dashboard-device-copy strong,
    .admin-expiry-list strong,
    .admin-device-row strong,
    .license-api-box strong { font-size: 15px !important; }
}

/* Kunci saiz tulisan Fasa 2.5 — portal pelanggan */
.portal-body,
.portal-nav-link,
.portal-topbar,
.portal-form input,
.portal-form select,
.portal-form textarea,
.portal-table,
.portal-section-card,
.portal-ticket-list,
.portal-conversation,
.portal-device-list,
.portal-download-card,
.portal-guide-card {
    font-family: var(--smartapps-font-family) !important;
}
.portal-nav-link { font-size: 1rem !important; }
.portal-topbar-left > div strong { font-size: 1.35rem !important; }
.portal-page-intro h1,
.portal-welcome-card h1,
.portal-guide-article h1 { font-size: clamp(2rem, 3vw, 2.75rem) !important; }
.portal-page-intro p,
.portal-welcome-card p,
.portal-section-heading p,
.portal-app-card p,
.portal-guide-lead,
.portal-rich-content { font-size: 1rem !important; line-height: 1.75 !important; }
.portal-section-heading h2 { font-size: 1.6rem !important; }
.portal-app-card h2 { font-size: 1.5rem !important; }
.portal-app-card h3 { font-size: 1.2rem !important; }
.portal-stat-grid small,
.portal-stat-grid span,
.portal-license-summary,
.portal-table,
.portal-record-list,
.portal-ticket-list,
.portal-device-list,
.portal-download-card,
.portal-guide-card,
.portal-form label { font-size: .95rem !important; }
.portal-stat-grid strong { font-size: 2rem !important; }
@media(max-width:700px){
    .portal-topbar-left > div strong { font-size: 1.12rem !important; }
    .portal-page-intro h1,.portal-welcome-card h1 { font-size: 1.8rem !important; }
    .portal-section-heading h2 { font-size: 1.45rem !important; }
}
