.zhokl-cc-open-btn,
.zhokl-findrisc-open-btn {
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(13, 43, 107, 0.4);
    transition: filter .2s, transform .15s, box-shadow .15s;
}

.zhokl-cc-open-btn:hover,
.zhokl-findrisc-open-btn:hover {
    filter: brightness(1.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(13, 43, 107, 0.5);
}

#zhokl-findrisc-modal-overlay {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(60, 60, 60, 0.72);
    backdrop-filter: blur(3px);
    z-index: 2147483647 !important;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

#zhokl-findrisc-modal-overlay.zhokl-findrisc-open { display: flex !important; }

.zhokl-findrisc-modal-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
    width: min(660px, calc(100vw - 32px));
    height: min(700px, calc(100vh - 32px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.zhokl-findrisc-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(180deg, #163983 0%, #0d2b6b 100%);
    color: #fff;
}

.zhokl-findrisc-modal-head h3 {
    margin: 0;
    font-size: 20px;
    color: #fff !important;
}

.zhokl-findrisc-close {
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,.3);
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
}

.zhokl-findrisc-modal-body {
    overflow-y: auto;
    padding: 20px;
    background: #f5f7fa;
    flex: 1;
}

#zhokl-findrisc-screen,
.zhokl-findrisc-layout {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.zhokl-findrisc-content {
    flex: 1;
}

.zhokl-findrisc-centered { text-align: center; padding-top: 48px; }
.zhokl-findrisc-centered h4 { font-size: 34px; margin: 0 0 20px; }
.zhokl-findrisc-centered p { white-space: pre-line; font-size: 18px; }

.zhokl-findrisc-question-title { font-size: 30px; margin-bottom: 8px; font-weight: 700; }
.zhokl-findrisc-question-subtitle { font-size: 18px; margin-bottom: 16px; }
.zhokl-findrisc-options { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.zhokl-findrisc-option { font-size: 21px; }
.zhokl-findrisc-option input { margin-right: 8px; }

.zhokl-findrisc-footer {
    margin-top: auto;
    background: #f5f7fa;
    position: sticky;
    bottom: 0;
    padding-top: 8px;
}

.zhokl-findrisc-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.zhokl-findrisc-btn {
    border: 1px solid #bfc3c8;
    border-radius: 6px;
    padding: 10px 16px;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}
.zhokl-findrisc-btn-primary {
    background: #0d2b6b;
    color: #fff;
    border-color: #0d2b6b;
}

.zhokl-findrisc-progress { margin-top: 12px; color: #4f5a65; font-size: 14px; }

.zhokl-findrisc-result { text-align: center; padding-top: 32px; }
.zhokl-findrisc-result-title { font-size: 26px; margin-bottom: 22px; }
.zhokl-findrisc-result-main { font-size: 44px; font-weight: 800; margin-bottom: 14px; }
.zhokl-findrisc-result-sub { font-size: 22px; }
.zhokl-findrisc-result-score { font-size: 18px; margin-top: 12px; color: #4f5a65; }

.zhokl-findrisc-bmi-box {
    background: #fff;
    border: 1px solid #dbe4f7;
    border-radius: 10px;
    padding: 12px;
}
.zhokl-findrisc-bmi-title { font-weight: 700; margin-bottom: 8px; }
.zhokl-findrisc-bmi-grid { display: flex; gap: 10px; flex-wrap: wrap; }
.zhokl-findrisc-bmi-grid label { font-size: 14px; display: flex; flex-direction: column; gap: 6px; }
.zhokl-findrisc-bmi-grid input { min-width: 150px; padding: 6px 8px; }
.zhokl-findrisc-bmi-result { margin: 8px 0; font-weight: 600; }
