*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;height:100%;width:100%;overflow-x:hidden}:root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1d1d1d;background-color:#f9f0e3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;display:block;box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--color-maroon: #640A09;--color-lavender: #E1C2CE;--color-lavender-dark: #C098BA;--color-yellow: #BF9526;--color-turquoise: #DDEDE2;--color-light: #F0F8E2;--color-white-shadow: #CCCEC8;--color-white: #F9F0E3;--color-light-gray: #F5F5F5;--color-medium-gray: #E0E0E0;--color-dark-gray: #757575;--color-black: #1D1D1D;--color-pure-black: #000000}.quiz-complete{max-width:800px;margin:2rem auto;padding:2rem;background:var(--color-white);border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center}.quiz-complete h2{color:var(--color-black);margin-bottom:1rem;font-size:2rem;font-weight:700}.quiz-complete p{color:var(--color-dark-gray);font-size:1.1rem;margin-bottom:2rem}.action-buttons{display:flex;justify-content:center;gap:1rem;margin:2rem 0;flex-wrap:wrap}.btn-primary{background-color:var(--color-yellow);color:var(--color-black)}.btn-primary:hover{background-color:#e0a800;transform:translateY(-2px);box-shadow:0 4px 12px #ffc1074d}.responses-summary{margin-top:2rem;padding:1.5rem;background:var(--color-light-gray);border-radius:8px;text-align:left}.responses-summary h3{margin-top:0;color:var(--color-black);font-size:1.25rem;margin-bottom:1rem}.responses-summary pre{background:var(--color-white);padding:1rem;border-radius:6px;overflow-x:auto;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.button-group{margin:2rem 0}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary{background-color:var(--color-lavender);color:var(--color-black)}.btn-secondary:hover{background-color:#d8d8f0;transform:translateY(-2px)}.submitted-responses{margin-top:2rem;padding:1.5rem;background:var(--color-light-gray);border-radius:8px;text-align:left}.submitted-responses h3{color:var(--color-black);margin-bottom:1rem;font-size:1.25rem}.response-data{background:var(--color-white);padding:1rem;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.9rem;white-space:pre-wrap;word-wrap:break-word;max-height:400px;overflow-y:auto;border:1px solid var(--color-medium-gray)}.quiz-container{width:100%;min-height:calc(100vh - 108px);max-width:1000px;min-width:320px;margin:0 auto 40px;padding:0 15px;box-sizing:border-box;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--color-white);display:flex;flex-direction:column;animation:fadeIn .3s ease-in-out forwards}@media (min-width: 768px){.quiz-container{width:80%}}@media (min-width: 1200px){.quiz-container{width:1000px}}.question-section{flex-grow:1;margin-bottom:2rem;border-radius:12px;padding:1rem 2rem;background-color:var(--color-white);width:100%;box-sizing:border-box;position:relative;transition:opacity .3s ease,transform .3s ease}@media (max-width: 768px){.question-section{padding:.5rem 1rem;max-width:768px}}.question-section.question-exit{opacity:0;transform:translateY(20px)}.question-section.question-enter{opacity:0;transform:translateY(-20px)}.question-heading{display:flex;flex-direction:row;align-items:center;gap:1rem;width:100%;color:var(--color-black);margin-bottom:1rem}.question-number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:var(--color-turquoise);color:var(--color-black);border-radius:50%;font-size:1.25rem;font-weight:500;transition:transform .2s ease;flex-shrink:0}.question-text{font-size:1.5rem;font-weight:600;width:80%;max-width:800px;height:100%;color:var(--color-black);line-height:1;margin:0;grid-column:1 / -1;text-align:left}.picture-selection-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:.5rem}.picture-selection-option{border:2px solid var(--color-white-shadow);border-radius:12px;overflow:hidden;transition:all .2s ease;cursor:pointer;background:linear-gradient(145deg,#fff,#f8f9fa)}.picture-selection-option.selected{border-color:var(--color-yellow);box-shadow:0 8px 24px #ffc10733;transform:translateY(-2px)}.picture-selection-label{cursor:pointer;display:block}.picture-selection-image{height:180px;background-color:var(--color-turquoise);display:flex;align-items:center;justify-content:center;border-radius:12px 12px 0 0}.placeholder-text{color:var(--color-maroon);font-weight:500}.picture-selection-info{padding:1.5rem;border-radius:0 0 12px 12px}.picture-selection-info h3{margin:0 0 .5rem;color:var(--color-maroon)}.picture-selection-info p{margin:0;font-size:.9rem;color:var(--color-black)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.scale-slider-container{margin-top:.5rem;padding:0 .5rem}.text-input-container{margin-top:.5rem;width:100%;max-width:1000px;margin-left:auto;margin-right:auto;padding:0 .5rem;position:relative}.text-input-wrapper{position:relative;width:100%}.text-input-label{display:block;margin-bottom:.75rem;font-weight:500;color:var(--color-black);font-size:1.1rem}.text-input{width:100%;padding:1rem 1.25rem;border:2px solid var(--color-white-shadow);border-radius:12px;font-size:1.05rem;transition:all .2s ease;background-color:#fff;box-sizing:border-box;color:#333;position:relative;z-index:1}.input-example{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#999;font-style:italic;pointer-events:none;z-index:2;transition:all .2s ease;margin:0;background:transparent;-webkit-user-select:none;user-select:none}.text-input:focus+.input-example,.text-input:not(:placeholder-shown)+.input-example{opacity:0;pointer-events:none}.text-input:not(:placeholder-shown){background-color:#fff}.text-input:focus{outline:none;border-color:var(--color-yellow);box-shadow:0 0 0 4px #ffc10733;transform:translateY(-1px)}.scale-labels{display:flex;justify-content:space-between;margin:.5rem;font-size:1.1rem;color:var(--color-black)}.scale-slider{display:flex;justify-content:space-between;background-color:var(--color-yellow);height:5rem;border-radius:2.5rem;position:relative;margin:1rem 0;padding:.5rem;box-shadow:inset 0 0 10px #0000000d}.scale-option{flex:1;display:flex;justify-content:center;align-items:center}.scale-button{display:block;width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--color-white-shadow);cursor:pointer;transition:all .2s ease}.scale-button.selected{background-color:var(--color-maroon);transform:scale(1.1)}.submit-container{display:flex;justify-content:center;margin-top:2rem}.submit-button{padding:1rem 2rem;font-size:1.1rem;font-weight:600;color:var(--color-white);background-color:var(--color-yellow);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ffc1074d}.submit-button:disabled{background-color:var(--color-white-shadow);cursor:not-allowed;transform:none}.dropdown-container{margin-top:.5rem;width:100%;max-width:500px;position:relative}.dropdown-select{width:100%;padding:1rem 1.25rem;border:2px solid var(--color-white-shadow);border-radius:12px;font-size:1.05rem;background-color:#fff;color:var(--color-black);cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em}.dropdown-select:focus{outline:none;border-color:var(--color-yellow);box-shadow:0 0 0 4px #ffc10733}.dropdown-select option{padding:1rem;font-size:1.05rem;color:#000}.multi-select-container{margin-top:.5rem}.multi-select-options{display:flex;flex-direction:column;gap:.25rem}.multi-select-option{display:flex;align-items:center}.multi-select-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.multi-select-label{display:flex;align-items:center;padding:.75rem 1rem;border:2px solid var(--color-white-shadow);border-radius:12px;cursor:pointer;transition:all .2s ease;background-color:#fff;width:100%}.multi-select-checkbox:checked+.multi-select-label{border-color:var(--color-yellow);background-color:#ffc1071a}.checkmark{position:relative;height:1.5rem;width:1.5rem;background-color:#fff;border:2px solid var(--color-white-shadow);border-radius:6px;margin-right:.5rem;transition:all .2s ease;justify-content:center;justify-self:center}.multi-select-checkbox:checked+.multi-select-label .checkmark{background-color:var(--color-yellow);border-color:var(--color-yellow)}.checkmark:after{content:"";position:absolute;display:none;left:50%;top:40%;width:.4rem;height:.8rem;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}.multi-select-checkbox:checked+.multi-select-label .checkmark:after{display:block}.multi-select-label-text{font-size:1.05rem;color:var(--color-black)}.multiple-choice-container{margin-top:.5rem;width:100%}.multiple-choice-options{display:flex;flex-direction:column;gap:.25rem}.multiple-choice-option{display:flex;align-items:center}.multiple-choice-radio{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.multiple-choice-label{display:flex;align-items:center;padding:.75rem 1rem;border:2px solid var(--color-white-shadow);border-radius:12px;cursor:pointer;transition:all .2s ease;background-color:#fff;width:100%}.multiple-choice-radio:checked+.multiple-choice-label{border-color:var(--color-yellow);background-color:#ffc1071a}.radio-mark{position:relative;height:1.5rem;width:1.5rem;background-color:#fff;border:2px solid var(--color-white-shadow);border-radius:50%;margin-right:1rem;transition:all .2s ease}.multiple-choice-radio:checked+.multiple-choice-label .radio-mark{border-color:var(--color-yellow)}.radio-mark:after{content:"";position:absolute;display:none;top:50%;left:50%;transform:translate(-50%,-50%);width:.75rem;height:.75rem;border-radius:50%;background:var(--color-yellow)}.multiple-choice-radio:checked+.multiple-choice-label .radio-mark:after{display:block}.multiple-choice-label-text{font-size:1.05rem;color:var(--color-black)}.error-message{color:var(--color-maroon);font-size:.9rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.navigation-container{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.nav-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:var(--color-black);background-color:var(--color-yellow);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.prev-button{background-color:var(--color-white-shadow);color:var(--color-black)}.prev-button:hover:not(:disabled){background-color:var(--color-white-shadow-dark);transform:translate(-2px)}.prev-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.next-button:hover:not(:disabled){transform:translate(2px);box-shadow:0 4px 12px #ffc1074d}.next-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.question-text-container{display:flex;align-items:center;height:100%;gap:1rem}.speaker-button{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;background:none;height:100%;cursor:pointer;color:var(--color-maroon);transition:all .2s ease;border-radius:50%;gap:.4em}.speaker-button .tts-label{margin-left:.4em;white-space:nowrap}.speaker-button:hover{transform:translateY(-2px)}.speaker-button:focus{outline:none;box-shadow:0 0 0 2px var(--color-maroon)}.prev-button:disabled{opacity:.7;cursor:not-allowed;background-color:var(--color-white-shadow);color:#666;transform:none;box-shadow:none}.picture-selection-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.picture-option{position:relative;margin-bottom:1rem}.picture-option-label{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;border:2px solid #e0e0e0;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .3s ease;overflow:hidden;text-align:center;min-height:220px}.picture-option-label:hover{border-color:var(--color-yellow);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.picture-option-label.selected{border-color:var(--color-yellow);background-color:#ffc1071a;transform:translateY(-2px);box-shadow:0 4px 12px #ffc10733}.picture-option input[type=radio]:checked+.picture-option-label,.picture-option input[type=checkbox]:checked+.picture-option-label{border-color:var(--color-yellow);background-color:#ffc1071a;transform:translateY(-2px);box-shadow:0 4px 12px #ffc10733}.option-text{margin-top:.5rem;font-size:.9rem;color:var(--color-black);line-height:1.4;padding:.5rem .75rem .75rem;flex:1;display:block;width:100%;background-color:#ffffffe6}.option-image{width:100%;height:75%;object-fit:cover;border-radius:6px;box-shadow:0 2px 8px #0000001a}.hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.tts-container{display:flex;gap:.5rem;align-items:center}.auto-tts-toggle{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.prev-button{background-color:var(--color-lavender);color:var(--color-black)}.prev-button:hover:not(:disabled){background-color:var(--color-maroon);color:var(--color-white);transform:translateY(-2px);box-shadow:0 4px 12px #ffc10733}.prev-button:disabled{opacity:.7;cursor:not-allowed;background-color:#ccc;color:#666;transform:none;box-shadow:none}.next-button{background-color:var(--color-yellow);color:var(--color-pure-black)}.next-button:hover:not(:disabled){background-color:var(--color-maroon);color:var(--color-white);transform:translateY(-2px);box-shadow:0 4px 12px #ffc10733}.next-button:disabled{opacity:.7;cursor:not-allowed;background-color:var(--color-white-shadow)}.auto-tts-label{display:flex;align-items:center;width:100%;gap:.5rem;cursor:pointer;font-size:.9rem;color:var(--color-black);-webkit-user-select:none;user-select:none}.auto-tts-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1.25rem;height:1.25rem;border:2px solid var(--color-white-shadow-dark);border-radius:4px;background-color:#fff;cursor:pointer;position:relative;transition:all .2s ease;min-width:1.25rem;flex-shrink:0}.auto-tts-checkbox:checked{background-color:var(--color-yellow);border-color:var(--color-yellow);width:1.25rem;height:1.25rem}.option-image{width:100%;height:160px;object-fit:cover;border-radius:6px;box-shadow:0 2px 8px #0000001a}.option-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--color-turquoise);color:var(--color-maroon);font-size:2rem;font-weight:600;border-radius:6px;box-shadow:0 2px 8px #0000001a}.auto-tts-checkbox:checked:after{content:"";position:absolute;left:.35rem;top:.1rem;width:.4rem;height:.7rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.auto-tts-checkbox:focus{outline:none;box-shadow:0 0 0 2px var(--color-yellow)}.auto-tts-checkbox:hover{border-color:var(--color-yellow)}.ml-2{margin-left:.5em}.selection-limit-note{font-size:.9rem;color:var(--color-black);margin:.5rem 0;padding:.5rem;background-color:#ffc1071a;border-radius:4px;text-align:center}.other-input-container{margin-top:.5rem;padding-left:2.5rem;width:100%}.other-input{width:100%;padding:.75rem 1rem;border:2px solid var(--color-white-shadow);border-radius:12px;font-size:1rem;transition:all .2s ease;background-color:#fff}.other-input:focus{outline:none;border-color:var(--color-yellow);box-shadow:0 0 0 2px #ffc10733}.other-input-tts{display:flex;align-items:center;justify-content:flex-end;margin-top:.5rem}.required-indicator{color:var(--color-maroon);margin-left:.25rem;font-weight:700}.required-note{color:var(--color-maroon);font-size:.9rem;margin-top:.5rem;font-style:italic;text-align:right;padding-right:1rem}.question15-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.question15-option{aspect-ratio:1/1}.question15-label{min-height:unset;height:100%;width:100%;padding:0}.question15-image{height:100%;width:100%;object-fit:cover;border-radius:6px}.header-container{display:flex;justify-content:flex-start;gap:1.5rem;align-items:center;padding:1rem;height:100px;width:100%;background-color:var(--color-maroon);color:var(--color-white);box-sizing:border-box;position:relative;top:0;left:0;right:0;margin:0;z-index:100;background:var(--color-maroon);box-shadow:0 2px 10px #0000001a;animation:none!important}.header-title{font-size:2rem;font-weight:700;color:var(--color-white)}.header-logo{height:75px;margin:.25rem 0;width:auto;cursor:pointer;position:relative;transition:all .3s ease}.header-logo:hover{filter:drop-shadow(0 0 4px rgba(191,149,38,.8))}.header-logo:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#bf95264d;opacity:0;transition:opacity .3s ease;pointer-events:none}.header-logo:hover:after{opacity:1}.progress-bar-container{position:relative;width:100%;height:8px;background-color:var(--color-white-shadow);margin-bottom:16px}.progress-bar{height:100%;background-color:var(--color-yellow);transition:width .3s ease;position:relative}.fade-in{animation:fadeIn .3s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing-page-container{background-color:var(--color-maroon);min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;transition:transform .8s ease-in-out}.landing-page-container.slide-up{transform:translateY(-100vh)}.landing-page-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:2rem;width:100%;margin:0 auto;max-width:1200px}@media (max-width: 768px){.landing-page-content{flex-direction:column;align-items:center;justify-content:center}}.landing-page-left-container{display:flex;width:30%;padding:0;flex-direction:column;align-items:center;justify-content:center}.landing-page-right-container{display:flex;width:70%;flex-direction:column;gap:2rem;align-items:center}.landing-page-title{font-size:5rem;font-weight:700;color:var(--color-white);margin:0;line-height:1;margin-bottom:.5rem}.landing-page-description{font-size:2rem;font-weight:400;color:var(--color-white);margin:0}.landing-page-logo{width:auto;height:calc(100vh - 10rem)}.start-section{display:flex;flex-direction:row;align-items:center;justify-content:center;color:var(--color-white);gap:1rem;margin-top:2rem}.start-text{color:var(--color-white);font-size:2rem;font-weight:400;text-align:center;cursor:pointer}.start-section-icon{width:50px;height:50px;color:var(--color-white)}:root{--color-maroon: #640A09;--color-lavender: #E1C2CE;--color-lavender-dark: #C098BA;--color-yellow: #BF9526;--color-yellow-hover: #FFE55C;--color-turquoise: #DDEDE2;--color-light: #F0F8E2;--color-white-shadow: #CCCEC8;--color-white: #F9F0E3;--color-black: #1D1D1D;--color-darkgrey: #333333;--color-lightgrey: #888888;--color-bg: #F8F8F8;--color-error: #FF6969;--color-success: #52E07C;--default-transition: .3s ease-in-out;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}#root{width:100%;height:100%;margin:0 auto;text-align:center;font-family:Poppins,sans-serif}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100vw;box-sizing:border-box}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:var(--color-neutral-dark)}
