.TestHabitos-module__foNFUG__container{background:var(--bg-primary);max-width:900px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}[data-theme=dark] .TestHabitos-module__foNFUG__container{background:var(--bg-primary)}.TestHabitos-module__foNFUG__hero{text-align:center;background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;border-radius:16px;margin-top:80px;margin-bottom:2rem;padding:2.5rem 2rem}.TestHabitos-module__foNFUG__title{margin-bottom:.75rem;font-size:2rem;font-weight:700}.TestHabitos-module__foNFUG__subtitle{opacity:.95;max-width:500px;margin:0 auto;font-size:1.05rem}.TestHabitos-module__foNFUG__introSection{justify-content:center;display:flex}.TestHabitos-module__foNFUG__introCard{background:var(--bg-card);box-shadow:var(--shadow-md);text-align:center;border-radius:16px;max-width:600px;padding:2.5rem}.TestHabitos-module__foNFUG__introCard h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.4rem}.TestHabitos-module__foNFUG__introCard>p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.TestHabitos-module__foNFUG__areasGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.TestHabitos-module__foNFUG__areaItem{background:var(--bg-primary);border:2px solid;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:transform .2s;display:flex}.TestHabitos-module__foNFUG__areaItem:hover{transform:scale(1.05)}.TestHabitos-module__foNFUG__areaIcon{font-size:1.8rem}.TestHabitos-module__foNFUG__areaName{color:var(--text-primary);text-align:center;font-size:.8rem;font-weight:500}.TestHabitos-module__foNFUG__introInfo{background:var(--bg-primary);border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}[data-theme=dark] .TestHabitos-module__foNFUG__introInfo{background:var(--hover)}.TestHabitos-module__foNFUG__introInfo p{color:var(--text-secondary);margin:.5rem 0;font-size:.95rem}.TestHabitos-module__foNFUG__btnStart{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s}.TestHabitos-module__foNFUG__btnStart:hover{background:#256a8a;transform:translateY(-2px)}.TestHabitos-module__foNFUG__testSection{max-width:700px;margin:0 auto}.TestHabitos-module__foNFUG__progressBar{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.5rem}.TestHabitos-module__foNFUG__progressInfo{color:var(--text-secondary);justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.TestHabitos-module__foNFUG__progressTrack{background:var(--border);border-radius:4px;height:8px;overflow:hidden}.TestHabitos-module__foNFUG__progressFill{border-radius:4px;height:100%;transition:width .3s}.TestHabitos-module__foNFUG__categoryHeader{color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.TestHabitos-module__foNFUG__categoryIcon{font-size:2rem}.TestHabitos-module__foNFUG__categoryName{margin:0;font-size:1.3rem;font-weight:600}.TestHabitos-module__foNFUG__questionsContainer{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.TestHabitos-module__foNFUG__questionCard{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:12px;padding:1.5rem}.TestHabitos-module__foNFUG__questionText{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;line-height:1.5}.TestHabitos-module__foNFUG__questionNumber{color:var(--primary);margin-right:.5rem;font-weight:700}.TestHabitos-module__foNFUG__optionsGrid{flex-direction:column;gap:.5rem;display:flex}.TestHabitos-module__foNFUG__optionBtn{text-align:left;border:2px solid var(--border);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:10px;padding:.875rem 1rem;font-size:.9rem;transition:all .2s}.TestHabitos-module__foNFUG__optionBtn:hover{border-color:var(--option-color);background:var(--hover)}.TestHabitos-module__foNFUG__optionBtn.TestHabitos-module__foNFUG__optionSelected{border-color:var(--option-color);background:var(--option-color);color:#fff}[data-theme=dark] .TestHabitos-module__foNFUG__optionBtn{background:var(--hover)}[data-theme=dark] .TestHabitos-module__foNFUG__optionBtn.TestHabitos-module__foNFUG__optionSelected{background:var(--option-color)}.TestHabitos-module__foNFUG__navigation{justify-content:space-between;gap:1rem;display:flex}.TestHabitos-module__foNFUG__btnNav{border:2px solid var(--border);background:var(--bg-card);color:var(--text-primary);cursor:pointer;border-radius:10px;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.TestHabitos-module__foNFUG__btnNav:hover:not(:disabled){border-color:var(--primary);background:var(--hover)}.TestHabitos-module__foNFUG__btnNav:disabled{opacity:.5;cursor:not-allowed}.TestHabitos-module__foNFUG__btnPrimary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.TestHabitos-module__foNFUG__btnPrimary:hover:not(:disabled){background:#256a8a}.TestHabitos-module__foNFUG__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.TestHabitos-module__foNFUG__resultsSection{max-width:800px;margin:0 auto}.TestHabitos-module__foNFUG__overallScore{text-align:center;margin-bottom:2rem}.TestHabitos-module__foNFUG__scoreCircle{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;width:180px;height:180px;box-shadow:var(--shadow-lg);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.TestHabitos-module__foNFUG__scoreValue{font-size:3rem;font-weight:700}.TestHabitos-module__foNFUG__scoreLabel{opacity:.9;font-size:.85rem}.TestHabitos-module__foNFUG__scoreMessage{color:var(--text-secondary);max-width:400px;margin:0 auto;font-size:1.1rem}.TestHabitos-module__foNFUG__resultsTitle{color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:1.4rem}.TestHabitos-module__foNFUG__resultsGrid{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.TestHabitos-module__foNFUG__resultCard{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:12px;padding:1.25rem 1.5rem}.TestHabitos-module__foNFUG__resultHeader{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.TestHabitos-module__foNFUG__resultIcon{font-size:1.5rem}.TestHabitos-module__foNFUG__resultCategory{color:var(--text-primary);flex:1;font-weight:600}.TestHabitos-module__foNFUG__resultLevel{color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.TestHabitos-module__foNFUG__resultBar{background:var(--border);border-radius:6px;height:12px;margin-bottom:.5rem;overflow:hidden}.TestHabitos-module__foNFUG__resultBarFill{border-radius:6px;height:100%;transition:width .5s}.TestHabitos-module__foNFUG__resultPercent{color:var(--text-secondary);text-align:right;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.TestHabitos-module__foNFUG__resultSuggestion{color:var(--text-secondary);border-top:1px solid var(--border);padding-top:.75rem;font-size:.9rem;line-height:1.5}.TestHabitos-module__foNFUG__resultsActions{justify-content:center;margin-bottom:2rem;display:flex}.TestHabitos-module__foNFUG__btnSecondary{border:2px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:10px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.TestHabitos-module__foNFUG__btnSecondary:hover{background:var(--primary);color:#fff}.TestHabitos-module__foNFUG__disclaimer{border:1px solid var(--secondary);background:#e8f4f8;border-radius:16px;margin-bottom:2rem;padding:1.5rem 2rem}[data-theme=dark] .TestHabitos-module__foNFUG__disclaimer{background:#48a9a626}.TestHabitos-module__foNFUG__disclaimer h3{color:var(--secondary);margin-bottom:.75rem;font-size:1.1rem}.TestHabitos-module__foNFUG__disclaimer p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}@media (max-width:600px){.TestHabitos-module__foNFUG__container{padding:1rem}.TestHabitos-module__foNFUG__hero{margin-top:70px;padding:1.5rem 1rem}.TestHabitos-module__foNFUG__title{font-size:1.5rem}.TestHabitos-module__foNFUG__subtitle{font-size:.95rem}.TestHabitos-module__foNFUG__introCard{padding:1.5rem}.TestHabitos-module__foNFUG__areasGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.TestHabitos-module__foNFUG__areaItem{padding:.75rem .5rem}.TestHabitos-module__foNFUG__areaIcon{font-size:1.4rem}.TestHabitos-module__foNFUG__areaName{font-size:.7rem}.TestHabitos-module__foNFUG__categoryHeader{padding:1rem}.TestHabitos-module__foNFUG__categoryIcon{font-size:1.5rem}.TestHabitos-module__foNFUG__categoryName{font-size:1.1rem}.TestHabitos-module__foNFUG__questionCard{padding:1rem}.TestHabitos-module__foNFUG__questionText{font-size:.95rem}.TestHabitos-module__foNFUG__optionBtn{padding:.75rem;font-size:.85rem}.TestHabitos-module__foNFUG__navigation{flex-direction:column}.TestHabitos-module__foNFUG__btnNav,.TestHabitos-module__foNFUG__btnPrimary{text-align:center;width:100%}.TestHabitos-module__foNFUG__scoreCircle{width:150px;height:150px}.TestHabitos-module__foNFUG__scoreValue{font-size:2.5rem}.TestHabitos-module__foNFUG__resultCard{padding:1rem}.TestHabitos-module__foNFUG__resultHeader{flex-wrap:wrap}}
