.prh-option{display:flex;align-items:center;gap:14px;padding:15px 18px;border:2px solid #f0e6ef;border-radius:12px;cursor:pointer;transition:all .25s ease;background:#fff;text-align:left;width:100%;position:relative;overflow:hidden}.prh-option::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fdf8fc,#fff);opacity:0;transition:opacity .25s}.prh-option:hover{border-color:#c4688a;transform:translateX(4px);box-shadow:0 4px 16px rgba(196,104,138,.12)}.prh-option:hover::before{opacity:1}.prh-option.selected{border-color:#8b3a7e;background:linear-gradient(135deg,#fdf8fc 0%,#f5e8f3 100%);box-shadow:0 4px 20px rgba(139,58,126,.15)}.prh-option-dot{width:22px;height:22px;border-radius:50%;border:2px solid #ddd;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .25s;position:relative;z-index:1}.prh-option.selected .prh-option-dot{border-color:#8b3a7e;background:#8b3a7e}.prh-option.selected .prh-option-dot::after{content:"✓";color:white;font-size:13px;font-weight:700}.prh-option-content{flex:1;position:relative;z-index:1}.prh-option-label{font-size:15px;color:#2d1b35;font-weight:500;line-height:1.4}.prh-option-emoji{font-size:20px;flex-shrink:0;position:relative;z-index:1}.prh-result-badge{width:90px;height:90px;border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:38px}.prh-result-title{font-size:24px;font-weight:800;margin-bottom:8px;color:#2d1b35}.prh-result-category{display:inline-block;padding:6px 18px;border-radius:20px;font-size:13px;font-weight:700;margin-bottom:20px;letter-spacing:.5px;text-transform:uppercase}.prh-score-meter{max-width:420px;margin:0 auto 24px;background:#f5f0f5;border-radius:14px;padding:20px}.prh-score-label{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:600}.prh-score-track{width:100%;height:14px;background:#e8dde8;border-radius:10px;overflow:hidden;margin-bottom:10px}.prh-score-fill{height:100%;border-radius:10px;transition:width 1.2s cubic-bezier(.4,0,.2,1);width:0%}.prh-score-numbers{display:flex;justify-content:space-between;font-size:11px;color:#bbb}.prh-score-value{font-size:32px;font-weight:800;color:#2d1b35;margin:8px 0 4px}.prh-score-max{font-size:14px;color:#999}.prh-breakdown{max-width:500px;margin:0 auto 28px;text-align:left}.prh-breakdown h4{font-size:14px;font-weight:700;color:#2d1b35;margin-bottom:14px;text-transform:uppercase;letter-spacing:1px}.prh-breakdown-item{margin-bottom:12px}.prh-breakdown-top{display:flex;justify-content:space-between;margin-bottom:5px}.prh-breakdown-name{font-size:13px;color:#555;font-weight:600}.prh-breakdown-score{font-size:13px;color:#8b3a7e;font-weight:700}.prh-breakdown-bar{height:8px;background:#f0e6ef;border-radius:5px;overflow:hidden}.prh-breakdown-fill{height:100%;border-radius:5px;background:linear-gradient(90deg,#8b3a7e,#c4688a);transition:width 1s ease;width:0%}.prh-result-message{background:#fdf8fc;border-radius:14px;padding:22px 26px;max-width:500px;margin:0 auto 24px;text-align:left;border:1px solid #f0e6ef}.prh-result-message h4{font-size:15px;font-weight:700;color:#2d1b35;margin-bottom:10px;display:flex;align-items:center;gap:8px}.prh-result-message p{font-size:14px;color:#555;line-height:1.7}.prh-action-steps{max-width:500px;margin:0 auto 24px;text-align:left}.prh-action-steps h4{font-size:14px;font-weight:700;color:#2d1b35;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.prh-action-item{display:flex;align-items:flex-start;gap:12px;padding:11px 14px;background:#fff;border:1px solid #f0e6ef;border-radius:10px;margin-bottom:8px}.prh-action-num{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#8b3a7e,#c4688a);color:white;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prh-action-text{font-size:13px;color:#444;line-height:1.5;padding-top:3px}.prh-help-notice{background:linear-gradient(135deg,#fff5f7,#fdf8fc);border:1px solid #f5c6d0;border-radius:12px;padding:16px 20px;max-width:500px;margin:0 auto 24px;display:flex;gap:12px;align-items:flex-start;text-align:left}.prh-help-icon{font-size:22px;flex-shrink:0}.prh-help-text{font-size:13px;color:#666;line-height:1.6}.prh-help-text strong{color:#c4688a;display:block;margin-bottom:3px}.prh-btn-restart{background:0 0;color:#8b3a7e;border:2px solid #f0e6ef;padding:11px 26px;border-radius:50px;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s;margin-top:8px}.prh-btn-restart:hover{border-color:#8b3a7e;background:#fdf8fc}@media (max-width:600px){.prh-option{padding:13px 14px}.prh-option-label{font-size:14px}.prh-result-title{font-size:20px}.prh-score-value{font-size:26px}}