/* AUSAPE V10.16 · Shared Supabase Data Source */
.ausape-shared-data-badge{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  padding:10px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.01em;
  background:#eef8ff;
  color:#075985;
  border:1px solid #bae6fd;
  box-shadow:0 10px 30px rgba(15,23,42,.12);
  pointer-events:none;
}
.ausape-shared-data-badge[data-source="local"]{
  background:#fff7ed;
  color:#9a3412;
  border-color:#fed7aa;
}
.ausape-source-line{
  margin-top:8px;
  padding:8px 10px;
  border-radius:12px;
  background:#ecfdf5;
  color:#065f46;
  border:1px solid #bbf7d0;
  font-weight:800;
}
#syncAdminApplyShared,#sbApplyShared{
  background:linear-gradient(135deg,#009fe3,#0f75bc)!important;
  color:#fff!important;
  border:0!important;
}
@media print{.ausape-shared-data-badge{display:none!important}}
