/* Gaotus Companion — calm fullscreen stage */
#gcmp-stage{
  position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:#eef6f6;font-family:system-ui,Segoe UI,Roboto,sans-serif;gap:24px;overflow:hidden;
}
#gcmp-gao{width:min(56vmin,420px);height:min(56vmin,420px)}
#gcmp-gao svg{width:100%;height:100%}
#gcmp-caption{
  min-height:2.4em;max-width:80vw;text-align:center;
  font-size:clamp(20px,3.2vmin,34px);color:#243a3a;line-height:1.4;
}
#gcmp-controls{display:flex;gap:20px}
#gcmp-controls button{
  font-size:clamp(18px,2.6vmin,26px);padding:16px 28px;border:none;border-radius:20px;
  background:#5cb8bd;color:#fff;box-shadow:0 4px 0 #4aa2ab;cursor:pointer;
}
#gcmp-controls button:active{transform:translateY(2px);box-shadow:0 2px 0 #4aa2ab}
#gcmp-talk.gcmp-listening{background:#ff9d8a;box-shadow:0 4px 0 #e8836f}
@media (prefers-reduced-motion:reduce){*{animation:none!important}}
