/* AI 创作保护 - 会员中心 */
.ip-ai-protect__intro {
    margin: 0 0 20px;
    color: #666;
    line-height: 1.65;
}
.ip-ai-protect__intro-link {
    margin-left: 6px;
    white-space: nowrap;
}
.ip-ai-protect__quota {
    font-size: 14px;
    color: #666;
}
.ip-ai-protect__quota strong {
    color: #c4a84a;
    font-size: 18px;
}
.ip-ai-protect__actions,
.ip-user-feature-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.ip-ai-protect__actions {
    margin-bottom: 24px;
}
/* 重点按钮：黑底白字；次要按钮：白底黑边 */
.ip-ai-protect .btn-primary,
.ip-ai-protect--packages .btn-primary,
.ip-ai-protect--records .btn-primary,
.ip-ai-protect--create .btn-primary {
    background-color: #111111;
    border-color: #111111;
    color: #ffffff;
}
.ip-ai-protect .btn-primary:hover,
.ip-ai-protect .btn-primary:focus,
.ip-ai-protect--packages .btn-primary:hover,
.ip-ai-protect--packages .btn-primary:focus,
.ip-ai-protect--records .btn-primary:hover,
.ip-ai-protect--records .btn-primary:focus,
.ip-ai-protect--create .btn-primary:hover,
.ip-ai-protect--create .btn-primary:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.ip-ai-protect .btn-default,
.ip-ai-protect--packages .btn-default,
.ip-ai-protect--records .btn-default,
.ip-ai-protect--create .btn-default {
    background-color: #ffffff;
    border-color: #111111;
    color: #111111;
}
.ip-ai-protect .btn-default:hover,
.ip-ai-protect .btn-default:focus,
.ip-ai-protect--packages .btn-default:hover,
.ip-ai-protect--packages .btn-default:focus,
.ip-ai-protect--records .btn-default:hover,
.ip-ai-protect--records .btn-default:focus,
.ip-ai-protect--create .btn-default:hover,
.ip-ai-protect--create .btn-default:focus {
    background-color: #f5f5f5;
    border-color: #111111;
    color: #111111;
}
.ip-ai-protect__section-title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
}
.ip-ai-protect__pkg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-height: 88px;
    text-align: center;
}
.ip-ai-protect__pkg small {
    display: block;
    color: #888;
    font-size: 12px;
}
.ip-ai-protect__pkg-price em {
    font-style: normal;
    font-weight: 600;
}
.ip-ai-protect__pkg-limit {
    display: block;
    color: #888;
    font-size: 12px;
}
.ip-ai-protect__pkg.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* 购买套餐页 */
.ip-ai-protect--packages .ip-panel__body {
    padding-top: 22px;
}
.ip-ai-protect-packages__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px 24px;
}
.ip-ai-protect-packages__head-main {
    min-width: 0;
    flex: 1 1 260px;
}
.ip-ai-protect-packages__subtitle {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.6;
    color: #888;
}
.ip-ai-protect-packages__quota {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    padding: 12px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fffdf8 0%, #fff8eb 100%);
    border: 1px solid #f0e6c8;
}
.ip-ai-protect-packages__quota-label {
    font-size: 13px;
    color: #888;
}
.ip-ai-protect-packages__quota-num {
    font-size: 28px;
    line-height: 1;
    color: #c4a84a;
}
.ip-ai-protect-packages__quota-unit {
    font-size: 14px;
    color: #8a6d1a;
}
.ip-ai-protect-packages__block {
    margin-bottom: 28px;
}
.ip-ai-protect-packages__block-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px 16px;
    margin-bottom: 16px;
}
.ip-ai-protect-packages__block-head .ip-ai-protect__section-title {
    margin: 0;
}
.ip-ai-protect-packages__block-hint {
    font-size: 13px;
    color: #999;
}
.ip-ai-protect--packages .ip-ai-protect-packages__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}
.ip-ai-protect--packages .ip-ai-protect-packages__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 188px;
    padding: 20px 18px 18px;
    text-align: left;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ip-ai-protect--packages .ip-ai-protect-packages__card:hover:not(.is-disabled) {
    border-color: #d8c890;
    box-shadow: 0 8px 24px rgba(196, 168, 74, 0.1);
    transform: translateY(-1px);
}
.ip-ai-protect--packages .ip-ai-protect-packages__card.active {
    border-color: #c4a84a;
    background: linear-gradient(180deg, #fffdf8 0%, #fff 100%);
    box-shadow: 0 10px 28px rgba(196, 168, 74, 0.14);
    color: #333;
    font-weight: 400;
}
.ip-ai-protect--packages .ip-ai-protect-packages__card.is-disabled {
    transform: none;
    box-shadow: none;
}
.ip-ai-protect-packages__card-check {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #c4a84a;
    color: #fff;
    font-size: 11px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.ip-ai-protect-packages__card.active .ip-ai-protect-packages__card-check {
    opacity: 1;
    transform: scale(1);
}
.ip-ai-protect-packages__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #2e7d32;
    background: #edf7ed;
    border-radius: 999px;
}
.ip-ai-protect-packages__card-title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}
.ip-ai-protect-packages__card-times {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
}

.ip-ai-protect-packages__card-times--enterprise {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
}
.ip-ai-protect-packages__card-spec {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}
.ip-ai-protect-packages__card-times em {
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    color: #c4a84a;
    margin-right: 4px;
}
.ip-ai-protect-packages__card-price {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}
.ip-ai-protect-packages__card-price--free {
    color: #2e7d32;
}
.ip-ai-protect-packages__card-intro {
    display: block;
    margin-top: auto;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    color: #888;
}
.ip-ai-protect-packages__card-warn {
    display: block;
    margin-top: 6px;
    color: #c62828;
    font-size: 12px;
}
.ip-ai-protect--packages .ip-ai-protect__pkg-limit {
    margin-top: 2px;
}
.ip-ai-protect-packages__pay-grid {
    max-width: 520px;
}
.ip-ai-protect--packages .ip-recharge__option--pay {
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 10px;
}
.ip-ai-protect--packages .ip-recharge__option--pay img {
    width: 94px;
    height: 28px;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.ip-ai-protect--packages .ip-recharge__option--pay.ip-paytype-option {
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
}
.ip-ai-protect--packages .ip-recharge__option--pay .ip-paytype-logo {
    display: block;
    width: 100%;
    height: 32px;
    max-width: none;
    margin: 0;
    object-fit: contain;
    object-position: center;
}
.ip-ai-protect--packages .ip-recharge__option--pay .ip-paytype-hint {
    margin-top: 0;
    font-size: 11px;
}

.ip-ai-protect--packages .ip-recharge__option--pay.active {
    border-color: #c4a84a;
    background: #fffdf8;
}
.ip-ai-protect-packages__submit {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}
.ip-ai-protect-packages__submit .btn-primary {
    min-width: 160px;
}
.ip-ai-protect-packages__empty {
    grid-column: 1 / -1;
}
@media (max-width: 767px) {
    .ip-ai-protect--packages .ip-ai-protect-packages__grid {
        grid-template-columns: 1fr;
    }
    .ip-ai-protect-packages__quota {
        width: 100%;
    }
    .ip-ai-protect-packages__submit {
        flex-direction: column;
        align-items: stretch;
    }
    .ip-ai-protect-packages__submit .btn {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
/* 购买套餐 · 订单记录 */
.ip-ai-protect-packages-orders {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #eee;
}
.ip-ai-protect-packages-orders__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ip-ai-protect-packages-order {
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.ip-ai-protect-packages-order__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px 16px;
    padding: 16px 18px 12px;
    border-bottom: 1px solid #f3f3f3;
}
.ip-ai-protect-packages-order__title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}
.ip-ai-protect-packages-order__sn {
    margin: 0;
    font-size: 12px;
    color: #999;
    word-break: break-all;
}
.ip-ai-protect-packages-order__status {
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    padding: 4px 10px;
}
.ip-ai-protect-packages-order__status--created {
    background: #fff8e6;
    color: #8a6d1a;
}
.ip-ai-protect-packages-order__status--paid {
    background: #edf7ed;
    color: #2e7d32;
}
.ip-ai-protect-packages-order__status--cancelled {
    background: #f5f5f5;
    color: #888;
}
.ip-ai-protect-packages-order__body {
    padding: 12px 18px 16px;
}
.ip-ai-protect-packages-order__kv .ip-detail-kv-row {
    padding: 6px 0;
}
.ip-ai-protect-packages-orders__pager {
    margin-top: 20px;
}

.ip-ai-protect-packages-order--pending-pay {
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ip-ai-protect-packages-order--pending-pay:hover,
.ip-ai-protect-packages-order--pending-pay:focus {
    border-color: #c4a84a;
    box-shadow: 0 8px 22px rgba(196, 168, 74, 0.12);
    transform: translateY(-1px);
    outline: none;
}
.ip-ai-protect-packages-order__invoice {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #ececec;
}
.ip-ai-protect-packages-order__invoice .btn {
    margin: 0;
}
.ip-ai-protect-invoice-apply .form-group {
    margin-bottom: 12px;
}
.ip-ai-protect-invoice-apply label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
}

.ip-ai-protect-packages-order__foot {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #ececec;
}
.ip-ai-protect-packages-order__repay {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #8a6d1a;
}
.ip-ai-protect-packages-order--pending-pay:hover .ip-ai-protect-packages-order__repay,
.ip-ai-protect-packages-order--pending-pay:focus .ip-ai-protect-packages-order__repay {
    color: #c4a84a;
}
.ip-ai-protect-packages-orders__empty {
    margin: 0;
}
@media (max-width: 767px) {
    .ip-ai-protect-packages-order__head {
        padding: 14px 14px 10px;
    }
    .ip-ai-protect-packages-order__body {
        padding: 10px 14px 14px;
    }
}



.ip-ai-protect__recent-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ip-ai-protect__recent-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.ip-ai-protect__recent-title {
    flex: 1;
    min-width: 160px;
    font-weight: 600;
}

/* 工作台首页 */
.ip-ai-protect--home .ip-panel__head {
    display: none;
}
.ip-ai-protect--home .ip-panel__body.ip-ai-protect-home {
    padding: clamp(12px, 2.5vw, 24px) clamp(20px, 4vw, 32px) clamp(20px, 4vw, 32px);
}
.ip-ai-protect-home__hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    margin-bottom: clamp(16px, 3vw, 24px);
}
.ip-ai-protect-home__title {
    margin: 0;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 800;
    color: #111;
    letter-spacing: -0.02em;
}
.ip-ai-protect-home__tagline {
    margin: 8px 0 0;
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}
.ip-ai-protect-home__hero-aside {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 12px;
    margin-left: auto;
}
.ip-ai-protect-home__hero-action {
    white-space: nowrap;
}
.ip-ai-protect-packages-orders--dialog {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.ip-ai-protect-packages-orders-modal {
    max-height: calc(78vh - 96px);
    overflow: auto;
    padding: 4px 16px 16px;
}
.ip-ai-protect-packages-orders-modal .ip-ai-protect-packages-orders--dialog .ip-ai-protect-packages__block-head {
    display: none;
}
.ip-ai-protect-home__quota {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(145deg, #fff9eb 0%, #fff3d6 100%);
    border: 1px solid #ead9a8;
    box-shadow: none;
}
.ip-ai-protect-home__quota-label {
    font-size: 12px;
    color: #888;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.ip-ai-protect-home__quota-num {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #c4a84a;
    font-variant-numeric: tabular-nums;
}
.ip-ai-protect-home__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.ip-ai-protect-home__card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}
.ip-ai-protect-home__card:hover {
    border-color: #d9c88a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}
.ip-ai-protect-home__card--primary {
    padding: 22px 24px;
    border-color: #111;
    background: linear-gradient(135deg, #111 0%, #2a2a2a 100%);
    color: #fff;
}
.ip-ai-protect-home__card--primary:hover {
    border-color: #000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    color: #fff;
}
.ip-ai-protect-home__card--primary .ip-ai-protect-home__card-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.ip-ai-protect-home__card--primary .ip-ai-protect-home__card-desc {
    color: rgba(255, 255, 255, 0.72);
}
.ip-ai-protect-home__card--primary .ip-ai-protect-home__card-arrow {
    color: rgba(255, 255, 255, 0.6);
}
.ip-ai-protect-home__card-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f5f5f5;
    color: #333;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
}
.ip-ai-protect-home__card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ip-ai-protect-home__card-title {
    font-size: 16px;
    font-weight: 700;
    color: inherit;
}
.ip-ai-protect-home__card-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.45;
}
.ip-ai-protect-home__card-arrow {
    flex-shrink: 0;
    font-size: 20px;
    color: #ccc;
}
/* 覆盖 common.css 全局 footer { background:#131313 }（工作台 / 提交 / 记录等页底部提示） */
footer.ip-ai-protect-home__foot,
.ip-ai-protect footer.ip-ai-protect-home__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    width: auto !important;
    min-height: 0 !important;
    margin-top: clamp(24px, 4vw, 32px) !important;
    padding: 20px 0 0 !important;
    overflow: visible;
    border-top: 1px solid #f0f0f0;
    background: transparent !important;
    color: #111 !important;
}
footer.ip-ai-protect-home__foot .ip-ai-protect-home__tips,
.ip-ai-protect footer.ip-ai-protect-home__foot .ip-ai-protect-home__tips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #111;
}
footer.ip-ai-protect-home__foot .ip-ai-protect-home__tips li,
.ip-ai-protect-home__tips li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #111;
}
footer.ip-ai-protect-home__foot .ip-ai-protect-home__tips .fa,
.ip-ai-protect-home__tips .fa {
    color: #666;
    font-size: 14px;
}
footer.ip-ai-protect-home__foot .ip-ai-protect-home__more,
.ip-ai-protect-home__more {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
}
footer.ip-ai-protect-home__foot .ip-ai-protect-home__more:hover,
.ip-ai-protect-home__more:hover {
    color: #333;
}
footer.ip-ai-protect-home__foot .ip-ai-protect-home__more .fa,
.ip-ai-protect-home__more .fa {
    color: #666;
}
@media (min-width: 640px) {
    .ip-ai-protect-home__grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .ip-ai-protect-home__grid:not(.ip-ai-protect-home__grid--enterprise) .ip-ai-protect-home__card--primary {
        grid-column: 1 / -1;
    }
}
@media (min-width: 992px) {
    .ip-ai-protect-home__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .ip-ai-protect-home__card--primary {
        grid-column: auto;
        padding: 24px 22px;
    }
    .ip-ai-protect-home__card--primary .ip-ai-protect-home__card-title {
        font-size: 18px;
    }
}

/* 子页面顶栏导航（工作台 / 提交 / 记录 / 购买） */
.ip-ai-protect-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: clamp(20px, 3vw, 28px);
}
.ip-ai-protect-subnav__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid #e8e8e8;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.ip-ai-protect-subnav__item .fa {
    font-size: 14px;
    opacity: 0.85;
}
.ip-ai-protect-subnav__item:hover {
    border-color: #d9c88a;
    color: #333;
}
.ip-ai-protect-subnav__item.is-active {
    border-color: #111;
    background: #111;
    color: #fff;
}
.ip-ai-protect-subnav__item.is-active .fa {
    opacity: 1;
}

/* 操作区下方：提醒 + 工作台导航 */
.ip-ai-protect-page-below {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}
.ip-ai-protect-page-below .ip-ai-protect-create-tip {
    margin: 0 0 14px;
}
.ip-ai-protect-page-below .ip-ai-protect-subnav {
    margin: 0 0 14px;
}
.ip-ai-protect-page-below footer.ip-ai-protect-home__foot,
.ip-ai-protect-page-below .ip-ai-protect-home__foot {
    margin-top: 0 !important;
    padding-top: 14px !important;
    border-top: 1px solid #f0f0f0;
}


/* 提交页等与首页统一的页面壳 */
.ip-ai-protect--page .ip-panel__head {
    display: none;
}
.ip-ai-protect--page .ip-panel__body.ip-ai-protect-home {
    padding: clamp(12px, 2.5vw, 24px) clamp(20px, 4vw, 32px) clamp(20px, 4vw, 32px);
}
.ip-ai-protect-create-sheet {
    padding: clamp(18px, 3vw, 24px);
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.ip-ai-protect--page .ip-ai-protect-steps--create {
    margin-bottom: 22px;
}
.ip-ai-protect--page .ip-ai-protect-pane__title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.ip-ai-protect--page .ip-ai-protect-pane__hint {
    margin: -8px 0 16px;
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}
.ip-ai-protect--page .ip-ai-protect-pane__head {
    display: none;
}
.ip-ai-protect--page .ip-ai-protect-pane__actions {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}
.ip-ai-protect--page .ip-ai-protect-recorder--hero {
    border-color: #e8e8e8;
    background: #fafafa;
}
.ip-ai-protect--create .ip-ai-protect-create-main-wrap.is-auth-locked {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
}
.ip-ai-protect-records-sheet,
.ip-ai-protect-packages__upgrade-tip {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.65;
}
.ip-ai-protect-packages__block--target {
    margin-bottom: 16px;
}
.ip-ai-protect-packages-sheet {
    padding: clamp(16px, 3vw, 22px);
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.ip-ai-protect-records-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.ip-ai-protect--page .ip-ai-protect-records-body {
    padding: 0;
}

/* 工作台操作手册 */
.ip-ai-protect-help {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}
.ip-ai-protect-help__head {
    margin-bottom: 18px;
}
.ip-ai-protect-help__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}
.ip-ai-protect-help__title .fa {
    margin-right: 8px;
    color: #c4a84a;
}
.ip-ai-protect-help__lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #777;
}
.ip-ai-protect-help__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}
.ip-ai-protect-help-feature {
    padding: 16px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fafafa;
}
.ip-ai-protect-help-feature__title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.ip-ai-protect-help-feature__title .fa {
    margin-right: 6px;
    color: #c4a84a;
}
.ip-ai-protect-help-feature p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.65;
    color: #666;
}
.ip-ai-protect-help-feature__link {
    font-size: 13px;
    font-weight: 600;
    color: #8a6d1a;
    text-decoration: none;
}
.ip-ai-protect-help-feature__link:hover {
    color: #c4a84a;
    text-decoration: none;
}
.ip-ai-protect-help-block {
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.ip-ai-protect-help-block__title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    list-style: none;
    user-select: none;
}
.ip-ai-protect-help-block__title::-webkit-details-marker {
    display: none;
}
.ip-ai-protect-help-block__title::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: auto;
    color: #aaa;
    transition: transform 0.2s ease;
}
.ip-ai-protect-help-block[open] > .ip-ai-protect-help-block__title::after {
    transform: rotate(180deg);
}
.ip-ai-protect-help-block__title .fa {
    color: #c4a84a;
}
.ip-ai-protect-help-block > :not(summary) {
    padding: 0 16px 16px;
}
.ip-ai-protect-help-steps {
    margin: 0;
    padding-left: 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}
.ip-ai-protect-help-steps li + li {
    margin-top: 8px;
}
.ip-ai-protect-help-list {
    margin: 0;
    padding-left: 18px;
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}
.ip-ai-protect-help-list li + li {
    margin-top: 8px;
}
.ip-ai-protect-help-browser-table-wrap {
    overflow-x: auto;
    margin-bottom: 12px;
}
.ip-ai-protect-help-browser-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 13px;
}
.ip-ai-protect-help-browser-table th,
.ip-ai-protect-help-browser-table td {
    padding: 10px 12px;
    border: 1px solid #eee;
    text-align: left;
    vertical-align: top;
}
.ip-ai-protect-help-browser-table th {
    background: #fafafa;
    font-weight: 700;
    color: #444;
}
.ip-ai-protect-help-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.ip-ai-protect-help-tag--ok {
    color: #1f6b3a;
    background: #e8f6ee;
}
.ip-ai-protect-help-tag--warn {
    color: #8a5a00;
    background: #fff4e0;
}
.ip-ai-protect-help-tag--no {
    color: #8b2e2e;
    background: #fdecec;
}
.ip-ai-protect-help-os {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}
.ip-ai-protect-help-block--os {
    margin-bottom: 0;
}
.ip-ai-protect-help-note {
    margin: 12px 0 0;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.65;
    color: #5c4a12;
    background: #fff8eb;
    border-radius: 8px;
    border: 1px solid #f0e6c8;
}
.ip-ai-protect-help-note .fa {
    margin-right: 6px;
    color: #c4a84a;
}
.ip-ai-protect-help-faq {
    margin: 0;
}
.ip-ai-protect-help-faq dt {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.ip-ai-protect-help-faq dt:first-child {
    margin-top: 0;
}
.ip-ai-protect-help-faq dd {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}
@media (max-width: 991px) {
    .ip-ai-protect-help__features {
        grid-template-columns: 1fr;
    }
    .ip-ai-protect-help-os {
        grid-template-columns: 1fr;
    }
}

.ip-ai-protect-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.ip-ai-protect-step {
    flex: 1;
    min-width: 120px;
    padding: 10px 8px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    color: #999;
    background: #fafafa;
}
.ip-ai-protect-steps:not(.ip-ai-protect-steps--create) .ip-ai-protect-step span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
}
.ip-ai-protect-step.is-active {
    border-color: #c4a84a;
    color: #333;
    background: #fff8eb;
}
.ip-ai-protect-steps:not(.ip-ai-protect-steps--create) .ip-ai-protect-step.is-active span {
    background: #c4a84a;
}
.ip-ai-protect-step.is-done {
    color: #666;
}
.ip-ai-protect-steps:not(.ip-ai-protect-steps--create) .ip-ai-protect-step.is-done span {
    background: #1c1c1c;
}
.ip-ai-protect-pane {
    display: none;
}
.ip-ai-protect-pane.is-active {
    display: block;
}

/* 隐藏原生 file 控件（Bootstrap input[type=file]{display:block} 会覆盖 hidden） */
#btn-pick-video {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
}
.ip-ai-protect-recorder {

    padding: 20px;
    margin-bottom: 20px;
    border: 1px dashed #ddd;
    border-radius: 12px;
    background: #fafafa;
    text-align: center;
}
.ip-ai-protect-recorder__status {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}
.ip-ai-protect-recorder__timer {
    font-size: 28px;
    font-weight: 700;
    color: #c4a84a;
    margin-bottom: 16px;
}
.ip-ai-protect-recorder__preview {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 16px;
    border-radius: 8px;
    background: #000;
}
.ip-ai-protect-recorder__btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.ip-ai-protect-registrant-more {
    margin: 10px 0 0;
    color: #888;
    font-size: 13px;
}
.ip-ai-protect-registrant-more__btn {
    padding: 0;
    font-size: 13px;
    color: #c4a84a;
    vertical-align: baseline;
}
.ip-ai-protect-registrant-more__btn:hover,
.ip-ai-protect-registrant-more__btn:focus {
    color: #a8882e;
    text-decoration: underline;
}

/* ========== 提交创作保护页 ========== */
.ip-ai-protect--create {
    position: relative;
}
.ip-ai-protect--create-locked {
    min-height: 420px;
}
body.ip-ai-protect-busy-open {
    overflow: hidden;
}
.ip-ai-protect-busy {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.ip-ai-protect-busy.is-active {
    display: flex;
}
.ip-ai-protect-busy__glass {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.ip-ai-protect-busy__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 360px);
    padding: 28px 24px 24px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 48px rgba(17, 17, 17, 0.12);
}
.ip-ai-protect-busy__spinner {
    width: 44px;
    height: 44px;
    margin: 0 auto 16px;
    border: 3px solid #e8e8e8;
    border-top-color: #111;
    border-radius: 50%;
    animation: ip-ai-protect-busy-spin 0.85s linear infinite;
}
@keyframes ip-ai-protect-busy-spin {
    to {
        transform: rotate(360deg);
    }
}
.ip-ai-protect-busy__title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}
.ip-ai-protect-busy__hint {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #666;
}
.ip-ai-protect--create-locked .ip-ai-protect-create-main-wrap.is-auth-locked {
    pointer-events: none;
    user-select: none;
    filter: blur(2px);
    opacity: 0.45;
}
.ip-ai-protect-create-auth {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 16px 32px;
    background: rgba(255, 255, 255, 0.92);
    overflow-y: auto;
}
.ip-ai-protect-create-auth__card {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 28px 28px 24px;
    border: 1px solid #d8e4f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 45, 90, 0.1);
}
.ip-ai-protect-create-auth__head {
    margin-bottom: 18px;
    text-align: center;
}
.ip-ai-protect-create-auth__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 600;
    color: #1a3a5c;
}
.ip-ai-protect-create-auth__title .fa {
    margin-right: 8px;
    color: #2b6cb0;
}
.ip-ai-protect-create-auth__subtitle {
    margin: 0;
    font-size: 14px;
    color: #666;
}
.ip-ai-protect-create-auth__body {
    font-size: 14px;
    line-height: 1.75;
    color: #444;
}
.ip-ai-protect-create-auth__body strong {
    color: #1a3a5c;
}
.ip-ai-protect-create-auth__list {
    margin: 14px 0 0;
    padding-left: 1.25em;
}
.ip-ai-protect-create-auth__list li + li {
    margin-top: 8px;
}
.ip-ai-protect-create-auth__note {
    margin: 16px 0 0;
    padding: 10px 12px;
    font-size: 13px;
    color: #666;
    background: #f5f8fc;
    border-radius: 6px;
}
.ip-ai-protect-create-auth__foot {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e8eef4;
}
.ip-ai-protect-create-auth__check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}
.ip-ai-protect-create-auth__check input {
    margin-top: 3px;
    flex-shrink: 0;
}
.ip-ai-protect-create-auth__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ip-ai-protect-create-auth__confirm[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}
@media (max-width: 767px) {
    .ip-ai-protect-create-auth {
        padding: 16px 12px 24px;
    }
    .ip-ai-protect-create-auth__card {
        padding: 20px 16px 18px;
    }
    .ip-ai-protect-create-auth__actions .btn-lg {
        width: 100%;
    }
}
.ip-ai-protect--create .ip-panel__body {
    padding-top: 8px;
}
.ip-ai-protect-create-head {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 24px;
}
.ip-ai-protect-create-head__main {
    flex: 1;
    min-width: 240px;
}
.ip-ai-protect-create-head__lead {
    margin: 8px 0 0;
    max-width: 640px;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}
.ip-ai-protect-create-head__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}
.ip-ai-protect-create-quota {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff8eb 0%, #fff3d6 100%);
    border: 1px solid #ead9a8;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}
.ip-ai-protect-create-quota strong {
    font-size: 22px;
    font-weight: 800;
    color: #c4a84a;
    line-height: 1;
}
.ip-ai-protect-create-head__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
}
.ip-ai-protect--create .ip-ai-protect-create-head__btn {
    min-width: 118px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 9px;
    white-space: nowrap;
}
.ip-ai-protect--create .ip-ai-protect-create-head__btn .fa {
    margin-right: 4px;
}
.ip-ai-protect-create-head__link {
    font-size: 13px;
    color: #888;
    text-decoration: none;
}
.ip-ai-protect-create-head__link:hover {
    color: #c4a84a;
}
.ip-ai-protect-create-intro {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}
.ip-ai-protect-create-intro__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 14px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fafafa;
}
.ip-ai-protect-create-intro__item > .fa {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.ip-ai-protect-create-intro__item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #222;
}
.ip-ai-protect-create-intro__item span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #888;
}
.ip-ai-protect-steps--create {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}
.ip-ai-protect-steps--create .ip-ai-protect-step {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 64px;
    padding: 16px 18px;
    border: 2px solid #e3e3e3;
    border-radius: 14px;
    background: #fff;
    text-align: left;
    color: #444;
    cursor: default;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ip-ai-protect-steps--create .ip-ai-protect-step__num {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #cfcfcf;
    background: #f5f5f5;
    color: #555;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}
.ip-ai-protect-steps--create .ip-ai-protect-step__label {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1.35;
}
.ip-ai-protect-steps--create .ip-ai-protect-step__sep {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    color: #c8c8c8;
    font-size: 16px;
}
.ip-ai-protect-steps--create .ip-ai-protect-step.is-active {
    border-color: #c4a84a;
    background: linear-gradient(180deg, #fffdf7 0%, #fff9eb 100%);
    box-shadow: 0 10px 24px rgba(196, 168, 74, 0.14);
    transform: translateY(-1px);
}
.ip-ai-protect-steps--create .ip-ai-protect-step.is-active .ip-ai-protect-step__num {
    border-color: #c4a84a;
    background: #c4a84a;
    color: #fff;
    box-shadow: 0 4px 12px rgba(196, 168, 74, 0.35);
}
.ip-ai-protect-steps--create .ip-ai-protect-step.is-active .ip-ai-protect-step__label {
    color: #111;
}
.ip-ai-protect-steps--create .ip-ai-protect-step.is-done {
    border-color: #111;
    background: #fafafa;
    cursor: pointer;
}
.ip-ai-protect-steps--create .ip-ai-protect-step.is-done:hover {
    border-color: #333;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.ip-ai-protect-steps--create .ip-ai-protect-step.is-done .ip-ai-protect-step__num {
    border-color: #111;
    background: #111;
    color: transparent;
    font-size: 0;
}
.ip-ai-protect-steps--create .ip-ai-protect-step.is-done .ip-ai-protect-step__num::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}
.ip-ai-protect-steps--create .ip-ai-protect-step.is-done .ip-ai-protect-step__label {
    color: #222;
}
.ip-ai-protect-steps--create .ip-ai-protect-step.is-done + .ip-ai-protect-step__sep,
.ip-ai-protect-steps--create .ip-ai-protect-step__sep:has(+ .ip-ai-protect-step.is-active),
.ip-ai-protect-steps--create .ip-ai-protect-step__sep:has(+ .ip-ai-protect-step.is-done) {
    color: #999;
}
.ip-ai-protect-create-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: start;
}
.ip-ai-protect-create-layout--simple {
    grid-template-columns: minmax(0, 1fr);
    max-width: 720px;
}
.ip-ai-protect-pane__head--compact {
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: none;
}
.ip-ai-protect-pane__head--compact .ip-ai-protect-pane__title {
    margin: 0;
    font-size: 18px;
}
.ip-ai-protect-pane__desc--inline {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #888;
}
.ip-ai-protect-create-footnote {
    margin: 20px 0 0;
    font-size: 13px;
    color: #999;
    text-align: center;
}
.ip-ai-protect-create-footnote a {
    color: #888;
    text-decoration: none;
}
.ip-ai-protect-create-footnote a:hover {
    color: #c4a84a;
}
.ip-ai-protect-recorder--compact {
    padding: 24px 20px 20px;
}
.ip-ai-protect-recorder--compact .ip-ai-protect-recorder__timer {
    font-size: 36px;
}
.ip-ai-protect-recorder__timer-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}
.ip-ai-protect-recorder__timer-max {
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
}
.ip-ai-protect-recorder__timer.is-near-limit {
    color: #e6a23c;
}
.ip-ai-protect-create-form {
    min-width: 0;
}
.ip-ai-protect-pane__head {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.ip-ai-protect-pane__title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}
.ip-ai-protect-pane__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}
.ip-ai-protect-pane__field {
    margin-bottom: 8px;
}
.ip-ai-protect-pane__label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.ip-ai-protect-pane__input,
.ip-ai-protect-pane__textarea {
    border-radius: 10px;
    border-color: #ddd;
    box-shadow: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ip-ai-protect-pane__input:focus,
.ip-ai-protect-pane__textarea:focus {
    border-color: #c4a84a;
    box-shadow: 0 0 0 3px rgba(196, 168, 74, 0.15);
}
.ip-ai-protect-pane__textarea {
    min-height: 220px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.65;
    resize: vertical;
}
.ip-ai-protect-pane__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}
.ip-ai-protect-pane__actions--submit {
    justify-content: space-between;
}
.ip-ai-protect--create .ip-ai-protect-btn {
    min-width: 160px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.ip-ai-protect--create .ip-ai-protect-btn:hover,
.ip-ai-protect--create .ip-ai-protect-btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.ip-ai-protect--create .ip-ai-protect-btn .fa {
    margin: 0 4px;
}
.ip-ai-protect--create .ip-ai-protect-btn--record {
    min-width: 180px;
    padding: 14px 28px;
    font-size: 16px;
}
.ip-ai-protect--create .ip-ai-protect-btn--record .fa-circle {
    color: #ff4d4f;
    margin-right: 8px;
}
.ip-ai-protect--create .ip-ai-protect-btn--submit {
    min-width: 200px;
    padding: 14px 32px;
    font-size: 16px;
}
.ip-ai-protect--create .ip-ai-protect-btn--submit:not(:disabled) {
    background: linear-gradient(135deg, #111 0%, #2a2a2a 100%);
    border-color: #111;
}
.ip-ai-protect-recorder--hero {
    padding: 32px 24px 28px;
    margin-bottom: 16px;
    border: 2px dashed #d9c88a;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdf7 0%, #fafafa 100%);
}
.ip-ai-protect-recorder--hero .ip-ai-protect-recorder__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.ip-ai-protect-recorder--hero .ip-ai-protect-recorder__status {
    font-size: 17px;
}
.ip-ai-protect-recorder--hero .ip-ai-protect-recorder__timer {
    font-size: 42px;
    letter-spacing: 0.04em;
}
.ip-ai-protect-recorder--hero .ip-ai-protect-recorder__btns {
    gap: 14px;
    margin: 20px 0 12px;
}
.ip-ai-protect-recorder--hero .ip-ai-protect-recorder__upload {
    font-size: 13px;
    color: #888;
}
.ip-ai-protect-recorder-tips {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}
.ip-ai-protect-recorder-tips li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
    font-size: 13px;
    line-height: 1.55;
    color: #666;
}
.ip-ai-protect-recorder-tips .fa-check {
    flex-shrink: 0;
    margin-top: 3px;
    color: #c4a84a;
}
.ip-ai-protect-create-aside {
    position: sticky;
    top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ip-ai-protect-create-tip {
    display: none;
    padding: 18px 16px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff;
}
.ip-ai-protect-create-tip.is-active {
    display: block;
}
.ip-ai-protect-create-tip h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}
.ip-ai-protect-create-tip h3 .fa {
    margin-right: 6px;
    color: #c4a84a;
}
.ip-ai-protect-create-tip p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #666;
}
.ip-ai-protect-create-tip__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #c4a84a;
    text-decoration: none;
}
.ip-ai-protect-create-tip__link:hover {
    color: #a8882e;
    text-decoration: underline;
}
.ip-ai-protect-create-aside-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 14px;
    border-radius: 10px;
    background: #f7f8fa;
    font-size: 12px;
    line-height: 1.6;
    color: #888;
}
.ip-ai-protect-create-aside-note .fa {
    flex-shrink: 0;
    margin-top: 2px;
    color: #bbb;
}
@media (max-width: 991px) {
    .ip-ai-protect-create-intro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ip-ai-protect-create-layout {
        grid-template-columns: 1fr;
    }
    .ip-ai-protect-create-aside {
        position: static;
        order: -1;
    }
    .ip-ai-protect-create-head__meta {
        align-items: flex-start;
        width: 100%;
    }
    .ip-ai-protect-create-head__actions {
        justify-content: flex-start;
    }
    .ip-ai-protect-steps--create {
        flex-wrap: nowrap;
        gap: 6px;
    }
    .ip-ai-protect-steps--create .ip-ai-protect-step {
        flex: 1 1 0;
        min-width: 0;
        min-height: 52px;
        flex-direction: column;
        padding: 8px 4px;
        gap: 4px;
    }
    .ip-ai-protect-steps--create .ip-ai-protect-step__sep {
        display: none;
    }
    .ip-ai-protect-steps--create .ip-ai-protect-step__num {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .ip-ai-protect-steps--create .ip-ai-protect-step__label {
        font-size: 12px;
        text-align: center;
        line-height: 1.25;
    }
    .ip-ai-protect-pane__actions,
    .ip-ai-protect-pane__actions--submit {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 8px;
    }
    .ip-ai-protect--create .ip-ai-protect-btn {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
    }
}
@media (max-width: 575px) {
    .ip-ai-protect-create-intro {
        grid-template-columns: 1fr;
    }
    .ip-ai-protect-steps--create {
        gap: 4px;
    }
    .ip-ai-protect-steps--create .ip-ai-protect-step {
        flex: 1 1 0;
        min-width: 0;
        padding: 6px 2px;
    }
    .ip-ai-protect-steps--create .ip-ai-protect-step__num {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
    .ip-ai-protect-steps--create .ip-ai-protect-step__label {
        font-size: 11px;
    }
    .ip-ai-protect-recorder--hero .ip-ai-protect-recorder__btns {
        flex-direction: column;
        align-items: stretch;
    }
}

.ip-ai-protect--records .ip-panel__head {
    padding-bottom: 16px;
}
.ip-ai-protect-records-head {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 16px;
}
.ip-ai-protect-records-head__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 12px;
    margin-left: auto;
}
.ip-ai-protect-records-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    margin: 0;
}
.ip-ai-protect-records-search .input-group {
    min-width: 220px;
    max-width: 100%;
}
.ip-ai-protect-records-search__clear {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
}
.ip-ai-protect-records-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--ip-text-muted, #888);
}
.ip-ai-protect-records-meta__kw {
    color: var(--ip-text-secondary, #666);
}

/* 使用记录列表（折叠） */
.ip-ai-protect--records .ip-ai-protect-records-body {
    padding-top: 0;
}
.ip-ai-protect--records .ip-ai-protect-records-list {
    border: 1px solid var(--ip-line-strong, #e5e5e5);
    border-radius: var(--ip-card-radius, 10px);
    background: #fff;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}
.ip-pc.ip-pc--member .ip-ai-protect--records .ip-panel__body {
    overflow: hidden;
}
.ip-ai-protect-records-body .ip-empty-tip {
    margin: 24px 0;
}
.ip-ai-protect-record-card {
    margin: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: none;
}
.ip-ai-protect-record-card + .ip-ai-protect-record-card {
    border-top: 1px solid var(--ip-line, #eee);
}
.ip-ai-protect-record-card__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
}
.ip-ai-protect-record-card__summary:hover,
.ip-ai-protect-record-card__summary:focus {
    background: #fafafa;
    outline: none;
}
.ip-ai-protect-record-card.is-expanded .ip-ai-protect-record-card__summary {
    background: #f7f8fa;
    border-bottom: 1px solid var(--ip-line, #eee);
}
.ip-ai-protect-record-card.is-expanded + .ip-ai-protect-record-card {
    border-top-color: var(--ip-line, #eee);
}
.ip-ai-protect-record-card__summary-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ip-ai-protect-record-card__title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--ip-text-primary, #1c1c1c);
    word-break: break-word;
}
.ip-ai-protect-record-card__date {
    display: block;
    font-size: 13px;
    color: var(--ip-text-muted, #888);
    line-height: 1.4;
}
.ip-ai-protect-record-card__summary-aside {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.ip-ai-protect-record-card__zxl-queue {
    max-width: 220px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    color: #8a6d1a;
    background: rgba(196, 168, 74, 0.12);
    border: 1px solid rgba(196, 168, 74, 0.35);
    border-radius: 4px;
    padding: 4px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ip-ai-protect-record-card__zxl-badge {
    font-size: 11px;
    font-weight: 500;
}
.ip-ai-protect-record-card__status {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    line-height: 1.3;
}
.ip-ai-protect-record-card__chevron {
    color: #999;
    font-size: 18px;
    flex-shrink: 0;
    transition: color 0.2s ease;
}
.ip-ai-protect-record-card--popup .ip-ai-protect-record-card__chevron {
    transform: none;
}
.ip-ai-protect-record-card--popup .ip-ai-protect-record-card__summary:hover .ip-ai-protect-record-card__chevron,
.ip-ai-protect-record-card--popup .ip-ai-protect-record-card__summary:focus .ip-ai-protect-record-card__chevron {
    color: #c4a84a;
}
.ip-ai-protect-record-card.is-expanded .ip-ai-protect-record-card__chevron {
    transform: rotate(180deg);
}
.ip-ai-protect-record-card__panel.is-collapsed,
.ip-ai-protect-record-card__panel[hidden] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: none !important;
}
.ip-ai-protect-record-card.is-expanded .ip-ai-protect-record-card__panel {
    display: block !important;
    height: auto !important;
}
.ip-ai-protect-record-card__panel-inner {
    padding: 16px 20px 18px;
    box-sizing: border-box;
}
.ip-ai-protect-record-card__kv {
    border: 1px solid var(--ip-line, #eee);
    border-radius: 8px;
    overflow: hidden;
}
.ip-ai-protect-record-card__kv .ip-detail-kv-row {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 16px;
    font-size: 14px;
}
.ip-ai-protect-record-card .ip-ai-protect-record-prompt,
.ip-ai-protect-record-card .ip-ai-protect-record-video,
.ip-ai-protect-record-card .ip-ai-protect-record-cert,
.ip-ai-protect-record-card .ip-ai-protect-record-actions,
.ip-ai-protect-record-card .ip-community-booking-card__reply {
    margin-top: 14px;
}
.ip-ai-protect-record-card .ip-community-booking-card__reply {
    margin-bottom: 0;
    border-radius: 8px;
    border: 1px solid #dbeafe;
}
.ip-ai-protect-record-card .ip-ai-protect-record-actions {
    margin-bottom: 0;
    padding-top: 14px;
    border-top: 1px solid #eee;
}
.ip-ai-protect--records .ip-community-bookings__pager {
    margin-top: 20px;
    padding-top: 0;
}
@media (max-width: 767px) {
    .ip-ai-protect-records-head__actions {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        align-items: stretch;
    }
    .ip-ai-protect-records-search,
    .ip-ai-protect-records-search .input-group {
        width: 100%;
        min-width: 0;
    }
    .ip-ai-protect-records-head__actions > .btn-primary {
        width: 100%;
    }
    .ip-ai-protect-record-card__summary {
        padding: 14px 16px;
        align-items: flex-start;
    }
    .ip-ai-protect-record-card__summary-aside {
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }
    .ip-ai-protect-record-card__status {
        text-align: right;
    }
    .ip-ai-protect-record-card__panel-inner {
        padding: 14px 16px 16px;
    }
    .ip-ai-protect-record-card__kv .ip-detail-kv-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 14px;
    }
    .ip-ai-protect--records .ip-ai-protect-records-list {
        border-radius: 8px;
    }
    .ip-ai-protect-record-video__stage {
        max-height: 52vw;
    }
    .ip-ai-protect-record-video__toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .ip-ai-protect-record-video__speed {
        justify-content: flex-start;
    }
}
.ip-ai-protect-detail-layer .layui-layer-title {
    font-size: 16px;
    font-weight: 600;
}

.ip-ai-protect-record-prompt {
    margin-top: 14px;
    padding: 12px 14px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #fff;
}
.ip-ai-protect-record-prompt__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}
.ip-ai-protect-record-prompt__label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.ip-ai-protect-record-prompt__label .fa {
    margin-right: 6px;
    color: #888;
}
.ip-ai-protect-record-prompt__body {
    max-height: 240px;
    overflow-y: auto;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    color: #444;
    font-size: 13px;
    line-height: 1.75;
    white-space: pre-wrap;
    word-break: break-word;
}
.ip-ai-protect-record-video {
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #f7f7f7;
}
.ip-ai-protect-record-video__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    margin-bottom: 10px;
}
.ip-ai-protect-record-video__label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.ip-ai-protect-record-video__duration {
    font-size: 12px;
    color: #888;
}
.ip-ai-protect-record-video__duration .fa {
    margin-right: 4px;
}
.ip-ai-protect-record-video__stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: min(56vh, 480px);
    border-radius: 10px;
    overflow: hidden;
    background: #111;
}
.ip-ai-protect-record-video__player {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    background: #000;
}
.ip-ai-protect-record-video__placeholder,
.ip-ai-protect-record-video__loading {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    text-align: center;
    color: #ddd;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    z-index: 2;
}
.ip-ai-protect-record-video__placeholder .fa {
    font-size: 48px;
    color: #fff;
    opacity: 0.9;
}
.ip-ai-protect-record-video__placeholder span,
.ip-ai-protect-record-video__loading span {
    font-size: 13px;
}
.ip-ai-protect-record-video__loading {
    cursor: default;
    z-index: 3;
}
.ip-ai-protect-record-video__loading[hidden],
.ip-ai-protect-record-video__placeholder[hidden] {
    display: none !important;
}
.ip-ai-protect-record-video.is-ready .ip-ai-protect-record-video__player {
    position: relative;
    z-index: 1;
}
.ip-ai-protect-record-video__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
}
.ip-ai-protect-record-video__speed {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.ip-ai-protect-record-video__speed-label {
    font-size: 12px;
    color: #888;
    margin-right: 2px;
}
.ip-ai-protect-record-video__speed-btn {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.2;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: #444;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.ip-ai-protect-record-video__speed-btn:hover,
.ip-ai-protect-record-video__speed-btn.is-active {
    border-color: #111;
    background: #111;
    color: #fff;
}
.ip-ai-protect-record-video__toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ip-ai-protect-record-video__fallback {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff8eb;
    border: 1px solid #f0dfc0;
    color: #7a5b12;
    font-size: 13px;
    line-height: 1.6;
}
.ip-ai-protect-record-video__fallback[hidden] {
    display: none !important;
}
.ip-ai-protect-record-video__actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.ip-ai-protect-record-video__actions .btn-link {
    padding-left: 0;
    padding-right: 0;
}
.ip-ai-protect-zxl-verify-banner {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #d4e8ff;
    background: linear-gradient(135deg, #f8fbff 0%, #f3f8ff 100%);
}
.ip-ai-protect-zxl-verify-banner__title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    color: #2f5fae;
}
.ip-ai-protect-zxl-verify-banner__title .fa {
    margin-right: 6px;
}
.ip-ai-protect-zxl-verify-banner__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #555;
}
.ip-ai-protect-zxl-verify-kv {
    font-size: 12px;
    line-height: 1.6;
    color: #555;
    word-break: break-all;
}
.ip-ai-protect-zxl-verify-kv + .ip-ai-protect-zxl-verify-kv {
    margin-top: 6px;
}
.ip-ai-protect-zxl-verify-help {
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    font-size: 13px;
    line-height: 1.65;
    color: #555;
}
.ip-ai-protect-zxl-verify-help--detail {
    margin-top: 12px;
}
.ip-ai-protect-zxl-verify-help__lead {
    margin: 0 0 10px;
}
.ip-ai-protect-zxl-verify-help__steps {
    margin: 0 0 12px;
    padding-left: 1.2em;
}
.ip-ai-protect-zxl-verify-help__steps li + li {
    margin-top: 8px;
}
.ip-ai-protect-zxl-verify-help__hash {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}
.ip-ai-protect-zxl-verify-help__hash-label {
    flex: 0 0 auto;
    font-weight: 700;
    color: #333;
}
.ip-ai-protect-zxl-verify-help__hash-value {
    flex: 1 1 200px;
    margin: 0;
    padding: 6px 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    word-break: break-all;
    color: #333;
}
.ip-ai-protect-zxl-verify-help__note {
    margin: 0;
    font-size: 12px;
    color: #888;
}
.ip-ai-protect-record-video--detail {
    margin-top: 0;
    padding: 12px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #fafafa;
}
.ip-ai-protect-video-theater-layer .layui-layer-content {
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}
.ip-ai-protect-video-theater {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    background: #000;
}
.ip-ai-protect-video-theater__player {
    display: block;
    width: 100%;
    max-height: 85vh;
    object-fit: contain;
    background: #000;
}
.ip-ai-protect-detail {
    padding: 18px 20px 8px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
.ip-ai-protect-detail__section {
    margin-bottom: 18px;
}
.ip-ai-protect-detail__section:last-child {
    margin-bottom: 0;
}
.ip-ai-protect-detail__title {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
}
.ip-ai-protect-detail__prompt-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.ip-ai-protect-detail__prompt-head .ip-ai-protect-detail__title {
    margin: 0;
    flex: 1;
    min-width: 0;
}
.ip-ai-protect-detail__meta {
    margin: 0 0 10px;
    color: #888;
    font-size: 12px;
}
.ip-ai-protect-detail__prompt,
.ip-ai-protect-detail__remark {
    padding: 12px 14px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background: #fafafa;
    color: #444;
    line-height: 1.7;
    font-size: 13px;
    white-space: pre-wrap;
    word-break: break-word;
}
.ip-ai-protect-detail__video {
    display: block;
    width: 100%;
    max-height: 420px;
    border-radius: 8px;
    background: #000;
}
.ip-ai-protect-record-cert {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee;
}
.ip-ai-protect-record-cert__label {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #444;
}
.ip-ai-protect-record-cert__list {
    display: grid;
    gap: 12px;
}
.ip-ai-protect-record-cert__item {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #fafafa;
}
.ip-ai-protect-record-cert__item--zxl {
    border-color: #d4e8ff;
    background: linear-gradient(135deg, #f8fbff 0%, #f3f8ff 100%);
}
.ip-ai-protect-record-cert__badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: #e8f2ff;
    color: #2f5fae;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.ip-ai-protect-record-cert__pending {
    margin: 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff8eb;
    color: #8a6d1a;
    font-size: 13px;
    line-height: 1.6;
}
.ip-ai-protect-record-cert__pdf-wrap {
    flex: 1 1 100%;
    width: 100%;
}
.ip-ai-protect-record-cert__pdf {
    display: block;
    width: 100%;
    min-height: 360px;
    height: 52vh;
    max-height: 520px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}
.ip-ai-protect-record-cert__actions--only {
    width: 100%;
}
.ip-ai-protect-record-cert--detail .ip-ai-protect-record-cert__pdf {
    min-height: 420px;
}
.ip-ai-protect-cert-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    padding: 12px;
    background: #111;
}
.ip-ai-protect-cert-preview img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}
.ip-ai-protect-record-cert__preview {
    display: block;
    flex: 0 0 auto;
}
.ip-ai-protect-record-cert__preview img {
    display: block;
    width: 120px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.ip-ai-protect-record-cert__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    min-width: 0;
    flex: 1 1 160px;
}
.ip-ai-protect-record-cert__name {
    font-size: 13px;
    color: #666;
    word-break: break-all;
}
.ip-ai-protect-record-cert--detail .ip-ai-protect-record-cert__preview img {
    width: 160px;
}
.ip-community-booking-card__status--pending {
    background: #fff8eb;
    color: #8a6d1a;
}
.ip-community-booking-card__status--processing {
    background: #eef4ff;
    color: #2f5fae;
}
.ip-community-booking-card__status--completed {
    background: #edf7ed;
    color: #2e7d32;
}
.ip-community-booking-card__status--rejected {
    background: #fdecea;
    color: #c62828;
}
.ip-ai-protect-claim__intro {
    line-height: 1.7;
    white-space: pre-wrap;
    word-break: break-word;
}
.ip-ai-protect-claim__meta {
    margin-bottom: 18px;
}
.ip-ai-protect-claim__hint {
    margin-bottom: 16px;
}
.ip-ai-protect-claim__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}
.ip-user-feature-card {
    margin-top: 20px;
    padding: 20px 22px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff 0%, #f8f7f5 100%);
}
.ip-user-feature-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.ip-user-feature-card__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.ip-user-feature-card__desc {
    margin: 0 0 14px;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}
.ip-user-feature-card--ip {
    background: linear-gradient(135deg, #fff 0%, #f5f7fa 100%);
}
.ip-user-feature-card--ip .ip-user-feature-card__title .fa {
    color: var(--ip-text-primary, #1a1a1a);
}

/* AI 创作保护 - 专题宣传页 */
.ip-pc--promo {
    overflow-x: hidden;
}
.ip-pc--promo .content.ip-page {
    padding-top: 0;
    min-height: auto;
    overflow-x: hidden;
    max-width: 100%;
}
.ip-page--aiprotect-intro {
    --ip-aiprotect-intro-x: clamp(24px, 5vw, 48px);
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
}
.ip-page--aiprotect-intro .ip-rail {
    padding-left: var(--ip-aiprotect-intro-x);
    padding-right: var(--ip-aiprotect-intro-x);
    box-sizing: border-box;
}
.ip-aiprotect-intro-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.ip-aiprotect-intro-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(196, 168, 74, 0.35) 0%, transparent 42%),
        radial-gradient(circle at 10% 80%, rgba(90, 120, 180, 0.25) 0%, transparent 40%),
        linear-gradient(135deg, #141820 0%, #1f2430 52%, #2a2218 100%);
}
.ip-aiprotect-intro-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.25) 100%);
    pointer-events: none;
}
.ip-aiprotect-intro-hero__inner {
    position: relative;
    z-index: 1;
    padding: clamp(32px, 6vw, 48px) 0 clamp(36px, 6vw, 52px);
}
.ip-aiprotect-intro-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, min(360px, 100%));
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
}
.ip-aiprotect-intro-hero__copy {
    min-width: 0;
}
.ip-aiprotect-intro-hero__eyebrow {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(251, 231, 161, 0.92);
}
.ip-aiprotect-intro-hero__title {
    margin: 0;
    font-size: clamp(26px, 4.2vw, 34px);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0.02em;
}
.ip-aiprotect-intro-hero__title-line {
    display: block;
}
.ip-aiprotect-intro-hero__text {
    margin: 14px 0 0;
    max-width: 620px;
    font-size: clamp(14px, 2.2vw, 15px);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.8);
}
.ip-aiprotect-intro-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.ip-aiprotect-intro-hero__tag {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #8a6d1a;
    background: rgb(251, 231, 161);
    border-radius: 999px;
}
.ip-aiprotect-intro-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.ip-aiprotect-intro-hero__actions .btn-default {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}
.ip-aiprotect-intro-hero__actions .btn-default:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #fff;
    color: #fff;
}
.ip-aiprotect-intro-hero__visual {
    min-width: 0;
}
.ip-aiprotect-intro-shield-card {
    position: relative;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    padding: clamp(20px, 4vw, 28px) clamp(18px, 3vw, 24px) 22px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.ip-aiprotect-intro-shield-card__ring {
    position: absolute;
    inset: 12px;
    border: 1px dashed rgba(251, 231, 161, 0.35);
    border-radius: 14px;
    pointer-events: none;
}
.ip-aiprotect-intro-shield-card__price {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.ip-aiprotect-intro-shield-card__price-label {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.78);
}
.ip-aiprotect-intro-shield-card__price-value {
    margin: 0;
    line-height: 1;
    color: #fff;
}
.ip-aiprotect-intro-shield-card__price-currency {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 600;
    vertical-align: top;
    margin-right: 2px;
    color: #fbe7a1;
}
.ip-aiprotect-intro-shield-card__price-num {
    font-size: clamp(42px, 7vw, 52px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fbe7a1;
}
.ip-aiprotect-intro-shield-card__price-unit {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 10px;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(0, 0, 0, 0.22);
    border-radius: 999px;
}
.ip-aiprotect-intro-shield-card__icon {
    font-size: clamp(32px, 6vw, 42px);
    color: #fbe7a1;
    margin-bottom: 6px;
}
.ip-aiprotect-intro-shield-card__label {
    margin: 0 0 16px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}
.ip-aiprotect-intro-shield-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.ip-aiprotect-intro-shield-card__list li {
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.22);
}

/* 宣传页：个人 / 企业双版本 */
.ip-aiprotect-intro-hero__grid--solo {
    grid-template-columns: minmax(0, 1fr);
    max-width: 820px;
}
.ip-aiprotect-intro-editions__lanes {
    margin-top: 4px;
}
.ip-aiprotect-intro-editions__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}
.ip-aiprotect-intro-editions__join {
    margin: 4px 0 0;
    text-align: center;
    font-size: 13px;
}
.ip-aiprotect-intro-editions__join a {
    color: #666;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ip-aiprotect-intro-feature-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ip-aiprotect-intro-section--trust-brief .ip-aiprotect-intro-trust-panel--brief {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}
@media (max-width: 991px) {
    .ip-aiprotect-intro-feature-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ip-aiprotect-intro-editions .ip-ai-protect-hub__lanes {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    .ip-aiprotect-intro-feature-grid--compact {
        grid-template-columns: 1fr;
    }
}
.ip-aiprotect-intro-entry {
    padding: clamp(16px, 3vw, 22px) 0 0;
}
.ip-aiprotect-intro-entry__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    padding-bottom: clamp(16px, 3vw, 22px);
    border-bottom: 1px solid #eee;
}
.ip-aiprotect-intro-entry .ip-ai-protect-subnav {
    margin-bottom: 0;
    flex: 1 1 auto;
}
.ip-aiprotect-intro-entry__quota {
    margin: 0;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}
.ip-aiprotect-intro-entry__quota strong {
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
.ip-page--aiprotect-intro .ip-aiprotect-intro-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.ip-aiprotect-intro-body {
    padding: clamp(28px, 5vw, 40px) 0 clamp(40px, 6vw, 56px);
}
.ip-aiprotect-intro-section {
    margin-bottom: clamp(32px, 5vw, 44px);
}
.ip-aiprotect-intro-section--alt {
    margin-left: 0;
    margin-right: 0;
    padding: clamp(28px, 4vw, 36px) clamp(20px, 3vw, 28px);
    border-radius: 14px;
    background: #f8f7f5;
}
.ip-aiprotect-intro-section__head {
    max-width: 720px;
    margin-bottom: 24px;
}
.ip-aiprotect-intro-section__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #c4a84a;
    text-transform: uppercase;
}
.ip-aiprotect-intro-section__title {
    margin: 0;
    font-size: clamp(20px, 3.2vw, 26px);
    font-weight: 700;
    line-height: 1.35;
    color: #222;
}
.ip-aiprotect-intro-section__desc {
    margin: 10px 0 0;
    color: #666;
    line-height: 1.7;
    font-size: clamp(14px, 2vw, 15px);
}
.ip-aiprotect-intro-pain-grid,
.ip-aiprotect-intro-feature-grid,
.ip-aiprotect-intro-advantage-grid {
    display: grid;
    gap: 16px;
}
.ip-aiprotect-intro-pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ip-aiprotect-intro-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ip-aiprotect-intro-advantage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.ip-aiprotect-intro-pain-card,
.ip-aiprotect-intro-feature-card {
    padding: clamp(16px, 3vw, 22px) clamp(16px, 2.5vw, 20px);
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff;
    min-width: 0;
}
.ip-aiprotect-intro-pain-card i {
    font-size: 22px;
    color: #c4a84a;
    margin-bottom: 10px;
}
.ip-aiprotect-intro-pain-card h3,
.ip-aiprotect-intro-feature-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
}
.ip-aiprotect-intro-pain-card p,
.ip-aiprotect-intro-feature-card p {
    margin: 0;
    color: #666;
    line-height: 1.65;
    font-size: 14px;
}
.ip-aiprotect-intro-feature-card__num {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #c4a84a;
}
.ip-aiprotect-intro-advantage {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: clamp(16px, 3vw, 18px) clamp(16px, 2.5vw, 20px);
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff;
    min-width: 0;
}
.ip-aiprotect-intro-advantage > i {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background: #fff8eb;
    color: #c4a84a;
    font-size: 18px;
}
.ip-aiprotect-intro-advantage h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
}
.ip-aiprotect-intro-advantage p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}
.ip-aiprotect-intro-section--trust {
    padding: clamp(28px, 4vw, 36px) 0 0;
}
.ip-aiprotect-intro-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: clamp(24px, 4vw, 32px);
}
.ip-aiprotect-intro-tech-card {
    padding: 20px 18px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    min-width: 0;
}
.ip-aiprotect-intro-tech-card i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background: #fff8eb;
    color: #c4a84a;
    font-size: 18px;
    margin-bottom: 12px;
}
.ip-aiprotect-intro-tech-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
}
.ip-aiprotect-intro-tech-card p {
    margin: 0;
    color: #666;
    line-height: 1.65;
    font-size: 14px;
}
.ip-aiprotect-intro-trust-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, min(260px, 34%));
    gap: clamp(20px, 4vw, 32px);
    align-items: start;
    padding: clamp(22px, 4vw, 28px);
    border: 1px solid #e8e2d4;
    border-radius: 14px;
    background: linear-gradient(135deg, #fffdf8 0%, #fff 55%, #f8f7f5 100%);
}
.ip-aiprotect-intro-trust-panel__title {
    margin: 0 0 10px;
    font-size: clamp(18px, 2.8vw, 22px);
    font-weight: 700;
    color: #222;
}
.ip-aiprotect-intro-trust-panel__text {
    margin: 0 0 18px;
    color: #666;
    line-height: 1.75;
    font-size: 14px;
}
.ip-aiprotect-intro-trust-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}
.ip-aiprotect-intro-trust-stat {
    padding: 14px 12px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.ip-aiprotect-intro-trust-stat strong {
    display: block;
    margin-bottom: 6px;
    font-size: clamp(22px, 3.5vw, 28px);
    line-height: 1.1;
    color: #c4a84a;
}
.ip-aiprotect-intro-trust-stat span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
}
.ip-aiprotect-intro-trust-highlight {
    margin: 0;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.7;
    color: #5c4a12;
    background: #fff8eb;
    border-radius: 10px;
    border: 1px solid #f0e6c8;
}
.ip-aiprotect-intro-trust-highlight i {
    margin-right: 6px;
    color: #c4a84a;
}
.ip-aiprotect-intro-cert-sample {
    margin: 0;
    min-width: 0;
    max-width: 240px;
    justify-self: end;
}
.ip-aiprotect-intro-cert-sample__frame {
    padding: 8px;
    cursor: zoom-in;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.ip-aiprotect-intro-cert-sample__frame img {
    display: block;
    transition: opacity 0.2s ease;
    width: 100%;
    max-height: 300px;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}
.ip-aiprotect-intro-zxl-about {
    margin-bottom: clamp(20px, 4vw, 28px);
    padding: clamp(18px, 3vw, 24px);
    border: 1px solid #d8e4f0;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff 0%, #fff 60%);
}
.ip-aiprotect-intro-zxl-about__brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 920px;
}
.ip-aiprotect-intro-zxl-about__logo {
    width: auto;
    height: 36px;
    object-fit: contain;
    align-self: flex-start;
}
.ip-aiprotect-intro-zxl-about__lead {
    margin: 0;
    color: #444;
    line-height: 1.8;
    font-size: 14px;
}
.ip-aiprotect-intro-zxl-about__source {
    margin: 0;
    font-size: 13px;
    color: #888;
}
.ip-aiprotect-intro-zxl-milestones {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.ip-aiprotect-intro-zxl-milestones li {
    position: relative;
    padding: 10px 0 10px 14px;
    font-size: 13px;
    line-height: 1.65;
    color: #555;
    border-bottom: 1px dashed #ebebeb;
}
.ip-aiprotect-intro-zxl-milestones li:last-child {
    border-bottom: none;
}
.ip-aiprotect-intro-zxl-milestones li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2b6cb0;
}
.ip-aiprotect-intro-zxl-milestones strong {
    display: inline-block;
    min-width: 4.5em;
    margin-right: 6px;
    color: #1a3a5c;
}
.ip-aiprotect-intro-tech-card a {
    color: #2b6cb0;
    text-decoration: underline;
}
.ip-aiprotect-intro-zxl-honors {
    margin-top: clamp(28px, 4vw, 36px);
    padding-top: clamp(22px, 3vw, 28px);
    border-top: 1px solid #e8eef4;
}
.ip-aiprotect-intro-zxl-honors__title {
    margin: 0 0 8px;
    font-size: clamp(18px, 2.8vw, 22px);
    font-weight: 700;
    color: #1a3a5c;
}
.ip-aiprotect-intro-zxl-honors__desc {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}
.ip-aiprotect-intro-zxl-honors__desc a {
    color: #2b6cb0;
}
.ip-aiprotect-intro-zxl-honors__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}
.ip-aiprotect-intro-zxl-honor {
    margin: 0;
    padding: 10px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    min-width: 0;
}
.ip-aiprotect-intro-zxl-honor img {
    display: block;
    cursor: zoom-in;
    transition: opacity 0.2s ease;
    width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: contain;
    margin: 0 auto 8px;
}
.ip-aiprotect-intro-cert-sample__frame:hover img,
.ip-aiprotect-intro-zxl-honor:hover img {
    opacity: 0.92;
}

.ip-aiprotect-intro-zxl-honors__grid--curated {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
    .ip-aiprotect-intro-zxl-honors__grid--curated {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .ip-aiprotect-intro-zxl-honors__grid--curated {
        gap: 10px;
    }
    .ip-aiprotect-intro-zxl-honor img {
        max-height: 100px;
    }
}
.ip-aiprotect-intro-zxl-honor figcaption {
    font-size: 11px;
    line-height: 1.45;
    color: #666;
}
.ip-aiprotect-intro-cert-sample__caption {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: #888;
    text-align: center;
}
.ip-aiprotect-intro-scene-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ip-aiprotect-intro-scene {
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    color: #444;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    max-width: 100%;
}
.ip-aiprotect-intro-scene-note {
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 1.7;
    color: #888;
}
.ip-aiprotect-intro-flow {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}
.ip-aiprotect-intro-flow__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: clamp(16px, 3vw, 18px) clamp(16px, 2.5vw, 20px);
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff;
    min-width: 0;
}
.ip-aiprotect-intro-flow__step {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    color: #8a6d1a;
    background: #fff8eb;
}
.ip-aiprotect-intro-flow__item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}
.ip-aiprotect-intro-flow__item p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

/* 宣传页 / 提交页 AIGC 帮助文档（紧凑折叠） */
.ip-aiprotect-help-block--intro {
    margin-bottom: clamp(32px, 5vw, 44px);
}
.ip-ai-protect--create .ip-aiprotect-help-block--create {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}
.ip-aiprotect-intro-help-fold {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.ip-aiprotect-intro-help-fold__summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}
.ip-aiprotect-intro-help-fold__summary::-webkit-details-marker {
    display: none;
}
.ip-aiprotect-intro-help-fold__summary:hover {
    background: #fafafa;
}
.ip-aiprotect-intro-help-fold__label {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
}
.ip-aiprotect-intro-help-fold__label .fa {
    margin-right: 6px;
    color: #c4a84a;
    font-size: 13px;
}
.ip-aiprotect-intro-help-fold__meta {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ip-aiprotect-intro-help-fold__chevron {
    flex-shrink: 0;
    font-size: 12px;
    color: #bbb;
    transition: transform 0.2s ease;
}
.ip-aiprotect-intro-help-fold[open] .ip-aiprotect-intro-help-fold__chevron {
    transform: rotate(180deg);
}
.ip-aiprotect-intro-help-fold__body {
    border-top: 1px solid #f0f0f0;
    padding: 12px;
    background: #fafbfc;
}
.ip-aiprotect-intro-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
}
.ip-aiprotect-intro-help-item {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.ip-aiprotect-intro-help-item__summary {
    display: flex;
    align-items: flex-start;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}
.ip-aiprotect-intro-help-item__summary::-webkit-details-marker {
    display: none;
}
.ip-aiprotect-intro-help-item__summary::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: auto;
    padding-left: 8px;
    font-size: 11px;
    color: #ccc;
    line-height: 1.45;
    transition: transform 0.15s ease, color 0.15s ease;
}
.ip-aiprotect-intro-help-item[open] .ip-aiprotect-intro-help-item__summary::after {
    transform: rotate(180deg);
    color: #c4a84a;
}
.ip-aiprotect-intro-help-item__summary:hover {
    color: #111;
    background: #fcfcfc;
}
.ip-aiprotect-intro-help-item__body {
    padding: 0 12px 12px;
    border-top: 1px dashed #f0f0f0;
}
.ip-aiprotect-intro-help-item__content {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.65;
    color: #666;
}
.ip-aiprotect-intro-help-item__content h3 {
    margin: 10px 0 6px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
.ip-aiprotect-intro-help-item__content h3:first-child {
    margin-top: 0;
}
.ip-aiprotect-intro-help-item__content p {
    margin: 0 0 8px;
}
.ip-aiprotect-intro-help-item__content ul,
.ip-aiprotect-intro-help-item__content ol {
    margin: 0 0 8px;
    padding-left: 18px;
}
.ip-aiprotect-intro-help-item__content li + li {
    margin-top: 4px;
}
.ip-aiprotect-intro-help-item__content strong {
    color: #444;
}
@media (max-width: 991px) {
    .ip-aiprotect-intro-help-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .ip-aiprotect-intro-help-fold__summary {
        flex-wrap: wrap;
        padding: 10px 12px;
    }
    .ip-aiprotect-intro-help-fold__meta {
        flex: 1 1 100%;
        order: 3;
        padding-left: 22px;
    }
    .ip-aiprotect-intro-help-fold__chevron {
        margin-left: auto;
    }
    .ip-aiprotect-intro-help-grid {
        grid-template-columns: 1fr;
    }
}

.ip-aiprotect-intro-cta {
    margin-top: 0;
}
.ip-aiprotect-intro-cta__inner {
    padding: clamp(24px, 5vw, 36px) clamp(18px, 4vw, 28px);
    text-align: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #1f2430 0%, #3d3420 100%);
}
.ip-aiprotect-intro-cta__title {
    margin: 0;
    font-size: clamp(20px, 3.5vw, 24px);
    font-weight: 700;
    line-height: 1.4;
}
.ip-aiprotect-intro-cta__text {
    margin: 10px auto 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    font-size: clamp(14px, 2vw, 15px);
}
.ip-aiprotect-intro-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}
.ip-aiprotect-intro-cta__actions .btn-default {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}
@media (max-width: 1199px) {
    .ip-aiprotect-intro-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .ip-aiprotect-intro-hero__grid {
        grid-template-columns: 1fr;
    }
    .ip-aiprotect-intro-shield-card {
        margin: 0 auto;
    }
    .ip-aiprotect-intro-pain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ip-aiprotect-intro-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ip-aiprotect-intro-zxl-honors__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .ip-aiprotect-intro-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ip-aiprotect-intro-trust-panel {
        grid-template-columns: 1fr;
    }
    .ip-aiprotect-intro-cert-sample {
        max-width: 220px;
        margin: 0 auto;
        justify-self: center;
    }
}
@media (max-width: 767px) {
    .ip-page--aiprotect-intro {
        --ip-aiprotect-intro-x: clamp(24px, 6vw, 32px);
    }
    .ip-aiprotect-intro-pain-grid,
    .ip-aiprotect-intro-feature-grid,
    .ip-aiprotect-intro-advantage-grid,
    .ip-aiprotect-intro-tech-grid,
    .ip-aiprotect-intro-zxl-honors__grid {
        grid-template-columns: 1fr;
    }
    .ip-aiprotect-intro-trust-stats {
        grid-template-columns: 1fr;
    }
    .ip-aiprotect-intro-hero__actions,
    .ip-aiprotect-intro-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .ip-aiprotect-intro-hero__actions .btn,
    .ip-aiprotect-intro-cta__actions .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .ip-aiprotect-intro-shield-card__list {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    .ip-page--aiprotect-intro {
        --ip-aiprotect-intro-x: 24px;
    }
    .ip-aiprotect-intro-hero__tag {
        font-size: 11px;
        padding: 4px 10px;
    }
    .ip-aiprotect-intro-scene {
        width: auto;
        max-width: 100%;
        text-align: center;
    }
}

/* 登记信息：身份证 / 营业执照快照 */
.ip-detail-kv-row--stack .ip-detail-kv-v { display: block; margin-top: 6px; }
.ip-ai-protect-registrant-idcards { display: flex; flex-wrap: wrap; gap: 12px; }
.ip-ai-protect-registrant-idcard { margin: 0; max-width: 220px; }
.ip-ai-protect-registrant-idcard figcaption { font-size: 12px; color: #888; margin-bottom: 6px; }
.ip-ai-protect-registrant-img {
    display: block;
    max-width: 100%;
    max-height: 160px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fafafa;
}

.ip-ai-protect-record-video--download-only .ip-ai-protect-record-video__hint {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.6;
    color: #8a6d1a;
}
.ip-ai-protect-record-video__thumb {
    position: relative;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 100%);
    border: 1px solid #e8e8e8;
    margin-bottom: 16px;
}
.ip-ai-protect-record-video__thumb-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ip-ai-protect-record-video__thumb-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}
.ip-ai-protect-record-video__thumb-placeholder .fa {
    font-size: 42px;
    opacity: 0.85;
}
.ip-ai-protect-record-video__actions--primary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.ip-ai-protect-record-video__download {
    min-width: 220px;
    font-weight: 600;
}

/* 移动端：从相册选择视频（对齐 App 提交页） */
.ip-ai-protect-recorder.is-mobile-upload {
    text-align: left;
}
.ip-ai-protect-recorder.is-mobile-upload .ip-ai-protect-recorder__btns--mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ip-ai-protect-recorder.is-mobile-upload .ip-ai-protect-btn--pick {
    width: 100%;
}
.ip-ai-protect-recorder__timer-row--picked {
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}
.ip-ai-protect-pane__hint--mobile {
    color: #b8860b;
    font-weight: 500;
}
.ip-ai-protect-pane__hint--queue {
    color: #8a6d1a;
    font-weight: 500;
}
@media (max-width: 991px) {
    .ip-ai-protect-recorder.is-mobile-upload .ip-ai-protect-recorder__preview {
        max-height: 220px;
    }
}

@media (max-width: 991px) {
    .ip-ai-protect--create .ip-ai-protect-pane__hint--mobile {
        margin: 0 0 14px;
        color: #666;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.55;
    }
    .ip-ai-protect--create .ip-ai-protect-recorder.is-mobile-upload {
        margin-top: 0;
        padding: 14px;
        border: 1px dashed #e0e0e0;
        border-radius: 12px;
        background: #fafafa;
    }
    .ip-ai-protect--create .ip-ai-protect-recorder.is-mobile-upload .ip-ai-protect-recorder__status {
        margin: 0 0 10px;
        font-size: 13px;
        color: #888;
    }
    .ip-ai-protect--create .ip-ai-protect-recorder__timer-row--picked[hidden] {
        display: none !important;
    }
    .ip-ai-protect--create .ip-ai-protect-recorder__timer-row--picked:not([hidden]) {
        margin-bottom: 10px;
    }
    .ip-ai-protect--create .ip-ai-protect-recorder__timer-row--picked .ip-ai-protect-recorder__timer {
        font-size: 22px;
    }
    .ip-ai-protect--create .ip-ai-protect-page-below .ip-ai-protect-home__tips li:nth-child(1),
    .ip-ai-protect--create .ip-ai-protect-page-below .ip-ai-protect-home__tips li:nth-child(3),
    .ip-ai-protect--create .ip-ai-protect-page-below .ip-ai-protect-home__tips li:nth-child(4) {
        display: none;
    }
}



/* 自适应窄屏：仅相册选视频，隐藏录屏 */
@media (max-width: 991px) {
    .ip-ai-protect--create .ip-ai-protect-ui--desktop {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .ip-ai-protect--create .ip-ai-protect-ui--mobile {
        display: none !important;
    }
}

.ip-ai-protect-pane__limit {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff9e8;
    border: 1px solid #f0e0a8;
    color: #8a6d1a;
    font-size: 14px;
    line-height: 1.65;
}
.ip-ai-protect-pane__limit .fa {
    margin-top: 3px;
    color: #c4a84a;
}
.ip-ai-protect-pane__limit strong {
    color: #7a5a00;
    font-weight: 700;
}

@media (max-width: 767px) {
  .ip-pc.ip-pc--member .ip-ai-protect-subnav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .ip-pc.ip-pc--member .ip-ai-protect-subnav::-webkit-scrollbar {
    display: none;
  }

  .ip-pc.ip-pc--member .ip-ai-protect-subnav__item {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 13px;
  }

  /* 开始提交页 · 移动端隐藏子导航 */
  .ip-pc.ip-pc--member .ip-ai-protect--create .ip-ai-protect-subnav {
    display: none;
  }
}

/* 登记主体内嵌弹窗（本页填写，非 iframe） */
body.ip-ai-protect-registrant-open {
    overflow: hidden;
}
.ip-ai-protect-registrant-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.ip-ai-protect-registrant-modal.is-active {
    display: flex;
}
.ip-ai-protect-registrant-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 30, 50, 0.48);
}
.ip-ai-protect-registrant-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    max-height: min(92vh, 880px);
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(15, 45, 90, 0.18);
    overflow: hidden;
}
.ip-ai-protect-registrant-modal__head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid #e8eef4;
}
.ip-ai-protect-registrant-modal__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1a3a5c;
}
.ip-ai-protect-registrant-modal__close {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: #f0f4f8;
    color: #666;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
.ip-ai-protect-registrant-modal__close:hover {
    background: #e2e8f0;
    color: #333;
}
.ip-ai-protect-registrant-modal__body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 20px 8px;
    -webkit-overflow-scrolling: touch;
}
.ip-ai-protect-registrant-modal__foot {
    flex-shrink: 0;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 14px 20px;
    border-top: 1px solid #e8eef4;
    background: #fafbfc;
}
.ip-ai-protect-registrant-modal__foot .btn-lg {
    min-width: 96px;
}
@media (max-width: 575px) {
    .ip-ai-protect-registrant-modal {
        padding: 0;
        align-items: stretch;
    }
    .ip-ai-protect-registrant-modal__panel {
        max-width: none;
        max-height: none;
        height: 100%;
        border-radius: 0;
    }
    .ip-ai-protect-registrant-modal__foot {
        flex-direction: row;
    }
    .ip-ai-protect-registrant-modal__foot .btn-lg {
        flex: 1;
    }
}


/* 购买页 · 个人/企业 Tab */
.ip-ai-protect-packages-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.ip-ai-protect-packages-tabs > li > a {
    color: #666;
    font-weight: 600;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 18px;
}
.ip-ai-protect-packages-tabs > li.active > a,
.ip-ai-protect-packages-tabs > li.active > a:hover,
.ip-ai-protect-packages-tabs > li.active > a:focus {
    color: #c4a84a;
    background: transparent;
    border: none !important;
    border-bottom: 2px solid #c4a84a !important;
}
.ip-ai-protect-packages-tab-content {
    padding-top: 4px;
}
.ip-ai-protect-packages-tab-content > .tab-pane {
    display: none;
}
.ip-ai-protect-packages-tab-content > .tab-pane.active {
    display: block;
}

/* 购买套餐页 · 移动端（含企业 Tab） */
@media (max-width: 767px) {
    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-panel__body.ip-ai-protect-home {
        padding: 12px 14px 18px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-home__hero {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 14px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-home__hero-text {
        min-width: 0;
        width: 100%;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-home__title {
        font-size: 22px;
        line-height: 1.25;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-home__tagline {
        font-size: 13px;
        margin-top: 6px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-home__hero-aside {
        width: 100%;
        margin-left: 0;
        justify-content: stretch;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-home__hero-action {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-subnav {
        display: none;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages-sheet {
        padding: 14px 12px;
        border-radius: 12px;
        min-width: 0;
        overflow-x: clip;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages-tab-content {
        min-width: 0;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages-tabs {
        display: flex;
        margin-bottom: 14px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages-tabs > li {
        float: none;
        flex: 1 1 0;
        min-width: 0;
        margin-bottom: -1px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages-tabs > li > a {
        padding: 10px 8px;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__block {
        margin-bottom: 20px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__block-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 12px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__block-hint {
        width: 100%;
        min-width: 0;
        line-height: 1.5;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__upgrade-tip {
        padding: 12px 14px;
        font-size: 13px;
        line-height: 1.6;
        word-break: break-word;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__block--target select.form-control {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__card {
        min-height: 0;
        padding: 16px 14px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__card-title {
        font-size: 15px;
        padding-right: 28px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__card-times--enterprise {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__card-times {
        line-height: 1.55;
        word-break: break-word;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__card-times em {
        font-size: 18px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__card--enterprise .ip-ai-protect-packages__card-times em {
        font-size: 16px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__card-price {
        font-size: 20px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-ai-protect-packages__pay-grid {
        max-width: none;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--packages .ip-recharge__grid--pay {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ip-ai-protect--enterprise-members .ip-ai-protect-enterprise-members {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ip-ai-protect-enterprise-members__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}
.ip-ai-protect-enterprise-members__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    min-width: 0;
}
.ip-ai-protect-enterprise-members__name { font-size: 16px; }
.ip-ai-protect-enterprise-members__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ip-ai-protect-members-invite { margin-bottom: 24px; }
.ip-ai-protect-members-invite__hint { color: #888; margin-bottom: 16px; font-size: 14px; }
.ip-ai-protect-members-invite__box {
    margin-top: 16px;
    padding: 16px;
    background: #fffdf5;
    border: 1px solid #f0e6c8;
    border-radius: 12px;
}
.ip-ai-protect-members-invite__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.ip-ai-protect-members-invite__label { font-size: 13px; color: #888; min-width: 56px; }
.ip-ai-protect-members-invite__code { font-size: 22px; letter-spacing: 2px; color: #c4a84a; }
.ip-ai-protect-members-readonly { margin-bottom: 20px; }

.ip-ai-protect--enterprise-join .ip-ai-protect-join__team { margin-bottom: 20px; text-align: center; }
.ip-ai-protect-join__label { display: block; font-size: 14px; color: #888; margin-bottom: 8px; }
.ip-ai-protect-join__name { display: block; font-size: 24px; color: #222; }
.ip-ai-protect-join__expire { margin-top: 8px; font-size: 13px; }
.ip-ai-protect-join__code-input { letter-spacing: 3px; text-transform: uppercase; text-align: center; max-width: 280px; margin: 0 auto; }
.ip-ai-protect-join__form .form-group { text-align: center; }
.ip-ai-protect-join__login-hint { text-align: center; margin: 12px 0 16px; font-size: 14px; }
.ip-ai-protect-join__tips { margin: 24px 0 0; padding-left: 18px; color: #888; font-size: 13px; line-height: 1.8; }
.ip-ai-protect-join__alert { margin-bottom: 16px; }


/* ===== 服务总览 Hub：个人 / 企业双入口 ===== */
.ip-ai-protect--hub .ip-panel__body.ip-ai-protect-home {
    padding-top: clamp(16px, 3vw, 28px);
}
.ip-ai-protect-hub__hero {
    margin-bottom: clamp(20px, 3vw, 32px);
    text-align: center;
}
.ip-ai-protect-hub__hero .ip-ai-protect-home__title {
    margin-bottom: 8px;
}
.ip-ai-protect-hub__lanes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}
.ip-ai-protect-hub__lane {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: clamp(18px, 3vw, 24px);
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}
.ip-ai-protect-hub__lane--personal {
    border-top: 3px solid #111;
}
.ip-ai-protect-hub__lane--enterprise {
    border-top: 3px solid #c4a84a;
}
.ip-ai-protect-hub__badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
.ip-ai-protect-hub__badge--personal {
    background: #111;
    color: #fff;
}
.ip-ai-protect-hub__badge--enterprise {
    background: #fff8e6;
    color: #9a7b1a;
    border: 1px solid #f0e6c8;
}
.ip-ai-protect-hub__lane-title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}
.ip-ai-protect-hub__lane-desc {
    margin: 0;
    font-size: 14px;
    color: #888;
    line-height: 1.6;
}
.ip-ai-protect-hub__stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
}
.ip-ai-protect-hub__stat-label {
    font-size: 13px;
    color: #888;
}
.ip-ai-protect-hub__stat-value {
    font-size: 32px;
    line-height: 1;
    color: #c4a84a;
}
.ip-ai-protect-hub__features {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.9;
}
.ip-ai-protect-hub__features .fa {
    width: 18px;
    margin-right: 6px;
    color: #999;
}
.ip-ai-protect-hub__enter {
    margin-top: auto;
}
.ip-ai-protect-hub__quick {
    text-align: center;
    font-size: 13px;
}
.ip-ai-protect-hub__quick a {
    color: #666;
    text-decoration: none;
}
.ip-ai-protect-hub__quick a:hover {
    color: #111;
}
.ip-ai-protect-hub__dot {
    color: #ccc;
    margin: 0 4px;
}
.ip-ai-protect-hub__teams {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ip-ai-protect-hub__team-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #f0e6c8;
    border-radius: 12px;
    background: #fffdf8;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ip-ai-protect-hub__team-card:hover {
    border-color: #d9c88a;
    box-shadow: 0 4px 12px rgba(196, 168, 74, 0.12);
}
.ip-ai-protect-hub__team-name {
    display: block;
    font-size: 16px;
    color: #222;
    margin-bottom: 4px;
}
.ip-ai-protect-hub__team-meta {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}
.ip-ai-protect-hub__team-go {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: #c4a84a;
}
.ip-ai-protect-hub__empty {
    padding: 12px 0 4px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}
.ip-ai-protect-hub__empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.ip-ai-protect-hub__lane-foot {
    margin: 0;
    font-size: 13px;
    text-align: center;
}
.ip-ai-protect-hub__compare {
    padding: 18px 20px;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    margin-bottom: 8px;
}
.ip-ai-protect-hub__compare-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    color: #444;
}
.ip-ai-protect-hub__compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.ip-ai-protect-hub__compare-col strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #222;
}
.ip-ai-protect-hub__compare-col p {
    margin: 0;
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}
.ip-ai-protect-edition-label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #c4a84a;
    text-transform: uppercase;
}
.ip-ai-protect-subnav__item--hub {
    border-style: dashed;
}
.ip-ai-protect-enterprise-switch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: -8px 0 18px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fffdf8;
    border: 1px solid #f0e6c8;
}
.ip-ai-protect-enterprise-switch__label {
    font-size: 12px;
    color: #888;
}
.ip-ai-protect-enterprise-switch__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ip-ai-protect-enterprise-switch__item {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
}
.ip-ai-protect-enterprise-switch__item.is-active,
.ip-ai-protect-enterprise-switch__item:hover {
    border-color: #c4a84a;
    color: #9a7b1a;
    background: #fff8e6;
}
.ip-ai-protect-home__grid--personal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ip-ai-protect-enterprise-recent__more {
    margin: 12px 0 0;
    font-size: 13px;
    text-align: right;
}
@media (max-width: 900px) {
    .ip-ai-protect-hub__lanes,
    .ip-ai-protect-hub__compare-grid,
    .ip-ai-protect-home__grid--personal,
    .ip-ai-protect-home__grid--enterprise {
        grid-template-columns: 1fr;
    }
}

/* 企业工作台 · 顶栏与名称设置 */
.ip-ai-protect-home__hero.ip-ai-protect-home__hero--compact {
    align-items: flex-start;
}
.ip-ai-protect-home__hero-main {
    flex: 1 1 auto;
    min-width: 0;
}
.ip-ai-protect--enterprise .ip-ai-protect-home__hero-main {
    flex: 0 1 auto;
}
.ip-ai-protect-enterprise-name-setup {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0 0 20px;
    padding: 18px 20px;
    border: 1px solid #f0ad4e;
    border-radius: 10px;
    background: linear-gradient(135deg, #fffbf0 0%, #fff8e6 100%);
}
.ip-ai-protect-enterprise-name-setup__body {
    flex: 1;
    min-width: 0;
}
.ip-ai-protect-enterprise-name-setup__icon {
    flex-shrink: 0;
    font-size: 28px;
    color: #f0ad4e;
    line-height: 1.2;
}
.ip-ai-protect-enterprise-name-setup__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #8a6d3b;
}
.ip-ai-protect-enterprise-name-setup__desc,
.ip-ai-protect-enterprise-name-setup__wait {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}
.ip-ai-protect-enterprise-name-setup__form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    width: 100%;
    max-width: none;
}
.ip-ai-protect-enterprise-name-setup__form .btn {
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
}
.ip-ai-protect-enterprise-name-setup__form .form-control {
    flex: 1 1 220px;
    min-width: 180px;
}
@media (max-width: 640px) {
    .ip-ai-protect-enterprise-name-setup {
        flex-direction: column;
        gap: 12px;
    }
    .ip-ai-protect-enterprise-name-setup__form {
        flex-direction: column;
        align-items: stretch;
    }
    .ip-ai-protect-enterprise-name-setup__form .form-control,
    .ip-ai-protect-enterprise-name-setup__form .btn {
        width: 100%;
    }
}


/* 企业团队名称设置 · 弹窗 */
.ip-ai-protect-enterprise-name-setup-layer .layui-layer-title {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 600;
}
.ip-ai-protect-enterprise-name-setup-layer .layui-layer-content {
    overflow: visible;
}
.ip-ai-protect-enterprise-name-setup-modal-wrap {
    padding: 8px 28px 28px;
}
.ip-ai-protect-enterprise-name-setup-modal__desc,
.ip-ai-protect-enterprise-name-setup-modal__wait {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}
.ip-ai-protect-enterprise-name-setup-modal__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ip-ai-protect-enterprise-name-setup-modal__form .form-control {
    width: 100%;
    height: 46px;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 8px;
}
.ip-ai-protect-enterprise-name-setup-modal__form .btn {
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}
.ip-ai-protect-enterprise-name-edit {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 4px 0 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 13px;
    color: #337ab7;
    cursor: pointer;
}
.ip-ai-protect-enterprise-name-edit:hover { color: #23527c; text-decoration: underline; }
.ip-ai-protect-enterprise-name-edit-panel {
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fafafa;
}
.ip-ai-protect-enterprise-name-edit-panel__row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 6px;
}
.ip-ai-protect-enterprise-name-edit-panel__row .form-control {
    flex: 1 1 240px;
    min-width: 180px;
}
.ip-ai-protect-home__grid.is-locked .ip-ai-protect-home__card--feature {
    opacity: 0.55;
    pointer-events: auto;
    cursor: not-allowed;
    position: relative;
}
.ip-ai-protect-home__grid.is-locked .ip-ai-protect-home__card--feature::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.ip-ai-protect-enterprise-notice {
    margin: 0 0 16px;
    border-radius: 8px;
}
body.ip-ai-protect-layer-open {
    overflow: hidden;
}


.ip-ai-protect--enterprise .ip-ai-protect-enterprise-storage-section {
    margin: 20px 0 0;
}
.ip-ai-protect-enterprise-storage-panel--bottom {
    width: 100%;
    max-width: none;
}
.ip-ai-protect--enterprise .ip-ai-protect-home__hero.ip-ai-protect-home__hero--compact {
    margin-bottom: clamp(12px, 2vw, 18px);
}
/* 企业工作台 · 存储面板（含升级） */
.ip-ai-protect-enterprise-storage-panel {
    flex-shrink: 0;
    width: min(100%, 280px);
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(145deg, #fff9eb 0%, #fff3d6 100%);
    border: 1px solid #ead9a8;
    box-shadow: 0 4px 14px rgba(196, 168, 74, 0.08);
}
.ip-ai-protect-enterprise-storage-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}
.ip-ai-protect-enterprise-storage-panel__label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9a7b1a;
}
.ip-ai-protect-enterprise-storage-panel__upgrade {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #d9c88a;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #9a7b1a;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ip-ai-protect-enterprise-storage-panel__upgrade:hover {
    background: #fff8e6;
    border-color: #c4a84a;
    color: #7a5f10;
    text-decoration: none;
}
.ip-ai-protect-enterprise-storage-panel__quota {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    font-variant-numeric: tabular-nums;
}
.ip-ai-protect-enterprise-storage-panel__quota-sep {
    margin: 0 2px;
    font-weight: 500;
    color: #bbb;
}
.ip-ai-protect-enterprise-storage-panel__bar {
    height: 6px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.ip-ai-protect-enterprise-storage-panel__bar-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #c4a84a 0%, #e8c96a 100%);
    transition: width 0.3s ease;
}
.ip-ai-protect-enterprise-storage-panel__meta {
    margin: 0;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}
.ip-ai-protect-home__grid--enterprise {
    grid-template-columns: 1fr;
}
.ip-ai-protect-home__grid--enterprise .ip-ai-protect-home__card--primary {
    grid-column: auto;
}
@media (min-width: 640px) {
    .ip-ai-protect-home__grid--enterprise {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .ip-ai-protect-home__grid--enterprise {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .ip-ai-protect-enterprise-storage-panel {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .ip-ai-protect-home__hero.ip-ai-protect-home__hero--compact {
        flex-direction: column;
        align-items: stretch;
    }
    .ip-ai-protect-enterprise-storage-panel {
        width: 100%;
    }
}

/* 个人工作台 · 剩余次数面板（含购买） */
.ip-ai-protect-home__quota--panel {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    min-width: 148px;
    padding: 12px 14px;
    border-radius: 14px;
}
.ip-ai-protect-home__quota-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.ip-ai-protect-home__quota--panel .ip-ai-protect-home__quota-label {
    font-weight: 600;
    color: #888;
}
.ip-ai-protect-home__quota--panel .ip-ai-protect-home__quota-num {
    font-size: 28px;
    text-align: left;
}
.ip-ai-protect-home__quota-buy {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid #d9c88a;
    background: #fff;
    font-size: 11px;
    font-weight: 600;
    color: #9a7b1a;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.ip-ai-protect-home__quota-buy:hover {
    background: #fff8e6;
    border-color: #c4a84a;
    color: #7a5f10;
    text-decoration: none;
}
.ip-ai-protect-home__grid--personal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 640px) {
    .ip-ai-protect-home__quota--panel {
        width: 100%;
    }
}

.ip-ai-protect-home__quota-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}
.ip-ai-protect-home__quota-back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ip-ai-protect-home__quota-back:hover {
    background: #f7f7f7;
    border-color: #ccc;
    color: #333;
    text-decoration: none;
}
@media (max-width: 640px) {
    .ip-ai-protect-home__quota-head {
        flex-wrap: wrap;
    }
    .ip-ai-protect-home__quota-actions {
        width: 100%;
        justify-content: flex-start;
    }
}

.ip-ai-protect-enterprise-validity {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ip-ai-protect-enterprise-validity__title {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    user-select: none;
}
.ip-ai-protect-enterprise-validity__title::-webkit-details-marker {
    display: none;
}
.ip-ai-protect-enterprise-validity__title::marker {
    content: '';
}
.ip-ai-protect-enterprise-validity__title::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    color: #94a3b8;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.ip-ai-protect-enterprise-validity[open] .ip-ai-protect-enterprise-validity__title::after {
    transform: rotate(180deg);
}
.ip-ai-protect-enterprise-validity__list {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
.ip-ai-protect-enterprise-validity__item {
    display: grid;
    gap: 2px;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
    font-size: 12px;
    line-height: 1.45;
}
.ip-ai-protect-enterprise-validity__item:last-child {
    border-bottom: 0;
}
.ip-ai-protect-enterprise-validity__pkg {
    font-weight: 600;
    color: #0f172a;
}
.ip-ai-protect-enterprise-validity__range {
    color: #334155;
}
.ip-ai-protect-enterprise-validity__status {
    color: #64748b;
}
.ip-ai-protect-enterprise-validity__item.is-active .ip-ai-protect-enterprise-validity__status {
    color: #059669;
}
.ip-ai-protect-enterprise-validity__item.is-expired .ip-ai-protect-enterprise-validity__status {
    color: #94a3b8;
}


.ip-ai-protect--personal .ip-ai-protect-home__foot-buy--mobile {
    display: none;
}

/* 个人工作台 · 移动端自适应 */
@media (max-width: 767px) {
    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-panel__body.ip-ai-protect-home {
        padding: 12px 14px 18px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__hero {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 12px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__hero-text {
        width: 100%;
        min-width: 0;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__title {
        font-size: 22px;
        line-height: 1.25;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__tagline {
        font-size: 13px;
        margin-top: 6px;
    }

    /* 个人工作台 · 移动端隐藏剩余次数与子导航（主内容卡片已覆盖入口） */
    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__hero-aside {
        display: none;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-subnav {
        display: none;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__grid--personal {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__card {
        padding: 16px;
        gap: 12px;
        border-radius: 12px;
        min-height: 72px;
        -webkit-tap-highlight-color: transparent;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__card--primary {
        padding: 18px 16px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__card-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 18px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__card-title {
        font-size: 16px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__card-desc {
        font-size: 12px;
        line-height: 1.45;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal footer.ip-ai-protect-home__foot {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-top: 20px !important;
        padding-top: 16px !important;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__tips {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }


    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__foot-buy--mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #d9c88a;
        border-radius: 10px;
        background: #fff8e6;
        font-size: 14px;
        font-weight: 600;
        color: #9a7b1a;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__foot-buy--mobile:hover,
    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__foot-buy--mobile:focus {
        background: #fff3d6;
        border-color: #c4a84a;
        color: #7a5f10;
        text-decoration: none;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--personal .ip-ai-protect-home__more {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #ececec;
        border-radius: 10px;
        background: #fafafa;
    }
}
/* 企业工作台 · 移动端紧凑布局 */
@media (max-width: 767px) {
    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-panel__body.ip-ai-protect-home {
        padding: 12px 14px 18px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-home__hero,
    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-home__hero.ip-ai-protect-home__hero--compact {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin-bottom: 12px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-home__hero-main {
        flex: 0 0 auto;
        width: 100%;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-home__title {
        font-size: 22px;
        line-height: 1.25;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-home__tagline {
        font-size: 13px;
        margin-top: 6px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-edition-label {
        margin-bottom: 4px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise #enterprise-name-setup-modal-src,
    .ip-pc.ip-pc--member .ip-ai-protect--enterprise #enterprise-name-edit-panel[hidden] {
        display: none !important;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-enterprise-notice,
    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-enterprise-alert {
        margin-bottom: 12px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-enterprise-switch {
        margin: 0 0 12px;
        padding: 8px 10px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-home__grid--enterprise {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-home__card {
        padding: 16px;
        gap: 12px;
        border-radius: 12px;
        min-height: 72px;
        -webkit-tap-highlight-color: transparent;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-home__card--primary {
        padding: 18px 16px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-home__card-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 18px;
        line-height: 44px;
    }

    .ip-pc.ip-pc--member .ip-ai-protect--enterprise .ip-ai-protect-enterprise-storage-section {
        margin-top: 16px;
    }
}

