#andropause-app{max-width:500px;margin:auto;padding:20px;}
.progress{margin-bottom:10px;}
.bar-bg{background:#eee;height:8px;border-radius:8px;margin-top:5px;}
#barfill{height:8px;background:#1e73be;width:0;}
.nav-buttons{margin-top:20px;}

.grid5{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:10px;}
.choice-btn{padding:10px;background:#f0f0f0;border:1px solid #ccc;border-radius:6px;cursor:pointer;}
.choice-btn:hover{background:#1e73be;color:#fff;}

.radio-style label{margin-right:10px;}