.mnav-group[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2]::-webkit-details-marker{display:none}.mnav-group[data-astro-cid-3ef6ksr2][open] .mnav-chev[data-astro-cid-3ef6ksr2]{transform:rotate(180deg)}#cvchat{position:fixed;right:20px;bottom:20px;z-index:90;font-family:Inter,system-ui,sans-serif}#cvchat-fab{width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;background:#bfa054;color:#fff;box-shadow:0 10px 28px #09182859;display:flex;align-items:center;justify-content:center;transition:transform .15s,background .15s}#cvchat-fab:hover{background:#8e7338;transform:translateY(-2px)}#cvchat-nudge{position:absolute;right:68px;bottom:14px;background:#0f2645;color:#fff;font-size:13px;font-weight:600;padding:8px 14px;border-radius:999px;white-space:nowrap;box-shadow:0 8px 20px #0918284d;animation:cvchatIn .4s ease-out}@keyframes cvchatIn{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:none}}#cvchat-panel[hidden],.cvchat-hand[hidden],#cvchat-nudge[hidden]{display:none}#cvchat-panel{position:absolute;right:0;bottom:72px;width:min(370px,calc(100vw - 40px));background:#fff;border:1px solid #F2E9D0;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px #09182859;display:flex;flex-direction:column;max-height:min(560px,calc(100vh - 120px))}.cvchat-head{background:#0f2645;color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.cvchat-title{font-family:Cormorant Garamond,Georgia,serif;font-size:21px;line-height:1.1}.cvchat-sub{font-size:11.5px;color:#e5d2a2;margin-top:3px}#cvchat-min{background:#ffffff1f;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none}.cvchat-msgs{padding:14px 12px;overflow-y:auto;flex:1;min-height:120px;background:#fbf8f1;display:flex;flex-direction:column;gap:2px}.cvchat-row{display:flex;align-items:flex-end;gap:7px;margin-top:8px;animation:cvMsgIn .22s ease-out}.cvchat-row.grouped{margin-top:2px}.cvchat-row.me{justify-content:flex-end}@keyframes cvMsgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.cvchat-av{width:26px;height:26px;border-radius:50%;flex:none;background:#0f2645;display:flex;align-items:center;justify-content:center;overflow:hidden}.cvchat-av img{width:16px;height:18px;-o-object-fit:contain;object-fit:contain}.cvchat-row.grouped .cvchat-av{visibility:hidden}.cvchat-b{max-width:80%;padding:8px 13px;border-radius:17px;font-size:13.5px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.cvchat-row:not(.me) .cvchat-b{background:#fff;border:1px solid #F0E8D3;color:#0f2645;border-bottom-left-radius:5px;box-shadow:0 1px 1.5px #0918280d}.cvchat-row.me .cvchat-b{background:linear-gradient(180deg,#1f3a65,#0f2645);color:#fff;border-bottom-right-radius:5px}.cvchat-b.sys{background:#fdf7e6;border:1px solid #E5D2A2;color:#8e7338;font-size:12.5px;text-align:center;border-radius:12px;max-width:92%;margin:8px auto 0;animation:cvMsgIn .22s ease-out}.cvchat-b a{color:#8e7338;font-weight:600}.cvchat-row.me .cvchat-b a{color:#e5d2a2}.cvchat-time{font-size:10px;color:#a5b5cc;margin:3px 4px 0 37px}.cvchat-time.me{text-align:right;margin:3px 4px 0 0}.cvchat-typing{display:inline-flex;gap:4px;padding:3px 2px}.cvchat-typing i{width:7px;height:7px;border-radius:50%;background:#a5b5cc;animation:cvBounce 1.2s infinite}.cvchat-typing i:nth-child(2){animation-delay:.15s}.cvchat-typing i:nth-child(3){animation-delay:.3s}@keyframes cvBounce{0%,60%,to{transform:none;opacity:.5}30%{transform:translateY(-4px);opacity:1}}.cvchat-chips{display:flex;gap:6px;flex-wrap:wrap;padding:0 14px 10px;background:#fbf8f1}.cvchat-chips button{background:#fff;border:1px solid #E5D2A2;color:#1f3a65;font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;cursor:pointer}.cvchat-chips button:hover{border-color:#bfa054;color:#8e7338}.cvchat-inputrow{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #F2E9D0;background:#fff}.cvchat-inputrow input{flex:1;border:1px solid #E5D2A2;border-radius:999px;padding:9px 15px;font:inherit;font-size:13.5px;outline:none}.cvchat-inputrow input:focus{border-color:#bfa054}.cvchat-inputrow button{width:40px;height:40px;border-radius:50%;border:none;background:#bfa054;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none}.cvchat-inputrow button:hover{background:#8e7338}.cvchat-human{background:#fff;border:none;border-top:1px solid #F2E9D0;color:#43608b;font-size:12.5px;font-weight:600;padding:9px;cursor:pointer}.cvchat-human:hover{color:#8e7338}.cvchat-hand{padding:14px;border-top:1px solid #F2E9D0;background:#fff;display:flex;flex-direction:column;gap:8px}.cvchat-hand-t{font-size:13px;font-weight:600;color:#0f2645}.cvchat-hand input,.cvchat-hand textarea{border:1px solid #E5D2A2;border-radius:10px;padding:9px 12px;font:inherit;font-size:13.5px;outline:none;resize:none}.cvchat-hand input:focus,.cvchat-hand textarea:focus{border-color:#bfa054}.cvchat-hand-row{display:flex;gap:8px}#cvchat-hand-send{flex:1;background:#0f2645;color:#fff;border:none;border-radius:10px;padding:10px;font-weight:700;font-size:13.5px;cursor:pointer}#cvchat-hand-send:hover{background:#1f3a65}#cvchat-hand-cancel{background:none;border:none;color:#43608b;font-size:12.5px;cursor:pointer}.cvchat-hand-err{font-size:12px;color:#c62828}@media(max-width:640px){#cvchat{right:14px;bottom:14px}}@media print{#cvchat{display:none}}
