#dj53-chat-root{position:fixed;inset:0;z-index:999999;display:none;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}#dj53-chat-root.open{display:block}.dj53-chat{position:absolute;right:18px;bottom:18px;width:min(430px,calc(100vw - 36px));height:min(760px,calc(100vh - 36px));background:#f4f7fb;border-radius:24px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.28);display:flex;flex-direction:column}.dj53-header{height:68px;background:#fff;display:flex;align-items:center;gap:9px;padding:10px 12px;border-bottom:1px solid #e6eaf1}.dj53-icon{width:38px;height:38px;border:0;background:transparent;font-size:28px;cursor:pointer}.dj53-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#e7ecf4}.dj53-head{flex:1;min-width:0;display:flex;flex-direction:column}.dj53-head strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dj53-head span{font-size:12px;color:#18a66a;margin-top:2px}.dj53-body{flex:1;overflow:auto;padding:18px 13px;background:linear-gradient(180deg,#eef3f8,#f8f9fb)}.dj53-msg{max-width:80%;padding:9px 11px;margin:6px 0;border-radius:17px;font-size:14px;line-height:1.45;word-break:break-word;box-shadow:0 1px 2px rgba(0,0,0,.06)}.dj53-msg.in{margin-right:auto;background:#fff;border-bottom-left-radius:5px}.dj53-msg.out{margin-left:auto;background:#d9fdd3;border-bottom-right-radius:5px}.dj53-msg img{display:block;max-width:100%;max-height:340px;border-radius:12px}.dj53-msg small{display:block;text-align:right;font-size:10px;opacity:.55;margin-top:4px}.dj53-empty-chat{text-align:center;margin-top:45%;color:#8a93a4}.dj53-composer{display:flex;align-items:center;gap:7px;background:#fff;padding:9px;border-top:1px solid #e5e9f0}.dj53-attach{font-size:25px;cursor:pointer;padding:0 5px}.dj53-composer #dj53-input{flex:1;border:1px solid #dfe5ed;border-radius:23px;padding:11px 14px;outline:0;font-size:14px;background:#fafbfc}.dj53-composer #dj53-send{width:43px;height:43px;border:0;border-radius:50%;background:#25d366;color:#fff;font-size:19px;cursor:pointer}.dj53-composer #dj53-send:disabled{opacity:.5}.dj53-lock{position:absolute;inset:68px 0 62px;background:rgba(247,249,252,.96);display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;z-index:4}.dj53-lock>div{background:#fff;padding:28px 22px;border-radius:22px;box-shadow:0 12px 40px rgba(0,0,0,.11);max-width:320px}.dj53-lock-icon{font-size:34px;margin-bottom:5px}.dj53-lock p{color:#687286;font-size:13px;line-height:1.5}.dj53-lock button,.dj53-age button{border:0;border-radius:13px;background:#6c4cf5;color:#fff;padding:13px 18px;font-weight:700;cursor:pointer}.dj53-preview{position:absolute;bottom:65px;left:10px;background:#fff;padding:6px;border-radius:13px;box-shadow:0 5px 20px rgba(0,0,0,.15);z-index:5}.dj53-preview img{width:72px;height:72px;object-fit:cover;border-radius:9px}.dj53-preview button{position:absolute;right:-6px;top:-8px;border:0;border-radius:50%;background:#222;color:#fff;width:23px;height:23px}.dj53-error{position:absolute;top:76px;left:12px;right:12px;background:#fff0f0;color:#9d2929;padding:10px;border-radius:11px;z-index:8;font-size:12px;box-shadow:0 6px 20px rgba(0,0,0,.1)}.dj53-menu{position:absolute;right:48px;top:57px;background:#fff;border-radius:13px;box-shadow:0 12px 35px rgba(0,0,0,.18);z-index:9;overflow:hidden}.dj53-menu button{display:block;border:0;background:#fff;padding:12px 17px;min-width:120px;text-align:left;cursor:pointer}.dj53-age{position:absolute;inset:0;background:rgba(11,15,25,.62);display:flex;align-items:center;justify-content:center;padding:22px;z-index:20}.dj53-age>div{background:#fff;border-radius:22px;padding:28px 22px;text-align:center;max-width:330px;box-shadow:0 20px 60px rgba(0,0,0,.3)}#dj53-chat-root.minimized{display:none}.dj53-chat-trigger{border:0;border-radius:12px;padding:12px 18px;background:#6c4cf5;color:#fff;font-weight:700;cursor:pointer}.dj53-profile-card{padding:16px;border-radius:18px;background:#fff}.dj53-profile-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px}.dj53-profile-card h3{margin:10px 0}.dj53-profile-card .dj53-chat-trigger{width:100%}@media(max-width:600px){#dj53-chat-root{background:#f4f7fb}.dj53-chat{inset:0;width:100%;height:100%;max-width:none;border-radius:0;box-shadow:none}.dj53-header{height:64px}.dj53-body{padding-bottom:15px}.dj53-msg{max-width:84%}}

/* Chat Now button must always be the clickable payment trigger, even when the profile card has its own click handler/overlay. */
.dj-chat-button,.dj53-chat-trigger{position:relative !important;z-index:100 !important;pointer-events:auto !important;cursor:pointer !important;}
.dj-chat-button::before,.dj-chat-button::after,.dj53-chat-trigger::before,.dj53-chat-trigger::after{pointer-events:none !important;}

/* FINAL LOCK: card is not a payment trigger; only the explicit Chat Now control is. */
.dj-chat-button,.dj53-chat-trigger,[data-chat-now="1"]{position:relative!important;z-index:10000!important;pointer-events:auto!important;cursor:pointer!important}
