/* CUSTOMER_PROJECT_STATE_SIGNOUT_V55 */
.customer-alpha-scoped-state-v52 { display:none !important; }
.customer-project-state-v55-badge{
  position:fixed;left:16px;bottom:16px;z-index:9997;display:flex;gap:8px;align-items:center;
  min-width:220px;max-width:min(480px,calc(100vw - 32px));padding:8px 10px;border-radius:999px;
  border:1px solid rgba(34,197,94,.28);background:rgba(240,253,244,.96);color:#14532d;
  box-shadow:0 14px 36px rgba(15,23,42,.14);font:12px/1.35 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}
.customer-project-state-v55-badge strong{font-weight:800}
.customer-project-state-v55-badge button{border:0;border-radius:999px;padding:6px 9px;background:#dcfce7;color:#14532d;cursor:pointer;font:inherit;font-weight:800}
@media(max-width:720px){.customer-project-state-v55-badge{left:12px;right:12px;bottom:70px;max-width:none;flex-wrap:wrap;border-radius:16px}}
