@charset "UTF-8";.survey-title{font-size:40px}@media (max-width: 639px){.survey-title{font-size:22px}}.survey-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease;padding:20px}.survey-modal-overlay.active{opacity:1;visibility:visible}.survey-modal-content{background:#fff;border-radius:12px;width:100%;max-width:1008px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.survey-btn-close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:24px;cursor:pointer;color:#666;z-index:1001;padding:4px}.survey-btn-close:hover{color:#333}.survey-modal-body{padding:40px 30px 30px;overflow-y:auto;flex:1}.survey-modal-body::-webkit-scrollbar{width:6px}.survey-modal-body::-webkit-scrollbar-track{background:transparent}.survey-modal-body::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.survey-modal-body::-webkit-scrollbar-thumb:hover{background:#999}.survey-puzzle-container{display:flex;align-items:center}.survey-puzzle-svg{width:100%;max-width:300px;height:auto;object-fit:contain}.survey-puzzle-svg svg{margin:10px 0}.survey-progress-wrapper{margin-bottom:30px}.survey-progress-bar{height:9px;background:#d0d0d0;border-radius:10px;overflow:hidden;margin-bottom:8px}.survey-progress-fill{height:100%;background:#608dc6;transition:width .4s ease}.survey-progress-label{font-size:14px;color:#666;text-align:left}.survey-question-wrapper{margin:0 0 30px}.survey-question-text{font-size:18px;color:#333;margin:0 0 20px;font-weight:600}.survey-answer-options{display:flex;flex-direction:column;gap:12px}.survey-checkbox-label{display:flex;align-items:center;cursor:pointer;border-radius:6px;transition:background .2s ease}.survey-checkbox-input{display:none}.survey-checkbox-custom{width:20px;height:20px;border:2px solid #608DC6;border-radius:4px;margin-right:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#fff;flex-shrink:0}.survey-checkbox-input:checked+.survey-checkbox-custom{background:#608dc6;border-color:#608dc6}.survey-checkbox-input:checked+.survey-checkbox-custom:after{content:"";color:#fff;border:2px solid white;height:16px;border-radius:2px;width:16px;font-weight:700}.survey-checkbox-text{font-size:14px;color:#333}.survey-radio-label{display:flex;align-items:center;cursor:pointer;border-radius:6px;transition:background .2s ease}.survey-radio-label:not(:last-child){margin-bottom:12px}.survey-radio-label__conditional{display:block}.survey-radio-input{display:none}.survey-radio-custom{width:20px;height:20px;border:2px solid #608DC6;border-radius:50%;margin-right:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#fff;flex-shrink:0}.survey-radio-input:checked+.survey-radio-custom{background:#608dc6;border-color:#608dc6}.survey-radio-input:checked+.survey-radio-custom:after{content:"";width:8px;height:8px;background:#fff;border-radius:50%;display:block}.survey-radio-text{font-size:14px;color:#333}.survey-range-wrapper{max-width:300px;padding:12px 12px 12px 0}.survey-range-input{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d0d0d0;border-radius:3px;outline:none;cursor:pointer}.survey-range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#608dc6;cursor:pointer;box-shadow:0 2px 6px #0003;transition:all .2s ease}.survey-range-input::-webkit-slider-thumb:hover{background:#4073b3;box-shadow:0 3px 8px #0000004d}.survey-range-input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#608dc6;cursor:pointer;border:none;box-shadow:0 2px 6px #0003;transition:all .2s ease}.survey-range-input::-moz-range-thumb:hover{background:#4073b3;box-shadow:0 3px 8px #0000004d}.survey-range-input::-moz-range-track{background:transparent;border:none}.survey-range-labels{display:flex;justify-content:space-between;margin-top:15px;position:relative;font-size:12px;color:#666}.survey-range-value{position:absolute;background:#608dc6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;bottom:20px;transform:translate(-50%);white-space:nowrap;pointer-events:none}.survey-range-value:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#608dc6}.survey-range-dual-wrapper{padding:30px 10px 60px;position:relative;min-height:100px}.survey-range-dual-track{position:absolute;width:100%;height:6px;top:0;left:0;background:#d0d0d0;border-radius:3px;pointer-events:none;z-index:1}.survey-range-dual-track-fill{position:absolute;height:100%;background:#608dc6;border-radius:3px;pointer-events:none}.survey-range-dual-input{position:absolute;width:100%;height:6px;top:0;left:0;pointer-events:cursor;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border-radius:3px;outline:none;cursor:pointer;z-index:5}.survey-range-dual-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#608dc6;cursor:pointer;box-shadow:0 2px 6px #0003;transition:all .2s ease;z-index:5}.survey-range-dual-input::-webkit-slider-thumb:hover{background:#4073b3;box-shadow:0 3px 8px #0000004d}.survey-range-dual-input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#608dc6;cursor:pointer;border:none;box-shadow:0 2px 6px #0003;transition:all .2s ease}.survey-range-dual-input::-moz-range-thumb:hover{background:#4073b3;box-shadow:0 3px 8px #0000004d}.survey-range-dual-input::-moz-range-track{background:transparent;border:none}.survey-range-dual-input-min{z-index:5}.survey-range-dual-input-max{z-index:4}.survey-range-dual-label{position:absolute;top:30px;background:#608dc6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;transform:translate(-50%);white-space:nowrap;pointer-events:none;z-index:2}.survey-range-dual-label:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#608dc6}.survey-text-input{width:100%;padding:12px;border:2px solid #91ACDF;border-radius:6px;font-family:inherit;font-size:14px;resize:vertical;transition:border-color .2s ease;color:#333}.survey-text-input:focus{outline:none;border-color:#608dc6}.survey-text-input::placeholder{color:#999}.survey-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-top:1px solid #eee;gap:20px;flex-wrap:wrap}.survey-btn{flex-grow:1}.survey-btn-primary{background:#608dc6;color:#fff}.survey-btn-primary:not(:disabled):hover{background:#4073b3}.survey-btn-secondary{background:#e0e0e0;color:#333}.survey-btn-secondary:not(:disabled):hover{background:#d0d0d0}.survey-question-counter{font-size:14px;color:#666;min-width:80px;text-align:center}@media (max-width: 1024px){.survey-modal-content{max-width:calc(100% - 40px)}}@media (max-width: 768px){.survey-modal-overlay{padding:10px}.survey-modal-content{width:95%;max-height:95vh}.survey-modal-body{padding:30px 20px 20px}.survey-modal-footer{padding:15px 20px;gap:10px}.survey-btn{padding:8px 16px;font-size:12px}.survey-question-text{font-size:16px}.survey-range-dual-wrapper{padding:30px 10px 50px}.survey-range-dual-label{top:25px;font-size:10px;padding:3px 6px}}@media (max-width: 480px){.survey-modal-body{padding:20px 15px}.survey-puzzle-svg{max-width:250px}.survey-btn{padding:6px 12px;font-size:11px}.survey-question-text{font-size:14px}.survey-answer-options{gap:10px}.survey-range-dual-wrapper{padding:30px 5px 45px}.survey-range-dual-label{top:22px;font-size:9px;padding:2px 5px}}.survey-checkbox-wrapper{display:flex;gap:8px}.survey-checkbox-wrapper__conditional{display:block}.survey-custom-input{width:calc(100% - 42px);flex-grow:1;margin-left:32px;border:none;border-bottom:1px solid var(--c-deep-blue);background:transparent;font-family:inherit;font-size:14px;line-height:14px;outline:none;transition:border-color .2s ease}.survey-custom-input:focus{border-bottom-color:#608dc6}.survey-custom-input::placeholder{color:#ccc}.survey-question-description{font-size:13px;color:#999;margin:0 0 15px;font-style:italic}.survey-conditional-fields{margin-top:12px}.survey-range-checkbox-wrapper{margin-bottom:12px}.survey-range-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:10px}.survey-range-value-inline{margin-left:10px;background:#608dc6;color:#fff;padding:2px 6px;border-radius:3px;font-size:12px;font-weight:700}.survey-mixed-field-label{font-size:14px;font-weight:600;color:#333;margin:15px 0 10px;padding-bottom:8px;border-bottom:1px solid #d0d0d0}.survey-contact-form{display:flex;flex-direction:column;gap:20px}.survey-contact-field{display:flex;flex-direction:column;gap:8px}.survey-contact-label{font-size:14px;font-weight:500;color:#333}.survey-contact-label .required{color:#f44}.survey-contact-input{padding:12px;border:2px solid #91ACDF;border-radius:6px;font-family:inherit;font-size:14px;transition:border-color .2s ease}.survey-contact-input:focus{outline:none;border-color:#608dc6}.survey-contact-input::placeholder{color:#999}.survey-contact-consent{margin-top:10px;padding-top:20px;border-top:1px solid #eee}.survey-consent-text{font-size:13px;line-height:1.5;color:#666}.survey-consent-link{color:#608dc6;text-decoration:underline}.survey-consent-link:hover{color:#4073b3}.survey-puzzle-svg [class^=puzzle-]{transition:opacity .6s ease-in-out,transform .6s ease-in-out}.survey-success-message,.survey-error-message{position:fixed;top:20px;right:20px;padding:16px 24px;border-radius:4px;z-index:10000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;box-shadow:0 2px 12px #00000026;animation:slideInRight .3s ease-out}@media (max-width: 768px){.survey-success-message,.survey-error-message{right:10px;left:10px;width:auto}}.survey-success-message{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border-left:4px solid #2E7D32}.survey-success-message:before{content:"✓";margin-right:8px;font-weight:700}.survey-error-message{background:linear-gradient(135deg,#f44336,#da190b);color:#fff;border-left:4px solid #b71c1c}.survey-error-message:before{content:"⚠";margin-right:8px;font-weight:700}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}
