:root{--cm-brand: #4f7d1a;--cm-brand-dark: #3d6114;--cm-bg: #f7f5f0;--cm-ink: #1c2430}.cmchat-launcher{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:9998;width:56px;height:56px;border-radius:999px;border:0;background:var(--cm-brand);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px #10203040;transition:background .2s ease,transform .2s ease}.cmchat-launcher:hover{background:var(--cm-brand-dark);transform:translateY(-2px)}.cmchat-launcher:focus-visible{outline:3px solid var(--cm-brand);outline-offset:3px}.cmchat-launcher svg{width:26px;height:26px}.cmchat{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--cm-ink);display:flex;flex-direction:column;background:var(--cm-bg);border:1px solid #e3e0d8;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #1020302e;padding:0;margin:0}.cmchat--float{position:fixed;right:20px;bottom:calc(88px + env(safe-area-inset-bottom,0px));z-index:9999;width:min(380px,calc(100vw - 32px));height:min(560px,calc(100dvh - 120px));opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:bottom right;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.cmchat--float.cmchat--aperto{opacity:1;visibility:visible;transform:none;pointer-events:auto;transition:opacity .18s ease,transform .18s ease}@media (prefers-reduced-motion: reduce){.cmchat--float,.cmchat--float.cmchat--aperto{transition:visibility 0s;transform:none}}.cmchat--page{width:min(560px,100%);height:min(680px,calc(100vh - 140px));margin:0 auto}.cmchat-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--cm-brand);color:#fff}.cmchat-header--operatore{background:var(--cm-brand-dark)}.cmchat-header>div{flex:1;min-width:0}.cmchat-close{flex:none;width:32px;height:32px;border:0;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.cmchat-close:hover{background:rgba(255,255,255,.28)}.cmchat-close svg{width:16px;height:16px}.cmchat-close:focus-visible{outline:2px solid #fff;outline-offset:2px}.cmchat--page .cmchat-close{display:none}.cmchat-avatar{width:36px;height:36px;border-radius:999px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-weight:700;flex:none}.cmchat-header h2{margin:0;font-size:1rem;line-height:1.2;color:#fff}.cmchat-header p{margin:2px 0 0;font-size:.78rem;color:#fffc}.cmchat-thread{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.cmchat-msg{display:flex}.cmchat-bubble{max-width:85%;padding:10px 14px;border-radius:14px;font-size:.92rem;line-height:1.45;white-space:normal;overflow-wrap:anywhere}.cmchat-msg--bot .cmchat-bubble,.cmchat-msg--operatore .cmchat-bubble{background:#fff;border:1px solid #e6e2d9;border-bottom-left-radius:4px}.cmchat-msg--cliente{justify-content:flex-end}.cmchat-msg--cliente .cmchat-bubble{background:var(--cm-brand);color:#fff;border-bottom-right-radius:4px}.cmchat-msg--sistema{justify-content:center}.cmchat-msg--sistema .cmchat-bubble{background:transparent;color:#6d675c;font-size:.8rem;text-align:center}.cmchat-azioni{display:flex;flex-wrap:wrap;gap:8px;padding:8px 16px}.cmchat-quick{flex:none;white-space:nowrap;border:1.5px solid var(--cm-brand);background:#fff;color:var(--cm-brand-dark);border-radius:999px;padding:8px 14px;font-size:.85rem;cursor:pointer;text-decoration:none}.cmchat-quick:hover{background:#e9f3f2}.cmchat-quick--primaria{background:var(--cm-brand);color:#fff}.cmchat-quick--primaria:hover{background:var(--cm-brand-dark);color:#fff}.cmchat-nota{padding:8px 16px;font-size:.75rem;color:#6d675c;background:#efece4}.cmchat-form{display:flex;gap:8px;padding:12px 16px;background:#fff;border-top:1px solid #e6e2d9}.cmchat-input{flex:1;border:1px solid #d8d3c8;border-radius:999px;padding:10px 16px;font-size:.92rem;outline-offset:2px}.cmchat-send{border:0;border-radius:999px;width:42px;height:42px;background:var(--cm-brand);color:#fff;font-size:18px;cursor:pointer;flex:none}.cmchat-send:hover{background:var(--cm-brand-dark)}.cmchat-pagina{min-height:100vh;background:#edeae2;padding:32px 16px;box-sizing:border-box}.cmchat-pagina-testata{max-width:560px;margin:0 auto 16px;display:flex;justify-content:space-between;align-items:baseline;gap:12px}.cmchat-pagina-testata h1{margin:0;font-size:1.3rem}.cmchat-pagina-testata a{color:var(--cm-brand)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cmchat-allega{background:#efece4;color:#6d675c;font-size:16px}.cmchat-allega:hover{background:#e3ded2}.cmchat-meet{display:flex;flex-direction:column;gap:10px;background:#fff;border:1.5px solid var(--cm-brand);border-radius:14px}.cmchat-meet-btn{align-self:flex-start}.cmchat-avatar svg{width:20px;height:20px}.cmchat-send svg{width:18px;height:18px}.cmchat-allega svg{width:18px;height:18px}.cmchat-quick:focus-visible,.cmchat-send:focus-visible,.cmchat-close:focus-visible{outline:2px solid var(--cm-brand-dark);outline-offset:2px}.cmchat-input:focus-visible{outline:2px solid var(--cm-brand);outline-offset:2px;border-color:var(--cm-brand)}@media (hover: hover){.cmchat-quick:hover{background:#e9f3f2}.cmchat-quick--primaria:hover{background:var(--cm-brand-dark);color:#fff}}
