/* LESTER_UNIFIED_MATERIAL_V1_20260719 */
#lester-app-shell .lester-material-choice{
  min-width:0;
  margin:18px 0 4px;
  padding:0;
  border:0;
}
#lester-app-shell .lester-material-choice[hidden]{display:none!important}
#lester-app-shell .lester-material-choice legend{
  display:block;
  width:100%;
  margin:0 0 10px;
  padding:0;
  color:#000080;
  font:700 15px/1.35 "Noto Serif",Georgia,serif;
}
#lester-app-shell .lester-material-choice__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
#lester-app-shell .lester-material-card{
  position:relative;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:space-between;
  min-width:0;
  min-height:130px;
  margin:0!important;
  padding:16px 15px 14px;
  gap:12px!important;
  border:1px solid #d7dced;
  border-radius:15px;
  background:linear-gradient(180deg,#fff 0%,#fafbff 100%);
  box-shadow:0 7px 20px rgba(20,28,90,.05);
  color:#1d2340!important;
  cursor:pointer;
  overflow:hidden;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease;
}
#lester-app-shell .lester-material-card:hover{
  transform:translateY(-1px);
  border-color:#aeb8df;
  box-shadow:0 10px 24px rgba(20,28,90,.09);
}
#lester-app-shell .lester-material-card.is-selected{
  border-color:#000080;
  background:linear-gradient(180deg,#f7f8ff 0%,#eff1ff 100%);
  box-shadow:0 0 0 2px rgba(0,0,128,.09),0 10px 24px rgba(0,0,128,.10);
}
#lester-app-shell .lester-material-card--rugged.is-selected{
  background:linear-gradient(145deg,#f5f6ff 0%,#eceeff 58%,#fff 100%);
}
#lester-app-shell .lester-material-card__copy{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
}
#lester-app-shell .lester-material-card__copy strong{
  color:#000080;
  font:700 17px/1.2 "Noto Serif",Georgia,serif;
}
#lester-app-shell .lester-material-card__copy span{
  color:#62687b;
  font:400 13px/1.45 Arial,sans-serif;
}
#lester-app-shell .lester-material-card>b{
  color:#000080;
  font:700 18px/1 "Noto Serif",Georgia,serif;
}
#lester-app-shell .lester-material-card__copy strong::after{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-left:8px;
  border:2px solid #b9bfd6;
  border-radius:50%;
  vertical-align:2px;
  background:#fff;
}
#lester-app-shell .lester-material-card.is-selected .lester-material-card__copy strong::after{
  border-color:#000080;
  background:#000080;
  box-shadow:inset 0 0 0 2px #fff;
}
#lester-app-shell .lester-material-card input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  border:0!important;
  clip:rect(0 0 0 0)!important;
  overflow:hidden!important;
}
#lester-app-shell .lester-material-card:has(input:focus-visible){
  outline:3px solid rgba(0,0,128,.22);
  outline-offset:2px;
}
#lester-app-shell .lester-material-choice__note{
  margin:9px 2px 0;
  color:#696f82;
  font:400 12px/1.45 Arial,sans-serif;
}
#lester-app-shell .lester-unified-gallery-stack,
#lester-app-shell .lester-unified-gallery-panel{min-width:0;width:100%}
#lester-app-shell .lester-unified-gallery-panel[hidden]{display:none!important}
#lester-app-shell .lester-unified-rugged-frame img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  object-fit:contain;
  background:#fff;
}
@media(max-width:760px){
  #lester-app-shell .lester-material-choice{margin-top:15px}
  #lester-app-shell .lester-material-choice__grid{grid-template-columns:1fr;gap:9px}
  #lester-app-shell .lester-material-card{
    min-height:0;
    padding:14px;
    flex-direction:row!important;
    align-items:center!important;
  }
  #lester-app-shell .lester-material-card__copy{padding-right:8px}
  #lester-app-shell .lester-material-card__copy strong{font-size:16px}
  #lester-app-shell .lester-material-card>b{font-size:17px;white-space:nowrap}
}
