
.stu-count{
  background:#243447; border-radius:20px; padding:22px; text-align:center; margin-bottom:16px;
}
.stu-count b{
  display:block; font-family:'Playfair Display',serif; font-size:2.4rem; line-height:1.1;
  color:#fff !important; -webkit-text-fill-color:#fff !important;
}
.stu-count span{ font-size:.9rem; color:#c9d3de !important; -webkit-text-fill-color:#c9d3de !important; }
.stu-topic{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding:10px 0; border-bottom:1px solid #F4F1E8; flex-wrap:wrap;
}
.stu-topic:last-child{ border-bottom:none; }
.stu-topic b{ color:#243447 !important; -webkit-text-fill-color:#243447 !important; font-size:.94rem; }
.stu-fab{
  position:fixed; right:18px; bottom:88px; z-index:900;
  background:#243447; border:none; border-radius:999px;
  padding:14px 20px; min-height:52px; font:inherit; font-weight:800; font-size:.92rem;
  color:#fff !important; -webkit-text-fill-color:#fff !important;
  cursor:pointer; box-shadow:0 10px 26px rgba(36,52,71,.3);
  display:inline-flex; align-items:center; gap:8px;
}
.stu-fab:hover{ background:#31465F; }
.stu-fab:focus-visible{ outline:3px solid #CF9E3F; outline-offset:3px; }
.stu-scale{ display:flex; gap:6px; flex-wrap:wrap; }
.stu-dotb{
  width:44px; height:44px; border-radius:50%; border:1.5px solid #EAE2D4; background:#fff;
  font:inherit; font-weight:800; cursor:pointer;
  color:#78766c !important; -webkit-text-fill-color:#78766c !important;
}
.stu-dotb.on{ background:#7d9e77; border-color:#7d9e77; color:#fff !important; -webkit-text-fill-color:#fff !important; }
.stu-dotb:focus-visible{ outline:3px solid #CF9E3F; outline-offset:2px; }
.stu-wl{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 0; flex-wrap:wrap; }
.stu-wl b{ font-size:.92rem; color:#243447 !important; -webkit-text-fill-color:#243447 !important; }
.stu-budget{
  background:#F2F6FA; border:1px solid #D6E3EF; border-radius:20px; padding:20px;
}
.stu-budget b{ color:#243447 !important; -webkit-text-fill-color:#243447 !important; }
.stu-bl{ display:flex; justify-content:space-between; padding:6px 0; font-size:.9rem;
  color:#41628a !important; -webkit-text-fill-color:#41628a !important; }
.stu-wg{ display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:12px; }
.stu-wgc{
  background:#fff; border:1px solid #EAE2D4; border-radius:18px; padding:16px;
}
.stu-wgc b{ display:block; color:#243447 !important; -webkit-text-fill-color:#243447 !important; }
.stu-wgc .prev{
  background:#FBF6EC; border-radius:12px; padding:12px; margin:10px 0; font-size:.85rem;
  color:#5b5950 !important; -webkit-text-fill-color:#5b5950 !important;
}
