.sofia-stage-row.ra-stage-row { width: min(90vw,1200px); grid-template-columns:repeat(5,minmax(0,1fr)); }
.stage-ra { background:linear-gradient(145deg,#00a6dd,#0068a1)!important; }
.stage-ra .ra-card-icon { font-size:36px; line-height:1; color:white; }
.stage-ra .sofia-stage-percent { white-space:normal; font-size:12px; }
#ra-device-message { color:#192a59; padding:28px; border:0; border-radius:24px; max-width:min(90vw,440px); box-shadow:0 15px 60px #0004; font:18px/1.5 sans-serif; }
#ra-device-message::backdrop { background:#192a5980; }
#ra-device-message button { margin-top:20px; border:0; border-radius:30px; background:#ff6230; color:white; padding:10px 24px; font-weight:bold; }
@media(max-width:1000px) { .sofia-stage-row.ra-stage-row { grid-template-columns:repeat(2,minmax(0,1fr)); } }
