.hc-overlay{z-index:200;background:var(--hc-overlay,#00000080);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:16px;animation:.15s ease-out hc-fade-in;display:flex;position:fixed;inset:0}.hc-modal{background:var(--hc-modal-bg,#1c1d1d);border:1px solid var(--hc-border,#ffffff14);border-radius:var(--hc-radius,12px);flex-direction:column;width:100%;max-width:480px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 48px #0006}.hc-modal--split{max-width:880px}.hc-modal--book-only{max-width:640px}.hc-modal--book-only .hc-split{flex-direction:column}.hc-book-note{border-bottom:1px solid var(--hc-border,#ffffff14);padding:16px 20px}.hc-split{flex-direction:column;max-height:90vh;display:flex;overflow-y:auto}.hc-call{border-bottom:1px solid var(--hc-border,#ffffff14);padding:20px}.hc-call-header{margin-bottom:16px}.hc-book{height:460px}.hc-book>*{width:100%;height:100%}@media (min-width:768px){.hc-split{flex-direction:row}.hc-call{border-bottom:none;border-right:1px solid var(--hc-border,#ffffff14);flex-shrink:0;width:300px}.hc-book{flex:1;height:600px}}.hc-modal-title{color:var(--hc-fg,#fff);margin:0;font-size:1rem;font-weight:600}.hc-modal-sub{color:var(--hc-fg-muted,#ffffffa3);margin:4px 0 0;font-size:.8125rem}.hc-close{z-index:10;background:var(--hc-modal-bg,#1c1d1d);width:32px;height:32px;color:var(--hc-fg-muted,#ffffffa3);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:14px;right:14px}.hc-close:hover{background:var(--hc-surface,#ffffff14)}.hc-phone-list{flex-direction:column;gap:12px;display:flex}.hc-phone-row{background:var(--hc-surface,#ffffff14);border-radius:10px;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:background .15s;display:flex}.hc-phone-row:hover{background:var(--hc-surface-hover,#ffffff1f)}.hc-phone-icon{background:var(--hc-surface-hover,#ffffff1f);width:36px;height:36px;color:var(--hc-fg-muted,#ffffffa3);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hc-phone-text{flex-direction:column;display:flex}.hc-phone-label{color:var(--hc-fg-muted,#ffffffa3);font-size:.75rem}.hc-phone-number{color:var(--hc-fg,#fff);font-size:1rem;font-weight:500}@keyframes hc-fade-in{0%{opacity:0}to{opacity:1}}