
.juicy-nn-upload-wrap{display:flex;justify-content:center;margin:16px 0;}
.juicy-nn-upload-btn{
  width:min(520px, 92vw);
  padding:16px 18px;
  font-size:18px;
  font-weight:700;
  border:0;
  border-radius:18px;
  cursor:pointer;
  background:linear-gradient(180deg, #1a73e8 0%, #0b57d0 100%);
  color:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.16);
}
.juicy-nn-upload-btn:hover{
  background:linear-gradient(180deg, #0b57d0 0%, #1a73e8 100%);
}
.juicy-nn-upload-note{
  width:min(520px, 92vw);
  margin:10px auto 0;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  font-size:14px;
  line-height:1.4;
  text-align:center;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
}

.juicy-nn-upload-btn:active{transform:translateY(1px);}
.juicy-nn-modal{position:fixed;inset:0;display:none;z-index:999999;}
.juicy-nn-modal.open,
.juicy-nn-modal.is-open{display:block;}
.juicy-nn-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);}
.juicy-nn-modal__panel{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:min(560px, 94vw);
  max-height:88vh;
  overflow:auto;
  background:#fff;
  border-radius:22px;
  box-shadow:0 20px 70px rgba(0,0,0,.35);
}
.juicy-nn-modal__header{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 14px 10px 16px;border-bottom:1px solid rgba(0,0,0,.08);
}
.juicy-nn-modal__title{font-size:18px;font-weight:800;}
.juicy-nn-modal__close{border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;padding:4px 10px;}
.juicy-nn-form{padding:14px 16px 18px;}
.juicy-nn-row{display:flex;flex-direction:column;gap:6px;margin:10px 0;}
.juicy-nn-row label{font-weight:800;font-size:13px;opacity:.85;}
.juicy-nn-row input,.juicy-nn-row select{
  font-size:16px;
  padding:12px 12px;
  border:1px solid rgba(0,0,0,.16);
  border-radius:14px;
  outline:none;
  min-height:48px;
  line-height:1.25;
  box-sizing:border-box;
}
.juicy-nn-row select{
  -webkit-appearance: menulist;
  appearance: auto;
  background-color:#fff;
}
.juicy-nn-row input:focus,.juicy-nn-row select:focus{border-color:#1a73e8;box-shadow:0 0 0 3px rgba(232,42,138,.12);}
.juicy-nn-help{font-size:12px;opacity:.7;}
.juicy-nn-perm-hint{
  font-size:13px;
  line-height:1.35;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(232,42,138,.06);
}
.juicy-nn-photo-chooser{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.juicy-nn-photo-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:11px 14px;
  font-size:15px;
  font-weight:800;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.16);
  background:#fff;
  cursor:pointer;
}
.juicy-nn-ico{display:inline-flex;align-items:center;justify-content:center;}
.juicy-nn-ico svg{display:block;}
.juicy-nn-photo-btn.secondary{
  opacity:.92;
}
.juicy-nn-photo-btn:active{transform:translateY(1px);}
.juicy-nn-photo-name{font-size:13px;opacity:.75;word-break:break-word;}
.juicy-nn-file-input{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
}
.juicy-nn-preview{margin-top:10px;display:flex;justify-content:center;align-items:center;position:relative;border:1px solid rgba(15,23,42,.10);border-radius:18px;background:#f8fafc;padding:8px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.06);}
.juicy-nn-preview-media{position:relative;display:inline-block;line-height:0;max-width:100%;margin:0 auto;}
.juicy-nn-preview img{width:auto;max-width:100%;max-height:320px;height:auto;object-fit:contain;border-radius:14px;border:0;background:transparent;display:block;}
.juicy-nn-submit{
  width:100%;
  margin-top:10px;
  padding:14px 16px;
  font-size:16px;
  font-weight:800;
  border:0;
  border-radius:16px;
  cursor:pointer;
  background:#0b57d0;
  color:#fff;
}
.juicy-nn-status{margin-top:10px;font-size:13px;min-height:18px;}
.juicy-nn-status.ok{color:#0a7f2e;font-weight:700;}
.juicy-nn-status.err{color:#b00020;font-weight:700;}

/* success modal */
.juicy-nn-success-body{padding:16px;}
.juicy-nn-success-msg{font-size:16px;font-weight:800;margin-bottom:8px;}
.juicy-nn-success-help{font-size:13px;opacity:.85;margin-bottom:14px;}
.juicy-nn-success-ok{
  width:100%;
  margin-top:6px;
  padding:14px 16px;
  font-size:16px;
  font-weight:800;
  border:0;
  border-radius:16px;
  cursor:pointer;
  background:#0b57d0;
  color:#fff;
}
/* honeypot hidden */
.juicy-nn-hp{position:absolute;left:-9999px;top:-9999px;height:0;overflow:hidden;}
/* prevent background scroll */
html.juicy-nn-modal-open{overflow:hidden;}

@media (max-width: 520px){
  .juicy-nn-modal__panel{
    left:50%;
    top:8vh;
    transform:translate(-50%, 0);
    width:92vw;
    max-height:90vh;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .juicy-nn-row input,.juicy-nn-row select{
    min-height:46px;
    line-height:1.3;
    padding:12px 12px;
    box-sizing:border-box;
  }
  .juicy-nn-row select{
    -webkit-appearance: menulist;
    appearance: auto;
    background-color:#fff;
  }
  .juicy-nn-modal__header{position:sticky;top:0;background:#fff;z-index:2;}

  /* gallery/camera buttons stacked full width */
  .juicy-nn-photo-chooser{flex-direction:column;align-items:stretch;}
  .juicy-nn-photo-btn{width:100%;}
  .juicy-nn-photo-name{width:100%;}
}


/* v1.1.3 geo-detected */
.juicy-nn-detected{
  padding:10px 12px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#f8fafc;
}
.juicy-nn-detected__sub{font-size:12px;opacity:.85;margin-top:4px;}
.juicy-nn-detected__retry{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(29,78,216,.25);
  background:#fff;
  color:#1d4ed8;
  cursor:pointer;
  font-weight:600;
}
.juicy-nn-helper{
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#0f172a;
  font-size:13px;
  line-height:1.35;
}
.juicy-nn-status.ok{color:#0a7a2f;}
.juicy-nn-status.err{color:#b91c1c;}
.juicy-nn-consent__lbl{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.35;}
.juicy-nn-consent__lbl input{margin-top:3px;}


.juicy-nn-contact-details{border:1px solid #d7deea;border-radius:16px;background:#fff;overflow:hidden;}
.juicy-nn-contact-details summary{list-style:none;cursor:pointer;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#234;}
.juicy-nn-contact-details summary::-webkit-details-marker{display:none;}
.juicy-nn-contact-optional{font-size:12px;font-weight:600;color:#667085;}
.juicy-nn-contact-fields{padding:0 14px 14px;}
.juicy-nn-face-tools{display:flex;align-items:center;gap:10px;margin-top:10px;}
.juicy-nn-face-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;border:1px solid #c9d5ea;background:#fff;color:#18407a;font-weight:700;cursor:pointer;}
.juicy-nn-face-status{font-size:13px;color:#5b6777;}
.juicy-nn-face-modal__panel{max-width:720px;}
.juicy-nn-face-help{font-size:13px;color:#5b6777;margin:0 0 12px;}
.juicy-nn-face-stage-wrap{display:flex;justify-content:center;align-items:center;background:transparent;border:0;border-radius:18px;padding:12px;box-shadow:none;}
.juicy-nn-face-stage{position:relative;display:inline-block;max-width:100%;touch-action:none;}
.juicy-nn-face-stage > img#juicy-nn-face-base{display:block;max-width:100%;max-height:55vh;border-radius:14px;border:0;box-shadow:none;}
#juicy-nn-face-sticker{position:absolute;left:0;top:0;transform-origin:top left;max-width:none;width:72px;cursor:move;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 10px 18px rgba(15,23,42,.18));}
.juicy-nn-face-controls{margin:12px 0 10px;}
.juicy-nn-face-controls label{display:flex;gap:10px;align-items:center;font-size:13px;font-weight:600;color:#334155;}
.juicy-nn-face-controls input[type=range]{flex:1;}
.juicy-nn-face-stickers{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(84px,1fr));
  gap:10px;
  margin-bottom:12px;
  max-height:240px;
  overflow-y:auto;
  overflow-x:hidden;
  padding-right:4px;
  align-content:start;
}
.juicy-nn-face-sticker-item{width:100%;height:72px;display:flex;align-items:center;justify-content:center;border:1px solid #d7deea;border-radius:14px;background:#fff;cursor:pointer;flex:0 0 auto;padding:8px;}
.juicy-nn-face-sticker-item img{max-width:100%;max-height:100%;display:block;}
.juicy-nn-face-sticker-item.is-active{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.12) inset;}
.juicy-nn-face-sticker-item--text{
  width:88px;
  height:auto;
  min-height:102px;
  padding:8px 8px 10px;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
}
.juicy-nn-face-sticker-item--text img{
  width:100%;
  max-width:100%;
  max-height:54px;
  object-fit:contain;
  flex:0 0 auto;
}
.juicy-nn-face-sticker-label{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
  font-size:11px;
  line-height:1.15;
  font-weight:700;
  color:#475569;
  text-align:center;
  word-break:break-word;
}

.juicy-nn-face-empty{font-size:13px;color:#667085;padding:8px 2px;}
.juicy-nn-face-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;}
.juicy-nn-face-actions__right{display:flex;gap:10px;align-items:center;}
.juicy-nn-face-apply{width:auto;min-width:110px;padding:10px 18px;}
@media (max-width: 680px){
  .juicy-nn-face-tools{flex-direction:column;align-items:stretch;}
  .juicy-nn-face-btn{width:100%;}
  .juicy-nn-face-actions{flex-direction:column;align-items:stretch;}
  .juicy-nn-face-actions__right{width:100%;display:grid;grid-template-columns:1fr 1fr;}
}

#juicy-manage-visibility{min-height:46px;line-height:1.35;padding-top:10px;padding-bottom:10px;}

.juicy-nn-face-preview-sticker{position:absolute;left:0;top:0;display:block;pointer-events:none;z-index:3;transform-origin:top left;max-width:none;mix-blend-mode:normal;opacity:.98;image-rendering:auto;filter:drop-shadow(0 10px 18px rgba(15,23,42,.18));}

.juicy-nn-modal__body{padding:0 18px 18px;}
.juicy-nn-popup-loading{padding:18px 0;color:#5f6368;font-size:14px;line-height:1.5;}


/* v1.1.9.45 FAZA 2A mobile UX */
.juicy-nn-upload-card{padding:14px 14px 12px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 32px rgba(15,23,42,.08);}
.juicy-nn-upload-card > label:first-child{font-size:14px;opacity:.95;}
.juicy-nn-photo-btn{min-height:48px;box-shadow:0 2px 10px rgba(15,23,42,.05);transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;}
.juicy-nn-photo-btn:hover{border-color:rgba(26,115,232,.35);box-shadow:0 8px 22px rgba(26,115,232,.10);}
.juicy-nn-photo-name{padding:10px 12px;border-radius:12px;background:#fff;border:1px dashed rgba(15,23,42,.14);width:100%;box-sizing:border-box;}
.juicy-nn-preview{min-height:96px;}
.juicy-nn-preview.is-loading::after{content:attr(data-loading-text);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:10px 14px;border-radius:999px;background:rgba(15,23,42,.82);color:#fff;font-size:13px;font-weight:700;letter-spacing:.01em;box-shadow:0 10px 28px rgba(15,23,42,.25);z-index:4;white-space:nowrap;}
.juicy-nn-preview.is-loading::before{content:'';position:absolute;left:50%;top:calc(50% - 26px);width:18px;height:18px;margin-left:-9px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;animation:juicy-nn-spin .75s linear infinite;z-index:4;}
.juicy-nn-preview.is-loading .juicy-nn-preview-media{opacity:.28;filter:blur(1px);}
.juicy-nn-status.is-busy{color:#0b57d0;font-weight:700;}
@keyframes juicy-nn-spin{to{transform:rotate(360deg);}}
@media (max-width: 520px){
  .juicy-nn-form{padding:14px 14px 22px;}
  .juicy-nn-row{margin:12px 0;gap:7px;}
  .juicy-nn-upload-card{padding:14px 12px 12px;border-radius:18px;}
  .juicy-nn-photo-btn{min-height:52px;font-size:15px;}
  .juicy-nn-submit{position:sticky;bottom:0;z-index:3;box-shadow:0 -8px 20px rgba(255,255,255,.96),0 10px 24px rgba(11,87,208,.22);}
}

.juicy-nn-tag-btn{background:#111;color:#fff;border-color:#111;}
.juicy-nn-tag-btn:hover{background:#1d1d1d;color:#fff;}
.juicy-nn-tag-modal__panel{max-width:760px;}
.juicy-nn-tag-input-wrap{margin:10px 0 12px;}
.juicy-nn-tag-input-wrap textarea{width:100%;min-height:68px;border:1px solid #d7deea;border-radius:16px;padding:12px 14px;font-size:15px;line-height:1.35;resize:vertical;box-sizing:border-box;background:#fff;}
.juicy-nn-tag-input-wrap textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12);}
.juicy-nn-tag-stage #juicy-nn-tag-base{display:block;max-width:100%;max-height:55vh;border-radius:14px;border:0;box-shadow:none;}
.juicy-nn-tag-overlay{position:absolute;left:0;top:0;max-width:78%;min-width:80px;cursor:move;user-select:none;-webkit-user-select:none;transform-origin:top left;z-index:4;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:pre-line;line-height:1.08;padding:0;}
.juicy-nn-tag-overlay span{display:block;white-space:pre-line;line-height:1.08;}
.juicy-nn-tag-styles{display:flex;gap:12px;margin:14px 0 8px;padding:4px 2px 10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;}
.juicy-nn-tag-style-item{padding:0;border:0;background:none;cursor:pointer;flex:0 0 min(230px,78vw);scroll-snap-align:start;}
.juicy-nn-tag-style-swatch{display:flex;align-items:center;justify-content:center;min-height:68px;border-radius:18px;border:1px solid #d7deea;padding:12px 14px;text-align:center;background:#fff;box-shadow:0 6px 18px rgba(15,23,42,.08),0 1px 0 rgba(255,255,255,.8) inset;overflow:hidden;}
.juicy-nn-tag-style-item.is-active .juicy-nn-tag-style-swatch{border-color:#111;box-shadow:0 0 0 2px rgba(17,17,17,.12) inset,0 10px 26px rgba(15,23,42,.14);}
.juicy-nn-tag-colors{display:flex;gap:10px;margin-top:10px;padding:4px 2px 8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;}
.juicy-nn-tag-color-item{padding:0;border:0;background:none;cursor:pointer;flex:0 0 auto;scroll-snap-align:start;}
.juicy-nn-tag-color-item span{display:block;width:34px;height:34px;border-radius:999px;border:2px solid rgba(15,23,42,.12);box-shadow:0 4px 12px rgba(15,23,42,.10);margin:0 auto;}
.juicy-nn-tag-color-item.is-active span{outline:2px solid #111;outline-offset:2px;}
.juicy-nn-tag-styles::-webkit-scrollbar,.juicy-nn-tag-colors::-webkit-scrollbar{height:8px;}
.juicy-nn-tag-styles::-webkit-scrollbar-thumb,.juicy-nn-tag-colors::-webkit-scrollbar-thumb{background:rgba(15,23,42,.18);border-radius:999px;}
.juicy-nn-tag-styles::-webkit-scrollbar-track,.juicy-nn-tag-colors::-webkit-scrollbar-track{background:rgba(15,23,42,.06);border-radius:999px;}
.juicy-nn-tag-toggle{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:#334155;margin:2px 0 10px;}
.juicy-nn-tag-toggle input{width:18px;height:18px;}
.juicy-nn-tag-bg-palette{margin:6px 0 8px;}
.juicy-nn-tag-bg-item{padding:0;border:0;background:none;cursor:pointer;}
.juicy-nn-tag-bg-item span{display:block;width:34px;height:34px;border-radius:12px;border:2px solid rgba(15,23,42,.12);box-shadow:0 4px 12px rgba(15,23,42,.10);margin:0 auto;}
.juicy-nn-tag-bg-item.is-active span{outline:2px solid #111;outline-offset:2px;}
.juicy-nn-tag-style--marker,.juicy-nn-tag-overlay.style-marker{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#f7f7f7;text-shadow:0 2px 0 rgba(0,0,0,.46),0 6px 12px rgba(0,0,0,.18);transform:rotate(-3deg);}
.juicy-nn-tag-style--spray,.juicy-nn-tag-overlay.style-spray{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#fff;text-shadow:0 0 7px rgba(0,0,0,.30),0 3px 8px rgba(0,0,0,.18);opacity:.96;transform:rotate(-5deg);}
.juicy-nn-tag-style--label,.juicy-nn-tag-overlay.style-label{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.18);}
.juicy-nn-tag-style--fade,.juicy-nn-tag-overlay.style-fade{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#ececec;text-shadow:0 1px 0 rgba(0,0,0,.30);opacity:.78;transform:rotate(-2deg);}
.juicy-nn-tag-style--sticker,.juicy-nn-tag-overlay.style-sticker{font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif;font-weight:700;color:#111;text-shadow:0 2px 8px rgba(255,255,255,.18);transform:rotate(-5deg);}
.juicy-nn-tag-style--scribble,.juicy-nn-tag-overlay.style-scribble{font-family:"Segoe Print","Comic Sans MS",cursive;font-weight:700;color:#fff8fb;text-shadow:0 2px 8px rgba(0,0,0,.34);transform:rotate(-4deg);}
.juicy-nn-tag-style--neon,.juicy-nn-tag-overlay.style-neon{font-family:"Arial Black",Impact,sans-serif;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#fff;text-shadow:0 0 6px rgba(255,255,255,.45),0 0 18px rgba(255,77,109,.42),0 2px 8px rgba(0,0,0,.16);transform:rotate(-2deg);}
.juicy-nn-tag-style--outline,.juicy-nn-tag-overlay.style-outline{font-family:"Arial Black",Impact,sans-serif;font-weight:900;letter-spacing:.03em;text-transform:uppercase;color:#fff;-webkit-text-stroke:2px rgba(17,17,17,.9);text-shadow:0 3px 10px rgba(0,0,0,.16);}
.juicy-nn-tag-style--typewriter,.juicy-nn-tag-overlay.style-typewriter{font-family:"Courier New",Courier,monospace;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.18);}
.juicy-nn-tag-style--lux,.juicy-nn-tag-overlay.style-lux{font-family:Georgia,"Times New Roman",serif;font-weight:700;font-style:italic;color:#fff8f2;text-shadow:0 2px 8px rgba(0,0,0,.24);transform:rotate(-2deg);}
.juicy-nn-tag-style-swatch.juicy-nn-tag-style--label,.juicy-nn-tag-style-swatch.juicy-nn-tag-style--sticker,.juicy-nn-tag-style-swatch.juicy-nn-tag-style--typewriter{background:#fff;}
.juicy-nn-tag-style--wildstyle,.juicy-nn-tag-overlay.style-wildstyle{font-family:"Segoe Print","Trebuchet MS",cursive;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.30);transform:rotate(-6deg);}
.juicy-nn-tag-style--fatcap,.juicy-nn-tag-overlay.style-fatcap{font-family:"Arial Black",Impact,sans-serif;font-weight:900;letter-spacing:.02em;text-transform:uppercase;color:#fff;text-shadow:0 3px 10px rgba(0,0,0,.22);transform:rotate(-4deg);}
.juicy-nn-tag-style--handtag,.juicy-nn-tag-overlay.style-handtag{font-family:"Segoe Print","Comic Sans MS",cursive;font-weight:700;font-style:italic;color:#fffef7;text-shadow:0 2px 6px rgba(0,0,0,.24);transform:rotate(-8deg);}
@media (max-width:640px){ .juicy-nn-tag-style-item{flex-basis:82vw;} .juicy-nn-tag-input-wrap textarea{min-height:74px;} }

.juicy-nn-text-preview-raster{position:absolute;display:block;z-index:4;pointer-events:none;}

.juicy-nn-upload-btn--link{
  display:inline-flex;
  text-decoration:none;
}

.juicy-nn-upload-page{
  width:min(760px, 100%);
  margin:0 auto;
}
.juicy-nn-upload-page__title{
  margin:0 0 8px;
  font-size:clamp(24px, 3vw, 34px);
  line-height:1.15;
  color:#0f172a;
}
.juicy-nn-upload-page__intro{
  max-width:680px;
  margin:0 auto;
  color:#475467;
  font-size:15px;
  line-height:1.55;
}
.juicy-nn-upload-page__card{
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 48px rgba(15,23,42,.08);
  overflow:hidden;
}
.juicy-nn-upload-hero{
  padding:24px 24px 10px;
  text-align:center;
  background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,250,252,.92) 100%);
}
.juicy-nn-inline-success[hidden]{display:none !important;}
.juicy-nn-inline-success{
  margin:16px 16px 0;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(24,128,56,.22);
  background:linear-gradient(180deg, #ebfff0 0%, #dbf7e4 100%);
  color:#123524;
  display:flex;
  gap:12px;
  align-items:flex-start;
  box-shadow:0 10px 24px rgba(24,128,56,.10);
}
.juicy-nn-inline-success__icon{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#1f9d47;
  color:#fff;
  font-weight:800;
  box-shadow:0 6px 14px rgba(31,157,71,.22);
}
.juicy-nn-inline-success__body{flex:1;}
.juicy-nn-inline-success__title{
  font-weight:800;
  margin-bottom:4px;
  color:#123524;
}
.juicy-nn-inline-success__msg{
  font-weight:800;
  margin-bottom:4px;
  color:#123524;
}
.juicy-nn-inline-success__help{
  font-size:13px;
  color:#2d5b42;
}
.juicy-nn-form-kicker{
  color:#51606f;
  font-weight:600;
}


/* 1.1.9.48.21 UI cleanup */
#juicy-nn-tag-bg-palette,
#juicy-nn-tag-bg-enabled,
label[for="juicy-nn-tag-bg-enabled"],
.juicy-nn-tag-bg-wrap,
.juicy-nn-tag-bg-row,
.juicy-nn-tag-bg-toggle{
  display:none !important;
}

.juicy-nn-tag-overlay{
  background: transparent !important;
  box-shadow: none !important;
}

.juicy-nn-tag-style-item.is-active,
.juicy-nn-tag-font-item.is-active,
.juicy-nn-tag-color-item.is-active{
  transform: translateY(-1px);
}

.juicy-nn-tag-overlay,.juicy-nn-text-preview{filter:drop-shadow(0 2px 6px rgba(0,0,0,.28));}


.juicy-nn-sticker-slot-tabs{display:flex;gap:10px;margin:0 0 14px;flex-wrap:wrap;}
.juicy-nn-sticker-slot-tab{appearance:none;border:1px solid #d7deea;background:#fff;color:#0f172a;border-radius:999px;padding:8px 14px;font-weight:700;cursor:pointer;}
.juicy-nn-sticker-slot-tab.is-active{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.12) inset;color:#2563eb;}
.juicy-nn-sticker-groups{display:grid;gap:14px;}
.juicy-nn-sticker-group__label{font-size:13px;font-weight:700;color:#475569;margin:0 0 8px;}
#juicy-nn-face-stage > img[id^="juicy-nn-face-sticker"]{position:absolute;left:0;top:0;transform-origin:top left;cursor:move;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 10px 18px rgba(15,23,42,.18));max-width:none;width:72px;}
.juicy-nn-face-preview-sticker[data-slot="2"]{z-index:4;}

.juicy-nn-face-stickers::-webkit-scrollbar{width:10px;}
.juicy-nn-face-stickers::-webkit-scrollbar-thumb{background:#cfd8e3;border-radius:999px;border:2px solid #fff;}
.juicy-nn-face-stickers::-webkit-scrollbar-track{background:transparent;}
@media (max-width:640px){
  .juicy-nn-face-stickers{grid-template-columns:repeat(3,minmax(0,1fr));max-height:220px;}
}

/* v1.1.9.48.41 - X-style upload polish */
.juicy-nn-upload-page{
  width:100%;
  box-sizing:border-box;
  padding:0;
}
.juicy-nn-upload-page__card{
  width:100%;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #e6ecf0;
  border-radius:24px;
  box-shadow:0 8px 28px rgba(15,23,42,.06);
  overflow:hidden;
}
.juicy-nn-upload-hero{
  padding:22px 18px 16px;
  border-bottom:1px solid #eff3f4;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.juicy-nn-upload-page__title{
  margin:0 0 6px;
  font-size:28px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.03em;
  color:#0f1419;
}
.juicy-nn-upload-page__intro{
  max-width:620px;
  font-size:15px;
  line-height:1.45;
  font-weight:500;
  color:#536471;
}
.juicy-nn-form{
  padding:16px 18px 20px;
}
.juicy-nn-row{
  margin:12px 0;
  gap:7px;
}
.juicy-nn-row label,
.juicy-manage-row label{
  font-size:13px;
  font-weight:800;
  color:#0f1419;
  opacity:1;
}
.juicy-nn-row input,
.juicy-nn-row select,
.juicy-nn-row textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d8e1e8;
  border-radius:16px;
  background:#fff;
  color:#0f1419;
  font-size:16px;
  outline:none;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.juicy-nn-row input,
.juicy-nn-row select{
  min-height:50px;
  padding:12px 14px;
}
.juicy-nn-row textarea{
  min-height:92px;
  padding:13px 14px;
  resize:vertical;
  line-height:1.4;
}
.juicy-nn-row input:focus,
.juicy-nn-row select:focus,
.juicy-nn-row textarea:focus{
  border-color:#1d9bf0;
  box-shadow:0 0 0 4px rgba(29,155,240,.12);
}
.juicy-nn-detected{
  border:1px solid #d8e1e8;
  border-radius:18px;
  background:#f7f9f9;
  padding:13px 14px;
}
.juicy-nn-detected__line strong{color:#0f1419;font-weight:850;}
.juicy-nn-detected__sub{color:#536471;opacity:1;}
.juicy-nn-upload-card{
  padding:14px;
  border:1px solid #e6ecf0;
  border-radius:20px;
  background:#fbfdff;
}
.juicy-nn-photo-btn{
  border-color:#cfd9de;
  border-radius:999px;
  background:#fff;
  color:#0f1419;
  font-weight:850;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.juicy-nn-photo-btn:hover{
  border-color:#1d9bf0;
  box-shadow:0 4px 14px rgba(15,23,42,.08);
}
.juicy-nn-photo-btn.secondary{background:#f7f9f9;}
.juicy-nn-contact-details{
  border:1px solid #e6ecf0;
  border-radius:20px;
  background:#fff;
  box-shadow:0 1px 2px rgba(15,23,42,.03);
}
.juicy-nn-contact-details summary{
  padding:15px 16px;
  color:#0f1419;
  font-weight:850;
}
.juicy-nn-contact-optional{
  padding:4px 9px;
  border-radius:999px;
  background:#eff3f4;
  color:#536471;
  font-size:12px;
  font-weight:800;
}
.juicy-nn-contact-fields{
  padding:0 14px 16px;
}
.juicy-nn-type-row select{
  font-weight:850;
  background:#fff;
}
.juicy-nn-help,
.juicy-nn-photo-name{
  color:#536471;
  opacity:1;
}
.juicy-nn-submit{
  min-height:52px;
  border-radius:999px;
  background:#0f1419;
  color:#fff;
  font-size:16px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(15,20,25,.16);
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.juicy-nn-submit:hover:not(:disabled){
  background:#272c30;
  box-shadow:0 10px 26px rgba(15,20,25,.18);
}
.juicy-nn-submit:disabled{
  opacity:.5;
  cursor:not-allowed;
  box-shadow:none;
}
.juicy-nn-helper{
  border-color:#e6ecf0;
  border-radius:18px;
  background:#f7f9f9;
  color:#536471;
}
@media (max-width:520px){
  .juicy-nn-upload-page__card{border-radius:20px;}
  .juicy-nn-upload-hero{padding:20px 16px 14px;}
  .juicy-nn-upload-page__title{font-size:25px;}
  .juicy-nn-form{padding:14px 14px 18px;}
  .juicy-nn-upload-card{padding:12px;}
}


/* v1.1.9.54 - compact consent checkbox and upload card width */
.juicy-nn-upload-page__card{max-width:890px;margin-left:auto;margin-right:auto;}
.juicy-nn-consent__lbl{align-items:flex-start;max-width:560px;margin:0 auto;}
.juicy-nn-consent__lbl input[type="checkbox"]{width:18px !important;height:18px !important;min-height:18px !important;flex:0 0 18px;margin-top:1px;padding:0 !important;accent-color:#0b57d0;}
.juicy-nn-consent__lbl span{font-size:13px;line-height:1.35;font-weight:700;color:#0f1419;}


/* v1.1.9.73 - safe client-side crop before sticker */
.juicy-nn-crop-btn{border-color:#111827;color:#111827;background:#fff;}
.juicy-nn-crop-modal[aria-hidden="true"]{display:none;}
.juicy-nn-crop-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:18px;}
.juicy-nn-crop-modal__panel{max-width:860px;width:min(860px,100%);max-height:min(92vh,900px);overflow:auto;}
.juicy-nn-crop-stage-wrap{display:flex;justify-content:center;align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:12px;margin:10px 0 14px;}
.juicy-nn-crop-stage{position:relative;display:inline-block;max-width:100%;touch-action:none;line-height:0;}
.juicy-nn-crop-stage img{display:block;max-width:100%;max-height:62vh;border-radius:14px;user-select:none;-webkit-user-drag:none;}
.juicy-nn-crop-box{position:absolute;left:10%;top:10%;width:80%;height:80%;border:2px solid #fff;box-shadow:0 0 0 9999px rgba(15,23,42,.48),0 8px 28px rgba(15,23,42,.24);cursor:move;box-sizing:border-box;z-index:3;}
.juicy-nn-crop-box::before,.juicy-nn-crop-box::after{content:'';position:absolute;inset:33.333% 0 auto 0;border-top:1px solid rgba(255,255,255,.72);}
.juicy-nn-crop-box::after{inset:66.666% 0 auto 0;}
.juicy-nn-crop-box span{position:absolute;width:18px;height:18px;background:#fff;border:2px solid #111827;border-radius:50%;box-shadow:0 4px 12px rgba(15,23,42,.25);}
.juicy-nn-crop-box span[data-handle="nw"]{left:-10px;top:-10px;cursor:nwse-resize;}
.juicy-nn-crop-box span[data-handle="ne"]{right:-10px;top:-10px;cursor:nesw-resize;}
.juicy-nn-crop-box span[data-handle="sw"]{left:-10px;bottom:-10px;cursor:nesw-resize;}
.juicy-nn-crop-box span[data-handle="se"]{right:-10px;bottom:-10px;cursor:nwse-resize;}
@media (max-width:680px){
  .juicy-nn-crop-modal{padding:10px;align-items:flex-start;overflow:auto;}
  .juicy-nn-crop-stage-wrap{padding:8px;}
  .juicy-nn-crop-stage img{max-height:58vh;}
}


/* v1.1.9.78 — clear mobile geolocation states */
.juicy-nn-detected{
  position:relative;
  transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.juicy-nn-detected.is-checking{
  background:#f7f9f9;
  border-color:#d8e1e8;
}
.juicy-nn-detected.is-success{
  background:#f0fdf4;
  border-color:#86efac;
  box-shadow:0 0 0 3px rgba(34,197,94,.08);
}
.juicy-nn-detected.is-warning{
  background:#fff7ed;
  border:2px solid #fb923c;
  box-shadow:0 8px 24px rgba(234,88,12,.14);
  padding:16px 16px 16px 50px;
}
.juicy-nn-detected.is-warning::before{
  content:'⚠';
  position:absolute;
  left:16px;
  top:15px;
  font-size:23px;
  line-height:1;
}
.juicy-nn-detected.is-warning .juicy-nn-detected__line strong{
  color:#9a3412;
  font-size:16px;
}
.juicy-nn-detected.is-warning .juicy-nn-detected__sub{
  color:#7c2d12;
  font-size:13px;
  line-height:1.45;
  margin-top:6px;
}
.juicy-nn-detected.is-error{
  background:#fef2f2;
  border-color:#fca5a5;
}
@media (max-width:600px){
  .juicy-nn-detected.is-warning{
    padding:17px 15px 17px 48px;
    border-radius:16px;
  }
}

/* v1.1.9.86 - Upload form UX: visible profile details and colorful sticker CTA */
.juicy-nn-contact-heading{
  padding:15px 16px 8px;
}
.juicy-nn-contact-title{
  color:#0f1419;
  font-weight:850;
  line-height:1.25;
}
.juicy-nn-contact-subtitle{
  margin-top:4px;
  color:#536471;
  font-size:12px;
  line-height:1.4;
}
.juicy-nn-face-btn--sticker{
  border-color:transparent;
  background:linear-gradient(135deg,#ff4d8d 0%,#8b5cf6 100%);
  color:#fff;
  box-shadow:0 5px 14px rgba(139,92,246,.24);
}
.juicy-nn-face-btn--sticker:hover{
  border-color:transparent;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 7px 18px rgba(139,92,246,.30);
}
.juicy-nn-face-btn--sticker:focus-visible{
  outline:3px solid rgba(139,92,246,.24);
  outline-offset:2px;
}


/* v1.1.9.88 - Colored sticker slot buttons */
.juicy-nn-sticker-slot-tab[data-slot="1"]{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#2563eb;color:#fff;}
.juicy-nn-sticker-slot-tab[data-slot="2"]{background:linear-gradient(135deg,#8b5cf6,#6d28d9);border-color:#6d28d9;color:#fff;}
.juicy-nn-sticker-slot-tab[data-slot="3"]{background:linear-gradient(135deg,#ff4d8d,#ec4899);border-color:#ec4899;color:#fff;}
.juicy-nn-sticker-slot-tab:hover{filter:brightness(1.05);transform:translateY(-1px);}
.juicy-nn-sticker-slot-tab.is-active{box-shadow:0 0 0 2px rgba(255,255,255,.25) inset,0 8px 18px rgba(0,0,0,.15);color:#fff;}


/* v1.1.9.89 - Bonus Access and Manage Page benefits clarity */
.juicy-nn-approval-benefits{
  margin:14px 0 4px;
  padding:15px;
  border:1px solid rgba(124,58,237,.18);
  border-radius:18px;
  background:linear-gradient(135deg,#fff7fb 0%,#f5f3ff 52%,#eff6ff 100%);
  box-shadow:0 10px 24px rgba(76,29,149,.07);
}
.juicy-nn-approval-benefits__title{
  margin-bottom:11px;
  color:#4c1d95;
  font-size:15px;
  font-weight:900;
}
.juicy-nn-approval-benefits__item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#172033;
}
.juicy-nn-approval-benefits__item + .juicy-nn-approval-benefits__item{margin-top:11px;}
.juicy-nn-approval-benefits__icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  box-shadow:0 4px 12px rgba(15,23,42,.08);
  font-size:16px;
}
.juicy-nn-approval-benefits__item strong{
  display:block;
  font-size:14px;
  line-height:1.3;
}
.juicy-nn-approval-benefits__item small{
  display:block;
  margin-top:2px;
  color:#536471;
  font-size:12.5px;
  line-height:1.4;
}
.juicy-nn-inline-success__help strong,
.juicy-nn-inline-success__help span,
.juicy-nn-inline-success__help small{display:block;}
.juicy-nn-inline-success__help strong{margin-bottom:5px;color:#123524;}
.juicy-nn-inline-success__help span{margin-top:3px;font-weight:750;}
.juicy-nn-inline-success__help small{margin-top:7px;line-height:1.4;color:#2d5b42;}


/* v1.1.9.96 - X-style required fields UX validation */
.juicy-nn-required-summary{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:14px 0 16px;
  padding:14px 15px;
  border:1px solid #cfd9de;
  border-radius:18px;
  background:#fff;
  color:#0f1419;
  box-shadow:0 1px 2px rgba(15,20,25,.04);
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.juicy-nn-required-summary__icon{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  flex:0 0 26px;
  border-radius:50%;
  background:#0f1419;
  color:#fff;
  font-size:15px;
  font-weight:900;
}
.juicy-nn-required-summary__body{min-width:0;flex:1;}
.juicy-nn-required-summary__top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:baseline;
}
.juicy-nn-required-summary__top strong{font-size:15px;font-weight:900;line-height:1.25;}
.juicy-nn-required-summary__top span{font-size:12px;font-weight:800;color:#536471;text-align:right;}
.juicy-nn-required-summary__text{margin-top:3px;font-size:13px;line-height:1.4;color:#536471;}
.juicy-nn-required-summary__list{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;}
.juicy-nn-required-summary__item{
  appearance:none;
  border:1px solid #f4212e;
  border-radius:999px;
  background:#fff;
  color:#b4232b;
  padding:6px 10px;
  font:inherit;
  font-size:12px;
  line-height:1.2;
  font-weight:850;
  cursor:pointer;
}
.juicy-nn-required-summary__item:hover{background:#fff1f2;}
.juicy-nn-required-summary.has-errors{
  border-color:#f4212e;
  background:#fff8f8;
  box-shadow:0 0 0 3px rgba(244,33,46,.08);
}
.juicy-nn-required-summary.has-errors .juicy-nn-required-summary__icon{background:#f4212e;}
.juicy-nn-required-summary.is-ready{border-color:#00ba7c;background:#f4fff9;}
.juicy-nn-required-summary.is-ready .juicy-nn-required-summary__icon{background:#00ba7c;font-size:0;}
.juicy-nn-required-summary.is-ready .juicy-nn-required-summary__icon::before{content:'✓';font-size:15px;}
.juicy-nn-required-summary.is-ready .juicy-nn-required-summary__top span{color:#007a52;}
.juicy-nn-row--missing{
  margin-left:-8px;
  margin-right:-8px;
  padding:9px 8px;
  border-radius:18px;
  background:#fff8f8;
}
.juicy-nn-row--missing input:not([type="checkbox"]),
.juicy-nn-row--missing select,
.juicy-nn-row--missing textarea,
.juicy-nn-row--missing .juicy-nn-photo-name{
  border-color:#f4212e !important;
  box-shadow:0 0 0 3px rgba(244,33,46,.08) !important;
}
.juicy-nn-row--missing.juicy-nn-upload-card{border-color:#f4212e;}
.juicy-nn-field-error{font-size:12px;line-height:1.35;font-weight:800;color:#b4232b;}
@media (max-width:520px){
  .juicy-nn-required-summary{position:relative;margin:12px 0 14px;padding:13px 14px;border-radius:16px;}
  .juicy-nn-required-summary__top{display:block;}
  .juicy-nn-required-summary__top span{display:block;margin-top:2px;text-align:left;}
  .juicy-nn-required-summary__item{padding:7px 10px;}
  .juicy-nn-row--missing{margin-left:-6px;margin-right:-6px;padding:8px 6px;}
}

/* v1.1.9.102 — optional user-adjusted approximate map location */
.juicy-nn-location-adjust{margin-top:12px;padding:12px 14px;border:1px solid rgba(15,20,25,.12);background:#fff;}
.juicy-nn-location-adjust__toggle{appearance:none;border:0;background:#ff2d91;color:#fff;font:800 14px/1.1 inherit;padding:11px 15px;cursor:pointer;box-shadow:none;}
.juicy-nn-location-adjust__toggle:hover,.juicy-nn-location-adjust__toggle:focus{background:#e91e7f;color:#fff;}
.juicy-nn-location-adjust__help{margin-top:10px;font-size:12px;line-height:1.45;color:#536471;}
.juicy-nn-location-adjust__help strong{color:#0f1419;font-style:normal;}
.juicy-nn-location-adjust__panel{margin-top:12px;}
.juicy-nn-location-adjust__map{height:300px;width:100%;background:#eef1f4;border:1px solid rgba(15,20,25,.12);}
.juicy-nn-location-adjust__hint{font-size:12px;color:#536471;margin-top:7px;}
.juicy-nn-location-adjust .leaflet-marker-icon{cursor:grab;}
@media(max-width:700px){.juicy-nn-location-adjust__map{height:260px}.juicy-nn-location-adjust{padding:11px}.juicy-nn-location-adjust__toggle{width:100%;min-height:44px}}


/* v1.1.9.103 — location map UX cleanup */
.juicy-nn-location-adjust__help{margin-top:9px;}
.juicy-nn-location-adjust__selected{display:flex;flex-direction:column;gap:2px;margin-top:10px;padding:10px 12px;border:1px solid rgba(0,186,124,.28);background:#f4fff9;font-size:12px;line-height:1.4;color:#536471;}
.juicy-nn-location-adjust__selected strong{color:#007a52;font-size:13px;}
.juicy-nn-location-pin-wrap{background:transparent!important;border:0!important;}
.juicy-nn-location-pin{position:relative;display:block;width:30px;height:30px;border-radius:50% 50% 50% 0;background:#ff2d91;transform:rotate(-45deg);border:3px solid #fff;box-shadow:0 2px 7px rgba(15,20,25,.28);cursor:grab;}
.juicy-nn-location-pin>span{position:absolute;width:9px;height:9px;border-radius:50%;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);}
.juicy-nn-location-adjust .leaflet-marker-dragging .juicy-nn-location-pin,.juicy-nn-location-pin:active{cursor:grabbing;}
@media(max-width:700px){.juicy-nn-location-adjust__selected{padding:9px 10px}.juicy-nn-location-adjust__map{max-width:100%;overflow:hidden}}

/* v1.1.9.104 — explicit location confirmation */
.juicy-nn-location-adjust__confirm{appearance:none;border:0;background:#ff2d91;color:#fff;font:800 14px/1.1 inherit;padding:12px 18px;margin-top:10px;cursor:pointer;box-shadow:none;min-height:44px;}
.juicy-nn-location-adjust__confirm:hover,.juicy-nn-location-adjust__confirm:focus{background:#e91e7f;color:#fff;}
.juicy-nn-location-adjust__selected.is-pending{border-color:#f4c2d9;background:#fff8fb;}
.juicy-nn-location-adjust__selected.is-pending strong{color:#a61258;}
.juicy-nn-location-adjust__selected.is-confirmed{border-color:rgba(0,186,124,.28);background:#f4fff9;}
.juicy-nn-location-adjust__selected.is-confirmed strong{color:#007a52;}
@media(max-width:700px){.juicy-nn-location-adjust__confirm{width:100%;}}


/* v1.1.9.121 — clearer public spot privacy guidance */
.juicy-nn-location-adjust__help{
  margin:0 0 12px;
  padding:11px 13px;
  font-size:14px;
  line-height:1.5;
  font-weight:500;
  color:#2a2a2a;
  background:#fff2f7;
  border:1px solid #ffc4d8;
  border-radius:8px;
}
.juicy-nn-location-adjust__help em{font-style:normal;}
@media(max-width:520px){
  .juicy-nn-location-adjust__help{font-size:13.5px;padding:10px 11px;margin-bottom:11px;}
}

/* v1.1.9.122 — optional lightweight spot search + Full Access contact fields */
.juicy-nn-location-search{margin:0 0 12px;padding:12px;border:1px solid #e6eaf0;background:#fff;}
.juicy-nn-location-search label{display:block;margin:0 0 7px;font-weight:800;color:#1f2937;}
.juicy-nn-location-search .juicy-nn-optional{font-weight:600;color:#667085;font-size:12px;}
.juicy-nn-location-search__controls{display:flex;gap:8px;align-items:stretch;}
.juicy-nn-location-search__controls input{flex:1 1 auto;min-width:0;}
.juicy-nn-location-search__controls button{flex:0 0 auto;border:0;border-radius:10px;padding:0 18px;background:#ff2d91;color:#fff;font-weight:800;cursor:pointer;}
.juicy-nn-location-search__controls button:disabled{opacity:.65;cursor:wait;}
.juicy-nn-location-search__status{margin-top:7px;font-size:12px;line-height:1.4;color:#667085;}
.juicy-nn-private-contact-block{margin-top:4px;padding:14px;border:1px solid #e6eaf0;background:#fafbfc;}
.juicy-nn-private-contact-head{display:flex;flex-direction:column;gap:3px;margin-bottom:12px;}
.juicy-nn-private-contact-head strong{font-size:15px;color:#111827;}
.juicy-nn-private-contact-head span{font-size:12px;color:#667085;}
.juicy-nn-private-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.juicy-nn-private-contact-grid .juicy-nn-row{margin:0;}
.juicy-nn-private-contact-wide{grid-column:1/-1;}
@media(max-width:640px){
  .juicy-nn-location-search__controls{flex-direction:column;}
  .juicy-nn-location-search__controls button{min-height:44px;}
  .juicy-nn-private-contact-grid{grid-template-columns:1fr;}
  .juicy-nn-private-contact-wide{grid-column:auto;}
}
