/* FOUNTAIN+ V10.2 — SHARE EVERYTHING
   One visual language for sharing every major content unit while keeping viewers on fountainplus.net. */
.fplus-share-host{position:relative!important}
.fplus-universal-share-button{
  appearance:none;-webkit-appearance:none;position:absolute;top:10px;right:10px;z-index:44;
  min-width:36px;height:36px;padding:0 9px;display:inline-flex;align-items:center;justify-content:center;gap:7px;
  border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(4,5,7,.74);color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.34);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  font:900 9px/1 Inter,Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;
  opacity:.9;transition:transform .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease
}
.fplus-universal-share-button svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.fplus-universal-share-button .fplus-share-label{display:none}
.fplus-universal-share-button:hover,.fplus-universal-share-button:focus-visible{opacity:1;transform:translateY(-1px);background:rgba(197,139,51,.25);border-color:rgba(244,185,84,.78);outline:none}
.fplus-universal-share-button:active{transform:translateY(0) scale(.96)}

/* The two FOUNTAIN+ Original Film cards get an unmistakable labeled share control. */
.sayless-home-card>.fplus-universal-share-button,.wyh-home-card>.fplus-universal-share-button{
  top:14px;right:14px;width:auto;min-width:88px;padding:0 13px;background:rgba(3,4,5,.82);border-color:rgba(244,185,84,.52)
}
.sayless-home-card>.fplus-universal-share-button .fplus-share-label,.wyh-home-card>.fplus-universal-share-button .fplus-share-label{display:inline}

/* Dedicated page share: available everywhere without competing with the content. */
.fplus-page-share-button{
  appearance:none;-webkit-appearance:none;position:fixed;right:18px;bottom:18px;z-index:118;
  min-height:42px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:8px;
  border:1px solid rgba(244,185,84,.45);border-radius:999px;background:rgba(5,6,8,.88);color:#fff;
  box-shadow:0 12px 38px rgba(0,0,0,.38);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  font:950 9px/1 Inter,Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease
}
.fplus-page-share-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.fplus-page-share-button:hover,.fplus-page-share-button:focus-visible{transform:translateY(-2px);background:rgba(197,139,51,.28);border-color:rgba(244,185,84,.8);outline:none}
body.cinema-active .fplus-page-share-button{opacity:0;pointer-events:none}

.fplus-share-toast-global{position:fixed;left:50%;bottom:28px;z-index:9999;transform:translate(-50%,14px);opacity:0;pointer-events:none;background:#0b0c0f;color:#fff;border:1px solid rgba(244,185,84,.42);border-radius:999px;padding:11px 15px;box-shadow:0 16px 45px rgba(0,0,0,.42);font:950 9px/1 Inter,Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;transition:.2s ease}
.fplus-share-toast-global.show{opacity:1;transform:translate(-50%,0)}

/* Existing video/episode shares remain authoritative; universal sharing never duplicates them. */
.playable-card:has(.fplus-card-share-button)>.fplus-universal-share-button,
.playable-card:has(.episode-share-button)>.fplus-universal-share-button{display:none!important}

@media(max-width:760px){
  .fplus-universal-share-button{top:8px;right:8px;min-width:34px;width:34px;height:34px;padding:0;opacity:.94}
  .fplus-universal-share-button svg{width:16px;height:16px}
  .sayless-home-card>.fplus-universal-share-button,.wyh-home-card>.fplus-universal-share-button{top:10px;right:10px;width:auto;min-width:82px;height:36px;padding:0 11px}
  .sayless-home-card>.fplus-universal-share-button .fplus-share-label,.wyh-home-card>.fplus-universal-share-button .fplus-share-label{display:inline}
  .fplus-page-share-button{right:12px;bottom:calc(84px + env(safe-area-inset-bottom));min-height:40px;padding:0 12px}
  body[data-page="puppet-gang"] .fplus-page-share-button,body.pg-page .fplus-page-share-button,body.pg-reels-page .fplus-page-share-button{display:none!important}
  .fplus-share-toast-global{bottom:calc(92px + env(safe-area-inset-bottom))}
}

@media(prefers-reduced-motion:reduce){.fplus-universal-share-button,.fplus-page-share-button,.fplus-share-toast-global{transition:none!important}}
