*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#000000;background-image:url(/_next/static/media/background.ad996c57.png);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;color:white;min-height:100vh;display:flex;align-items:center;justify-content:center}.container{max-width:760px;text-align:center;height:100vh;display:flex;flex-direction:column}.container,.progress-bar{width:100%;position:relative}.progress-bar{opacity:0;max-width:682px;top:40px;left:50%;transform:translateX(-50%);height:4px;background:rgba(255,255,255,.1);border-radius:2px;margin-bottom:5rem;margin-top:20px;animation:fadeInOnly .8s ease-out .6s both}.progress{position:absolute;height:100%;width:22%;background:#4285f4;border-radius:2px;transition:width .3s ease}.progress-text{position:absolute;left:50%;transform:translateX(-50%);top:-29px;font-size:.75rem;color:white;white-space:nowrap;font-weight:500}.category{margin:32px 0 8px}h1{font-size:2.1rem;margin-bottom:.6rem;line-height:1.2}.survey-content:not(:first-child) h1{margin-bottom:1.125rem}.survey-content h1{font-weight:700;text-wrap:balance}.info-icon{display:inline-block;width:20px;height:20px;background-image:url(/_next/static/media/info.688d4cd0.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;cursor:help;position:relative;margin-bottom:2.5rem;transition:all .3s ease;opacity:.7}.info-icon:hover:after{opacity:1;visibility:visible}.icon-image{width:35px;height:35px}.options{display:flex;flex-direction:column;gap:.875rem;margin-bottom:3rem;margin-top:-.125rem;padding:0 30px}.survey-content:first-child .options{width:720px;height:281.94px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:14px;margin-top:46px}.survey-content:first-child .option{height:150px;margin:0;justify-content:flex-start;padding-bottom:0;position:relative}.option-content,.survey-content:first-child .option{display:flex;flex-direction:column;align-items:center;text-align:center}.option-content{width:100%;height:100%;justify-content:center}.option-content-margin{margin-bottom:20px}.icon-top-right{display:flex;justify-content:flex-end;align-items:center;width:100%}.survey-content:first-child .option span{font-size:.875rem;line-height:1.4;font-weight:700;margin-top:1rem}.survey-content:first-child .option .info-icon-small{height:16px;cursor:help;transition:opacity .3s ease;color:#000;display:flex;align-items:center;justify-content:flex-end;width:100%;bottom:1.1rem}.survey-content:first-child .option.selected .info-icon-small{color:#fff}.survey-content:first-child .option.selected img{filter:brightness(10)}.question-description{font-size:1rem;color:rgba(255,255,255,.7);margin-bottom:0;line-height:1.5}.survey-content:first-child .info-icon{display:none}.option{background:white;padding:12px;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-align:left;color:#141414}.option span{display:block;line-height:1.3}.option:hover{background:#dbdbdb;transform:translateY(-2px)}.option.selected{background:#4285f4!important;color:white;border-color:transparent}.navigation{position:fixed;width:calc(90% - 3rem);max-width:720px;bottom:40px;left:50%;transform:translateX(-50%)}button{padding:.8rem 2rem;border-radius:25px;border:none;cursor:pointer;font-size:1rem;transition:all .3s ease;font-family:Montserrat,sans-serif;display:flex;align-items:center;gap:.5rem}.chevron{font-size:1.5rem;line-height:1;margin-top:-4px}.back-btn{background:transparent;color:white;border:1px solid rgba(255,255,255,.2);padding-left:1.75rem;padding-right:1.75rem;visibility:visible;opacity:1;transition:opacity .3s ease-in-out}.visually-hidden{display:none}.back-btn.hidden{visibility:hidden;opacity:0}.back-btn:hover{background:rgba(255,255,255,.1)}.next-btn{background:transparent;color:white;border:1px solid rgba(255,255,255,.2);padding-left:1.75rem;padding-right:1.75rem;visibility:visible;opacity:1;transition:opacity .3s ease-in-out;margin-left:auto}.next-btn.hidden{visibility:hidden;opacity:0}.next-btn:hover{background:rgba(255,255,255,.1)}.submit-btn{background:#fd7f23;color:white;padding-left:1.75rem;padding-right:1.75rem;border:none;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.submit-btn:hover{background:#d25900}@keyframes fadeInOnly{0%{opacity:0}to{opacity:1}}@keyframes dissolveOut{to{opacity:0;transform:scale(.98)}}.category{font-size:.75rem;color:#4285f4;font-weight:500;animation:fadeIn .8s ease-out 0s both;margin-top:30px}.navigation{justify-content:space-between;margin-top:2rem;opacity:0;animation:fadeInOnly .8s ease-out .8s both}.ideas-container,.navigation{display:flex;align-items:center}.ideas-container{width:auto;width:100%;height:100%;justify-content:center;overflow:hidden}.questions-container{width:100%;top:160px;left:50%;overflow:hidden}.survey-content{position:absolute;width:100%;opacity:0;pointer-events:none}.survey-content.active{position:relative;height:100%;opacity:1;pointer-events:all;animation:fadeIn .8s ease-out}.survey-content.previous{animation:dissolveOut .4s ease-out forwards}.survey-content .option{animation:fadeIn .8s ease-out;animation-fill-mode:both}.survey-content.active .option:first-child{animation-delay:.15s}.survey-content.active .option:nth-child(2){animation-delay:.3s}.survey-content.active .option:nth-child(3){animation-delay:.45s}.survey-content.active .option:nth-child(4){animation-delay:.6s}.survey-content.active .option:nth-child(5){animation-delay:.75s}.survey-content.active .option:nth-child(6){animation-delay:.9s}.tooltip-content{border-radius:4px;padding:10px 15px;font-size:14px;line-height:1.5;color:white;opacity:.95;background-color:#111111;box-shadow:0 2px 10px rgba(0,0,0,.734);max-width:300px;animation:fadeIn .2s ease-out;text-align:center}.tooltip-arrow{fill:#333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.toast-viewport{position:fixed;top:26px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;padding:25px;gap:10px;width:auto;max-width:100vw;margin:0;list-style:none;z-index:2147483647;outline:none}.toast-root{background-color:#dc2626;border-radius:6px;padding:15px;height:40px;justify-content:space-between;animation:slideInFromTop .15s cubic-bezier(.16,1,.3,1);font-family:Montserrat;font-size:14px;line-height:130%;letter-spacing:0;text-align:center;opacity:1;transform:translateY(0);transition:all .3s ease-in-out}.toast-root,.toast-title{display:flex;align-items:center;font-weight:500}.toast-title{color:white;gap:8px}.error-icon{width:20px;height:20px;color:white}.toast-close{all:unset;cursor:pointer}.close-icon{width:16px;height:16px;color:white;opacity:.8;transition:opacity .2s}.close-icon:hover{opacity:1}@keyframes slideInFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes swipeOut{0%{transform:translateY(var(--radix-toast-swipe-end-y))}to{transform:translateY(-100%)}}.toast-root[data-swipe=move]{transform:translateY(var(--radix-toast-swipe-move-y))}.toast-root[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.toast-root[data-swipe=end]{animation:swipeOut .1s ease-out}.toast-leaving{opacity:0;transform:translateY(-10px)}.loader-container{min-height:100vh;width:100%}@media (max-width:767px){.container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:24px 0}.progress-bar{top:20px;max-width:100%;width:calc(100% - 32px);margin-bottom:2rem}.progress-text{top:-24px;font-size:.7rem}.ideas-container,.questions-container{width:100%;transform:none;overflow:visible;flex:0 1 auto;display:flex;flex-direction:column;left:0;padding:12px}.survey-content{width:100%}.survey-content,.survey-content.active{position:relative;display:flex;flex-direction:column}.title-container{text-align:center;margin:12px 0 0}.options{padding:0 16px;gap:.5rem;margin-bottom:1.5rem}.survey-content:first-child .options{width:100%;height:auto;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:8px;margin:20px 0}.option{min-height:60px;display:flex;align-items:center;padding:8px}.survey-content:first-child .option span{font-size:13px;font-weight:700;margin:6px}.survey-content:first-child .option img{width:22px;height:22px}h1{font-size:18px;line-height:1.2;margin-bottom:8px}.question-description{font-size:13px;line-height:1.3;color:rgba(255,255,255,.8);padding:0 16px}.navigation{position:relative;width:100%;margin-top:auto;padding:16px 24px 24px;left:0;bottom:0;transform:none}button{padding:.6rem 1.5rem;font-size:.9rem}.back-btn,.submit-btn{padding-left:1.25rem;padding-right:1.25rem}}.captcha-container{display:flex;flex-direction:column;align-items:center;margin:40px auto}.captcha-container iframe{transform:scale(1.15);transform-origin:center}.submit-btn.disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.captcha-container iframe{transform:scale(.95)}}.report-container{min-height:100vh;width:100%;display:flex;flex-direction:column;padding:0}.background-image{object-fit:cover;z-index:0;opacity:.5}.ellipse-18{width:1400.27px;height:456.51px;left:calc(50% - 1400.27px / 2 + .2px);top:60px;background:#59b9ff;opacity:.15;filter:blur(162.406px)}.ellipse-17,.ellipse-18{position:absolute;z-index:1}.ellipse-17{width:414.78px;height:435.7px;left:calc(50% - 414.78px / 2 + 346.02px);top:28px;background:#2e9fff;opacity:.3;filter:blur(227.369px);transform:matrix(.33,.94,-.95,.3,0,0)}.content-container{position:relative;z-index:2;width:100%;max-width:600px;padding:2rem 1rem 1rem;color:white;margin:0 auto}.title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;height:44px;margin-top:0}.subtitle,.title{text-align:center}.subtitle{color:#ccc;margin-bottom:1.5rem}.report-form{gap:1.5rem;margin-top:1rem}.form-group{gap:.5rem}.form-group input::placeholder{color:#666}.checkbox-group{gap:.5rem}.view-report-btn{background:#2f6cdb;color:white;padding:.875rem 2rem;border:none;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s;margin:1rem auto 0;min-width:160px}@media (max-width:768px){.content-container{padding:1rem}.title{font-size:2rem}.view-report-btn{width:100%;justify-content:center}}.report-header{text-align:center;padding:1rem;margin-top:3rem}.report-header h1{font-size:32px;margin-bottom:.5rem;color:white;font-weight:500}.report-header p{color:white;margin-bottom:1.5rem;font-size:16px;opacity:.8}.button-group{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.action-btn{border:none;padding:12px 24px;border-radius:25px;cursor:pointer;font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px;transition:background-color .2s}.primary-btn{background-color:#fd7f23;color:white}.primary-btn:hover{background-color:#d25900}.secondary-btn{background-color:transparent;color:white;border:1px solid rgba(255,255,255,.2)}.secondary-btn:hover{background-color:rgba(255,255,255,.1)}.action-btn span{font-size:18px}.pdf-viewer{flex:1;width:100%;max-width:1200px;margin:0 auto 3rem;height:100%;display:flex}.report-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.pdf-viewer-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.pdf-viewer>div{flex:1;width:100%!important;height:100%!important;border-radius:12px}.report-page{position:relative;min-height:100vh;width:100%}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#282828;padding:2.5rem;border-radius:12px;width:90%;max-width:600px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.modal-content h2{font-weight:700;font-size:36px;margin-bottom:1rem}.modal-content h2,.modal-content p{font-family:Montserrat;line-height:100%;letter-spacing:0;text-align:center}.modal-content p{font-weight:400;font-size:18px;margin-bottom:3rem}.report-form{gap:2rem;padding:0 1.5rem}.form-group,.report-form{display:flex;flex-direction:column}.form-group{gap:.75rem}.form-group label{font-family:Montserrat;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;color:white}.form-group input{padding:.875rem 1rem;border-radius:8px;border:none;background:white;font-size:1rem;color:#000}.checkbox-group{display:flex;align-items:center;gap:.75rem;color:white;margin:.5rem 0;padding:0 .5rem}.checkbox-group input[type=checkbox]{width:20px;height:20px;accent-color:#2f6cdb}.view-report-btn:hover{background:#2558b9}.loader-wrapper{flex:1;width:100%;height:calc(100vh - 300px)}.loader-container,.loader-wrapper{display:flex;justify-content:center}.loader-container{flex-direction:column;align-items:center;min-height:400px;min-width:400px}.loader-title{font-size:1.5rem;font-weight:600;color:white}.loader-text{font-size:.875rem;color:rgb(209 213 219)}.dots:after{display:inline-block;animation:dots 2s infinite;content:""}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}