.cr-page-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);padding:60px 0}.cr-page-hero h1{margin-bottom:12px;font-size:36px;font-weight:800}.cr-page-hero p{color:#fffc;max-width:500px;margin:0 auto 24px;font-size:16px}.cr-start-btn{color:#4f46e5;cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 36px;font-size:16px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 20px #00000026}.cr-start-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0003}.cr-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.cr-overlay.active{display:flex}.cr-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;position:relative;overflow-y:auto}.cr-header{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:16px 16px 0 0;padding:24px;position:relative}.cr-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1;position:absolute;top:16px;right:16px}.cr-step{padding:24px;display:none}.cr-step.active{display:block}.cr-question{text-align:center;color:#1e293b;margin-bottom:20px;font-size:18px;font-weight:700}.cr-options{flex-direction:column;gap:10px;display:flex}.cr-option{cursor:pointer;color:#334155;text-align:left;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:14px 16px;font-size:14px;font-weight:500;transition:all .2s}.cr-option:hover{background:#eef2ff;border-color:#6366f1}.cr-option.selected{color:#fff;background:#6366f1;border-color:#6366f1}.cr-nav{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.cr-nav-btn{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.cr-nav-btn:hover:not(:disabled){background:#eef2ff;border-color:#6366f1}.cr-nav-btn:disabled{opacity:.3;cursor:default}.cr-nav-btn svg{stroke:#64748b;fill:none;stroke-width:2px;width:18px;height:18px}.cr-dots{gap:6px;display:flex}.cr-dot{background:#e2e8f0;border-radius:50%;width:8px;height:8px;transition:all .3s}.cr-dot.active{background:#6366f1;border-radius:4px;width:24px}.cr-dot.done{background:#22c55e}.cr-loading{text-align:center;padding:60px 24px;display:none}.cr-loading.active{display:block}.cr-loading h3{color:#1e293b;margin-bottom:8px;font-size:20px;font-weight:700}.cr-loading p{color:#64748b;font-size:14px}.cr-spinner{border:4px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;width:48px;height:48px;margin:0 auto 20px;animation:1s linear infinite cr-spin}@keyframes cr-spin{to{transform:rotate(360deg)}}.cr-results-section{display:none}.cr-results-section.active{display:block}.cr-result-header{color:#fff;text-align:center;background:linear-gradient(135deg,#6366f1,#4f46e5);padding:48px 24px}.cr-result-header h2{margin-bottom:8px;font-size:28px;font-weight:700}.cr-result-header p{color:#fffc;max-width:500px;margin:0 auto 24px;font-size:15px}.cr-gauge{width:220px;height:120px;margin:0 auto;position:relative}.cr-gauge canvas{width:220px;height:120px}.cr-gauge-score{text-align:center;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.cr-gauge-score .num{color:#fff;font-size:48px;font-weight:800;line-height:1}.cr-gauge-score .label{color:#ffffffb3;font-size:13px}.cr-gauge-min,.cr-gauge-max{color:#fff9;font-size:12px;position:absolute;bottom:8px}.cr-gauge-min{left:-16px}.cr-gauge-max{right:-16px}.cr-btn-restart{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:10px;align-items:center;gap:8px;margin-top:20px;padding:12px 28px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.cr-btn-restart:hover{background:#ffffff40}.cr-chart-card{z-index:1;box-sizing:border-box;background:#fff;border-radius:16px;width:100%;max-width:700px;margin:-24px auto 24px;padding:32px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.cr-chart-card h3{color:#1e293b;margin-bottom:4px;font-size:18px;font-weight:700}.cr-chart-card>p{color:#64748b;margin-bottom:20px;font-size:14px}.cr-chart-card>p span{color:#ef4444;font-weight:700}.cr-chart{width:100%;max-width:100%;height:140px;position:relative;overflow:hidden}.cr-chart canvas{max-width:100%;display:block}.cr-recommendations{max-width:700px;margin:0 auto;padding:40px 16px 60px}.cr-recommendations h3{color:#1e293b;margin-bottom:4px;font-size:24px;font-weight:700}.cr-recommendations>p{color:#ef4444;margin-bottom:24px;font-size:14px;font-weight:600}.cr-rec-item{background:#fff;border:1px solid #f1f5f9;border-radius:12px;gap:16px;margin-bottom:24px;padding:20px;display:flex}.cr-rec-num{color:#ef4444;background:#fef2f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.cr-rec-text h4{color:#1e293b;margin-bottom:6px;font-size:15px;font-weight:700}.cr-rec-text h4 span{color:#22c55e;margin-left:8px;font-size:13px;font-weight:600}.cr-rec-text p{color:#64748b;font-size:13px;line-height:1.6}@media (width<=640px){.cr-page-hero h1{font-size:26px}.cr-result-header h2{font-size:22px}.cr-chart-card{max-width:none;margin:-24px 12px 24px;padding:20px 16px}.cr-gauge-score .num{font-size:36px}.cr-recommendations{padding:24px 12px 40px}}
