.start-screen{display:flex;justify-content:center;align-items:center;color:#fff}.start-screen__content{text-align:center;min-width:50vw;max-width:90vw;width:100%;padding:2vh}.start-screen__title{line-height:1.1;font-size:7.5vh;margin-bottom:0;padding:3rem 0 0}.start-screen__secondary-title,.start-screen__title{font-family:Poppins,sans-serif;font-weight:500;color:#fff}.start-screen__secondary-title{font-size:2.5rem;margin:0;padding:0}.start-screen__description{font-size:2.5vh;width:65%;justify-content:center;text-align:center;margin:2vh auto}.start-screen__description span{color:#f16839}.start-screen__button{padding:1.5vh 4vh;font-size:3vh;background-color:#f16839;color:#fff;border:none;cursor:pointer;border-radius:2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:background-color .3s ease,box-shadow .3s ease}.start-screen__button:hover{background-color:rgba(59,130,246,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.start-screen__button:focus{outline:none}@media(max-width:1024px){.start-screen__title{font-size:5.5vh}.start-screen__secondary-title{font-size:3.5vh}.start-screen__description{font-size:2.2vh}.start-screen__button{padding:1.2vh 3vh;font-size:2.5vh}}@media(max-width:768px){.start-screen{padding-top:2vh}.start-screen__content{min-width:70vw}.start-screen__title{font-size:4.5vh;padding-top:0}.start-screen__secondary-title{font-size:3vh}.start-screen__description{font-size:2vh;width:100%}.start-screen__button{padding:1vh 2.5vh;font-size:2vh}}.checkout-screen{position:fixed;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center}.checkout-screen__frame-wrapper{position:relative;width:90vw;height:90vh;background:#fff;border-radius:2rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);overflow:hidden}.checkout-screen__iframe{width:100%;height:100%;border:none}.checkout-screen__close{position:absolute;top:1rem;right:1rem;background:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;padding:.3rem .6rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.demographics{color:#fff}.demographics,.demographics__content{display:flex;align-items:center;justify-content:center}.demographics__content{flex-direction:column;min-height:200px;min-width:1000px;max-width:100%;padding:2.5vw}.demographics__field-wrapper{display:flex;flex-direction:column;justify-content:center}.demographics__field-wrapper__select{width:100%;max-width:400px;min-width:200px}.demographics__field{display:flex;flex-direction:column;align-items:center}.demographics__title{text-align:center;margin-bottom:1vw;color:#fff}.demographics__title,.demographics__title__email{font-size:1.6rem;font-weight:500;overflow-wrap:break-word}.demographics__title__email{margin:0}.demographics__description{font-size:1rem;margin-bottom:2.5vw}.demographics__disclaimer-text,.demographics__disclaimer-title{font-size:1.15rem;margin-bottom:2vw}.demographics__disclaimer-text{marginTop:2rem;textAlign:center}.demographics__form{display:flex;flex-direction:column;align-items:center;gap:1vw}.demographics__label{font-size:1rem;text-align:left}.demographics__input{width:300px;max-width:90%;font-size:1.2rem;color:#fff;border:.1rem;border-radius:2rem;padding-top:20px;padding-bottom:20px;text-align:center}.demographics__input ::placeholder{text-align:center}.demographics__input:focus{outline:none;border:none;box-shadow:none}.demographics__button-container{display:flex;justify-content:flex-end;width:94%;gap:.8vw;margin-top:.5vh;color:#fff;background:transparent}.demographics__back-button,.demographics__button{font-size:1rem;border-radius:2rem;background:transparent;color:#fff;width:40px;height:40px;padding:0;margin-top:1vw;border:none}.active.demographics__back-button:hover,.demographics__button.active:hover{transition:transform .2s ease-in-out;transform:scale(1.1)}.demographics__button.disabled,.disabled.demographics__back-button{cursor:not-allowed;border:none}.demographics__button.disabled .demographics__icon,.disabled.demographics__back-button .demographics__icon{filter:brightness(.5);opacity:.5}.demographics__back-button:hover{transition:transform .2s ease-in-out;transform:scale(1.1) rotate(180deg)}.demographics__icon{width:100%;height:100%}.demographics__select{width:100%;padding:1vw;font-size:1rem;font-family:Poppins,sans-serif;border-radius:2rem;border:.1rem solid #3b82f6;background-color:hsla(0,0%,100%,.9);color:#fff;transition:border-color .3s ease}.demographics__select:focus{border-color:#6366f1;outline:none}.demographics__loading{color:#f16839}.demographics__error-screen{width:50vw;max-width:900px;margin:0 auto;text-align:center}.demographics__error{font-weight:700;display:inline-block;background-color:#000;color:red;font-size:.9rem;margin-top:1vw;text-align:center;padding:.3rem .6rem}.demographics__error.fatal{width:90%;font-size:1.4rem;font-weight:400}.demographics__binary-options{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem;width:100%}.demographics__binary-button{width:80%;max-width:150px;padding:1rem;border-radius:2rem;font-size:1.1rem;font-weight:500;cursor:pointer;border:none;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,#04c4d9,#005d97);color:#fff;text-align:center}.demographics__binary-button:hover{opacity:.9;transform:scale(1.05)}.demographics__binary-button--selected{background:#f16839;font-weight:700}.demographics__binary-button--not-selected{opacity:.6}.demographics__binary-button--not-selected:hover{opacity:.75}.demographics__otp-container{display:flex;justify-content:center;gap:.8vw}.demographics__otp-box{width:3rem;height:4rem;font-size:1.2rem;text-align:center;border-radius:.8vw;outline:none;transition:border-color .3s ease;background:#1c2743!important;border:2px solid #04c4d9;color:#fff}.demographics__otp-box:focus{border-color:#f16839}.demographics__otp-text{font-size:.9rem;color:#777;text-align:center;margin-top:.8vw}@media(max-width:1024px){.demographics__error-screen,.demographics__status-screen{margin-top:2rem;width:90vw}}@media(max-width:767px){.demographics__disclaimer-text{marginTop:1rem;margin-bottom:1rem;text-align:center}.demographics__content{max-width:90vw;min-width:90vw}.demographics__input{min-width:90%}}@media(max-width:480px){.demographics__title__email{word-break:break-all;white-space:normal;overflow-wrap:break-word;text-align:center}.demographics__otp-box{width:2.5rem;height:3rem;font-size:1rem}}@media(max-width:360px){.demographics__title{font-size:1.6rem}.demographics__title__email{margin:0;font-weight:500;font-size:8vw}.demographics__otp-box{width:1.7rem;height:2.7rem;font-size:.9rem}}.app-container{display:flex;flex-direction:column;justify-content:center;height:100vh;height:100dvh;width:100vw;max-width:100%;background:transparent;background-image:url(/bg-cover.png);background-size:cover;background-position:100% 0}.header{position:fixed;top:25px;left:50%;width:100%;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0;border-radius:0;background-color:transparent;transition:background-color .3s ease-in-out}@media(max-height:400px){.header{display:none}}@media(max-width:480px){.header{top:30px}}.header img{transform:translateX(-50%);height:15vh;object-fit:contain;z-index:1;pointer-events:none}@media(max-height:768px){.header img{height:14vh}}@media(max-width:480px){.header img{height:13vh}}.header__start-screen{position:fixed;top:25vh;left:50%;width:100%;z-index:100;display:flex;align-items:center;justify-content:space-between;background-color:transparent;transition:background-color .3s ease-in-out}@media(max-height:768px),(max-width:1280px){.header__start-screen{top:22vh}}.header__start-screen img{transform:translateX(-50%);height:15vh;object-fit:contain}@media(max-width:768px){.header__start-screen img{height:13vh}}@media(max-width:480px){.header__start-screen img{height:12vh}}.personality-quiz{min-height:100vh;min-width:100vw;font-family:Poppins,sans-serif;color:#fff}.personality-quiz__container{height:100vh;overflow:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.personality-quiz__email-screen{height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:transparent}.personality-quiz__card{min-width:55vw;max-width:100vw;background:transparent;border-radius:2rem}.personality-quiz__card-content{padding:.5rem;align-items:center}.personality-quiz__title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#fff}.personality-quiz__title span{color:#f16839}.personality-quiz__progress-container{position:fixed;top:0;left:0;right:0;z-index:10;padding:.05rem}.personality-quiz__progress-bar{width:100%;height:.5rem;background:#e5e7eb;border-radius:2rem;overflow:hidden}.personality-quiz__progress-bar-fill{height:100%;background:#f16839;transition:width .3s cubic-bezier(.4,0,.2,1)}.personality-quiz__questions-container{height:100vh;overflow-y:auto;scroll-snap-type:y mandatory;position:relative}.personality-quiz__questions-container::-webkit-scrollbar{display:none}.personality-quiz__question{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;scroll-snap-align:start;text-align:center}.personality-quiz__question-text{font-size:1.5rem;font-weight:500;margin-bottom:2rem;color:#fff}.personality-quiz__answer-grid{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:400px;margin:0 auto}.personality-quiz__answer-grid__likert{display:flex;justify-content:space-between;gap:.5rem}@media(max-width:768px){.personality-quiz__answer-grid__likert{height:2.2rem;gap:.2rem}}.personality-quiz__answer-grid__labels{display:flex;justify-content:space-between;width:100%;margin-top:8px;font-size:.8rem;color:gray}.personality-quiz__answer-grid__labels span{color:#fff}.personality-quiz__button{flex:1;width:100%;padding:.5rem;color:#000;background-color:#f16839;font-size:1.2rem;border-radius:2rem;border:1px solid rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.personality-quiz__button--selected{background:#f16839!important;color:#fff;font-weight:700}.personality-quiz__button--not-selected{opacity:.6}.personality-quiz__button--not-selected:hover{opacity:.75}.personality-quiz__button.likert:first-child{background-color:#fff}.personality-quiz__button.likert:first-child.personality-quiz__button--selected{background-color:#e6e6e6}.personality-quiz__button.likert:nth-child(2){background-color:#f8eee5}.personality-quiz__button.likert:nth-child(2).personality-quiz__button--selected{background-color:#edd4bd}.personality-quiz__button.likert:nth-child(3){background-color:#fad3b3}.personality-quiz__button.likert:nth-child(3).personality-quiz__button--selected{background-color:#f7b783}.personality-quiz__button.likert:nth-child(4){background-color:#e69859}.personality-quiz__button.likert:nth-child(4).personality-quiz__button--selected{background-color:#df7c2d}.personality-quiz__button.likert:nth-child(5){background-color:#de7a29}.personality-quiz__button.likert:nth-child(5).personality-quiz__button--selected{background-color:#b8621c}.personality-quiz__button.binary,.personality-quiz__button.mcq{background:linear-gradient(90deg,#04c4d9,#005d97);color:#fff;border:none}.personality-quiz__results{text-align:center}.personality-quiz__results-type{font-size:3rem;color:#3b82f6;margin-bottom:1rem}.personality-quiz__results-description{font-size:1.2rem;color:#f16839}.personality-quiz__likert-labels{display:grid;grid-template-columns:repeat(5,1fr);margin-top:.5rem;text-align:center;font-size:.85rem;color:#555}.personality-quiz__likert-labels span{color:#fff}.personality-quiz__likert-label{line-height:1.2}@media(max-height:750px){.personality-quiz__question{padding:0}.personality-quiz__question-text{font-size:1.2rem}.header img{height:12vh}}.language-layout{background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(49,110,226,.1))}.language-card{background:hsla(0,0%,100%,.9);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:2rem}.language-form-card,.language-table-wrapper{max-width:500px;width:100%}.language-table-wrapper{overflow-x:auto}.language-form-row{display:flex;gap:1rem;align-items:flex-end;justify-content:center}.language-form-row .form-group{display:flex;flex-direction:column}.language-form-row input{width:100%}.language-table-wrapper table{width:100%;border-collapse:collapse;font-size:.9rem}.language-table-wrapper td,.language-table-wrapper th{padding:.5rem;border-bottom:1px solid #e5e7eb;text-align:left}.language-table-wrapper th{background-color:hsla(0,0%,100%,.9);font-weight:600}.language-form-row .personality-button{padding:.4rem .8rem;font-size:.85rem}.toggle-switch{position:relative;display:inline-block;width:50px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f44336;border-radius:34px}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border-radius:50%}.toggle-switch input:checked+.slider{background-color:#4caf50}.toggle-switch input:checked+.slider:before{transform:translateX(24px)}:root{--select-bg:#081e57;--select-border:rgba(0,0,0,.2);--select-option-hover:$quiz-text-secondary;--select-text:$quiz-text-primary;--select-option-selected:$quiz-text-secondary;--select-font-size:1rem;--select-placeholder:#bcb7b7;--quiz-input-width:35vw;--quiz-input-max-width:100%}.professional-details{height:100vh;color:#fff}.professional-details,.professional-details__content{display:flex;align-items:center;justify-content:center}.professional-details__content{flex-direction:column;text-align:center;width:50vw;padding:2.5vw}@media(max-width:750px){.professional-details__content{width:90%}}.professional-details__title{font-size:1.6rem;font-weight:500;margin-bottom:1vw;color:#fff;overflow-wrap:break-word}.professional-details__field{display:flex;flex-direction:column;align-items:center;justify-items:right;justify-content:flex-end;gap:1vw}.professional-details__input{width:300px;max-width:90%;font-size:1rem;color:#fff;border:.1rem;border-radius:2rem;padding:1.5vw;text-align:center}.professional-details__input ::placeholder{text-align:center}.professional-details__select{width:300px;max-width:90%;font-size:1rem;color:#fff;border:.1rem solid rgba(0,0,0,.2);border-radius:2rem;background:#081e57;padding:1.5rem;text-align:center}.professional-details__select ::placeholder{text-align:center}.professional-details__button-container{display:flex;justify-content:flex-end;width:94%;gap:1vw;background:transparent}.professional-details__button{font-size:1rem;border-radius:2rem;background:transparent;color:#fff;width:40px;height:40px;padding:0;margin-top:1vw;border:none}.professional-details__button.active:hover{transition:transform .2s ease-in-out;transform:scale(1.1)}.professional-details__button.disabled{cursor:not-allowed;border:none}.professional-details__button.disabled .professional-details__icon{filter:brightness(.5);opacity:.5}.professional-details__icon{width:100%;height:100%}.professional-details__option-label-1,.professional-details__option-label-2{width:100%;align-items:center;padding:1rem 1.5rem;border-radius:2rem;color:#fff;transition:transform .3s ease,filter .3s ease;display:flex;justify-content:center;background:linear-gradient(90deg,#04c4d9,#005d97)}.professional-details__option-label-1{background-color:#fad3b3}.professional-details__option-label-2{background-color:#f16839}.option--selected{background:#f16839}.professional-details__options{padding-top:1vw;display:flex;flex-direction:column;gap:1vw;align-items:flex-start;max-height:40vh}@media(max-width:767px){.professional-details{padding-top:3vw}.professional-details__title{font-size:1.6rem}.professional-details__button-container{justify-content:right;margin-top:1rem;gap:1.5vw}.professional-details__button-container .professional-details__input{width:100%}.professional-details__options{gap:2vw}}.submit-screen{display:flex;align-items:center;justify-content:center;text-align:center;width:100vw;font-weight:400;color:#fff}.submit-screen__card{width:90%}.submit-screen__content{margin-top:5rem;margin-bottom:clamp(1rem,1.2vw,1.5rem)}.submit-screen__content h1{margin-top:1rem;font-weight:400;font-size:1.65rem;margin-bottom:-1rem}.submit-screen__content h2{font-weight:400;font-size:1.65rem;line-height:1;margin-top:clamp(1rem,1.2vw,1.5rem);margin-bottom:clamp(1rem,1.2vw,1.5rem)}.submit-screen__content h3{font-weight:400;font-size:1.65rem;margin-top:1.5rem}.display-my-results{display:flex;align-items:center;justify-content:center;text-align:center;height:100vh;width:100vw;color:#fff;font-weight:400;font-size:clamp(1.35rem,4vw,3rem)}.display-my-results__card{width:80%}.display-my-results__content .display-my-results__title-pre{font-weight:400;margin-top:clamp(2rem,1.2svw,1.5rem);font-size:1.65rem}.display-my-results__content .display-my-results__secondary-title{font-weight:400;font-size:1.65rem;margin-top:1.5rem}@media(max-height:750px){.display-my-results__card{width:90%}}.innovation-contact{padding-top:1vh;zIndex:-2;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.innovation-contact__content{text-align:center;max-width:85vw;background:transparent}@media(max-width:480px){.innovation-contact__content{max-width:95vw}}.innovation-contact__title{font-size:clamp(1rem,1.5vw,2rem);font-weight:500;margin-top:5vw;margin-bottom:1vw;color:#fff;overflow-wrap:break-word}.innovation-contact__description{font-size:1rem;margin-bottom:2vw}.innovation-contact__options{display:flex;flex-direction:column;gap:1vw;align-items:flex-start;overflow-y:auto;padding-right:5px;max-height:55vh}.innovation-contact__options::-webkit-scrollbar{width:4px}.innovation-contact__options::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:10px}.innovation-contact__options::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:10px}.innovation-contact__option{width:100%;display:flex;align-items:center;text-align:center;gap:.8vw;font-size:clamp(1rem,1.5vw,1.8rem)}.innovation-contact__option-label-1{width:100%;align-items:center;padding:.05rem .9rem;border-radius:15px;background-color:#f8eee5;color:#000}.innovation-contact__option-label-2{width:100%;align-items:center;padding:.05rem .9rem;border-radius:15px;background-color:#f16839;color:#fff}.innovation-contact__checkbox{width:1.2rem;height:1.2rem;accent-color:#3b82f6;background:transparent}@media(max-width:1024px){.innovation-contact__title{margin-top:6vh}}@media(max-width:480px){.innovation-contact__title{padding-top:8vh}.innovation-contact__checkbox{width:1rem;height:1rem}}.result-screen{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100svh;width:100vw;color:#fff;position:relative;box-sizing:border-box}.result-screen__content{width:100%;padding-top:22svh;padding-left:4rem}.result-screen__content .greeting{margin-bottom:1rem;hyphens:auto}.result-screen__content .greeting,.result-screen__content .intro{font-size:clamp(1rem,1.35vw,1.5rem);font-weight:400;text-align:left}.result-screen__content .intro{margin-bottom:2rem;overflow-wrap:anywhere;padding-right:4rem}.fee-box{box-sizing:border-box;width:100%;height:100svh;background-color:rgba(4,196,217,.35);border-top-left-radius:3rem;border-top-right-radius:3rem;overflow:hidden;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.15);margin-top:-1rem}.fee-box p{padding-left:4rem;margin:.5rem 0;font-size:clamp(1.3rem,2vw + .5rem,2rem)}.fee-box p strong{font-weight:700}.fee-box p .price{font-size:1.3rem;font-weight:700;color:#fff;margin-left:.25rem}@media(max-width:768px){.result-screen{align-items:center}.result-screen__content{padding-left:1rem;text-align:center}.result-screen__content .greeting,.result-screen__content .intro{padding-left:1rem}.fee-box{border-radius:2rem 2rem 0 0;padding:1rem}.fee-box p{padding-left:1.5rem}}@media(max-width:400px){.fee-box p{font-size:1.3rem}}.personality-layout{display:flex;min-height:90vh;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(49,110,226,.1));font-family:Poppins,sans-serif}.personality__sidebar{height:100vh;width:240px;position:fixed;top:0;left:0;display:flex;flex-direction:column;padding:1rem;background:linear-gradient(180deg,#004d7e,#005d97);color:#000;border-right:1px solid hsla(0,0%,100%,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.personality-content{margin-left:0;width:100%;min-height:100vh;padding:1rem;font-family:Poppins,sans-serif;transition:margin-left .3s ease,width .3s ease}.personality-container{max-width:98%;margin:0 auto}.personality-card{margin-bottom:2rem;padding:2rem;background:hsla(0,0%,100%,.9);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08);border:1px solid hsla(0,0%,100%,.1);transition:box-shadow .3s ease,transform .3s ease}.personality-card:hover{box-shadow:0 15px 35px rgba(0,0,0,.12);transform:translateY(-2px)}.personality-card-header{justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.personality-subtitle{font-size:1.5rem;font-weight:500;margin:0;color:#005d97}.edit-field-label{color:#555}.personality-input{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;background-color:hsla(0,0%,100%,.05);color:#000;width:100%;box-sizing:border-box;margin-bottom:1rem}.personality-actions{display:flex;justify-content:center;gap:.5rem}.personality-button{background:#007bff;color:#fff;padding:10px 15px;border:none;border-radius:5px;cursor:pointer}@media(max-width:992px){.personality__sidebar{transform:translateX(-100%)}.personality__sidebar.open{transform:translateX(0)}.personality-content{margin-left:0;width:100%}}@media(max-width:768px){.personality-card,.personality-content{padding:1rem}}.footer{z-index:1;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;padding-bottom:1.5rem;background:transparent;position:fixed;bottom:0;left:0;color:#fff;font-style:italic;font-size:.85rem}.footer__image{width:25rem;height:auto;max-width:100%}@media(max-height:600px),(max-width:768px){.footer{padding-bottom:1.5rem}.footer__image{width:20rem}}@media(max-height:400px),(max-width:480px){.footer{padding-bottom:1rem}.footer__image{width:15rem}}@media(max-height:600px){.footer{display:none}}.table-wrapper{overflow-x:auto;margin-top:2rem}.personality-table .unsent-row{background-color:#ffe5e5!important}.personality-table{width:100%;min-width:1200px;border-collapse:collapse;font-size:.85rem;border:1px solid #e0e0e0}.personality-table td,.personality-table th{padding:12px 10px;border:1px solid #e0e0e0;text-align:left;white-space:nowrap}.personality-table th{background-color:#f5f5f5;font-weight:600;color:#333;position:sticky;top:0;z-index:1}.personality-table tr:nth-child(2n){background-color:#fafafa}.personality-table tr:hover{background-color:#e6f7ff;transition:background-color .2s ease}.pagination-controls{display:flex;gap:1rem;align-items:center}.pagination-controls button{padding:.4rem .8rem;background-color:#0070f3;color:#fff;border:none;border-radius:4px;cursor:pointer}.pagination-controls button:disabled{background-color:#ccc;cursor:not-allowed}.personality-button.secondary{padding:.4rem .8rem;background-color:#0070f3;color:#fff;border:none;border-radius:4px;cursor:pointer}.personality-button.secondary:disabled{background-color:#ccc!important;cursor:not-allowed;opacity:1}.personality-table thead tr:first-child{background-color:#f4f4f4;font-weight:700}.personality-table th{text-align:center;vertical-align:middle}@keyframes pulse{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:.7}}.quizard-layout{display:flex;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(49,110,226,.1));position:relative}.quizard-mobile-toggle{box-shadow:0 4px 12px rgba(0,0,0,.15)}.quizard-content{margin-left:0;width:100%;padding:2rem;font-family:Poppins,sans-serif;transition:margin-left .3s ease,width .3s ease}.quizard-container{max-width:98%;margin:0 auto}.quizard-card{margin-bottom:2rem;padding:2rem;background:hsla(0,0%,100%,.9);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:box-shadow .3s ease}.quizard-card:hover{box-shadow:0 6px 18px rgba(0,0,0,.2)}.quizard-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.quizard-subtitle{font-size:1.5rem;font-weight:500;margin:0;color:#000}.quizard-card-actions{display:flex;gap:.5rem}.quizard-questions-scroll{max-height:60vh;overflow-y:auto;padding-right:.5rem;margin-bottom:2rem}.quizard-questions-scroll::-webkit-scrollbar{width:5px;height:5px}.quizard-questions-scroll::-webkit-scrollbar-track{background:#e5e7eb;border-radius:6px}.quizard-questions-scroll::-webkit-scrollbar-thumb{background:#f69e80;border-radius:6px}.quizard-questions-scroll::-webkit-scrollbar-thumb:hover{background:#f48c69}.quizard-question-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1rem;background:hsla(0,0%,100%,.03);border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.06);transition:background .2s ease}.quizard-question-group:hover{background:hsla(0,0%,100%,.06)}.quizard-question-row{display:flex;align-items:center;gap:.5rem;width:100%}.question-remove{background-color:transparent;border:none;border-radius:8px;width:30px;height:25px;color:#ff3d3d;font-size:20px}.question-remove :hover{color:red}.question-remove:disabled{color:gray;cursor:not-allowed;opacity:.6}.question-remove-cross{color:#ff3d3d}.quizard-answer-row{display:flex;flex-direction:column;gap:.5rem}.quizard-mcq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.quizard-question-number{font-weight:700;margin-right:8px;min-width:20px}.quizard-answer-input,.quizard-input,.quizard-question-input,.quizard-select{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;background-color:hsla(0,0%,100%,.05);color:#000}.personality-quiz__toggle{width:30px;height:25px;color:#fff;border:none;border-radius:8px;font-size:1.2rem;transition:background-color .3s ease}.personality-quiz__toggle.positive{background-color:#4caf50}.personality-quiz__toggle.negative{background-color:#f44336}.quizard-button-container{display:flex;justify-content:center}.quizard-container-button{background:#007bff;color:#fff;padding:10px 15px;border:none;border-radius:5px;cursor:pointer;margin:5px}.quizard-login{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#005d97;font-family:Poppins,sans-serif;color:#fff}.quizard-login__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-align:center}.quizard-login__form{display:flex;flex-direction:column;align-items:flex-end;width:100%;max-width:400px;background:transparent;padding:2rem;border-radius:2rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.quizard-login__form__input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid;border-radius:2rem;font-size:1.2rem;transition:border-color .2s;color:#000}.quizard-login__form__input:focus{border-color:#3b82f6;outline:none}.quizard-login__form__button{min-width:150px;padding:.75rem;font-size:1.2rem;font-weight:700;text-align:center;background:#f16839;color:#fff;border:none;border-radius:2rem;cursor:pointer;transition:all .3s ease-in-out}.quizard-login__form__button:hover{background:rgba(59,130,246,.1);transform:scale(1.05)}.quizard-login__form__button:active{transform:scale(.98)}.quizard-login__form__button:disabled{background:gray;cursor:not-allowed}.quizard__sidebar{height:100vh;position:fixed;top:0;display:flex;flex-direction:column;padding:1rem;transition:transform .3s ease-in-out,width .3s ease-in-out;z-index:20;overflow:hidden;width:180px;left:0;background:linear-gradient(180deg,#004d7e,#005d97);color:#fff;border-right:1px solid hsla(0,0%,100%,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.quizard__sidebar-button{font-size:1.5rem;font-weight:700;text-align:center;display:flex;align-items:center;justify-content:center;margin-top:.5rem;margin-bottom:.5rem;padding:1rem;border:none;background-color:transparent;color:#fff}.quizard__sidebar-button:active{border:1px solid #add8e6;border-radius:5px}.quizard__sidebar-scroll{flex:1;overflow-y:auto;overflow-x:hidden}.quizard__sidebar-scroll::-webkit-scrollbar{width:5px}.quizard__sidebar-scroll::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:6px}.quizard__sidebar-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:6px}.quizard__sidebar-scroll::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.quizard__sidebar-menu{list-style:none;padding:0;margin:0}.quizard__sidebar-menu li{padding:1rem;cursor:pointer;border-radius:8px;text-align:left;margin-bottom:4px;transition:all .2s ease-in-out;position:relative}.quizard__sidebar-menu li:hover{background:hsla(0,0%,100%,.1)}.quizard__sidebar-menu li.active{background:hsla(0,0%,100%,.15);font-weight:500}.quizard__sidebar-menu li.active:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:4px;height:70%;background:#fff;border-radius:2px}.quizard-mobile-toggle{display:none;position:fixed;z-index:100;background:#f16839;color:#000;border:none;border-radius:50%;width:40px;height:40px;font-size:18px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:background .3s ease}.quizard-mobile-toggle:hover{background:rgba(59,130,246,.1)}.quizard-personality-toggle{border-radius:1rem;padding:.5rem}.campaigns-container{max-width:800px;margin:auto;padding:2rem;background:hsla(0,0%,100%,.9);border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;height:600px}.campaigns-list{flex:1;overflow-y:auto;padding-right:.5rem}.campaigns-list::-webkit-scrollbar{width:8px}.campaigns-list::-webkit-scrollbar-thumb{background:#a9abf7;border-radius:6px}.campaigns-list::-webkit-scrollbar-thumb:hover{background:#9294f5}.campaign-card{background:hsla(0,0%,100%,.9);padding:1rem;margin-bottom:.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.save-button-container{text-align:center;padding:1rem 0;background:hsla(0,0%,100%,.9);border-top:1px solid #e5e7eb}.save-button{background:#f16839;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.save-button:hover{background:rgba(59,130,246,.1)}.campaign-button-container{display:flex;justify-content:flex-end}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:700px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 2px 10px rgba(0,0,0,.2)}.modal-actions{display:flex;justify-content:flex-end;margin-top:1rem;gap:1rem}body,html{overflow:hidden;margin:0;padding:0}.home-container{z-index:-5;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:100% 0;background-color:#005d97;width:100vw;max-width:100%}.home-container input,.home-container select,.home-container textarea{background:linear-gradient(90deg,#04c4d9,#005d97);color:#fff;padding:10px;outline:none}.home-container input::placeholder,.home-container textarea::placeholder{color:hsla(0,0%,100%,.91)}.quizard__layout{display:flex}.sidebar{width:180px;background:#f8f9fa;padding:20px;border-right:1px solid #ddd}.content{flex:1;display:flex;flex-direction:column;overflow:hidden}.component-container{flex:1;flex-direction:column;overflow-y:auto}.labeled-next-button{min-width:100px;padding:.5rem 1rem;margin-top:2rem;font-size:1.2rem;font-weight:700;text-align:center;background:#f16839;color:#fff;border:none;border-radius:2rem;cursor:pointer;transition:all .3s ease-in-out}.labeled-next-button:hover{background:rgba(59,130,246,.1);transform:scale(1.05)}.labeled-next-button:active{transform:scale(.98)}.labeled-next-button:disabled{background:gray;cursor:not-allowed}@media(max-width:768px){.labeled-next-button{min-width:75px;padding-top:.4rem;padding-bottom:.4rem;margin-top:1rem}}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_528a31{font-family:Poppins,Poppins Fallback;font-style:normal}