/* Nedu Springmart floating quick-help widget */
.nedu-chat-launcher{position:fixed;right:22px;bottom:22px;z-index:9998;border:0;border-radius:999px;background:#19cfa6;color:#06131d;box-shadow:0 16px 45px rgba(0,0,0,.34);display:flex;align-items:center;gap:10px;padding:14px 18px;font:700 15px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.nedu-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 20px 52px rgba(0,0,0,.4)}.nedu-chat-launcher .nedu-chat-icon{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(5,20,29,.12);font-size:16px}.nedu-chat-panel{position:fixed;right:22px;bottom:86px;z-index:9999;width:min(380px,calc(100vw - 28px));max-height:min(650px,calc(100vh - 120px));overflow:auto;border:1px solid rgba(115,170,205,.28);border-radius:22px;background:#071520;color:#f7fbff;box-shadow:0 28px 80px rgba(0,0,0,.5);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transform-origin:bottom right;transition:opacity .18s ease,transform .18s ease}.nedu-chat-panel[hidden]{display:none}.nedu-chat-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px;background:linear-gradient(135deg,#0b2230,#0b1822);border-bottom:1px solid rgba(115,170,205,.2);z-index:2}.nedu-chat-head-left{display:flex;align-items:center;gap:11px}.nedu-chat-avatar{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:#19cfa6;color:#06131d;font-weight:900}.nedu-chat-title{font-weight:800;font-size:16px}.nedu-chat-subtitle{font-size:12px;color:#a9b9c8;margin-top:3px}.nedu-chat-close{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:transparent;color:#dce7ef;font-size:21px;cursor:pointer}.nedu-chat-body{padding:17px}.nedu-chat-bubble{background:#112738;border:1px solid rgba(117,177,213,.18);padding:12px 14px;border-radius:16px 16px 16px 5px;color:#dce8f0;font-size:14px;line-height:1.5;margin-bottom:14px}.nedu-chat-quick{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.nedu-chat-chip{border:1px solid rgba(25,207,166,.35);background:rgba(25,207,166,.08);color:#baf5e6;border-radius:999px;padding:8px 11px;font-size:12px;cursor:pointer}.nedu-chat-form{display:grid;gap:10px}.nedu-chat-form input,.nedu-chat-form textarea{width:100%;box-sizing:border-box;border:1px solid #294358;border-radius:13px;background:#081925;color:#f7fbff;padding:12px 13px;font:500 14px/1.35 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;outline:none}.nedu-chat-form input:focus,.nedu-chat-form textarea:focus{border-color:#19cfa6;box-shadow:0 0 0 3px rgba(25,207,166,.1)}.nedu-chat-form textarea{min-height:96px;resize:vertical}.nedu-chat-send{border:0;border-radius:13px;padding:13px 15px;background:#19cfa6;color:#06131d;font-weight:800;cursor:pointer}.nedu-chat-send:disabled{opacity:.65;cursor:wait}.nedu-chat-status{min-height:18px;font-size:12px;color:#b5c5d2}.nedu-chat-status.success{color:#6ee7b7}.nedu-chat-status.error{color:#fca5a5}.nedu-chat-footer{padding-top:4px;font-size:11px;color:#7890a2;text-align:center}.nedu-chat-contact{display:flex;gap:8px;margin-top:12px}.nedu-chat-contact a{flex:1;text-align:center;text-decoration:none;border:1px solid #294358;color:#dce8f0;border-radius:12px;padding:9px 8px;font-size:12px}.nedu-chat-unread{position:absolute;right:-3px;top:-3px;width:10px;height:10px;border-radius:50%;background:#ff5d6c;border:2px solid #071520}@media(max-width:640px){.nedu-chat-launcher{right:14px;bottom:14px;padding:13px}.nedu-chat-launcher .nedu-chat-label{display:none}.nedu-chat-panel{right:14px;bottom:75px;width:calc(100vw - 28px);max-height:calc(100vh - 105px)}}
