body.asxc-customer-dashboard-page {
    background:
        radial-gradient(circle at top left, rgba(59, 58, 244, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(59, 58, 244, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fbfe 0%, #f3f7fb 100%);
}

body.asxc-checkout-page .site-main .entry-header,
body.asxc-checkout-overlay-page .site-main .entry-header,
body.asxc-customer-dashboard-page .site-main .entry-header {
    padding-top: 50px;
    text-align: center;
}

body.asxc-customer-dashboard-page .asxc-theme-page-shell {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 36px 18px 64px;
    color: #152235;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.asxc-customer-dashboard-page .asxc-dashboard-layout {
    display: grid;
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

body.asxc-customer-dashboard-page .asxc-sidebar {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body.asxc-customer-dashboard-page .asxc-sidebar-card,
body.asxc-customer-dashboard-page .asxc-section-card,
body.asxc-customer-dashboard-page .asxc-login-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #d8e3f0;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(21, 34, 53, 0.08);
}

body.asxc-customer-dashboard-page .asxc-sidebar-card {
    padding: 24px;
}

body.asxc-customer-dashboard-page .asxc-sidebar-eyebrow,
body.asxc-customer-dashboard-page .asxc-section-eyebrow {
    margin: 0 0 8px;
    color: #3b3af4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.asxc-customer-dashboard-page .asxc-sidebar-title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.15;
}

body.asxc-customer-dashboard-page .asxc-sidebar-copy,
body.asxc-customer-dashboard-page .asxc-user-meta,
body.asxc-customer-dashboard-page .asxc-empty p,
body.asxc-customer-dashboard-page .asxc-login-card p,
body.asxc-customer-dashboard-page .asxc-section-copy,
body.asxc-customer-dashboard-page .asxc-table-sub,
body.asxc-customer-dashboard-page .asxc-table-muted,
body.asxc-customer-dashboard-page .asxc-modal-copy {
    color: #66768b;
}

body.asxc-customer-dashboard-page .asxc-sidebar-nav {
    display: grid;
    gap: 10px;
}

body.asxc-customer-dashboard-page .asxc-sidebar-link {
    display: block;
    text-decoration: none;
    color: #152235;
    font-weight: 600;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #d8e3f0;
    background: rgba(255, 255, 255, 0.72);
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

body.asxc-customer-dashboard-page .asxc-sidebar-link:hover {
    border-color: #3b3af4;
    background: #ffffff;
    transform: translateY(-1px);
}

body.asxc-customer-dashboard-page .asxc-sidebar-user strong {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

body.asxc-customer-dashboard-page .asxc-main {
    display: grid;
    gap: 24px;
}

body.asxc-customer-dashboard-page .asxc-section-card {
    padding: 28px;
}

body.asxc-customer-dashboard-page .asxc-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

body.asxc-customer-dashboard-page .asxc-section-head h2,
body.asxc-customer-dashboard-page .asxc-login-card h2 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.15;
}

body.asxc-customer-dashboard-page .asxc-section-copy {
    max-width: 720px;
}

body.asxc-customer-dashboard-page .asxc-hero-card {
    background:
        linear-gradient(135deg, rgba(59, 58, 244, 0.09), rgba(59, 58, 244, 0.04)),
        rgba(255, 255, 255, 0.96);
}

body.asxc-customer-dashboard-page .asxc-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

body.asxc-customer-dashboard-page .asxc-btn,
body.asxc-customer-dashboard-page .asxc-inline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid #d8e3f0;
    color: #152235;
    background: #ffffff;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body.asxc-customer-dashboard-page .asxc-btn:hover,
body.asxc-customer-dashboard-page .asxc-btn:focus,
body.asxc-customer-dashboard-page .asxc-inline-btn:hover,
body.asxc-customer-dashboard-page .asxc-inline-btn:focus {
    transform: translateY(-1px);
    border-color: #3b3af4;
    background-color: transparent;
}

body.asxc-customer-dashboard-page .asxc-btn-primary {
    background: linear-gradient(135deg, #2f2ed1, #3b3af4);
    border-color: #2f2ed1;
    color: #ffffff;
}

body.asxc-customer-dashboard-page .asxc-btn-subtle {
    background: #eef4fb;
}

body.asxc-customer-dashboard-page .asxc-btn-disabled,
body.asxc-customer-dashboard-page .asxc-btn-disabled:hover {
    color: #66768b;
    background: #f3f6fa;
    border-color: #d8e3f0;
    transform: none;
    cursor: default;
}

body.asxc-customer-dashboard-page .asxc-notice {
    border-radius: 16px;
    padding: 16px 18px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

body.asxc-customer-dashboard-page .asxc-notice-success {
    background: #e8f7ee;
    border-color: rgba(21, 128, 61, 0.18);
    color: #15803d;
}

body.asxc-customer-dashboard-page .asxc-notice-error {
    background: #fdecec;
    border-color: rgba(185, 28, 28, 0.16);
    color: #b91c1c;
}

body.asxc-customer-dashboard-page .asxc-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.asxc-customer-dashboard-page .asxc-stat {
    background: #ffffff;
    border: 1px solid #d8e3f0;
    border-radius: 18px;
    padding: 20px;
}

body.asxc-customer-dashboard-page .asxc-stat-label {
    color: #66768b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

body.asxc-customer-dashboard-page .asxc-stat-value {
    font-size: 32px;
    font-weight: 700;
}

body.asxc-customer-dashboard-page .asxc-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    text-transform: capitalize;
}

body.asxc-customer-dashboard-page .asxc-pill-active,
body.asxc-customer-dashboard-page .asxc-pill-completed {
    background: #e8f7ee;
    color: #15803d;
}

body.asxc-customer-dashboard-page .asxc-pill-expired,
body.asxc-customer-dashboard-page .asxc-pill-inactive,
body.asxc-customer-dashboard-page .asxc-pill-refunded {
    background: #fdecec;
    color: #b91c1c;
}

body.asxc-customer-dashboard-page .asxc-pill-pending,
body.asxc-customer-dashboard-page .asxc-pill-cancelled {
    background: #fff4db;
    color: #b45309;
}

body.asxc-customer-dashboard-page .asxc-table-wrap {
    overflow-x: auto;
    border: 1px solid #d8e3f0;
    border-radius: 20px;
    background: #ffffff;
}

body.asxc-customer-dashboard-page .asxc-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
}

body.asxc-customer-dashboard-page .asxc-table th,
body.asxc-customer-dashboard-page .asxc-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #d8e3f0;
    text-align: left;
    vertical-align: top;
}

body.asxc-customer-dashboard-page .asxc-table thead th {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #66768b;
    background: #f8fbfe;
}

body.asxc-customer-dashboard-page .asxc-table tbody tr:last-child td {
    border-bottom: 0;
}

body.asxc-customer-dashboard-page .asxc-table strong {
    display: block;
    margin-bottom: 6px;
}

body.asxc-customer-dashboard-page .asxc-table-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.asxc-customer-dashboard-page .asxc-table-muted {
    font-size: 13px;
}

body.asxc-customer-dashboard-page .asxc-profile-grid,
body.asxc-customer-dashboard-page .asxc-modal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.asxc-customer-dashboard-page .asxc-profile-card,
body.asxc-customer-dashboard-page .asxc-modal-meta {
    border: 1px solid #d8e3f0;
    border-radius: 18px;
    padding: 18px;
    background: #ffffff;
}

body.asxc-customer-dashboard-page .asxc-profile-label,
body.asxc-customer-dashboard-page .asxc-modal-label {
    display: block;
    margin-bottom: 8px;
    color: #66768b;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.asxc-customer-dashboard-page .asxc-profile-value,
body.asxc-customer-dashboard-page .asxc-modal-value {
    font-size: 15px;
    font-weight: 600;
    word-break: break-word;
}

body.asxc-customer-dashboard-page .asxc-license-key {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fbfe;
    border: 1px dashed #c7d6e7;
    word-break: break-all;
}

body.asxc-customer-dashboard-page .asxc-empty,
body.asxc-customer-dashboard-page .asxc-login-card {
    text-align: center;
    padding: 36px 24px;
}

body.asxc-customer-dashboard-page .asxc-login-card {
    max-width: 680px;
    margin: 48px auto 0;
}

body.asxc-customer-dashboard-page .asxc-login-card .asxc-actions {
    justify-content: center;
    margin-top: 22px;
}

body.asxc-customer-dashboard-page .asxc-profile-actions {
    margin-top: 20px;
}

body.asxc-customer-dashboard-page .asxc-license-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

body.asxc-customer-dashboard-page .asxc-license-modal[hidden] {
    display: none;
}

body.asxc-customer-dashboard-page .asxc-license-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(21, 34, 53, 0.48);
}

body.asxc-customer-dashboard-page .asxc-license-modal__dialog {
    position: relative;
    width: min(760px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid #d8e3f0;
    box-shadow: 0 24px 60px rgba(21, 34, 53, 0.2);
    padding: 28px;
}

body.asxc-customer-dashboard-page .asxc-license-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 1px solid #d8e3f0;
    border-radius: 999px;
    background: #ffffff;
    color: #152235;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 0;
}

body.asxc-customer-dashboard-page .asxc-license-modal__close:focus,
body.asxc-customer-dashboard-page .asxc-license-modal__close:hover {
    background-color: red;
    color: #fff;
}

body.asxc-customer-dashboard-page .asxc-license-modal__header {
    margin-bottom: 22px;
    padding-right: 48px;
}

body.asxc-customer-dashboard-page .asxc-license-modal__title {
    margin: 0 0 8px;
    font-size: 28px;
}

body.asxc-customer-dashboard-page .asxc-modal-grid {
    margin-bottom: 18px;
}

body.asxc-customer-dashboard-page .asxc-modal-copy {
    margin: 0 0 14px;
}

body.asxc-customer-dashboard-page .asxc-modal-actions {
    margin-top: 18px;
}

body.asxc-checkout-page {
    background:
        radial-gradient(circle at top left, rgba(59, 58, 244, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(59, 58, 244, 0.06), transparent 26%),
        linear-gradient(180deg, #fbfdff 0%, #f3f7fb 100%);
}

body.asxc-checkout-page .asxc-theme-page-shell {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    color: #152235;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.asxc-checkout-page .asxc-checkout-wrap {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d8e3f0;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 18px 40px rgba(21, 34, 53, 0.08);
}

body.asxc-checkout-page .asxc-checkout-wrap h1 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #152235;
}

body.asxc-checkout-page .asxc-order-summary {
    background: #f8fbfe;
    border: 1px solid #d8e3f0;
    border-radius: 18px;
    padding: 16px 20px;
    margin: 20px 0 32px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

body.asxc-checkout-page .asxc-order-summary .label {
    color: #66768b;
}

body.asxc-checkout-page .asxc-order-summary .value {
    color: #152235;
    font-weight: 600;
}

body.asxc-checkout-page .asxc-billing-type {
    color: #66768b;
    font-weight: 400;
}

body.asxc-checkout-page .asxc-order-summary-right {
    text-align: right;
}

body.asxc-checkout-page .asxc-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

body.asxc-checkout-page .asxc-field-grid .full {
    grid-column: 1 / -1;
}

body.asxc-checkout-page .asxc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

body.asxc-checkout-page .asxc-field label {
    font-size: 13px;
    color: #435266;
    font-weight: 600;
}

body.asxc-checkout-page .asxc-field label .req {
    color: #dc2626;
}

body.asxc-checkout-page .asxc-field input,
body.asxc-checkout-page .asxc-field select {
    background: #ffffff;
    border: 1px solid #d8e3f0;
    color: #152235;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
}

body.asxc-checkout-page .asxc-field select {
    padding: 0 14px;
}

body.asxc-checkout-page .asxc-field input:focus,
body.asxc-checkout-page .asxc-field select:focus {
    border-color: #3b3af4;
    box-shadow: 0 0 0 4px rgba(59, 58, 244, 0.12);
}

body.asxc-checkout-page .asxc-field-error {
    color: #b91c1c;
    font-size: 12px;
}

body.asxc-checkout-page .asxc-submit-btn {
    margin-top: 28px;
    width: 100%;
    background: linear-gradient(135deg, #2f2ed1, #3b3af4);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.asxc-checkout-page .asxc-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(59, 58, 244, 0.2);
}

body.asxc-checkout-overlay-page {
    background:
        radial-gradient(circle at top left, rgba(59, 58, 244, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(59, 58, 244, 0.06), transparent 26%),
        linear-gradient(180deg, #fbfdff 0%, #f3f7fb 100%);
}

body.asxc-checkout-overlay-page .asxc-theme-page-shell {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 60px;
    color: #152235;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.asxc-checkout-overlay-page .asxc-checkout-container {
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d8e3f0;
    border-radius: 24px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 18px 40px rgba(21, 34, 53, 0.08);
}

body.asxc-checkout-overlay-page .asxc-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #d8e3f0;
    border-top-color: #3b3af4;
    border-radius: 50%;
    animation: asxc-spin 1s linear infinite;
    margin: 0 auto 24px;
}

body.asxc-checkout-overlay-page .asxc-checkout-container h1 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #152235;
}

body.asxc-checkout-overlay-page .asxc-checkout-container p {
    color: #66768b;
    font-size: 14px;
}

body.asxc-checkout-overlay-page .asxc-error-msg {
    display: none;
    color: #b91c1c !important;
    margin-top: 12px;
    font-size: 13px;
}

@keyframes asxc-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body.asxc-order-success-page {
    background:
        radial-gradient(circle at top left, rgba(59, 58, 244, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(59, 58, 244, 0.06), transparent 26%),
        linear-gradient(180deg, #fbfdff 0%, #f3f7fb 100%);
}

body.asxc-order-success-page .site-main .entry-header {
    display: none;
}
body.asxc-order-success-page .asxc-theme-page-shell {
    max-width: 620px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    color: #152235;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.asxc-order-success-page .asxc-success-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d8e3f0;
    border-radius: 24px;
    padding: 48px 40px;
    box-shadow: 0 18px 40px rgba(21, 34, 53, 0.08);
    text-align: center;
}

body.asxc-order-success-page .asxc-status-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}

body.asxc-order-success-page .asxc-status-icon svg {
    width: 40px;
    height: 40px;
}

body.asxc-order-success-page .asxc-status-completed {
    background: #e8f7ee;
    border: 2px solid #15803d;
}

body.asxc-order-success-page .asxc-status-completed svg {
    color: #15803d;
}

body.asxc-order-success-page .asxc-status-pending {
    background: #fff4db;
    border: 2px solid #b45309;
    animation: asxc-pulse 2s infinite ease-in-out;
}

body.asxc-order-success-page .asxc-status-pending svg {
    color: #b45309;
}

body.asxc-order-success-page h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #152235;
}

body.asxc-order-success-page .asxc-success-subtitle {
    color: #66768b;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
}

body.asxc-order-success-page .asxc-details-grid {
    border: 1px solid #d8e3f0;
    border-radius: 16px;
    background: #f8fbfe;
    margin-bottom: 32px;
    overflow: hidden;
    text-align: left;
}

body.asxc-order-success-page .asxc-details-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #d8e3f0;
    gap: 16px;
}

body.asxc-order-success-page .asxc-details-row:last-child {
    border-bottom: none;
}

body.asxc-order-success-page .asxc-details-label {
    color: #66768b;
    font-size: 14px;
    font-weight: 500;
}

body.asxc-order-success-page .asxc-details-value {
    color: #152235;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

body.asxc-order-success-page .asxc-status-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

body.asxc-order-success-page .asxc-badge-completed {
    background: #e8f7ee;
    color: #15803d;
    border: 1px solid rgba(21, 128, 61, 0.24);
}

body.asxc-order-success-page .asxc-badge-pending {
    background: #fff4db;
    color: #b45309;
    border: 1px solid rgba(180, 83, 9, 0.24);
}

body.asxc-order-success-page .asxc-license-card {
    background: rgba(59, 58, 244, 0.05);
    border: 1px dashed rgba(59, 58, 244, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
    text-align: left;
}

body.asxc-order-success-page .asxc-license-title {
    font-size: 14px;
    font-weight: 600;
    color: #3b3af4;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.asxc-order-success-page .asxc-license-box {
    display: flex;
    gap: 12px;
    align-items: center;
}

body.asxc-order-success-page .asxc-license-key-display {
    background: #ffffff;
    border: 1px solid #d8e3f0;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 15px;
    color: #152235;
    flex: 1;
    letter-spacing: 1px;
    word-break: break-all;
}

body.asxc-order-success-page .asxc-copy-btn {
    background: #3b3af4;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

body.asxc-order-success-page .asxc-copy-btn:hover {
    background: #2f2ed1;
}

body.asxc-order-success-page .asxc-button-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.asxc-order-success-page .asxc-primary-btn {
    background: linear-gradient(135deg, #2f2ed1, #3b3af4);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

body.asxc-order-success-page .asxc-primary-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(59, 58, 244, 0.2);
}

body.asxc-order-success-page .asxc-secondary-btn {
    background: #ffffff;
    color: #152235;
    border: 1px solid #d8e3f0;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.18s ease, transform 0.18s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

body.asxc-order-success-page .asxc-secondary-btn:hover {
    border-color: #3b3af4;
    transform: translateY(-1px);
}

@keyframes asxc-pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 760px) {
    body.asxc-customer-dashboard-page .asxc-theme-page-shell {
        padding: 24px 14px 40px;
    }

    body.asxc-customer-dashboard-page .asxc-dashboard-layout,
    body.asxc-customer-dashboard-page .asxc-profile-grid,
    body.asxc-customer-dashboard-page .asxc-modal-grid,
    body.asxc-customer-dashboard-page .asxc-stats {
        grid-template-columns: 1fr;
    }

    body.asxc-customer-dashboard-page .asxc-sidebar {
        position: static;
    }

    body.asxc-customer-dashboard-page .asxc-section-card,
    body.asxc-customer-dashboard-page .asxc-sidebar-card,
    body.asxc-customer-dashboard-page .asxc-login-card,
    body.asxc-customer-dashboard-page .asxc-license-modal__dialog {
        padding: 22px;
    }

    body.asxc-customer-dashboard-page .asxc-section-head {
        flex-direction: column;
    }

    body.asxc-customer-dashboard-page .asxc-actions {
        width: 100%;
    }

    body.asxc-customer-dashboard-page .asxc-actions .asxc-btn,
    body.asxc-customer-dashboard-page .asxc-actions .asxc-inline-btn,
    body.asxc-customer-dashboard-page .asxc-table-actions .asxc-btn,
    body.asxc-customer-dashboard-page .asxc-table-actions .asxc-inline-btn {
        width: 100%;
    }

    body.asxc-customer-dashboard-page .asxc-license-modal {
        padding: 16px;
    }
}

@media (max-width: 600px) {
    body.asxc-checkout-page .asxc-field-grid {
        grid-template-columns: 1fr;
    }

    body.asxc-checkout-page .asxc-field-grid .full {
        grid-column: 1;
    }

    body.asxc-checkout-page .asxc-checkout-wrap {
        padding: 26px;
    }

    body.asxc-checkout-page .asxc-order-summary {
        flex-direction: column;
        gap: 12px;
    }

    body.asxc-checkout-page .asxc-order-summary-right {
        text-align: left;
    }
}
