.glass-app {
    max-width: 1400px;
    margin: 24px auto;
    background: rgba(12, 16, 30, 0.65);
    backdrop-filter: blur(14px);
    border-radius: 2.5rem;
    border: 1px solid rgba(139, 92, 246, 0.4);
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.page { padding: 2rem; transition: 0.2s; }
.hidden { display: none !important; }
.cover { text-align: center; background: linear-gradient(135deg, rgba(11, 43, 59, 0.6), rgba(26, 76, 94, 0.4)); }
.title-gold {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f9e281, #f5b042, #c084fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.btn-start {
    background: linear-gradient(95deg, #4f46e5, #7c3aed);
    border: none;
    padding: 1rem 2.8rem;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1rem;
}
.intro-box {
    background: rgba(20, 26, 48, 0.7);
    border-radius: 2rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(139, 92, 246, 0.5);
}
.version-buttons { display: flex; gap: 1.5rem; justify-content: center; margin-top: 2rem; flex-wrap: wrap; }
.version-btn {
    background: rgba(79, 70, 229, 0.2);
    border: 1px solid #8b5cf6;
    padding: 0.8rem 2rem;
    border-radius: 40px;
    font-weight: bold;
    color: #e2e8ff;
    cursor: pointer;
}
.version-btn.parent { background: rgba(44, 122, 71, 0.8); }
.version-btn.self { background: rgba(181, 101, 30, 0.8); }
.quiz-header { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; margin-bottom: 1rem; }
.quiz-title { font-size: 1.8rem; font-weight: 700; color: #c4b5fd; }
.progress-section { background: #1f253f; border-radius: 40px; margin: 0.8rem 0 1.5rem; height: 10px; overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg, #8b5cf6, #c084fc); border-radius: 40px; transition: width 0.3s; }
.part-container {
    background: rgba(15, 20, 35, 0.6);
    border-radius: 1.8rem;
    padding: 1.5rem;
    border-left: 6px solid #a78bfa;
}
.question-item {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    margin: 0.8rem 0;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border: 1px solid rgba(139, 92, 246, 0.2);
}
.options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}
.options label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    background: rgba(30, 35, 60, 0.8);
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.45;
    cursor: pointer;
    border: 1px solid #4f46e5;
    color: #ccd6f6;
    word-break: break-word;
}
.options label input[type="radio"] {
    flex-shrink: 0;
    margin: 0.2rem 0 0;
}
.options label:has(input:checked) {
    border-color: #a78bfa;
    background: rgba(79, 70, 229, 0.25);
}
.nav-btn {
    background: #4f46e5;
    color: #fff;
    border: none;
    padding: 0.7rem 1.8rem;
    border-radius: 40px;
    font-weight: bold;
    cursor: pointer;
}
.nav-btn.prev { background: #6c757d; }
.nav-btn.next { background: linear-gradient(95deg, #8b5cf6, #c084fc); }
.nav-buttons { display: flex; justify-content: space-between; margin-top: 1.2rem; }
.warning-msg { color: #f97316; font-size: 0.85rem; text-align: center; margin-top: 0.8rem; }
.result-summary {
    background: rgba(20, 26, 48, 0.7);
    border-radius: 2rem;
    padding: 1.8rem;
    border: 1px solid rgba(192, 132, 252, 0.4);
}
.score-total {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f9e281, #f5b042);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin: 0.25rem 0 0.5rem;
}
.result-summary h2 {
    font-size: 1.35rem;
    margin-bottom: 0.25rem;
}
.result-summary > p {
    font-size: 0.9rem;
    opacity: 0.85;
}
.radar-center {
    display: flex;
    justify-content: center;
    margin: 0.75rem 0 1rem;
}
.radar-box {
    width: min(100%, 300px);
    height: min(40vh, 280px);
    max-height: 280px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem;
    border-radius: 1.25rem;
    position: relative;
}
.radar-box canvas {
    max-width: 100%;
    max-height: 100%;
}
#dimensionComments h4 {
    font-size: 1rem;
    color: #c4b5fd;
    margin: 0.5rem 0 0.75rem;
}
.dim-item { display: flex; align-items: center; gap: 0.75rem; margin: 0.5rem 0; }
.dim-score { width: 36px; text-align: right; font-weight: 700; color: #e2e8ff; flex-shrink: 0; }
.dim-name { width: 100px; font-weight: 700; color: #c4b5fd; }
.dim-bar-bg { flex: 1; background: #1f253f; border-radius: 20px; height: 24px; overflow: hidden; }
.dim-bar-fill { background: linear-gradient(90deg, #8b5cf6, #c084fc); height: 100%; border-radius: 20px; }
.comment-text { background: rgba(79, 70, 229, 0.2); padding: 1.2rem; border-radius: 1.2rem; border-left: 4px solid #f5b042; margin-top: 1rem; }
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(6px);
}
.modal.open { display: block; }
.modal-content {
    background: #0e1222;
    margin: 5% auto;
    padding: 1.8rem;
    border-radius: 2rem;
    width: 90%;
    max-width: 900px;
    border: 1px solid #8b5cf6;
    max-height: 85vh;
    overflow-y: auto;
}
.close-modal { color: #aaa; float: right; font-size: 28px; cursor: pointer; }
.report-section { margin-bottom: 2rem; border-bottom: 1px dashed #6c63ff; padding-bottom: 1.5rem; }
.badge-gold { background: #f5b042; color: #1e3b44; padding: 0.2rem 0.8rem; border-radius: 30px; font-size: 0.75rem; }
.dim-table { width: 100%; border-collapse: collapse; }
.dim-table th, .dim-table td { padding: 0.6rem; border-bottom: 1px solid #4f46e5; }
.progress-mini { background: #1f253f; border-radius: 20px; height: 8px; }
.progress-mini-fill { background: #c084fc; height: 100%; border-radius: 20px; }
.advice-group { background: rgba(79, 70, 229, 0.2); border-radius: 1rem; padding: 1rem; margin: 1rem 0; }
.celebrity-card { background: rgba(245, 176, 66, 0.15); border-radius: 1rem; padding: 1.2rem; text-align: center; border: 1px solid #f5b042; }
.pay-btn { background: #2c7a47; color: #fff; border: none; padding: 0.7rem 2rem; border-radius: 40px; font-weight: bold; cursor: pointer; }
.qrcode-placeholder {
    width: 160px;
    height: 160px;
    background: #fff;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}


.title-gold--cover { font-size: 2rem; }
.cover-tagline { margin: 1rem 0; }
.cover-hint { margin-top: 1rem; font-size: 0.85rem; opacity: 0.8; }
.debug-skip-btn { margin-top: 1rem; }
.debug-skip-btn--full { margin-top: 0.5rem; width: 100%; }
.quiz-badge {
    background: rgba(139, 92, 246, 0.3);
    padding: 0.3rem 1rem;
    border-radius: 30px;
    border: 1px solid #a78bfa;
    font-size: 0.85rem;
}
.progress-text { text-align: right; font-size: 0.85rem; margin-bottom: 0.3rem; color: #b9c2e6; }
.result-summary__title { text-align: center; color: #c4b5fd; }
.result-summary__subtitle { text-align: center; }
.btn-start--block { width: 100%; margin-top: 1rem; }
.nav-buttons--center { justify-content: center; margin-top: 1rem; }
.modal-pay { text-align: center; padding: 1rem; }
.modal-pay__wechat { font-size: 3rem; color: #2c7a47; }
.qrcode-placeholder .fa-qrcode { font-size: 4rem; }
.modal-pay__demo { font-size: 0.75rem; margin-top: 0.5rem; }
.link-gold { color: #f5b042; }
.modal-report-foot { text-align: center; margin-top: 1rem; }
.report-hero { text-align: center; }
.report-hero h2 { color: #f5b042; }
.report-depth-block {
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-radius: 1rem;
}
.report-kw { font-size: 0.85rem; }
.report-meta { font-size: 0.75rem; text-align: center; }
.part-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 1rem; color: #f0f3ff; }
.question-text {
    width: 100%;
    line-height: 1.5;
}
