:root{--kgc-gold:#d7a55a;--kgc-bg:#040909;--kgc-panel:#0b1111;--kgc-text:#fff;--kgc-muted:#b8b8b8}
#kgc-launcher{position:fixed;right:4px;bottom:74px;width:96px;height:96px;z-index:999999;background:transparent;border:0;padding:0;cursor:pointer;filter:drop-shadow(0 10px 22px rgba(215,165,90,.35));transition:transform .2s ease,opacity .2s ease}
#kgc-launcher:hover{transform:scale(1.05)}
#kgc-launcher img{width:100%;height:100%;object-fit:contain;display:block;background:transparent!important}
#kgc-launcher.kgc-hide{opacity:0;pointer-events:none;transform:scale(.8)}
#kgc-panel{position:fixed;right:0;bottom:0;width:min(430px,100vw);height:min(760px,100dvh);z-index:1000000;background:linear-gradient(180deg,#050909 0%,#070d0d 100%);color:var(--kgc-text);border:1px solid rgba(215,165,90,.34);box-shadow:0 0 60px rgba(0,0,0,.75);display:none;flex-direction:column;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
#kgc-panel.kgc-open{display:flex}
.kgc-header{height:92px;min-height:92px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(215,165,90,.22);position:relative;background:rgba(0,0,0,.28)}
.kgc-logo{max-width:178px;max-height:64px;object-fit:contain}
.kgc-close{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;background:transparent;color:#fff;font-size:44px;line-height:1;cursor:pointer}
.kgc-close:focus{outline:1px solid var(--kgc-gold)}
.kgc-messages{flex:1;overflow-y:auto;padding:24px 18px 18px;scroll-behavior:smooth}
.kgc-row{display:flex;width:100%;gap:12px;margin-bottom:14px;align-items:flex-start;min-width:0}
.kgc-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#e8c076,#b67a32);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;flex:0 0 auto}
.kgc-message-wrap{display:flex;flex-direction:column;align-items:flex-start;min-width:0;max-width:calc(100% - 60px)}
.kgc-bubble{width:auto;max-width:100%;min-width:0;padding:18px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid rgba(215,165,90,.22);box-shadow:0 12px 28px rgba(0,0,0,.28);font-size:16px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;hyphens:auto}
.kgc-row.me{justify-content:flex-end}
.kgc-row.me .kgc-message-wrap{align-items:flex-end;width:auto;max-width:86%;margin-left:auto}
.kgc-row.me .kgc-bubble{background:linear-gradient(135deg,#d7a55a,#f1c777);color:#15110a;border-color:transparent}
.kgc-row.me .kgc-avatar{display:none}
.kgc-time{font-size:11px;color:var(--kgc-muted);margin-top:5px;text-align:right;white-space:nowrap}
.kgc-compose{border-top:1px solid rgba(255,255,255,.08);padding:16px 16px 22px;background:rgba(0,0,0,.22)}
.kgc-compose-row{display:flex;align-items:center;gap:10px;border:1px solid rgba(215,165,90,.34);border-radius:22px;padding:10px;background:#111717}
.kgc-compose textarea{flex:1;min-height:50px;max-height:120px;resize:none;background:transparent;border:0;color:#fff;font-size:16px;outline:none;padding:10px}
.kgc-send{width:62px;height:62px;border-radius:50%;border:0;background:linear-gradient(135deg,#c58a3a,#f0c779);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 24px rgba(215,165,90,.38);padding:0}
.kgc-send svg{width:30px;height:30px;display:block;transform:translateX(1px)}
.kgc-contact-toggle{display:inline-block;margin-top:12px;color:#f0c779!important;text-decoration:none!important;font-weight:700;font-size:15px;-webkit-tap-highlight-color:transparent}
.kgc-contact-toggle:visited,.kgc-contact-toggle:active,.kgc-contact-toggle:focus{color:#f0c779!important;background:transparent!important;outline:none!important}
.kgc-contact{display:none;margin-top:12px;gap:10px;flex-direction:column}
.kgc-contact.kgc-show{display:flex}
.kgc-contact input{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.13);background:#151b1b;border-radius:14px;color:#fff;font-size:16px;padding:14px 16px;outline:none}
.kgc-note{text-align:center;color:#b7b7b7;font-size:13px;margin-top:12px}
.kgc-success{color:#f0c779;font-size:14px;margin-top:8px;display:none}
@media (max-width:640px){
 #kgc-panel{width:100vw;height:100dvh;border:0;border-radius:0}
 .kgc-header{height:84px;min-height:84px}
 .kgc-logo{max-width:162px;max-height:58px}
 .kgc-close{font-size:42px;right:15px}
 .kgc-messages{padding:18px 16px}
 .kgc-bubble{font-size:16px;line-height:1.55;padding:17px 16px}
 .kgc-avatar{width:44px;height:44px}
 .kgc-message-wrap{max-width:calc(100% - 56px)}
 .kgc-row.me .kgc-message-wrap{max-width:88%}
 .kgc-compose{padding:14px 14px calc(16px + env(safe-area-inset-bottom))}
 #kgc-launcher{width:96px;height:96px;right:2px;bottom:70px}
}
