body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.topbar{position:fixed;top:0;left:0;width:100vw;min-width:0;height:56px;display:flex;justify-content:space-between;align-items:center;background:#2196f3;padding:0 .5rem;box-shadow:0 2px 8px #00000014;z-index:1000}body{padding-top:56px;box-sizing:border-box}.topbar-left{display:flex;align-items:center;min-width:0}.topbar-logo{font-size:1.5rem;font-weight:700;color:#4a4a4a;letter-spacing:1px}.topbar-logo-img{height:36px;max-width:100px;width:auto;display:block;object-fit:contain;margin-right:.5rem;filter:drop-shadow(0 0 2px #fff);background:#0000}.topbar-right{position:relative}.topbar-right,.topbar-user{display:flex;align-items:center;min-width:0}.topbar-user{cursor:pointer;gap:.4rem;padding:.15rem .5rem;border-radius:2rem;transition:background .2s}.topbar-user:focus,.topbar-user:hover{background:#1976d2}.topbar-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0;background:#eee;transition:box-shadow .2s}.topbar-username{font-size:.98rem;color:#fff;font-weight:500;max-width:90vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-caret{font-size:1rem;color:#e3e3e3;margin-left:.15rem}.topbar-menu{position:absolute;right:0;top:110%;background:#fff;box-shadow:0 4px 16px #00000014;border-radius:.5rem;min-width:160px;padding:.5rem 0;z-index:20;animation:fadeIn .2s}.topbar-menu-item{padding:.75rem 1.5rem;cursor:pointer;color:#333;font-size:1rem;transition:background .15s;display:flex;align-items:center;gap:.5rem}.topbar-menu-item:focus,.topbar-menu-item:hover{background:#f0f0f0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000040;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s}.profile-modal{background:#fff;border-radius:1rem;box-shadow:0 8px 32px #00000026;padding:2rem 2.5rem 1.5rem;min-width:320px;max-width:90vw;position:relative;text-align:center}.profile-modal-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #f797d6;background:#eee}.profile-modal h2{margin:.5rem 0 .25rem;font-size:1.4rem;color:#4a4a4a}.profile-modal p{margin:.25rem 0;color:#555;font-size:1rem}.profile-modal-close{position:absolute;top:.75rem;right:1.25rem;background:none;border:none;font-size:2rem;color:#aaa;cursor:pointer;transition:color .2s}.profile-modal-close:hover{color:#f797d6}@media (max-width:500px){.profile-modal{padding:1rem .5rem;min-width:90vw}.topbar-logo{font-size:1.1rem}.topbar-avatar{width:32px;height:32px}}@media (max-width:600px){.topbar{height:48px;padding:0 .2rem}.topbar-logo-img{height:28px;max-width:60px}.topbar-avatar{width:26px;height:26px}.topbar-username{font-size:.92rem;max-width:40vw}}.google-auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:24px 8px}.auth-card{background:#fff;box-shadow:0 4px 24px #00000014,0 1.5px 4px #0000000a;padding:32px 28px 28px;max-width:400px;width:100%;gap:18px;position:relative}.auth-card,.auth-loading-overlay{border-radius:18px;display:flex;flex-direction:column}.auth-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.auth-loading-content{display:flex;flex-direction:column;align-items:center;gap:16px}.loading-dots{display:flex;gap:6px;align-items:center}.loading-dot{width:10px;height:10px;border-radius:50%;background:#1976d2;animation:pulse-dot 1.4s ease-in-out infinite both}.loading-dot:first-child{animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}.loading-dot:nth-child(3){animation-delay:0s}@keyframes pulse-dot{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.loading-text{color:#666;font-size:1rem;font-weight:500;text-align:center}.loading-spinner{width:32px;height:32px;border:3px solid #e3e8ee;border-top-color:#1976d2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-pulse{animation:pulse-button 2s ease-in-out infinite}@keyframes pulse-button{0%{box-shadow:0 2px 8px #1976d214}50%{box-shadow:0 4px 16px #1976d24d}to{box-shadow:0 2px 8px #1976d214}}.auth-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:8px;color:#222}.auth-toggle{display:flex;justify-content:center;gap:8px;margin-bottom:12px}.auth-toggle-btn{background:#f0f0f0;border:none;border-radius:6px 6px 0 0;padding:10px 24px;font-size:1rem;font-weight:500;color:#555;cursor:pointer;transition:background .2s,color .2s}.auth-toggle-btn.active{background:#1976d2;color:#fff}.auth-toggle-btn:focus{outline:2px solid #1976d2}.google-login-btn-wrapper{display:flex;justify-content:center;margin-bottom:8px}.auth-error{background:#ffeaea;color:#d32f2f;border-radius:6px;padding:10px 14px;margin-bottom:8px;font-size:.98rem;text-align:center}.extra-form{gap:14px;margin-top:8px}.extra-form,.form-group{display:flex;flex-direction:column}.form-group{gap:4px}.form-group label{font-size:1rem;font-weight:500;color:#333;margin-bottom:2px}.form-group .required{color:#d32f2f;margin-left:2px}.extra-form input,.extra-form select{padding:10px 12px;border:1px solid #d0d7de;border-radius:6px;font-size:1rem;background:#fafbfc;transition:border .2s}.extra-form input:focus,.extra-form select:focus{border-color:#1976d2;outline:none}.submit-btn{background:linear-gradient(90deg,#1976d2 60%,#42a5f5);color:#fff;border:none;border-radius:6px;padding:12px 0;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:8px;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #1976d214}.submit-btn:disabled{background:#b0bec5;cursor:not-allowed}.main-tabs{display:flex;justify-content:center;gap:0;margin-bottom:18px;border-bottom:2px solid #e3e8ee}.main-tab-btn{background:#f0f0f0;border-radius:8px 8px 0 0;padding:12px 32px;font-size:1.1rem;font-weight:600;color:#555;cursor:pointer;transition:background .2s,color .2s;margin-right:2px;margin-left:2px;border:none;border-bottom:2px solid #0000}.main-tab-btn.active{background:#fff;color:#1976d2;border-bottom:2px solid #1976d2;z-index:2}.main-tab-btn:focus{outline:2px solid #1976d2}.signin-method-tabs{display:flex;justify-content:center;gap:0;margin-bottom:14px}.signin-method-btn{background:#f5f7fa;border-radius:8px 8px 0 0;padding:10px 24px;font-size:1rem;font-weight:500;color:#555;cursor:pointer;transition:background .2s,color .2s;margin-right:2px;margin-left:2px;border:none;border-bottom:2px solid #0000}.signin-method-btn.active{background:#fff;color:#1976d2;border-bottom:2px solid #1976d2;z-index:2}.signin-method-btn:focus{outline:2px solid #1976d2}.form-group .phone-input-row,.form-group>div{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important}.phone-input-row{display:flex;flex-direction:row;align-items:stretch;width:100%;gap:0}.country-code-select{min-width:70px;max-width:140px;height:48px;font-size:1.35em;line-height:1.2;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;text-align:center;padding-left:.8em;padding-right:.8em;background:#fafbfc;z-index:1;display:flex;align-items:center;appearance:none;-webkit-appearance:none;-moz-appearance:none}.phone-input{flex:1 1 auto;max-width:100%;min-width:90px;height:48px;border-top-left-radius:0;border-bottom-left-radius:0;border-left:1px solid #d0d7de;font-size:1.15em;padding-left:10px;box-sizing:border-box}.phone-input-row>*{margin-right:0!important;margin-left:0!important}.form-group select{min-width:60px;max-width:80px;text-align:center;font-size:1.1em;padding-left:.5em;padding-right:.5em}.form-group select option{font-size:1.2em}@media (max-width:600px){.auth-card{padding:12px 2vw 18px;max-width:99vw;border-radius:8px;min-width:0}.auth-title{font-size:1.1rem;margin-bottom:4px}.auth-toggle{flex-direction:column;gap:4px;margin-bottom:8px}.auth-toggle-btn{width:100%;padding:10px 0;font-size:1rem;border-radius:6px}.google-login-btn-wrapper{margin-bottom:6px}.extra-form{gap:10px}.form-group label{font-size:.98rem}.form-group{gap:2px}.form-group>div{flex-direction:column!important;gap:6px!important}.form-group input[type=password],.form-group input[type=tel],.form-group select{width:100%!important;min-width:0;font-size:1rem;padding:10px 8px;box-sizing:border-box}.submit-btn{font-size:1rem;padding:12px 0;width:100%;margin-top:8px}.auth-error{font-size:.95rem;padding:8px}.main-tabs{flex-direction:row;border-bottom:2px solid #e3e8ee;gap:0;margin-bottom:18px}.main-tab-btn{width:auto;border-radius:8px 8px 0 0;padding:12px 32px;font-size:1.1rem;margin:0 2px;border-bottom:2px solid #0000}.signin-method-tabs{flex-direction:row;gap:0;margin-bottom:14px}.signin-method-btn{width:auto;border-radius:8px 8px 0 0;padding:10px 24px;font-size:1rem;margin:0 2px;border-bottom:2px solid #0000}}@media (max-width:400px){.auth-card{padding:6px 1vw 10px;border-radius:5px}.auth-title{font-size:1rem}.submit-btn{font-size:.95rem;padding:10px 0}}body{background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.form-container{max-width:720px;margin:24px auto;padding:0 16px}.form-container.modern-form{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:32px;margin:24px auto;transition:box-shadow .2s ease}.form-container.modern-form:hover{box-shadow:0 4px 12px #0000001a}.survey-header{margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #6366f1}.survey-title{font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:8px;line-height:1.3;word-break:break-word}.survey-description{font-size:1rem;color:#6b7280;margin-bottom:0;line-height:1.5;word-break:break-word}.question-container,.question-container.modern-question{background:#fff;padding:24px;margin-bottom:20px;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.question-container.modern-question{position:relative}.question-container.modern-question:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014}.question-label.modern-label{font-size:1.1rem;color:#374151;font-weight:500;margin-bottom:12px;display:block;line-height:1.4}.form-item.modern-form-item{margin-bottom:0}.ant-input,.ant-input-number,.ant-picker,.ant-select-selector{background:#fff!important;border:1px solid #d1d5db!important;border-radius:4px!important;font-size:1rem!important;padding:11px 12px!important;transition:all .15s ease!important;min-height:40px!important;box-shadow:none!important}.ant-input-number-focused,.ant-input:focus,.ant-picker-focused,.ant-select-focused .ant-select-selector{border-color:#6366f1!important;box-shadow:0 0 0 1px #6366f1!important;outline:none!important}.ant-input-number:hover,.ant-input:hover,.ant-picker:hover,.ant-select-selector:hover{border-color:#9ca3af!important}.ant-input[rows]{min-height:80px!important;resize:vertical;line-height:1.5!important}.ant-checkbox-wrapper,.ant-radio-wrapper{background:#0000!important;border:none!important;padding:8px 0!important;margin:4px 0!important;font-size:1rem;color:#374151;display:flex;align-items:flex-start;line-height:1.5}.ant-checkbox-wrapper:hover,.ant-radio-wrapper:hover{background:#f9fafb!important;border-radius:4px;padding:8px!important}.ant-checkbox-inner,.ant-radio-inner{border:2px solid #d1d5db!important;width:16px!important;height:16px!important}.ant-checkbox-checked .ant-checkbox-inner,.ant-radio-checked .ant-radio-inner{background-color:#6366f1!important;border-color:#6366f1!important}.phone-input-container{display:flex;gap:8px;align-items:center}.phone-input-container .ant-select{width:90px;flex-shrink:0}.phone-input-container .ant-input{flex:1 1}.ant-upload.ant-upload-select{background:#f9fafb!important;border:2px dashed #d1d5db!important;border-radius:8px!important;padding:24px!important;text-align:center;transition:all .2s ease}.ant-upload.ant-upload-select:hover{border-color:#6366f1!important;background:#f8faff!important}.ant-upload-list{margin-top:12px}.form-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb;gap:12px}.form-navigation.modern-nav{background:#0000;padding:24px 0;border-radius:0;box-shadow:none;margin-top:32px}.next-btn,.prev-btn,.submit-btn{min-height:44px;font-size:.95rem;font-weight:500;border-radius:6px;border:1px solid;transition:all .2s ease;cursor:pointer;padding:0 24px;display:flex;align-items:center;justify-content:center}.prev-btn.modern-btn{background:#fff;color:#6b7280;border-color:#d1d5db}.prev-btn.modern-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.next-btn.modern-btn{background:#6366f1;color:#fff;border-color:#6366f1}.next-btn.modern-btn:hover{background:#4f46e5;border-color:#4f46e5}.submit-btn.modern-btn{background:#059669;color:#fff;border-color:#059669;width:100%}.submit-btn.modern-btn:hover{background:#047857;border-color:#047857}.ant-spin-nested-loading{min-height:200px;display:flex;align-items:center;justify-content:center}.ant-form-item-has-error .ant-input,.ant-form-item-has-error .ant-picker,.ant-form-item-has-error .ant-select-selector{border-color:#ef4444!important}.ant-form-item-explain-error{color:#ef4444;font-size:.875rem;margin-top:4px}.submit-modal .ant-modal{max-width:400px;width:90%}.submit-modal .ant-modal-content{border-radius:8px}.submit-modal .modal-content{text-align:center;padding:16px}.duplicate-submission-modal .ant-modal-content{border-radius:12px!important;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;border:1px solid #f3f4f6!important}.duplicate-submission-modal .ant-modal-header{border-radius:12px 12px 0 0!important;border-bottom:1px solid #f3f4f6!important;padding:20px 24px!important;background:linear-gradient(135deg,#fef2f2,#fff)!important}.duplicate-submission-modal .ant-modal-body{padding:0 24px 20px!important}.duplicate-submission-modal .ant-modal-footer{border-top:1px solid #f3f4f6!important;padding:16px 24px 20px!important;text-align:center!important;border-radius:0 0 12px 12px!important;background:#fafafa!important}@media (max-width:768px){.form-container.modern-form{margin:16px 8px;padding:24px 20px}.survey-title{font-size:1.5rem}.question-container.modern-question{padding:20px;margin-bottom:16px}.form-navigation.modern-nav{flex-direction:column;gap:12px}.next-btn,.prev-btn,.submit-btn{width:100%;justify-content:center}}@media (max-width:480px){.form-container.modern-form{margin:8px;padding:20px 16px}.survey-header{margin-bottom:24px;padding-bottom:16px}.survey-title{font-size:1.375rem}.question-container.modern-question{padding:16px}.question-label.modern-label{font-size:1rem}}.ant-form-item-label:after{display:none}.modern-desc,.modern-section-desc,.modern-section-title,.modern-title{color:inherit;font-weight:inherit;font-size:inherit;margin:inherit;letter-spacing:inherit}.ant-input:focus,.ant-picker:focus,.ant-select:focus .ant-select-selector{box-shadow:0 0 0 1px #6366f1!important}.thank-you-message{flex-direction:column;height:100vh;text-align:center;background-color:#f8f9fa;padding:20px;box-sizing:border-box}#header,.thank-you-message{display:flex;justify-content:center;align-items:center}#header,.animated-logo{background:#0000;border:none;padding:0}.animated-logo{display:inline-block;animation:bounce 2s infinite;width:100px;height:auto;max-width:100px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.store-links{display:flex;gap:20px;margin-top:20px}.store-link{display:inline-block}.store-logo{height:50px;width:auto;transition:transform .3s ease}.store-logo:hover{transform:scale(1.1)}.loading-spinner{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f8f9fa}.ant-spin{font-size:48px}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}