:root{--primary-color: #0056b3;--secondary-color: #6c757d;--success-color: #28a745;--background-color: #f8f9fa;--text-color: #212529;--font-family: "Outfit", sans-serif;--glass-bg: rgba(255, 255, 255, .95);--glass-border: rgba(255, 255, 255, .2);--shadow: 0 8px 32px 0 rgba(31, 38, 135, .15)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--background-color);color:var(--text-color);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative}.background-decor-1{position:fixed;top:-100px;left:-100px;width:600px;height:600px;background:radial-gradient(circle,#0056b333,#fff0 70%);z-index:-1;pointer-events:none}.background-decor-2{position:fixed;bottom:-150px;right:-150px;width:700px;height:700px;background:radial-gradient(circle,#28a74526,#fff0 70%);z-index:-1;pointer-events:none}.main-header{padding:1.5rem;text-align:center}.logo{max-height:60px}.app-container{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:2rem 1rem}.wizard-card{background:#111827;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 20px 40px #0003;padding:3rem;width:100%;max-width:800px;margin-bottom:2rem;transition:transform .3s ease;color:#f8f9fa}.progress-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;position:relative}.step-indicator{display:flex;flex-direction:column;align-items:center;z-index:1;opacity:.5;transition:all .3s ease;color:#ced4da}.step-indicator.active{opacity:1;transform:scale(1.1);color:#fff}.step-indicator .circle{width:40px;height:40px;border-radius:50%;background:#374151;color:#adb5bd;display:flex;justify-content:center;align-items:center;font-weight:700;margin-bottom:.5rem;box-shadow:0 2px 4px #0003;transition:all .3s ease}.step-indicator.active .circle{background:var(--primary-color);color:#fff;box-shadow:0 4px 10px #0056b366}.step-indicator span{font-size:.9rem;font-weight:500}.progress-container .line{position:absolute;top:20px;left:0;width:100%;height:2px;background:#374151;z-index:0}.step-title{font-size:1.8rem;color:#fff;margin-bottom:.5rem;text-align:center}.step-description{text-align:center;color:#adb5bd;margin-bottom:2rem}.input-group{margin-bottom:1.5rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#ced4da}.input-wrapper{position:relative}.input-wrapper i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6c757d}.input-wrapper input{width:100%;padding:.8rem 1rem .8rem 2.8rem;border:1px solid #4b5563;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:var(--font-family);background-color:#1f2937;color:#fff}.input-wrapper input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0056b333;background-color:#111827}.input-wrapper input::placeholder{color:#6b7280}.row{display:flex;gap:1.5rem}.row .input-group{flex:1}@media (max-width: 600px){.row{flex-direction:column;gap:0}}.questions-list{display:flex;flex-direction:column;gap:1.5rem}.question-card{background:#1f2937;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0003;border-left:4px solid transparent;transition:all .3s ease;border:1px solid #374151}.question-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;border-left-color:var(--primary-color);background:#252f3f}.q-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.q-number{font-size:.9rem;font-weight:700;color:#9ca3af;background:#374151;padding:.2rem .6rem;border-radius:6px}.q-text{font-weight:500;font-size:1.05rem;color:#f3f4f6}.q-options{display:flex;gap:1rem;margin-left:2.5rem}.radio-option{cursor:pointer}.radio-option input{display:none}.radio-option .option-box{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border:1px solid #4b5563;border-radius:8px;color:#d1d5db;font-weight:500;transition:all .2s ease;background:#374151;min-width:100px;justify-content:center}.radio-option input[value=sim]:checked+.option-box{background:#10b981;color:#fff;border-color:#10b981;box-shadow:0 0 15px #10b98166}.radio-option input[value=nao]:checked+.option-box{background:#ef4444;color:#fff;border-color:#ef4444;box-shadow:0 0 15px #ef444466}.radio-option:hover .option-box{border-color:#9ca3af}@media (max-width: 600px){.app-container{padding:0;align-items:flex-start;min-height:100vh;background:#111827}.wizard-card{padding:1.5rem .8rem .8rem;border-radius:0;border:none;box-shadow:none;margin-bottom:0;min-height:100dvh;display:flex;flex-direction:column}.wizard-step{width:100%}.centered-step{display:flex;flex-direction:column;justify-content:flex-start;padding-top:1.5rem;flex:1}.scrollable-step{justify-content:flex-start;padding-top:1rem;padding-bottom:2rem}.main-header{position:relative;width:100%;background:transparent;z-index:10;padding:.5rem 0;text-align:center;flex-shrink:0}.logo{max-height:35px!important}.progress-container{margin-bottom:.5rem;transform:scale(.85);transform-origin:center top;margin-top:.5rem}.step-title{font-size:1.7rem;margin-bottom:.5rem;line-height:1.25}.step-description{font-size:.9rem;margin-bottom:1.2rem}.input-group{margin-bottom:.8rem}.input-group label{margin-bottom:.2rem;font-size:.9rem}.input-wrapper input{padding:.6rem .8rem .6rem 2.8rem}.background-decor-1,.background-decor-2{display:none}.q-options{margin-left:0;margin-top:1rem;width:100%;justify-content:space-between;gap:.5rem}.q-header{flex-direction:column;gap:.5rem}.radio-option{flex:1}.radio-option .option-box{width:100%;padding:.8rem .5rem}.step-indicator span{display:none}.step-actions{flex-direction:column-reverse;gap:.5rem;margin-top:auto;padding-bottom:1rem;padding-top:1rem;flex-shrink:0}.step-actions button{width:100%;justify-content:center;padding:.8rem}}.step-actions{margin-top:3rem;display:flex;justify-content:flex-end}.step-actions.split{justify-content:space-between}.btn-primary,.btn-secondary{border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.8rem;transition:all .3s ease;font-family:var(--font-family)}.btn-primary{background:var(--primary-color);color:#fff;box-shadow:0 4px 12px #0056b34d}.btn-primary:hover{background:#004494;transform:translateY(-2px)}.btn-secondary{background:#e9ecef;color:var(--text-color)}.btn-secondary:hover{background:#dee2e6}.success-message{text-align:center;padding:2rem 0}.success-icon{font-size:4rem;color:var(--success-color);margin-bottom:1.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.final-note{margin-top:1rem;color:var(--secondary-color)}.results-preview{background:#f8f9fa;text-align:left;padding:1.5rem;border-radius:12px;margin:2rem 0;font-size:.95rem}
