:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#2d3748;background-color:#f7fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}button{font-family:inherit}button:focus-visible{outline:2px solid #667eea;outline-offset:2px}#root{min-height:100vh}.steps-bar{display:flex;gap:.4rem;justify-content:center;align-items:center;margin-bottom:1rem}.steps-bar-segment{flex:1;max-width:3rem;height:4px;border-radius:9999px;background-color:#ffffff59}.steps-bar-segment.completed{background-color:#ffffffe6}.steps-bar-segment.active{background-color:#f6e05e}@media(prefers-reduced-motion:no-preference){.steps-bar-segment.active{transition:background-color .2s ease}}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 1rem;box-shadow:0 2px 10px #0000001a}.header-title{margin:0 0 .5rem;font-size:2rem;font-weight:700;text-align:center}.progress-indicator{text-align:center;font-size:.9rem;opacity:.95;font-weight:500}.main-content{flex:1;padding:2rem 1rem;max-width:600px;width:100%;margin:0 auto}.footer{background-color:#f8f9fa;padding:1rem;text-align:center;color:#6c757d;font-size:.875rem;border-top:1px solid #e9ecef}.footer p{margin:0}@media(max-width:768px){.header-title{font-size:1.5rem}.main-content{padding:1.5rem 1rem}}.landing-page{max-width:800px;margin:0 auto}.landing-hero{text-align:center;padding:2rem 0 3rem;background:linear-gradient(135deg,#667eea,#764ba2);margin:-2rem -1rem 2rem;padding:3rem 1rem;color:#fff;border-radius:0 0 20px 20px}.landing-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.landing-subtitle{font-size:1.25rem;opacity:.95;font-weight:500}.landing-content{display:flex;flex-direction:column;gap:2rem}.info-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.info-section.highlight{background:#f7fafc;border:2px solid #667eea}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2d3748}.section-text{font-size:1rem;line-height:1.7;color:#4a5568;margin-bottom:1rem}.section-text:last-child{margin-bottom:0}.info-list{list-style:none;padding:0;margin:0}.info-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;line-height:1.6;color:#4a5568;border-bottom:1px solid #e2e8f0}.info-list li:last-child{border-bottom:none}.info-list li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700;font-size:1.2rem}.info-list li strong{color:#2d3748}.steps-list{padding-left:1.5rem;margin:1rem 0}.steps-list li{padding:.75rem 0;line-height:1.6;color:#4a5568}.steps-list li strong{color:#2d3748;display:block;margin-bottom:.25rem}.time-estimate{text-align:center;font-weight:600;color:#667eea;font-size:1.1rem;margin-top:1rem}.consent-section{background:#edf2f7;padding:2rem;border-radius:12px;text-align:center;border:2px solid #cbd5e0;margin-top:1rem}.consent-text{font-size:.95rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.btn-large{padding:1.25rem 3rem;font-size:1.2rem;font-weight:700}.landing-footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0;color:#718096;font-size:.9rem}.landing-footer a{color:#667eea;text-decoration:none;font-weight:600}.landing-footer a:hover{text-decoration:underline}@media(max-width:768px){.landing-hero{margin:-1.5rem -1rem 2rem;padding:2rem 1rem}.landing-title{font-size:2rem}.landing-subtitle{font-size:1.1rem}.section-title{font-size:1.3rem}.info-section{padding:1.25rem}.btn-large{padding:1rem 2rem;font-size:1.1rem;width:100%}}.question-page-header{margin-bottom:2rem}.question-page-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.25rem}.question-page-subtitle{font-size:.95rem;color:#718096}.question-block{display:flex;flex-direction:column;gap:.5rem}.question-label{font-size:1.05rem;font-weight:600;color:#2d3748}.question-required{color:#e53e3e;margin-left:.25rem}.question-description{font-size:.95rem;color:#718096}.likert-buttons{display:flex;justify-content:space-between;gap:.5rem;margin-top:.5rem}.likert-button{flex:1;padding:.9rem .75rem;font-size:1rem;font-weight:600;border:2px solid #e2e8f0;border-radius:12px;background-color:#fff;color:#4a5568;cursor:pointer;transition:all .2s ease}.likert-button:hover{border-color:#667eea;background-color:#f7fafc}.likert-button.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #667eea59}.likert-labels{display:flex;justify-content:space-between;font-size:.85rem;color:#718096;margin-top:.5rem}.chip-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.6rem 1rem;font-size:.95rem;font-weight:500;border-radius:9999px;border:1px solid #e2e8f0;background-color:#fff;color:#4a5568;cursor:pointer;transition:all .2s ease}.chip:hover{border-color:#667eea;background-color:#f7fafc}.chip.selected{border-color:#667eea;background-color:#667eea1f;color:#2d3748}.question-textarea{width:100%;padding:.75rem;font-size:1rem;font-family:inherit;border:2px solid #e2e8f0;border-radius:8px;resize:vertical;min-height:120px;transition:border-color .2s ease,box-shadow .2s ease}.question-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 1px #667eea66}.question-textarea::placeholder{color:#a0aec0}@media(max-width:768px){.question-page-title{font-size:1.3rem}.likert-button{padding:.75rem .5rem;font-size:.95rem}}.page-container{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#2d3748}.page-description{font-size:1rem;color:#718096;margin-bottom:2rem}.survey-form{display:flex;flex-direction:column;gap:2rem}.form-section{display:flex;flex-direction:column;gap:1rem}.form-label{font-size:1.1rem;font-weight:600;color:#2d3748}.form-hint{font-size:.9rem;color:#718096;margin:-.25rem 0 0}.voice-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.voice-type-button{padding:1.25rem;font-size:1.1rem;font-weight:600;border:2px solid #e2e8f0;border-radius:12px;background-color:#fff;color:#4a5568;cursor:pointer;transition:all .2s ease}.voice-type-button:hover{border-color:#667eea;background-color:#f7fafc}.voice-type-button.selected{border-color:#667eea;background-color:#667eea;color:#fff}.slider{-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:5px;background:#e2e8f0;outline:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#667eea;cursor:pointer;transition:all .2s ease}.slider::-webkit-slider-thumb:hover{background:#5568d3;transform:scale(1.1)}.slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#667eea;cursor:pointer;border:none;transition:all .2s ease}.slider::-moz-range-thumb:hover{background:#5568d3;transform:scale(1.1)}.slider-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#718096}.btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:active{transform:translateY(0)}@media(max-width:768px){.page-title{font-size:1.5rem}.voice-type-grid{grid-template-columns:1fr}}.instructions{background-color:#edf2f7;border-left:4px solid #667eea;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.recording-card{background-color:#edf2f7;border-radius:16px;padding:1.75rem 1.5rem;box-shadow:0 8px 20px #0f172a14;margin-bottom:2rem}.recording-card-intro{margin-bottom:1.5rem}.recording-card-actions{margin-top:0}.instruction-list{margin:1rem 0 0;padding-left:1.5rem;color:#4a5568;line-height:1.8}.instruction-list li{margin-bottom:.5rem}.button-group{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.btn-secondary{background-color:#4a5568;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#2d3748;transform:translateY(-2px);box-shadow:0 4px 12px #4a556866}.btn-secondary:disabled{background-color:#cbd5e0;cursor:not-allowed;transform:none}.btn-outline{background-color:#fff;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background-color:#f7fafc;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.btn-danger{background-color:#f56565;color:#fff}.btn-danger:hover{background-color:#e53e3e;transform:translateY(-2px);box-shadow:0 4px 12px #f5656566}.countdown-container{text-align:center;padding:4rem 0}.countdown-number{font-size:8rem;font-weight:700;color:#667eea;animation:countdownPulse 1s ease-in-out;line-height:1}@keyframes countdownPulse{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.countdown-text{font-size:1.5rem;color:#4a5568;margin-top:1rem;animation:fadeIn .5s ease-in}.recording-indicator{text-align:center;padding:4rem 0}.recording-pulse{width:100px;height:100px;margin:0 auto 2rem;background-color:#f56565;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.listening-pulse{width:100px;height:100px;margin:0 auto 2rem;background-color:#667eea;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.recording-text{font-size:1.5rem;font-weight:600;color:#f56565;animation:fadeIn .5s ease-in}.success-message{background-color:#c6f6d5;border-left:4px solid #48bb78;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:center}.success-message p{font-size:1.25rem;font-weight:600;color:#2f855a;margin:0}.error-message{background-color:#fed7d7;border-left:4px solid #f56565;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:center}.error-message p{font-size:1.1rem;font-weight:600;color:#c53030;margin:0 0 1rem}@media(max-width:768px){.countdown-number{font-size:6rem}.countdown-text,.recording-text{font-size:1.25rem}.recording-pulse{width:80px;height:80px}.button-group{gap:.75rem}}@media(min-width:768px){.button-group{flex-direction:row;justify-content:center}.btn{flex:0 1 auto;min-width:180px}}.feedback-form{display:flex;flex-direction:column;gap:2rem}.rating-container{display:flex;justify-content:space-between;gap:.5rem;margin-top:.5rem}.rating-button{flex:1;padding:1rem;font-size:1.25rem;font-weight:600;border:2px solid #e2e8f0;border-radius:12px;background-color:#fff;color:#4a5568;cursor:pointer;transition:all .2s ease}.rating-button:hover{border-color:#667eea;background-color:#f7fafc}.rating-button.selected{border-color:#667eea;background-color:#667eea;color:#fff;transform:scale(1.05)}.rating-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#718096;margin-top:.5rem}.textarea{width:100%;padding:.75rem;font-size:1rem;font-family:inherit;border:2px solid #e2e8f0;border-radius:8px;resize:vertical;transition:border-color .2s ease}.textarea:focus{outline:none;border-color:#667eea}.textarea::placeholder{color:#a0aec0}.input{width:100%;padding:.75rem;font-size:1rem;font-family:inherit;border:2px solid #e2e8f0;border-radius:8px;transition:border-color .2s ease}.input:focus{outline:none;border-color:#667eea}.input::placeholder{color:#a0aec0}.field-hint{font-size:.875rem;color:#718096;margin-top:.5rem;margin-bottom:.5rem}@media(max-width:768px){.rating-button{padding:.75rem;font-size:1.1rem}}.success-page{text-align:center;padding-top:3rem}.success-icon{width:80px;height:80px;margin:0 auto 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-page .page-title{margin-bottom:1rem}.success-page .page-description{margin-bottom:2rem;font-size:1.1rem}
