@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}*,::after,::before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.5;color:#1f2937;background-color:#f3f4f6;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.25}p{margin:0 0 1rem}a{color:#4f46e5;text-decoration:none}a:hover{text-decoration:underline}.survey-container{max-width:640px;margin:0 auto;padding:1rem;min-height:100vh;display:flex;flex-direction:column}@media (min-width:640px){.survey-container{padding:2rem}}.survey-header{text-align:center;padding:1.5rem;margin-bottom:1rem;--brand-color:#4f46e5}.survey-logo{max-width:120px;max-height:60px;margin-bottom:1rem}.survey-title{font-size:1.5rem;color:var(--brand-color);margin-bottom:.5rem}@media (min-width:640px){.survey-title{font-size:1.875rem}}.survey-description{color:#6b7280;font-size:.9375rem;margin:0}.survey-subtitle{color:#4b5563;font-size:1rem;margin-bottom:.5rem}.language-switcher{position:relative;display:inline-block;margin-bottom:1rem}.language-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#374151;cursor:pointer;transition:all .15s ease}.language-btn:hover{border-color:#d1d5db;background:#f9fafb}.language-flag{font-size:1rem}.language-name{font-weight:500}.language-chevron{margin-left:.25rem;transition:transform .15s ease}.language-btn[aria-expanded=true] .language-chevron{transform:rotate(180deg)}.language-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);min-width:180px;z-index:100;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease}.language-dropdown.open{opacity:1;visibility:visible}.language-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;background:0 0;border:0;font-size:.875rem;color:#374151;cursor:pointer;text-align:left;transition:background .1s ease}.language-option:first-child{border-radius:8px 8px 0 0}.language-option:last-child{border-radius:0 0 8px 8px}.language-option:only-child{border-radius:8px}.language-option:hover{background:#f3f4f6}.language-option.selected{background:#eef2ff;color:#4f46e5}.language-option .language-name{flex:1}.language-check{color:#4f46e5}.survey-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);padding:1.5rem;flex:1}@media (min-width:640px){.survey-card{padding:2rem}}.branding-image-container{text-align:center;margin-bottom:1.5rem}.branding-image{max-width:100%;max-height:200px;height:auto;border-radius:8px;object-fit:contain}.progress-container{margin-bottom:1.5rem}.progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#4f46e5;border-radius:3px;transition:width .3s ease}.progress-text{display:block;text-align:center;font-size:.75rem;color:#9ca3af;margin-top:.5rem}.question,.questions-container{margin-bottom:1.5rem}.question:last-child{margin-bottom:0}.question-label{display:block;font-weight:500;margin-bottom:.75rem;font-size:1rem}.required-indicator{color:#ef4444;margin-left:.25rem}.question.has-error .question-label{color:#dc2626}.error-message{color:#dc2626;font-size:.875rem;margin-top:.5rem;margin-bottom:0}.input-text,.input-textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#1f2937;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;appearance:none}.input-text:focus,.input-textarea:focus{outline:0;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.question.has-error .input-text,.question.has-error .input-textarea{border-color:#dc2626}.question.has-error .input-text:focus,.question.has-error .input-textarea:focus{box-shadow:0 0 0 3px rgba(220,38,38,.1)}.input-textarea{resize:vertical;min-height:100px}.options-list{display:flex;flex-direction:column;gap:.75rem}.option-item{display:flex;align-items:center;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .15s ease;user-select:none}.option-item:hover{border-color:#9ca3af;background:#f9fafb}.option-item.selected{border-color:#4f46e5;background:#eef2ff}.option-item input{position:absolute;opacity:0;pointer-events:none}.option-radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;margin-right:.75rem;flex-shrink:0;position:relative;transition:border-color .15s ease}.option-item.selected .option-radio{border-color:#4f46e5}.option-item.selected .option-radio::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#4f46e5;border-radius:50%}.option-text{font-size:1rem}.star-rating{display:flex;gap:.5rem}.star-rating .star{background:0 0;border:0;padding:.25rem;cursor:pointer;color:#d1d5db;transition:color .15s ease,transform .1s ease}.star-rating .star:hover{transform:scale(1.1)}.star-rating .star.filled{color:#fbbf24}.star-rating .star:focus{outline:0}.star-rating .star:focus-visible{outline:2px solid #4f46e5;outline-offset:2px;border-radius:4px}.scale-input{width:100%}.scale-slider-wrap{position:relative;display:flex;align-items:center;gap:1rem}.scale-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:#e5e7eb;border-radius:3px;outline:0;opacity:.4;transition:opacity .15s ease}.scale-slider.active,.scale-value.visible{opacity:1}.scale-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:#4f46e5;border-radius:50%;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .15s ease,box-shadow .15s ease}.scale-slider::-moz-range-thumb{width:24px;height:24px;background:#4f46e5;border-radius:50%;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .15s ease,box-shadow .15s ease}.scale-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 6px rgba(79,70,229,.4)}.scale-slider::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 2px 6px rgba(79,70,229,.4)}.scale-slider:focus-visible::-webkit-slider-thumb{outline:2px solid #4f46e5;outline-offset:2px}.scale-slider:focus-visible::-moz-range-thumb{outline:2px solid #4f46e5;outline-offset:2px}.scale-value{min-width:2rem;text-align:center;font-size:1.125rem;font-weight:600;color:#4f46e5;opacity:0;transition:opacity .15s ease}.scale-labels{font-size:.8125rem;color:#9ca3af;margin-top:.25rem;padding:0 2px}.navigation-buttons,.scale-labels,.scale-ticks{display:flex;justify-content:space-between}.scale-ticks{font-size:.6875rem;color:#d1d5db;margin-top:.125rem;padding:0 2px}.navigation-buttons{gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:8px;border:0;cursor:pointer;transition:all .15s ease;min-height:48px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover:not(:disabled){background:#4338ca}.btn-primary:focus-visible,.btn-secondary:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.survey-footer{text-align:center;padding:1.5rem;margin-top:auto}.powered-by{font-size:.75rem;color:#9ca3af;margin:0}.access-code-card,.closed-card,.error-card,.thank-you-card{text-align:center;padding:3rem 2rem}.closed-icon,.error-icon,.lock-icon,.success-icon{color:#9ca3af;margin-bottom:1.5rem}.success-icon{color:#10b981}.access-code-card h1,.closed-card h1,.error-card h1,.thank-you-card h1{font-size:1.5rem;margin-bottom:.75rem}.access-code-card p,.closed-card p,.error-card p,.thank-you-card p{color:#6b7280;margin-bottom:0}.contact-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.contact-info p{font-size:.875rem}.access-code-form{margin-top:1.5rem;max-width:280px;margin-left:auto;margin-right:auto}.access-code-form .form-group{margin-bottom:1rem}.access-code-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;text-align:center;letter-spacing:.1em}.access-code-input:focus{outline:0;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.access-code-form .btn{width:100%}.survey-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#6b7280}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.notification{position:fixed;bottom:1rem;left:1rem;right:1rem;padding:1rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:500;text-align:center;z-index:1000;animation:slideUp .3s ease}@media (min-width:640px){.notification{left:50%;right:auto;transform:translateX(-50%);max-width:400px}}.notification-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.notification-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus:not(:focus-visible){outline:0}@media (prefers-contrast:more){.survey-card{border:2px solid #000}.input-text,.input-textarea,.option-item{border-width:2px}.scale-slider{height:8px}.scale-slider::-webkit-slider-thumb{border-width:3px}.scale-slider::-moz-range-thumb{border-width:3px}}@media (prefers-color-scheme:dark){body{background-color:#111827;color:#f9fafb}.survey-card{background:#1f2937;box-shadow:0 1px 3px rgba(0,0,0,.3)}.access-code-card p,.closed-card p,.error-card p,.progress-text,.survey-description,.thank-you-card p{color:#9ca3af}.input-text,.input-textarea{background:#374151;border-color:#4b5563;color:#f9fafb}.input-text:focus,.input-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.2)}.option-item{border-color:#4b5563;background:#374151}.option-item:hover{background:#4b5563;border-color:#6b7280}.option-item.selected{background:#312e81;border-color:#6366f1}.scale-slider{background:#4b5563}.scale-slider::-webkit-slider-thumb{border-color:#1f2937}.scale-slider::-moz-range-thumb{border-color:#1f2937}.scale-value{color:#818cf8}.scale-labels{color:#6b7280}.scale-ticks{color:#4b5563}.btn-secondary{background:#374151;border-color:#4b5563;color:#f9fafb}.btn-secondary:hover:not(:disabled){background:#4b5563}.contact-info,.navigation-buttons{border-top-color:#374151}.access-code-input{background:#374151;border-color:#4b5563;color:#f9fafb}.notification-error{background:#450a0a;color:#fca5a5;border-color:#7f1d1d}.notification-success{background:#052e16;color:#86efac;border-color:#166534}.language-btn{color:#f9fafb}.language-btn:hover{background:#4b5563;border-color:#6b7280}.language-btn,.language-dropdown{background:#374151;border-color:#4b5563}.language-option{color:#f9fafb}.language-option:hover{background:#4b5563}.language-option.selected{background:#312e81;color:#a5b4fc}.language-check{color:#a5b4fc}}@media print{body{background:#fff}.survey-container{padding:0}.survey-card{box-shadow:none;border:1px solid #e5e7eb}.navigation-buttons,.survey-footer{display:none}}