:root{--aug-black:#171717;--aug-blue:#160b8b;--aug-gold:#eba900;--aug-paper:#f5f3ee;--aug-line:#ded9cf}
#augustus-root{font-family:"Hanken Grotesk",Arial,Helvetica,sans-serif;color:var(--aug-black);position:relative;z-index:999999}
.augustus-launch{position:fixed;right:24px;bottom:24px;border:1px solid rgba(235,169,0,.72);border-radius:999px;background:var(--aug-blue);color:#fff;padding:10px 18px 10px 10px;display:flex;align-items:center;gap:9px;font-size:15px;box-shadow:0 12px 36px rgba(22,11,139,.3);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
.augustus-launch:hover{background:#2113a0;transform:translateY(-1px);box-shadow:0 15px 40px rgba(22,11,139,.38)}
.augustus-launch:focus-visible{outline:3px solid rgba(235,169,0,.42);outline-offset:3px}
.augustus-launch-mark{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px}.augustus-launch-mark img{display:block;width:31px;height:31px;object-fit:contain}.augustus-launch-label{font-family:"PF Regal Display Pro",Georgia,serif;font-size:19px;font-weight:700;letter-spacing:.01em}
.augustus-panel{position:fixed;right:24px;bottom:84px;width:min(390px,calc(100vw - 24px));height:min(650px,calc(100vh - 110px));background:#fff;border:1px solid var(--aug-line);box-shadow:0 20px 60px rgba(0,0,0,.22);border-radius:12px;overflow:hidden}
.augustus-panel:not([hidden]){display:flex;flex-direction:column}
.augustus-header{background:var(--aug-blue);color:#fff;padding:15px 18px;display:flex;justify-content:space-between;align-items:center;border-top:3px solid var(--aug-gold)}
.augustus-brand{display:flex;align-items:center;gap:11px}.augustus-header-mark{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px}.augustus-header-mark img{display:block;width:30px;height:30px;object-fit:contain}.augustus-header strong{display:block;font-family:"PF Regal Display Pro",Georgia,serif;font-size:23px;font-weight:700;line-height:1}.augustus-header small{display:block;color:#ded9cf;font-size:10px;margin-top:4px;text-transform:uppercase;letter-spacing:.11em}
.augustus-close,.augustus-dialog-close{border:0;background:transparent;color:inherit;font-size:28px;cursor:pointer;line-height:1}
.augustus-messages{flex:1;overflow:auto;padding:18px;background:var(--aug-paper)}
.augustus-message{max-width:88%;padding:11px 13px;margin:0 0 12px;border-radius:10px;line-height:1.48;font-size:14px;white-space:pre-wrap}
.augustus-assistant{background:#fff;border:1px solid var(--aug-line);border-bottom-left-radius:2px}.augustus-assistant a{color:#55451f;text-decoration:underline;text-underline-offset:2px}.augustus-assistant strong{font-weight:700}.augustus-user{background:var(--aug-black);color:#fff;margin-left:auto;border-bottom-right-radius:2px}.augustus-typing{color:#777;font-style:italic}
.augustus-sources{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.augustus-sources a{font-size:11px;color:var(--aug-gold);text-decoration:underline}
.augustus-suggestions{padding:0 14px 10px;background:var(--aug-paper);display:flex;gap:6px;overflow:auto}.augustus-suggestions button,.augustus-actions button{white-space:nowrap;border:1px solid #b8aa8b;background:#fff;color:#55451f;border-radius:999px;padding:7px 10px;font-size:11px;cursor:pointer}
.augustus-actions{display:flex;gap:7px;flex-wrap:wrap;margin:2px 0 15px}.augustus-actions button{background:#fff;border-color:var(--aug-gold);font-size:12px}
.augustus-chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid var(--aug-line);background:#fff}.augustus-chat-form textarea{flex:1;resize:none;border:1px solid #cbc6bb;border-radius:6px;padding:10px;font:inherit}.augustus-chat-form button,.augustus-primary{border:0;background:var(--aug-black);color:#fff;border-radius:5px;padding:10px 14px;cursor:pointer}.augustus-chat-form button:disabled,.augustus-primary:disabled{opacity:.55}
.augustus-footer{font-size:10px;color:#777;padding:0 12px 10px;background:#fff;text-align:center}.augustus-footer a{color:#655127}
.augustus-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.augustus-lead-dialog{width:min(580px,calc(100vw - 24px));border:0;border-top:4px solid var(--aug-gold);border-radius:8px;padding:0;box-shadow:0 24px 80px rgba(0,0,0,.3)}.augustus-lead-dialog::backdrop{background:rgba(0,0,0,.62)}
.augustus-lead-form{padding:28px;position:relative}.augustus-dialog-close{position:absolute;right:17px;top:13px;color:#333}.augustus-lead-form h2{font-family:Georgia,serif;font-size:28px;margin:0 0 8px}.augustus-lead-form>p{color:#666;line-height:1.45}
.augustus-lead-form label{display:block;font-size:12px;font-weight:700;margin:14px 0}.augustus-lead-form input,.augustus-lead-form select,.augustus-lead-form textarea{display:block;width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #cbc6bb;border-radius:4px;padding:10px;background:#fff;font:inherit}.augustus-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.augustus-consent{display:flex!important;gap:9px;align-items:flex-start;line-height:1.4;font-weight:400!important}.augustus-consent input{width:auto;margin:2px 0 0}.augustus-form-status{font-size:13px;color:#55451f}
@media(max-width:600px){.augustus-launch{right:12px;bottom:12px}.augustus-panel{right:12px;bottom:70px;height:calc(100vh - 86px)}.augustus-grid{grid-template-columns:1fr}.augustus-lead-form{padding:23px}}

/* Scoped interaction and responsive refinements. */
#augustus-root *,#augustus-root *::before,#augustus-root *::after{box-sizing:border-box}
#augustus-root button,#augustus-root input,#augustus-root textarea,#augustus-root select{font-family:inherit}
#augustus-root button:focus-visible,#augustus-root a:focus-visible,#augustus-root summary:focus-visible{outline:3px solid #b57f00;outline-offset:3px}
#augustus-root input:focus,#augustus-root textarea:focus,#augustus-root select:focus{outline:2px solid var(--aug-blue);outline-offset:1px}
#augustus-root .augustus-panel{width:min(420px,calc(100vw - 32px));height:min(660px,calc(100dvh - 130px));border-radius:16px;border-color:#e4dfd5;box-shadow:0 18px 64px #160b8b29}
#augustus-root .augustus-header{padding:17px 16px;flex-shrink:0}
#augustus-root .augustus-header strong,#augustus-root .augustus-launch-label,#augustus-root .augustus-lead-form h2{font-family:"PF Regal Display Pro",Lora,Georgia,serif}
#augustus-root .augustus-header small{font-size:11px;letter-spacing:.08em;color:#eeeafc}
#augustus-root .augustus-close,#augustus-root .augustus-dialog-close{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;padding:0;flex-shrink:0}
#augustus-root .augustus-close:hover{background:#ffffff1f}
#augustus-root .augustus-messages{min-height:80px;overscroll-behavior:contain;scrollbar-width:thin;padding:18px 16px}
#augustus-root .augustus-message{font-size:15px;line-height:1.6;max-width:94%;overflow-wrap:anywhere;border-radius:12px;white-space:normal}
#augustus-root .augustus-user{background:var(--aug-blue);white-space:pre-wrap}
#augustus-root .augustus-assistant{border-bottom-left-radius:3px}
#augustus-root .augustus-sources a{font-size:12px;color:#685016}
#augustus-root .augustus-suggestions{flex-wrap:wrap;overflow:visible;gap:7px;padding:10px 16px 14px;flex-shrink:0}
#augustus-root .augustus-suggestions button,#augustus-root .augustus-actions button{font-size:12px;line-height:1.35;min-height:40px;white-space:normal;text-align:left;padding:9px 12px;color:#292452;border-color:#cbc6dd;transition:background .15s}
#augustus-root .augustus-suggestions button:hover,#augustus-root .augustus-actions button:hover{background:#eceaf8;border-color:var(--aug-blue)}
#augustus-root .augustus-suggestions [data-consultation]{color:var(--aug-blue);font-weight:700;border-color:#a19bc8}
#augustus-root .augustus-chat-form{align-items:flex-end;padding:12px 14px;flex-shrink:0}
#augustus-root .augustus-chat-form textarea{min-width:0;min-height:58px;max-height:120px;font-size:16px;line-height:1.4;color:#171717;background:#fff}
#augustus-root .augustus-chat-form textarea::placeholder{color:#726e7c;opacity:1}
#augustus-root .augustus-chat-form button,#augustus-root .augustus-primary{background:var(--aug-blue);min-height:48px;font-size:14px;border-radius:8px;font-weight:600}
#augustus-root .augustus-footer{font-size:11px;line-height:1.45;color:#605c68;padding:0 16px 12px;flex-shrink:0}
#augustus-root .augustus-footer a{color:#302680}
#augustus-root .augustus-lead-dialog{max-height:calc(100dvh - 32px);max-width:calc(100vw - 24px);margin:auto;overflow-y:auto;overscroll-behavior:contain;border-radius:14px;color:#171717;background:#fff}
#augustus-root .augustus-lead-form{padding:28px}
#augustus-root .augustus-lead-form h2{font-size:28px;line-height:1.2;color:var(--aug-blue);padding-right:32px}
#augustus-root .augustus-lead-form>p{font-size:14px}
#augustus-root .augustus-lead-form label{font-size:14px;margin:12px 0}
#augustus-root .augustus-lead-form input,#augustus-root .augustus-lead-form select,#augustus-root .augustus-lead-form textarea{font-size:16px;min-height:44px;color:#171717}
#augustus-root .augustus-consent{font-size:13px!important}
#augustus-root .augustus-consent input{min-height:20px;min-width:20px;accent-color:var(--aug-blue)}
#augustus-root .augustus-details{border-top:1px solid var(--aug-line);border-bottom:1px solid var(--aug-line);padding:12px 0;margin:12px 0;font-size:14px}
#augustus-root .augustus-details summary{cursor:pointer;color:var(--aug-blue);padding:5px 0}
#augustus-root .augustus-primary{width:100%}
@media(max-width:600px){
  #augustus-root .augustus-launch{right:12px;bottom:max(12px,env(safe-area-inset-bottom));padding:8px 15px 8px 9px}
  #augustus-root .augustus-panel{right:8px;bottom:calc(76px + env(safe-area-inset-bottom));width:calc(100vw - 16px);height:min(660px,calc(100dvh - 96px - env(safe-area-inset-bottom)))}
  #augustus-root .augustus-header{padding:12px}
  #augustus-root .augustus-message{font-size:14px}
  #augustus-root .augustus-lead-form{padding:23px 18px}
  #augustus-root .augustus-grid{gap:0}
}
@media(max-height:520px){#augustus-root .augustus-suggestions{display:none}#augustus-root .augustus-panel{height:calc(100dvh - 86px);bottom:70px}#augustus-root .augustus-header{padding:7px 12px}}
@media(prefers-reduced-motion:reduce){#augustus-root *{transition:none!important;scroll-behavior:auto!important}}
