#ny-chat-root{--ny:#18251e;--lime:#d8ff35;--muted:#728078;position:fixed;right:20px;bottom:20px;z-index:2147482000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#18251e}#ny-chat-root *{box-sizing:border-box}.ny-chat-launch{border:0;border-radius:999px;background:#18251e;color:#fff;box-shadow:0 16px 38px rgba(24,37,30,.24);height:58px;padding:0 20px;display:flex;align-items:center;gap:10px;font-weight:800;font-size:15px;cursor:pointer}.ny-chat-launch i{width:31px;height:31px;border-radius:10px;background:var(--lime);color:var(--ny);display:grid;place-items:center;font-style:normal;font-size:17px}.ny-chat-badge{min-width:22px;height:22px;padding:0 6px;border-radius:99px;background:#ff4d5e;color:#fff;display:grid;place-items:center;font-size:12px}.ny-chat-panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 24px));height:min(610px,calc(100vh - 110px));background:#fff;border:1px solid #dce5df;border-radius:24px;box-shadow:0 24px 70px rgba(24,37,30,.24);overflow:hidden;display:none;grid-template-rows:auto 1fr auto}.ny-chat-panel.open{display:grid}.ny-chat-head{background:linear-gradient(135deg,#18251e,#254333);color:#fff;padding:18px}.ny-chat-headtop{display:flex;align-items:center;justify-content:space-between;gap:12px}.ny-chat-brand{display:flex;align-items:center;gap:10px}.ny-chat-logo{width:38px;height:38px;border-radius:12px;background:var(--lime);display:grid;place-items:center;color:var(--ny);font:900 24px Georgia,serif}.ny-chat-brand strong{display:block;font-size:16px}.ny-chat-brand small{display:block;color:#c7d4cc;margin-top:2px}.ny-chat-close{border:0;background:rgba(255,255,255,.12);color:#fff;width:36px;height:36px;border-radius:11px;font-size:22px;cursor:pointer}.ny-chat-hours{display:flex;align-items:center;gap:8px;margin-top:13px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);font-size:12.5px;color:#d9e4dc}.ny-chat-dot{width:8px;height:8px;border-radius:50%;background:#9ca9a1}.ny-chat-dot.on{background:var(--lime);box-shadow:0 0 0 4px rgba(216,255,53,.13)}.ny-chat-body{overflow:auto;background:#f6f8f6;padding:16px}.ny-chat-welcome{background:#fff;border:1px solid #e0e7e2;border-radius:16px;padding:14px;margin-bottom:14px;color:#59675f;font-size:13.5px;line-height:1.5}.ny-chat-welcome strong{display:block;color:#1e2b23;margin-bottom:4px}.ny-chat-msg{display:flex;margin:9px 0}.ny-chat-msg.customer{justify-content:flex-end}.ny-chat-bubble{max-width:82%;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid #e0e7e2;font-size:14px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.ny-chat-msg.customer .ny-chat-bubble{background:#18251e;color:#fff;border-color:#18251e;border-bottom-right-radius:5px}.ny-chat-msg.admin .ny-chat-bubble{border-bottom-left-radius:5px}.ny-chat-time{display:block;margin-top:5px;font-size:10.5px;opacity:.58}.ny-chat-form{padding:13px;background:#fff;border-top:1px solid #e3e9e5}.ny-chat-guest{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.ny-chat-guest input,.ny-chat-compose textarea{width:100%;border:1px solid #d9e2dc;border-radius:12px;background:#fff;padding:11px 12px;font:inherit;outline:none}.ny-chat-guest input:focus,.ny-chat-compose textarea:focus{border-color:#9bb63b;box-shadow:0 0 0 3px rgba(216,255,53,.15)}.ny-chat-compose{display:flex;gap:8px;align-items:flex-end}.ny-chat-compose textarea{resize:none;min-height:46px;max-height:100px}.ny-chat-send{width:46px;height:46px;flex:0 0 46px;border:0;border-radius:13px;background:var(--lime);color:#18251e;font-size:20px;font-weight:900;cursor:pointer}.ny-chat-send:disabled{opacity:.45}.ny-chat-error{display:none;color:#a8323d;font-size:12px;margin:0 0 8px}.ny-chat-error.show{display:block}.ny-chat-offline-note{font-size:11.5px;color:#7c8881;margin-top:8px}.ny-chat-empty{color:#87928c;text-align:center;padding:24px 6px;font-size:13px}@media(max-width:640px){#ny-chat-root{right:12px;bottom:12px}.ny-chat-launch{height:54px;padding:0 16px}.ny-chat-panel{position:fixed;inset:10px;width:auto;height:auto;border-radius:22px;bottom:10px}.ny-chat-guest{grid-template-columns:1fr}}

/* v2: azonosított beszélgetés + adatvédelem */
.ny-chat-person{display:flex;align-items:center;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);font-size:12.5px;color:#d9e4dc}.ny-chat-person[hidden]{display:none!important}.ny-chat-person-label{opacity:.72}.ny-chat-person-name{color:#fff;font-weight:800}.ny-chat-privacy{margin-top:9px;text-align:center;font-size:11.5px}.ny-chat-privacy a{color:#75827a;text-decoration:underline;text-underline-offset:2px}.ny-chat-privacy a:hover{color:#18251e}

/* v3 – mobilon a belépett alkalmazás alsó navigációját nem takarja ki */
@media (max-width: 640px){
  body:has(.bottom-nav) #ny-chat-root{
    right:14px;
    bottom:calc(82px + env(safe-area-inset-bottom, 0px));
  }

  /* A belépett mobilappban csak egy kompakt chat ikon látszik. */
  body:has(.bottom-nav) .ny-chat-launch{
    width:56px;
    height:56px;
    padding:0;
    border-radius:18px;
    justify-content:center;
    box-shadow:0 12px 28px rgba(24,37,30,.22);
  }
  body:has(.bottom-nav) .ny-chat-launch i{
    width:34px;
    height:34px;
    border-radius:11px;
  }
  body:has(.bottom-nav) .ny-chat-launch > span:not(.ny-chat-badge){
    display:none!important;
  }
  body:has(.bottom-nav) .ny-chat-launch .ny-chat-badge{
    position:absolute;
    right:-4px;
    top:-5px;
  }

  /* Megnyitva a chat az alsó menü fölött ér véget. */
  body:has(.bottom-nav) .ny-chat-panel{
    position:fixed;
    left:10px;
    right:10px;
    top:10px;
    bottom:calc(82px + env(safe-area-inset-bottom, 0px));
    width:auto;
    height:auto;
    border-radius:22px;
  }
}
