/* Widget chatbot myocr.app — stile isolato, prefisso .moc- per non collidere col sito */
.moc-launcher{position:fixed;right:20px;bottom:20px;z-index:9998;width:56px;height:56px;
  border-radius:50%;border:none;cursor:pointer;background:#2563eb;color:#fff;
  box-shadow:0 6px 20px rgba(0,0,0,.25);font-size:24px;line-height:1;display:flex;
  align-items:center;justify-content:center;transition:transform .15s ease}
.moc-launcher:hover{transform:scale(1.06)}
.moc-launcher svg{width:26px;height:26px;fill:#fff}

.moc-panel{position:fixed;right:20px;bottom:88px;z-index:9999;width:370px;max-width:calc(100vw - 32px);
  height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;
  box-shadow:0 12px 40px rgba(0,0,0,.28);display:none;flex-direction:column;overflow:hidden;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.moc-panel.moc-open{display:flex}

.moc-header{background:#2563eb;color:#fff;padding:14px 16px;font-weight:600;font-size:15px;
  display:flex;align-items:center;justify-content:space-between}
.moc-header .moc-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;line-height:1}

.moc-body{flex:1;overflow-y:auto;padding:14px;background:#f7f8fa;display:flex;flex-direction:column;gap:10px}
.moc-msg{max-width:85%;padding:9px 12px;border-radius:12px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}
.moc-msg.moc-bot{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;color:#111}
.moc-msg.moc-user{align-self:flex-end;background:#2563eb;color:#fff}
.moc-msg.moc-bot a{color:#2563eb}
.moc-typing{align-self:flex-start;color:#6b7280;font-size:13px;font-style:italic}

.moc-footer{display:flex;border-top:1px solid #e5e7eb;padding:8px;gap:8px;background:#fff}
.moc-footer textarea{flex:1;resize:none;border:1px solid #d1d5db;border-radius:10px;padding:8px 10px;
  font-size:14px;font-family:inherit;max-height:90px;outline:none}
.moc-footer textarea:focus{border-color:#2563eb}
.moc-footer button{border:none;background:#2563eb;color:#fff;border-radius:10px;padding:0 14px;
  cursor:pointer;font-size:14px;font-weight:600}
.moc-footer button:disabled{opacity:.5;cursor:default}

@media (max-width:480px){
  .moc-panel{right:8px;left:8px;width:auto;bottom:80px}
}
