/* Vchat 0.36.75 — Interaction system + Catalog polish */
.vchat-modal.is-open .vchat-modal-dialog{position:relative!important;z-index:1000002!important;pointer-events:auto!important}
.vchat-modal.is-open .vchat-modal-body,.vchat-modal.is-open .vchat-modal-body *{pointer-events:auto}
.vchat-modal.is-open .vchat-modal-body [hidden]{display:none!important}
.vchat-modal button,.vchat-modal input,.vchat-modal select,.vchat-modal textarea,.vchat-modal label{position:relative;z-index:1}

/* Native color bridge */
.vchat-native-color-control{display:flex!important;align-items:center!important;width:100%!important;min-height:46px!important;border:1px solid #ddd7e8!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important}
.vchat-native-color-control>input[type="color"]{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.vchat-native-color-trigger{display:grid!important;grid-template-columns:1fr auto auto!important;gap:10px!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:6px 8px 6px 10px!important;border:0!important;background:#fff!important;color:#504961!important;cursor:pointer!important}
.vchat-native-color-swatch{display:block!important;width:100%!important;height:30px!important;border-radius:8px!important;border:1px solid rgba(31,27,54,.09)!important}
.vchat-native-color-trigger output{font-size:10px!important;font-weight:850!important;letter-spacing:.04em!important;color:#756e82!important}
.vchat-native-color-trigger i{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:8px!important;background:#f1edfb!important;color:#5f4da8!important}
.vchat-native-color-trigger svg{width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}

/* Date / time bridge — icon ALWAYS on the left */
.vchat-modal .vchat-date-control,.vchat-date-control[data-vchat-enhanced-date="1"]{position:relative!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;width:100%!important;min-height:46px!important;border:1px solid #ddd7e8!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important}
.vchat-modal .vchat-date-control:focus-within{border-color:#6a56b9!important;box-shadow:0 0 0 3px rgba(106,86,185,.12)!important}
.vchat-native-date-trigger{display:grid!important;place-items:center!important;width:42px!important;height:44px!important;padding:0!important;border:0!important;border-right:1px solid #ebe7f2!important;border-radius:0!important;background:#f7f4ff!important;color:#5f4da8!important;cursor:pointer!important;z-index:3!important}
.vchat-native-date-trigger svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.vchat-modal .vchat-date-control input[type="datetime-local"],.vchat-modal .vchat-date-control input[type="date"],.vchat-modal .vchat-date-control input[type="time"],.vchat-date-control[data-vchat-enhanced-date="1"] input{grid-column:2!important;width:100%!important;min-height:44px!important;padding:0 12px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;cursor:pointer!important}
.vchat-modal input[type="date"]::-webkit-calendar-picker-indicator,.vchat-modal input[type="time"]::-webkit-calendar-picker-indicator,.vchat-modal input[type="datetime-local"]::-webkit-calendar-picker-indicator{opacity:.35!important;cursor:pointer!important}

/* Shared explicit segmented/selectable controls */
.vchat-field-group{display:grid!important;gap:7px!important;align-content:start!important}
.vchat-choice-segment,.vchat-calendar-mode{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:4px!important;border:1px solid #ddd7e8!important;border-radius:12px!important;background:#f7f5fb!important}
.vchat-calendar-mode{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.vchat-choice-segment button,.vchat-calendar-mode button{min-height:36px!important;padding:8px 10px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#777083!important;font-size:10px!important;font-weight:850!important;cursor:pointer!important}
.vchat-choice-segment button.is-selected,.vchat-calendar-mode button.is-selected{background:#fff!important;color:#5847a0!important;box-shadow:0 2px 10px rgba(51,43,83,.08)!important}
.vchat-choice-segment button i{width:7px!important;height:7px!important;border-radius:50%!important;background:#c4bfd0!important}
.vchat-choice-segment button.is-selected:first-of-type i{background:#2db36f!important}.vchat-choice-segment button.is-selected:last-of-type i{background:#a24b60!important}
.vchat-toggle-control{display:inline-grid!important;grid-template-columns:38px auto!important;gap:8px!important;align-items:center!important;min-height:38px!important;padding:5px 10px 5px 6px!important;border:1px solid #ddd7e8!important;border-radius:999px!important;background:#fff!important;color:#756e82!important;cursor:pointer!important}
.vchat-toggle-control>span{position:relative!important;display:block!important;width:36px!important;height:22px!important;border-radius:999px!important;background:#d6d1e3!important;transition:.18s ease!important}
.vchat-toggle-control>span:after{content:""!important;position:absolute!important;left:3px!important;top:3px!important;width:16px!important;height:16px!important;border-radius:50%!important;background:#fff!important;box-shadow:0 1px 4px rgba(0,0,0,.18)!important;transition:.18s ease!important}
.vchat-toggle-control.is-on{border-color:#c9c0f2!important;background:#f5f2ff!important;color:#55469a!important}.vchat-toggle-control.is-on>span{background:#6554b8!important}.vchat-toggle-control.is-on>span:after{transform:translateX(14px)!important}
.vchat-toggle-control b{font-size:9.5px!important;font-weight:850!important}

/* Products and services page */
.vchat-frontend-app [data-vchat-panel="catalog"]{max-width:1440px!important;margin:0 auto!important;padding-bottom:90px!important}
.vchat-frontend-app [data-vchat-panel="catalog"]>.vchat-page-heading{margin-bottom:22px!important}
.vchat-catalog-heading-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important;align-items:center!important}
.vchat-catalog-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0 0 16px!important}
.vchat-catalog-stats article{display:grid!important;align-content:start!important;min-height:126px!important;padding:18px 20px!important;border:1px solid #e2deec!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 26px rgba(49,41,75,.04)!important}
.vchat-catalog-stats small{font-size:10px!important;font-weight:850!important;color:#7b7488!important}.vchat-catalog-stats strong{display:block!important;margin:10px 0 7px!important;color:#2a2540!important;font-size:28px!important;line-height:1!important}.vchat-catalog-stats span{font-size:10px!important;color:#9690a0!important;line-height:1.45!important}
.vchat-catalog-toolbar{display:grid!important;grid-template-columns:minmax(260px,1fr) 190px 190px!important;gap:12px!important;align-items:center!important;margin:0 0 16px!important;padding:14px!important;border:1px solid #e2deec!important;border-radius:17px!important;background:#fff!important}
.vchat-catalog-toolbar .vchat-search{margin:0!important}.vchat-catalog-toolbar select{min-height:44px!important}
.vchat-catalog-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}
.vchat-catalog-card{display:grid!important;grid-template-rows:auto 1fr auto!important;min-height:280px!important;padding:0!important;border:1px solid #e2deec!important;border-radius:19px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 14px 30px rgba(49,41,75,.04)!important}
.vchat-catalog-card>header{display:grid!important;grid-template-columns:48px minmax(0,1fr) 38px!important;gap:13px!important;align-items:start!important;padding:19px 20px 16px!important;border-bottom:1px solid #f0edf5!important}
.vchat-catalog-card>header>span{display:grid!important;place-items:center!important;width:46px!important;height:46px!important;border-radius:14px!important;background:color-mix(in srgb,var(--item-color) 12%,#fff)!important;color:var(--item-color)!important;font-size:16px!important;font-weight:900!important}
.vchat-catalog-card>header small{display:block!important;color:#81798b!important;font-size:9.5px!important;font-weight:800!important}.vchat-catalog-card h2{margin:5px 0 5px!important;color:#2a2540!important;font-size:18px!important;line-height:1.2!important}.vchat-catalog-card header p{margin:0!important;color:#777084!important;font-size:11px!important;line-height:1.5!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.vchat-catalog-card>header>button{width:36px!important;height:36px!important;padding:0!important;border:1px solid #e3deec!important;border-radius:10px!important;background:#faf9fd!important;color:#5c4ca2!important}
.vchat-catalog-card-meta{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;padding:16px 20px!important}.vchat-catalog-card-meta>span{display:grid!important;gap:5px!important;padding:12px!important;border-radius:12px!important;background:#f8f7fb!important}.vchat-catalog-card-meta small{font-size:8.5px!important;color:#8e8798!important}.vchat-catalog-card-meta strong{font-size:13px!important;color:#302a45!important}
.vchat-catalog-card>footer{display:flex!important;align-items:center!important;gap:10px!important;min-height:58px!important;padding:12px 20px!important;border-top:1px solid #f0edf5!important;color:#8b8495!important;font-size:9.5px!important}.vchat-catalog-card>footer>button{margin-left:auto!important;min-height:34px!important;padding:7px 11px!important;border:1px solid #ddd7e8!important;border-radius:10px!important;background:#fff!important;color:#5948a1!important;font-size:9.5px!important;font-weight:850!important}
.vchat-catalog-card.is-archived{opacity:.68!important}

/* Catalog editor */
.vchat-catalog-editor{display:grid!important;gap:16px!important}.vchat-catalog-editor-intro{padding:14px 16px!important;border:1px solid #e5e0ef!important;border-radius:14px!important;background:#faf9fd!important}.vchat-catalog-editor-intro span{display:block!important;color:#6a58ad!important;font-size:9px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.07em!important}.vchat-catalog-editor-intro strong{display:block!important;margin-top:4px!important;color:#2d2840!important;font-size:14px!important}.vchat-catalog-editor-intro p{margin:4px 0 0!important;color:#858090!important;font-size:10px!important;line-height:1.45!important}
.vchat-catalog-editor-grid{gap:13px!important}.vchat-service-booking-config{padding:16px!important;border:1px solid #e1dced!important;border-radius:16px!important;background:#faf9fd!important}.vchat-service-booking-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-bottom:14px!important}.vchat-service-booking-head>div{min-width:0!important}.vchat-service-booking-head strong{display:block!important;color:#302a44!important;font-size:12px!important}.vchat-service-booking-head p{margin:4px 0 0!important;color:#888190!important;font-size:9.5px!important;line-height:1.45!important}

/* Calendar editor controls */
.vchat-calendar-editor>section{overflow:visible!important}.vchat-calendar-link-grid{margin-top:2px!important}.vchat-calendar-link-choice{position:relative!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;gap:8px!important;align-items:start!important;min-height:66px!important;padding:12px!important;border:1px solid #ded9e9!important;border-radius:13px!important;background:#faf9fd!important;color:#302a43!important;text-align:left!important;cursor:pointer!important;z-index:2!important}.vchat-calendar-link-choice>i{display:grid!important;place-items:center!important;width:22px!important;height:22px!important;border:1px solid #d8d2e5!important;border-radius:7px!important;background:#fff!important;color:transparent!important;font-size:11px!important;font-style:normal!important}.vchat-calendar-link-choice.is-selected{border-color:#6a56b9!important;background:#f2eeff!important;box-shadow:0 0 0 2px rgba(106,86,185,.08)!important}.vchat-calendar-link-choice.is-selected>i{border-color:#6653b7!important;background:#6653b7!important;color:#fff!important}.vchat-calendar-link-choice b{display:block!important;font-size:11px!important}.vchat-calendar-link-choice small{display:block!important;margin-top:4px!important;color:#8e8797!important;font-size:9px!important;line-height:1.4!important}.vchat-calendar-editor .vchat-modal-actions{position:sticky!important;bottom:-1px!important;z-index:8!important;margin:2px -2px -2px!important;padding:14px 2px 2px!important;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 35%)!important}

.vchat-booking-embed-modal{display:grid!important;gap:13px!important}.vchat-booking-embed-modal label{display:grid!important;gap:7px!important;font-size:10px!important;font-weight:850!important;color:#413b52!important}.vchat-booking-embed-context{padding:12px 14px!important;border-radius:12px!important;background:#f4f1ff!important;color:#6e667a!important;font-size:10px!important;line-height:1.45!important}.vchat-booking-embed-modal textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace!important;font-size:10px!important;line-height:1.5!important}.vchat-booking-embed-modal>p{margin:0!important;color:#8c8495!important;font-size:9.5px!important;line-height:1.5!important}

@media(max-width:1050px){.vchat-catalog-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vchat-catalog-grid{grid-template-columns:1fr!important}.vchat-catalog-toolbar{grid-template-columns:1fr 1fr!important}.vchat-catalog-toolbar .vchat-search{grid-column:1/-1!important}}
@media(max-width:680px){.vchat-frontend-app [data-vchat-panel="catalog"]{padding:20px 16px 110px!important}.vchat-catalog-heading-actions{width:100%!important}.vchat-catalog-heading-actions button{flex:1 1 140px!important}.vchat-catalog-stats{grid-template-columns:1fr!important}.vchat-catalog-toolbar{grid-template-columns:1fr!important}.vchat-catalog-toolbar .vchat-search{grid-column:auto!important}.vchat-catalog-card>header{grid-template-columns:42px minmax(0,1fr) 34px!important;padding:16px!important}.vchat-catalog-card-meta{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:14px 16px!important}.vchat-catalog-card>footer{padding:12px 16px!important;flex-wrap:wrap!important}.vchat-choice-segment,.vchat-calendar-mode{grid-template-columns:1fr!important}.vchat-service-booking-head{align-items:flex-start!important;flex-direction:column!important}.vchat-toggle-control{align-self:flex-start!important}}
