/* Larger, character-led guidance for every bottom tab except Home and Budget. */
.billTabGuide{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(210px,28%);
  align-items:end;
  gap:14px;
  min-height:246px;
  margin:14px 0 22px;
  padding:22px 10px 0 22px;
  overflow:hidden;
  border:1px solid #675294;
  border-radius:24px;
  background:
    radial-gradient(ellipse at 88% 85%,rgba(101,57,171,.25),transparent 54%),
    linear-gradient(145deg,#17152a 0%,#101825 72%);
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
.billTabGuideMascot{
  order:2;
  display:block;
  width:230px;
  height:236px;
  max-width:100%;
  align-self:end;
  justify-self:center;
  object-fit:contain;
  transform:none!important;
  transform-origin:center;
  filter:drop-shadow(0 13px 20px rgba(94,70,255,.32));
  pointer-events:none;
}
.billTabGuideMessage{
  order:1;
  position:relative;
  min-width:0;
  align-self:center;
  margin:0 0 22px;
  padding:20px 22px;
  border:1px solid #8472bb;
  border-radius:20px;
  background:#25253f;
  color:#eef0ff;
  text-align:left;
}
.billTabGuideMessage:after{
  content:"";
  position:absolute;
  right:-9px;
  top:50%;
  width:16px;
  height:16px;
  border-top:1px solid #8472bb;
  border-right:1px solid #8472bb;
  background:#25253f;
  transform:translateY(-50%) rotate(45deg);
}
.billTabGuideEyebrow{
  margin-bottom:7px;
  color:#b8a8ff;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.2px;
}
.billTabGuideMessage h2{
  margin:0 0 8px!important;
  color:#f7f8fc;
  font-size:24px!important;
  line-height:1.18;
  text-align:left!important;
}
.billTabGuideMessage p{
  margin:0;
  color:#c2cada;
  font-size:14px;
  line-height:1.52;
}
#aichat>.billTabGuide{margin-top:12px}
#aichat>.billTabGuide+.conciergeTierNote{margin-top:-12px!important;margin-bottom:14px!important}
@media(max-width:680px){
  .billTabGuide{
    grid-template-columns:minmax(0,1fr) 132px;
    gap:4px;
    min-height:176px;
    padding:13px 2px 0 12px;
    border-radius:19px;
  }
  .billTabGuideMascot{
    width:136px;
    height:164px;
    max-width:none;
  }
  .billTabGuideMessage{
    margin:0 0 13px;
    padding:14px;
    border-radius:16px;
  }
  .billTabGuideMessage:after{
    right:-7px;
    width:12px;
    height:12px;
  }
  .billTabGuideEyebrow{font-size:8px;letter-spacing:1px}
  .billTabGuideMessage h2{font-size:18px!important}
  .billTabGuideMessage p{font-size:11px;line-height:1.45}
}
@media(max-width:390px){
  .billTabGuide{
    grid-template-columns:minmax(0,1fr) 106px;
    gap:2px;
    min-height:158px;
    padding-left:10px;
  }
  .billTabGuideMascot{
    width:112px;
    height:148px;
  }
  .billTabGuideMessage{padding:12px}
  .billTabGuideMessage h2{font-size:16px!important}
  .billTabGuideMessage p{font-size:10.5px}
}
