/* VenueQuizzes v0.8.61: one-tap sharing across KWIZY player screens. */
.kwizy-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  min-width:0;
}
.kwizy-share-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  flex:0 0 auto;
  min-height:40px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.1));
  color:#fff;
  box-shadow:0 8px 22px rgba(4,3,22,.2),inset 0 1px 0 rgba(255,255,255,.18);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  font:inherit;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.01em;
  cursor:pointer;
  touch-action:manipulation;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.kwizy-share-button svg{width:17px;height:17px;fill:currentColor}
.kwizy-share-button:hover{
  border-color:rgba(119,244,197,.72);
  background:linear-gradient(135deg,rgba(86,229,176,.28),rgba(116,83,255,.2));
  box-shadow:0 10px 26px rgba(4,3,22,.28),0 0 0 3px rgba(101,232,183,.09);
  transform:translateY(-1px);
}
.kwizy-share-button:active{transform:translateY(0) scale(.98)}
.kwizy-share-button:focus-visible{outline:3px solid #78efc1;outline-offset:3px}
.kwizy-share-button.is-sharing{pointer-events:none;opacity:.72}
.kwizy-share-status{
  position:fixed;
  z-index:1000;
  left:50%;
  bottom:max(20px,calc(env(safe-area-inset-bottom) + 12px));
  width:max-content;
  max-width:calc(100vw - 32px);
  padding:11px 15px;
  border:1px solid rgba(123,239,195,.4);
  border-radius:999px;
  background:rgba(12,9,35,.96);
  color:#fff;
  box-shadow:0 16px 42px rgba(4,3,20,.42);
  font-size:.82rem;
  font-weight:850;
  text-align:center;
  transform:translateX(-50%);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}
.kwizy-share-status.is-error{border-color:rgba(255,122,151,.55);color:#ffdce4}
.kwizy-share-status[hidden]{display:none}
@media(max-width:540px){
  .kwizy-site-header{gap:8px}
  .kwizy-header-actions{gap:6px}
  .kwizy-header-actions .kwizy-venue-chip{display:none}
  .kwizy-share-button{min-height:38px;padding:7px 11px;font-size:.74rem}
}
@media(max-width:340px){
  .kwizy-share-button{width:38px;padding:7px}
  .kwizy-share-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
}
@media(prefers-reduced-motion:reduce){
  .kwizy-share-button{transition:none}
}
