@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
:root{--efc-navy:#13233b;--efc-mint:#8DF5E2;--efc-ice:#ebf0f5;--efc-white:#fff;--efc-brown:#764f3e}
.efcd-wrap{max-width:760px;margin:28px auto;font-family:Poppins,Arial,sans-serif;color:var(--efc-navy)}.efcd-card{background:var(--efc-white);border-radius:24px;padding:30px;box-shadow:0 16px 50px rgba(19,35,59,.12);overflow:hidden}.efcd-brand{display:flex;align-items:center;background:var(--efc-navy);margin:-30px -30px 26px;padding:22px 30px;border-bottom:0}.efcd-logo{display:block;width:min(100%,420px);height:auto;max-height:84px;object-fit:contain;object-position:left center}.efcd-photo{width:92px;height:92px;border-radius:50%;object-fit:cover;float:right;margin:0 0 12px 20px;border:4px solid var(--efc-ice)}.efcd-card h1{font-size:30px;font-weight:500;line-height:1.2;margin:8px 0 10px}.efcd-tag{font-weight:500;color:var(--efc-brown);margin:0 0 18px}.efcd-mode{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.efcd-mode button,.efcd-actions button,.efcd-confirm button{font-family:inherit;border:0;border-radius:12px;padding:14px 17px;font-weight:500;cursor:pointer}.efcd-mode button:first-child,.efcd-actions #efcd-send,.efcd-confirm-send{background:var(--efc-navy);color:#fff}.efcd-mode button:last-child{background:var(--efc-mint);color:var(--efc-navy)}.efcd-messages{display:flex;flex-direction:column;gap:12px;max-height:58vh;overflow:auto;padding:4px 2px 8px}.efcd-msg{max-width:84%;padding:13px 16px;border-radius:16px;white-space:pre-wrap;line-height:1.5;font-size:15px}.efcd-msg.bot{background:var(--efc-ice);align-self:flex-start;border-bottom-left-radius:5px}.efcd-msg.user{background:var(--efc-navy);color:#fff;align-self:flex-end;border-bottom-right-radius:5px}.efcd-input{margin-top:18px}.efcd-input textarea{width:100%;box-sizing:border-box;border:1px solid #cbd4df;border-radius:14px;padding:13px 14px;font:inherit;color:var(--efc-navy);resize:vertical;outline:none}.efcd-input textarea:focus{border-color:var(--efc-navy);box-shadow:0 0 0 3px rgba(141,245,226,.45)}.efcd-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:9px}.efcd-actions #efcd-mic{background:var(--efc-ice);color:var(--efc-navy)}.efcd-consent{display:block;margin-top:18px;font-size:12px;line-height:1.5}.efcd-small{font-size:11px;color:#687588}.efcd-confirm{border:1px solid #dbe2e9;border-radius:14px;padding:15px;background:#fff}.efcd-confirm strong{font-weight:500}.efcd-confirm div{display:flex;gap:8px;margin-top:11px;flex-wrap:wrap}.efcd-edit{background:var(--efc-ice);color:var(--efc-navy)}
@media(max-width:600px){.efcd-wrap{margin:0}.efcd-card{border-radius:0;min-height:100vh;padding:20px}.efcd-brand{margin:-20px -20px 24px;padding:18px 20px}.efcd-card h1{font-size:25px}.efcd-mode{grid-template-columns:1fr}.efcd-logo{width:100%;max-width:330px;max-height:72px}.efcd-msg{max-width:90%}}
.efcd-choices{display:grid;grid-template-columns:1fr;gap:9px;max-width:88%;align-self:flex-start;margin:0 0 4px}.efcd-choices button{font-family:inherit;text-align:left;border:1px solid #cbd4df;border-radius:12px;padding:12px 15px;background:#fff;color:var(--efc-navy);font-weight:500;cursor:pointer;transition:.15s ease}.efcd-choices button:hover,.efcd-choices button:focus{background:var(--efc-mint);border-color:var(--efc-navy);outline:none}.efcd-choices button:disabled{opacity:.55;cursor:default}
@media(max-width:600px){.efcd-choices{max-width:100%;width:100%}.efcd-choices button{min-height:48px}}
.efcd-actions #efcd-mic.is-recording{font-weight:600;box-shadow:0 0 0 3px rgba(19,35,59,.12)}
