.certificate-page,
.cloud-service-page,
.deploy-cdn-page,
.https-monitor-page,
.license-page,
.system-role-page,
.system-user-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 12px;
}

.certificate-page__button-content,
.cloud-service-page__button-content,
.deploy-cdn-page__button-content,
.https-monitor-page__button-content,
.license-page__button-content,
.system-role-page__button-content,
.system-user-page__button-content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.certificate-page__button-icon,
.cloud-service-page__button-icon,
.deploy-cdn-page__button-icon,
.https-monitor-page__button-icon,
.license-page__button-icon,
.system-role-page__button-icon,
.system-user-page__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    font-size: 15px;
    line-height: 1;
}

.certificate-page__stats,
.cloud-service-page__stats,
.deploy-cdn-page__stats,
.https-monitor-page__stats,
.license-page__stats,
.system-role-page__stats,
.system-user-page__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-self: stretch;
}

.certificate-page__card,
.cloud-service-page__card,
.deploy-cdn-page__card,
.https-monitor-page__card,
.license-page__card,
.system-role-page__card,
.system-user-page__card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.certificate-page__table-wrap,
.cloud-service-page__table-wrap,
.deploy-cdn-page__table-wrap,
.https-monitor-page__table-wrap,
.license-page__table-wrap,
.system-role-page__table-wrap,
.system-user-page__table-wrap {
    overflow-x: auto;
    border-radius: 20px;
}

.certificate-page__table-wrap .ant-table,
.cloud-service-page__table-wrap .ant-table,
.deploy-cdn-page__table-wrap .ant-table,
.https-monitor-page__table-wrap .ant-table,
.license-page__table-wrap .ant-table,
.system-role-page__table-wrap .ant-table,
.system-user-page__table-wrap .ant-table {
    background: transparent;
}

.certificate-page__table-wrap .ant-table-container,
.certificate-page__table-wrap .ant-table-content,
.certificate-page__table-wrap .ant-table-thead > tr > th:first-child,
.certificate-page__table-wrap .ant-table-thead > tr > th:last-child,
.cloud-service-page__table-wrap .ant-table-container,
.cloud-service-page__table-wrap .ant-table-content,
.cloud-service-page__table-wrap .ant-table-thead > tr > th:first-child,
.cloud-service-page__table-wrap .ant-table-thead > tr > th:last-child,
.deploy-cdn-page__table-wrap .ant-table-container,
.deploy-cdn-page__table-wrap .ant-table-content,
.deploy-cdn-page__table-wrap .ant-table-thead > tr > th:first-child,
.deploy-cdn-page__table-wrap .ant-table-thead > tr > th:last-child,
.https-monitor-page__table-wrap .ant-table-container,
.https-monitor-page__table-wrap .ant-table-content,
.https-monitor-page__table-wrap .ant-table-thead > tr > th:first-child,
.https-monitor-page__table-wrap .ant-table-thead > tr > th:last-child,
.license-page__table-wrap .ant-table-container,
.license-page__table-wrap .ant-table-content,
.license-page__table-wrap .ant-table-thead > tr > th:first-child,
.license-page__table-wrap .ant-table-thead > tr > th:last-child,
.system-role-page__table-wrap .ant-table-container,
.system-role-page__table-wrap .ant-table-content,
.system-role-page__table-wrap .ant-table-thead > tr > th:first-child,
.system-role-page__table-wrap .ant-table-thead > tr > th:last-child,
.system-user-page__table-wrap .ant-table-container,
.system-user-page__table-wrap .ant-table-content,
.system-user-page__table-wrap .ant-table-thead > tr > th:first-child,
.system-user-page__table-wrap .ant-table-thead > tr > th:last-child {
    border-radius: 0;
}

.certificate-page__table-wrap .ant-table-thead > tr > th::before,
.cloud-service-page__table-wrap .ant-table-thead > tr > th::before,
.deploy-cdn-page__table-wrap .ant-table-thead > tr > th::before,
.https-monitor-page__table-wrap .ant-table-thead > tr > th::before,
.license-page__table-wrap .ant-table-thead > tr > th::before,
.system-role-page__table-wrap .ant-table-thead > tr > th::before,
.system-user-page__table-wrap .ant-table-thead > tr > th::before {
    display: none;
}

.certificate-page__table-wrap .ant-table-tbody > tr:hover > td,
.cloud-service-page__table-wrap .ant-table-tbody > tr:hover > td,
.deploy-cdn-page__table-wrap .ant-table-tbody > tr:hover > td,
.https-monitor-page__table-wrap .ant-table-tbody > tr:hover > td,
.license-page__table-wrap .ant-table-tbody > tr:hover > td,
.system-role-page__table-wrap .ant-table-tbody > tr:hover > td,
.system-user-page__table-wrap .ant-table-tbody > tr:hover > td {
    background: rgba(248, 251, 255, 0.96);
}

.certificate-page__table-wrap .ant-table-tbody > tr:last-child > td,
.cloud-service-page__table-wrap .ant-table-tbody > tr:last-child > td,
.deploy-cdn-page__table-wrap .ant-table-tbody > tr:last-child > td,
.https-monitor-page__table-wrap .ant-table-tbody > tr:last-child > td,
.license-page__table-wrap .ant-table-tbody > tr:last-child > td,
.system-role-page__table-wrap .ant-table-tbody > tr:last-child > td,
.system-user-page__table-wrap .ant-table-tbody > tr:last-child > td {
    border-bottom: none;
}

.certificate-page__pagination .ant-pagination-total-text,
.cloud-service-page__pagination .ant-pagination-total-text,
.deploy-cdn-page__pagination .ant-pagination-total-text,
.https-monitor-page__pagination .ant-pagination-total-text,
.license-page__pagination .ant-pagination-total-text,
.system-role-page__pagination .ant-pagination-total-text,
.system-user-page__pagination .ant-pagination-total-text {
    color: #64748b;
    font-size: 12px;
}

.certificate-page__pagination .ant-pagination-item,
.certificate-page__pagination .ant-pagination-prev .ant-pagination-item-link,
.certificate-page__pagination .ant-pagination-next .ant-pagination-item-link,
.certificate-page__pagination .ant-pagination-options-size-changer.ant-select .ant-select-selector,
.certificate-page__pagination .ant-pagination-options-quick-jumper input,
.cloud-service-page__pagination .ant-pagination-item,
.cloud-service-page__pagination .ant-pagination-prev .ant-pagination-item-link,
.cloud-service-page__pagination .ant-pagination-next .ant-pagination-item-link,
.cloud-service-page__pagination .ant-pagination-options-size-changer.ant-select .ant-select-selector,
.cloud-service-page__pagination .ant-pagination-options-quick-jumper input,
.deploy-cdn-page__pagination .ant-pagination-item,
.deploy-cdn-page__pagination .ant-pagination-prev .ant-pagination-item-link,
.deploy-cdn-page__pagination .ant-pagination-next .ant-pagination-item-link,
.deploy-cdn-page__pagination .ant-pagination-options-size-changer.ant-select .ant-select-selector,
.deploy-cdn-page__pagination .ant-pagination-options-quick-jumper input,
.https-monitor-page__pagination .ant-pagination-item,
.https-monitor-page__pagination .ant-pagination-prev .ant-pagination-item-link,
.https-monitor-page__pagination .ant-pagination-next .ant-pagination-item-link,
.https-monitor-page__pagination .ant-pagination-options-size-changer.ant-select .ant-select-selector,
.https-monitor-page__pagination .ant-pagination-options-quick-jumper input,
.license-page__pagination .ant-pagination-item,
.license-page__pagination .ant-pagination-prev .ant-pagination-item-link,
.license-page__pagination .ant-pagination-next .ant-pagination-item-link,
.license-page__pagination .ant-pagination-options-size-changer.ant-select .ant-select-selector,
.license-page__pagination .ant-pagination-options-quick-jumper input,
.system-role-page__pagination .ant-pagination-item,
.system-role-page__pagination .ant-pagination-prev .ant-pagination-item-link,
.system-role-page__pagination .ant-pagination-next .ant-pagination-item-link,
.system-role-page__pagination .ant-pagination-options-size-changer.ant-select .ant-select-selector,
.system-role-page__pagination .ant-pagination-options-quick-jumper input,
.system-user-page__pagination .ant-pagination-item,
.system-user-page__pagination .ant-pagination-prev .ant-pagination-item-link,
.system-user-page__pagination .ant-pagination-next .ant-pagination-item-link,
.system-user-page__pagination .ant-pagination-options-size-changer.ant-select .ant-select-selector,
.system-user-page__pagination .ant-pagination-options-quick-jumper input {
    border-radius: 8px;
    border-color: #dbe7f5;
    box-shadow: none;
}

.certificate-page__pagination .ant-pagination-item-active,
.cloud-service-page__pagination .ant-pagination-item-active,
.deploy-cdn-page__pagination .ant-pagination-item-active,
.https-monitor-page__pagination .ant-pagination-item-active,
.license-page__pagination .ant-pagination-item-active,
.system-role-page__pagination .ant-pagination-item-active,
.system-user-page__pagination .ant-pagination-item-active {
    background: #eaf3ff;
    border-color: #93c5fd;
}

.certificate-page__pagination .ant-pagination-item-active a,
.cloud-service-page__pagination .ant-pagination-item-active a,
.deploy-cdn-page__pagination .ant-pagination-item-active a,
.https-monitor-page__pagination .ant-pagination-item-active a,
.license-page__pagination .ant-pagination-item-active a,
.system-role-page__pagination .ant-pagination-item-active a,
.system-user-page__pagination .ant-pagination-item-active a {
    color: #1d4ed8;
    font-weight: 700;
}

.certificate-page__title,
.cloud-service-page__title,
.deploy-cdn-page__title,
.https-monitor-page__title,
.license-page__title {
    margin: 0;
    font-size: 28px;
    line-height: 1.12;
    color: #10233f;
}

.certificate-page__subtitle,
.cloud-service-page__subtitle,
.deploy-cdn-page__subtitle,
.https-monitor-page__subtitle,
.license-page__subtitle {
    margin-top: 8px;
    max-width: 680px;
    font-size: 13px;
    line-height: 1.75;
    color: #526075;
}

.certificate-page__hero-tools,
.cloud-service-page__hero-tools,
.deploy-cdn-page__hero-tools,
.https-monitor-page__hero-tools,
.license-page__hero-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.certificate-page__hero-button,
.cloud-service-page__hero-button,
.deploy-cdn-page__hero-button,
.https-monitor-page__hero-button,
.license-page__hero-button {
    height: 40px;
    padding: 0 18px;
}

.certificate-page__stat-card,
.cloud-service-page__stat-card,
.deploy-cdn-page__stat-card,
.https-monitor-page__stat-card,
.license-page__stat-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    min-height: 96px;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid #e4edf7;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.certificate-page__stat-label,
.cloud-service-page__stat-label,
.deploy-cdn-page__stat-label,
.https-monitor-page__stat-label,
.license-page__stat-label {
    font-size: 11px;
    color: #64748b;
}

.certificate-page__stat-value,
.cloud-service-page__stat-value,
.deploy-cdn-page__stat-value,
.https-monitor-page__stat-value,
.license-page__stat-value {
    font-size: 22px;
    line-height: 1.2;
    color: #10233f;
}

.certificate-page__stat-value--small,
.cloud-service-page__stat-value--small,
.deploy-cdn-page__stat-value--small,
.https-monitor-page__stat-value--small,
.license-page__stat-value--small {
    font-size: 17px;
}

.certificate-page__stat-foot,
.cloud-service-page__stat-foot,
.deploy-cdn-page__stat-foot,
.https-monitor-page__stat-foot,
.license-page__stat-foot {
    font-size: 12px;
    line-height: 1.6;
    color: #64748b;
}

.certificate-page__card--compact,
.cloud-service-page__card--compact,
.deploy-cdn-page__card--compact,
.https-monitor-page__card--compact,
.license-page__card--compact {
    box-shadow: none;
}

.certificate-page__list-shell,
.cloud-service-page__list-shell,
.deploy-cdn-page__list-shell,
.https-monitor-page__list-shell,
.license-page__list-shell {
    border: 1px solid #e4edf7;
    border-radius: 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.08), transparent 30%),
        linear-gradient(135deg, #fffdf8 0%, #f6faff 50%, #ffffff 100%);
    box-shadow: 0 14px 30px rgba(56, 89, 136, 0.08);
}

.certificate-page__table-wrap .ant-table-thead > tr > th,
.cloud-service-page__table-wrap .ant-table-thead > tr > th,
.deploy-cdn-page__table-wrap .ant-table-thead > tr > th,
.https-monitor-page__table-wrap .ant-table-thead > tr > th,
.license-page__table-wrap .ant-table-thead > tr > th {
    padding: 16px 18px;
    background: rgba(248, 251, 255, 0.88);
    color: #173253;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    border-bottom: 1px solid #dbe7f5;
}

.certificate-page__table-wrap .ant-table-tbody > tr > td,
.cloud-service-page__table-wrap .ant-table-tbody > tr > td,
.deploy-cdn-page__table-wrap .ant-table-tbody > tr > td,
.https-monitor-page__table-wrap .ant-table-tbody > tr > td,
.license-page__table-wrap .ant-table-tbody > tr > td {
    padding: 16px 18px;
    color: #1e293b;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid #e6eef8;
    transition: background-color 0.2s ease;
    vertical-align: middle;
}

.certificate-page__link,
.cloud-service-page__link,
.deploy-cdn-page__link,
.https-monitor-page__link,
.license-page__link {
    color: #2563eb;
    font-weight: 500;
}

.certificate-page__link--danger,
.cloud-service-page__link--danger,
.deploy-cdn-page__link--danger,
.https-monitor-page__link--danger,
.system-role-page__link--danger,
.system-user-page__link--danger {
    color: #dc2626;
}

.certificate-page__link--accent,
.deploy-cdn-page__link--accent,
.https-monitor-page__link--accent,
.system-role-page__link--accent {
    color: #0f766e;
}

.certificate-page__action-button,
.cloud-service-page__action-button,
.deploy-cdn-page__action-button,
.https-monitor-page__action-button,
.license-page__action-button {
    height: 38px;
    padding: 0 18px;
    border-radius: 14px;
    font-weight: 600;
}

.certificate-page__action-button--default,
.cloud-service-page__action-button--default,
.deploy-cdn-page__action-button--default,
.https-monitor-page__action-button--default {
    border-color: #d8e2ef;
    background: #fff;
    color: #334155;
}

.certificate-page__pagination,
.deploy-cdn-page__pagination,
.https-monitor-page__pagination,
.license-page__pagination,
.system-role-page__pagination,
.system-user-page__pagination {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    padding: 14px 16px 15px 16px;
    border-top: 1px solid #e6eef8;
    background: rgba(255, 255, 255, 0.72);
}

.certificate-drawer,
.cloud-service-drawer,
.deploy-cdn-drawer,
.https-monitor-drawer {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    padding-right: 4px;
}

.certificate-drawer__intro-title,
.cloud-service-drawer__intro-title,
.deploy-cdn-drawer__intro-title,
.https-monitor-drawer__intro-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.certificate-drawer__form,
.cloud-service-drawer__form,
.deploy-cdn-drawer__form,
.https-monitor-drawer__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.certificate-drawer__section,
.cloud-service-drawer__section,
.deploy-cdn-drawer__section,
.https-monitor-drawer__section {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #ebf1f7;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.certificate-drawer__field-item,
.cloud-service-drawer__field-item,
.deploy-cdn-drawer__field-item,
.https-monitor-drawer__field-item {
    margin-bottom: 16px;
}

.certificate-drawer__field-item:last-child,
.cloud-service-drawer__field-item:last-child,
.deploy-cdn-drawer__field-item:last-child,
.https-monitor-drawer__field-item:last-child,
.system-user-drawer__field-item:last-child {
    margin-bottom: 0;
}

.certificate-drawer__tips,
.cloud-service-drawer__tips,
.deploy-cdn-drawer__tips,
.https-monitor-drawer__tips {
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fafc 0%, #f8fbff 100%);
    border: 1px solid #e6eef7;
}

.certificate-drawer__footer,
.cloud-service-drawer__footer,
.deploy-cdn-drawer__footer,
.https-monitor-drawer__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: auto;
    padding-top: 4px;
}
