:root{--fh-green: #6DC55A;--fh-green-dark: #5AB048;--fh-green-bg: #EAF7E4;--fh-green-light: #f0fbee;--fh-green-border: #C8E8C0;--fh-text: #163220;--fh-text-muted: #9ab09a;--fh-text-deep: #5A7A56;--fh-warn-bg: #FFF8E6;--fh-warn-border: #FAC775;--fh-warn-text: #856404;--fh-red: #E05050;--fh-page-bg: #ffffff;--fh-circle: #EAF7E4}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--fh-text);background:var(--fh-page-bg);-webkit-font-smoothing:antialiased}.fh-screen{max-width:430px;min-height:100vh;margin:0 auto;padding:0 28px 24px;position:relative;overflow-x:hidden;background:#fff}.fh-screen:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:var(--fh-circle);opacity:.5;top:-80px;right:-70px;z-index:0;pointer-events:none}.fh-screen:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:var(--fh-circle);opacity:.35;bottom:120px;left:-60px;z-index:0;pointer-events:none}.fh-nav-row{position:relative;z-index:5;display:flex;align-items:center;gap:12px;padding:14px 0 0}.fh-back-btn{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--fh-green-border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.fh-back-btn:hover{background:var(--fh-green-bg)}.fh-back-btn svg{width:16px;height:16px}.fh-progress-bar{flex:1;height:4px;background:var(--fh-green-bg);border-radius:2px;overflow:hidden}.fh-progress-fill{height:100%;background:var(--fh-green);border-radius:2px;transition:width .3s ease}.fh-step-count{font-size:12px;font-weight:600;color:var(--fh-text-muted);flex-shrink:0}.fh-hero{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:24px;margin-bottom:28px;position:relative;z-index:2}.fh-hero-icon{width:80px;height:80px;border-radius:24px;background:var(--fh-green-bg);display:flex;align-items:center;justify-content:center;font-size:38px;margin-bottom:18px}.fh-hero-label{font-size:11px;font-weight:700;color:var(--fh-green);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.fh-hero-title{font-size:26px;font-weight:700;color:var(--fh-text);line-height:1.3;margin-bottom:8px;white-space:pre-line}.fh-hero-title em{color:var(--fh-green);font-style:normal}.fh-hero-sub{font-size:14px;font-weight:300;color:var(--fh-text-muted);line-height:1.6}.fh-cond-tag{display:inline-flex;align-items:center;gap:7px;background:var(--fh-green-bg);border:1px solid var(--fh-green-border);border-radius:20px;padding:6px 14px;margin-bottom:24px;align-self:flex-start;position:relative;z-index:2}.fh-cond-text{font-size:11px;font-weight:600;color:var(--fh-text-deep)}.fh-checks{background:var(--fh-green-bg);border-radius:18px;padding:18px;margin-bottom:20px;position:relative;z-index:2}.fh-checks-title{font-size:12px;font-weight:700;color:var(--fh-text);margin-bottom:12px}.fh-check-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.fh-check-item:last-child{margin-bottom:0}.fh-check-dot{width:22px;height:22px;border-radius:50%;background:var(--fh-green);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.fh-check-text{font-size:13px;color:var(--fh-text);line-height:1.45;font-weight:500}.fh-check-sub{font-size:11px;color:var(--fh-text-muted);margin-top:2px}.fh-q-num{font-size:12px;font-weight:700;color:var(--fh-text-muted);margin-bottom:8px}.fh-q-text{font-size:22px;font-weight:700;color:var(--fh-text);line-height:1.35;margin-bottom:8px;white-space:pre-line}.fh-q-text em{color:var(--fh-green);font-style:normal}.fh-q-sub{font-size:13px;font-weight:300;color:var(--fh-text-muted);margin-bottom:32px;line-height:1.6}.fh-options{display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}.fh-opt{background:var(--fh-green-bg);border-radius:16px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border:2px solid transparent;transition:all .15s}.fh-opt:hover{background:var(--fh-green-light)}.fh-opt.selected{border-color:var(--fh-green);background:var(--fh-green-light)}.fh-opt-label{font-size:15px;font-weight:500;color:var(--fh-text)}.fh-opt-radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--fh-green-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff}.fh-opt.selected .fh-opt-radio{background:var(--fh-green);border-color:var(--fh-green)}.fh-research-note{display:flex;align-items:flex-start;gap:8px;background:var(--fh-green-bg);border:1px solid var(--fh-green-border);border-radius:12px;padding:11px 13px;margin-top:24px;position:relative;z-index:2}.fh-research-text{font-size:10px;color:var(--fh-text-deep);line-height:1.5}.fh-disclaimer{background:var(--fh-warn-bg);border-radius:14px;padding:14px 16px;border-left:4px solid var(--fh-warn-border);margin-top:16px;position:relative;z-index:2}.fh-disclaimer-label{font-size:11px;font-weight:700;color:var(--fh-warn-text);margin-bottom:6px}.fh-disclaimer-text{font-size:11px;color:var(--fh-warn-text);line-height:1.6;font-weight:400}.fh-btn{width:100%;background:var(--fh-green);color:#fff;border:none;border-radius:16px;padding:17px;font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;letter-spacing:.01em;transition:background .15s,transform .05s}.fh-btn:hover:not(:disabled){background:var(--fh-green-dark)}.fh-btn:active{transform:scale(.98)}.fh-btn:disabled{opacity:.4;cursor:not-allowed}.fh-btn-outline{background:#fff;color:var(--fh-green);border:2px solid var(--fh-green)}.fh-btn-outline:hover:not(:disabled){background:var(--fh-green-bg)}.fh-btn-note{font-size:12px;color:var(--fh-text-muted);text-align:center;margin-top:10px}.fh-bottom{padding-top:24px;padding-bottom:32px;position:relative;z-index:5}.fh-field{margin-bottom:14px;position:relative;z-index:2}.fh-label{display:block;font-size:12px;font-weight:600;color:var(--fh-text-deep);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.fh-input,.fh-textarea,.fh-select{width:100%;border:1.5px solid var(--fh-green-border);border-radius:14px;padding:14px 16px;font-size:15px;font-family:inherit;background:#fff;color:var(--fh-text);transition:border-color .15s,background .15s}.fh-input:focus,.fh-textarea:focus,.fh-select:focus{outline:none;border-color:var(--fh-green);background:var(--fh-green-light)}.fh-textarea{min-height:90px;resize:vertical}.fh-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fh-error{background:#fee2e2;color:#b91c1c;border-radius:10px;padding:10px 12px;font-size:13px;margin-top:10px}.fh-result-circle{width:140px;height:140px;border-radius:50%;background:var(--fh-green-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:24px auto 18px;position:relative;z-index:2}.fh-result-score-big{font-size:48px;font-weight:700;color:var(--fh-green);line-height:1}.fh-result-score-label{font-size:11px;font-weight:600;color:var(--fh-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:4px}.fh-result-circle.moderate{background:var(--fh-warn-bg)}.fh-result-circle.moderate .fh-result-score-big{color:var(--fh-warn-border)}.fh-result-circle.high{background:#ffe8e8}.fh-result-circle.high .fh-result-score-big{color:var(--fh-red)}.fh-result-title{font-size:22px;font-weight:700;color:var(--fh-text);text-align:center;line-height:1.3;margin-bottom:10px;position:relative;z-index:2}.fh-result-body{font-size:14px;color:var(--fh-text-muted);line-height:1.6;text-align:center;margin-bottom:24px;position:relative;z-index:2}.fh-next-card{background:var(--fh-green-bg);border-radius:18px;padding:18px;margin-bottom:16px;position:relative;z-index:2}.fh-next-title{font-size:12px;font-weight:700;color:var(--fh-text);margin-bottom:12px}.fh-next-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:13px;color:var(--fh-text)}.fh-next-item:last-child{margin-bottom:0}.fh-next-dot{width:18px;height:18px;border-radius:50%;background:var(--fh-green);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.fh-admin-shell{max-width:1100px;margin:0 auto;padding:24px 20px 60px}.fh-admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--fh-green-border)}.fh-admin-tabs{display:flex;gap:8px;margin-bottom:22px;flex-wrap:wrap}.fh-tab{padding:10px 18px;border-radius:12px;border:1.5px solid var(--fh-green-border);background:#fff;font-size:14px;font-weight:500;color:var(--fh-text-deep);cursor:pointer;transition:all .15s;font-family:inherit}.fh-tab:hover{background:var(--fh-green-bg)}.fh-tab.active{background:var(--fh-green);color:#fff;border-color:var(--fh-green)}.fh-card{background:#fff;border:1px solid var(--fh-green-border);border-radius:16px;padding:22px;margin-bottom:16px}.fh-stat-card{background:var(--fh-green-bg);border:1px solid var(--fh-green-border);border-radius:16px;padding:18px}.fh-stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--fh-text-deep)}.fh-stat-value{font-size:32px;font-weight:700;color:var(--fh-text);margin-top:6px}.fh-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:20px}.fh-table{width:100%;border-collapse:collapse;font-size:13px}.fh-table th{background:var(--fh-green-bg);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fh-text-deep);padding:10px 12px;text-align:left}.fh-table td{padding:10px 12px;border-bottom:1px solid var(--fh-green-border)}.fh-pill{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600}.fh-pill-green{background:var(--fh-green-bg);color:var(--fh-text-deep)}.fh-pill-amber{background:#fff3d9;color:#b45309}.fh-pill-red{background:#ffe8e8;color:var(--fh-red)}@media (max-width: 600px){.fh-grid-2{grid-template-columns:1fr}.fh-screen{padding:0 20px 24px}}
