/* DEZ APPS - shared PWA notification + chatbot UI */
:root{--dezapps-blue:#075dd6;--dezapps-dark:#0c2340;--dezapps-border:#dbe5f1;--dezapps-bg:#fff;--dezapps-soft:#f5f9ff;--dezapps-muted:#66778a;--dezapps-green:#138a65;--dezapps-danger:#bd3b3b}
.dezapps-tools{position:fixed;right:16px;bottom:82px;z-index:2147482000;display:flex;flex-direction:row;gap:8px;align-items:flex-end;font-family:Arial,Helvetica,sans-serif;pointer-events:none}
.dezapps-fab{pointer-events:auto;width:50px;height:50px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--dezapps-blue);color:#fff;box-shadow:0 8px 24px rgba(12,35,64,.24);font-size:21px;line-height:1;transition:transform .18s ease,box-shadow .18s ease}
.dezapps-fab:hover,.dezapps-fab:focus{transform:translateY(-2px);box-shadow:0 11px 28px rgba(12,35,64,.3);outline:3px solid rgba(7,93,214,.17);outline-offset:2px}
.dezapps-fab.chat{background:#0b806d}.dezapps-fab .dezapps-badge{position:absolute;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:#e44040;color:#fff;font-size:10px;font-weight:700;display:none;align-items:center;justify-content:center;top:-2px;right:-2px;border:2px solid #fff}
.dezapps-fab-wrap{position:relative;pointer-events:auto}
.dezapps-panel{pointer-events:auto;position:absolute;right:0;bottom:60px;width:min(365px,calc(100vw - 32px));max-height:min(560px,calc(100vh - 150px));overflow:auto;background:var(--dezapps-bg);border:1px solid var(--dezapps-border);border-radius:18px;box-shadow:0 18px 50px rgba(12,35,64,.22);display:none;color:#1b2b3c}
.dezapps-panel.is-open{display:block}
.dezapps-panel-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px;background:linear-gradient(135deg,#075dd6,#084692);color:#fff;border-radius:17px 17px 0 0}
.dezapps-panel-head.chat-head{background:linear-gradient(135deg,#0b806d,#086052)}
.dezapps-panel-title{font-size:15px;font-weight:800;line-height:1.2}.dezapps-panel-sub{font-size:11px;opacity:.88;margin-top:2px}.dezapps-close{border:0;background:rgba(255,255,255,.18);color:#fff;width:31px;height:31px;border-radius:10px;font-size:18px;cursor:pointer}
.dezapps-panel-body{padding:14px}.dezapps-status{padding:11px 12px;border-radius:12px;background:var(--dezapps-soft);border:1px solid #e2ecf8;font-size:12px;line-height:1.55;margin-bottom:11px}.dezapps-status strong{display:block;font-size:13px;color:var(--dezapps-dark);margin-bottom:2px}.dezapps-status.ok{background:#eefaf6;border-color:#c9eade}.dezapps-status.bad{background:#fff4f4;border-color:#f1d0d0}
.dezapps-actions{display:flex;gap:8px;flex-wrap:wrap}.dezapps-action{border:0;border-radius:10px;padding:9px 12px;min-height:40px;background:var(--dezapps-blue);color:#fff;font-size:12px;font-weight:700;cursor:pointer}.dezapps-action.secondary{background:#eef4fb;color:#17416f;border:1px solid #d6e3f2}.dezapps-help{font-size:11px;color:var(--dezapps-muted);line-height:1.5;margin-top:9px}
.dezchat-log{display:flex;flex-direction:column;gap:8px;min-height:150px;max-height:295px;overflow:auto;padding:1px 1px 10px}.dezchat-msg{max-width:88%;padding:9px 11px;border-radius:13px;font-size:12px;line-height:1.5;white-space:pre-line;word-break:break-word}.dezchat-msg.bot{align-self:flex-start;background:#f0f5fa;color:#24374b;border-bottom-left-radius:4px}.dezchat-msg.user{align-self:flex-end;background:#0b806d;color:#fff;border-bottom-right-radius:4px}.dezchat-quick{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.dezchat-chip{border:1px solid #cfe0de;background:#f4fbf9;color:#075c50;border-radius:999px;padding:7px 9px;font-size:11px;cursor:pointer}.dezchat-form{display:flex;gap:7px;border-top:1px solid #e8eef4;padding-top:10px}.dezchat-input{min-width:0;flex:1;border:1px solid #cfdae6;border-radius:10px;padding:10px 11px;font-size:16px;color:#1d2d3e;background:#fff}.dezchat-send{border:0;border-radius:10px;background:#0b806d;color:#fff;padding:0 13px;font-weight:700;cursor:pointer}
.dezapps-login-tools{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 4px}.dezapps-login-button{appearance:none;border:1px solid #cbd9e8;background:#f5f9ff;color:#17416f;border-radius:10px;padding:9px 11px;font:700 12px Arial,sans-serif;cursor:pointer}.dezapps-login-button:hover{background:#eaf3ff}
@media(min-width:769px){.dezapps-tools{bottom:22px;right:22px}.dezapps-panel{width:365px}}
@media(max-width:480px){.dezapps-tools{right:12px;bottom:78px;gap:8px}.dezapps-fab{width:47px;height:47px}.dezapps-panel{position:fixed;right:12px;left:12px;bottom:136px;width:auto;max-height:calc(100vh - 170px)}body.dezapps-panel-open{overflow:hidden}}
@media(prefers-reduced-motion:reduce){.dezapps-fab{transition:none}}
