.survey-container{background-color:#f5f5f5;justify-content:center;align-items:flex-start;min-height:100vh;padding:20px;display:flex}.survey-content{background-color:#fff;border-radius:8px;width:100%;max-width:700px;padding:40px;box-shadow:0 2px 8px #0000001a}.survey-header{text-align:center;margin-bottom:30px}.survey-header h1{color:#333;margin:0 0 10px;font-size:32px;font-weight:700}.survey-description{color:#666;margin:0;font-size:16px}.progress-bar-container{background-color:#e0e0e0;border-radius:4px;width:100%;height:8px;margin-bottom:10px;overflow:hidden}.progress-bar{background-color:#007aff;border-radius:4px;height:100%;transition:width .3s}.progress-text{text-align:center;color:#666;margin-bottom:20px;font-size:14px}.section-header{text-align:center;margin-bottom:30px}.section-header h2{color:#333;margin:0;font-size:24px;font-weight:600}.questions-container{flex-direction:column;gap:30px;display:flex}.question-container{margin-bottom:0}.question-text{color:#333;margin:0 0 20px;font-size:20px;font-weight:600;line-height:1.5}.error-message{color:#d32f2f;background-color:#ffebee;border-left:3px solid #d32f2f;border-radius:4px;margin-bottom:15px;padding:8px 12px;font-size:14px}.options-container{flex-direction:column;gap:12px;display:flex}.option-button{text-align:left;cursor:pointer;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:16px 20px;font-size:16px;transition:all .2s}.option-button:hover{background-color:#f0f7ff;border-color:#007aff}.option-button.selected{color:#fff;background-color:#007aff;border-color:#007aff}.option-button:focus{outline:none;box-shadow:0 0 0 3px #007aff33}.text-input-container{margin-top:10px}.text-input{resize:vertical;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:16px;transition:all .2s}.text-input:focus{border-color:#007aff;outline:none;box-shadow:0 0 0 3px #007aff33}.text-input::placeholder{color:#999}.survey-actions{justify-content:space-between;gap:15px;margin-top:30px;display:flex}.button{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s}.button:disabled{opacity:.5;cursor:not-allowed}.button.primary{color:#fff;background-color:#007aff}.button.primary:hover:not(:disabled){background-color:#0056b3}.button.secondary{color:#333;background-color:#f0f0f0}.button.secondary:hover:not(:disabled){background-color:#e0e0e0}.survey-completed{text-align:center;padding:40px 20px}.completed-icon{color:#fff;background-color:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:48px;font-weight:700;display:flex}.survey-completed h2{color:#333;margin:0 0 20px;font-size:28px}.survey-completed p{color:#666;font-size:16px;line-height:1.6}.completed-description{color:#333;margin:0 0 20px;font-size:17px}.completed-info{color:#666;margin:0 0 30px;font-size:15px;font-style:italic}.completed-actions{justify-content:center;gap:15px;display:flex}.completed-actions .button{flex:0 auto;min-width:150px}@media (max-width:768px){.survey-content{padding:20px}.survey-header h1{font-size:24px}.question-text{font-size:18px}.completed-actions{flex-direction:column}.completed-actions .button{width:100%}}
