#cy-chat{position:fixed;right:24px;bottom:24px;z-index:2147483000;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}#cy-toggle{width:68px;height:68px;border:0;border-radius:50%;background:rgba(255,255,255,.94);cursor:pointer;box-shadow:0 12px 30px #0004;display:grid;place-items:center;position:relative;padding:8px}#cy-toggle>img{width:48px;height:auto;display:block}#cy-toggle>span{position:absolute;right:1px;bottom:0;font-size:19px}#cy-panel{position:absolute;right:0;bottom:82px;width:min(390px,calc(100vw - 32px));height:min(640px,calc(100vh - 120px));background:rgba(248,250,252,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:20px;box-shadow:0 24px 70px #0f172a3d;overflow:hidden;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(12px);transition:.18s}#cy-panel.open{opacity:1;visibility:visible;transform:none}#cy-panel header{padding:12px 14px;background:rgba(8,47,73,.94);color:white;display:flex;gap:10px;align-items:center}#cy-panel header>img{width:76px;height:auto;object-fit:contain;filter:brightness(0) invert(1)}#cy-panel header div{display:flex;flex:1;flex-direction:column}#cy-panel header span{font-size:12px;opacity:.8}#cy-close{background:none;border:0;color:white;font-size:30px;cursor:pointer}#cy-messages{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:11px}.msg{display:flex}.msg>div{max-width:84%;padding:10px 13px;border-radius:15px;background:rgba(255,255,255,.94);font-size:14px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:0 1px 3px #0002}.msg.user{justify-content:flex-end}.msg.user>div{background:var(--brand);color:white}.msg.wait>div{opacity:.6}.msg.err>div{color:#9f1239;background:#fff1f2}#cy-form{display:flex;gap:8px;padding:12px;background:rgba(255,255,255,.92);border-top:1px solid #e2e8f0}#cy-input{flex:1;resize:none;border:1px solid #cbd5e1;border-radius:14px;padding:11px;font:inherit;background:rgba(255,255,255,.9)}#cy-form button{width:44px;border:0;border-radius:12px;background:var(--brand);color:white;font-size:20px}@media(max-width:600px){#cy-chat{right:12px;bottom:12px}#cy-toggle{width:60px;height:60px}#cy-toggle>img{width:42px}#cy-panel{position:fixed;inset:auto 10px 82px 10px;width:auto;height:min(72dvh,560px);border-radius:18px}#cy-panel header>img{width:64px}}
