.luna-chat-launcher{
  --luna-ink:#041126;
  --luna-midnight:#06285e;
  --luna-ocean:#084c98;
  --luna-ice:#e8f7ff;
  --luna-gold:#ffd15a;
  position:fixed;right:18px;bottom:86px;z-index:9990;border:0!important;border-radius:999px;
  background:#06285e!important;background:linear-gradient(135deg,#041126 0%,#06285e 58%,#084c98 100%)!important;color:#fff!important;
  box-shadow:0 14px 0 #02132f,0 20px 44px rgba(2,11,35,.48),inset 0 0 0 2px rgba(255,209,90,.74),inset 0 -4px 0 rgba(0,0,0,.28)!important;
  padding:12px 16px!important;font:800 15px/1.1 system-ui,-apple-system,Segoe UI,sans-serif!important;cursor:pointer;
  display:flex;align-items:center;gap:10px;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
  text-transform:none!important;letter-spacing:0!important;overflow:hidden;isolation:isolate;
}
.luna-chat-launcher::before,.luna-chat-launcher::after{display:none!important;content:none!important;animation:none!important;background:none!important}.luna-chat-launcher>*{position:relative;z-index:1}.luna-chat-launcher:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 15px 0 #02132f,0 23px 48px rgba(2,11,35,.54),inset 0 0 0 2px rgba(255,209,90,.86),inset 0 -4px 0 rgba(0,0,0,.28)!important}
.luna-chat-launcher-icon{width:38px;height:38px;border-radius:16px;background:#031226!important;display:grid;place-items:center;box-shadow:inset 0 0 0 2px rgba(255,209,90,.82),0 4px 12px rgba(0,0,0,.22)}
.luna-chat-launcher-icon svg,.luna-chat-avatar svg{width:31px;height:31px;display:block}
.luna-icon-bg{fill:#031226}.luna-icon-orbit{fill:none;stroke:#ffd15a;stroke-width:2.1;stroke-linecap:round;opacity:.92}.luna-icon-moon{fill:#fff6d7}.luna-icon-crater{fill:#ffd15a;opacity:.9}.luna-icon-star{fill:#fff}
.luna-chat-launcher strong{display:block;font-size:14px;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 2px 3px rgba(0,0,0,.72),0 0 1px #000}.luna-chat-launcher small{display:block;font-size:11px;opacity:1;margin-top:2px;color:var(--luna-gold)!important;-webkit-text-fill-color:var(--luna-gold)!important;text-shadow:0 2px 3px rgba(0,0,0,.72),0 0 1px #000}
.luna-chat-panel{position:fixed;right:18px;bottom:146px;width:min(390px,calc(100vw - 28px));height:min(640px,calc(100vh - 180px));z-index:9991;background:#fff;border-radius:22px;box-shadow:0 20px 64px rgba(6,22,42,.38);overflow:hidden;display:none;flex-direction:column;border:1px solid rgba(12,42,72,.14)}
.luna-chat-panel.open{display:flex}
.luna-chat-header{background:linear-gradient(135deg,#09182b,#0e2744 62%,#174d73);color:#f6fbff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.luna-chat-brand{display:flex;align-items:center;gap:11px;min-width:0}.luna-chat-avatar{width:39px;height:39px;border-radius:16px;background:rgba(220,239,255,.13);display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(220,239,255,.24);flex:0 0 auto}
.luna-chat-title{font:900 17px/1.15 system-ui,-apple-system,Segoe UI,sans-serif}.luna-chat-subtitle{opacity:.93;font:600 12px/1.25 system-ui,-apple-system,Segoe UI,sans-serif;margin-top:3px;color:#dcefff}
.luna-chat-close{border:0;background:rgba(220,239,255,.16);color:#f6fbff;border-radius:999px;width:34px;height:34px;font-size:22px;cursor:pointer;flex:0 0 auto}
.luna-chat-messages{flex:1;overflow:auto;padding:16px;background:#f4f8fc;display:flex;flex-direction:column;gap:10px}
.luna-chat-msg{max-width:86%;padding:10px 12px;border-radius:16px;font:500 14px/1.35 system-ui,-apple-system,Segoe UI,sans-serif;white-space:pre-wrap}.luna-chat-msg.bot{align-self:flex-start;background:#fff;color:#10223a;border-bottom-left-radius:5px;box-shadow:0 2px 10px rgba(12,42,72,.09)}
.luna-chat-msg.user{align-self:flex-end;background:#0e2744;color:#fff;border-bottom-right-radius:5px}.luna-chat-typing{display:none;background:#f4f8fc;color:#0e2744;font:800 12px/1.2 system-ui,-apple-system,Segoe UI,sans-serif;padding:0 16px 10px}.luna-chat-typing.show{display:block}
.luna-chat-quick{display:flex;gap:8px;flex-wrap:wrap;padding:0 16px 12px;background:#f4f8fc}.luna-chat-quick button{border:1px solid rgba(23,77,115,.28);background:#fff;color:#0e2744;border-radius:999px;padding:8px 11px;font:800 12px/1 system-ui,-apple-system,Segoe UI,sans-serif;cursor:pointer}.luna-chat-quick button:hover{background:#eaf4fb}
.luna-chat-form{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid rgba(12,42,72,.10)}.luna-chat-input{flex:1;border:1px solid rgba(12,42,72,.18);border-radius:14px;padding:11px 12px;font:500 14px system-ui,-apple-system,Segoe UI,sans-serif;outline:none}.luna-chat-input:focus{border-color:#174d73;box-shadow:0 0 0 3px rgba(23,77,115,.14)}
.luna-chat-send{border:0;border-radius:14px;background:#0e2744;color:#fff;padding:0 15px;font:900 14px system-ui,-apple-system,Segoe UI,sans-serif;cursor:pointer}.luna-chat-send:disabled,.luna-chat-input:disabled{opacity:.62;cursor:not-allowed}
.luna-chat-fallback{padding:0 14px 10px;background:#fff;text-align:center}.luna-chat-fallback a{color:#0e2744;text-decoration:none;font:800 12px system-ui,-apple-system,Segoe UI,sans-serif}.luna-chat-error{color:#b42318;font:800 12px system-ui,-apple-system,Segoe UI,sans-serif;padding:0 14px 10px;background:#fff;display:none}.luna-chat-error.show{display:block}
@media(max-width:620px){
  .luna-chat-launcher{
    left:14px!important;right:14px!important;bottom:max(14px,env(safe-area-inset-bottom))!important;
    width:auto!important;height:70px!important;min-width:0!important;max-width:none!important;padding:10px 18px 10px 12px!important;gap:12px!important;
    justify-content:flex-start!important;overflow:hidden!important;z-index:10020!important;
    border:3px solid #ffd15a!important;border-radius:24px!important;
    background:#06285e!important;background:linear-gradient(135deg,#041126 0%,#06285e 56%,#084c98 100%)!important;color:#fff!important;
    box-shadow:0 10px 0 #02132f,0 16px 36px rgba(2,11,35,.52),inset 0 -4px 0 rgba(0,0,0,.28)!important;
  }
  .luna-chat-launcher-icon{width:52px!important;height:52px!important;min-width:52px!important;border-radius:18px!important;box-shadow:inset 0 0 0 2px rgba(255,209,90,.86),0 4px 12px rgba(0,0,0,.24)!important;background:#031226!important;}
  .luna-chat-launcher-icon svg{width:43px!important;height:43px!important;}
  .luna-chat-launcher strong{display:block!important;font-size:16px!important;line-height:1.05!important;color:#fff!important;-webkit-text-fill-color:#fff!important;white-space:nowrap!important;text-shadow:0 2px 3px rgba(0,0,0,.78),0 0 1px #000!important;}
  .luna-chat-launcher small{display:block!important;font-size:12px!important;line-height:1.15!important;color:#ffd15a!important;-webkit-text-fill-color:#ffd15a!important;white-space:nowrap!important;opacity:1!important;text-shadow:0 2px 3px rgba(0,0,0,.78),0 0 1px #000!important;}
  .luna-chat-panel{right:10px;left:10px;width:auto;bottom:calc(96px + env(safe-area-inset-bottom));height:min(590px,calc(100vh - 140px));border-radius:20px;z-index:10021!important;}
}
