.cw-tabs{list-style:none;display:flex;gap:10px;margin-bottom:10px;}
.cw-tabs li{cursor:pointer;padding:5px 10px;background:#eee;border-radius:5px;}
.cw-tabs li.active{background:#4caf50;color:#fff;}
.cw-tab{display:none;}
.cw-tab.active{display:block;}
.cw-progress{margin-top:5px;margin-bottom:5px;background:#eee;height:20px;width:100%;border-radius:5px;}
.cw-bar{background:#4caf50;height:100%;width:0%;border-radius:5px;transition:width 0.3s;}
