
/* v51 — Lighter Side floating Dispatch unicorn */
.nf-light-dispatch{
  position:fixed;
  right:clamp(12px,2.2vw,28px);
  bottom:calc(22px + env(safe-area-inset-bottom,0px));
  z-index:1000;
  width:78px;
  max-width:calc(100vw - 24px);
  pointer-events:none;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.nf-light-dispatch *{box-sizing:border-box}
.nf-light-dispatch button{font:inherit;cursor:pointer}
.nf-light-launcher{
  position:relative;
  width:78px;
  height:78px;
  margin-left:auto;
  pointer-events:auto;
}
.nf-light-trigger{
  position:absolute;
  right:0;
  bottom:0;
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(117,92,158,.28);
  border-radius:50%;
  background:linear-gradient(145deg,#fff,#f1ebff 54%,#dff5ff);
  box-shadow:
    0 12px 30px rgba(102,87,143,.22),
    inset 0 1px 0 rgba(255,255,255,.95);
  -webkit-tap-highlight-color:transparent;
  overflow:visible;
}
.nf-light-trigger:hover{
  transform:translateY(-2px);
  box-shadow:
    0 15px 34px rgba(102,87,143,.26),
    0 0 26px rgba(197,167,255,.25),
    inset 0 1px 0 #fff;
}
.nf-light-unicorn{
  display:block;
  font-size:42px;
  line-height:1;
  transform-origin:50% 75%;
  filter:drop-shadow(0 3px 6px rgba(81,62,111,.16));
}
.nf-light-fart-cloud{
  position:absolute;
  left:-8px;
  bottom:9px;
  width:34px;
  height:26px;
  opacity:0;
  pointer-events:none;
  transform-origin:100% 50%;
}
.nf-light-fart-cloud::before,
.nf-light-fart-cloud::after{
  content:"";
  position:absolute;
  border-radius:50%;
}
.nf-light-fart-cloud::before{
  width:20px;height:20px;left:4px;top:3px;
  background:#ffb6db;
  box-shadow:
    -12px 6px 0 -2px #9de6ff,
    10px 5px 0 -2px #c6afff,
    -3px -8px 0 -4px #ffe07c;
}
.nf-light-fart-cloud::after{
  width:4px;height:4px;left:-4px;top:6px;
  background:#fff;
  box-shadow:
    -9px -7px 0 #ffd66e,
    -15px 8px 0 #a5ebd0,
    3px 16px 0 #fff,
    -21px 1px 0 #ff9dcc;
}
.nf-light-dispatch.nf-light-farting .nf-light-unicorn{
  animation:nf-light-unicorn-wiggle 1.25s ease-in-out both;
}
.nf-light-dispatch.nf-light-farting .nf-light-fart-cloud{
  animation:nf-light-rainbow-puff 1.35s ease-out both;
}
@keyframes nf-light-unicorn-wiggle{
  0%,100%{transform:translateX(0) rotate(0deg)}
  20%{transform:translateX(2px) rotate(3deg)}
  38%{transform:translateX(-2px) rotate(-4deg)}
  56%{transform:translateX(3px) rotate(5deg)}
  72%{transform:translateX(0) rotate(0deg)}
}
@keyframes nf-light-rainbow-puff{
  0%{opacity:0;transform:translate(8px,2px) scale(.45)}
  18%{opacity:1}
  58%{opacity:.95;transform:translate(-16px,-5px) scale(1.15)}
  100%{opacity:0;transform:translate(-34px,-13px) scale(1.42)}
}
.nf-light-label{
  position:absolute;
  right:84px;
  bottom:18px;
  white-space:nowrap;
  padding:8px 12px;
  border:1px solid rgba(114,91,150,.16);
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:#4b3f61;
  box-shadow:0 8px 24px rgba(98,80,127,.14);
  font-size:12px;
  font-weight:800;
  opacity:0;
  transform:translateX(5px);
  transition:opacity .18s ease,transform .18s ease;
  pointer-events:none;
}
.nf-light-dispatch:hover .nf-light-label,
.nf-light-dispatch:focus-within .nf-light-label{opacity:1;transform:translateX(0)}
.nf-light-dismiss{
  position:absolute;
  top:-7px;right:-7px;
  width:28px;height:28px;
  display:grid;place-items:center;
  padding:6px;
  border:1px solid rgba(110,88,145,.2);
  border-radius:50%;
  color:#5b4b70;
  background:#fff;
  box-shadow:0 4px 13px rgba(92,77,118,.16);
  z-index:3;
}
.nf-light-dismiss svg,.nf-light-panel-close svg{
  width:100%;height:100%;fill:none;stroke:currentColor;
  stroke-width:2;stroke-linecap:round;
}
.nf-light-panel{
  position:absolute;
  right:0;
  bottom:calc(100% + 12px);
  width:min(370px,calc(100vw - 32px));
  max-height:min(620px,calc(100dvh - 120px));
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:24px;
  border:1px solid rgba(107,83,143,.18);
  border-radius:20px;
  background:
    radial-gradient(circle at 90% 5%,rgba(197,169,255,.22),transparent 34%),
    radial-gradient(circle at 5% 95%,rgba(140,221,255,.2),transparent 34%),
    rgba(255,255,255,.94);
  color:#40344f;
  box-shadow:0 24px 70px rgba(88,69,117,.24);
  pointer-events:auto;
}
.nf-light-panel[hidden]{display:none!important}
.nf-light-panel-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.nf-light-eyebrow{
  font-size:10px;font-weight:900;letter-spacing:.13em;
  text-transform:uppercase;color:#8a62bb;
}
.nf-light-panel-close{
  width:32px;height:32px;display:grid;place-items:center;padding:8px;
  border:1px solid rgba(100,79,129,.16);
  border-radius:50%;background:#fff;color:#655274;
}
.nf-light-panel h2{
  margin:12px 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;line-height:1.12;letter-spacing:-.035em;color:#423457;
}
.nf-light-description{margin:0 0 20px;color:#746b80;font-size:13px;line-height:1.65}
.nf-light-form .newsletter-row{display:flex;flex-direction:column;gap:10px}
.nf-light-form .newsletter-row input{
  width:100%;min-width:0;min-height:46px;font-size:16px;
  background:#fff;color:#40364e;border-color:rgba(105,83,137,.17);
}
.nf-light-form .newsletter-row .btn{
  width:100%;min-height:46px;
  background:#9be7c4!important;color:#173d2e!important;
  border:1px solid #61be91!important;border-radius:999px!important;
}
.nf-light-form .newsletter-note{font-size:11px;line-height:1.6;color:#776f81}
.nf-light-form .newsletter-note a{color:#72579a;text-decoration:underline}
.nf-light-open .nf-light-label{opacity:0!important}
@media(max-width:760px){
  .nf-light-dispatch{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:66px}
  .nf-light-launcher{width:66px;height:66px}
  .nf-light-trigger{width:62px;height:62px}
  .nf-light-unicorn{font-size:37px}
  .nf-light-label{display:none}
  .nf-light-panel{
    width:min(370px,calc(100vw - 32px));
    max-height:calc(100dvh - 108px - env(safe-area-inset-bottom,0px));
    padding:21px;
  }
}
@media(max-width:390px){
  .nf-light-dispatch{right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px))}
  .nf-light-panel{width:calc(100vw - 24px);padding:18px}
}
@media(prefers-reduced-motion:reduce){
  .nf-light-dispatch,.nf-light-label{transition:none!important}
  .nf-light-unicorn,.nf-light-fart-cloud{animation:none!important}
}


/* v52 — larger full-body unicorn; puff originates from the rear */
.nf-light-dispatch{
  width:100px;
}
.nf-light-launcher{
  width:100px;
  height:100px;
}
.nf-light-trigger{
  width:94px;
  height:94px;
  overflow:visible;
}
.nf-light-unicorn-wrap{
  position:relative;
  display:block;
  width:80px;
  height:64px;
}
.nf-light-unicorn{
  position:absolute;
  inset:0;
  width:80px;
  height:64px;
  overflow:visible;
  transform-origin:52% 75%;
  filter:drop-shadow(0 3px 6px rgba(81,62,111,.17));
}
.nf-light-fart-cloud{
  left:auto!important;
  right:-31px!important;
  bottom:15px!important;
  width:39px!important;
  height:29px!important;
  transform-origin:0 50%!important;
}
.nf-light-fart-cloud::before{
  width:22px!important;
  height:22px!important;
  left:3px!important;
  top:3px!important;
  background:#ffb6db!important;
  box-shadow:
    11px 5px 0 -2px #9de6ff,
    21px 0 0 -4px #c6afff,
    8px -9px 0 -5px #ffe07c!important;
}
.nf-light-fart-cloud::after{
  width:4px!important;
  height:4px!important;
  left:20px!important;
  top:8px!important;
  background:#fff!important;
  box-shadow:
    9px -8px 0 #ffd66e,
    16px 7px 0 #a5ebd0,
    2px 16px 0 #fff,
    23px 1px 0 #ff9dcc!important;
}
.nf-light-dispatch.nf-light-farting .nf-light-unicorn{
  animation:nf-light-unicorn-wiggle-v52 1.25s ease-in-out both;
}
.nf-light-dispatch.nf-light-farting .nf-light-fart-cloud{
  animation:nf-light-rainbow-puff-v52 1.35s ease-out both;
}
@keyframes nf-light-unicorn-wiggle-v52{
  0%,100%{transform:translateX(0) rotate(0deg)}
  18%{transform:translateX(-1px) rotate(-1deg)}
  36%{transform:translateX(2px) rotate(2.5deg)}
  54%{transform:translateX(-2px) rotate(-2deg)}
  72%{transform:translateX(1px) rotate(1deg)}
}
@keyframes nf-light-rainbow-puff-v52{
  0%{opacity:0;transform:translate(-8px,3px) scale(.42)}
  18%{opacity:1}
  58%{opacity:.96;transform:translate(14px,-5px) scale(1.16)}
  100%{opacity:0;transform:translate(38px,-14px) scale(1.48)}
}
.nf-light-label{
  right:106px;
  bottom:28px;
}
.nf-light-dismiss{
  top:-5px;
  right:-5px;
}
@media(max-width:760px){
  .nf-light-dispatch{width:88px}
  .nf-light-launcher{width:88px;height:88px}
  .nf-light-trigger{width:84px;height:84px}
  .nf-light-unicorn-wrap{width:72px;height:58px}
  .nf-light-unicorn{width:72px;height:58px}
  .nf-light-fart-cloud{right:-27px!important;bottom:13px!important}
}
