.claritySupportButton{
  position:fixed;
  right:12px;
  bottom:calc(88px + env(safe-area-inset-bottom));
  z-index:100500;
  width:44px;
  height:44px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(5,9,7,.82);
  color:#fff;
  display:grid;
  place-items:center;
  padding:0;
  font-size:21px;
  font-weight:950;
  box-shadow:0 12px 30px rgba(0,0,0,.34);
  backdrop-filter:blur(14px);
}
body .claritySupportButton{
  display:none!important;
}

.clarityBetaFlag{
  position:fixed;
  left:12px;
  bottom:calc(12px + env(safe-area-inset-bottom));
  z-index:100480;
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:28px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(5,9,7,.54);
  color:rgba(255,255,255,.70);
  padding:5px 8px;
  font:850 11px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:.03em;
  box-shadow:0 8px 22px rgba(0,0,0,.24);
  backdrop-filter:blur(12px);
  opacity:.68;
}
.clarityBetaFlag span{
  font-size:13px;
  line-height:1;
}
.clarityBetaFlag small{
  color:rgba(255,255,255,.54);
  font:850 10px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.clarityBetaFlag:hover,
.clarityBetaFlag:focus-visible{
  opacity:1;
  color:#fff;
  border-color:rgba(31,211,109,.42);
  outline:0;
}
.claritySupportButton:focus-visible{
  outline:2px solid rgba(31,211,109,.82);
  outline-offset:2px;
}
.claritySupportOverlay{
  position:fixed;
  inset:0;
  z-index:100700;
  display:none;
  align-items:flex-end;
  padding:12px;
  box-sizing:border-box;
  background:rgba(0,0,0,.44);
  backdrop-filter:blur(5px);
}
.claritySupportOverlay.open{display:flex}
.claritySupportSheet{
  width:100%;
  max-width:560px;
  max-height:82vh;
  margin:0 auto;
  overflow:auto;
  border-radius:24px;
  background:rgba(5,9,7,.96);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 24px 64px rgba(0,0,0,.55);
  padding:16px;
  box-sizing:border-box;
}
.claritySupportHead{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:12px;
}
.claritySupportHead strong{
  display:block;
  font-size:22px;
  font-weight:950;
  letter-spacing:-.03em;
}
.claritySupportHead span{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.62);
  font-size:12px;
  font-weight:760;
  line-height:1.35;
}
.claritySupportClose{
  width:40px;
  height:40px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:0;
}
.claritySupportForm{
  display:grid;
  gap:10px;
}
.claritySupportForm label{
  display:grid;
  gap:6px;
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.claritySupportForm textarea,
.claritySupportForm input{
  width:100%;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.11);
  border-radius:15px;
  background:rgba(0,0,0,.24);
  color:#fff;
  padding:11px 12px;
  font:800 14px/1.35 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  outline:0;
  text-transform:none;
  letter-spacing:0;
}
.claritySupportForm textarea{
  min-height:92px;
  resize:vertical;
}
.claritySupportMeta{
  border-radius:16px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
  padding:10px 12px;
  color:rgba(255,255,255,.62);
  font-size:11px;
  font-weight:780;
  line-height:1.35;
}
.claritySupportActions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.claritySupportActions button{
  min-height:44px;
}
.claritySupportActions .primary{
  background:#1fd36d;
  color:#071008;
}
.claritySupportStatus{
  min-height:18px;
  color:rgba(255,255,255,.66);
  font-size:12px;
  font-weight:820;
  line-height:1.35;
}
.claritySupportStatus.good{color:#1fd36d}
.claritySupportStatus.warn{color:#ffcf70}

@media(max-width:520px){
  .claritySupportButton{
    bottom:calc(84px + env(safe-area-inset-bottom));
  }
  .clarityBetaFlag{
    left:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
  }
  .claritySupportActions{
    grid-template-columns:1fr;
  }
}
