#coam-sat-overlay{position:fixed;inset:0;z-index:2147483000;background:hsl(40 33% 98%);display:flex;align-items:center;justify-content:center;padding:24px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
#coam-sat-overlay[hidden]{display:none!important}
.coam-sat-box{max-width:420px;text-align:center;color:hsl(24 10% 10%)}
.coam-sat-box img.coam-sat-logo{width:min(200px,72vw);height:auto;margin:0 auto 24px;display:block;object-fit:contain}
.coam-sat-box h2{font-size:1.25rem;font-weight:600;margin:0 0 12px;line-height:1.35;letter-spacing:-.02em}
.coam-sat-box p#coam-sat-msg{margin:0 0 16px;font-size:1rem;line-height:1.55;color:hsl(24 6% 35%)}
.coam-sat-count{font-size:2rem;font-weight:700;color:hsl(0 65% 45%);margin:8px 0 16px;font-variant-numeric:tabular-nums}
.coam-sat-sub{font-size:.9rem;line-height:1.5;color:hsl(24 6% 42%)}
.coam-sat-sub span{display:block;margin-bottom:10px}
.coam-sat-web-links{margin:14px 0 0;font-size:.9rem}
.coam-sat-web-links a{color:hsl(211 45% 32%);font-weight:500;text-decoration:underline;text-underline-offset:2px}
.coam-sat-web-links a:hover{color:hsl(211 45% 22%)}
.coam-sat-spinner{width:40px;height:40px;border:3px solid hsl(40 15% 88%);border-top-color:hsl(0 65% 45%);border-radius:50%;margin:16px auto;animation:coamSatSpin .8s linear infinite}
#coam-event-load-notice{position:fixed;inset:0;z-index:2147482999;background:hsl(40 33% 98%);display:flex;align-items:center;justify-content:center;padding:24px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
#coam-event-load-notice .coam-sat-box{max-width:480px}
#coam-event-load-notice .coam-sat-actions{margin-top:20px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
#coam-event-load-notice button.coam-sat-btn-primary{background:hsl(211 45% 32%);color:#fff;border:0;padding:12px 24px;border-radius:6px;font-size:.95rem;cursor:pointer}
#coam-event-load-notice button.coam-sat-btn-ghost{background:transparent;color:hsl(211 45% 32%);border:1px solid hsl(40 15% 78%);padding:12px 20px;border-radius:6px;font-size:.95rem;cursor:pointer}
@keyframes coamSatSpin{to{transform:rotate(360deg)}}
