*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#f5f7fa}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:#005eb8;text-decoration:none}a:hover{text-decoration:underline}ul,ol{margin-bottom:1rem;padding-left:2rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;background-color:#f4f4f4;padding:.2rem .4rem;border-radius:3px;font-size:.9em}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;border:none;background:none}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #005eb8;outline-offset:2px}img{max-width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.exit-survey-container{max-width:1000px;margin:0 auto;padding:1rem;font-size:.9rem;line-height:1.5;color:#333}.survey-header{text-align:center;margin-bottom:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:6px;background:#005eb8;color:#f8eded}.survey-header h1{font-size:1.5rem;margin-bottom:.5rem;color:#06216b}.survey-header p{font-size:.95rem;color:#666;margin:0}.form-section{margin-bottom:1.5rem;padding:1.2rem;background-color:#f8f9fa;border-radius:6px;box-shadow:0 1px 3px #0000001a}.form-section h2{font-size:1.2rem;color:#005eb8;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.question{margin-bottom:1.2rem}.question label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.95rem;color:#2c3e50}.options-group{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.radio-option,.checkbox-option{display:flex;align-items:center;padding:.4rem 0}.radio-option input,.checkbox-option input{margin-right:.5rem;transform:scale(.9)}.radio-option label,.checkbox-option label{font-weight:400;font-size:.9rem;margin-bottom:0;cursor:pointer}input[type=text],input[type=number],input[type=email],input[type=tel],input[type=date],select,textarea{width:100%;padding:.5rem .7rem;border:1px solid #c2d4f0;border-radius:4px;font-size:.9rem;transition:border-color .3s;margin-top:.25rem}select{padding:.5rem}textarea{min-height:80px;resize:vertical;font-family:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:#005eb8;box-shadow:0 0 0 2px #005eb833}.rating-item{margin-bottom:1rem;padding:.8rem;background-color:#faf8f9;border-radius:5px;font-size:.9rem}.rating-item label{font-weight:600;margin-bottom:.5rem;font-size:.9rem}.rating-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.4rem}.rating-label{display:flex;flex-direction:column;align-items:center;padding:.4rem;border:1px solid #ddd;border-radius:3px;cursor:pointer;transition:background-color .3s;font-size:.85rem;min-width:55px;background-color:#e9e4e7}.rating-label:hover{background-color:#c4c6c9}.rating-label input[type=radio]{margin-bottom:.3rem;transform:scale(.8)}.rating-text{font-size:.75rem;text-align:center;line-height:1.2}.rating-scale{margin-top:.8rem}.scale-labels{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.8rem;color:#666}.score-display{text-align:center;font-weight:700;margin-top:.4rem;color:#005eb8;font-size:.9rem}input[type=range]{width:100%;height:6px;border-radius:3px;background:#ddd;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#005eb8;cursor:pointer}.submit-button{background:#005eb8;color:#fff;border:none;padding:.7rem 1.5rem;font-size:.95rem;border-radius:4px;cursor:pointer;font-weight:600;transition:background .3s;display:block;margin:1.5rem auto;width:auto;min-width:150px}.submit-button:hover{background:#004a93}.submit-button:disabled{background:#6c757d;cursor:not-allowed}.submission-success{text-align:center;padding:2rem;background:#d4edda;color:#155724;border-radius:6px;margin:2rem 0}.submission-success h2{font-size:1.3rem;margin-bottom:1rem}.submission-success p{font-size:.95rem;margin-bottom:.5rem}@media (max-width: 768px){.exit-survey-container{padding:.5rem;font-size:.85rem}.form-section{padding:1rem;margin-bottom:1rem}.form-section h2{font-size:1.1rem}.survey-header h1{font-size:1.3rem}.options-group{gap:.4rem}.rating-options{flex-direction:column;gap:.4rem}.rating-label{flex-direction:row;justify-content:space-between;padding:.5rem;min-width:auto}.rating-text{margin-left:.4rem;font-size:.8rem}input[type=text],input[type=number],input[type=email],input[type=tel],input[type=date],select,textarea{padding:.4rem .6rem;font-size:.85rem}}@media print{.exit-survey-container{font-size:10pt;line-height:1.4}.survey-header,.form-section{break-inside:avoid}.submit-button{display:none}}.error-summary{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;border-left:4px solid #dc3545;margin:1.5rem 0}.error-summary h3{font-size:1rem;margin:0 0 .5rem;color:#721c24}.error-summary ul{margin:0;padding-left:1.2rem}.error-summary li{font-size:.85rem;margin-bottom:.3rem;line-height:1.3}.error-summary li:last-child{margin-bottom:0}.error-message{color:#dc3545;font-size:.8rem;margin-top:.3rem;display:block}input.error,select.error,textarea.error{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.rating-item.error{border:1px solid #dc3545;border-radius:4px}.progress-bar{height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin:20px 0}.progress{height:100%;background:#005eb8;transition:width .5s ease}.form-section{background:rgb(217,223,240);border-radius:10px;box-shadow:0 4px 12px #0000001a;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e9ecef;transition:transform .2s ease,box-shadow .2s ease}.form-section:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,ɯ0,0,.12)}.form-section h2{color:#005eb8;font-size:1.3rem;margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:2px solid #e9ecef;display:flex;align-items:center}.form-section h2:before{content:"•";color:#005eb8;font-size:1.5rem;margin-right:.5rem}.form-section:nth-child(1) h2{border-bottom-color:#4caf50}.form-section:nth-child(2) h2{border-bottom-color:#ff9800}.form-section:nth-child(3) h2{border-bottom-color:#9c27b0}.form-section:nth-child(4) h2{border-bottom-color:#f44336}.form-section:nth-child(5) h2{border-bottom-color:#2196f3}.form-section:nth-child(6) h2{border-bottom-color:#607d8b}.question{margin-bottom:1.2rem;padding:.8rem;background-color:#eeecee;border-radius:6px;border-left:3px solid #005eb8}.question:last-child{margin-bottom:0}.options-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem;margin-top:.6rem;border:1px solid #ddd}.radio-option,.checkbox-option{display:flex;align-items:center;padding:.6rem;background:rgb(230,228,228);border:1px solid #e9ecef;border-radius:5px;transition:background-color .2s ease}.radio-option:hover,.checkbox-option:hover{background-color:#d0d2d3;border-color:#005eb8}.section-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px dashed #dee2e6;text-align:right;font-size:.85rem;color:#6c757d}.section-progress{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.progress-dot{width:8px;height:8px;border-radius:50%;background-color:#28a745}.progress-dot.incomplete{background-color:#dc3545}@media (max-width: 768px){.form-section{padding:1rem;margin-bottom:1rem}.options-group{grid-template-columns:1fr}.question{padding:.6rem}.form-section h2{font-size:1.1rem}}@media print{.form-section{break-inside:avoid;box-shadow:none;border:1px solid #ccc}.question{background:none;border-left:2px solid #005eb8}}.section-status{margin-left:.5rem;font-size:.9rem;color:#28a745}.section-status:not(:contains("✓")){color:#dc3545}.error-sections{margin-bottom:1rem;padding:.8rem;background-color:#fff3cd;border-radius:5px;border-left:4px solid #ffc107}.section-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.section-link{background:#005eb8;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background-color .2s}.section-link:hover{background:#004494}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-section{animation:slideIn .5s ease-out}.form-section:nth-child(1){animation-delay:.1s}.form-section:nth-child(2){animation-delay:.2s}.form-section:nth-child(3){animation-delay:.3s}.form-section:nth-child(4){animation-delay:.4s}.form-section:nth-child(5){animation-delay:.5s}.form-section:nth-child(6){animation-delay:.6s}.form-section:nth-child(7){animation-delay:.7s}.rankings-card{background:white;border-radius:8px;padding:1.2rem;margin-bottom:1.5rem;box-shadow:0 2px 6px #00000014;border:1px solid #e9ecef}.rankings-card h3{font-size:1.1rem;color:#005eb8;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.rankings-instruction{font-size:.9rem;color:#6c757d;margin-bottom:1rem;font-style:italic}.rankings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.8rem}.ranking-item-compact{display:flex;flex-direction:column;padding:.8rem;background-color:#f8f9fa;border-radius:5px;border-left:3px solid #005eb8}.ranking-label-compact{font-weight:600;font-size:.9rem;margin-bottom:.5rem;color:#2c3e50}.rating-options-compact{display:flex;justify-content:space-between;gap:.2rem}.rating-label-compact{display:flex;flex-direction:column;align-items:center;padding:.3rem;border:1px solid #dee2e6;border-radius:3px;cursor:pointer;transition:all .2s;min-width:32px}.rating-label-compact:hover{background-color:#e9ecef;border-color:#005eb8}.rating-label-compact input[type=radio]{margin-bottom:.2rem}.rating-text-compact{font-size:.8rem;font-weight:600}.rating-label-compact input[type=radio]:checked+.rating-text-compact{color:#005eb8;font-weight:700}@media (max-width: 768px){.rankings-grid{grid-template-columns:1fr}.rating-options-compact{gap:.1rem}.rating-label-compact{min-width:28px;padding:.2rem}}@media print{.rankings-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc}.ranking-item-compact{background:none;border-left:2px solid #005eb8}}.dashboard{max-width:1200px;margin:0 auto}.analytics-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.stat{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:0 2px 4px #0000001a}.stat h3{margin-top:0;color:#495057;font-size:1rem}.stat p{margin-bottom:0;font-size:2rem;font-weight:700;color:#005eb8}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#005eb8;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.header h1{margin:0;font-size:1.5rem}.header nav a{color:#fff;text-decoration:none;margin-left:1rem}.header nav a:hover{text-decoration:underline}.main-content{flex:1;padding:2rem}.footer{background-color:#f8f9fa;padding:1rem;text-align:center;border-top:1px solid #dee2e6}.App{min-height:100vh;display:flex;flex-direction:column}
