
/* Phase 14.1 UI Tidy Overlay */
.fc-sidebar{
  width:292px;
}
.fc-brand img,
.fc-user img{
  image-rendering:auto;
}
.fc-main{
  max-width:1900px;
  margin:0 auto;
  width:100%;
}
.hero{
  min-height:178px;
  margin-bottom:22px;
}
.hero h2{
  max-width:900px;
}
.card{
  transition:transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.card:hover{
  border-color:rgba(255,56,215,.62);
  box-shadow:0 0 30px rgba(255,56,215,.12);
}
.fc-nav a{
  font-weight:700;
}
.fc-nav a.active{
  box-shadow:0 0 26px rgba(255,56,215,.28), inset 0 0 18px rgba(255,56,215,.08);
}
.table td,
.table th{
  vertical-align:middle;
}
.footer{
  margin-bottom:10px;
}
@media(min-width:1500px){
  .fc-main{
    padding-left:34px;
    padding-right:34px;
  }
}
@media(max-width:900px){
  .hero:after{display:none}
  .hero{padding:26px 24px}
}
