*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0}.hap-home{color:#fff;-webkit-font-smoothing:antialiased;background:radial-gradient(78% 64% at 88% -8%,#73b3ab29,#0000 60%),linear-gradient(#0c2c50 0%,#0a2444 58%,#07203c 100%);flex-direction:column;min-height:100dvh;padding:clamp(1.25rem,4vw,2rem) clamp(1.25rem,5vw,3.25rem);font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.hap-home:after{content:"";opacity:.45;mix-blend-mode:soft-light;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.hap-home>*{z-index:1;width:100%;max-width:70rem;margin-inline:auto;position:relative}.hap-hero{flex:1;align-items:center;gap:clamp(2rem,5vw,4.5rem);padding-block:clamp(2.5rem,7vw,4.5rem);display:flex}.hap-hero__copy{flex:1.05;animation:.6s cubic-bezier(.22,1,.36,1) both hap-in}.hap-brand{width:fit-content;margin-bottom:clamp(1.4rem,3.5vw,2rem)}.hap-brand__name{letter-spacing:-.03em;margin:0;font-size:clamp(2.6rem,5.8vw,4rem);font-weight:800;line-height:1.05}.hap-brand__by{color:#ffffff8c;justify-content:flex-end;align-items:flex-start;gap:.5rem;margin:.55rem -1rem 0 0;font-size:.92rem;line-height:1;display:flex}.hap-brand__by img{width:auto;height:1.375rem}.hap-hero__title{letter-spacing:-.025em;text-wrap:balance;margin:0;font-size:clamp(1.9rem,4.2vw,2.9rem);font-weight:800;line-height:1.1}.hap-mark{-webkit-box-decoration-break:clone;box-decoration-break:clone;background:linear-gradient(#0000 58%,#fcd6738c 58%);padding:0 .06em}.hap-hero__lead{color:#ffffffb3;max-width:40ch;margin:clamp(1.2rem,3vw,1.7rem) 0 0;font-size:clamp(1rem,2.1vw,1.14rem);line-height:1.62}.hap-hero__cta{margin-top:clamp(1.7rem,4vw,2.3rem)}.hap-btn{cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding:.92rem 1.55rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.hap-btn--primary{color:#fff;background:linear-gradient(135deg,#4fca72 0%,#34a852 55%,#288943 100%)}.hap-btn--primary:hover{transform:translateY(-2px)}.hap-btn svg{transition:transform .18s}.hap-btn--primary:hover svg{transform:translate(2px,-2px)}.hap-btn:focus-visible{outline-offset:3px;outline:2px solid #fcd673}.hap-hero__visual{flex:.95;justify-content:center;animation:.7s cubic-bezier(.22,1,.36,1) .12s both hap-in;display:flex}.hap-card{color:#333233;background:#fff;border-radius:20px;width:100%;max-width:22.5rem;padding:1.4rem 1.45rem 1.55rem;position:relative;transform:rotate(1.4deg);box-shadow:0 34px 64px -22px #03172db3,0 10px 22px -12px #00000059}.hap-card:before{content:"";z-index:-1;background:#ffffff1a;border-radius:20px;position:absolute;inset:0;transform:rotate(-4.5deg)translateY(10px)}.hap-card__bar{justify-content:space-between;align-items:center;margin-bottom:.9rem;display:flex}.hap-card__tag{letter-spacing:.12em;text-transform:uppercase;color:#34a852;font-size:.68rem;font-weight:700}.hap-card__step{color:#969596;font-size:.72rem;font-weight:600}.hap-card__progress{background:#eceaec;border-radius:999px;height:5px;margin-bottom:1.15rem;overflow:hidden}.hap-card__progress span{background:linear-gradient(90deg,#4fca72,#34a852);border-radius:999px;width:38%;height:100%;display:block}.hap-card__q{color:#1f1e1f;margin:0 0 .85rem;font-size:1.02rem;font-weight:700}.hap-card__opts{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.hap-opt{color:#595859;border:1px solid #e2e0e2;border-radius:12px;align-items:center;gap:.5rem;padding:.62rem .85rem;font-size:.9rem;font-weight:500;display:inline-flex}.hap-opt--on{color:#1a6230;background:#e7f7ec;border-color:#34a852;font-weight:600}.hap-opt--on svg{color:#34a852}.hap-card__field{color:#adacad;border:1px solid #e2e0e2;border-radius:12px;margin-bottom:1rem;padding:.7rem .85rem;font-size:.9rem}.hap-card__btn{text-align:center;color:#fff;background:linear-gradient(135deg,#4fca72,#34a852);border-radius:999px;padding:.72rem;font-size:.92rem;font-weight:700;box-shadow:0 2px 6px #03172d1f}.hap-foot{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.5rem;padding-top:1.4rem;display:flex}.hap-foot__brand{letter-spacing:.04em;color:#ffffff61;font-size:.78rem}@keyframes hap-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=800px){.hap-hero{flex-direction:column;align-items:flex-start;gap:clamp(2.25rem,9vw,3rem)}.hap-hero__visual{align-self:center}.hap-card{transform:none}.hap-card:before{display:none}}@media (prefers-reduced-motion:reduce){.hap-hero__copy,.hap-hero__visual{animation:none}.hap-btn{transition:none}}.hap-btn--ghost{color:#ffffffd9;background:#ffffff0f;border:1px solid #ffffff29}.hap-btn--ghost:hover{background:#ffffff1f;border-color:#ffffff4d;transform:translateY(-2px)}.hap-nf{text-align:center;color:#fff;-webkit-font-smoothing:antialiased;background:radial-gradient(78% 64% at 88% -8%,#73b3ab29,#0000 60%),linear-gradient(#0c2c50 0%,#0a2444 58%,#07203c 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:clamp(1.5rem,5vw,3rem);font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.hap-nf:after{content:"";opacity:.45;mix-blend-mode:soft-light;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.hap-nf__inner{z-index:1;flex-direction:column;align-items:center;max-width:33rem;animation:.6s cubic-bezier(.22,1,.36,1) both hap-in;display:flex;position:relative}.hap-nf__logo{opacity:.9;width:auto;height:28px;margin-bottom:clamp(2rem,6vw,2.75rem)}.hap-nf__num{letter-spacing:-.04em;color:#fff;margin-bottom:clamp(.9rem,2.5vw,1.4rem);font-size:clamp(4.5rem,15vw,8.5rem);font-weight:800;line-height:.92}.hap-nf__num span{color:#fcd673}.hap-nf__title{letter-spacing:-.02em;text-wrap:balance;margin:0;font-size:clamp(1.35rem,3.4vw,2rem);font-weight:700;line-height:1.15}.hap-nf__text{color:#ffffffb3;max-width:30rem;margin:1.1rem 0 0;font-size:clamp(.98rem,2vw,1.1rem);line-height:1.62}.hap-nf__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;margin-top:clamp(1.8rem,4vw,2.4rem);display:flex}@media (prefers-reduced-motion:reduce){.hap-nf__inner{animation:none}}.hap-survey{-webkit-font-smoothing:antialiased;color:#333233;background:#f4f5f7;flex-direction:column;min-height:100dvh;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;display:flex}.hap-survey__head{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border-bottom:1px solid #e7e6e8;padding:.85rem clamp(1rem,5vw,1.5rem) .95rem;position:sticky;top:0}.hap-survey__head-inner{width:100%;max-width:720px;margin-inline:auto}.hap-survey__head-row{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.6rem;display:flex}.hap-survey__name{color:#0e3663;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.hap-survey__step{color:#807e80;flex-shrink:0;font-size:.78rem;font-weight:600}.hap-survey__progress{background:#e4e3e5;border-radius:999px;height:6px;overflow:hidden}.hap-survey__progress span{background:linear-gradient(90deg,#4fca72,#34a852);border-radius:999px;height:100%;transition:width .3s cubic-bezier(.22,1,.36,1);display:block}.hap-survey__section{color:#595859;margin-top:.6rem;font-size:.82rem;font-weight:600}.hap-survey__body{flex-direction:column;flex:1;gap:clamp(.85rem,3vw,1.1rem);width:100%;max-width:720px;margin-inline:auto;padding:clamp(1rem,4vw,1.5rem);display:flex}.hap-survey__foot{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border-top:1px solid #e7e6e8;position:sticky;bottom:0}.hap-survey__recaptcha{text-align:center;color:#8a898a;max-width:720px;margin:.6rem auto 0;padding-inline:clamp(1rem,5vw,1.5rem);font-size:.72rem;line-height:1.4}.hap-survey__recaptcha a{color:#6a6a6a;text-decoration:underline}.grecaptcha-badge{visibility:hidden}.hap-q{background:#fff;border:1px solid #ececee;border-radius:16px;padding:clamp(1rem,4vw,1.35rem);box-shadow:0 1px 2px #0f172a0a,0 10px 26px -18px #0f172a38}.hap-q[data-error=true]{border-color:#f0b4b8}.hap-q__title{color:#1f1e1f;font-size:1rem;font-weight:700;line-height:1.35}.hap-q__req{color:#e5484d;font-weight:700}.hap-q__desc{color:#6c6b6c;margin-top:.25rem;font-size:.85rem;line-height:1.45}.hap-q__control{margin-top:.9rem}.hap-q__err{color:#e5484d;margin-top:.65rem;font-size:.82rem;font-weight:500}.hap-opts{flex-direction:column;gap:.55rem;display:flex}.hap-opt{color:#333233;text-align:left;cursor:pointer;background:#fff;border:1.5px solid #e2e0e2;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:border-color .15s,background .15s;display:flex}.hap-opt:hover{background:#f7fbfa;border-color:#bcd6d2}.hap-opt[data-on=true]{color:#15622f;background:#eaf7ee;border-color:#34a852;font-weight:600}.hap-opt__box{background:#fff;border:2px solid #c4c3c4;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:inline-flex}.hap-opt__box--radio{border-radius:50%}.hap-opt__box--check{border-radius:6px}.hap-opt[data-on=true] .hap-opt__box{background:#34a852;border-color:#34a852}.hap-opt__dot{background:#fff;border-radius:50%;width:8px;height:8px}.hap-field{color:#333233;background:#fff;border:1.5px solid #d7d6d8;border-radius:12px;outline:none;width:100%;padding:.8rem .95rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.hap-field::placeholder{color:#adacad}.hap-field:focus{border-color:#34a852;box-shadow:0 0 0 3px #34a85229}textarea.hap-field{resize:vertical;min-height:104px}select.hap-field{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236c6b6c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;padding-right:2.4rem}.hap-switch{cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:0;font-family:inherit;display:inline-flex}.hap-switch__track{background:#d2d0d2;border-radius:999px;width:48px;height:28px;transition:background .18s;position:relative}.hap-switch[data-on=true] .hap-switch__track{background:#34a852}.hap-switch__thumb{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000047}.hap-switch[data-on=true] .hap-switch__thumb{transform:translate(20px)}.hap-switch__label{color:#595859;font-size:.95rem;font-weight:600}.hap-range-wrap{align-items:center;gap:1rem;display:flex}.hap-range{accent-color:#34a852;cursor:pointer;flex:1;height:6px}.hap-range-val{text-align:center;color:#1a6230;background:#eaf7ee;border-radius:8px;min-width:2.75rem;padding:.25rem .6rem;font-size:.9rem;font-weight:700}.hap-note{border-left:3px solid #34a852;padding-left:.9rem}.hap-note__title{color:#1f1e1f;margin:0;font-size:1rem;font-weight:700;line-height:1.4}.hap-note__desc{color:#6c6b6c;margin:.3rem 0 0;font-size:.88rem;line-height:1.5}.hap-divider{border:none;border-top:1px solid #e2e0e2;width:100%;margin:0}.hap-upload{flex-direction:column;gap:.7rem;display:flex}.hap-upload__preview{flex-direction:column;gap:.4rem;display:flex}.hap-upload__img{object-fit:cover;border:1px solid #e2e0e2;border-radius:12px;width:100%;max-height:320px}.hap-upload__ok{color:#15622f;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.hap-upload__btn{color:#333233;cursor:pointer;background:#fff;border:1.5px solid #d7d6d8;border-radius:12px;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.7rem 1.1rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.hap-upload__btn:hover:not(:disabled){background:#f7fbfa;border-color:#bcd6d2}.hap-upload__btn:disabled{opacity:.6;cursor:progress}.hap-upload__err{color:#e5484d;font-size:.82rem;font-weight:500}.hap-sign{flex-direction:column;gap:.7rem;display:flex}.hap-sign__canvas{touch-action:none;cursor:crosshair;background:#fff;border:1.5px solid #d7d6d8;border-radius:12px;width:100%;height:180px}.hap-sign__actions{flex-wrap:wrap;gap:.6rem;display:flex}.hap-sign__save{color:#15622f;border-color:#34a852}.hap-sign__save:hover:not(:disabled){background:#eaf7ee;border-color:#34a852}.hap-sign__saved{object-fit:contain;background:#fff;border:1px solid #e2e0e2;border-radius:12px;width:100%;max-height:220px}.hap-spin{animation:.8s linear infinite hap-spin}@keyframes hap-spin{to{transform:rotate(360deg)}}.hap-skel{background:linear-gradient(90deg,#e9e8ea 25%,#f4f3f5 37%,#e9e8ea 63%) 0 0/400% 100%;border-radius:8px;animation:1.4s infinite hap-shimmer;display:block}@keyframes hap-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.hap-skel--name{border-radius:6px;width:45%;height:.95rem}.hap-skel--step{border-radius:6px;width:2.5rem;height:.78rem}.hap-skel--section{border-radius:6px;width:35%;height:.82rem;margin-top:.6rem}.hap-skel--title{width:60%;height:1rem}.hap-skel--desc{width:40%;height:.8rem;margin-top:.5rem}.hap-skel--field{border-radius:12px;width:100%;height:2.8rem;margin-top:.9rem}.hap-survey__progress--load span{width:35%;animation:1.3s ease-in-out infinite hap-progress-load}@keyframes hap-progress-load{0%{margin-left:-35%}to{margin-left:100%}}@media (prefers-reduced-motion:reduce){.hap-skel,.hap-survey__progress--load span,.hap-spin{animation:none}}.hap-link{color:#15622f;background:#fff;border:1.5px solid #34a852;border-radius:12px;align-self:flex-start;align-items:center;gap:.5rem;padding:.7rem 1.1rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.hap-link:hover{background:#eaf7ee}.hap-infographic{flex-direction:column;gap:.6rem;display:flex}.hap-infographic__img{border:1px solid #e2e0e2;border-radius:12px;width:100%}.hap-empty{color:#807e80;font-size:.85rem}.hap-unsupported{color:#807e80;background:#fafafb;border:1px dashed #d7d6d8;border-radius:12px;align-items:center;gap:.7rem;padding:.85rem 1rem;font-size:.85rem;display:flex}.hap-unsupported svg{color:#adacad;flex-shrink:0}.hap-survey__error{text-align:center;color:#e5484d;max-width:720px;margin:0 auto;padding:.7rem clamp(1rem,5vw,1.5rem) 0;font-size:.84rem;font-weight:500}.hap-survey__nav{width:100%;max-width:720px;padding:.8rem clamp(1rem,5vw,1.5rem);padding-bottom:calc(.8rem + env(safe-area-inset-bottom,0px));justify-content:space-between;align-items:center;gap:.75rem;margin-inline:auto;display:flex}
