:root{--hl-modal-scrim:#2a1e14e6;--hl-modal-scrim-blur:3px;--hl-modal-panel-bg:#fff;--hl-modal-panel-radius:12px;--hl-modal-panel-shadow:0 24px 60px #2a1e1447,0 6px 18px #2a1e1429;--hl-modal-panel-border:1px solid #2a1e1414;--hl-modal-w-sm:420px;--hl-modal-w-md:560px;--hl-modal-w-lg:720px;--hl-modal-w-xl:960px;--hl-modal-header-pad:18px 24px 14px;--hl-modal-header-border:1px solid #2a1e141a;--hl-modal-title-size:20px;--hl-modal-title-color:#2a1e14;--hl-modal-eyebrow-color:#7d6a56;--hl-modal-body-pad:14px 24px 24px;--hl-modal-in:.18s;--hl-modal-out:.14s}:root.dark{--hl-modal-scrim:#1a120cd1;--hl-modal-panel-bg:#1f1a16;--hl-modal-panel-border:1px solid #ffffff14;--hl-modal-panel-shadow:0 24px 60px #0009,0 6px 18px #0006;--hl-modal-title-color:#f0ece6;--hl-modal-eyebrow-color:#a08e7c}.hlm-scrim{z-index:9998;background:var(--hl-modal-scrim);-webkit-backdrop-filter:blur(var(--hl-modal-scrim-blur));position:fixed;inset:0}.hlm-container{z-index:9999;pointer-events:none;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.hlm-panel{pointer-events:auto;width:100%;max-width:var(--hl-modal-w-md);background:var(--hl-modal-panel-bg);border:var(--hl-modal-panel-border);border-radius:var(--hl-modal-panel-radius);max-height:min(90vh,900px);box-shadow:var(--hl-modal-panel-shadow);flex-direction:column;display:flex;position:relative;overflow:hidden}.hlm-panel:focus,.hlm-panel:focus-visible{outline:none}.hlm-panel--sm{max-width:var(--hl-modal-w-sm)}.hlm-panel--md{max-width:var(--hl-modal-w-md)}.hlm-panel--lg{max-width:var(--hl-modal-w-lg)}.hlm-panel--xl{max-width:var(--hl-modal-w-xl)}.hlm-header{padding:var(--hl-modal-header-pad);flex:none;padding-right:60px;position:relative}.hlm-header:after{content:"";background:#2a1e140e;height:1px;position:absolute;bottom:0;left:0;right:0}:root.dark .hlm-header:after{background:#ffffff0d}.hlm-header--plain:after{display:none}.hlm-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--hl-modal-eyebrow-color);margin:0 0 3px;font-size:10px;font-weight:700}.hlm-title{font-size:var(--hl-modal-title-size);letter-spacing:-.01em;color:var(--hl-modal-title-color);margin:0;font-weight:700;line-height:1.25}.hlm-sub{color:var(--hl-modal-eyebrow-color);margin:4px 0 0;font-size:13px;line-height:1.5}.hlm-body{padding:var(--hl-modal-body-pad);overscroll-behavior:contain;flex:auto;overflow-y:auto}.hlm-body--flush{padding:0}.hlm-footer{flex:none;justify-content:flex-end;align-items:center;gap:10px;padding:14px 24px 18px;display:flex;position:relative}.hlm-footer:before{content:"";background:#2a1e140e;height:1px;position:absolute;top:0;left:0;right:0}:root.dark .hlm-footer:before{background:#ffffff0d}.hlm-close{z-index:2;background:var(--hl-modal-panel-bg);color:#463829;cursor:pointer;border:1px solid #2a1e1424;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,border-color .15s,transform .1s;display:flex;position:absolute;top:14px;right:14px}.hlm-close:hover{background:#f0eae4;border-color:#2a1e1447}.hlm-close:active{transform:scale(.94)}.hlm-close svg{width:17px;height:17px}.hlm-close--static{position:static;top:auto;right:auto}.hlm-close--overlay{color:#fff;-webkit-backdrop-filter:blur(4px);background:#140e098c;border-color:#ffffff47}.hlm-close--overlay:hover{background:#140e09c7;border-color:#ffffff80}:root.dark .hlm-close{color:#d8d2cb;border-color:#ffffff29}:root.dark .hlm-close:hover{background:#ffffff14;border-color:#ffffff4d}@media (prefers-reduced-motion:reduce){.hlm-scrim,.hlm-panel{transition:none!important}}@media (max-width:640px){.hlm-container{padding:12px}.hlm-header{padding:15px 52px 12px 18px}.hlm-body{padding:12px 18px 18px}.hlm-footer{padding:12px 18px 16px}}
