.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.survey-app{position:relative;min-height:100dvh;display:flex;flex-direction:column;font-family:Inter,sans-serif;color:var(--color-gray-900, #1a1a1a);overscroll-behavior-y:none}.survey-progress{position:sticky;top:var(--header-height, 73px);z-index:90;background:var(--color-white, #fff);border-bottom:1px solid var(--color-gray-100, #f5f5f5);padding:6px 16px;overflow:clip}.survey-progress canvas{display:block;width:100%;height:40px}.survey-container{flex:1;display:flex;flex-direction:column;padding:12vh 1.5rem 2rem;max-width:720px;margin:0 auto;width:100%;box-sizing:border-box}.survey-fade--in{animation:surveyFadeIn .25s ease forwards}.survey-fade--out{animation:surveyFadeOut .15s ease forwards}@keyframes surveyFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes surveyFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.survey-slide{width:100%}.survey-intro__headline{font-size:2rem;font-weight:700;margin:0 0 .75rem;line-height:1.2}.survey-intro__subline{font-size:1.125rem;color:var(--color-gray-600, #666);margin:0 0 2rem}.survey-intro__bullets{list-style:none;padding:0 0 0 1.25rem;margin:0 0 2.5rem}.survey-intro__bullets li{padding:.25rem 0;position:relative;color:var(--color-gray-700, #444)}.survey-intro__bullets li:before{content:"";position:absolute;left:-1.25rem;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:var(--color-brand-500, #ffce00)}.survey-intro__hint{font-size:.8125rem;color:var(--color-gray-400, #999);margin:0 0 2rem}.survey-section{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:30vh;cursor:pointer;gap:2rem}.survey-section__headline{font-size:2rem;font-weight:700;margin:0;line-height:1.2}.survey-section__countdown{width:120px;height:3px;background:var(--color-gray-200, #e5e5e5);border-radius:2px;overflow:hidden}.survey-section__countdown-bar{height:100%;width:100%;background:var(--color-brand-500, #ffce00);border-radius:2px;transform-origin:left;animation:sectionCountdown linear forwards}@keyframes sectionCountdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.survey-section__skip{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--color-gray-200, #e5e5e5);border-radius:var(--radius-md, 8px);background:transparent;color:var(--color-gray-400, #a3a3a3);font-size:1rem;cursor:pointer;transition:all .15s ease}.survey-section__skip:hover,.survey-section__back:hover{border-color:var(--color-brand-500, #ffce00);color:var(--color-gray-600, #525252)}.survey-section__nav{display:flex;gap:.75rem;justify-content:center}.survey-section__back{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--color-gray-200, #e5e5e5);border-radius:var(--radius-md, 8px);background:transparent;color:var(--color-gray-400, #a3a3a3);font-size:1rem;cursor:pointer;transition:all .15s ease}.survey-question{display:flex;flex-direction:column;gap:2rem}.survey-question__content{flex:1}.survey-question__number{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--color-brand-600, #cc9900);margin-bottom:.375rem}.survey-question__title{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;line-height:1.3}.survey-question__description{font-size:.9375rem;color:var(--color-gray-500, #777);margin:0 0 1.5rem}@media(prefers-reduced-motion:no-preference){.survey-question--shake{animation:surveyShake .4s ease}}@keyframes surveyShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.survey-question__validation{font-size:.875rem;color:#c0392b;margin:0}.survey-options{display:flex;flex-direction:column;gap:.5rem}.survey-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:1.5px solid var(--color-gray-200, #e0e0e0);border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s;text-align:left;font-size:1rem;font-family:inherit;width:100%}.survey-option--stagger{animation:surveyStaggerIn .25s ease both}.survey-scale__btn--stagger{animation:surveyStaggerIn .2s ease both}@keyframes surveyStaggerIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(hover:hover)and (pointer:fine){.survey-option:hover{border-color:var(--color-brand-400, #ffd633);background:var(--color-brand-50, #fffdf0);transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}}.survey-option--selected{border-color:var(--color-brand-500, #ffce00);background:var(--color-brand-50, #fffdf0)}.survey-option__key{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;border:1.5px solid var(--color-gray-300, #ccc);font-size:.8125rem;font-weight:600;color:var(--color-gray-500, #777);flex-shrink:0}.survey-option--selected .survey-option__key{border-color:var(--color-brand-500, #ffce00);background:var(--color-brand-500, #ffce00);color:var(--color-gray-900, #1a1a1a)}.survey-option__label{flex:1}.survey-option__check{color:var(--color-brand-600, #cc9900);font-weight:600;animation:surveyCheckPop .25s ease}@keyframes surveyCheckPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.3)}to{transform:scale(1);opacity:1}}.survey-option--other{cursor:default}.survey-option__input{flex:1;border:none;outline:none;font-size:1rem;font-family:inherit;background:transparent}.survey-number{display:flex;align-items:baseline;gap:.25rem}.survey-number--with-suffix{max-width:200px}.survey-number--with-suffix .survey-number__input{max-width:none;text-align:left}.survey-number__suffix{font-size:1.125rem;font-weight:600;color:var(--color-gray-400, #999);padding-bottom:1rem;border-bottom:2px solid transparent;flex-shrink:0}.survey-number__input,.survey-text__input{width:100%;padding:1rem;font-size:1.25rem;font-family:inherit;border:none;border-bottom:2px solid var(--color-gray-300, #ccc);background:transparent;outline:none;transition:border-color .2s}.survey-number__input:focus,.survey-text__input:focus{border-bottom-color:var(--color-brand-500, #ffce00)}.survey-number__input::-webkit-outer-spin-button,.survey-number__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.survey-number__input[type=number]{-moz-appearance:textfield}.survey-scale__buttons{display:flex;gap:.5rem;justify-content:center}.survey-scale__btn{width:52px;height:52px;border-radius:8px;border:1.5px solid var(--color-gray-200, #e0e0e0);background:#fff;font-size:1.125rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s,background .15s,transform .1s}@media(hover:hover)and (pointer:fine){.survey-scale__btn:hover{border-color:var(--color-brand-400, #ffd633);transform:scale(1.08);box-shadow:0 2px 6px #0000000f}}.survey-scale__btn--selected{border-color:var(--color-brand-500, #ffce00);background:var(--color-brand-500, #ffce00);color:var(--color-gray-900, #1a1a1a)}.survey-scale__header{display:flex;justify-content:space-between;margin-bottom:.75rem}.survey-scale__header-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-gray-500, #666)}.survey-dropdown__input{width:auto;min-width:12ch;padding:1rem;font-size:1.25rem;font-weight:500;font-family:inherit;border:none;border-bottom:2px solid var(--color-gray-300, #ccc);border-radius:0;background:transparent;outline:none;transition:border-color .2s}.survey-dropdown__input:focus{border-bottom-color:var(--color-brand-500, #ffce00)}.survey-dropdown__select{width:100%;padding:.875rem 2.5rem .875rem 1rem;font-size:1rem;font-family:inherit;color:var(--color-gray-900, #1a1a1a);border:1.5px solid var(--color-gray-200, #e0e0e0);border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 1rem center;appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color .15s,box-shadow .15s;outline:none}@media(hover:hover)and (pointer:fine){.survey-dropdown__select:hover{border-color:var(--color-brand-400, #ffd633)}}.survey-dropdown__select:focus{border-color:var(--color-brand-500, #ffce00);box-shadow:0 0 0 3px #ffce0026}.survey-option:focus-visible,.survey-scale__btn:focus-visible,.survey-btn:focus-visible,.survey-activity__btn:focus-visible,.survey-share__btn:focus-visible{outline:2px solid var(--color-brand-500, #ffce00);outline-offset:2px}.survey-number__input:focus-visible,.survey-text__input:focus-visible,.survey-salary__input:focus-visible,.survey-dropdown__select:focus-visible,.survey-option__input:focus-visible{outline:none;border-bottom-color:var(--color-brand-500, #ffce00);box-shadow:0 2px 0 0 var(--color-brand-500, #ffce00)}.survey-question__nav{display:flex;gap:.75rem;align-items:center}.survey-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,opacity .15s;border:none;text-decoration:none}.survey-btn__hint{display:inline-block;margin-left:.5rem;font-size:.75rem;font-weight:400;opacity:.5}.survey-btn--primary{background:var(--color-brand-500, #ffce00);color:var(--color-primary-btn-text, var(--color-gray-900, #1a1a1a))}.survey-btn--primary:hover{background:var(--color-brand-400, #ffd633)}.survey-btn--primary:disabled{opacity:.4;cursor:not-allowed}.survey-btn__enter{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;font-size:14px;width:22px;height:22px;border-radius:4px;background:#00000014;vertical-align:middle;line-height:1}.survey-btn--secondary{background:transparent;color:var(--color-gray-500, #777);border:1.5px solid var(--color-gray-200, #e0e0e0)}.survey-btn--secondary:hover{border-color:var(--color-gray-400, #999);color:var(--color-gray-700, #444)}.survey-btn--ghost{background:transparent;color:var(--color-gray-400, #999);padding:.875rem 1rem}.survey-btn--ghost:hover{color:var(--color-gray-600, #666)}.survey-thankyou{text-align:center}.survey-thankyou__headline{font-size:2rem;font-weight:700;margin:0 0 .5rem}.survey-thankyou__subline{color:var(--color-gray-500, #777);margin:0 0 1.5rem}.survey-thankyou__insights{margin-bottom:1.5rem}.survey-thankyou__actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem;text-align:center}.survey-thankyou__share-block{background:var(--color-gray-50, #fafafa);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.survey-thankyou__share-headline{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:var(--color-gray-900, #1a1a1a)}.survey-thankyou__share-appeal{font-size:.875rem;color:var(--color-gray-500, #777);margin:0 0 1rem;line-height:1.5;max-width:480px;margin-left:auto;margin-right:auto}.survey-insight{background:var(--color-gray-50, #fafafa);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;text-align:left}.survey-insight__row{margin-bottom:1rem}.survey-insight__row:last-of-type{margin-bottom:.75rem}.survey-insight__label{display:block;font-size:.8125rem;font-weight:500;color:var(--color-gray-500, #777);margin-bottom:.375rem}.survey-insight__track{background:var(--color-gray-100, #f0f0f0);border-radius:6px;height:36px;overflow:hidden}.survey-insight__bar{height:100%;border-radius:6px;display:flex;align-items:center;justify-content:flex-end;padding:0 .75rem;min-width:90px;transition:width .8s ease-out}@media(prefers-reduced-motion:reduce){.survey-insight__bar{transition:none}}.survey-insight__bar--user{background:linear-gradient(90deg,var(--color-brand-400, #ffd633),var(--color-brand-500, #ffce00))}.survey-insight__bar--median{background:var(--color-gray-200, #e5e5e5)}.survey-insight__bar--experience{background:var(--color-brand-200, #fff0b3)}.survey-insight__bar--experience .survey-insight__value{color:var(--color-gray-700, #444)}.survey-insight__value{font-size:.875rem;font-weight:700;white-space:nowrap}.survey-insight__bar--user .survey-insight__value{color:var(--color-gray-900, #1a1a1a)}.survey-insight__bar--median .survey-insight__value{color:var(--color-gray-600, #666)}.survey-insight__verdict{font-size:.875rem;font-weight:500;padding:.375rem .875rem;border-radius:20px;display:inline-block;text-align:center}.survey-insight__verdict--above{background:var(--color-brand-100, #fff9e6);color:var(--color-brand-700, #996600)}.survey-insight__verdict--below{background:var(--color-gray-100, #f5f5f5);color:var(--color-gray-600, #666)}.survey-insight__extra{background:var(--color-gray-50, #fafafa);border-radius:10px;padding:1rem 1.25rem;margin-top:.75rem;text-align:left}.survey-insight__extra-label{display:block;font-size:.8125rem;font-weight:500;color:var(--color-gray-500, #777);margin-bottom:.25rem}.survey-insight__extra-value{display:block;font-size:1.125rem;font-weight:700;color:var(--color-gray-900, #1a1a1a);margin-bottom:.25rem}.survey-insight__extra-row{display:flex;gap:1.5rem;flex-wrap:wrap}.survey-insight__extra-highlight{font-size:.9375rem;font-weight:600;color:var(--color-gray-900, #1a1a1a)}.survey-insight__extra-dim{font-size:.9375rem;color:var(--color-gray-500, #777)}.survey-insight__extra-note{font-size:.75rem;color:var(--color-gray-400, #999);margin-top:.25rem}.survey-insight__mini-verdict{display:inline-block;font-size:.8125rem;font-weight:500;padding:.25rem .625rem;border-radius:12px;margin-top:.25rem}.survey-insight__mini-verdict--above{background:var(--color-brand-100, #fff9e6);color:var(--color-brand-700, #996600)}.survey-insight__mini-verdict--below{background:var(--color-gray-100, #f5f5f5);color:var(--color-gray-600, #666)}.survey-share__btn--copied{background:var(--color-brand-500, #ffce00);border-color:var(--color-brand-500, #ffce00);color:var(--color-primary-btn-text, var(--color-gray-900, #1a1a1a));font-weight:600;animation:surveyCopiedPop .3s ease}@keyframes surveyCopiedPop{0%{transform:scale(1)}40%{transform:scale(1.08)}to{transform:scale(1)}}.survey-share{display:flex;gap:.5rem;justify-content:center}.survey-share__btn{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;font-family:inherit;border:1.5px solid var(--color-brand-500, #ffce00);background:var(--color-brand-500, #ffce00);color:var(--color-gray-900, #1a1a1a);cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s;min-width:120px;text-align:center}@media(hover:hover)and (pointer:fine){.survey-share__btn:hover{background:var(--color-brand-600, #e6b900);border-color:var(--color-brand-600, #e6b900);color:var(--color-gray-900, #1a1a1a)}}.survey-saving{position:fixed;bottom:1rem;right:1rem}.survey-saving__dot{display:block;width:8px;height:8px;border-radius:50%;background:var(--color-brand-500, #ffce00);animation:surveyPulse 1s ease infinite}@keyframes surveyPulse{0%,to{opacity:.3}50%{opacity:1}}.survey-connection{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);padding:.625rem 1.25rem;border-radius:var(--radius-md, 8px);font-size:.875rem;z-index:100;animation:surveyBannerIn .3s ease;max-width:calc(100% - 2rem);text-align:center}.survey-connection--warning{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.survey-connection--recovered{background:#d1fae5;color:#065f46;border:1px solid #34d399}@keyframes surveyBannerIn{0%{opacity:0;transform:translate(-50%) translateY(.5rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}.survey-resume{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;text-align:center;max-width:480px;margin:0 auto}.survey-resume__title{font-size:1.5rem;font-weight:700;color:var(--color-gray-900, #171717);margin:0}.survey-resume__message{font-size:1rem;color:var(--color-gray-600, #525252);line-height:1.5;margin:0}.survey-resume__actions{display:flex;gap:.75rem;margin-top:.5rem}.survey-activity-list{display:flex;flex-direction:column;gap:.375rem}.survey-activity{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border:1.5px solid var(--color-gray-100, #f0f0f0);border-radius:8px;background:#fff;transition:border-color .15s}.survey-activity--answered{border-color:var(--color-brand-200, #ffecb3)}.survey-activity:focus-visible{outline:2px solid var(--color-brand-500, #ffce00);outline-offset:1px}.survey-activity__info{flex:1;min-width:0}.survey-activity__name{display:block;font-size:.9375rem;font-weight:500;line-height:1.3}.survey-activity__desc{display:block;font-size:.75rem;color:var(--color-gray-400, #999);line-height:1.3}.survey-activity__scores{display:flex;gap:.25rem;flex-shrink:0}.survey-activity__btn{width:34px;height:34px;border-radius:6px;border:1.5px solid var(--color-gray-200, #e0e0e0);background:#fff;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .1s,background .1s;color:var(--color-gray-500, #777)}@media(hover:hover)and (pointer:fine){.survey-activity__btn:hover{border-color:var(--color-brand-400, #ffd633)}}.survey-activity__btn--selected{border-color:var(--color-brand-500, #ffce00);background:var(--color-brand-500, #ffce00);color:var(--color-gray-900, #1a1a1a)}.survey-activity-scale-header{display:flex;justify-content:flex-end;gap:0;max-width:280px;margin-left:auto;margin-bottom:.25rem;position:sticky;top:0;z-index:10;background:var(--color-white, #fff);padding:.5rem 0}.survey-activity-scale-header__label{font-size:.75rem;font-weight:600;color:var(--color-gray-500, #737373);text-transform:uppercase;letter-spacing:.03em}.survey-activity-scale-header__label:first-child{margin-right:auto}.survey-activity-scale-header__label:last-child{margin-left:auto}.survey-activity__count{text-align:center;font-size:.8125rem;color:var(--color-gray-400, #999);margin-top:.5rem}.survey-salary{max-width:320px}.survey-salary__input-wrapper{display:flex;align-items:baseline;gap:.5rem}.survey-salary__currency{font-size:1.5rem;font-weight:600;color:var(--color-gray-400, #999);flex-shrink:0}.survey-salary__input{width:100%;padding:.75rem 0;font-size:2rem;font-weight:600;font-family:inherit;border:none;border-bottom:2px solid var(--color-gray-300, #ccc);background:transparent;outline:none;transition:border-color .2s}.survey-salary__input:focus{border-bottom-color:var(--color-brand-500, #ffce00)}.survey-salary__label{display:block;margin-top:.375rem;font-size:.8125rem;color:var(--color-gray-400, #999)}.survey-salary__validation{margin-top:.75rem;font-size:.875rem;color:#c0392b}.survey-location{display:flex;flex-direction:column;gap:1.25rem}.survey-location__field{display:flex;flex-direction:column;gap:.375rem}.survey-location__label{font-size:.8125rem;font-weight:500;color:var(--color-gray-500, #777)}.survey-grouped-input__example{font-size:.875rem;font-style:italic;color:var(--color-gray-500, #777);margin-bottom:1.25rem}.survey-grouped-input{display:flex;flex-direction:column;gap:1.5rem}.survey-grouped-input--side-by-side{display:grid;grid-template-columns:1fr;gap:1.5rem}.survey-grouped-input__field{display:flex;flex-direction:column;gap:.375rem}.survey-grouped-input__label{font-size:.9375rem;font-weight:600;color:var(--color-gray-700, #444)}.survey-grouped-input__desc{font-size:.8125rem;color:var(--color-gray-500, #777);line-height:1.4;margin-bottom:.25rem}.survey-grouped-input__required{color:var(--color-brand-500, #ffce00);font-weight:700}@media(prefers-reduced-motion:reduce){.survey-fade--in,.survey-fade--out{animation-duration:.01ms}.survey-question--shake{animation:none}.survey-scale__btn:hover{transform:none}.survey-saving__dot,.survey-option--stagger,.survey-scale__btn--stagger{animation:none;opacity:1}.survey-option:hover{transform:none}.survey-option__check{animation:none}}@media(max-width:640px){.survey-container{padding:10vh 1rem 1.5rem}.survey-intro__headline,.survey-thankyou__headline,.survey-section__headline{font-size:1.5rem}.survey-question__title{font-size:1.25rem}.survey-scale__btn{width:44px;height:44px;font-size:1rem}.survey-option{padding:.75rem}.survey-activity{flex-direction:column;align-items:stretch;gap:.375rem;padding:.5rem .625rem}.survey-activity__scores{justify-content:space-between}.survey-activity__btn{flex:1;width:auto;min-width:0}.survey-salary__input{font-size:1.5rem}.survey-salary__currency{font-size:1.25rem}}
