/* APD PRO — Bonfim Scene (v2.1.1) */
/* === Background removed: characters over natural page bg === */
.apdprob-section{position:relative;width:100%;overflow:hidden;background:transparent !important}
.apdprob-scene{
  position:relative; width:100%; min-height:90vh;
  background:none !important;
}
.apdprob-scene:before{display:none !important}

/* Ground/flowers hidden */
.apdprob-ground,.apdprob-flowers{display:none !important}

/* Characters large and elevated above the bottom to avoid the taller chat */
.apdprob-char{
  position:absolute; bottom:160px; width:20vw; max-width:320px; aspect-ratio:3/5;
  background-color:transparent; background-position:center bottom; background-size:contain; background-repeat:no-repeat; z-index:4;
  filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));
}
.apdprob-junior{left:6%}
.apdprob-geisa{left:28%}
.apdprob-pedro{left:53%}
.apdprob-jadeson{left:78%; transform:scale(1.08)}

/* Blink & action */
.apdprob-char.apdprob-blink{animation:apdprob-blink .16s ease-in-out}
@keyframes apdprob-blink{0%{filter:brightness(.9) drop-shadow(0 10px 30px rgba(0,0,0,.5))}100%{filter:brightness(1) drop-shadow(0 10px 30px rgba(0,0,0,.5))}}
.apdprob-char.apdprob-act{animation:apdprob-act 1s ease}
@keyframes apdprob-act{0%{filter:brightness(1.05)}50%{filter:brightness(1.15)}100%{filter:brightness(1)}}

/* === Chat bar bigger and wider === */
.apdprob-chatbar{
  position:absolute; left:50%; transform:translateX(-50%);
  bottom:12px; width: min(1440px, calc(100% - 24px));
  z-index:5; background:rgba(255,255,255,.08); backdrop-filter: blur(12px) saturate(120%);
  border:1px solid rgba(255,255,255,.25); border-radius:14px; padding:16px;
  color:#0b1020;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.apdprob-chatlog{max-height:420px; overflow:auto; padding:8px 10px 10px 10px; background:rgba(255,255,255,.75); border-radius:10px; margin-bottom:10px}
.apdprob-inputrow{display:flex; gap:10px}
.apdprob-inputrow .apdprob-q{flex:1; background:#fff; color:#0b1020; border:1px solid rgba(0,0,0,.15); border-radius:10px; padding:12px 14px}
.apdprob-inputrow .apdprob-send{background: var(--apdprob-accent,#22c55e); color:#0b1020; border:0; border-radius:10px; padding:12px 18px; font-weight:800; cursor:pointer}

.apdprob-msg{margin-bottom:8px}
.apdprob-msg .who{font-weight:800; color:#0b1020; margin-bottom:2px}
.apdprob-msg .text{color:#111827}

@media (max-width: 980px){
  .apdprob-char{width:28vw; bottom:180px}
  .apdprob-junior{left:2%}.apdprob-geisa{left:28%}.apdprob-pedro{left:56%}.apdprob-jadeson{left:auto; right:2%}
  .apdprob-chatlog{max-height:360px}
}


/* v2.1.3: keep images; only force background-color transparent */
.apdprob-char{background-color:transparent !important;}
