html{font-size:16px;background:#0e0e0e;color:#fff}@media screen and (max-width:768px){html{font-size:calc(16px * (100vw/768))}}@media screen and (max-width:480px){html{font-size:calc(16px * (100vw/480))}}body{margin:0;font-family:Arial,sans-serif;box-sizing:border-box;overflow-y:auto;background:#0e0e0e;color:#fff;padding-top:124px}a,a:link,a:visited,a:hover,a:active{text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit}button{cursor:pointer}input,textarea,select{appearance:none;-webkit-appearance:none;border:none;outline:none;background:0 0}.topBox{display:flex;flex-direction:column;gap:10px;padding:18px 20px 10px;box-sizing:border-box;background:#333;position:fixed;top:0;left:0;width:100%;z-index:99}.topBoxRow{width:100%;min-height:30px;display:flex;align-items:center;justify-content:space-between}.navBtn{width:30px;height:30px;flex:0 0 30px;display:flex;align-items:center;justify-content:center;font-size:0;color:transparent;background:0 0}.navBtn .moreIcon{width:30px;height:30px;margin-right:0;display:block}.topLogoLink{display:flex;align-items:center;justify-content:center}.topBoxRight{width:30px;height:30px;flex:0 0 30px}.logo{width:131px;height:auto;display:block}.topSearchBox{width:100%;min-height:42px;padding:8px 19px;box-sizing:border-box;border-radius:36px;border:1px solid rgba(255,255,255,.2);background:#333;display:flex;align-items:center;justify-content:space-between}.topSearchPlaceholder{color:#757575;font-size:14px;font-weight:400;line-height:20px}.searchIcon{width:24px;height:24px;display:block}.main{padding:12px 20px 40px;box-sizing:border-box}.surveyShell{display:flex;flex-direction:column;gap:12px}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:12px;line-height:18px}.breadcrumbHome{color:#ff7b28}.breadcrumbSeparator,.breadcrumbCurrent{color:#bcbcbc}.pageTitle{margin:0;color:#fff;font-size:18px;line-height:24px;font-weight:700;text-align:center}.pageIntro{margin:0;color:rgba(255,255,255,.55);font-size:14px;line-height:20px;text-align:center}.surveyForm{display:flex;flex-direction:column;gap:12px}.surveyCard{display:flex;flex-direction:column;gap:12px;padding:24px 18px;box-sizing:border-box;border-radius:12px;background:rgba(255,255,255,.1)}.cardTitle,.fieldLabel,.submitHint,.formStatus{margin:0}.cardTitle{color:#fff;font-size:16px;line-height:22px;font-weight:700}.cardTitleOptional{color:rgba(255,255,255,.9)}.requiredMark{color:#ff7b28;margin-right:2px}.fieldStack{display:flex;flex-direction:column;gap:12px}.fieldLabel{color:rgba(255,255,255,.55);font-size:14px;line-height:20px;font-weight:500}.locationFieldGrid{display:flex;flex-direction:column;gap:12px}.fieldWrap{width:100%;min-height:42px;display:flex;align-items:center;padding:12px 24px;box-sizing:border-box;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(19,19,19,.72);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.fieldInput{width:100%;color:#fff;font-size:12px;line-height:18px}.fieldInput::placeholder,.selectInput{color:rgba(255,255,255,.55)}.fieldWrap:focus-within{border-color:rgba(255,123,40,.9);background:rgba(27,20,11,.92);box-shadow:0 0 0 1px rgba(255,123,40,.18)}.selectWrap{position:relative}.selectWrap:not(.selectEnhanced)::after{content:"";width:9px;height:6px;position:absolute;top:50%;right:24px;margin-top:-3px;background:linear-gradient(180deg,#ffe373 0%,#ffb22b 100%);clip-path:polygon(0 0,100% 0,50% 100%);pointer-events:none;opacity:.95}.selectInput{cursor:pointer;padding-right:24px}.selectInput option{background:#1b1b1b;color:#f4f4f4}.selectWrap.selectEnhanced{padding:0;cursor:pointer;overflow:visible}.selectWrap.selectEnhanced.selectOpen{border-color:rgba(255,123,40,.9);background:rgba(27,20,11,.92);box-shadow:0 0 0 1px rgba(255,123,40,.18)}.selectWrap.selectEnhanced.selectDisabled{cursor:not-allowed;opacity:.55}.selectWrap.selectEnhanced.selectDisabled .selectDisplay,.selectWrap.selectEnhanced.selectDisabled .selectArrow{cursor:not-allowed}.selectNative{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;pointer-events:none}.selectDisplay{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 24px;background:0 0;border:none;color:rgba(255,255,255,.55);font-size:12px;line-height:18px;text-align:left;cursor:pointer}.selectDisplay.selectDisplayFilled{color:#fff}.selectDisplayText{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selectArrow{width:9px;height:6px;flex-shrink:0;background:linear-gradient(180deg,#ffe373 0%,#ffb22b 100%);clip-path:polygon(0 0,100% 0,50% 100%);opacity:.95;transition:transform .2s ease}.selectWrap.selectOpen .selectArrow{transform:rotate(180deg)}.selectPanel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:50;margin:0;padding:0;list-style:none;display:none;flex-direction:column;gap:0;max-height:264px;overflow:hidden auto;background:#1b1b1b;border:1px solid rgba(255,255,255,8%);border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.5);scrollbar-width:thin;scrollbar-color:rgba(255,123,40,.55)transparent}.selectWrap.selectOpen .selectPanel{display:flex}.selectPanel::-webkit-scrollbar{width:6px}.selectPanel::-webkit-scrollbar-thumb{background:rgba(255,123,40,.55);border-radius:3px}.selectOption{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 18px;color:rgba(255,255,255,.85);font-size:14px;line-height:20px;cursor:pointer;transition:background .15s ease,color .15s ease}.selectOption+.selectOption{border-top:1px solid rgba(255,255,255,6%)}.selectOption:hover{background:rgba(255,123,40,.12);color:#ffd296}.selectOption.selectOptionActive{background:rgba(255,123,40,.16);color:#ff7b28;font-weight:700}.selectOption.selectOptionActive::after{content:"✓";font-size:14px;font-weight:700;color:#ff7b28}.chipGroup{display:flex;flex-wrap:wrap;gap:12px}.chipGroupWide{align-items:stretch}.optionChip{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;box-sizing:border-box;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:rgba(255,255,255,.55);font-size:14px;line-height:20px;font-weight:500}.optionChip input{display:none}.optionChipFlex{flex:1 1 calc(50% - 6px)}.optionChipActive{background:#ff7b28;color:#131313;font-weight:700}.textareaWrap{padding:12px 10px}.textareaInput{min-height:108px;resize:vertical}.uploadBox{display:flex;flex-direction:column;align-items:center;gap:24px;padding:80px 10px;box-sizing:border-box;border:2px dashed rgba(255,255,255,.1);border-radius:12px;text-align:center}.uploadIcon{width:36px;height:36px;opacity:.5}.uploadTitle,.uploadHint,.uploadFileItem{color:rgba(255,255,255,.55);font-size:12px;line-height:18px}.uploadInput{display:none}.uploadFileList{display:flex;flex-direction:column;gap:8px}.uploadFileItem{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;background:rgba(255,255,255,8%);color:rgba(255,255,255,.85);font-size:12px;line-height:18px}.uploadFileLabel{flex:auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uploadFileRemove{flex:none;width:22px;height:22px;border-radius:50%;border:none;background:rgba(255,255,255,.12);color:#fff;font-size:16px;line-height:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.uploadFileRemove:hover{background:rgba(255,123,40,.7)}.submitButton{width:100%;border:none;border-radius:999px;padding:12px 24px;background:linear-gradient(127deg,#ffe373 0%,#febd2b 86%);color:#000;font-size:16px;line-height:22px;font-weight:700}.submitHint{color:rgba(255,255,255,.55);font-size:12px;line-height:18px;text-align:center}.formStatus{min-height:18px;color:#ffcf4c;font-size:12px;line-height:18px;text-align:center}@media screen and (min-width:768px){body{padding-top:0}.topBox{display:none}.main{width:774px;margin:0 auto;padding:var(--questionnaire-main-padding-top,158px)0 40px}.surveyShell{gap:18px}.breadcrumb{gap:6px;font-size:18px;line-height:22px}.pageTitle{font-size:36px;line-height:50px;text-align:center}.pageIntro{font-size:24px;line-height:32px}.surveyForm{gap:18px}.surveyCard{gap:18px;border-radius:24px}.cardTitle{font-size:24px;line-height:32px}.fieldStack{gap:18px}.fieldLabel{font-size:20px;line-height:28px}.locationFieldGrid{gap:12px}.fieldWrap{min-height:52px}.fieldInput{font-size:16px;line-height:22px}.chipGroup{gap:24px}.optionChip{font-size:16px;line-height:22px}.optionChipFlex{flex:1 1 calc(50% - 12px)}.selectDisplay{font-size:16px;line-height:22px}.selectArrow{width:12px;height:8px}.selectPanel{max-height:340px;border-radius:16px}.selectOption{padding:14px 22px;font-size:18px;line-height:24px}.selectOption.selectOptionActive::after{font-size:18px}.textareaInput{min-height:164px}.uploadBox{padding:80px 10px}.uploadTitle,.uploadHint,.submitHint,.formStatus{font-size:16px;line-height:22px}.submitButton{padding:18px 140px;font-size:18px;line-height:24px}}