@import"https://fonts.bunny.net/css?family=Poppins:100,200,300,400,500,600,700";body{margin:0;font-family:Poppins,sans-serif;background-color:#f9f9f9}.progress-bar-container{height:8px;width:100%;background-color:#e5e7eb;border-radius:9999px;overflow:hidden;margin-bottom:1rem}.progress-bar-fill{height:100%;background-color:#22c55e;transition:width .3s ease}.step5-progress-fill{height:100%;background-color:#2aac5c;transition:width .3s ease-in-out}.app-container{max-width:640px;margin:40px auto;padding:24px;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d}.progress-bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:24px;position:relative}.progress-bar:before{content:"";display:block;height:100%;width:10%;background-color:#3b82f6}.header{background:#f1fdf4;padding:14px 20px;font-weight:600;color:#1a1a1a;border-left:5px solid #3b82f6;border-radius:12px;margin-bottom:28px;font-size:15px;display:flex;align-items:center;gap:10px;box-shadow:0 1px 3px #0000000a}.quiz-box h2{font-size:20px;text-align:center;font-weight:700;margin-bottom:6px;color:#111827;text-transform:uppercase}.quiz-box p{text-align:center;margin-bottom:24px;color:#4b5563;font-size:14px}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.option{display:flex;align-items:center;background:#fff;border:2px solid #e5e7eb;padding:14px 12px;border-radius:12px;cursor:pointer;transition:.25s;font-size:14px;color:#1f2937;box-shadow:0 1px 2px #00000008}.option:hover{border-color:#93c5fd;background-color:#f9fafb}.option.selected{background-color:#f0f9ff;border-color:#3b82f6}.option input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;border:2px solid #60a5fa;border-radius:50%;width:18px;height:18px;margin-right:10px;cursor:pointer;position:relative;transition:border-color .2s ease}.option input:checked{border-color:#3b82f6;background-color:#eff6ff}.option input:checked:before{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;background-color:#3b82f6;border-radius:50%}button{width:100%;padding:16px;background-color:#3b82f6;color:#fff;font-weight:600;border:none;border-radius:12px;font-size:16px;cursor:pointer;transition:background .3s ease;box-shadow:0 2px 6px #00000014}button:hover{background-color:#2563eb}.gender-grid{display:flex;gap:16px;justify-content:center;margin-bottom:32px}.gender-card{border:2px solid #e5e7eb;border-radius:12px;padding:16px;text-align:center;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 2px #00000008;width:160px;background-color:#fff}.gender-card:hover{border-color:#93c5fd;background-color:#f9fafb}.gender-card.selected{border-color:#3b82f6;background-color:#f0f9ff}.gender-card img{width:100%;height:auto;margin-bottom:8px;border-radius:8px}.gender-card span{display:inline-block;background-color:#10b981;color:#fff;padding:6px 12px;font-size:14px;font-weight:600;border-radius:6px}.info-box{background-color:#f9f9f9;padding:16px;border-radius:12px;border:1px solid #e5e7eb;font-size:14px;color:#374151;margin-bottom:32px}.container{position:relative;width:260px;margin:20px auto}.container img{width:100%;height:auto}.marker{position:absolute;display:flex;align-items:center;justify-content:center;width:100px;height:30px;background-color:#fff;border:2px solid #007bff;border-radius:8px;padding:5px;cursor:pointer;transition:background-color .3s,color .3s;font-size:12px}.marker.active{background-color:#007bff;color:#fff;font-weight:700;border-color:#0056b3}#ombro{top:35%;left:-35%}#cotovelo{top:15%;left:-30%}#barriga{top:25%;left:80%}#pochete{top:36%;left:90%}#quadril{top:59%;left:-30%}#culotes{top:45%;left:82%}#joelho{top:75%;left:-29%}#coxa{top:60%;left:80%}.line{position:absolute;width:2px;background-color:#007bff;transition:height .3s,transform .3s}#line-ombro{top:38%;left:33%;height:39px;transform:rotate(90deg);transform-origin:top}#line-cotovelo{top:22%;left:10%;height:45px;transform:rotate(-50deg);transform-origin:top}#line-barriga{top:30%;left:80%;height:80px;transform:rotate(70deg);transform-origin:top}#line-pochete{top:40%;left:60%;height:100px;transform:rotate(90deg);transform-origin:top}#line-quadril{top:43%;left:30%;height:87px;transform:rotate(30deg);transform-origin:top}#line-culotes{top:42%;left:70%;height:43px;transform:rotate(-60deg);transform-origin:top}#line-joelho{top:78%;left:43%;height:60px;transform:rotate(90deg);transform-origin:top}#line-coxa{top:60%;left:83%;height:48px;transform:rotate(100deg);transform-origin:top}.circle{position:absolute;width:10px;height:10px;background-color:#007bff;border-radius:50%}#circle-ombro{top:37%;left:30%}#circle-cotovelo{top:35%;left:25%}#circle-barriga{top:35%;left:49%}#circle-pochete{top:39%;left:40%}#circle-quadril{top:42%;left:28%}#circle-culotes{top:42%;left:70%}#circle-joelho{top:77%;left:43%}#circle-coxa{top:57%;left:65%}.step-container{text-align:center;padding:2rem 1rem}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:2rem}.name-form{max-width:500px;margin:0 auto}.input-wrapper{display:flex;align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.75rem 1rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000000d}.input-wrapper .icon{margin-right:10px;color:#6b7280;font-size:1.1rem}.input-wrapper input{border:none;background:transparent;outline:none;flex:1;font-size:1rem;color:#111827}.submit-button{background-color:#28a745;color:#fff;font-weight:600;border:none;padding:1rem;width:100%;border-radius:10px;cursor:pointer;transition:background .3s ease}.submit-button:hover{background-color:#218838}.step5-button{display:flex;align-items:center;justify-content:space-between;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1rem;transition:transform .1s ease,background-color .2s ease,border-color .2s ease;cursor:pointer;box-sizing:border-box;color:#1f2937}.step5-button:hover{background-color:#e5e7eb;border-color:#e5e7eb;color:#1f2937}.step5-options{display:flex;flex-direction:column;gap:1rem;width:100%}.age-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.age-button{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:1px solid #e5e7eb;border-radius:1rem;background-color:#f9fafb;transition:all .2s ease}.age-button img{width:100%;max-width:140px;height:auto}.age-button span{font-weight:500;color:#1f2937}.age-button:hover{background-color:#eef2ff;border-color:#c7d2fe}.age-button.selected{border:2px solid #4f46e5;background-color:#e0e7ff}.step7-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:1rem}.step7-button{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;padding:1.25rem;transition:all .2s ease;cursor:pointer}.step7-button:hover{border-color:#3b82f6;background-color:#f0f9ff}.step7-button.selected{border-color:#3b82f6;background-color:#e0f2fe}.step7-button img{width:64px;height:auto;margin-bottom:.5rem}.step7-button span{font-size:14px;font-weight:500;color:#1f2937;text-align:center}.step8-options{display:flex;flex-direction:column;gap:1rem;width:100%}.step8-button{display:flex;align-items:center;justify-content:space-between;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;font-size:15px;font-weight:500;color:#1f2937;box-shadow:0 1px 2px #00000008}.step8-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.step8-button.selected{border:2px solid #3b82f6;background-color:#eff6ff}.step8-img{width:64px;height:auto}.step9-options{display:flex;flex-direction:column;gap:1rem;width:100%}.step9-button{display:flex;align-items:center;justify-content:flex-start;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;font-size:15px;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s ease;text-align:left;box-shadow:0 1px 2px #00000008}.step9-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.step9-button.selected{border:2px solid #3b82f6;background-color:#eff6ff}.step10-options{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.step11-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.step11-button{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:1rem;padding:1rem;min-height:120px;cursor:pointer;transition:all .2s ease;text-align:center;color:#1f2937;font-weight:500}.step11-button span:first-child{font-size:2rem;margin-bottom:.5rem}.step11-button span:last-child{font-size:.875rem;line-height:1.2}.step11-button:hover{border-color:#93c5fd;background-color:#f3f4f6}.step11-button.selected{border-color:#22c55e;background-color:#ecfdf5;color:#065f46}
