

:root {
    --bg: #f7f6f1;
    --card: #ffffff;
    --text: #24322b;
    --muted: #6e7a73;
    --line: #e8e3d6;
    --sage: #91ab9b;
    --sage-dark: #5f7d6b;
    --lav: #d9d1ee;
    --sand: #ecdfca;
    --gold: #c9ab6c;
    --green: #4d7862;
    --red: #ac5b5b;
    --blue: #6d8cc7;
    --amber: #b88b35;
    --purple: #7c6eb2;
    --shadow: 0 18px 48px rgba(32,42,36,.08);
    --radius: 24px;
}

.booking-filters-inline{
  margin:0 0 18px;
}
.booking-filters-inline__toggle{
  display:none;
}
.booking-filters-inline__panel{
  display:block;
}
.booking-filters-inline__form{
  display:grid;
  gap:18px;
  padding:24px 26px;
  border:1px solid rgba(224,213,194,.96);
  border-radius:28px;
  background:linear-gradient(180deg,#fffdfa 0%,#fff 100%);
  box-shadow:0 16px 40px rgba(18,27,48,.06);
}
.booking-filters-inline__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.booking-filters-inline__header h2{
  margin:0;
  font-size:20px;
  line-height:1.15;
  color:#18263f;
}
.booking-filters-inline__header p{
  margin:6px 0 0;
  font-size:14px;
  line-height:1.45;
  color:#66758f;
}
.booking-filters-inline__actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.booking-filters-inline__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.booking-filters-inline__grid label{
  display:grid;
  gap:8px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#66758f;
}
.booking-filters-inline__grid input[type="search"],
.booking-filters-inline__grid input[type="date"],
.booking-filters-inline__grid select{
  width:100%;
  min-height:54px;
  padding:0 18px;
  border:1px solid rgba(223,212,194,.96);
  border-radius:20px;
  background:#fff;
  color:#1d2942;
  box-shadow:none;
  font-size:16px;
}
.booking-filters-inline__grid label:first-child{
  grid-column:span 2;
}
@media (max-width:1100px){
  .booking-filters-inline__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .booking-filters-inline__grid label:first-child{
    grid-column:span 2;
  }
}
@media (max-width:760px){
  .booking-filters-inline{
    display:grid;
    gap:12px;
  }
  .booking-segment-tabs{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .booking-filters-inline__toggle{
    display:inline-flex;
  }
  .booking-filters-inline__panel{
    display:block;
  }
  .booking-filters-inline__panel.is-mobile-collapsed{
    display:none;
  }
  .booking-filters-inline__form{
    padding:18px;
    border-radius:22px;
  }
  .booking-filters-inline__header{
    flex-direction:column;
  }
  .booking-filters-inline__actions{
    width:100%;
  }
  .booking-filters-inline__actions .btn{
    flex:1 1 0;
    justify-content:center;
  }
  .booking-filters-inline__grid{
    grid-template-columns:1fr;
  }
  .booking-filters-inline__grid label:first-child{
    grid-column:span 1;
  }
}

.operator-bookings-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin:0 0 24px;
}
.operator-bookings-hero h1{
  margin:0;
  font-size:48px;
  line-height:1.04;
  letter-spacing:-0.04em;
  color:#18263f;
}
.operator-bookings-hero p{
  margin:12px 0 0;
  font-size:18px;
  color:#6c7b93;
}
.operator-bookings-toolbar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin:0 0 18px;
  position:relative;
  z-index:2147483000;
  isolation:isolate;
}
.booking-toolbar-controls{
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
  gap:14px;
  flex:0 1 520px;
  position:relative;
  z-index:2147483100;
}
.booking-segment-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.booking-segment-tab{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:15px 20px;
  border:1px solid rgba(214,222,231,.95);
  border-radius:16px;
  background:#fff;
  color:#1f2b46;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 8px 24px rgba(26,39,68,.05);
}
.booking-segment-tab.is-active{
  border-color:#0c8b63;
  box-shadow:inset 0 -3px 0 #0c8b63,0 16px 32px rgba(12,139,99,.10);
  color:#0c6d50;
}
.booking-segment-tab__count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:26px;
  height:26px;
  padding:0 8px;
  border-radius:999px;
  font-size:13px;
  line-height:1;
}
.booking-segment-tab__count--all{background:#e8f5ef;color:#0c8b63}
.booking-segment-tab__count--alert{background:#ffe9e6;color:#f15e52}
.booking-segment-tab__count--info{background:#e8f0ff;color:#2d6cff}
.booking-segment-tab__count--success{background:#e7f8ed;color:#2e9c59}
.booking-toolbar-search{display:flex;align-items:flex-start;justify-content:flex-end;gap:14px;flex:1 1 360px}
.booking-toolbar-search__field{
  display:flex;
  align-items:center;
  min-width:320px;
  max-height:56px;
  overflow:hidden;
  border:1px solid rgba(214,222,231,.95);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(26,39,68,.04);
}
.booking-toolbar-search__field input{
  flex:1 1 auto;
  min-width:0;
  height:56px;
  padding:0 18px;
  border:0;
  background:transparent;
}
.booking-toolbar-search__field button{
  height:56px;
  max-height:56px;
  padding:0 18px;
  border:0;
  background:transparent;
  color:#16223a;
  font-weight:700;
  cursor:pointer;
}
.booking-filters-toggle{
  position:relative;
  flex:0 0 auto;
  z-index:2147483200;
}
.booking-filters-toggle__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 18px;
  border:1px solid rgba(214,222,231,.95);
  border-radius:16px;
  background:#fff;
  color:#16223a;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(26,39,68,.04);
  white-space:nowrap;
}
.booking-filters-toggle.is-open .booking-filters-toggle__button{
  border-color:#cfd9ea;
  box-shadow:0 18px 34px rgba(26,39,68,.10);
}
.booking-filters-toggle.has-active-filters .booking-filters-toggle__button{
  border-color:#b9d7ca;
  box-shadow:0 12px 30px rgba(12,139,99,.10);
  color:#0c6d50;
}
.booking-filters-popover{
  position:static;
  width:100%;
  margin-top:14px;
  padding:16px;
  border:1px solid rgba(219,210,194,.96);
  border-radius:24px;
  background:linear-gradient(180deg,#fffefc 0%,#fff 100%);
  box-shadow:0 18px 44px rgba(18,27,48,.10);
  display:none;
}
.booking-filters-popover::before{
  display:none;
}
.booking-filters-popover.is-open{
  display:block;
}
.booking-filters-popover__form{
  margin:0;
  display:grid;
  gap:18px;
}
.booking-filters-popover__title{
  margin:0;
  font-size:14px;
  letter-spacing:.02em;
  font-weight:800;
  color:#16223a;
}
.booking-filters-popover__body{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.booking-filters-popover__body label{
  display:grid;
  gap:7px;
  font-size:12px;
  letter-spacing:.03em;
  text-transform:uppercase;
  font-weight:700;
  color:#5d6b82;
}
.booking-filters-popover__body select,
.booking-filters-popover__body input[type="date"]{
  width:100%;
  min-height:52px;
  padding:0 16px;
  border:1px solid rgba(223,212,194,.96);
  border-radius:18px;
  background:#fff;
  color:#1d2942;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.booking-filters-actions{
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:0;
}
.booking-filters-submit{
  min-width:154px;
  min-height:52px;
  border-radius:18px;
}
.booking-filters-reset{
  min-width:124px;
  min-height:52px;
  border-radius:18px;
}
.operator-bookings-info{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 22px;
  padding:18px 20px;
  border:1px solid #dce8ff;
  border-radius:18px;
  background:linear-gradient(135deg,#f7faff 0%,#eef4ff 100%);
  color:#29446f;
}
.operator-bookings-info--primary{
  align-items:flex-start;
  gap:18px;
  margin:0 0 30px;
  padding:28px 30px;
  border:2px solid rgba(17,122,99,.45);
  border-left:10px solid #117a63;
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,214,107,.28), transparent 28%),
    linear-gradient(135deg,#ffffff 0%,#effaf5 56%,#e7f6ef 100%);
  box-shadow:0 24px 54px rgba(17,122,99,.18);
  color:#12372d;
  font-size:19px;
  font-weight:800;
  line-height:1.42;
}
.operator-bookings-info--primary strong{
  display:block;
  margin:0 0 8px;
  color:#0b5f4d;
  font-size:22px;
  line-height:1.18;
}
.operator-bookings-info__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:#e4edff;
  color:#2d6cff;
  font-weight:800;
}
.operator-bookings-info--primary .operator-bookings-info__icon{
  width:36px;
  height:36px;
  margin-top:1px;
  background:#117a63;
  color:#fff;
  box-shadow:0 12px 24px rgba(17,122,99,.24);
}
.intro-call-payment-hint{
  color:#f01818;
  font-weight:900;
}
.booking-page-card--replica{
  border-radius:26px;
  overflow:hidden;
}
.booking-list-table--replica{
  table-layout:fixed;
}
.booking-list-table thead th{
  padding-top:18px;
  padding-bottom:18px;
  font-size:14px;
  color:#22304b;
}
.booking-list-table tbody td{
  padding-top:22px;
  padding-bottom:22px;
  vertical-align:top;
}
.booking-primary-link,
.booking-type-link,
.booking-date-link{
  display:flex;
  flex-direction:column;
  gap:6px;
  color:#1d2942;
  text-decoration:none;
}
.booking-primary-link strong,
.booking-type-link strong,
.booking-date-link strong{
  font-size:16px;
  line-height:1.35;
}
.booking-order-number{
  font-size:13px;
  line-height:1.3;
}
.booking-mobile-card__grid .booking-order-number{
  font-size:12px;
}
.booking-primary-link span,
.booking-type-link span,
.booking-date-link span,
.booking-date-link small,
.booking-inline-meta,
.booking-created-time{
  font-size:13px;
  line-height:1.45;
  color:#5f6e86;
}
.booking-type-link__channel{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.booking-delivery-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:24px;
  padding:4px 10px;
  border-radius:7px;
  font-size:12px;
  font-weight:800;
  line-height:1;
}
.booking-delivery-pill__icon,
.booking-action-btn__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.booking-delivery-pill__icon svg{
  width:14px;
  height:14px;
}
.booking-action-btn__icon svg{
  width:16px;
  height:16px;
}
.booking-delivery-pill--video{
  background:#e8f7ee;
  color:#10824d;
}
.booking-delivery-pill--chat{
  background:#efe6ff;
  color:#7a35ff;
}
.booking-delivery-pill--audio{
  background:#fff2db;
  color:#b56a00;
}
.booking-delivery-pill--in_person{
  background:#e7eefc;
  color:#2f63d8;
}
.booking-date-link__tag{
  display:inline-flex;
  width:max-content;
  padding:4px 10px;
  border-radius:999px;
  background:#efe8ff;
  color:#6b35ff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.booking-row-action-stack--replica{
  align-items:flex-start;
  gap:10px;
}
.booking-secondary-actions{
  display:flex;
  align-items:stretch;
  gap:10px;
  width:100%;
}
.booking-secondary-actions .btn,
.booking-secondary-actions .inline-form{
  flex:1 1 0;
  min-width:0;
}
.booking-secondary-actions .inline-form{
  display:flex;
  margin:0;
}
.booking-secondary-actions .inline-form .btn{
  width:100%;
}
.booking-secondary-actions .booking-edit-btn,
.booking-secondary-actions .booking-delete-btn{
  min-height:44px !important;
  padding:0 14px !important;
  border-radius:8px !important;
  justify-content:center !important;
  white-space:nowrap;
}
.booking-secondary-actions .booking-delete-btn{
  border-color:#ef4444 !important;
  background:#fff5f5 !important;
  color:#b42318 !important;
}
.booking-secondary-actions .booking-delete-btn:hover{
  border-color:#dc2626 !important;
  background:#fee2e2 !important;
  color:#991b1b !important;
}
.booking-clickable-row{
  cursor:pointer;
}
.booking-row-action-form{
  margin:0;
}
.booking-row-action-stack--replica .booking-row-action-form{
  width:100%;
}
.booking-row-action-stack--replica .booking-row-action-form .btn,
.booking-mobile-card__actions .booking-row-action-form .btn{
  width:100%;
}
.booking-link-btn,
.booking-absent-btn{
  min-height:44px;
  justify-content:center;
  white-space:normal;
  text-align:center;
  line-height:1.15;
}
.booking-link-btn{
  border-color:#0b8f59 !important;
  color:#0b6f47 !important;
  background:#f4fbf7 !important;
}
.booking-link-btn:hover{
  background:#e8f6ef !important;
  color:#075d3b !important;
}
.chat-message__payment-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:11px 18px;
  border-radius:999px;
  background:#0b8f59;
  color:#fff !important;
  font-weight:800;
  text-decoration:none !important;
  box-shadow:0 10px 22px rgba(11,143,89,.22);
}
.chat-message__payment-button:hover{
  background:#087348;
  color:#fff !important;
}
.chat-message:has(.chat-service-card){
  width:min(460px,90%);
  max-width:min(460px,90%);
  padding:6px;
  border-color:rgba(27,103,77,.2);
  background:rgba(220,246,233,.92);
}
.chat-service-card{
  display:grid;
  grid-template-columns:126px minmax(0,1fr);
  gap:16px;
  overflow:hidden;
  padding:9px;
  border:1px solid rgba(28,111,82,.18);
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 38px rgba(31,62,49,.13);
}
.chat-service-card__image{
  display:block;
  width:126px;
  height:100%;
  min-height:158px;
  object-fit:cover;
  border-radius:15px;
  background:#e7f3ed;
  box-shadow:inset 0 0 0 1px rgba(21,75,57,.08);
}
.chat-service-card__image--placeholder{
  display:grid;
  place-items:center;
  color:#24765b;
  font-size:34px;
  background:linear-gradient(145deg,#dff2e9 0%,#f8efe1 100%);
}
.chat-service-card__content{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  padding:7px 7px 7px 0;
}
.chat-service-card__eyebrow{
  color:#24765b;
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.chat-service-card__title{
  display:-webkit-box;
  margin-top:6px;
  overflow:hidden;
  color:#1c2e27;
  font-size:17px;
  line-height:1.22;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.chat-service-card__stars{
  margin-top:7px;
  color:#d89c2b;
  font-size:15px;
  letter-spacing:.08em;
  line-height:1;
}
.chat-service-card__review-context{
  display:block;
  width:100%;
  margin-top:8px;
  overflow:hidden;
  color:#76627f;
  font-size:11px;
  font-weight:750;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.chat-service-card__description{
  display:-webkit-box;
  margin:8px 0 0 !important;
  overflow:hidden;
  color:#63716b;
  font-size:12px;
  line-height:1.4;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.chat-service-card__meta{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:8px;
  color:#465750;
  font-size:11px;
  font-weight:800;
}
.chat-service-card__button{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  min-height:40px;
  margin-top:auto;
  padding:10px 13px;
  border-radius:12px;
  background:#08765a;
  color:#fff !important;
  font-size:12px;
  font-weight:900;
  line-height:1;
  text-decoration:none !important;
  box-shadow:0 8px 18px rgba(8,118,90,.2);
  cursor:pointer;
  pointer-events:auto;
}
.chat-service-card__button-icon{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  flex:0 0 22px;
  border-radius:999px;
  background:rgba(255,255,255,.17);
  font-size:15px;
  line-height:1;
}
.chat-service-card__button:hover{
  background:#065f49;
  color:#fff !important;
}
.chat-service-card--review{
  border-color:rgba(168,113,37,.22);
  background:linear-gradient(145deg,#fff 0%,#fffaf1 100%);
}
.chat-service-card--review .chat-service-card__image{
  object-fit:cover;
  object-position:center;
  background:#f7efff;
}
.chat-service-card--review .chat-service-card__eyebrow{
  color:#9a651b;
}
.chat-service-card--review .chat-service-card__button{
  background:#9a651b;
  box-shadow:0 8px 18px rgba(154,101,27,.2);
}
.chat-service-card--review .chat-service-card__button:hover{
  background:#7d5014;
}
.chat-service-card--review .chat-service-card__image--placeholder{
  color:#9a651b;
  background:linear-gradient(145deg,#f8e8c8 0%,#fffaf1 100%);
}

/* La card vive dentro rich-text e chat pubblica: queste regole impediscono
   agli stili generici di immagini e link di alterarne dimensioni e spazi. */
.service-chat-public .hh-wa .chat-message:has(.chat-service-card),
.hh-wa .chat-message:has(.chat-service-card){
  width:min(460px,90%) !important;
  max-width:min(460px,90%) !important;
  padding:6px !important;
}
.service-chat-public .hh-wa .chat-service-card,
.hh-wa .chat-service-card{
  display:grid !important;
  grid-template-columns:126px minmax(0,1fr) !important;
  gap:16px !important;
  padding:9px !important;
}
.service-chat-public .hh-wa .chat-service-card__image,
.hh-wa .chat-service-card__image{
  width:126px !important;
  height:100% !important;
  min-height:158px !important;
  margin:0 !important;
}
.service-chat-public .hh-wa .chat-service-card__content,
.hh-wa .chat-service-card__content{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:0 !important;
  min-width:0 !important;
  padding:7px 7px 7px 0 !important;
}
.service-chat-public .hh-wa .chat-service-card__eyebrow,
.service-chat-public .hh-wa .chat-service-card__title,
.service-chat-public .hh-wa .chat-service-card__stars,
.service-chat-public .hh-wa .chat-service-card__review-context,
.hh-wa .chat-service-card__eyebrow,
.hh-wa .chat-service-card__title,
.hh-wa .chat-service-card__stars,
.hh-wa .chat-service-card__review-context{
  display:block !important;
  flex:none !important;
}
.service-chat-public .hh-wa .rich-text-output .chat-service-card__button,
.hh-wa .rich-text-output .chat-service-card__button{
  display:flex !important;
  width:100% !important;
  margin-top:auto !important;
  color:#fff !important;
  text-decoration:none !important;
}
@media (max-width:560px){
  .chat-message:has(.chat-service-card){
    width:min(370px,96%);
    max-width:96%;
  }
  .chat-service-card{
    grid-template-columns:96px minmax(0,1fr);
    gap:11px;
    padding:7px;
  }
  .chat-service-card__image{
    width:96px;
    min-height:138px;
  }
  .chat-service-card__description{
    display:none;
  }
  .chat-service-card__content{
    padding:5px 5px 5px 0;
  }
  .chat-service-card__title{
    font-size:15px;
  }
  .service-chat-public .hh-wa .chat-message:has(.chat-service-card),
  .hh-wa .chat-message:has(.chat-service-card){
    width:min(370px,96%) !important;
    max-width:96% !important;
  }
  .service-chat-public .hh-wa .chat-service-card,
  .hh-wa .chat-service-card{
    grid-template-columns:96px minmax(0,1fr) !important;
    gap:11px !important;
    padding:7px !important;
  }
  .service-chat-public .hh-wa .chat-service-card__image,
  .hh-wa .chat-service-card__image{
    width:96px !important;
    min-height:138px !important;
  }
}
.booking-absent-btn{
  border-color:#d85d5d !important;
  color:#9d2f2f !important;
  background:#fff7f7 !important;
}
.booking-absent-btn:hover{
  background:#fdecec !important;
  color:#842727 !important;
}
.booking-absent-btn:disabled{
  border-color:#d1d5db !important;
  background:#f3f4f6 !important;
  color:#6b7280 !important;
  cursor:not-allowed;
}
.booking-join-btn,
.booking-reschedule-btn{
  min-height:44px;
  padding:0 16px !important;
  border-radius:9px !important;
  font-size:14px !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  box-shadow:none !important;
}
.booking-join-btn{
  background:linear-gradient(180deg,#0a9a5f 0%,#0b8a55 100%) !important;
  border:1px solid #0a8f58 !important;
  color:#fff !important;
}
.booking-join-btn:hover{
  background:linear-gradient(180deg,#0ca567 0%,#0a8a55 100%) !important;
}
.booking-reschedule-btn{
  background:#fff !important;
  border:1px solid #ff6aa8 !important;
  color:#ff2f87 !important;
}
.booking-reschedule-btn:hover{
  background:#fff5fa !important;
}
.booking-list-table__actions{
  min-width:250px;
}
.booking-list-table__customer{width:21%}
.booking-list-table__operator{width:16%}
.booking-list-table__type{width:17%}
.booking-list-table__appointment{width:18%}
.booking-list-table__status{width:12%}
.booking-list-table__created{width:16%}
.booking-primary-link--operator strong,
.booking-primary-link--operator span{
  overflow-wrap:anywhere;
}
.booking-status-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.booking-inline-meta{
  margin-top:10px;
}
.booking-created-date{
  font-size:16px;
  font-weight:700;
  color:#1d2942;
}
.booking-list-table__created{
  white-space:nowrap;
}
.booking-mobile-card__head h4 a,
.booking-mobile-card__head p a,
.booking-mobile-card__grid a{
  color:inherit;
  text-decoration:none;
}
.booking-mobile-card--replica .booking-mobile-card__grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.booking-page-card--replica .booking-table-desktop{
  overflow-x:auto !important;
  overflow-y:visible !important;
  -webkit-overflow-scrolling:touch;
}
.booking-page-card--replica .booking-list-table--replica{
  min-width:1120px;
}
@media (max-width:1440px) and (min-width:761px){
  .booking-page-card--replica .booking-table-desktop{
    display:none;
  }
  .booking-page-card--replica .booking-mobile-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
    gap:14px;
    margin:16px;
  }
  .booking-page-card--replica .booking-mobile-card--replica .booking-mobile-card__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:1180px){
  .operator-bookings-toolbar{
    flex-direction:column;
  }
  .booking-toolbar-controls,
  .booking-toolbar-search{
    width:100%;
    justify-content:stretch;
  }
  .booking-toolbar-search__field{
    flex:1 1 auto;
    min-width:0;
  }
}
@media (max-width:1500px) and (min-width:761px){
  .booking-segment-tabs{
    gap:10px;
  }
  .booking-segment-tab{
    gap:8px;
    padding:12px 16px;
    border-radius:14px;
    font-size:13px;
  }
  .booking-segment-tab__count{
    min-width:24px;
    height:24px;
    padding:0 7px;
    font-size:12px;
  }
  .booking-toolbar-controls{
    gap:12px;
  }
  .booking-filters-toggle__button,
  .booking-toolbar-search__field input,
  .booking-toolbar-search__field button{
    font-size:14px;
  }
  .booking-filters-toggle__button{
    min-height:50px;
    padding:0 16px;
  }
  .booking-toolbar-search__field{
    min-width:280px;
    max-height:50px;
    border-radius:14px;
  }
  .booking-toolbar-search__field input,
  .booking-toolbar-search__field button{
    height:50px;
  }
}

/* Booking replica final overrides */
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn,
.booking-mobile-card__actions .booking-join-btn{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:48px !important;
  padding:0 18px !important;
  border-radius:10px !important;
  border:1px solid #0b8f59 !important;
  background:#0b8f59 !important;
  background-image:none !important;
  color:#fff !important;
  box-shadow:none !important;
  text-transform:none !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1 !important;
  width:100% !important;
}
.booking-chat-btn{
  overflow:visible !important;
}
.booking-chat-btn__badge{
  position:absolute;
  top:-10px;
  right:-10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:24px;
  padding:0 7px;
  border-radius:999px;
  background:#f00;
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1;
  box-shadow:0 8px 18px rgba(255,0,0,.28);
  z-index:2;
  pointer-events:none;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-manage-btn,
.booking-mobile-card__actions .booking-manage-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:48px !important;
  padding:0 18px !important;
  border-radius:10px !important;
  border:1px solid #0b8f59 !important;
  background:#0b8f59 !important;
  background-image:none !important;
  color:#fff !important;
  box-shadow:none !important;
  text-transform:none !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1 !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-manage-btn:hover,
.booking-mobile-card__actions .booking-manage-btn:hover{
  border-color:#08784b !important;
  background:#08784b !important;
  color:#fff !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-manage-btn .booking-action-btn__icon,
.booking-mobile-card__actions .booking-manage-btn .booking-action-btn__icon,
.booking-list-table__actions .booking-row-action-stack--replica .booking-manage-btn .booking-action-btn__icon svg,
.booking-mobile-card__actions .booking-manage-btn .booking-action-btn__icon svg{
  color:#fff !important;
  stroke:#fff !important;
  fill:none !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn[href*="chat"],
.booking-mobile-card__actions .booking-join-btn[href*="chat"]{
  border-color:#0b8f59 !important;
  background:#0b8f59 !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn[href*="meeting"],
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn[href*="meet.google"],
.booking-mobile-card__actions .booking-join-btn[href*="meeting"],
.booking-mobile-card__actions .booking-join-btn[href*="meet.google"]{
  border-color:#35a8ff !important;
  background:#35a8ff !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn[href*="meeting"]:hover,
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn[href*="meet.google"]:hover,
.booking-mobile-card__actions .booking-join-btn[href*="meeting"]:hover,
.booking-mobile-card__actions .booking-join-btn[href*="meet.google"]:hover{
  border-color:#1f96f2 !important;
  background:#1f96f2 !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn:hover,
.booking-mobile-card__actions .booking-join-btn:hover{
  border-color:#08784b !important;
  background:#08784b !important;
  color:#fff !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn[href*="meeting"]:hover,
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn[href*="meet.google"]:hover,
.booking-mobile-card__actions .booking-join-btn[href*="meeting"]:hover,
.booking-mobile-card__actions .booking-join-btn[href*="meet.google"]:hover{
  border-color:#1f96f2 !important;
  background:#1f96f2 !important;
  color:#fff !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-reschedule-btn,
.booking-mobile-card__actions .booking-reschedule-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:44px !important;
  padding:0 14px !important;
  border-radius:8px !important;
  border:1px solid #ff5c9b !important;
  background:#fff !important;
  background-image:none !important;
  color:#ff3b89 !important;
  box-shadow:none !important;
  text-transform:none !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1 !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-reschedule-btn,
.booking-list-table__actions .booking-row-action-stack--replica .booking-reschedule-btn span,
.booking-list-table__actions .booking-row-action-stack--replica .booking-reschedule-btn svg,
.booking-mobile-card__actions .booking-reschedule-btn,
.booking-mobile-card__actions .booking-reschedule-btn span,
.booking-mobile-card__actions .booking-reschedule-btn svg{
  color:#ff3b89 !important;
  fill:none !important;
  stroke:currentColor !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-reschedule-btn:hover,
.booking-mobile-card__actions .booking-reschedule-btn:hover{
  background:#fff3f8 !important;
  color:#ff2a7f !important;
  border-color:#ff4d93 !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-reschedule-btn:hover span,
.booking-list-table__actions .booking-row-action-stack--replica .booking-reschedule-btn:hover svg,
.booking-mobile-card__actions .booking-reschedule-btn:hover span,
.booking-mobile-card__actions .booking-reschedule-btn:hover svg{
  color:#ff2a7f !important;
  stroke:currentColor !important;
}
.booking-list-table__actions .booking-row-action-stack--replica .booking-join-btn .booking-action-btn__icon,
.booking-list-table__actions .booking-row-action-stack--replica .booking-reschedule-btn .booking-action-btn__icon,
.booking-mobile-card__actions .booking-join-btn .booking-action-btn__icon,
.booking-mobile-card__actions .booking-reschedule-btn .booking-action-btn__icon{
  flex:0 0 auto;
}
.booking-type-link__channel .booking-delivery-pill{
  min-height:30px;
  padding:5px 12px;
  border-radius:8px;
  font-size:14px;
  font-weight:800;
}
.booking-type-link__channel .booking-delivery-pill--video{
  background:#dcefff;
  color:#2b78b8;
}
.booking-type-link__channel .booking-delivery-pill--chat{
  background:#dff4e8;
  color:#1f7a4d;
}
@media (max-width:900px){
  .operator-bookings-hero h1{
    font-size:40px;
  }
  .booking-filters-popover{
    width:100%;
  }
  .booking-filters-popover__body{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .operator-bookings-hero{
    margin-bottom:18px;
  }
  .operator-bookings-hero h1{
    font-size:34px;
  }
  .operator-bookings-hero p{
    font-size:16px;
  }
  .operator-bookings-info--primary{
    padding:22px 20px;
    border-left-width:8px;
    font-size:16px;
  }
  .operator-bookings-info--primary strong{
    font-size:19px;
  }
  .operator-bookings-toolbar{
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    gap:14px;
    margin-bottom:12px;
  }
  .booking-segment-tabs{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    margin-bottom:12px;
  }
  .booking-toolbar-controls,
  .booking-toolbar-search{
    flex-direction:column;
  }
  .booking-toolbar-controls{
    display:block !important;
    flex:none !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    gap:12px;
  }
  .booking-toolbar-search{
    display:block;
    flex:none !important;
    height:auto !important;
    min-height:0 !important;
    width:100%;
    gap:0;
    margin:0;
    align-self:stretch;
    justify-content:flex-start !important;
  }
  form.booking-toolbar-search{
    display:block !important;
    flex:0 0 auto !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:52px !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }
  .booking-filters-toggle{
    margin-top:12px;
  }
  .booking-toolbar-search{
    margin-top:12px !important;
  }
  .operator-bookings-info{
    margin-top:12px;
  }
  .booking-toolbar-search__field,
  .booking-filters-toggle,
  .booking-filters-toggle__button{
    width:100%;
    min-width:0;
  }
  .booking-toolbar-search__field{
    max-height:52px;
  }
  .booking-toolbar-search__field input,
  .booking-toolbar-search__field button{
    height:52px;
    max-height:52px;
  }
  .booking-filters-popover{
    width:100%;
  }
  .booking-mobile-card--replica .booking-mobile-card__grid{
    grid-template-columns:1fr;
  }
}

/* HolyHome chat and notification UX */
.chat-shell{max-width:1180px;margin:0 auto;}
.chat-header{gap:12px;}
.chat-operator-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 10px 24px rgba(33,51,43,.14);}
.chat-status-card{border-radius:8px;background:#fff8e8;border:1px solid #f3d79b;color:#6b4b15;}
.chat-message-list{min-height:48vh;}
.chat-input-bar textarea{min-height:110px;font-size:16px;line-height:1.45;}
.chat-input-bar .btn{min-height:48px;padding-inline:22px;font-weight:850;}
.chat-cta-card{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:8px;}
.unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#d9480f;color:#fff;font-size:12px;font-weight:850;line-height:1;}
.pwa-notification-box,.notification-admin-send-card{margin-top:16px;padding:16px;border:1px solid rgba(138,90,52,.18);border-radius:8px;background:#fffaf3;}
.pwa-notification-box p{margin:6px 0 0;color:#5f6f66;}
.pwa-notification-box--dashboard{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 20px;align-items:center;padding:16px 18px 16px 20px;border:1px solid #d9c39a;border-left:4px solid #227565;border-radius:8px;background:#fffdf8;box-shadow:0 10px 24px rgba(34,49,42,.055)}
.pwa-notification-box--dashboard::before{content:none}
.pwa-notification-box--dashboard strong{display:block;color:#21342c;font-size:15px;font-weight:850;letter-spacing:0}
.pwa-notification-box--dashboard p{max-width:980px;margin:5px 0 0;line-height:1.45;color:#5f6f66;font-size:14px}
.pwa-notification-box--dashboard .actions-row{grid-column:2;grid-row:1 / span 2;margin-top:0;display:flex;gap:10px;align-items:center;justify-content:flex-end;white-space:nowrap}
.pwa-notification-box--dashboard .btn{min-height:40px}
@media (max-width:820px){.pwa-notification-box--dashboard{grid-template-columns:1fr}.pwa-notification-box--dashboard .actions-row{grid-column:auto;grid-row:auto;justify-content:flex-start;white-space:normal}.pwa-notification-box--dashboard .btn{flex:1 1 auto}}
.chat-presence-panel{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:8px 10px;border-radius:999px;background:#f3f4f6;color:#637269;font-size:13px;font-weight:750;}
.chat-presence-panel::before{content:"";width:9px;height:9px;border-radius:999px;background:#94a3b8;}
.chat-presence-panel.is-online{background:#edf8f1;color:#25614f;}
.chat-presence-panel.is-online::before{background:#22a06b;box-shadow:0 0 0 4px rgba(34,160,107,.14);}
.chat-presence-panel.is-connected{background:#eef4ff;color:#2f4f7f;}
.chat-presence-panel.is-connected::before{background:#5b7fd8;box-shadow:0 0 0 4px rgba(91,127,216,.14);}
.chat-presence-panel.is-offline{background:#f6f3ef;color:#7b6b5d;}
.chat-presence-panel--inline{margin-top:4px;padding:0;background:transparent;border-radius:0;}
.chat-presence-panel--inline.is-online,.chat-presence-panel--inline.is-connected,.chat-presence-panel--inline.is-offline{background:transparent;}
.chat-presence-panel[hidden]{display:none!important;}
.chat-typing-line{margin-top:7px;color:#25614f;font-size:13px;font-weight:800;}
.hh-code-block{white-space:pre-wrap;margin:12px 0 0;padding:12px;border-radius:8px;background:#21332b;color:#fff;font-size:12px;line-height:1.5;}
.chat-public-page{min-height:100vh;padding:18px;background:#f7f3ed;}
@media (max-width:760px){
  .hh-wa.chat-shell{display:block;margin:0 -12px;}
  .hh-wa.chat-shell .hh-wa__sidebar{border-radius:0;padding:16px;}
  .hh-wa.chat-shell .hh-wa__main{border-radius:0;min-height:70vh;}
  .hh-wa__top{align-items:flex-start;gap:10px;}
  .hh-wa__lead-copy{font-size:14px;line-height:1.45;}
  .chat-message-list{min-height:52vh;max-height:58vh;padding:14px;}
  .chat-input-bar{position:sticky;bottom:0;padding:12px;background:#fff;border-top:1px solid rgba(36,50,43,.10);}
  .chat-input-bar textarea{min-height:96px;width:100%;}
  .chat-input-bar .between{display:block;}
  .chat-input-bar .btn{width:100%;}
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter,Arial,sans-serif;
    background: linear-gradient(180deg,#fcfbf7 0,#f3f5ef 100%);
    color: var(--text);
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(251,250,245,.86);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(233,227,214,.95);
}

.site-notice-banner {
    background: #246A62;
    color: #fff;
}

.site-notice-banner .container {
    min-height: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

.site-notice-banner__text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.site-notice-banner__text p {
    margin: 0;
}
.site-notice-banner__text a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 800;
}

@media (max-width: 640px) {
    .site-notice-banner .container {
        min-height: 0;
        max-height: none;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .site-notice-banner__text {
        line-height: 1.35;
        font-size: 11px;
    }
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 82px;
}

.nav nav {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.nav nav a:not(.btn) {
    padding: 10px 10px;
    border-radius: 12px;
    color: #445049;
    font-weight: 700;
    font-size: 14px;
}

.nav nav a:not(.btn):hover {
    background: #f2eee3;
}

.logo {
    font-weight: 900;
    letter-spacing: .08em;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    height: 38px;
    width: auto;
    object-fit: contain;
}

.logo span {
    font-size: 18px;
}

main {
    overflow: hidden;
}

.hero {
    padding: 80px 0 52px;
    position: relative;
}

.hero-grid,.grid-2,.grid-3,.grid-4,.stats {
    display: grid;
    gap: 20px;
}

.hero-grid {
    grid-template-columns: 1.1fr .9fr;
    align-items: stretch;
}

.grid-2 {
    grid-template-columns: repeat(2,1fr);
}

.grid-3 {
    grid-template-columns: repeat(3,1fr);
}

.grid-4 {
    grid-template-columns: repeat(4,1fr);
}

.stats {
    grid-template-columns: repeat(4,1fr);
}

.hero-card,.card,.stat,.feature-card {
    background: var(--card);
    border: 1px solid rgba(201,171,108,.14);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero-card {
    padding: 34px;
    position: relative;
    overflow: hidden;
}

.card {
    padding: 24px;
}

.stat {
    padding: 22px;
    position: relative;
    overflow: hidden;
}

.stat:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(90deg,var(--sage),var(--lav),var(--gold));
    opacity: .9;
}

.admin-theme .stat:nth-child(1):after,.customer-theme .stat:nth-child(1):after,.operator-theme .stat:nth-child(1):after {
    background: linear-gradient(90deg,#8fae9c,#bfd7c7);
}

.admin-theme .stat:nth-child(2):after,.customer-theme .stat:nth-child(2):after,.operator-theme .stat:nth-child(2):after {
    background: linear-gradient(90deg,#d7cfee,#bbb0df);
}

.admin-theme .stat:nth-child(3):after,.customer-theme .stat:nth-child(3):after,.operator-theme .stat:nth-child(3):after {
    background: linear-gradient(90deg,#ecdfca,#d7be8d);
}

.admin-theme .stat:nth-child(4):after,.customer-theme .stat:nth-child(4):after,.operator-theme .stat:nth-child(4):after {
    background: linear-gradient(90deg,#cde0ef,#8cb5d8);
}

h1 {
    font-size: 56px;
    line-height: 1.02;
    margin: 0 0 14px;
}

h2 {
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 14px;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
}

h4 {
    margin: 0 0 10px;
}

.lead {
    font-size: 18px;
    line-height: 1.7;
    color: var(--muted);
}

.muted {
    color: var(--muted);
}

.small {
    font-size: 13px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #f5f0e7;
    color: var(--sage-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.pill,.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-radius: 999px;
}

.pill {
    padding: 8px 12px;
    background: #f2efe7;
    color: var(--green);
    font-size: 13px;
}

.badge {
    padding: 7px 10px;
    font-size: 12px;
}

.badge.green {
    background: #eaf7ef;
    color: #1f6c40;
}

.badge.red {
    background: #fdecec;
    color: #963535;
}

.badge.blue {
    background: #ebf2ff;
    color: #3d5f96;
}

.badge.amber {
    background: #fff4dd;
    color: #9c6a10;
}

.badge.purple {
    background: #f1ecff;
    color: #6a59a0;
}

.badge.gray {
    background: #f1f2f3;
    color: #5f6870;
}

.hh-operator-absence-badge {
    margin-left: 6px;
    vertical-align: middle;
}

.hh-operator-absence-badge--tiny {
    padding: 2px 6px;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg,var(--green),var(--sage-dark));
    color: #fff;
    padding: 14px 22px;
    border-radius: 15px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    min-height: 48px;
    box-shadow: 0 12px 30px rgba(77,120,98,.18);
}

.btn:hover {
    transform: translateY(-1px);
}

.btn.alt {
    background: #fff;
    color: var(--text);
    border: 1px solid var(--line);
    box-shadow: none;
}

.btn-sm {
    padding: 10px 14px;
    border-radius: 12px;
    min-height: unset;
}

.btn.disabled {
    pointer-events: none;
    opacity: .45;
}

.chip-btn,.text-link {
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  border: none;
  color: var(--sage-dark);
}

.section {
    padding: 26px 0 58px;
}

.section-soft {
    background: linear-gradient(180deg,rgba(236,223,202,.28),rgba(255,255,255,0));
}

.section-highlight {
    position: relative;
}

.section-head-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    gap:8px;
    padding:0 18px;
    border-radius:999px;
    border:1px solid rgba(43,127,117,.14);
    background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(244,248,245,.92) 100%);
    color:#214138;
    font-weight:800;
    font-size:14px;
    line-height:1;
    text-decoration:none;
    box-shadow:0 14px 30px rgba(33,42,37,.07);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.section-head-link:hover{
    transform:translateY(-1px);
    border-color:rgba(43,127,117,.24);
    box-shadow:0 18px 34px rgba(33,42,37,.10);
    background:linear-gradient(180deg,#ffffff 0%,rgba(239,245,241,.96) 100%);
}
.section-head-link:focus-visible{
    outline:2px solid rgba(138,90,52,.22);
    outline-offset:2px;
}

.hh-home-hero-full .btn,
.section .btn.alt,
.section .btn.ghost{
    min-height:46px;
    border-radius:18px;
}

.hh-home-hero-full .btn{
    box-shadow:0 18px 34px rgba(33,42,37,.14);
}

.section .btn.alt,
.section .btn.ghost{
    border:1px solid rgba(43,127,117,.14);
    background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(243,248,244,.94) 100%);
    color:#214138;
    box-shadow:0 12px 24px rgba(20,31,26,.06);
}

.section .btn.alt:hover,
.section .btn.ghost:hover{
    border-color:rgba(43,127,117,.24);
    box-shadow:0 16px 30px rgba(20,31,26,.09);
}

.hero-home:before {
    content: "";
    position: absolute;
    inset: -120px auto auto -160px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle,rgba(145,171,155,.18),transparent 65%);
    pointer-events: none;
}

.hero-main-card {
    background: linear-gradient(135deg,#ffffff 0%,#f8f6ef 58%,#f2efe7 100%);
}

.hero-main-card:after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(217,209,238,.55),rgba(217,209,238,0) 70%);
}

.hero-cta-row {
    margin-top: 18px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin-top: 24px;
}

.metric-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 16px;
}

.metric-card strong {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
}

.hero-visual-card {
    background: radial-gradient(circle at 18% 18%,rgba(145,171,155,.35),transparent 34%),radial-gradient(circle at 82% 20%,rgba(215,209,234,.35),transparent 28%),radial-gradient(circle at 60% 82%,rgba(201,171,108,.18),transparent 26%),#fff;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 16px;
    width: 100%;
}

.visual-box {
    border-radius: 22px;
    padding: 22px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.75);
    backdrop-filter: blur(14px);
    min-height: 110px;
    display: flex;
    align-items: flex-end;
}

.visual-large {
    grid-row: span 2;
    min-height: 280px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,.88)),linear-gradient(135deg,#dbe8de,#ede5f6,#f2eadc);
}

.visual-kicker {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .08em;
    color: var(--sage-dark);
    margin-bottom: 8px;
}

.visual-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 12px;
}

.visual-copy {
    max-width: 380px;
    color: #55625a;
    line-height: 1.6;
}

.visual-mini {
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
}

.visual-outline {
    border: 1px dashed rgba(95,125,107,.45);
}

.visual-gold {
    background: linear-gradient(135deg,rgba(255,255,255,.9),rgba(236,223,202,.9));
}

.feature-grid {
    align-items: stretch;
}

.feature-card {
    padding: 28px;
}

.feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg,#ecdfca,#d9d1ee);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #415149;
    margin-bottom: 18px;
}

.category-card,.operator-card,.info-card {
    height: 100%;
}

.operator-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#d7d1ea,#ecdfca);
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 14px;
}

.cta-band {
    padding-bottom: 70px;
}

.cta-panel {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 24px;
    background: linear-gradient(135deg,#f5f1e8,#ffffff,#f1edf9);
    border: 1px solid var(--line);
    border-radius: 30px;
    box-shadow: var(--shadow);
    padding: 34px;
}

.stats-strip {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 18px;
    color: var(--muted);
}

.form-card {
    max-width: 680px;
    margin: 40px auto;
    padding: 30px;
}

.field {
    margin-bottom: 15px;
    position: relative;
}

.field label {
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #425047;
}

.field input,.field select,.field textarea {
    width: 100%;
    padding: 15px 16px;
    border: 1px solid #dfd8c7;
    border-radius: 16px;
    background: linear-gradient(180deg,#fff 0,#fcfbf8 100%);
    font: inherit;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 1px 0 rgba(255,255,255,.65);
    transition: .2s border-color,.2s box-shadow,.2s transform;
}

.field input:focus,.field select:focus,.field textarea:focus {
    outline: none;
    border-color: #bca36a;
    box-shadow: 0 0 0 4px rgba(201,171,108,.14);
    transform: translateY(-1px);
}

.field input::placeholder,.field textarea::placeholder {
    color: #9ba59f;
}

.switch {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-weight: 700;
    min-height: 34px;
}

.switch input {
    display: none;
}

.switch .slider {
    position: relative;
    width: 56px;
    height: 32px;
    border-radius: 999px;
    background: #cfd6d1;
    transition: .24s;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.08);
    flex: 0 0 auto;
}

.switch .slider:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    transition: .24s;
}

.switch .switch-text {
    line-height: 1.2;
}

.switch input:checked + .slider {
    background: linear-gradient(135deg,#8fae9c,#5f7d6b);
}

.switch input:checked + .slider:before {
    transform: translateX(24px);
}

.flash {
    max-width: 1200px;
    margin: 16px auto 0;
    padding: 14px 18px;
    border-radius: 16px;
}

.flash.success {
    background: #eaf7ef;
    color: #1d5a33;
}

.flash.error {
    background: #fdecec;
    color: #8d2f2f;
}

.site-footer {
    margin-top: 34px;
    background: linear-gradient(180deg,#fcfbf8 0%,#f4efe5 100%);
    border-top: 1px solid rgba(201,171,108,.18);
}

.site-footer__trustbar {
    border-bottom: 1px solid rgba(201,171,108,.14);
    background: rgba(255,255,255,.62);
}

.site-footer__trustgrid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
    padding: 18px 20px;
}

.site-footer__trustitem {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(201,171,108,.14);
    border-radius: 20px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 10px 30px rgba(36,50,43,.05);
}

.site-footer__trusticon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: linear-gradient(135deg,#edf4f0,#f6ecde);
    color: #355347;
    line-height: 0;
    position: relative;
}

.site-footer__trusticon svg {
    width: 22px;
    height: 22px;
    display: block;
    flex: 0 0 auto;
    margin: 13px auto;
}

.site-footer__trustitem strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.site-footer__trustitem span {
    display: block;
    color: #6e7a73;
    font-size: 13px;
    line-height: 1.45;
}

.site-footer__main {
    display: grid;
    grid-template-columns: minmax(0,1.45fr) repeat(3,minmax(180px,1fr));
    gap: 28px;
    padding: 34px 20px 24px;
}

.site-footer__main h4 {
    margin: 0 0 12px;
    font-size: 15px;
}

.site-footer__main a {
    display: block;
    color: var(--muted);
    margin: 8px 0;
}

.site-footer__main a:hover {
    color: #30463b;
}

.site-footer__brand .logo img {
    display: block;
    height: 48px;
    width: auto;
}

.site-footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.site-footer__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(201,171,108,.18);
    background: #fff;
    color: #425047;
    font-size: 12px;
    font-weight: 800;
}

.site-footer__socials {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    margin-top: 18px;
    align-items: center;
}

.site-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    color: #2f3b33;
    text-decoration: none;
    line-height: 0;
    transition: transform .18s ease, color .18s ease, opacity .18s ease;
}

.site-footer__social:hover {
    transform: translateY(-1px);
    color: #1e2b24;
    opacity: 1;
}

.site-footer__social svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: block;
}

.site-footer__bottom {
    padding: 0 20px 34px;
}

.site-footer__payments {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 12px;
    width: 100%;
}

.site-footer__payments--full {
    width: 100%;
}

.site-footer__payitem {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(201,171,108,.16);
    box-shadow: 0 10px 24px rgba(36,50,43,.06);
    text-align: center;
}

.site-footer__paylabel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .01em;
    color: #22312a;
    white-space: nowrap;
}

.site-footer__paylabel::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    margin-right: 10px;
    background: linear-gradient(135deg,#22312a,#c9ab6c);
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th,.table td {
    padding: 14px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    font-size: 14px;
    vertical-align: top;
}

.table th {
    color: var(--muted);
    font-weight: 800;
}

.dash {
    display: grid;
    grid-template-columns: 290px 1fr;
    min-height: calc(100vh - 82px);
    background: linear-gradient(180deg,#eef2f7 0,#f8fafc 100%);
}

.sidebar {
    background: linear-gradient(180deg,#f8fbff 0,#ffffff 100%);
    border-right: 1px solid rgba(224,231,238,.9);
    padding: 22px 18px;
    position: sticky;
    top: 82px;
    height: calc(100vh - 82px);
    overflow: auto;
    box-shadow: inset -1px 0 0 rgba(255,255,255,.4);
}

.sidebar a {
    display: flex;
    align-items: center;
    padding: 13px 14px;
    border-radius: 14px;
    color: #5b6672;
    margin-bottom: 6px;
    font-weight: 700;
}

.sidebar a.active,.sidebar a:hover {
    background: linear-gradient(135deg,#7e9cc8,#6d8cc7);
    color: #fff;
    box-shadow: 0 10px 24px rgba(109,140,199,.18);
}

.panel {
    padding: 28px 26px;
}

.panel > h1:first-child {
    font-size: 34px;
    margin-bottom: 18px;
}

.filters,.row,.between {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
;
    justify-content: space-between;
}

.stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 0 0;
}

.kpi-chart {
    height: 280px;
    display: flex;
    align-items: end;
    gap: 10px;
    padding: 14px;
    border-radius: 20px;
    background: linear-gradient(180deg,#fbfcff,#eef3fb);
}

.bar {
    flex: 1;
    background: linear-gradient(180deg,#c7d7ef,#7e9cc8);
    border-radius: 14px 14px 6px 6px;
    min-height: 20px;
}

.chat-box {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 18px;
}

.chat-list {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.chat-thread {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    padding: 18px;
}

.chat-message {
    padding: 12px 14px;
    border-radius: 16px;
    max-width: 80%;
    margin-bottom: 10px;
    line-height: 1.5;
}

.chat-message.mine {
    margin-left: auto;
    background: #eaf7ef;
}

.chat-message.other {
    background: #f5f3ed;
}

.chat-meta {
    font-size: 12px;
    color: var(--muted);
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.chat-message.mine .chat-meta {
    justify-content: flex-end;
}

.chat-message.other .chat-meta {
    justify-content: flex-start;
}

.chat-meta__state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    line-height: 1;
}

.chat-meta__checks {
    display: inline-flex;
    align-items: center;
}

.chat-meta__checks svg {
    width: 14px;
    height: 14px;
    margin-left: -6px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chat-meta__checks svg:first-child {
    margin-left: 0;
}

.chat-meta__state--sent,
.chat-meta__state--delivered {
    color: #7a8b85;
}

.chat-meta__state--read {
    color: #1d9bf0;
}

.sep {
    border: none;
    border-top: 1px solid var(--line);
    margin: 18px 0;
}

.prose {
    line-height: 1.75;
}

.alert {
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff4dd;
    color: #8b6113;
}

.admin-theme .site-header,.operator-theme .site-header,.customer-theme .site-header {
    background: linear-gradient(90deg,#6d8cc7 0,#7e9cc8 34%,#8fae9c 100%);
    border-bottom: none;
}

.admin-theme .nav,.operator-theme .nav,.customer-theme .nav {
    min-height: 88px;
}

.admin-theme .nav nav a,.operator-theme .nav nav a,.customer-theme .nav nav a,.admin-theme .logo,.operator-theme .logo,.customer-theme .logo {
    color: #fff;
}

.admin-theme .nav nav a:not(.btn):hover,.operator-theme .nav nav a:not(.btn):hover,.customer-theme .nav nav a:not(.btn):hover {
    background: rgba(255,255,255,.14);
}

.hidden {
    display: none !important;
}

@media (max-width:980px) {
    .hero-grid,.grid-2,.grid-3,.grid-4,.stats,.dash,.chat-box,.cta-panel,.hero-metrics,.hero-visual-grid {
    grid-template-columns: 1fr;
}

    .sidebar {
    position: relative;
    top: 0;
    height: auto;
}

    .panel {
    padding: 18px;
}

    .hero-visual-card {
    min-height: unset;
}

    .nav {
    padding: 10px 0;
}

    .nav nav {
    gap: 8px;
}

    h1 {
    font-size: 40px;
}

    .site-footer__trustgrid,.site-footer__main {
    grid-template-columns: 1fr 1fr;
}

    .site-footer__payments {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
}

.site-header .logo {
    font-size: 0;
    letter-spacing: 0;
}

.site-header .logo span {
    display: none;
}

.compact-nav nav {
    gap: 8px;
}

.compact-nav .icon-link {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--line);
    font-size: 18px;
    padding: 0;
}

.compact-nav .btn.btn-sm {
    padding: 10px 16px;
}

.hero-home-media {
    padding-top: 40px;
}

.hero-photo-collage {
    padding: 18px;
    background: linear-gradient(180deg,#faf8f3,#fff);
}

.photo-stack {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    width: 100%;
    height: 100%;
}

.photo-large {
    grid-row: 1 / span 2;
    min-height: 460px;
}

.photo-small {
    min-height: 223px;
}

.photo-large img,.photo-small img,.category-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 18px;
}

.category-media-grid {
    margin-top: 8px;
}

.category-media-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    padding: 14px;
    border-radius: 24px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    font-weight: 800;
    color: #334239;
}

.category-media-card span {
    line-height: 1.35;
}

.mission-split {
    align-items: start;
}

.prose-card {
    padding: 34px;
}

.operator-card-rich {
    background: linear-gradient(180deg,#fff,#f9f8f2);
}

.prose-page {
    margin: 0 auto;
}

.prose-page h1 {
    font-size: 42px;
}

.admin-theme {
    --dasha: #5f88c8;
    --dashb: #7ca4d8;
    --dashc: #edf3fb;
    --sidebar-grad: linear-gradient(180deg,#f6f9ff 0,#ffffff 100%);
}

.operator-theme {
    --dasha: #7a8fc2;
    --dashb: #8fb6a4;
    --dashc: #f2f7f4;
    --sidebar-grad: linear-gradient(180deg,#f7faf8 0,#ffffff 100%);
}

.customer-theme {
    --dasha: #7187b8;
    --dashb: #c5a96f;
    --dashc: #f9f5ee;
    --sidebar-grad: linear-gradient(180deg,#f9f8f4 0,#ffffff 100%);
}

.admin-theme .site-header,.operator-theme .site-header,.customer-theme .site-header {
    background: linear-gradient(90deg,var(--dashA) 0,var(--dashB) 100%);
}

.admin-theme .dash,.operator-theme .dash,.customer-theme .dash {
    background: var(--dashC);
}

.admin-theme .sidebar,.operator-theme .sidebar,.customer-theme .sidebar {
    background: var(--sidebar-grad);
}

.admin-theme .sidebar a.active,.admin-theme .sidebar a:hover {
    background: linear-gradient(135deg,#5f88c8,#79a7df);
}

.operator-theme .sidebar a.active,.operator-theme .sidebar a:hover {
    background: linear-gradient(135deg,#7a8fc2,#8fb6a4);
}

.customer-theme .sidebar a.active,.customer-theme .sidebar a:hover {
    background: linear-gradient(135deg,#7187b8,#c5a96f);
}

.role-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.16);
    color: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.top-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.quick-create {
    margin-top: 20px;
}

.quick-create .card {
    padding: 22px;
}

@media (max-width:1200px) {
    .grid-5 {
    grid-template-columns: repeat(3,1fr);
}
}

@media (max-width:980px) {
    .grid-5 {
    grid-template-columns: 1fr 1fr;
}

    .compact-nav nav {
    flex-wrap: wrap;
}

    .compact-nav .icon-link {
    order: 10;
}

    .photo-stack {
    grid-template-columns: 1fr;
}

    .photo-large,.photo-small {
    min-height: 220px;
}
}

@media (max-width:640px) {
    .grid-5 {
    grid-template-columns: 1fr;
}

    .compact-nav nav a:not(.btn):not(.icon-link) {
    font-size: 13px;
    padding: 8px 9px;
}
}

.site-header .logo img {
    display: none;
}

.hero-grid-refined {
    grid-template-columns: 1fr 1.02fr;
    align-items: stretch;
}

.hero-copy-card {
    padding: 42px;
}

.hero-hero-photo {
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: 560px;
    background: #e8dfd2;
}

.hero-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.floating-note {
    position: absolute;
    max-width: 250px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
    padding: 16px 18px;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(28,36,31,.12);
    border: 1px solid rgba(255,255,255,.7);
}

.floating-note strong {
    display: block;
    margin-bottom: 6px;
}

.floating-note span {
    font-size: 14px;
    line-height: 1.55;
    color: #536057;
}

.note-one {
    left: 22px;
    bottom: 24px;
}

.note-two {
    right: 22px;
    top: 22px;
}

.step-card {
    padding: 28px;
}

.step-number {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg,#d9d1ee,#ecdfca);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 18px;
}

.testimonial-band {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    align-items: stretch;
}

.testimonial-card {
    background: linear-gradient(135deg,#5f7d6b,#8fae9c);
    color: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.testimonial-card p {
    font-size: 20px;
    line-height: 1.55;
    margin: 0 0 16px;
}

.icon-link.dark {
    background: rgba(255,255,255,.14) !important;
    border-color: rgba(255,255,255,.18) !important;
    color: #fff !important;
}

.dashboard-pro .dash {
    background: linear-gradient(180deg,#eef3fa 0,#f5f7fb 100%);
}

.dashboard-pro .pro-sidebar {
    border-right: 0;
    box-shadow: 18px 0 44px rgba(33,48,74,.04);
    padding: 18px 16px;
}

.dashboard-pro .pro-sidebar a {
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 800;
}

.dashboard-pro .pro-panel {
    padding: 28px 28px 40px;
}

.panel-hero {
    margin-bottom: 22px;
}

.panel-hero h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.pro-stats {
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.stat-pro {
    padding: 24px;
    min-height: 168px;
    border-radius: 28px;
    border: 1px solid rgba(226,231,240,.95);
    box-shadow: 0 20px 50px rgba(29,43,64,.06);
    background: linear-gradient(180deg,#fff 0,#fdfefe 100%);
}

.stat-pro .num {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.05;
    margin-top: 8px;
}

.stat-pro:after {
    display: none;
}

.mini-line {
    height: 10px;
    border-radius: 999px;
    margin-top: 22px;
    background: linear-gradient(90deg,#d8e2f4,#99b3da);
}

.line-blue {
    background: linear-gradient(90deg,#c8d6ef,#5f88c8);
}

.line-green {
    background: linear-gradient(90deg,#c8ddd3,#7ba28f);
}

.line-gold {
    background: linear-gradient(90deg,#eadbbd,#c9ab6c);
}

.mini-bars {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    height: 44px;
    margin-top: 18px;
}

.mini-bars span {
    display: block;
    flex: 1;
    border-radius: 999px 999px 6px 6px;
    background: linear-gradient(180deg,#cad8ef,#789bd1);
}

.mini-bars span:nth-child(1) {
    height: 48%;
}

.mini-bars span:nth-child(2) {
    height: 78%;
}

.mini-bars span:nth-child(3) {
    height: 62%;
}

.mini-bars span:nth-child(4) {
    height: 92%;
}

.chart-card,.soft-card {
    border-radius: 30px;
}

.refined-chart {
    height: 320px;
    padding: 16px 8px 8px;
    background: linear-gradient(180deg,#f9fbff,#eef3fb);
    border-radius: 24px;
    border: 1px solid rgba(219,227,239,.9);
}

.refined-chart .bar {
    border-radius: 16px 16px 8px 8px;
    background: linear-gradient(180deg,#cbdaf2,#6f92ca);
    box-shadow: 0 10px 18px rgba(97,127,180,.18);
}

.compact-table td,.compact-table th {
    padding: 12px 8px;
}

.mini-grid {
    gap: 18px;
}

@media (max-width:980px) {
    .hero-grid-refined,.testimonial-band,.pro-stats {
    grid-template-columns: 1fr;
}

    .hero-hero-photo {
    min-height: 380px;
}

    .panel-hero h1 {
    font-size: 32px;
}

    .dashboard-pro .pro-panel {
    padding: 18px;
}

    .floating-note {
    position: static;
    margin: 14px;
}
}

body {
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.dashboard-v5 .site-header,.dashboard-v5 .nav {
    display: none;
}

.dash-topbar {
    position: sticky;
    top: 0;
    z-index: 70;
    background: rgba(250,248,244,.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(222,216,206,.92);
}

.dash-topbar__inner {
    max-width:none; width:100%;
    margin: 0 auto;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.dash-brand {
    display: inline-flex;
    align-items: center;
}

.dash-brand img {
    height: 42px;
    width: auto;
    display: block;
}

.dash-topbar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.view-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 12px 30px rgba(35,43,39,.06);
}

.view-switch a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    color: #647067;
    font-size: 14px;
    font-weight: 600;
    transition: .2s ease;
}

.view-switch a:hover {
    background: #f5f2ea;
}

.view-switch a.is-active {
    background: linear-gradient(135deg,#5f88c8,#86a8dc);
    color: #fff;
    box-shadow: 0 10px 24px rgba(95,136,200,.22);
}

.operator-theme .view-switch a.is-active {
    background: linear-gradient(135deg,#7a8fc2,#8fb6a4);
}

.customer-theme .view-switch a.is-active {
    background: linear-gradient(135deg,#7c8dbd,#c5a96f);
}

.logout-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 16px;
    background: #18222f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 12px 28px rgba(17,28,42,.18);
}

.ui-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
}

.ui-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.dash-shell {
    display: grid;
    grid-template-columns: 280px minmax(0,1fr);
    min-height: calc(100vh - 71px);
    background: linear-gradient(180deg,#f6f3ee 0,#f4f7f4 100%);
}

.dash-sidebar {
    position: sticky;
    top: 71px;
    height: calc(100vh - 71px);
    padding: 22px 16px 18px;
    background: linear-gradient(180deg,#fcfbf9 0,#f8f5ef 100%);
    border-right: 1px solid rgba(224,217,206,.88);
    overflow: auto;
    scrollbar-width: none;
}

.dash-sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.dash-sidebar__head {
    padding: 12px 12px 18px;
}

.dash-sidebar__head h2 {
    font-size: 22px;
    line-height: 1.12;
    margin: 8px 0 8px;
}

.dash-sidebar__head p {
    margin: 0;
    color: #6a746d;
    line-height: 1.55;
    font-size: 14px;
}

.panel-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.panel-badge--admin {
    background: #edf3fd;
    color: #517bb9;
}

.dash-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dash-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    color: #5e675f;
    font-size: 14px;
    font-weight: 600;
    transition: .2s ease;
}

.dash-menu a:hover {
    background: #f0ede6;
    color: #29342e;
}

.dash-menu a.active {
    background: linear-gradient(135deg,#5f88c8,#84a8de);
    color: #fff;
    box-shadow: 0 14px 28px rgba(95,136,200,.22);
}

.dash-main {
    padding: 24px 24px 34px;
}

.dash-hero-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(135deg,#ffffff 0,#faf7f1 100%);
    border: 1px solid rgba(226,219,207,.92);
    box-shadow: 0 24px 60px rgba(33,42,38,.06);
}

.dash-hero-card h1 {
    font-size: 40px;
    line-height: 1.04;
    letter-spacing: -.03em;
    margin: 0 0 10px;
}

.dash-lead {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.7;
}

.hero-actions-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    align-self: stretch;
}

.hero-action {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg,#f8fafc 0,#eef3fb 100%);
    border: 1px solid rgba(217,227,241,.92);
    min-height: 150px;
}

.hero-action strong {
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -.01em;
}

.hero-action span {
    color: #69766e;
    line-height: 1.55;
    font-size: 14px;
}

.kpi-grid-v5 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 18px;
}

.kpi-card-v5 {
    padding: 20px 20px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg,#fff 0,#fafcfb 100%);
    border: 1px solid rgba(224,217,207,.9);
    box-shadow: 0 18px 40px rgba(31,40,36,.06);
}

.kpi-card-v5 strong {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 650;
    letter-spacing: -.03em;
}

.kpi-label {
    display: block;
    color: #6e7b73;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
}

.kpi-card-v5 em {
    display: block;
    margin-top: 8px;
    color: #758179;
    font-size: 13px;
    font-style: normal;
    line-height: 1.55;
}

.dash-grid-v5 {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 16px;
    margin-top: 18px;
}

.dash-grid-v5--bottom {
    grid-template-columns: 1.1fr .9fr;
}

.glass-panel {
    padding: 22px;
    border-radius: 28px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(225,219,210,.9);
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
    backdrop-filter: blur(8px);
}

.panel-topline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.panel-topline h3 {
    font-size: 24px;
    line-height: 1.1;
    margin: 4px 0 0;
    font-weight: 650;
    letter-spacing: -.02em;
}

.micro-label {
    display: inline-block;
    color: #7b867e;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: 12px;
    font-weight: 700;
}

.soft-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f4f1ea;
    color: #5d6b62;
    font-size: 12px;
    font-weight: 700;
}

.trend-chart-v5 {
    display: grid;
    grid-template-columns: repeat(14,minmax(0,1fr));
    gap: 10px;
    align-items: end;
    min-height: 220px;
    padding-top: 18px;
}

.trend-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
}

.trend-bar {
    width: 100%;
    border-radius: 16px 16px 8px 8px;
    background: linear-gradient(180deg,#d4e0f4 0,#7b9ed5 100%);
    box-shadow: 0 10px 22px rgba(104,140,196,.18);
}

.trend-col span {
    font-size: 11px;
    color: #819087;
}

.summary-list-v5 {
    display: grid;
    gap: 10px;
}

.summary-list-v5 div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8f6f1;
    border: 1px solid rgba(231,224,213,.86);
}

.summary-list-v5 span {
    color: #68736c;
    font-size: 14px;
}

.summary-list-v5 strong {
    font-size: 15px;
    font-weight: 650;
}

.summary-cta-stack {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.mini-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(225,219,209,.92);
    font-size: 14px;
    font-weight: 600;
    color: #334039;
}

.activity-list-v5,.mini-table-v5 {
    display: grid;
    gap: 10px;
}

.activity-row-v5,.mini-table-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8f6f1;
    border: 1px solid rgba(231,224,213,.86);
}

.activity-row-v5 strong,.mini-table-row strong {
    display: block;
    font-size: 14px;
    font-weight: 650;
}

.activity-row-v5 span,.mini-table-row span {
    display: block;
    margin-top: 3px;
    color: #738078;
    font-size: 13px;
    line-height: 1.5;
}

.mini-table-row small {
    color: #7b867f;
    font-size: 12px;
    white-space: nowrap;
}

.panel-link {
    font-size: 13px;
    color: #5577b6;
    font-weight: 700;
}

.compact-mode .site-header,.compact-mode .nav {
    display: none;
}

@media (max-width:1180px) {
    .dash-hero-card,.dash-grid-v5,.dash-grid-v5--bottom,.kpi-grid-v5,.hero-actions-grid {
    grid-template-columns: 1fr 1fr;
}

    .trend-chart-v5 {
    grid-template-columns: repeat(7,minmax(0,1fr));
}

    .trend-col:nth-child(n+8) {
    display: none;
}
}

@media (max-width:900px) {
    .dash-shell {
    grid-template-columns: 1fr;
}

    .dash-sidebar {
    position: relative;
    top: 0;
    height: auto;
    padding-bottom: 10px;
}

    .dash-main {
    padding: 16px;
}

    .dash-hero-card,.kpi-grid-v5,.dash-grid-v5,.dash-grid-v5--bottom,.hero-actions-grid {
    grid-template-columns: 1fr;
}

    .dash-topbar__inner {
    padding: 12px 14px;
}
}

@media (max-width:640px) {
    .dash-brand img {
    height: 34px;
}

    .view-switch {
    width: 100%;
    justify-content: space-between;
}

    .view-switch a {
    flex: 1;
    justify-content: center;
    padding: 10px 8px;
}

    .view-switch a span,.logout-chip span {
    display: none;
}

    .dash-topbar__actions {
    width: 100%;
}

    .logout-chip {
    padding: 11px;
}

    .dash-sidebar__head {
    padding: 4px 4px 14px;
}

    .dash-hero-card h1 {
    font-size: 32px;
}

    .kpi-card-v5 strong {
    font-size: 28px;
}

    .panel-topline h3 {
    font-size: 20px;
}
}

.nav-toggle {
    display: none;
    appearance: none;
    border: 1px solid var(--line);
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(36,50,43,.08);
    position: relative;
    color: #334239;
    gap: 0;
    z-index: 160;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    margin: 4px auto;
    transition: .22s ease;
}

.site-nav-wrapper {
    display: flex;
    align-items: center;
}

.mobile-nav-backdrop {
    display: none;
}

.compact-nav nav {
    display: flex;
    gap: 10px;
    align-items: center;
}

.compact-nav .icon-link svg {
    width: 19px;
    height: 19px;
    display: block;
}

.list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0 0 18px;
}

.search-shell {
    flex: 1 1 340px;
    max-width: 520px;
}

.search-input {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    border: 1px solid #ddd6c9;
    border-radius: 16px;
    background: #fff;
    font: inherit;
    color: var(--text);
    box-shadow: 0 10px 24px rgba(36,50,43,.04);
}

.search-input:focus {
    outline: none;
    border-color: #bca36a;
    box-shadow: 0 0 0 4px rgba(201,171,108,.12);
}

.table-shell {
    background: #fff;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 28px;
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
    overflow: hidden;
}


.table-clean tbody tr:last-child td {
    border-bottom: none;
}

.meta-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #25332c;
}

.meta-sub {
    font-size: 14px;
    line-height: 1.5;
    color: #758179;
}

.meta-stack.compact {
    gap: 6px;
}

.operator-shell {
    margin-top: 8px;
}

.operator-admin-table th:nth-child(1) {
    width: 34%;
}

.operator-admin-table th:nth-child(2) {
    width: 24%;
}

.operator-admin-table th:nth-child(3) {
    width: 24%;
}

.operator-admin-table th:nth-child(4) {
    width: 18%;
}

.operator-main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.operator-main__text {
    min-width: 0;
}

.operator-avatar-media {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    object-fit: cover;
    border-radius: 50%;
}

.status-stack--operator {
    gap: 14px;
    min-width: 240px;
}

.actions-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.actions-row--stack .btn {
    min-width: 108px;
}

.empty-state {
    padding: 32px 20px;
    text-align: center;
    color: #728077;
}

.site-nav-close {
    display: none;
}

@media (max-width: 980px) {
    .nav-toggle {
    display: inline-flex;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(10,18,35,.84);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(5,10,25,.24), inset 0 1px 0 rgba(255,255,255,.08);
    color: #fff;
}

    .nav-toggle span {
    width: 24px;
    height: 2.5px;
    margin: 3.5px auto;
    background: currentColor;
}

    body.nav-open .nav-toggle {
    background: rgba(10,18,35,.96);
    border-color: rgba(255,255,255,.22);
}

    body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

    body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
    transform: scaleX(.2);
}

    body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

    .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(3,9,20,.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
    z-index: 140;
    backdrop-filter: blur(10px);
}

    .site-nav-wrapper {
    position: fixed;
    top: 92px;
    right: 12px;
    left: 12px;
    bottom: auto;
    width: auto;
    max-width: none;
    height: auto;
    max-height: calc(100vh - 112px);
    padding: 20px 18px 18px;
    background: rgba(8,17,36,.94);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(.985);
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
    z-index: 150;
    box-shadow: 0 24px 60px rgba(2,8,23,.34), inset 0 1px 0 rgba(255,255,255,.08);
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 28px;
    overflow: auto;
}

    .site-nav-wrapper nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 12px;
    align-items: stretch;
    padding-top: 0;
}

    .site-nav-wrapper nav > a:not(.icon-link):not(.btn) {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 68px;
    padding: 18px 18px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #f8fafc;
    background: rgba(15,23,42,.52);
    border: 1px solid rgba(148,163,184,.14);
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

    .site-nav-wrapper nav > a:not(.icon-link):not(.btn):active {
    transform: scale(.995);
}

    .site-nav-wrapper nav a span {
    display: block;
}

    .site-nav-wrapper .icon-link,
  .site-nav-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 16px 16px;
    border-radius: 18px;
    font-size: 21px;
    font-weight: 700;
    border: 1px solid rgba(148,163,184,.18);
    background: rgba(15,23,42,.58);
    color: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

    .site-nav-wrapper .icon-link svg {
    width: 22px;
    height: 22px;
}

    .site-nav-wrapper .btn {
    background: linear-gradient(135deg, rgba(96,165,250,.95), rgba(52,211,153,.92));
    color: #08111f;
    border: none;
}

    .site-nav-wrapper nav > .icon-link:nth-last-child(3),
  .site-nav-wrapper nav > .icon-link:nth-last-child(2),
  .site-nav-wrapper nav > .btn:last-child,
  .site-nav-wrapper nav > .icon-link:last-child {
    margin-top: 6px;
}

    body.nav-open .mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

    body.nav-open .site-nav-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

    body.nav-open {
    overflow: hidden;
}

    .operator-admin-table,.operator-admin-table thead,.operator-admin-table tbody,.operator-admin-table tr,.operator-admin-table th,.operator-admin-table td {
    display: block;
    width: 100%;
}

    .operator-admin-table thead {
    display: none;
}

    .operator-admin-table tbody {
    display: grid;
    gap: 14px;
    padding: 14px;
}

    .operator-admin-table tr {
    background: #fff;
    border: 1px solid #efe9dc;
    border-radius: 22px;
    overflow: hidden;
}

    .operator-admin-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #f1ece2;
}

    .operator-admin-table tr td:last-child {
    border-bottom: none;
}

    .status-stack--operator {
    min-width: 0;
}
}

@media (max-width: 640px) {
    .site-nav-wrapper {
    top: 88px;
    right: 10px;
    left: 10px;
    padding: 16px 14px 16px;
    border-radius: 24px;
}

    .site-nav-wrapper nav {
    gap: 10px;
}

    .site-nav-wrapper nav > a:not(.icon-link):not(.btn) {
    min-height: 62px;
    padding: 16px 16px;
    font-size: 22px;
    border-radius: 18px;
}

    .site-nav-wrapper .icon-link,.site-nav-wrapper .btn {
    min-height: 58px;
    font-size: 20px;
    border-radius: 16px;
}
}

.logo img,
.dash-brand img,
.site-header .logo img,
.site-footer .logo img {
    display: block;
    width: auto;
}

.site-header .logo img {
    height: 75px;
}

.site-footer .logo img {
    height: 52px;
}

.dash-brand img {
    height: 50px;
}

@media (max-width: 768px) {
    .site-header .logo img {
    height: 42px;
}

    .site-footer .logo img {
    height: 46px;
}

    .dash-brand img {
    height: 38px;
}
}

.listing-shell {
    padding: 34px 0 56px;
}

.listing-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.listing-head h1 {
    margin: 6px 0 8px;
}

.listing-stat {
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--shadow);
    font-weight: 800;
    white-space: nowrap;
}

.listing-head__aside {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.listing-view-toggle {
    display: none;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--shadow);
}

.listing-view-toggle__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #6f7c76;
    padding: 0;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.listing-view-toggle__btn.is-active {
    background: #f4ecde;
    color: #6b5126;
    box-shadow: inset 0 0 0 1px #d4c09d;
}

.listing-view-toggle__icon {
    display: grid;
    gap: 4px;
    width: 18px;
}

.listing-view-toggle__icon span {
    display: block;
    min-height: 12px;
    border-radius: 4px;
    background: currentColor;
}

.listing-view-toggle__icon--single {
    grid-template-columns: 1fr;
}

.listing-view-toggle__icon--double {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.hh-listing-meta-operator,
.hh-listing-meta-detail {
    display: inline;
}

.hh-listing-meta-separator {
    display: inline;
    margin: 0 4px;
}

.listing-toolbar {
    margin-bottom: 22px;
}

.listing-search {
    max-width: 520px;
}

.unified-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 22px;
    align-items: stretch;
}

.unified-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,249,247,.94) 100%);
    border: 1px solid rgba(224,217,206,.92);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 48px rgba(29,43,64,.07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.unified-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 54px rgba(29,43,64,.11);
    border-color: rgba(43,127,117,.16);
}

.unified-card__media {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg,#f3eee6,#ece8f7);
    overflow: hidden;
}

.unified-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.unified-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    font-weight: 800;
    color: #6c6a73;
    background: linear-gradient(135deg,#ebe3d4,#e7e0f7);
}

.unified-card__body {
    padding: 20px 20px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.unified-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.operator-card-kicker {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.unified-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
}

.unified-card h3 a {
    color: inherit;
    text-decoration: none;
}

.unified-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.unified-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: var(--muted);
    font-size: 14px;
}

.unified-card__meta.two-col {
    justify-content: space-between;
}

.unified-card__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 20px 20px;
}

.operator-card-cta {
    width: 100%;
}

.unified-card__footer--split {
    justify-content: space-between;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 14px;
}

.stars {
    letter-spacing: 1px;
    color: #c59f3a;
    font-size: 16px;
    line-height: 1;
}

.rating-score {
    font-weight: 700;
    color: #3f3c46;
}

.rating-count {
    color: var(--muted);
}

.catalog-search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0 14px;
    box-shadow: var(--shadow);
}

.catalog-search__input {
    width: 100%;
    height: 52px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 16px;
}

.catalog-search__icon {
    color: var(--muted);
    font-size: 18px;
}

.catalog-empty {
    padding: 28px;
    border: 1px dashed var(--line);
    border-radius: 18px;
    background: #fff;
    margin-top: 10px;
}

.catalog-loadmore {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.catalog-sentinel {
    height: 1px;
}

@media (max-width: 980px) {
    .listing-head,.unified-grid {
    grid-template-columns: 1fr;
}

    .listing-head {
    display: grid;
    align-items: start;
}

    .unified-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

    .unified-card__footer--split {
    align-items: stretch;
    flex-direction: column;
}
}

@media (max-width: 640px) {
    .unified-grid {
    grid-template-columns: 1fr;
}

    .listing-shell {
    padding: 22px 0 44px;
}

    .listing-head__aside {
    justify-content: space-between;
    width: 100%;
}

    .listing-view-toggle {
    display: inline-flex;
}

    .unified-grid[data-listing-view].unified-grid--view-1 {
    grid-template-columns: 1fr;
}

    .unified-grid[data-listing-view].unified-grid--view-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
}

    .unified-grid[data-listing-view].unified-grid--view-2 .unified-card__body {
    padding: 14px 14px 12px;
}

    .unified-grid[data-listing-view].unified-grid--view-2 .unified-card__footer {
    padding: 0 14px 14px;
}

    .unified-grid[data-listing-view].unified-grid--view-2 .hh-listing-meta-operator,
    .unified-grid[data-listing-view].unified-grid--view-2 .hh-listing-meta-separator,
    .unified-grid[data-listing-view].unified-grid--view-2 .hh-listing-desc,
    .unified-grid[data-listing-view].unified-grid--view-2 .hh-listing-compact-hide {
    display: none !important;
}

    .unified-card h3 {
    font-size: 20px;
}
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.container-wide {
    max-width: 1280px;
}

.service-detail-page {
    padding: 34px 0 98px;
}

.service-detail-card {
    background: #fff;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 30px;
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
    overflow: hidden;
}

.service-detail-card + .service-detail-card {
    margin-top: 18px;
}

.service-detail-card__grid {
    display: grid;
    grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr);
    align-items: start;
}

.service-detail-card__media {
    min-height: 100%;
    background: linear-gradient(135deg,#f6f0e5 0,#f7f5ef 100%);
    border-radius: 24px 0 0 24px;
    overflow: hidden;
}

.service-detail-card__media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.service-detail-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    font-size: 84px;
    color: #bfa978;
    background: radial-gradient(circle at top left,rgba(217,209,238,.52),transparent 35%),linear-gradient(135deg,#fbf8f2 0,#f1ebdf 100%);
}

.service-detail-card__content {
    padding: 34px 34px 24px;
}

.service-detail-card__content h1 {
    font-size: 2em;
    line-height: 1.03;
    letter-spacing: -.03em;
    margin: 0 0 12px;
}

.service-price-hero {
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    color: var(--green);
    letter-spacing: -.03em;
    margin-bottom: 10px;
}

.service-booking-hint {
    margin: 0 0 18px;
    color: #6f7a73;
    line-height: 1.6;
    font-size: 15px;
}

.service-booking-inline {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    align-items: end;
}

.service-booking-inline input[type="date"] {
    height: 54px;
    border: 1px solid #d9d3c7;
    border-radius: 16px;
    background: #fff;
    padding: 0 16px;
    font: inherit;
    color: var(--text);
    box-shadow: 0 10px 24px rgba(36,50,43,.04);
}

.service-booking-inline input[type="date"]:focus {
    outline: none;
    border-color: #bca36a;
    box-shadow: 0 0 0 4px rgba(201,171,108,.12);
}

.service-booking-inline__btn {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 58px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 18px;
}

.service-availability-link {
    display: inline-block;
    margin-top: 12px;
    color: #7d857f;
    font-size: 14px;
    font-weight: 700;
}

.service-availability-link:hover {
    color: #5f7d6b;
}

.operator-mini-card {
    grid-template-columns: 72px minmax(0,1fr) auto;
    gap: 16px;
    align-items: center;
    margin-top: 24px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg,#fff 0,#faf7f1 100%);
    border: 1px solid rgba(228,221,210,.94);
}

.operator-mini-card__avatar {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg,#d9d1ee,#f3ead6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: #5f556f;
}

.operator-mini-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.operator-mini-card__label {
    display: inline-block;
    margin-bottom: 4px;
    color: #758179;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.operator-mini-card__body h3 {
    margin: 0 0 6px;
    font-size: 22px;
}

.operator-mini-card__body p {
    margin: 0 0 10px;
    color: #657169;
    line-height: 1.6;
}

.service-detail-card--details {
    padding: 32px 34px 34px;
}

.service-detail-section-head h2 {
    margin: 0 0 16px;
}

.service-detail-meta {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.service-detail-meta__item {
    padding: 16px 18px;
    border-radius: 20px;
    background: #faf8f3;
    border: 1px solid rgba(233,227,214,.95);
}

.service-detail-meta__item span {
    display: block;
    color: #78837c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.service-detail-meta__item strong {
    display: block;
    font-size: 17px;
    line-height: 1.35;
    color: #27342d;
}

.service-detail-description {
    max-width: 920px;
}

.service-detail-description p {
    margin: 0;
    color: #445049;
    font-size: 16px;
    line-height: 1.8;
}

.service-cta-bottom {
    text-align: center;
    margin: 40px 0 4px;
}

.cta-helper {
    font-size: 18px;
    margin: 0 0 12px;
    color: #444f48;
}

.btn-book-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,var(--green),var(--sage-dark));
    color: #fff;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none;
    transition: all .2s ease;
    box-shadow: 0 14px 30px rgba(77,120,98,.18);
}

.btn-book-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(77,120,98,.24);
}

.service-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 45;
    pointer-events: none;
}

.service-sticky-cta__inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 12px 14px;
    border-radius: 20px;
    background: rgba(24,34,47,.92);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 24px 40px rgba(17,28,42,.25);
    backdrop-filter: blur(10px);
    pointer-events: auto;
}

.service-sticky-cta__inner strong {
    display: block;
    font-size: 18px;
    line-height: 1.1;
}

.service-sticky-cta__inner span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: rgba(255,255,255,.76);
}

.service-sticky-cta .btn {
    box-shadow: none;
    min-height: 44px;
}

@media (max-width:1024px) {
    .service-detail-card__grid {
    grid-template-columns: 1fr;
}

    .service-detail-card__media,
    .service-detail-gallery__main-wrap {
    border-radius: 24px;
}

    .service-detail-card__media img,.service-detail-card__placeholder {
    min-height: 360px;
}

    .service-detail-meta {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
}

@media (max-width:680px) {
    .service-detail-page {
    padding: 18px 0 110px;
}

    .service-detail-card,.service-detail-card--details {
    border-radius: 24px;
}

    .service-detail-card__content,.service-detail-card--details {
    padding: 22px;
}

    .service-detail-card__content h1 {
    font-size: 34px;
}

    .service-price-hero {
    font-size: 34px;
}

    .service-booking-inline {
    grid-template-columns: 1fr;
}

    .service-booking-inline__btn {
    width: 100%;
}

    .operator-mini-card {
    grid-template-columns: 60px minmax(0,1fr);
    padding: 16px;
}

    .operator-mini-card__avatar {
    width: 60px;
    height: 60px;
    border-radius: 18px;
}

    .service-detail-meta {
    grid-template-columns: 1fr;
}

    .btn-book-now {
    width: 100%;
    padding: 16px 20px;
    font-size: 17px;
}

    .service-sticky-cta {
    bottom: 10px;
    padding: 0 12px;
}

    .service-sticky-cta__inner {
    padding: 10px 12px;
    border-radius: 18px;
}
}

.list-bulk-actions {
    padding: 18px 18px 0 18px;
    gap: 14px;
}

.hh-bulk-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 10px;
    background: #fff;
}

.hh-bulk-bar__select {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: #263f38;
}

.hh-bulk-bar__summary {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.hh-bulk-bar__actions {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: auto;
}

.hh-bulk-cell {
    width: 44px;
    text-align: center;
}

.hh-row-select {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hh-row-select input {
    width: 18px;
    height: 18px;
}

@media (max-width: 760px) {
    .hh-bulk-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .hh-bulk-bar__actions {
        width: 100%;
        margin-left: 0;
    }

    .hh-bulk-bar__actions .btn {
        flex: 1 1 auto;
    }
}


.table-clean td:first-child,.table-clean th:first-child {
    padding-left: 28px;
}

.table-clean td:last-child,.table-clean th:last-child {
    padding-right: 28px;
}

.switch {
    gap: 16px;
}

.switch .slider {
    width: 58px;
    height: 34px;
}

.switch .slider:before {
    width: 28px;
    height: 28px;
}

.thumb-sm {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(224,217,206,.9);
    background: #f6f3ec;
}

.operator-upload-preview img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid rgba(224,217,206,.9);
    background: #f6f3ec;
}

@media (max-width:980px) {
    .table-shell {
    padding: 0 10px 10px;
}

    .list-bulk-actions {
    padding: 14px 10px 0 10px;
}

    .table-clean td:first-child,.table-clean th:first-child {
    padding-left: 18px;
}

    .table-clean td:last-child,.table-clean th:last-child {
    padding-right: 18px;
}
}

.switch--solo {
    gap: 0;
}

.switch--solo .switch-text {
    display: none;
}

.switch--md .slider {
    width: 52px;
    height: 30px;
}

.switch--md .slider:before {
    width: 22px;
    height: 22px;
}

.switch--md input:checked + .slider:before {
    transform: translateX(22px);
}

.thumb-sm {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 14px;
}

.admin-services-table .thumb-sm,.table-clean .thumb-sm {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.service-detail-card__media--operator {
    min-height: 320px;
}

.service-variant-field {
    max-width: 440px;
    margin: 0 0 10px;
}

.service-variant-select {
    width: 100%;
    height: 54px;
    margin-top: 8px;
    padding: 0 16px;
    border: 1px solid #ddd6c9;
    border-radius: 16px;
    background: #fff;
    font: inherit;
}

.operator-reviews-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
}

.operator-reviews-list {
    display: grid;
    gap: 14px;
}

.review-card {
    padding: 18px;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 20px;
    background: #fff;
}

.review-card p {
    margin: 10px 0 0;
    line-height: 1.65;
    color: #5d6a62;
}

.review-verified-name {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #203129;
}

.review-verified-name strong {
    font-weight: 800;
}

.review-verified-badge {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0f7669;
    color: #fff;
    box-shadow: 0 4px 10px rgba(15,118,105,.18);
    flex: 0 0 auto;
}

.review-verified-badge svg {
    width: 15px;
    height: 15px;
    display: block;
}

.review-verified-badge svg path:first-child {
    fill: currentColor;
}

.review-verified-badge svg path:last-child {
    fill: none;
    stroke: #fff;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width:900px) {
    .operator-reviews-grid {
    grid-template-columns: 1fr;
}
}

.order-confirmed-page .container {
    max-width: 1200px;
}

.order-confirmed-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-confirmed-hero {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 28px;
}

.order-confirmed-hero__icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    background: rgba(37, 99, 235, .08);
    flex: 0 0 58px;
}

.order-confirmed-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 8px;
}

.order-confirmed-hero h1 {
    margin: 0 0 8px;
}

.order-confirmed-hero .lead {
    margin: 0;
}

.order-confirmed-hero__alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid #efb4b8;
    background: linear-gradient(135deg, #fff6f6 0%, #ffe8e8 100%);
    box-shadow: 0 18px 34px rgba(185, 28, 28, .08);
}

.order-confirmed-hero__alert-copy {
    min-width: 0;
}

.order-confirmed-hero__alert-eyebrow {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 28px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background: #b42318;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.order-confirmed-hero__hint {
    margin: 0;
    color: #7f1d1d;
    font-weight: 600;
}

.order-confirmed-compact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.order-confirmed-mail-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 28px;
    border: 1px solid rgba(37, 99, 235, .18);
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 70%);
}

.order-confirmed-mail-copy {
    min-width: 0;
}

.order-confirmed-mail-copy h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 28px;
    line-height: 1.15;
}

.order-confirmed-mail-copy p {
    margin: 0;
    color: #374151;
    font-size: 16px;
}

.order-confirmed-password-btn {
    flex: 0 0 auto;
    min-height: 48px;
    justify-content: center;
    font-weight: 800;
}

.order-confirmed-compact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
}

.order-confirmed-compact-copy {
    min-width: 0;
}

.order-confirmed-compact-copy h2 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.2;
}

.order-confirmed-compact-copy p {
    margin: 0;
    color: #6b7280;
}

.order-confirmed-join-btn {
    flex: 0 0 auto;
    min-width: 240px;
    min-height: 72px;
    padding: 20px 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 18px 32px rgba(17, 24, 39, .18);
}

.order-confirmed-join-btn svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.order-confirmed-order-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
}

.order-confirmed-order-total {
    flex: 0 0 auto;
    text-align: right;
}

.order-confirmed-order-total span {
    display: block;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.order-confirmed-order-total strong {
    display: block;
    color: #111827;
    font-size: 24px;
    line-height: 1.1;
}

.order-confirmed-note-card {
    padding: 20px 24px;
}

.order-confirmed-meta-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
}

.order-confirmed-meta {
    padding: 18px 20px;
}

.order-confirmed-meta__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #6b7280;
    margin-bottom: 8px;
}

.order-confirmed-meta__value {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.order-confirmed-meta__value--nowrap,
.order-confirmed-inline-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-confirmed-main-grid {
    display: grid;
    grid-template-columns: minmax(0,1.7fr) minmax(300px,.9fr);
    gap: 20px;
    align-items: start;
}

.order-confirmed-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-confirmed-block {
    padding: 24px;
}

.order-confirmed-block__head {
    margin-bottom: 18px;
}

.order-confirmed-block__head h2,
.order-confirmed-sidecard h3 {
    margin: 0 0 6px;
}

.order-confirmed-block__head p,
.order-confirmed-sidecard p {
    margin: 0;
    color: #6b7280;
}

.order-confirmed-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.order-confirmed-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eceff3;
}

.order-confirmed-item:first-child {
    padding-top: 0;
}

.order-confirmed-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.order-confirmed-item__title {
    font-weight: 700;
    margin-bottom: 4px;
}

.order-confirmed-item__meta {
    color: #6b7280;
    font-size: 14px;
}

.order-confirmed-item__price {
    font-weight: 700;
    white-space: nowrap;
}

.order-confirmed-totals {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eceff3;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-confirmed-totals > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.order-confirmed-totals__grand {
    font-size: 18px;
}

.order-confirmed-bookings-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.order-confirmed-booking-card {
    border: 1px solid #eceff3;
    border-radius: 18px;
    padding: 18px;
    background: #fafafa;
}

.order-confirmed-booking-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px 20px;
}

.order-confirmed-booking-grid__full {
    grid-column: 1 / -1;
}

.oc-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #6b7280;
    margin-bottom: 6px;
}

.order-confirmed-booking-grid strong,
.order-confirmed-booking-grid strong a {
    font-size: 16px;
    color: #111827;
    text-decoration: none;
}

.order-confirmed-calendar-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.order-confirmed-next-steps .order-confirmed-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.order-confirmed-profile-reminder {
    border: 1px solid #efb4b8;
    background: linear-gradient(135deg, #fff6f6 0%, #ffe8e8 100%);
    box-shadow: 0 18px 34px rgba(185, 28, 28, .08);
}

.order-confirmed-profile-reminder__eyebrow {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 30px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: #b42318;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.order-confirmed-profile-reminder .order-confirmed-block__head h2 {
    color: #991b1b;
}

.order-confirmed-profile-reminder .order-confirmed-block__head p {
    color: #7f1d1d;
}

.order-confirmed-profile-reminder__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.order-confirmed-profile-reminder__item {
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(180, 35, 24, .14);
    background: rgba(255, 255, 255, .78);
}

.order-confirmed-profile-reminder__item span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #b42318;
    margin-bottom: 6px;
}

.order-confirmed-profile-reminder__item strong {
    color: #111827;
}

.order-confirmed-profile-reminder__actions {
    margin-top: 18px;
}

.order-confirmed-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #eceff3;
    border-radius: 16px;
    background: #fafafa;
}

.order-confirmed-step > span {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: rgba(37, 99, 235, .08);
    flex: 0 0 32px;
}

.order-confirmed-step p {
    margin: 4px 0 0;
    color: #6b7280;
}

.order-confirmed-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-confirmed-sidecard {
    padding: 22px;
}

.order-confirmed-sidecard ul {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-confirmed-sidecard li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.order-confirmed-sidecard li span {
    color: #6b7280;
}

@media (max-width: 980px) {
    .order-confirmed-meta-grid,
  .order-confirmed-main-grid,
  .order-confirmed-booking-grid,
  .order-confirmed-profile-reminder__grid {
    grid-template-columns: 1fr;
}
}

@media (max-width: 640px) {
    .order-confirmed-hero,
  .order-confirmed-block,
  .order-confirmed-mail-card,
  .order-confirmed-compact-card,
  .order-confirmed-order-card,
  .order-confirmed-note-card,
  .order-confirmed-sidecard {
    padding: 18px;
}

    .order-confirmed-hero__alert {
  align-items: flex-start;
}

    .order-confirmed-item,
  .order-confirmed-mail-card,
  .order-confirmed-compact-card,
  .order-confirmed-order-card,
  .order-confirmed-sidecard li {
    flex-direction: column;
    align-items: flex-start;
}

    .order-confirmed-join-btn,
    .order-confirmed-password-btn {
        width: 100%;
    }

    .order-confirmed-order-total {
        width: 100%;
        text-align: left;
    }

    .order-confirmed-meta__value--nowrap,
  .order-confirmed-inline-value {
    font-size: 16px;
}
}

.order-confirmed-page{
    --oc-border:#dfe8dd;
    --oc-green:#0d7a48;
    --oc-green-dark:#0b6b3f;
    --oc-brand-green:#0f7b53;
    --oc-brand-green-dark:#0b6947;
    --oc-green-soft:#edf6ef;
    --oc-ink:#142033;
    --oc-muted:#516172;
    --oc-line:#e8ece7;
    --oc-rose:#e63766;
    --oc-rose-soft:#fff7f8;
}

.order-confirmed-page .container{
    max-width:1200px;
}

.order-confirmed-wrap{
    gap:24px;
}

.order-confirmed-page .card{
    border:1px solid var(--oc-border);
    border-radius:28px;
    background:
        radial-gradient(circle at top left, rgba(247,190,109,.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(118,189,168,.08), transparent 20%),
        linear-gradient(180deg, #fffefc 0%, #ffffff 100%);
    box-shadow:0 20px 40px rgba(26,35,47,.05);
}

.order-confirmed-hero{
    display:block;
    padding:36px 40px;
}

.order-confirmed-hero__status{
    display:block;
    min-width:0;
}

.order-confirmed-hero__content{
    min-width:0;
    padding-top:0;
    width:100%;
}

.order-confirmed-eyebrow{
    color:#6d7b77;
    font-size:13px;
    font-weight:900;
    letter-spacing:.03em;
    margin-bottom:10px;
}

.order-confirmed-eyebrow--success{
    color:var(--oc-green);
}

.order-confirmed-hero h1{
    margin:0;
    color:var(--oc-ink);
    font-size:48px;
    line-height:1.08;
    letter-spacing:-.045em;
}

.order-confirmed-hero .lead{
    margin:14px 0 0;
    color:#253244;
    font-size:17px;
    line-height:1.55;
    max-width:none;
}

.order-confirmed-hero__cta-block{
    margin-top:22px;
    display:grid;
    gap:16px;
}

.order-confirmed-hero__cta-copy{
    margin:0;
    color:#284153;
    font-size:16px;
    line-height:1.6;
    max-width:none;
}

.order-confirmed-hero__cta-button{
    min-height:82px;
    width:100%;
    max-width:none;
    padding:20px 30px !important;
    border-radius:24px;
    background:linear-gradient(135deg,#0f8a52 0%,#12a261 52%,#0c7445 100%) !important;
    border:1px solid rgba(12,116,69,.95) !important;
    color:#fff !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:900;
    line-height:1.05;
    letter-spacing:.04em;
    text-transform:uppercase;
    box-shadow:0 24px 46px rgba(12,116,69,.24);
}

.order-confirmed-hero__cta-button:hover{
    transform:translateY(-1px);
    background:linear-gradient(135deg,#0d7f4d 0%,#10965b 52%,#0a673d 100%) !important;
    border-color:#0a673d !important;
    color:#fff !important;
}

.order-confirmed-hero__meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
}

.order-confirmed-hero__meta > span{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(15,123,83,.14);
    color:#284153;
    font-size:13px;
    font-weight:800;
}

.order-confirmed-reference{
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:0;
    padding:0 18px;
    border:1px solid #d9e1df;
    border-radius:999px;
    background:rgba(255,255,255,.85);
    color:#1d2b3a;
    font-size:15px;
    font-weight:800;
    width:auto;
    max-width:none;
    justify-content:space-between;
    min-height:46px;
}

.order-confirmed-reference span{
    min-width:0;
    overflow-wrap:anywhere;
}

.order-confirmed-copy-btn{
    width:34px;
    height:34px;
    border:0;
    border-radius:10px;
    background:transparent;
    color:#5f6e7e;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:background .18s ease,color .18s ease,transform .18s ease;
}

.order-confirmed-copy-btn:hover,
.order-confirmed-copy-btn.is-copied{
    background:#eef6ef;
    color:var(--oc-green);
}

.order-confirmed-copy-btn:active{
    transform:scale(.97);
}

.order-confirmed-copy-btn img{
    width:18px;
    height:18px;
    display:block;
}

.order-confirmed-section-head{
    margin-bottom:20px;
}

.order-confirmed-appointment-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.order-confirmed-appointment-card{
    padding:22px;
}

.order-confirmed-appointment-card__top{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
}

.order-confirmed-appointment-card__thumb,
.order-confirmed-step__icon{
    width:96px;
    height:96px;
    border-radius:24px;
    flex:0 0 96px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg,#eef6eb 0%,#f8fbf7 100%);
    color:var(--oc-green);
    overflow:hidden;
}

.order-confirmed-appointment-card__thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:inherit;
}

.order-confirmed-appointment-card__copy{
    min-width:0;
    flex:1 1 auto;
}

.order-confirmed-appointment-card__copy h2{
    margin:0 0 16px;
    color:var(--oc-ink);
    font-size:28px;
    line-height:1.08;
    letter-spacing:-.055em;
    text-transform:uppercase;
}

.order-confirmed-appointment-meta{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
}

.order-confirmed-meta-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    min-width:0;
    padding:0 0 14px;
    border-bottom:1px solid var(--oc-line);
}

.order-confirmed-meta-item__icon{
    color:#425163;
    flex:0 0 auto;
}

.order-confirmed-meta-item__icon img{
    width:22px;
    height:22px;
    display:block;
}

.order-confirmed-meta-item small{
    display:block;
    margin-bottom:8px;
    color:#5c6b78;
    font-size:14px;
}

.order-confirmed-meta-item strong{
    display:block;
    color:var(--oc-ink);
    font-size:16px;
    line-height:1.35;
}

.order-confirmed-appointment-card__actions{
    display:grid;
    grid-template-columns:1fr;
    align-items:stretch;
    gap:18px;
    margin-top:24px;
    padding-top:22px;
    border-top:1px solid var(--oc-line);
}

.order-confirmed-join-btn,
.order-confirmed-reschedule-btn,
.order-confirmed-action-pill{
    min-height:66px;
    width:100%;
    border-radius:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:0;
    font-size:18px;
    font-weight:900;
    letter-spacing:.01em;
    line-height:1;
    text-transform:none;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
    box-shadow:0 16px 30px rgba(15,23,42,.06);
}

.order-confirmed-join-btn span,
.order-confirmed-reschedule-btn span{
    font-size:20px;
    line-height:1;
}

.order-confirmed-join-btn{
    background:linear-gradient(135deg,#0f8a52 0%,#12a261 52%,#0c7445 100%) !important;
    background-image:none !important;
    border:1px solid rgba(12,116,69,.95) !important;
    color:#fff !important;
    padding:0 24px !important;
    min-height:74px;
    font-size:20px;
    text-transform:uppercase;
    box-shadow:0 22px 40px rgba(12,116,69,.22);
}

.order-confirmed-join-btn,
.order-confirmed-join-btn span{
    color:#fff !important;
    opacity:1 !important;
}

.order-confirmed-join-btn:hover{
    transform:translateY(-1px);
    background:linear-gradient(135deg,#0d7f4d 0%,#10965b 52%,#0a673d 100%) !important;
    border-color:#0a673d !important;
    color:#fff !important;
}

.order-confirmed-appointment-card__actions .order-confirmed-join-btn{
    background:#0f8a52 !important;
    background-color:#0f8a52 !important;
    min-height:76px;
    padding:18px 28px !important;
    border-radius:22px;
    background-image:none !important;
    border-color:#0f8a52 !important;
    color:#fff !important;
    font-size:20px;
    box-shadow:0 20px 38px rgba(12,116,69,.20);
}

.order-confirmed-appointment-card__actions .order-confirmed-join-btn:hover{
    background:#0c7445 !important;
    background-color:#0c7445 !important;
    background-image:none !important;
    border-color:#0a673d !important;
    color:#fff !important;
}

.order-confirmed-appointment-card__actions a.order-confirmed-join-btn,
.order-confirmed-appointment-card__actions a.order-confirmed-join-btn:visited,
.order-confirmed-appointment-card__actions a.order-confirmed-join-btn:focus,
.order-confirmed-appointment-card__actions a.order-confirmed-join-btn:active{
    background:#0f8a52 !important;
    background-color:#0f8a52 !important;
    background-image:none !important;
    border-color:#0f8a52 !important;
    color:#fff !important;
}

.order-confirmed-appointment-card__actions a.order-confirmed-join-btn:hover{
    background:#0c7445 !important;
    background-color:#0c7445 !important;
    background-image:none !important;
    border-color:#0c7445 !important;
    color:#fff !important;
}

.order-confirmed-appointment-card__actions .order-confirmed-join-btn span{
    font-size:20px;
    line-height:1;
}

@media (max-width: 640px){
    .order-confirmed-appointment-card__actions .order-confirmed-join-btn{
        min-height:68px;
        padding:16px 20px !important;
        border-radius:18px;
        font-size:18px;
    }
    .order-confirmed-appointment-card__actions .order-confirmed-join-btn span{
        font-size:18px;
    }
}

.order-confirmed-join-btn img,
.order-confirmed-reschedule-btn img,
.order-confirmed-action-pill img{
    width:30px;
    height:30px;
    flex:0 0 30px;
    display:block;
}

.order-confirmed-reschedule-btn{
    border:1px solid rgba(255,92,155,.5) !important;
    color:#ff3b89 !important;
    background:linear-gradient(180deg,#ffffff 0%,#fff7fb 100%) !important;
    background-image:none !important;
    box-shadow:0 14px 28px rgba(255,92,155,.12);
    padding:0 20px !important;
    min-height:72px;
    gap:10px;
}

.order-confirmed-reschedule-btn span{
    font-size:17px;
    font-weight:800;
    letter-spacing:0;
}

.order-confirmed-reschedule-btn span,
.order-confirmed-reschedule-btn img{
    color:#ff3b89 !important;
    opacity:1 !important;
}

.order-confirmed-reschedule-btn:hover{
    transform:translateY(-1px);
    background:linear-gradient(180deg,#fff8fb 0%,#ffeef6 100%) !important;
    border-color:#ff4d93 !important;
    color:#ff2a7f !important;
}

.order-confirmed-appointment-card__notice{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-top:20px;
    padding:18px 20px;
    border-radius:16px;
    background:linear-gradient(180deg,#f7faf8 0%,#fbfdfc 100%);
    color:#4c5f6e;
}

.order-confirmed-appointment-card__notice p{
    margin:0;
    font-size:14px;
}

.order-confirmed-appointment-card__notice-icon{
    width:36px;
    height:36px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--oc-green);
    border:1px solid rgba(13,122,72,.18);
    flex:0 0 34px;
}

.order-confirmed-appointment-card__notice-icon img{
    width:18px;
    height:18px;
    display:block;
}

.order-confirmed-steps-card,
.order-confirmed-summary-card,
.order-confirmed-actions-card{
    padding:22px;
}

.order-confirmed-steps{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
}

.order-confirmed-step{
    display:block;
    padding:0;
    border:0;
    background:transparent;
}

.order-confirmed-step__icon{
    width:66px;
    height:66px;
    margin-bottom:14px;
    background:linear-gradient(180deg,#eef6eb 0%,#f8fbf7 100%);
}

.order-confirmed-step__icon img{
    width:28px;
    height:28px;
    display:block;
}

.order-confirmed-step strong{
    display:block;
    color:var(--oc-ink);
    font-size:15px;
    line-height:1.4;
}

.order-confirmed-step p{
    margin:8px 0 0;
    color:var(--oc-muted);
    font-size:14px;
    line-height:1.55;
}

.order-confirmed-summary-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
}

.order-confirmed-summary-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    min-width:0;
    padding-bottom:16px;
    border-bottom:1px solid var(--oc-line);
}

.order-confirmed-summary-item__icon{
    color:#445365;
}

.order-confirmed-summary-item__icon img{
    width:22px;
    height:22px;
    display:block;
}

.order-confirmed-summary-item small{
    display:block;
    margin-bottom:8px;
    color:#627181;
    font-size:13px;
}

.order-confirmed-summary-item strong{
    display:block;
    color:var(--oc-ink);
    font-size:15px;
    line-height:1.5;
    overflow-wrap:anywhere;
}

.order-confirmed-summary-item__price{
    color:var(--oc-green) !important;
    font-size:18px !important;
}

.order-confirmed-actions-row{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
}

.order-confirmed-action-pill{
    min-height:68px;
    border:1px solid rgba(13,122,72,.45);
    color:var(--oc-green);
    background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);
    text-transform:none;
    font-size:18px;
    box-shadow:0 14px 28px rgba(15,23,42,.05);
    padding:0 22px !important;
}

.order-confirmed-action-pill:hover{
    transform:translateY(-1px);
    background:#f7fbf8;
    color:var(--oc-green-dark);
}

.order-confirmed-action-pill--neutral{
    border-color:#c8d2d8;
    color:#4d5d6c;
}

.order-confirmed-action-pill img{
    filter:none !important;
}

.order-confirmed-action-pill--neutral:hover{
    color:#223243;
    background:#fafcfd;
}

.order-confirmed-help{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:6px 4px 0;
}

.order-confirmed-help__icon{
    width:38px;
    height:38px;
    border-radius:999px;
    border:1px solid #d8dfe3;
    color:#4c5f6e;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 38px;
}

.order-confirmed-help__icon img{
    width:18px;
    height:18px;
    display:block;
}

.order-confirmed-help strong{
    display:block;
    color:var(--oc-ink);
    font-size:15px;
}

.order-confirmed-help p{
    margin:6px 0 0;
    color:var(--oc-muted);
    font-size:14px;
}

.order-confirmed-help a{
    color:var(--oc-green);
    text-decoration:none;
    font-weight:700;
}

.order-confirmed-help a:hover{
    text-decoration:underline;
}

@media (min-width: 641px){
    .order-confirmed-wrap{
        gap:24px;
    }
    .order-confirmed-appointment-card,
    .order-confirmed-steps-card,
    .order-confirmed-summary-card,
    .order-confirmed-actions-card{
        padding:28px;
    }
    .order-confirmed-appointment-card__thumb{
        width:120px;
        height:120px;
        border-radius:30px;
        flex-basis:120px;
    }
    .order-confirmed-appointment-card__copy h2{
        font-size:34px;
    }
    .order-confirmed-appointment-meta,
    .order-confirmed-summary-grid,
    .order-confirmed-actions-row{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .order-confirmed-steps{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .order-confirmed-join-btn,
    .order-confirmed-reschedule-btn{
        min-height:74px;
    }
}

@media (min-width: 821px){
    .order-confirmed-appointment-card{
        padding:30px 30px 24px;
    }
    .order-confirmed-appointment-card__top{
        flex-direction:row;
        gap:34px;
    }
    .order-confirmed-appointment-card__thumb{
        width:136px;
        height:136px;
        border-radius:34px;
        flex-basis:136px;
    }
    .order-confirmed-appointment-card__copy h2{
        font-size:40px;
    }
    .order-confirmed-appointment-meta{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px;
    }
    .order-confirmed-meta-item{
        padding:0 14px 0 0;
        border-bottom:0;
        border-right:1px solid var(--oc-line);
    }
    .order-confirmed-meta-item:nth-child(2n){
        border-right:0;
        padding-right:0;
    }
    .order-confirmed-appointment-card__actions{
        grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);
        gap:18px;
        margin-top:32px;
        padding-top:24px;
    }
    .order-confirmed-summary-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px;
    }
    .order-confirmed-summary-item{
        padding-bottom:0;
        border-bottom:0;
    }
}

@media (min-width: 1101px){
    .order-confirmed-hero{
        padding:30px;
    }
    .order-confirmed-hero h1{
        font-size:40px;
    }
    .order-confirmed-steps{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }
    .order-confirmed-appointment-card__copy h2{
        font-size:36px;
    }
    .order-confirmed-appointment-meta,
    .order-confirmed-summary-grid,
    .order-confirmed-actions-row{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
    .order-confirmed-summary-grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }
}

@media (max-width: 640px){
    .order-confirmed-hero{
        padding:16px 16px 18px;
        gap:0;
    }
    .order-confirmed-hero__status{
        display:block;
    }
    .order-confirmed-hero__content{
        padding-top:0;
    }
    .order-confirmed-eyebrow{
        margin-bottom:6px;
        font-size:10px;
        letter-spacing:.05em;
    }
    .order-confirmed-hero h1{
        font-size:clamp(15px, 4.9vw, 21px);
        line-height:1;
        letter-spacing:-.05em;
        max-width:none;
        white-space:nowrap;
    }
    .order-confirmed-hero .lead{
        margin-top:8px;
        font-size:12px;
        line-height:1.3;
    }
    .order-confirmed-hero__cta-copy{
        font-size:12px;
        line-height:1.3;
    }
    .order-confirmed-hero__cta-button{
        max-width:none;
        min-height:62px;
        font-size:17px;
        border-radius:16px;
        padding:14px 16px !important;
    }
    .order-confirmed-hero__cta-button span{
        font-size:17px;
        line-height:1;
    }
    .order-confirmed-hero__meta{
        gap:6px;
    }
    .order-confirmed-hero__meta > span{
        min-height:30px;
        padding:0 9px;
        font-size:11px;
    }
    .order-confirmed-reference{
        gap:8px;
        padding:0 10px;
        font-size:12px;
        width:auto;
        min-height:34px;
    }
    .order-confirmed-copy-btn{
        flex:0 0 32px;
    }
    .order-confirmed-hero__cta-block{
        margin-top:14px;
        gap:10px;
    }
}

a.btn.ghost {
    margin: 0;
}

.become-head {
    margin-bottom: 22px;
}

.become-grid {
    align-items: start;
}

.become-panel,.become-side {
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
}

.become-panel {
    padding: 26px;
}

.become-section + .become-section {
    margin-top: 28px;
}

.become-section__head {
    margin-bottom: 16px;
}

.become-section h2,.become-side h2,.become-info-card h2 {
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 10px;
}

.become-steps {
    display: grid;
    gap: 16px;
}

.become-step-card {
    padding: 22px;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(33,42,37,.04);
}

.become-step-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.become-step-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #f5f1e8;
    color: #6a746d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.become-step-card__line {
    height: 1px;
    background: #ece4d5;
    flex: 1;
}

.become-step-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.25;
}

.become-step-card p {
    margin: 0;
    color: #4f5b54;
    line-height: 1.7;
}

.become-checklist {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.become-checklist li {
    position: relative;
    padding-left: 18px;
    color: #5d6a62;
    line-height: 1.6;
}

.become-checklist li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #bca36a;
    font-weight: 800;
}

.become-bottom-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #efe9dc;
}

.become-info-card {
    padding: 22px;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(33,42,37,.04);
}

.become-info-card--accent {
    background: linear-gradient(180deg,#fff 0,#faf6ed 100%);
}

.become-info-card h3 {
    margin: 10px 0 10px;
    font-size: 22px;
    line-height: 1.2;
}

.become-info-card p {
    margin: 0;
    color: #4f5b54;
    line-height: 1.75;
}

.become-info-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.become-side {
    position: sticky;
    top: 110px;
}

.become-side h2 {
    margin: 12px 0 8px;
}

.become-form .field label {
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 800;
    color: #6d786f;
}

.become-form .btn {
    width: 100%;
}

.become-side-block {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(33,42,37,.04);
}

.become-side-block__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.become-side-block__row strong {
    font-size: 15px;
    color: #23302b;
}

.become-side-block__row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid #ddd3c1;
    border-radius: 18px;
    background: #fff;
    color: #23302b;
    font-weight: 800;
    text-decoration: none;
}

.become-side-block__title {
    margin: 0 0 12px;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #6d786f;
}

.become-side-note {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding-top: 4px;
    font-size: 14px;
}

.become-side-note a {
    font-weight: 700;
    color: #647fb4;
}

.become-facts {
    margin-top: 0;
    gap: 12px;
}

.become-facts > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid #e6dece;
    border-radius: 18px;
    background: #fbfaf7;
}

.become-facts > div span {
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #6d786f;
    font-weight: 800;
}

.become-facts > div strong {
    font-size: 18px;
    line-height: 1.35;
    color: #23302b;
}

@media (max-width:900px) {
    .become-side {
    position: relative;
    top: 0;
}

    .become-section h2,.become-side h2,.become-info-card h2 {
    font-size: 24px;
}

    .become-bottom-grid {
    grid-template-columns: 1fr;
}
}

@media (max-width:640px) {
    .become-panel,.become-side,.become-step-card,.become-info-card,.become-side-block {
    padding: 18px;
}

    .become-step-card__top,.become-info-card__actions,.become-side-block__row,.become-facts > div {
    display: grid;
}

    .become-side-block__row a {
    width: 100%;
}

    .become-facts > div strong {
    font-size: 16px;
}
}

.detail-grid {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr);
    gap: 24px;
    align-items: start;
}

.page-shell,.detail-panel {
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 30px;
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
}

.page-shell {
    padding: 28px;
}

.listing-stat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #edf6f0;
    color: var(--green);
    font-weight: 800;
    white-space: nowrap;
}

.form-grid-2 {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}

.become-grid--operator {
    grid-template-columns: minmax(0,1.2fr) minmax(430px,.72fr);
}

.become-side {
    max-width: 520px;
    justify-self: end;
    width: 100%;
    position: sticky;
    top: 98px;
}

.become-form--narrow {
    max-width: 100%;
}

.become-form .field {
    margin-bottom: 12px;
}

.become-form .field input {
    height: 64px;
    font-size: 20px;
    border-radius: 20px;
}

.become-form .field input::placeholder {
    font-size: 14px;
}

.compact-password-grid .field input::placeholder {
    font-size: 13px;
}

.become-form .field label {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: .08em;
}

.compact-password-grid .field input {
    height: 58px;
    font-size: 18px;
}

.become-side .btn {
    border-radius: 20px;
    min-height: 56px;
    font-size: 17px;
}

.become-side-block {
    padding: 24px;
}

.become-side-block__title {
    margin-bottom: 18px;
}

.become-facts {
    gap: 16px;
}

.become-facts > div {
    padding: 20px 22px;
    align-items: flex-start;
    gap: 18px;
}

.become-facts > div span {
    display: block;
    min-width: 180px;
    line-height: 1.35;
}

.become-facts > div strong {
    font-size: 19px;
    line-height: 1.45;
    text-align: left;
    max-width: 420px;
}

.col-check {
    width: 1%;
    white-space: nowrap;
}

.col-actions {
    width: 1%;
    white-space: nowrap;
}

.table-clean td.col-check,.table-clean th.col-check {
    padding-right: 10px;
}

.table-clean td.col-actions,.table-clean th.col-actions {
    text-align: right;
}

.actions-row--uniform {
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.actions-row--compact {
    gap: 12px;
}

.inline-form {
    display: inline-flex;
    margin: 0;
}

.icon-action {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(197,214,202,.95);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    box-shadow: 0 10px 22px rgba(38,54,45,.06);
    transition: .2s ease;
    cursor: pointer;
    padding: 0;
}

.icon-action .ui-icon,.icon-action .ui-icon svg {
    width: 18px;
    height: 18px;
    color: currentColor;
    stroke: currentColor;
}

.icon-action:hover {
    background: #eef7f1;
    border-color: #bfd3c4;
    transform: translateY(-1px);
}

.icon-action:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(77,120,98,.14);
}

.empty-state--padded {
    padding: 48px 24px;
}

.dashboard-v5 .view-switch a.is-active,.dashboard-v5 .dash-menu a.active {
    background: linear-gradient(135deg,#4d7862,#5f7d6b);
    box-shadow: 0 14px 28px rgba(77,120,98,.22);
}

.dashboard-v5 .panel-badge--admin {
    background: #edf6f0;
    color: #4d7862;
}

.dashboard-v5 .logout-chip {
    background: #4d7862;
}

.dash-topbar__start {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dash-mobile-toggle {
    display: none;
    appearance: none;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(224,217,206,.95);
    background: #fff;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(36,50,43,.08);
}

.dash-mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #334239;
    border-radius: 999px;
    margin: 3px auto;
}

.dash-mobile-backdrop {
    display: none;
}

@media (max-width: 1100px) {
    .detail-grid,.become-grid--operator {
    grid-template-columns: 1fr;
}

    .become-side {
    max-width: none;
    justify-self: stretch;
    position: relative;
    top: 0;
}
}

@media (max-width: 900px) {
    .dash-mobile-toggle {
    display: inline-flex;
}

    .dash-sidebar {
    position: fixed;
    top: 71px;
    left: 0;
    bottom: 0;
    width: min(86vw,320px);
    height: auto;
    max-height: calc(100vh - 71px);
    z-index: 90;
    transform: translateX(-104%);
    transition: transform .26s ease;
    box-shadow: 18px 0 40px rgba(25,34,29,.15);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

    .dash-main {
    padding: 14px;
}

    body.dash-nav-open .dash-sidebar {
    transform: translateX(0);
}

    .dash-mobile-backdrop {
    position: fixed;
    inset: 71px 0 0 0;
    background: rgba(26,34,29,.32);
    z-index: 80;
}

    body.dash-nav-open .dash-mobile-backdrop {
    display: block;
}

    body.dash-nav-open {
    overflow: hidden;
}
}

@media (max-width: 760px) {
    .form-grid-2,.compact-password-grid {
    grid-template-columns: 1fr;
}

    .page-shell {
    padding: 20px;
}

    .become-form .field input {
    height: 58px;
    font-size: 18px;
}

    .become-facts > div {
    grid-template-columns: 1fr;
}

    .become-facts > div span {
    min-width: 0;
}
}

.list-shell-form {
    display: block;
}

.admin-product-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.legal-page-shell {
    padding: 38px 0 64px;
}

.legal-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 24px;
    padding: 30px 34px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 30px;
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
}

.legal-hero--privacy {
    align-items: center;
}

.legal-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: #edf6f0;
    color: var(--green);
    font-weight: 800;
    white-space: nowrap;
}

.legal-hero__meta {
    margin: 10px 0 0;
    color: #6f7a74;
    font-size: 14px;
}

.legal-card-stack {
    display: grid;
    gap: 18px;
}

.legal-card-stack--privacy {
    gap: 20px;
}

.legal-panel {
    padding: 28px 30px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(33,42,37,.05);
}

.legal-panel h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.legal-panel h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.legal-panel p {
    margin: 0 0 14px;
    line-height: 1.8;
    color: #42514a;
}

.legal-panel--summary {
    background: linear-gradient(135deg,#fff,#f7f4ec);
}

.legal-panel--soft {
    background: #fff;
}

.policy-summary-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #f5f0e7;
    color: var(--sage-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.policy-lead {
    font-weight: 700;
    color: #2e3c35;
}

.policy-list--spacious {
    margin: 14px 0 0;
    padding-left: 18px;
}

.policy-list--spacious li {
    margin: 0 0 10px;
    line-height: 1.75;
    color: #42514a;
}

.policy-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.policy-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #edf6f0;
    color: var(--green);
    font-weight: 800;
    flex: 0 0 40px;
}

.policy-lines {
    display: grid;
    gap: 10px;
    margin: 12px 0;
}

.policy-lines > div {
    padding: 14px 16px;
    border: 1px solid #ece4d7;
    border-radius: 18px;
    background: #fff;
}

.policy-lines.compact > div {
    padding: 12px 14px;
}

.policy-note {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f7f2e8;
    color: #5d685f;
}

.legal-subgrid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
    margin-top: 16px;
}

.legal-subpanel {
    padding: 20px;
    border: 1px solid #ece4d7;
    border-radius: 22px;
    background: #fff;
}

.faq-stack {
    gap: 14px;
}

.faq-collapse {
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(33,42,37,.05);
    overflow: hidden;
}

.faq-collapse summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
    color: #22312a;
}

.faq-collapse summary::-webkit-details-marker {
    display: none;
}

.faq-collapse__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #edf6f0;
    color: var(--green);
    font-size: 24px;
    line-height: 1;
    flex: 0 0 34px;
}

.faq-collapse[open] .faq-collapse__icon {
    transform: rotate(45deg);
}

.faq-collapse__body {
    padding: 0 24px 22px;
    color: #445049;
}

.faq-collapse__body p {
    margin: 0 0 12px;
    line-height: 1.8;
}

.contact-layout-modern {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr);
    gap: 22px;
    align-items: start;
}

.legal-panel__top {
    margin-bottom: 18px;
}

.contact-form-modern {
    display: grid;
    gap: 16px;
}

.contact-form-modern__grid {
    display: grid;
    gap: 16px;
}

.contact-form-modern__grid--2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.field-spacious label {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #66736b;
}

.field-spacious input,.field-spacious textarea,.field-spacious select {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #ddd6c7;
    border-radius: 18px;
    background: #fff;
    font-size: 16px;
    color: #24322b;
    outline: none;
}

.field-spacious textarea {
    min-height: 180px;
    resize: vertical;
}

.field-spacious input:focus,.field-spacious textarea:focus,.field-spacious select:focus {
    border-color: #b8cabb;
    box-shadow: 0 0 0 4px rgba(145,171,155,.16);
}

.contact-form-modern__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding-top: 8px;
}

.contact-form-modern__note {
    margin: 0;
    color: #6e7a73;
    line-height: 1.6;
}

.contact-sidecards {
    display: grid;
    gap: 20px;
}

.info-list--modern {
    display: grid;
    gap: 12px;
}

.info-list--modern > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #eee6d8;
}

.info-list--modern > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-list--modern span {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #78837c;
}

.info-list--modern strong {
    font-size: 16px;
    color: #23302b;
    text-align: right;
}

@media (max-width: 980px) {
    .contact-layout-modern,.legal-subgrid {
    grid-template-columns: 1fr;
}

    .legal-hero {
    padding: 24px;
    align-items: flex-start;
    flex-direction: column;
}
}

@media (max-width: 760px) {
    .legal-page-shell {
    padding: 24px 0 48px;
}

    .legal-panel {
    padding: 22px 18px;
}

    .legal-panel h2 {
    font-size: 24px;
}

    .faq-collapse summary {
    padding: 18px;
    font-size: 18px;
}

    .faq-collapse__body {
    padding: 0 18px 18px;
}

    .contact-form-modern__grid--2 {
    grid-template-columns: 1fr;
}

    .info-list--modern > div {
    display: grid;
}

    .info-list--modern strong {
    text-align: left;
}
}

.icon-link--cart {
    position: relative;
    overflow: visible;
}

.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -5px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #4d7862;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(50,80,66,.24);
    border: 2px solid #fff;
}

.toast-stack {
    position: sticky;
    top: 16px;
    z-index: 60;
    margin: 0 auto 18px;
    max-width: 760px;
    padding: 0 18px;
}

.toast-dropdown {
    position: relative;
    padding: 18px 56px 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(224,217,206,.92);
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    box-shadow: 0 18px 48px rgba(33,42,37,.10);
    animation: toastIn .22s ease;
}

.toast-dropdown--success {
    border-color: rgba(184,202,187,.95);
    box-shadow: 0 16px 38px rgba(77,120,98,.12);
}

.toast-dropdown--error {
    border-color: rgba(231,194,189,.95);
    box-shadow: 0 16px 38px rgba(159,76,63,.12);
}

.toast-label {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #4d7862;
}

.toast-dropdown--error .toast-label {
    color: #a55245;
}

.toast-copy {
    font-size: 15px;
    line-height: 1.65;
    color: #2e3c35;
}

.toast-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e7e1d5;
    background: #fff;
    color: #55645c;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@keyframes toastIn {
    from {
    opacity: 0;
    transform: translateY(-8px);
}

    to {
    opacity: 1;
    transform: translateY(0);
}
}

.cart-page {
    padding: 34px 0 68px;
}

.cart-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 22px;
    padding: 30px 34px;
    border: 1px solid rgba(224,217,206,.92);
    border-radius: 32px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
}

.cart-hero h1 {
    margin: 8px 0 10px;
    font-size: clamp(30px,4vw,44px);
    line-height: 1.06;
}

.cart-hero__lead {
    max-width: 760px;
    margin: 0;
    color: #56655e;
    line-height: 1.8;
}

.cart-hero__meta {
    display: grid;
    grid-template-columns: repeat(2,minmax(120px,1fr));
    gap: 14px;
    min-width: min(100%,320px);
}

.cart-hero__metric {
    padding: 18px 20px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #ece4d7;
    box-shadow: 0 10px 24px rgba(33,42,37,.05);
}

.cart-hero__metric span {
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #78837c;
    margin-bottom: 8px;
}

.cart-hero__metric strong {
    font-size: 28px;
    color: #22312a;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0,1.22fr) minmax(320px,.78fr);
    gap: 24px;
    align-items: start;
}

.cart-items-wrap,.cart-summary-card,.cart-empty,.checkout-form-card,.checkout-summary-card {
    border: 1px solid rgba(224,217,206,.92);
    border-radius: 30px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
}

.cart-items-wrap {
    padding: 26px;
}

.cart-items-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.cart-items-head h2,.cart-summary-card h2 {
    margin: 0;
}

.cart-items-list {
    display: grid;
    gap: 16px;
}

.cart-item-card {
    display: grid;
    grid-template-columns: 124px minmax(0,1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid #ece4d7;
    border-radius: 24px;
    background: #fff;
}

.cart-item-card__media {
    width: 124px;
    height: 124px;
    border-radius: 22px;
    overflow: hidden;
    background: #f4efe6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cart-item-card__placeholder {
    font-size: 34px;
}

.cart-item-card__top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #edf6f0;
    color: #4d7862;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cart-item-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.cart-item-card__desc {
    margin: 0 0 12px;
    color: #5f6d66;
    line-height: 1.75;
}

.cart-item-card__price {
    text-align: right;
    white-space: nowrap;
}

.cart-item-card__price strong {
    display: block;
    font-size: 24px;
    color: #22312a;
}

.cart-item-card__price span {
    display: block;
    margin-top: 4px;
    color: #738077;
    font-size: 14px;
}

.cart-meta-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
}

.cart-meta-pill {
    padding: 12px 14px;
    border-radius: 18px;
    background: #faf7f1;
    border: 1px solid #eee6d8;
}

.cart-meta-pill span {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7a857d;
    margin-bottom: 4px;
}

.cart-meta-pill strong {
    font-size: 15px;
    color: #25332c;
}

.cart-item-card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart-remove-btn {
    min-height: 48px;
    min-width: 120px;
}

.cart-summary-card {
    position: sticky;
    top: 96px;
    padding: 0;
}

.cart-summary-card__inner {
    padding: 26px;
}

.cart-summary-list {
    display: grid;
    gap: 14px;
    margin: 20px 0;
}

.cart-summary-row,.cart-summary-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.cart-summary-row span:first-child,.cart-summary-total span {
    color: #617068;
}

.cart-summary-row--muted {
    font-size: 14px;
}

.cart-summary-total {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #ece4d7;
}

.cart-summary-total strong {
    font-size: 32px;
    color: #22312a;
}

.cart-summary-card__cta,.cart-summary-card__secondary {
    width: 100%;
    justify-content: center;
    margin-top: 14px;
}

.cart-summary-card__cta {
    min-height: 50px;
    font-size: 16px;
}

.cart-summary-footnote {
    margin: 16px 0 0;
    color: #758178;
    font-size: 14px;
    line-height: 1.7;
}

.cart-empty {
    padding: 42px 28px;
    text-align: center;
}

.cart-empty__icon {
    font-size: 46px;
    margin-bottom: 10px;
}

.cart-empty h2 {
    margin: 0 0 10px;
}

.cart-empty p {
    max-width: 640px;
    margin: 0 auto;
    color: #5c6a63;
    line-height: 1.75;
}

.cart-empty__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.checkout-page {
    padding: 34px 0 72px;
}

.checkout-shell {
    display: grid;
    gap: 22px;
}

.checkout-head {
    padding: 30px 34px;
    border: 1px solid rgba(224,217,206,.92);
    border-radius: 32px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
}

.checkout-head h1 {
    margin: 8px 0 10px;
    font-size: clamp(30px,4vw,42px);
    line-height: 1.08;
}

.checkout-head .lead {
    max-width: 780px;
    margin: 0;
    color: #5c6a63;
    line-height: 1.8;
}

.checkout-onepage {
    display: grid;
    grid-template-columns: minmax(0,1.18fr) minmax(320px,.82fr);
    gap: 24px;
    align-items: start;
}

.checkout-form-card {
    padding: 26px;
}

.checkout-block {
    padding: 24px;
    border: 1px solid #ece4d7;
    border-radius: 26px;
    background: #fff;
    margin-bottom: 18px;
}

.checkout-block__top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.checkout-block__top h3,.checkout-mobile-summary h3,.checkout-summary-card h3 {
    margin: 0 0 6px;
    font-size: 24px;
}

.checkout-grid-tight {
    column-gap: 18px;
    row-gap: 20px;
}

.checkout-form-card .field {
    margin-bottom: 18px;
}

.checkout-form-card .field:last-child {
    margin-bottom: 0;
}

.checkout-form-card .field label {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #66736b;
}

.checkout-form-card .field input,.checkout-form-card .field textarea,.checkout-form-card .field select {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #ddd6c7;
    border-radius: 18px;
    background: #fff;
    font-size: 16px;
    color: #24322b;
    outline: none;
}

.checkout-form-card .field textarea {
    min-height: 140px;
}

.checkout-form-card .field input:focus,.checkout-form-card .field textarea:focus,.checkout-form-card .field select:focus {
    border-color: #b8cabb;
    box-shadow: 0 0 0 4px rgba(145,171,155,.16);
}

.checkout-block>.field+.field,.checkout-block>.grid-2+.grid-2,.checkout-block>.field+.grid-3,.checkout-block>.field+.grid-2,.checkout-block>.grid-2+.field,.checkout-block>.grid-3+.field {
    margin-top: 6px;
}

.checkout-form-card .checkline {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: #5f6d66;
  font-size: 14px;
}

.checkline input {
    width: 18px;
    height: 18px;
}

.checkout-mobile-summary {
    display: none;
    padding: 24px;
    border: 1px solid #ece4d7;
    border-radius: 26px;
    background: #fff;
    margin-bottom: 18px;
}

.checkout-actions-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 26px;
    border-radius: 26px;
    background: #22312a;
    color: #fff;
}

.btn-checkout-main {
    min-height: 56px;
    padding: 0 22px;
    border-radius: 18px;
    background: #fff;
    color: #22312a;
    border-color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.checkout-actions-bar .text-link {
    color: #fff;
}

.checkout-summary-card {
    position: sticky;
    top: 96px;
    padding: 26px;
}

.checkout-summary-card__top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.checkout-summary-list {
    display: grid;
    gap: 14px;
}

.checkout-line-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #ece4d7;
}

.checkout-line-item:last-child {
    border-bottom: none;
}

.checkout-line-item strong {
    font-size: 16px;
    color: #24322b;
}

.checkout-line-item .small {
    font-size: 13px;
    margin-top: 5px;
}

.checkout-totals {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ece4d7;
    display: grid;
    gap: 12px;
}

.checkout-totals-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.checkout-totals-row.grand {
    font-size: 20px;
    font-weight: 900;
    color: #22312a;
}

.checkout-help-box {
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    background: #f7f2e8;
    border: 1px solid #ece4d7;
}

@media (max-width:1100px) {
    .cart-layout,.checkout-onepage {
    grid-template-columns: 1fr;
}

    .cart-summary-card,.checkout-summary-card {
    position: relative;
    top: 0;
}
}

@media (max-width:760px) {
    .toast-stack {
    padding: 0 12px;
}

    .cart-page,.checkout-page {
    padding: 22px 0 48px;
}

    .cart-hero,.checkout-head {
    padding: 22px 18px;
}

    .cart-hero {
    display: none;
}

    .cart-hero__meta {
    width: 100%;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

    .cart-items-wrap,.cart-summary-card__inner,.checkout-form-card,.checkout-summary-card {
    padding: 18px;
}

    .cart-item-card {
    grid-template-columns: 1fr;
    align-items: flex-start;
}

    .cart-item-card__media {
    width: 100%;
    height: 210px;
}

    .cart-item-card__top {
    flex-direction: column;
}

    .cart-item-card__price {
    text-align: left;
}

    .cart-meta-grid {
    grid-template-columns: 1fr;
}

    .checkout-block,.checkout-mobile-summary {
    padding: 18px;
;
    display: block;
}

    .checkout-summary-card {
    display: none;
}

    .checkout-actions-bar {
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
}

    .checkout-actions-bar .text-link {
    text-align: center;
}
}

.checkout-actions-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    padding: 28px 30px;
    margin-top: 20px;
    border-radius: 26px;
    background: #22312a;
    color: #fff;
}

.btn-checkout-main {
    min-height: 58px;
    padding: 0 28px;
    border-radius: 20px;
    background: #fff;
    color: #22312a;
    border-color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.checkout-actions-bar .text-link {
    color: #fff;
    opacity: .9;
    font-size: 16px;
}

.checkout-actions-bar .text-link:hover {
    opacity: 1;
}

.hero-hero-photo {
    min-height: 560px;
    background: linear-gradient(180deg,#f6efe6 0%,#efe4d6 100%);
}

.category-media-card {
    gap: 14px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.category-media-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 40px rgba(33,42,37,.08);
    border-color: #d8c9b4;
}

.category-media-card img {
    width: 100%;
    height: 214px;
    object-fit: contain;
    background: #e9dfd2;
    padding: 14px;
    border-radius: 22px;
}

.floating-note {
    max-width: 268px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(221,208,190,.95);
}

.note-one {
    left: 20px;
    bottom: 20px;
}

.note-two {
    right: 20px;
    top: 20px;
}

.checkout-actions-bar {
    margin-top: 20px;
}

.checkout-actions-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
}

.checkout-back-link {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.checkout-back-link:hover {
    text-decoration: underline;
}

@media (max-width:760px) {
    .checkout-actions-bar__inner {
    flex-direction: column-reverse;
    align-items: stretch;
}

    .checkout-back-link {
    justify-content: center;
}

    .category-media-card img {
    height: 190px;
}
}

.field-counter {
    font-size: 12px;
    color: #6b7470;
}
.field-counter.is-invalid,
.field-counter--minimum.is-missing{color:#d62424}
.field-counter--minimum{margin-top:6px;font-weight:750}
.field-counter--minimum.is-complete{color:#6b7470}
.field-counter--minimum strong{font-weight:850}
.field-counter--recommended{margin-top:10px;color:#6b7470;font-weight:750}
.field-counter--recommended.is-invalid{color:#6b7470}
.field-counter--recommended.is-complete{color:#16845d}
.field-counter--recommended strong{font-weight:850}

.form-shell {
    padding: 28px;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 30px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
}

.form-shell + .form-shell {
    margin-top: 18px;
}

.form-shell form.stack,.form-shell .admin-form-stack {
    gap: 18px;
}

.form-shell .grid-2,.form-shell .grid-3 {
    gap: 18px;
}

.form-shell .field {
    margin-bottom: 20px;
}

.form-shell .field label {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #66736b;
}

.form-shell .field input,.form-shell .field select,.form-shell .field textarea {
    padding: 16px 18px;
    border: 1px solid #ddd6c7;
    border-radius: 18px;
    background: #fff;
    font-size: 16px;
    color: #24322b;
    outline: none;
    box-shadow: none;
;
    min-height: 160px;
    resize: vertical;
}

.form-shell .field input:focus,.form-shell .field select:focus,.form-shell .field textarea:focus {
    border-color: #b8cabb;
    box-shadow: 0 0 0 4px rgba(145,171,155,.16);
    transform: none;
}

.form-shell .code-input {
    font-family: ui-monospace,SFMono-Regular,Menlo,monospace;
    letter-spacing: .02em;
}

.form-shell .row {
    gap: 16px;
    align-items: center;
    padding-top: 8px;
}

.form-shell .switch {
    padding: 14px 16px;
    border: 1px solid #e7dfd1;
    border-radius: 20px;
    background: #fbfaf7;
    min-height: 64px;
}

.form-shell .thumb-sm {
    width: 84px;
    height: 84px;
    border-radius: 20px;
    border: 1px solid rgba(224,217,206,.9);
    background: #f6f3ec;
}

.form-shell .card {
    padding: 18px 18px 40px 18px;
    border: 1px solid #e9e1d3;
    border-radius: 22px;
    background: #fff;
    box-shadow: none;
}

.form-shell .actions-row {
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding-top: 8px;
}

.form-shell .actions-row .btn {
    min-width: 170px;
    justify-content: center;
}

.form-shell .actions-row .btn.ghost {
    min-width: 140px;
}

.admin-edit-side-note {
    margin: 2px 0 0;
    font-size: 14px;
    color: #6c7770;
}

.operator-security-grid .operator-security-box {
    height: 100%;
}

@media (max-width:980px) {
    .form-shell {
    padding: 22px;
    border-radius: 24px;
}

    .form-shell .grid-2,.form-shell .grid-3 {
    grid-template-columns: 1fr;
}

    .form-shell .actions-row {
    flex-direction: column-reverse;
    align-items: stretch;
}

    .form-shell .actions-row .btn,.form-shell .actions-row .btn.ghost {
    width: 100%;
    min-width: 0;
}
}

.settings-layout {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.settings-panel {
    display: none;
}

.settings-panel.is-active {
    display: block;
}

.settings-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.settings-intro-card,.settings-section-card {
    border-radius: 22px;
}

.settings-intro-grid,.settings-readonly-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
}

.settings-tip,.settings-readonly-item {
    background: #faf7f2;
    border: 1px solid #eadfce;
    border-radius: 16px;
    padding: 16px 18px;
}

.settings-tip p,.settings-readonly-item span {
    margin: 6px 0 0;
    color: #6f655b;
    font-size: 14px;
    line-height: 1.55;
}

.settings-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.settings-fields-grid {
    gap: 18px;
}

.settings-field {
    margin-bottom: 0;
}

.settings-field input,.settings-field select {
    min-height: 48px;
}

.settings-key {
    margin-top: 7px;
    font-size: 12px;
    color: #8c8073;
}

.settings-hint {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8f3eb;
    border: 1px solid #e8dccb;
    color: #6a5f54;
    font-size: 14px;
    line-height: 1.55;
}

.settings-actions-sticky {
    position: sticky;
    bottom: 12px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid #e8dccb;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
}

.settings-actions-copy {
    color: #75695d;
    font-size: 14px;
}

@media (max-width: 980px) {
    .settings-intro-grid,.settings-readonly-grid {
    grid-template-columns: 1fr;
}

    .settings-actions-sticky {
    flex-direction: column;
    align-items: stretch;
}
}

.hh-editor {
    border: 1px solid rgba(224,217,206,.95);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(33,42,37,.05);
    overflow: hidden;
}

.hh-editor__toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 12px 0;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
}

.hh-editor__toolbar button {
    appearance: none;
    border: 1px solid rgba(224,217,206,.95);
    background: #fff;
    border-radius: 12px;
    padding: 8px 10px;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    color: #33423a;
    cursor: pointer;
    line-height: 1;
}

.hh-editor__toolbar button:hover {
    border-color: rgba(102,134,114,.45);
    background: #f7faf8;
}

.hh-editor__surface {
    min-height: 180px;
    padding: 16px 16px 6px;
    outline: none;
    line-height: 1.7;
    color: #253229;
}

.hh-editor__surface ul,.hh-editor__surface ol {
    padding-left: 22px;
}

.hh-editor__surface a {
    color: var(--green);
    text-decoration: underline;
}

.hh-editor__input {
    display: none !important;
}

.booking-date-layout {
    display: grid;
    grid-template-columns: minmax(0,340px) minmax(0,1fr);
    gap: 24px;
    align-items: start;
}

.booking-date-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 16px;
}

.booking-date-main {
    display: grid;
    gap: 18px;
}

.booking-date-benefits,.booking-date-steps {
    display: grid;
    gap: 12px;
}

.booking-date-benefits .mini-card,.booking-date-steps .mini-card {
    padding: 18px;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(33,42,37,.05);
}

.booking-date-filter {
    padding: 18px;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 24px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
}

.booking-date-filter__grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 12px;
    align-items: end;
}

.booking-date-summary {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
}

.booking-summary-card {
    padding: 16px 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(224,217,206,.92);
}

.booking-summary-card strong {
    display: block;
    font-size: 24px;
}

.slot-grid.slot-grid--airy {
    gap: 10px;
}

.slot-form--wide .chip-btn {
    min-width: 94px;
    justify-content: center;
}

.book-date-card {
    padding: 22px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 20px 48px rgba(33,42,37,.06);
}

.book-date-card__head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.book-date-card__meta {
    display: grid;
    gap: 4px;
}

.booking-date-note {
    padding: 14px 16px;
    border-radius: 18px;
    background: #f7faf8;
    color: #5a675f;
    border: 1px solid rgba(102,134,114,.15);
}

.policy-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
    align-items: stretch;
}

.about-quote-card {
    padding: 24px;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 28px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    box-shadow: 0 20px 48px rgba(33,42,37,.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-quote-card blockquote {
    margin: 0;
    font-size: 22px;
    line-height: 1.45;
    color: #223128;
    font-weight: 700;
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}

.about-pillar-card {
    padding: 22px;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(33,42,37,.05);
}

@media (max-width:980px) {
    .booking-date-layout,.about-story-grid {
    grid-template-columns: 1fr;
}

    .booking-date-sidebar {
    position: static;
}

    .booking-date-summary,.about-pillars {
    grid-template-columns: 1fr;
}
}

.source-tile {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 12px;
    padding: 18px 18px;
    border: 1px solid #ddd6c7;
    border-radius: 20px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    cursor: pointer;
    transition: .2s border-color,.2s box-shadow,.2s transform;
}

.source-tile input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.source-tile span {
    display: block;
}

.source-tile strong {
    display: block;
    font-size: 16px;
    color: #24322b;
}

.source-tile small {
    display: block;
    margin-top: 6px;
    color: #6e7a73;
    line-height: 1.5;
}

.source-tile:has(input:checked) {
    border-color: #8fae9c;
    box-shadow: 0 0 0 4px rgba(145,171,155,.16);
    transform: translateY(-1px);
}

.rating-stars-input {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
}

.rating-stars-input input {
    display: none;
}

.rating-stars-input label {
    font-size: 36px;
    line-height: 1;
    color: #d7d2c8;
    cursor: pointer;
    transition: transform .15s ease,color .15s ease;
}

.rating-stars-input label:hover,.rating-stars-input label:hover ~ label,.rating-stars-input input:checked ~ label {
    color: #c9ab6c;
    transform: scale(1.04);
}

.inline-note {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 15px 16px;
    border: 1px dashed #d8cfbc;
    border-radius: 16px;
    background: #f8f6ef;
    color: #5d675f;
}

.table-text {
    max-width: 320px;
}

.review-booking-field,.review-source-grid {
    margin-bottom: 8px;
}

.cke {
    border-radius: 18px !important;
    overflow: hidden;
}

.cke_top {
    background: #f7f4ec !important;
    border-bottom: 1px solid #e6e0d2 !important;
}

.cke_chrome {
    border: 1px solid #dfd8c7 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 1px 0 rgba(255,255,255,.65) !important;
}

.cke_contents {
    min-height: 260px;
}

@media (max-width:760px) {
    .review-source-grid {
    grid-template-columns: 1fr;
}

    .rating-stars-input label {
    font-size: 32px;
}

    .table-text {
    max-width: 220px;
}
}

.book-date-card--enhanced {
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(180deg,#fff 0,#fdfbf8 100%);
}

.book-date-card__head--enhanced {
    margin-bottom: 18px;
}

.book-date-service {
    display: grid;
    grid-template-columns: 116px minmax(0,1fr);
    gap: 18px;
    align-items: start;
    width: 100%;
}

.book-date-service__media {
    width: 116px;
    height: 116px;
    border-radius: 24px;
    overflow: hidden;
    background: #f4efe7;
    border: 1px solid rgba(224,217,206,.9);
    box-shadow: 0 12px 28px rgba(33,42,37,.06);
}

.book-date-service__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.book-date-service__content {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.book-date-service__topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.book-date-service__content h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.15;
}

.book-date-service__operator {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #415246;
}

.book-date-service__summary {
    margin: 0;
    color: #66756b;
    line-height: 1.65;
    max-width: 72ch;
}

.book-date-service__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.book-date-service__facts span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f7f4ee;
    border: 1px solid rgba(224,217,206,.92);
    font-size: 14px;
    font-weight: 700;
    color: #33423a;
}

.book-date-slots-head--calendly {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin: 4px 0 14px;
}

.book-date-slots-head--calendly strong {
    display: block;
    font-size: 18px;
    color: #223128;
}

.book-date-slots-head--calendly p {
    margin: 6px 0 0;
}

.slots-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f4f7f5;
    border: 1px solid rgba(143,174,156,.28);
    font-size: 13px;
    font-weight: 800;
    color: #496053;
    white-space: nowrap;
}

.slot-grid--calendly {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
}

.slot-form--calendly {
    margin: 0;
}

.slot-card-btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(224,217,206,.94);
    background: #fff;
    box-shadow: 0 12px 28px rgba(33,42,37,.04);
    cursor: pointer;
    transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
    text-align: left;
}

.slot-card-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(102,134,114,.42);
    box-shadow: 0 18px 36px rgba(33,42,37,.08);
    background: #fcfdfc;
}

.slot-card-btn__time {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    color: #24322b;
    letter-spacing: -.02em;
}

.slot-card-btn__meta {
    font-size: 13px;
    color: #6c7a71;
    line-height: 1.4;
}

.slot-card-btn__cta {
    margin-top: 2px;
    font-size: 13px;
    font-weight: 800;
    color: var(--green);
}

@media (max-width:1180px) {
    .slot-grid--calendly {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
}

@media (max-width:760px) {
    .book-date-service {
    grid-template-columns: 84px minmax(0,1fr);
    gap: 14px;
}

    .book-date-service__media {
    width: 84px;
    height: 84px;
    border-radius: 20px;
}

    .book-date-service__content h3 {
    font-size: 22px;
}

    .book-date-slots-head--calendly {
    flex-direction: column;
}

    .slot-grid--calendly {
    grid-template-columns: 1fr;
}
}

.slot-card-btn--current {
    background: #f4f7f5;
    border-color: rgba(143,174,156,.42);
    cursor: not-allowed;
    opacity: .9;
}

.slot-card-btn--current .slot-card-btn__cta {
    color: #496053;
}

.booking-reschedule-btn {
    background: linear-gradient(135deg,#6f4bc8 0%,#9b65ee 52%,#c39cff 100%) !important;
    color: #fff !important;
    border: 0;
    box-shadow: 0 12px 26px rgba(111,75,200,.22);
    white-space: nowrap;
}

.booking-reschedule-btn:hover {
    box-shadow: 0 16px 34px rgba(111,75,200,.3);
}

.operator-bookings-title{
  margin:0 0 22px;
}

.operator-bookings-title h1{
  margin:0;
  color:#24302c;
  font-size:34px;
  line-height:1.15;
  letter-spacing:0;
}

.booking-row-action-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}

.booking-join-btn{
  min-width:148px;
  min-height:50px;
  border-radius:10px;
  font-size:16px;
  font-weight:900;
  letter-spacing:0;
  text-align:center;
}

.booking-row-action-stack .booking-reschedule-btn,
.booking-mobile-card__actions .booking-reschedule-btn{
  min-width:92px;
  min-height:28px;
  padding:0 9px;
  border-radius:7px;
  font-size:10px;
  font-weight:900;
  letter-spacing:0;
  text-align:center;
  box-shadow:0 7px 14px rgba(111,75,200,.16);
}

.booking-join-btn{
  background:#23bf4d !important;
  border:0;
  color:#fff !important;
  box-shadow:0 12px 24px rgba(35,191,77,.20);
}

.booking-join-btn:hover{
  background:#1fb044 !important;
  color:#fff !important;
}

.booking-mobile-card__actions .booking-join-btn,
.booking-mobile-card__actions .booking-reschedule-btn{
  flex:0 0 auto;
}

.dashboard-booking-alert__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.booking-reschedule-dialog {
    width: min(820px,calc(100vw - 28px));
    border: 0;
    border-radius: 18px;
    padding: 0;
    background: #fff;
    color: #24322b;
    box-shadow: 0 28px 80px rgba(29,24,47,.28);
}

.booking-reschedule-dialog::backdrop {
    background: rgba(28,22,43,.54);
    backdrop-filter: blur(4px);
}

.booking-reschedule-dialog__close-form {
    margin: 0;
}

.booking-reschedule-dialog__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(111,75,200,.18);
    border-radius: 50%;
    background: #fff;
    color: #5a3d94;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

.booking-reschedule-dialog__head {
    padding: 26px 28px 18px;
    border-bottom: 1px solid rgba(224,217,206,.7);
}

.booking-reschedule-dialog__head span {
    display: block;
    color: #7a55d1;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.booking-reschedule-dialog__head strong {
    display: block;
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.2;
}

.booking-reschedule-form {
    padding: 22px 28px 28px;
}

.booking-reschedule-layout {
    display: grid;
    grid-template-columns: minmax(190px,240px) minmax(0,1fr);
    gap: 18px;
}

.booking-reschedule-calendar,.booking-reschedule-slots {
    min-height: 260px;
    max-height: 420px;
    overflow: auto;
    border: 1px solid rgba(224,217,206,.82);
    border-radius: 14px;
    background: #fbfaf7;
    padding: 10px;
}

.booking-reschedule-date {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    padding: 11px 12px;
    text-align: left;
    cursor: pointer;
}

.booking-reschedule-date span {
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #7a55d1;
}

.booking-reschedule-date strong {
    display: block;
    margin-top: 3px;
    color: #33423a;
    font-size: 14px;
}

.booking-reschedule-date.is-active {
    background: linear-gradient(135deg,#f3edff,#fff);
    border-color: rgba(111,75,200,.28);
}

.booking-reschedule-slot-group {
    display: none;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
}

.booking-reschedule-slot-group.is-active {
    display: grid;
}

.booking-reschedule-slot {
    min-height: 48px;
    border: 1px solid rgba(111,75,200,.18);
    border-radius: 12px;
    background: #fff;
    color: #3a3150;
    font-size: 16px;
    font-weight: 850;
    cursor: pointer;
}

.booking-reschedule-slot.is-active {
    background: linear-gradient(135deg,#6f4bc8,#9b65ee);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(111,75,200,.2);
}

.booking-reschedule-dialog__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.booking-reschedule-confirm {
    background: linear-gradient(135deg,#6f4bc8,#9b65ee) !important;
}

.booking-reschedule-empty {
    margin: 22px 28px 28px;
    padding: 18px;
    border-radius: 14px;
    background: #fbfaf7;
    border: 1px solid rgba(224,217,206,.82);
    color: #5f6b63;
}

@media (max-width:760px) {
    .booking-reschedule-layout {
        grid-template-columns: 1fr;
    }

    .booking-reschedule-calendar,.booking-reschedule-slots {
        min-height: auto;
        max-height: 280px;
    }

    .booking-reschedule-slot-group {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

.global-preloader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background: rgba(250,247,242,.84);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease,visibility .18s ease;
    z-index: 9999;
}

.global-preloader.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.global-preloader__spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 4px solid rgba(36,50,43,.12);
    border-top-color: var(--green,#4e6b5b);
    animation: hhSpin .8s linear infinite;
}

.global-preloader__label {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    color: #314138;
}

@keyframes hhSpin {
    to {
    transform: rotate(360deg);
}
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

input[type="search"]::-ms-clear,input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.catalog-search,.listing-search,.admin-search,.search-shell,.search-input-wrap {
    position: relative;
}

.has-search-clear {
    position: relative;
}

.catalog-search.has-search-clear input[type="search"],
.listing-search.has-search-clear input[type="search"],
.admin-search.has-search-clear input[type="search"],
.search-shell.has-search-clear input[type="search"],
.search-input-wrap.has-search-clear input[type="search"],
.has-search-clear input[type="search"],
.catalog-search.has-search-clear input[data-live-search],
.listing-search.has-search-clear input[data-live-search],
.admin-search.has-search-clear input[data-live-search],
.search-shell.has-search-clear input[data-live-search],
.search-input-wrap.has-search-clear input[data-live-search],
.has-search-clear input[data-live-search],
.catalog-search.has-search-clear input[data-search-target],
.listing-search.has-search-clear input[data-search-target],
.admin-search.has-search-clear input[data-search-target],
.search-shell.has-search-clear input[data-search-target],
.search-input-wrap.has-search-clear input[data-search-target],
.has-search-clear input[data-search-target] {
    padding-right: 56px;
}

.search-clear-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 1px solid rgba(196,210,201,.92);
    border-radius: 999px;
    background: linear-gradient(180deg,#fff 0%,#f6faf7 100%);
    box-shadow: 0 10px 24px rgba(35,51,43,.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #506258;
    cursor: pointer;
    transition: .2s ease;
    opacity: 0;
    pointer-events: none;
}

.search-clear-btn::before,.search-clear-btn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.search-clear-btn::before {
    transform: rotate(45deg);
}

.search-clear-btn::after {
    transform: rotate(-45deg);
}

.has-search-value .search-clear-btn {
    opacity: 1;
    pointer-events: auto;
}

.search-clear-btn:hover {
    transform: translateY(calc(-50% - 1px));
    background: #fff;
    border-color: #b8ccc0;
    color: #2f433a;
}

.search-clear-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(77,120,98,.14);
}

.search-input-wrap{
    display:block;
    width:100%;
    min-width:0;
}

.search-input-wrap > input{
    width:100%;
}

.page-kpi-grid--rich {
    gap: 14px;
}

.page-kpi-card--rich {
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg,#fff 0%,#faf7f2 100%);
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 16px 36px rgba(41,54,46,.08);
}

.page-kpi-card--rich small {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6c7c74;
}

.page-kpi-card--rich strong {
    display: block;
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.page-kpi-card--rich span {
    display: block;
    color: #62726a;
    line-height: 1.45;
}

.book-date-service__variant {
    margin: 6px 0 0;
    color: #52625b;
    font-size: 14px;
}

.booking-date-summary .booking-summary-card {
    box-shadow: 0 12px 28px rgba(35,50,43,.06);
}

.about-hero-premium__grid {
    display: grid;
    grid-template-columns: minmax(0,1.25fr) 360px;
    gap: 26px;
    align-items: stretch;
    margin-top: 40px;
}

.about-hero-premium__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.about-hero-premium__panel {
    display: grid;
    gap: 14px;
}

.about-highlight-card {
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg,#fff 0%,#fbfaf6 100%);
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 18px 42px rgba(35,50,43,.08);
}

.about-highlight-card small {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6a7b73;
}

.about-highlight-card strong {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    color: #23312a;
}

.about-story-premium {
    display: grid;
    grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr);
    gap: 24px;
    align-items: stretch;
}

.about-story-premium__main,.about-story-premium__quote {
    height: 100%;
;
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(180deg,#f8f4ee 0%,#fff 100%);
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 14px 32px rgba(35,50,43,.06);
}

.about-story-premium__quote blockquote {
    margin: 10px 0 14px;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    color: #23312a;
}

.about-pillar-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
}

.about-pillar-card {
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 14px 32px rgba(35,50,43,.06);
}

.about-pillar-card h3 {
    margin-bottom: 10px;
}

.about-reasons-premium__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
}

.toast-stack {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    transform: none;
    margin: 0;
    padding: 0;
    z-index: 9998;
    pointer-events: auto;
}

.toast-stack[data-runtime-toast-stack="1"]{
    position: relative;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    transform: none;
    padding: 0;
    z-index: 12000;
    pointer-events: auto;
}

.toast-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 8px 18px;
    border: 0;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    animation: toastDropIn .22s ease;
    pointer-events: auto;
    overflow: hidden;
}

.toast-stack[data-runtime-toast-stack="1"] .toast-dropdown{
    width: 100%;
    min-height: 48px;
    padding: 8px 18px;
    border-radius: 0;
    box-shadow: none;
}

.toast-dropdown--success {
    background: linear-gradient(90deg,#247a47 0%,#31935b 100%);
    border-color: rgba(207,240,217,.18);
}

.toast-dropdown--error {
    background: linear-gradient(90deg,#a92a21 0%,#cf3e30 100%);
    border-color: rgba(255,223,218,.18);
}

.toast-dropdown--confirm {
    background: linear-gradient(90deg,#f6efe1 0%,#efe3cf 100%);
    color: #2b3a33;
    border-bottom: 1px solid #d6c7ad;
}

.toast-dropdown--confirm .toast-label {
    color: #2b3a33;
    background: rgba(96,72,38,.12);
    border-color: rgba(96,72,38,.18);
}

.toast-dropdown--confirm .toast-copy {
    color: #2b3a33;
}

.toast-dropdown--confirm .btn.ghost.btn-sm {
    background: rgba(96,72,38,.1);
    border-color: rgba(96,72,38,.25);
    color: #2b3a33;
}

.toast-dropdown--confirm .btn.ghost.btn-sm:hover {
    background: rgba(96,72,38,.18);
}

.toast-dropdown--warning {
    background: linear-gradient(90deg,#c77d00 0%,#e0a100 100%);
    border-color: rgba(255,239,201,.2);
}

.toast-label {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    margin: 0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.88);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    white-space: nowrap;
    z-index: 1;
}

.toast-dropdown--success .toast-label {
    background: rgba(255,255,255,.16);
    border-color: rgba(255,255,255,.22);
    color: rgba(255,255,255,.92);
}

.toast-dropdown--error .toast-label {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.94);
}

.toast-dropdown--warning .toast-label {
    background: rgba(255,248,230,.18);
    border-color: rgba(255,248,230,.24);
    color: rgba(255,255,255,.94);
}

.toast-copy {
    min-width: 0;
    width: 100%;
    padding: 0 96px;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.toast-close {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    box-shadow: none;
}

.toast-dropdown--success .toast-close {
    background: rgba(255,255,255,.16);
    border-color: rgba(255,255,255,.24);
}

.toast-dropdown--error .toast-close {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.22);
}

.toast-dropdown--warning .toast-close {
    background: rgba(255,248,230,.16);
    border-color: rgba(255,248,230,.24);
}

.toast-close:hover {
    background: rgba(255,255,255,.22);
    border-color: rgba(255,255,255,.4);
    transform: translateY(calc(-50% - 1px));
}

.toast-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 14px;
    flex-wrap: wrap;
}

.toast-dropdown--no-close{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.toast-dropdown--no-close .toast-actions{
    margin-top: 0;
}

.toast-stack[data-runtime-toast-stack="1"] .toast-dropdown--no-close{
    row-gap: 10px;
}

.toast-stack[data-runtime-toast-stack="1"] .toast-dropdown--no-close .toast-copy{
    min-height: 40px;
    padding-top: 0;
}

.toast-stack[data-runtime-toast-stack="1"] .toast-dropdown--no-close .toast-actions{
    align-items: center;
}

.toast-actions .btn {
    min-width: 110px;
}

.btn-danger-soft {
    background: #8f4337 !important;
    border-color: #8f4337 !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(143,67,55,.18);
}

@keyframes toastDropIn {
    from {
    opacity: 0;
    transform: translateY(-100%);
}

    to {
    opacity: 1;
    transform: translateY(0);
}
}

@media (max-width:980px) {
    .about-hero-premium__grid,.about-story-premium,.about-pillar-grid,.about-reasons-premium__grid {
    grid-template-columns: 1fr;
}
}

@media (max-width:760px) {
    .page-kpi-card--rich strong {
    font-size: 22px;
}

    .toast-stack {
    top: 0;
    width: 100%;
}

    .toast-stack[data-runtime-toast-stack="1"]{
    top: 0;
    width: 100%;
}

    .toast-actions {
    flex-direction: column-reverse;
}

    .toast-dropdown {
    justify-content:center;
    min-height:44px;
    padding:8px 12px;
    border-radius:0;
}

    .toast-label {
    left:16px;
    font-size:11px;
}

    .toast-copy {
    font-size:12px;
    padding:0 64px;
}

    .toast-actions {
    justify-content:stretch;
}

    .toast-actions .btn {
    width:100%;
}

    .toast-stack[data-runtime-toast-stack="1"] .toast-dropdown{
    min-height: 44px;
    padding: 8px 12px;
}

    .toast-dropdown--no-close{
    padding-top:8px;
    padding-bottom:8px;
}

    .toast-dropdown--no-close .toast-actions{
    width:100%;
}

    .toast-close {
    right:12px;
}
}

.service-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 30px 0;
}

.service-chip-row .service-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 999px;
    background: #f5f3ef;
    border: 1px solid #e6e1d9;
    color: #2f3e35;
    cursor: pointer;
    transition: all .18s ease;
}

.service-chip-row .service-chip:hover {
    background: #ffffff;
    border-color: #d8d1c7;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transform: translateY(-1px);
}

.service-chip-row .service-chip.active {
    background: #2f3e35;
    color: #ffffff;
    border-color: #2f3e35;
}

.service-chip-row .service-chip .chip-count {
    background: #e9e4dc;
    color: #2f3e35;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 20px;
}

.service-chip-row .service-chip.active .chip-count {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

@media (max-width:768px) {
    .service-chip-row {
    gap: 8px;
}

    .service-chip-row .service-chip {
    font-size: 13px;
    padding: 7px 12px;
}
}

.listing-stat span {
    padding: 5px;
}

.book-date-variants-stack {
    display: grid;
    gap: 18px;
}

.book-date-variant-block {
    padding: 18px;
    border: 1px solid rgba(229,222,212,.92);
    border-radius: 22px;
    background: linear-gradient(180deg,#fff 0,#fcfaf7 100%);
}

.book-date-variant-block + .book-date-variant-block {
    margin-top: 0;
}

.book-date-card--enhanced .service-chip-row {
    margin: 18px 0 20px;
}

.book-date-card--enhanced .service-chip {
    cursor: default;
}

.book-date-card--enhanced .service-chip.active {
    background: #243228;
    border-color: #243228;
}

.booking-date-note {
    padding: 14px 16px;
    border-radius: 18px;
    background: #faf6ef;
    border: 1px solid #ece2d2;
    color: #5c665f;
}

.operator-theme .sidebar,.customer-theme .sidebar {
    background: linear-gradient(180deg,#fcfbf9 0,#f7f3ed 100%);
    border-right: 1px solid rgba(224,217,206,.88);
}

.operator-theme .panel,.customer-theme .panel {
    background: transparent;
}

.operator-theme .sidebar a,.customer-theme .sidebar a {
    border-radius: 16px;
    font-weight: 700;
}

.operator-theme .sidebar a.active {
    background: linear-gradient(135deg,#7b91c8,#8fb7a5);
    color: #fff;
    box-shadow: 0 14px 28px rgba(112,136,194,.22);
}

.customer-theme .sidebar a.active {
    background: linear-gradient(135deg,#7d8ebe,#c6a86f);
    color: #fff;
    box-shadow: 0 14px 28px rgba(125,142,190,.22);
}

.operator-theme .btn,.operator-theme .btn.alt,.operator-theme .btn.btn-sm {
    border-radius: 16px;
}

.customer-theme .btn,.customer-theme .btn.alt,.customer-theme .btn.btn-sm {
    border-radius: 16px;
}

.operator-theme .card,.customer-theme .card {
    border-radius: 28px;
}

.panel-badge--operator {
    background: #edf1fb;
    color: #6a82bd;
}

.operator-theme .dash-sidebar--operator {
    background: linear-gradient(180deg,#fbfcfd 0,#f7f4ee 100%);
}

.operator-theme .dash-menu--operator a.active {
    background: linear-gradient(135deg,#7b91c8,#8fb7a5);
    color: #fff;
    box-shadow: 0 14px 28px rgba(112,136,194,.22);
}

.operator-theme .dash-menu--operator a:hover {
    background: #eef2f8;
    color: #29342e;
}

.preview-note {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f3f6fb;
    border: 1px solid #d7e0ef;
    color: #566371;
    font-weight: 600;
}

.wrap-sm {
    flex-wrap: wrap;
    gap: 10px;
}

.admin-actions .btn {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 8px;
    min-width: 140px;
}

.operator-calendar-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calendar-settings-grid {
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(320px,1fr);
    gap: 20px;
    align-items: start;
}

.calendar-hero-grid {
    display: grid;
    grid-template-columns: 1.25fr .95fr;
    gap: 20px;
}

.calendar-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 28px;
    border: 1px solid rgba(214,223,218,.95);
    background: linear-gradient(180deg,#fff 0%,#fbfcfb 100%);
    box-shadow: 0 18px 44px rgba(37,51,44,.06);
}

.calendar-hero-card:before {
    content: "";
    position: absolute;
    inset: auto -80px -80px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(129,164,142,.16),transparent 68%);
    pointer-events: none;
}

.calendar-hero-card h3 {
    margin: 8px 0 10px;
    font-size: 28px;
    line-height: 1.06;
    letter-spacing: -.03em;
}

.calendar-hero-card p {
    margin: 0;
    color: #67756d;
    max-width: 62ch;
}

.calendar-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.calendar-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f4f8f5;
    border: 1px solid #dbe6de;
    color: #314137;
    font-size: 13px;
    font-weight: 700;
}

.calendar-stat-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
}

.calendar-stat-card {
    border-radius: 24px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(214,223,218,.95);
    background: linear-gradient(180deg,#fff 0%,#fbfcfb 100%);
    box-shadow: 0 14px 34px rgba(37,51,44,.05);
}

.calendar-stat-card strong {
    display: block;
    margin-top: 4px;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.04em;
    color: #223028;
}

.calendar-stat-card span {
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #738078;
}

.calendar-stat-card small {
    display: block;
    margin-top: 8px;
    color: #7d8a82;
    font-size: 13px;
    line-height: 1.45;
}

.availability-compact-shell {
    padding: 22px 22px 12px;
    border-radius: 30px;
    background: linear-gradient(180deg,#fff 0%,#fafcfb 100%);
    border: 1px solid rgba(214,223,218,.98);
    box-shadow: 0 18px 42px rgba(37,51,44,.05);
}

.availability-compact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.availability-item {
    border: 1px solid #e0e7e2;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(37,51,44,.04);
}

.availability-item[open] {
    border-color: #c7d8ce;
    box-shadow: 0 16px 32px rgba(37,51,44,.06);
}

.availability-summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    cursor: pointer;
}

.availability-summary::-webkit-details-marker {
    display: none;
}

.availability-summary strong {
    display: block;
    font-size: 18px;
    color: #223028;
}

.availability-summary span {
    display: block;
    color: #6e7c73;
    font-size: 14px;
    line-height: 1.45;
}

.availability-summary__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #f4f8f5;
    border: 1px solid #d9e5dd;
    color: #314137;
    font-size: 13px;
    font-weight: 800;
}

.compact-day-form {
    padding: 0 20px 20px;
}

.availability-ranges {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.compact-range-row {
    display: grid;
    grid-template-columns: 1fr 1fr 150px 118px;
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
    background: #f8faf8;
    border: 1px solid #e1e8e3;
}

.compact-range-row .field {
    margin-bottom: 0;
}

.compact-remove-field .btn {
    width: 100%;
    justify-content: center;
}

.availability-inline-actions {
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
}

.calendar-card {
    border-radius: 28px;
    padding: 22px;
    border: 1px solid rgba(214,223,218,.95);
    background: linear-gradient(180deg,#fff 0%,#fbfcfb 100%);
    box-shadow: 0 18px 42px rgba(37,51,44,.05);
}

.calendar-card .field {
    margin-bottom: 0;
}

.calendar-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.calendar-card .stack {
    gap: 16px;
}

.availability-timeoff-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.availability-timeoff-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #e1e8e3;
    border-radius: 18px;
    background: #f8faf8;
}

.calendar-bookings-table tr:first-child th {
    border-top: none;
}

.calendar-empty {
    padding: 18px;
    border-radius: 18px;
    background: #f8faf8;
    border: 1px dashed #d7e1da;
    color: #6d7b73;
}

.operator-theme .notice {
    padding: 14px 16px;
    border-radius: 18px;
    font-weight: 700;
    border: 1px solid transparent;
}

.operator-theme .notice.success {
    background: #eef8f0;
    color: #26603d;
    border-color: #d5e9d8;
}

.operator-theme .notice.error {
    background: #fff1f1;
    color: #8a3d3d;
    border-color: #f0d1d1;
}

@media (max-width: 1100px) {
    .calendar-hero-grid {
    grid-template-columns: 1fr;
}
}

@media (max-width: 820px) {
    .compact-range-row,.calendar-form-grid,.calendar-stat-grid {
    grid-template-columns: 1fr;
}

    .availability-summary {
    align-items: flex-start;
    flex-direction: column;
}

    .availability-summary__cta {
    min-width: 0;
}

    .availability-inline-actions {
    flex-direction: column;
    align-items: stretch;
}

    .availability-inline-actions .btn {
    width: 100%;
    justify-content: center;
}

    .availability-timeoff-item {
    align-items: flex-start;
    flex-direction: column;
}
}

.operator-service-stats {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
}

.listing-toolbar--operator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px 0 20px;
    flex-wrap: wrap;
}

.operator-services-table .operator-service-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.operator-services-table .meta-sub {
    word-break: break-word;
}

.operator-form-shell .operator-edit-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 0 6px 0;
}

.operator-edit-cover {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.operator-edit-cover .thumb-sm {
    width: 88px;
    height: 88px;
    border-radius: 24px;
}

.operator-edit-cover__placeholder {
    min-width: 140px;
    min-height: 88px;
    border-radius: 24px;
    border: 1px dashed #d7cebe;
    background: #fcfaf6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: #7d8a82;
    font-weight: 700;
}

.operator-profile-grid {
    display: grid;
    grid-template-columns: 340px minmax(0,1fr);
    gap: 20px;
    align-items: start;
}

.operator-profile-card {
    position: sticky;
    top: 92px;
    padding: 24px;
}

.operator-profile-card__top {
    display: flex;
    gap: 16px;
    align-items: center;
}

.operator-profile-card__top img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(224,217,206,.9);
    background: #f6f3ec;
}

.operator-profile-card h2 {
    margin: 4px 0 4px;
    font-size: 28px;
    line-height: 1.05;
}

.operator-profile-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.operator-profile-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f4f7f5;
    border: 1px solid #d9e4dd;
    color: #304239;
    font-size: 13px;
    font-weight: 800;
}

.operator-profile-progress {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 22px;
    background: #fbfcfb;
    border: 1px solid rgba(214,223,218,.95);
}

.operator-progress-bar {
    height: 10px;
    border-radius: 999px;
    background: #e6ece8;
    overflow: hidden;
    margin: 10px 0 8px;
}

.operator-progress-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg,#7fb08f,#3f6d56);
}

.operator-mini-stats {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-top: 16px;
}

.operator-mini-stats div {
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid #e7dfd1;
    background: #fff;
}

.operator-mini-stats span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #738078;
}

.operator-mini-stats strong {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    color: #223028;
    word-break: break-word;
}

.operator-section-block {
    padding: 0 0 8px 0;
}

.operator-section-block + .operator-section-block {
    padding-top: 4px;
    border-top: 1px solid rgba(224,217,206,.75);
}

.operator-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 10px;
}

.operator-section-head h2 {
    margin: 4px 0 0;
    font-size: 24px;
    line-height: 1.1;
}

.operator-upload-preview--large {
    padding: 18px;
    border: 1px solid #e7dfd1;
    border-radius: 24px;
    background: #fbfaf7;
    margin-bottom: 6px;
}

.operator-upload-preview--large img {
    width: 112px;
    height: 112px;
    border-radius: 28px;
}

@media (max-width:1100px) {
    .operator-profile-grid {
    grid-template-columns: 1fr;
}

    .operator-profile-card {
    position: static;
}

    .operator-service-stats {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
}

@media (max-width:760px) {
    .operator-service-stats {
    grid-template-columns: 1fr;
}

    .listing-toolbar--operator {
    padding: 16px 14px 0 14px;
}

    .listing-toolbar--operator .listing-search,.listing-toolbar--operator .actions-row {
    width: 100%;
}

    .listing-toolbar--operator .actions-row .btn {
    flex: 1;
}

    .operator-form-shell .operator-edit-hero,.operator-section-head {
    flex-direction: column;
    align-items: flex-start;
}

    .operator-edit-cover {
    width: 100%;
    justify-content: flex-start;
}

    .operator-mini-stats {
    grid-template-columns: 1fr;
}
}

.operator-mini-card--hero {
    padding: 20px 20px 18px;
}

.operator-hero-stats {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-top: 16px;
}

.operator-hero-stat {
    padding: 14px 14px 13px;
    border-radius: 18px;
    background: #f8f5ef;
    border: 1px solid rgba(228,221,210,.94);
    min-height: 82px;
}

.operator-hero-stat__label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7c867f;
}

.operator-hero-stat__value {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    color: #243228;
    font-weight: 800;
}

.operator-hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.operator-hero-actions .btn {
    min-width: 0;
}

@media (max-width: 820px) {
    .operator-hero-stats {
    grid-template-columns: 1fr;
}
}

.operator-profile-description-block {
    margin: 34px 0;
}

.operator-profile-description-card {
    padding: 30px 34px;
    border: 1px solid rgba(224,217,206,.88);
    border-radius: 28px;
    background: linear-gradient(180deg,#fcfaf6 0%,#f7f3ec 100%);
    box-shadow: 0 16px 36px rgba(63,56,43,.06);
}

.operator-profile-description-head {
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(224,217,206,.72);
}

.operator-profile-description-head h2 {
    margin: 4px 0 0;
    font-size: 28px;
    line-height: 1.1;
}

.operator-rich-bio {
    max-width: 920px;
    color: #51605a;
    line-height: 1.85;
    font-size: 17px;
}

.operator-rich-bio p,.operator-rich-bio ul,.operator-rich-bio ol,.operator-rich-bio blockquote {
    margin: 0 0 16px;
}

.operator-rich-bio li + li {
    margin-top: 8px;
}

.operator-rich-bio strong {
    color: #233029;
}

.operator-rich-bio > *:first-child {
    margin-top: 0;
}

.operator-rich-bio > *:last-child {
    margin-bottom: 0;
}

.operator-rich-bio--preview {
    position: relative;
    padding-bottom: 8px;
}

.operator-rich-bio--preview:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    background: linear-gradient(180deg,rgba(247,243,236,0),#f7f3ec 88%);
    pointer-events: none;
}

.operator-read-more-toggle {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid rgba(214,205,191,.95);
    border-radius: 999px;
    background: #fff;
    color: #304239;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(63,56,43,.04);
    transition: transform .18s ease,box-shadow .18s ease,color .18s ease,border-color .18s ease;
}

.operator-read-more-toggle:hover {
    color: #1e2924;
    border-color: #cdbfa9;
    box-shadow: 0 8px 18px rgba(63,56,43,.08);
    transform: translateY(-1px);
}

@media (max-width:900px) {
    .operator-profile-description-card {
    padding: 24px 20px;
}

    .operator-profile-description-head h2 {
    font-size: 24px;
}

    .operator-rich-bio {
    font-size: 16px;
    line-height: 1.8;
}
}

.file-upload-input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
}

.file-upload {
    display: none;
}

.file-upload:hover {
    border-color: rgba(157,126,89,.45);
    box-shadow: 0 12px 28px rgba(34,30,24,.08);
}

.file-upload.is-focused {
    border-color: rgba(157,126,89,.55);
    box-shadow: 0 0 0 4px rgba(157,126,89,.12),0 12px 28px rgba(34,30,24,.08);
}

.file-upload__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    background: linear-gradient(135deg,#2f6f5e 0%,#214d42 100%);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .01em;
    box-shadow: 0 10px 24px rgba(33,77,66,.22);
}

.file-upload__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.file-upload__hint {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
}

.file-upload__name {
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.file-upload.has-file .file-upload__name {
    color: #214d42;
}

@media (max-width:640px) {
    .file-upload {
    align-items: flex-start;
    flex-direction: column;
}

    .file-upload__button {
    width: 100%;
}
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 20px;
}

.checkout-account-box {
    margin-top: 18px;
    padding: 18px;
    border: 1px dashed #ddd6c7;
    border-radius: 22px;
    background: #faf7f1;
}

.checkout-account-fields {
    display: none;
    margin-top: 16px;
}

.checkout-account-fields.is-visible {
    display: block;
}

.checkout-account-box .checkout-account-fields {
    margin-top: 0;
}

.checkout-account-box .checkout-account-fields .checkout-grid-tight {
    margin-top: 0;
}

.checkout-birth-fields {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 18px;
    margin-top: 20px;
}

.checkout-birth-fields .field,
.checkout-birth-fields .checkline {
    margin: 0;
}

.checkout-birth-abroad-line {
    min-height: 54px;
    align-self: end;
}

.checkout-birth-date-field,
.checkout-birth-place-field,
.checkout-birth-country-field {
    grid-column: 1 / -1;
}

.checkout-birth-country-field input[readonly] {
    background: #f7f4ee;
    color: #4e5b54;
}

.checkout-consent-list {
    display: grid;
    gap: 14px;
}

.checkline--box {
    align-items: flex-start;
    padding: 12px 16px;
    border: 1px solid #e7dece;
    border-radius: 18px;
    background: #fff;
    gap: 12px;
}

.checkline--box input {
    margin-top: 3px;
    flex: 0 0 auto;
}

.checkline--box span {
    display: grid;
    gap: 4px;
}

.checkline--box strong {
    display: block;
    color: #24322b;
    font-size: 14px;
    line-height: 1.35;
}

.checkline--box small {
    display: none;
}

.checkline--box a {
    color: #22312a;
    font-weight: 700;
}

.checkout-block--consents .pill {
    background: #eef3ed;
    color: #22312a;
}

.field-help {
    margin: 8px 0 0;
    color: #6a776f;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width:760px) {
    .checkline--box {
    padding: 14px 15px;
}
}

.checkout-consent-box {
    margin-top: 16px;
    padding: 16px 18px;
    border: 1px solid #ece4d7;
    border-radius: 22px;
    background: #faf8f5;
}

.checkout-consent-box__head h4 {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.1;
    color: #203128;
}

.checkout-consent-box__head p {
    margin: 0 0 10px;
    font-size: 13px;
}

.checkout-consent-list {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.checkout-password-wrap {
    display: none;
    margin-top: 14px;
}

.checkout-password-wrap.is-visible {
    display: block;
}

.field-help {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #607066;
}

.checkline--box {
    cursor: pointer;
}

.checkline--box input[type=checkbox] {
    accent-color: #22312a;
}

@media (max-width:760px) {
    .checkout-consent-box__head h4 {
    font-size: 22px;
}

    .checkout-consent-box {
    padding: 18px;
}

    .checkout-birth-fields {
    grid-template-columns: 1fr;
    row-gap: 14px;
}

    .checkout-birth-abroad-line {
    min-height: auto;
}
}

.password-field {
    position: relative;
    display: block;
    width: 100%;
}

.password-field > input {
    width: 100%;
    padding-right: 56px !important;
}

.password-field > input::placeholder {
    text-overflow: ellipsis;
}

.password-toggle-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 84px;
    height: 36px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #66736b;
    cursor: pointer;
    z-index: 2;
    white-space: nowrap;
}

.password-toggle-btn:hover {
    background: rgba(34,49,42,.06);
    color: #22312a;
}

.password-toggle-btn.is-active {
    color: #22312a;
}

.password-toggle-btn__icon {
    font-size: 15px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.password-toggle-btn__label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.field.is-invalid input,.field.is-invalid select,.field.is-invalid textarea,.form-attempted .field input:invalid,.form-attempted .field select:invalid,.form-attempted .field textarea:invalid {
    border-color: #d9534f !important;
    box-shadow: 0 0 0 4px rgba(217,83,79,.12) !important;
}

.field.is-invalid label,.form-attempted .field:has(input:invalid) label,.form-attempted .field:has(select:invalid) label,.form-attempted .field:has(textarea:invalid) label {
    color: #b13b37 !important;
}

.checkout-consent-box {
    display: grid;
    gap: 14px;
}

.checkout-consent-list {
    display: grid;
    gap: 12px;
}

.header-bell {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,.22);
    background: rgba(255,255,255,.06);
    color: #fff;
    transition: .2s ease;
    text-decoration: none;
}

.header-bell:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,.11);
}

.header-bell .ui-icon {
    width: 20px;
    height: 20px;
}

.header-bell__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ff6b6b;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(255,107,107,.35);
}

.ticket-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ticket-row {
    display: block;
    padding: 14px 16px;
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 18px;
    background: rgba(255,255,255,.7);
    text-decoration: none;
    color: inherit;
    transition: .2s ease;
}

.ticket-row:hover {
    transform: translateY(-1px);
    border-color: rgba(59,130,246,.35);
    box-shadow: 0 16px 40px rgba(15,23,42,.08);
}

.ticket-row.is-active {
    border-color: rgba(59,130,246,.45);
    box-shadow: 0 18px 44px rgba(59,130,246,.14);
    background: linear-gradient(180deg,rgba(255,255,255,.95),rgba(239,246,255,.95));
}

.ticket-row__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 8px 0 6px;
}

.ticket-thread {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 620px;
    overflow: auto;
    padding-right: 4px;
}

.ticket-bubble {
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(148,163,184,.18);
    background: #fff;
    box-shadow: 0 10px 24px rgba(15,23,42,.05);
}

.ticket-bubble.is-admin {
    background: linear-gradient(180deg,#f8fbff,#eef6ff);
}

.ticket-bubble.is-operator {
    background: linear-gradient(180deg,#fffdf8,#fff9eb);
}

.ticket-bubble.is-note {
    border-style: dashed;
    background: linear-gradient(180deg,#f8fafc,#f1f5f9);
}

.ticket-bubble__body {
    margin-top: 8px;
    line-height: 1.65;
    color: #334155;
    white-space: pre-wrap;
}

.ticket-detail-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
}

.ticket-notification-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notice-card {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(148,163,184,.18);
    box-shadow: 0 10px 24px rgba(15,23,42,.05);
}

.notice-card.is-unread {
    border-color: rgba(245,158,11,.45);
    background: linear-gradient(180deg,#fffdf5,#fff7e6);
}

.notice-card p {
    margin: 10px 0 0;
    line-height: 1.65;
    color: #334155;
}

.stack-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.stack-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #0f172a;
}

.stack-form input[type=text],.stack-form input[type=search],.stack-form select,.stack-form textarea,.grid-3 select,.grid-3 input[type=text] {
    width: 100%;
    border: 1px solid rgba(148,163,184,.25);
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
    color: #0f172a;
    box-sizing: border-box;
}

.stack-form textarea {
    min-height: 120px;
    resize: vertical;
}

.ticket-rule-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg,#f8fafc,#eef2ff);
    border: 1px solid rgba(99,102,241,.14);
    color: #334155;
}

.ticket-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #0f172a;
}

.ticket-check input {
    width: 18px;
    height: 18px;
}

.ticket-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.ticket-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,.22);
    background: #fff;
    color: #334155;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}

.ticket-filter-chip.is-active {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
}

@media (max-width: 900px) {
    .ticket-thread {
    max-height: none;
}
}


.ticket-admin-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(31,41,55,.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15,23,42,.05);
}

.ticket-admin-row.has-unread {
    border-color: rgba(217,119,6,.22);
    box-shadow: 0 12px 34px rgba(217,119,6,.10);
}

.ticket-admin-row__main {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    flex: 1;
}

.ticket-admin-row__title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: #0f172a;
}

.ticket-admin-row__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #475569;
    font-size: .95rem;
}

.ticket-admin-row__meta span:last-child {
    font-weight: 600;
    color: #64748b;
}

.ticket-admin-row__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.ticket-detail-header {
    gap: 18px;
    align-items: flex-start;
}

@media (max-width: 920px) {
    .ticket-admin-row {
    flex-direction: column;
    align-items: flex-start;
}

    .ticket-admin-row__actions {
    width: 100%;
    justify-content: flex-start;
}
}

.menu-counter {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(239,68,68,.28);
}

/* Chat cliente: selezione e interlocutore sempre evidenti. */
.customer-chat-unified .chat-shell{
  min-height:clamp(620px,72vh,860px);
  border:1px solid rgba(28,112,100,.14);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(26,70,63,.12);
}
.customer-chat-unified .hh-wa__sidebar{background:#f7faf8;border-right:1px solid #dce8e3}
.customer-chat-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 20px 16px}
.customer-chat-sidebar-head h3{margin:3px 0 0;font-size:22px;color:#17342e}
.customer-chat-sidebar-head>span{display:grid;place-items:center;min-width:30px;height:30px;padding:0 8px;border-radius:999px;background:#e0f1eb;color:#176f60;font-weight:900}
.customer-chat-unified .operator-chat-conversations{padding:0 12px 14px}
.customer-chat-unified .operator-chat-conversation{border:1px solid transparent;border-radius:16px;margin:4px 0;padding:12px;transition:.18s ease}
.customer-chat-unified .operator-chat-conversation:hover{background:#edf6f2;border-color:#d6e8e1}
.customer-chat-unified .operator-chat-conversation.is-active{
  position:relative;
  background:linear-gradient(135deg,#167a69,#246f66);
  border-color:#167a69;
  color:#fff;
  box-shadow:0 12px 28px rgba(22,122,105,.25);
}
.customer-chat-unified .operator-chat-conversation.is-active::before{content:"";position:absolute;left:-8px;top:16px;bottom:16px;width:4px;border-radius:4px;background:#f2c96d}
.customer-chat-unified .operator-chat-conversation.is-active strong,.customer-chat-unified .operator-chat-conversation.is-active small{color:#fff}
.customer-chat-unified .operator-chat-conversation.is-active small{opacity:.82}
.customer-chat-unified .operator-chat-conversation__copy{min-width:0;display:flex;flex:1;flex-direction:column}
.customer-chat-unified .operator-chat-conversation__copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-chat-unified .hh-wa__top{min-height:94px;padding:16px 24px;background:linear-gradient(135deg,#f2faf7,#fffdf6);border-bottom:1px solid #dbe9e4}
.customer-chat-current-label{display:block;margin-bottom:2px;color:#16806e;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.customer-chat-unified .hh-wa__contact-name{font-size:22px;font-weight:950;color:#102e28}
.customer-chat-unified .hh-wa__avatar{width:54px;height:54px;font-size:22px;background:#187b6b;color:#fff;box-shadow:0 8px 20px rgba(24,123,107,.2)}
.customer-chat-unified .hh-wa__thread{min-height:420px;background-color:#f5f8f6}
.customer-chat-unified .hh-wa__composer{border-top:1px solid #dbe7e2;background:#fff}
.customer-chat-unified .customer-chat-send{display:inline-grid!important;background:#177d6c!important;color:#fff!important}
.customer-chat-new{margin:8px 14px 18px}
.customer-chat-new summary{cursor:pointer;padding:12px 14px;border-radius:12px;background:#e3f2ed;color:#176f60;font-weight:900;text-align:center;list-style:none}
.customer-chat-new form{padding:14px 2px 0}
@media(max-width:820px){
  .customer-chat-unified .chat-shell{min-height:calc(100vh - 150px);border-radius:18px}
  .customer-chat-unified .hh-wa__sidebar{max-height:270px}
  .customer-chat-unified .hh-wa__top{min-height:82px;padding:12px 16px}
  .customer-chat-unified .hh-wa__contact-name{font-size:19px}
}

.dash-menu a,.dash-menu--operator a {
    position: relative;
}

.ticket-toolbar-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.ticket-toolbar-form input[type=search],.ticket-toolbar-form select {
    min-height: 44px;
    border: 1px solid rgba(148,163,184,.24);
    border-radius: 14px;
    padding: 0 14px;
    background: #fff;
    color: #0f172a;
    box-sizing: border-box;
    box-shadow: 0 10px 24px rgba(15,23,42,.04);
}

.ticket-toolbar-form input[type=search] {
    flex: 1 1 260px;
    min-width: 220px;
}

.ticket-toolbar-form select {
    flex: 0 1 230px;
    min-width: 180px;
}

.ticket-toolbar-form .btn {
    min-height: 44px;
}

.notice-card {
    padding: 16px 18px;
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15,23,42,.05);
}

.notice-card.is-unread {
    border-color: rgba(239,68,68,.22);
    box-shadow: 0 12px 28px rgba(239,68,68,.08);
    background: linear-gradient(180deg,#fff,#fff7f7);
}

.notice-card p {
    margin: 12px 0 0;
    line-height: 1.7;
    color: #334155;
}

.ticket-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.ticket-list-shell {
    margin-top: 20px;
}


.ticket-detail-card,.notification-grid {
    margin-top: 20px;
}

@media (max-width:760px) {
    .ticket-toolbar-form {
    flex-direction: column;
    align-items: stretch;
}

    .ticket-toolbar-form input[type=search],.ticket-toolbar-form select,.ticket-toolbar-form .btn {
    width: 100%;
}

    .menu-counter {
    margin-left: 10px;
}
}

.panel-badge--customer {
    background: #fdf0f6;
    color: #a64d79;
}

.dash-menu--customer a.active .menu-counter {
    background: #dc2626;
    color: #fff;
}

.ticket-bubble.is-customer {
    background: linear-gradient(180deg,#fff8fb,#fff1f5);
}

.customer-theme .dash-sidebar__head p {
    max-width: 26ch;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form {
    max-width: none;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search] {
    flex: 1 1 auto;
    min-width: 260px;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form select {
    flex: 0 0 240px;
    min-width: 0;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width:980px) {
    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form {
    flex-wrap: wrap;
}

    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search] {
    flex: 1 1 100%;
    min-width: 0;
}

    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form select {
    flex: 1 1 calc(50% - 6px);
}
}

@media (max-width:760px) {
    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form {
    flex-direction: column;
    align-items: stretch;
}

    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search],
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form select,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn {
    width: 100%;
    flex: 1 1 100%;
}
}

.ticket-list-shell {
    padding: 0 0 20px;
}

.ticket-card-head {
    padding: 0 28px;
}


.ticket-toolbar-wrap .listing-search.ticket-toolbar-form {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(260px,1.35fr) repeat(4,minmax(180px,1fr)) auto auto;
    gap: 12px;
    align-items: center;
    margin: 0;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search],
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form select,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn {
    width: 100%;
    margin: 0;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search] {
    min-width: 0;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form select {
    min-width: 0;
    flex: initial;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn {
    min-width: 0;
}


.notice-card p,.ticket-bubble__body,.chat-message__body,.rich-text-output {
    line-height: 1.72;
}

.notice-card p p,.ticket-bubble__body p,.chat-message__body p,.rich-text-output p {
    margin: 0 0 12px;
}

.notice-card p ul,.notice-card p ol,.ticket-bubble__body ul,.ticket-bubble__body ol,.chat-message__body ul,.chat-message__body ol,.rich-text-output ul,.rich-text-output ol {
    padding-left: 20px;
    margin: 10px 0;
}

.notice-card p li,.ticket-bubble__body li,.chat-message__body li,.rich-text-output li {
    margin: 6px 0;
}

@media (max-width:1500px) {
    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form {
    grid-template-columns: minmax(260px,1.35fr) repeat(3,minmax(180px,1fr)) auto auto;
}

    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form select[name="sort"] {
    grid-column: 2 / span 2;
}
}

@media (max-width:1200px) {
    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form {
    grid-template-columns: repeat(2,minmax(220px,1fr));
}

    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn {
    width: 100%;
}
}

@media (max-width:760px) {
    .ticket-card-head,.ticket-toolbar-wrap,.ticket-admin-list {
    padding-left: 16px;
    padding-right: 16px;
}

    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form {
    grid-template-columns: 1fr;
}
}

.admin-list-page-card {
    padding-bottom: 24px;
}

.admin-list-toolbar-wrap {
    padding: 0 28px;
    box-sizing: border-box;
}

.admin-list-toolbar-form {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(280px,1.5fr) repeat(2,minmax(180px,1fr)) auto auto auto;
    gap: 12px;
    align-items: center;
    margin: 0;
}

.admin-list-toolbar-form input[type=search],
.admin-list-toolbar-form select,
.admin-list-toolbar-form .btn {
    width: 100%;
    margin: 0;
}

.admin-list-toolbar-form input[type=search],
.admin-list-toolbar-form select {
    min-height: 46px;
    border: 1px solid rgba(148,163,184,.24);
    border-radius: 16px;
    padding: 0 16px;
    background: #fff;
    color: #0f172a;
    box-sizing: border-box;
    box-shadow: 0 10px 24px rgba(15,23,42,.04);
}

.admin-list-toolbar-form .btn {
    min-height: 46px;
    white-space: nowrap;
}

.admin-list-table-shell {
    padding: 0 28px 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.notification-admin-row .ticket-admin-row__main {
    gap: 10px;
}

.rich-text-output a {
    color: #0f5bff;
    text-decoration: underline;
}

.rich-text-output strong {
    font-weight: 700;
}

.rich-text-output em {
    font-style: italic;
}

.rich-text-output h1,
.rich-text-output h2,
.rich-text-output h3,
.rich-text-output h4,
.rich-text-output h5,
.rich-text-output h6 {
    margin: 0 0 12px;
    line-height: 1.14;
    letter-spacing: -.02em;
    color: #203028;
}

.rich-text-output h1 {
    font-size: clamp(34px, 4vw, 52px);
}

.rich-text-output h2 {
    font-size: clamp(28px, 3.2vw, 40px);
}

.rich-text-output h3 {
    font-size: clamp(24px, 2.5vw, 32px);
}

.rich-text-output h4 {
    font-size: clamp(20px, 2vw, 26px);
}

.rich-text-output h5 {
    font-size: clamp(17px, 1.55vw, 21px);
}

.rich-text-output h6 {
    font-size: 15px;
    letter-spacing: 0;
}

@media (max-width:1400px) {
    .admin-list-toolbar-form {
    grid-template-columns: minmax(260px,1.4fr) repeat(2,minmax(180px,1fr)) auto auto;
}

    .admin-list-toolbar-form .btn:last-child {
    grid-column: 5;
}
}

@media (max-width:1180px) {
    .admin-list-toolbar-form {
    grid-template-columns: repeat(2,minmax(220px,1fr));
}
}

@media (max-width:760px) {
    .admin-list-toolbar-wrap,.admin-list-table-shell {
    padding-left: 16px;
    padding-right: 16px;
}

    .admin-list-toolbar-form {
    grid-template-columns: 1fr;
}
}

.dash-menu__group-label {
    margin: 18px 14px 8px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7a8a84;
}

.dash-menu__group-label:first-child {
    margin-top: 4px;
}

.ticket-list-shell,.admin-list-page-card {
    overflow: hidden;
}

.ticket-card-head,.ticket-toolbar-wrap,.ticket-admin-list,.admin-list-table-shell {
    padding-left: 28px;
    padding-right: 28px;
}

.ticket-card-head {
    padding-top: 28px;
}


.ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
.listing-toolbar .listing-search,
.list-toolbar--filters {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px,1.4fr) repeat(4,minmax(170px,1fr)) auto auto;
    gap: 12px;
    align-items: center;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search],
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form select,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search],
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form select,
.list-toolbar--filters input,
.list-toolbar--filters select {
    width: 100%;
    min-width: 0;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form .btn,
.list-toolbar--filters .btn {
    width: 100%;
    white-space: nowrap;
}

.ticket-admin-row,.booking-admin-row,.notification-admin-row {
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 22px;
    padding: 18px 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15,23,42,.05);
}


.ticket-admin-row__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.ticket-admin-row__actions .btn,.ticket-admin-row__actions .icon-action {
    min-height: 42px;
}

.table-shell.admin-list-table-shell {
    margin: 0 28px 28px;
    border-radius: 22px;
    overflow: hidden;
}

@media (max-width:1500px) {
    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
  .listing-toolbar .listing-search,
  .list-toolbar--filters {
    grid-template-columns: minmax(240px,1.3fr) repeat(3,minmax(160px,1fr)) auto auto;
}
}

@media (max-width:1200px) {
    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
  .listing-toolbar .listing-search,
  .list-toolbar--filters {
    grid-template-columns: repeat(2,minmax(220px,1fr));
}
}

@media (max-width:760px) {
    .ticket-card-head,.ticket-toolbar-wrap,.ticket-admin-list,.admin-list-table-shell {
    padding-left: 16px;
    padding-right: 16px;
}

    .table-shell.admin-list-table-shell {
    margin: 0 16px 20px;
}

    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
  .listing-toolbar .listing-search,
  .list-toolbar--filters {
    grid-template-columns: 1fr;
}
}

:root {
    --hh-list-gutter: 28px;
    --hh-list-gap: 14px;
}

.ticket-list-shell,.admin-list-page-card {
    overflow: visible;
}

.ticket-card-head,.ticket-toolbar-wrap,.ticket-admin-list,.admin-list-toolbar-wrap {
    padding-left: var(--hh-list-gutter);
    padding-right: var(--hh-list-gutter);
}

.ticket-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 28px;
    padding-bottom: 8px;
}

.ticket-card-head h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -.03em;
}

.ticket-card-head .badge {
    align-self: flex-start;
}


.ticket-toolbar-wrap {
    margin-top: 12px;
    padding: 0 28px;
    box-sizing: border-box;
    padding-top: 14px;
    padding-bottom: 8px;
    margin: 0;
}


.ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
.listing-toolbar .listing-search,
.list-toolbar--filters {
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(260px,1.45fr) repeat(3,minmax(170px,1fr)) auto auto;
    gap: var(--hh-list-gap);
    align-items: stretch;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > *,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > *,
.listing-toolbar .listing-search > *,
.list-toolbar--filters > * {
    min-width: 0;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search],
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form select,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search],
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form select,
.list-toolbar--filters input,
.list-toolbar--filters select {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(148,163,184,.24);
    border-radius: 18px;
    padding: 0 18px;
    background: #fff;
    color: #0f172a;
    box-sizing: border-box;
    box-shadow: 0 10px 24px rgba(15,23,42,.04);
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form .btn,
.list-toolbar--filters .btn {
    width: 87%;
    min-height: 48px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.table-shell.admin-list-table-shell,
.admin-list-table-shell {
    width: calc(100% - (var(--hh-list-gutter) * 2));
    margin: 0 var(--hh-list-gutter) 28px;
    padding: 0 !important;
    background: #fff;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 24px;
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
    overflow: hidden;
}


.table-clean th,.table-clean td {
    padding: 16px 18px;
    border-bottom: 1px solid #efe9dc;
    text-align: left;
    vertical-align: top;
}


.table-clean td small,.table-clean td .meta-sub {
    font-size: 12.5px;
    line-height: 1.5;
}

.table-clean .meta-title {
    font-size: 16px;
    line-height: 1.3;
}

.table-clean .col-check,.table-clean .col-actions,.table-clean th:last-child,.table-clean td:last-child {
    width: 1%;
    white-space: nowrap;
}

.table-clean tr:hover td {
    background: rgba(248,246,241,.55);
}

.table-clean thead th:first-child {
    padding-left: 22px;
}

.table-clean tbody td:first-child {
    padding-left: 22px;
}

.operator-admin-table th:nth-child(1),
.operator-admin-table th:nth-child(2),
.operator-admin-table th:nth-child(3),
.operator-admin-table th:nth-child(4) {
    width: auto;
}

.list-bulk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    padding: 18px 22px 14px !important;
    margin: 0;
}

.list-bulk-actions .btn {
    min-height: 44px;
}

.actions-row--uniform,.actions-row--compact {
    gap: 8px;
}

.actions-row .btn,.actions-row .icon-action {
    min-height: 40px;
}

.ticket-admin-row,.booking-admin-row,.notification-admin-row {
    border: 1px solid rgba(148,163,184,.14);
    border-radius: 22px;
    padding: 18px 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15,23,42,.05);
}

.ticket-admin-row__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 13px;
}

.ticket-admin-row__title strong {
    font-size: 16px;
}

.stack-form label,
.card.chart-card label,
.glass-panel label,
.table-shell label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    color: #314039;
}

.stack-form input:not([type]),
.stack-form input[type=text],
.stack-form input[type=search],
.stack-form input[type=email],
.stack-form input[type=number],
.stack-form input[type=date],
.stack-form input[type=datetime-local],
.stack-form input[type=password],
.stack-form select,
.stack-form textarea,
.card.chart-card label > input,
.card.chart-card label > select,
.card.chart-card label > textarea,
.glass-panel label > input,
.glass-panel label > select,
.glass-panel label > textarea,
.table-shell label > input,
.table-shell label > select,
.table-shell label > textarea,
.grid-2 input,
.grid-2 select,
.grid-2 textarea,
.grid-3 input,
.grid-3 select,
.grid-3 textarea {
    width: 100%;
    min-height: 20px;
    border: 1px solid rgba(148,163,184,.24);
    border-radius: 16px;
    padding: 12px 14px;
    background: #fff;
    color: #0f172a;
    box-sizing: border-box;
    box-shadow: 0 8px 22px rgba(15,23,42,.03);
}

.stack-form textarea,
.card.chart-card label > textarea,
.glass-panel label > textarea,
.table-shell label > textarea,
.grid-2 textarea,
.grid-3 textarea {
    min-height: 130px;
    resize: vertical;
}

.stack-form input:focus,
.stack-form select:focus,
.stack-form textarea:focus,
.card.chart-card label > input:focus,
.card.chart-card label > select:focus,
.card.chart-card label > textarea:focus,
.glass-panel label > input:focus,
.glass-panel label > select:focus,
.glass-panel label > textarea:focus,
.table-shell label > input:focus,
.table-shell label > select:focus,
.table-shell label > textarea:focus,
.grid-2 input:focus,
.grid-2 select:focus,
.grid-2 textarea:focus,
.grid-3 input:focus,
.grid-3 select:focus,
.grid-3 textarea:focus {
    outline: none;
    border-color: #bca36a;
    box-shadow: 0 0 0 4px rgba(201,171,108,.12);
}

.stack-form input[disabled],.card.chart-card input[disabled],.glass-panel input[disabled] {
    background: #f8f8f6;
    color: #58645d;
}

@media (max-width:1500px) {
    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
  .listing-toolbar .listing-search,
  .list-toolbar--filters {
    grid-template-columns: minmax(240px,1.35fr) repeat(2,minmax(180px,1fr)) auto auto;
}
}

@media (max-width:1180px) {

    .table-shell.admin-list-table-shell,.admin-list-table-shell {
    width: calc(100% - 32px);
    margin: 0 16px 24px;
}

    .ticket-card-head,.ticket-toolbar-wrap,.ticket-admin-list,.admin-list-toolbar-wrap {
    padding-left: 16px;
    padding-right: 16px;
}
}

@media (max-width:760px) {

    .table-clean th,.table-clean td {
    padding: 14px 14px;
}

    .ticket-card-head h3 {
    font-size: 26px;
}
}

.hh-input,
.hh-select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d7ddd6;
    border-radius: 16px;
    background: #fff;
    padding: 0 16px;
    font: inherit;
    color: #1f2a25;
    box-shadow: 0 1px 0 rgba(16,24,40,.02);
}

.hh-input:focus,
.hh-select:focus,
.listing-search input:focus,
.listing-search select:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-color: #5c846d;
    box-shadow: 0 0 0 4px rgba(92,132,109,.12);
}

.hh-input--search {
    min-width: 280px;
}

.compact-inline-form--tickets {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.compact-inline-form--tickets select {
    min-width: 140px;
}

.message-preview {
    line-height: 1.55;
}

.table-clean .col-actions {
    white-space: nowrap;
    width: 1%;
}

.listing-toolbar--book-date {
    margin-top: 18px;
}

.booking-date-toolbar-form {
    justify-content: flex-start;
    align-items: center;
}

.unified-grid--book-date {
    margin-top: 18px;
    align-items: stretch;
}

.unified-card--book-date .unified-card__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.book-date-inline-variants {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.book-date-inline-variant {
    padding: 14px;
    border: 1px solid #e6ebe6;
    border-radius: 16px;
    background: #fbfcfb;
}

.book-date-inline-variant__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    color: #5d6962;
}

.slot-grid--compact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.slot-form--compact {
    margin: 0;
}

.slot-card-btn--compact {
    min-width: unset;
    padding: 10px 12px;
    border-radius: 12px;
}

.slot-card-btn--compact .slot-card-btn__time {
    font-size: 13px;
}

.operator-hero-stat__label {
    min-height: 34px;
    display: block;
}

@media (max-width: 860px) {
    .booking-date-toolbar-form {
    grid-template-columns: 1fr;
}

    .book-date-inline-variant__head {
    flex-direction: column;
    align-items: flex-start;
}
}

.booking-date-toolbar-form {
    grid-template-columns: minmax(340px,1.5fr) minmax(180px,.75fr) minmax(160px,.65fr) auto auto !important;
    align-items: center;
}

.booking-date-toolbar-form .booking-date-search {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15,23,42,.04);
    border: 1px solid rgba(148,163,184,.24);
    background: #fff;
}

.booking-date-toolbar-form .catalog-search__input {
    height: 46px;
    font-size: 16px;
    text-align: left;
    padding: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
}

.booking-date-toolbar-form .catalog-search__icon {
    font-size: 18px;
    flex: 0 0 auto;
}

.booking-date-toolbar-form .hh-input {
    min-height: 48px;
}

@media (max-width:1180px) {
    .booking-date-toolbar-form {
    grid-template-columns: repeat(2,minmax(220px,1fr)) !important;
}
}

@media (max-width:760px) {
    .booking-date-toolbar-form {
    grid-template-columns: 1fr !important;
}
}

.cart-item-card--compact {
    grid-template-columns: 84px minmax(0,1fr) auto;
    gap: 14px 16px;
    padding: 16px 18px;
    border-radius: 20px;
    align-items: start;
}

.cart-item-card--compact .cart-item-card__media {
    width: 84px;
    height: 84px;
    border-radius: 20px;
}

.cart-item-card__body {
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
}

.cart-item-card__top--compact {
    align-items: flex-start;
    gap: 0;
    margin-bottom: 0;
}

.cart-item-card__headline {
    min-width: 0;
}

.cart-item-card__top--compact h3 {
    margin: 6px 0 0;
    font-size: 19px;
    line-height: 1.18;
}

.cart-item-card__meta-row {
    grid-column: 1 / -1;
    padding-top: 6px;
}

.cart-item-card__price--single {
    text-align: center;
    min-width: 92px;
}

.cart-item-card__price--single strong {
    font-size: 20px;
    color: #2f6b5d;
}

.cart-meta-inline {
    display: grid;
    grid-template-columns: minmax(110px,.78fr) minmax(220px,1.55fr) minmax(150px,1fr);
    gap: 10px 14px;
    margin-top: 0;
    color: #536159;
}

.cart-meta-inline__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
}

.cart-meta-inline__label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #87938b;
    white-space: nowrap;
}

.cart-meta-inline__value {
    font-size: 14px;
    line-height: 1.35;
    color: #25332c;
    max-width: 100%;
}

.cart-meta-inline__value--truncate {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-meta-inline__value--nowrap {
    white-space: nowrap;
}

.cart-item-card__actions--compact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    padding-top: 0;
}

.cart-remove-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 999px;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:760px) {
    .cart-item-card--compact {
    grid-template-columns: 72px minmax(0,1fr) auto;
    align-items: start;
    padding: 14px;
}

    .cart-item-card--compact .cart-item-card__media {
    width: 72px;
    height: 72px;
}

    .cart-item-card__body {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
}

    .cart-item-card__meta-row {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 4px;
}

    .cart-meta-inline {
    grid-template-columns: 1fr;
    gap: 10px;
}

    .cart-item-card__top--compact {
    padding-right: 0;
}

    .cart-item-card__price--single {
    text-align: right;
    min-width: 0;
}

    .cart-item-card__price--single strong {
    font-size: 18px;
    color: #2f6b5d;
}

    .cart-meta-inline__item {
    width: 100%;
    gap: 10px;
}

    .cart-meta-inline__value--truncate,
    .cart-meta-inline__value--nowrap {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

    .cart-item-card__actions--compact {
    grid-column: 3;
    grid-row: 1;
    align-items: flex-end;
    justify-self: end;
}
}

.operator-hero-stat--meet .operator-hero-stat__logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.operator-hero-stat--meet .operator-hero-stat__logo svg {
    width: 44px;
    height: 44px;
    display: block;
}

.operator-services-table .hh-input--search {
    min-width: 0;
    width: 100%;
}

.listing-toolbar--operator .listing-search .hh-input {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(148,163,184,.24);
    border-radius: 18px;
    padding: 0 18px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 24px rgba(15,23,42,.04);
}

.btn.danger {
    background: #a94141;
    color: #fff;
    border-color: #a94141;
}

.btn.danger:hover {
    background: #933636;
    border-color: #933636;
}

.hero-tools-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 560px;
    background: linear-gradient(180deg,#fff 0%,#f8f4ee 100%);
}

.hero-tools-card__head h2 {
    margin: 6px 0 8px;
    font-size: clamp(28px,3vw,40px);
    line-height: 1.08;
}

.hero-quick-search {
    display: grid;
    grid-template-columns: 20px minmax(0,1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(224,217,206,.96);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(33,42,37,.05);
}

.hero-quick-search__icon {
    font-size: 18px;
    color: #708077;
    text-align: center;
}

.hero-quick-search input {
    width: 100%;
    min-width: 0;
    height: 50px;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 16px;
    color: #24322b;
    outline: none;
}

.hero-tools-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
}

.hero-tool-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(224,217,206,.96);
    background: linear-gradient(180deg,#fff 0%,#fbfaf7 100%);
    text-decoration: none;
    color: #24322b;
    box-shadow: 0 14px 30px rgba(33,42,37,.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hero-tool-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(33,42,37,.08);
    border-color: #d8c9b4;
}

.hero-tool-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #f4eee5;
    color: #53675c;
    font-size: 18px;
}

.hero-tool-card strong {
    font-size: 17px;
    line-height: 1.25;
}

.hero-tool-card small {
    color: #6e7b73;
    line-height: 1.45;
}

.hero-trust-row {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-top: auto;
}

.hero-trust-pill {
    padding: 16px 18px;
    border-radius: 20px;
    background: #24322b;
    color: #fff;
}

.hero-trust-pill strong {
    display: block;
    font-size: 24px;
    line-height: 1.05;
}

.hero-trust-pill span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255,255,255,.8);
}

.category-media-grid--dynamic {
    grid-template-columns: repeat(5,minmax(0,1fr));
}

.category-media-card--modern {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(224,217,206,.92);
    border-radius: 26px;
    box-shadow: 0 18px 42px rgba(33,42,37,.05);
    text-decoration: none;
    color: #24322b;
    min-height: 100%;
}

.category-media-card__image-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg,#f8f2ea 0%,#efe5d9 100%);
}

.category-media-card--modern img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.category-media-card__count {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(221,208,190,.95);
    font-size: 12px;
    font-weight: 800;
    color: #334239;
    backdrop-filter: blur(10px);
}

.category-media-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 2px 2px 4px;
}

.category-media-card__body strong {
    font-size: 17px;
    line-height: 1.3;
}

.category-media-card__body span {
    color: #6f7b74;
    line-height: 1.5;
    font-size: 14px;
}

.listing-toolbar--compact-tools {
    margin-bottom: 24px;
}

.listing-search--services-compact {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    max-width: 960px !important;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(224,217,206,.94);
    border-radius: 24px;
    background: linear-gradient(180deg,#fff 0%,#fbfaf7 100%);
    box-shadow: 0 18px 40px rgba(33,42,37,.05);
}

.listing-toolbar--compact-tools .listing-search--services-compact {
    max-width: none !important;
    width: 100%;
}

.listing-search__searchbox {
    flex: 1 1 420px;
    max-width: 560px;
    margin: 0;
}

.listing-filter-control {
    flex: 0 0 220px;
    min-width: 220px;
    max-width: 220px;
}

.listing-filter-select {
    width: 100%;
    min-height: 48px;
    padding: 0 42px 0 16px;
    border: 1px solid #e6ddd0;
    border-radius: 16px;
    background: #fff;
    color: #24322b;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
}

.listing-filter-select:focus {
    outline: none;
    border-color: #cdb89a;
    box-shadow: 0 0 0 4px rgba(201,171,108,.14);
}

.listing-quicktools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.listing-quicktool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 16px;
    background: #f5f1eb;
    border: 1px solid #e8dfd2;
    text-decoration: none;
    color: #334239;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.listing-quicktool:hover {
    background: #fff;
    border-color: #d8c9b4;
    transform: translateY(-1px);
}

.listing-toolbar--compact-tools .listing-quicktools {
    flex: 0 1 auto;
    min-width: 0;
}

.listing-toolbar--compact-tools .listing-quicktool,
.listing-toolbar--compact-tools .listing-quicktool:link,
.listing-toolbar--compact-tools .listing-quicktool:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 16px;
    background: #f5f1eb;
    border: 1px solid #e8dfd2;
    color: #334239;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: none;
}

.listing-toolbar--compact-tools .listing-quicktool:hover,
.listing-toolbar--compact-tools .listing-quicktool:focus-visible {
    background: #fff;
    border-color: #d8c9b4;
    color: #24322b;
    transform: translateY(-1px);
    outline: none;
}

.listing-toolbar--compact-tools .listing-quicktool--date {
    background: #f5f1eb;
    border-color: #e8dfd2;
    color: #334239;
}

.listing-toolbar--compact-tools .catalog-search {
    padding: 0 14px;
    box-shadow: none;
    border-color: #e6ddd0;
}

.listing-toolbar--compact-tools .catalog-search__input {
    height: 48px;
    font-size: 15px;
}

select,
.field select,
.stack-form select,
.grid-3 select,
.checkout-form-card .field select,
.form-shell .field select,
.settings-field select,
.admin-list-toolbar-form select,
.ticket-toolbar-form select,
.list-toolbar--filters select,
.service-variant-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 6.5l4 4 4-4' fill='none' stroke='%23707b73' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 16px;
    padding-right: 46px !important;
}

select::-ms-expand {
    display: none;
}

@media (max-width:980px) {
    .hero-tools-card {
    min-height: auto;
}

    .hero-tools-grid,.hero-trust-row,.category-media-grid--dynamic {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

    .listing-search--services-compact {
    flex-direction: column;
    align-items: stretch;
}

    .listing-search__searchbox {
    max-width: none;
}

    .listing-quicktools {
    justify-content: flex-start;
}
}

@media (max-width:640px) {
    .hero-tools-grid,.hero-trust-row,.category-media-grid--dynamic {
    grid-template-columns: 1fr;
}

    .hero-quick-search {
    grid-template-columns: 20px minmax(0,1fr);
    padding: 12px;
}

    .hero-quick-search .btn {
    grid-column: 1 / -1;
}

    .category-media-card--modern img {
    height: 210px;
}

    .listing-quicktools {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px;
}

    .listing-quicktool {
    min-height: 42px;
    padding: 0 10px;
    font-size: 13px;
}
}

@media (max-width:980px) {
    .nav-toggle {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(224,217,206,.95);
    background: #fff;
    color: #334239;
    backdrop-filter: none;
    box-shadow: 0 14px 32px rgba(33,42,37,.08);
}

    .nav-toggle span {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 2px;
    margin: 0;
    transform-origin: center;
    transition: transform .22s ease, opacity .22s ease;
}

    .nav-toggle span:nth-child(1) {
    top: 17px;
    transform: translateX(-50%);
}

    .nav-toggle span:nth-child(2) {
    top: 25px;
    transform: translateX(-50%);
}

    .nav-toggle span:nth-child(3) {
    top: 33px;
    transform: translateX(-50%);
}

    body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateX(-50%) translateY(8px) rotate(45deg);
}

    body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

    body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateX(-50%) translateY(-8px) rotate(-45deg);
}

    .mobile-nav-backdrop {
    background: rgba(36,50,43,.24);
    backdrop-filter: blur(6px);
}

    .site-nav-wrapper {
    top: 88px;
    right: 12px;
    left: 12px;
    padding: 18px 16px 16px;
    background: linear-gradient(180deg,#fff 0%,#f7f3ed 100%);
    border: 1px solid rgba(224,217,206,.96);
    box-shadow: 0 26px 64px rgba(33,42,37,.12);
}

    .site-nav-wrapper nav {
    grid-template-columns: 1fr;
    gap: 4px;
}

    .site-nav-wrapper nav > a:not(.icon-link):not(.btn) {
    min-height: 56px;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #2f3d35;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(224,217,206,.8);
}

    .site-nav-wrapper nav > a:not(.icon-link):not(.btn):last-of-type {
    border-bottom: 1px solid rgba(224,217,206,.8);
}

    .site-nav-wrapper .icon-link,.site-nav-wrapper .btn {
  min-height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(224,217,206,.96);
  box-shadow: 0 10px 24px rgba(33,42,37,.05);
  background: #24322b;
  color: #fff;
}

    .site-nav-wrapper .icon-link svg {
    width: 20px;
    height: 20px;
}
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.site-nav-primary {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.site-nav-secondary {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.category-carousel {
    position: relative;
}

.category-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px,1fr);
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 2px 8px;
}

.category-carousel__track::-webkit-scrollbar {
    display: none;
}

.category-carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(43,127,117,.12);
    background: linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(243,248,244,.92) 100%);
    color: #214138;
    box-shadow: 0 18px 34px rgba(33,42,37,.11);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.category-carousel__arrow span {
    font-size: 28px;
    line-height: 1;
    transform: translateY(-1px);
}

.category-carousel__arrow--prev {
    left: -14px;
}

.category-carousel__arrow--next {
    right: -14px;
}

.category-carousel__arrow:disabled {
    opacity: .35;
    cursor: default;
}

.category-carousel__arrow:not(:disabled):hover {
    transform: translateY(-50%) scale(1.03);
    border-color: rgba(43,127,117,.22);
    box-shadow: 0 22px 40px rgba(33,42,37,.13);
}

.category-media-card--modern {
    min-width: 0;
}

.category-media-card--modern img {
    height: 260px;
}

.category-media-card__body strong {
    font-size: 18px;
}

.category-media-card__body span {
    font-size: 14px;
}

.listing-toolbar--compact-tools .listing-search {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    width: 100%;
    max-width: none;
}

.listing-toolbar--compact-tools .listing-search > * {
    min-width: 0;
}

.listing-side-tools--operators {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width:980px) {
    .site-nav-wrapper {
    top: 86px;
}

    .site-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}

    .site-nav-primary {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
}

    .site-nav-secondary {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(224,217,206,.8);
}

    .site-nav-secondary .icon-link,
  .site-nav-secondary .btn {
    width: 100%;
    justify-content: center;
    min-height: 54px;
;
    padding: 0 12px;
    font-size: 14px;
}

    .site-nav-secondary .icon-link--cart {
    position: relative;
}

    .site-nav-secondary .cart-count-badge {
    top: 8px;
    right: 8px;
}

    .listing-toolbar--compact-tools {
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(224,217,206,.94);
    border-radius: 24px;
    background: linear-gradient(180deg,#fff 0%,#fbfaf7 100%);
    box-shadow: 0 18px 40px rgba(33,42,37,.05);
}

    .listing-toolbar--compact-tools .listing-search {
    padding: 0 14px;
    border: 1px solid #e6ddd0;
    border-radius: 20px;
    box-shadow: none;
}

    .listing-toolbar--compact-tools .catalog-search__input {
    height: 46px;
    min-height: 46px;
    font-size: 15px;
}

    .listing-side-tools--operators {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    width: 100%;
}

    .listing-side-tools--operators .hero-search-chip {
    justify-content: center;
    text-align: center;
}

    .category-carousel {
    padding: 0 22px;
}

    .category-carousel__arrow--prev {
    left: 0;
}

    .category-carousel__arrow--next {
    right: 0;
}

    .category-carousel__track {
    grid-auto-columns: minmax(260px,82vw);
    gap: 14px;
}
}

@media (max-width:640px) {
    .site-nav-secondary {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

    .listing-toolbar--compact-tools {
    padding: 12px;
}

    .listing-toolbar--compact-tools .listing-search {
    min-height: auto;
    padding: 0 12px;
}

    .listing-toolbar--compact-tools .catalog-search__input {
    height: 42px;
    min-height: 42px;
    font-size: 14px;
}

    .listing-side-tools--operators {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px;
}

    .listing-side-tools--operators .hero-search-chip {
    min-height: 42px;
    padding: 0 10px;
    font-size: 13px;
}

    .category-carousel {
    padding: 0 18px;
}

    .category-carousel__track {
    grid-auto-columns: minmax(248px,84vw);
}

    .category-media-card--modern img {
    height: 230px;
}
}

@media (max-width:980px) {
    .listing-toolbar--compact-tools {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

    .listing-toolbar--compact-tools .listing-search.listing-search--services-compact {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: none !important;
    padding: 10px;
    border: 1px solid rgba(224,217,206,.94);
    border-radius: 20px;
    background: linear-gradient(180deg,#fff 0%,#fbfaf7 100%);
    box-shadow: 0 14px 34px rgba(33,42,37,.05);
}

    .listing-toolbar--compact-tools .listing-search.listing-search--services-compact > * {
    width: 100%;
    min-width: 0;
}

    .listing-toolbar--compact-tools .listing-search__searchbox.catalog-search {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 0 12px;
    border-radius: 18px;
    box-shadow: none;
    border: 1px solid #e6ddd0;
    background: #fff;
}

    .listing-toolbar--compact-tools .catalog-search__icon {
    flex: 0 0 auto;
    font-size: 16px;
}

    .listing-toolbar--compact-tools .catalog-search__input {
    display: block;
    width: 100%;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0;
    font-size: 15px;
    line-height: 44px;
}
}

@media (max-width:640px) {
    .listing-toolbar--compact-tools .listing-search.listing-search--services-compact {
    padding: 8px;
    gap: 8px;
    border-radius: 18px;
}

    .listing-toolbar--compact-tools .listing-search__searchbox.catalog-search {
    padding: 0 10px;
    border-radius: 16px;
    max-height: 44px;
}

    .listing-toolbar--compact-tools .catalog-search__input {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px;
    font-size: 14px;
}

    .listing-quicktool {
    min-height: 40px;
    padding: 0 8px;
    font-size: 12px;
}
}

@media (max-width:980px) {
    .site-nav-wrapper {
    top: 84px !important;
    right: 12px;
    left: 12px;
    padding: 18px 16px 16px;
    border-radius: 26px;
    background: linear-gradient(180deg,#fff 0%,#f8f4ed 100%);
    border: 1px solid rgba(224,217,206,.96);
    box-shadow: 0 28px 68px rgba(33,42,37,.14);
}

    .site-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}

    .site-nav-primary {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

    .site-nav-primary a {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 14px 4px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #2f3d35;
    border-bottom: 1px solid rgba(214,203,187,.85);
}

    .site-nav-primary a:last-child {
    border-bottom: 1px solid rgba(214,203,187,.85);
}

    .site-nav-primary a span {
    display: block;
}

    .site-nav-secondary {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(214,203,187,.85);
}

    .site-nav-secondary .icon-link,
  .site-nav-secondary .btn {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(224,217,206,.96);
  box-shadow: 0 10px 24px rgba(33,42,37,.05);
  padding: 0 16px;
  background: #24322b;
  color: #fff;
  white-space: nowrap;
}

    .site-nav-secondary .cart-count-badge {
    top: 7px;
    right: 7px;
}
}

@media (max-width:640px) {
    .site-nav-wrapper {
    padding: 16px 14px 14px;
}

    .site-nav-primary a {
    min-height: 54px;
    font-size: 19px;
}

    .site-nav-secondary {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

    .site-nav-secondary .icon-link,
  .site-nav-secondary .btn {
    min-height: 48px;
;
    font-size: 13px;
    padding: 0 10px;
}
}

.hh-booking-calendar {
    padding: 0 0 18px;
}

.hh-booking-calendar__head {
    display: grid;
    grid-template-columns: repeat(7,minmax(0,1fr));
    gap: 0;
    border-bottom: 1px solid #e5e7eb;
    background: #f8faf8;
}

.hh-booking-calendar__head span {
    padding: 14px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    color: #6b7c74;
}

.hh-booking-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7,minmax(0,1fr));
}

.hh-booking-calendar__cell {
    min-height: 168px;
    padding: 12px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.hh-booking-calendar__cell:nth-child(7n) {
    border-right: none;
}

.hh-booking-calendar__cell.is-muted {
    background: #fafafa;
    color: #94a3b8;
}

.hh-booking-calendar__day {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.hh-booking-calendar__events {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    max-height: 116px;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(148,163,184,.8) transparent;
}

.hh-booking-calendar__events::-webkit-scrollbar {
    width: 6px;
}

.hh-booking-calendar__events::-webkit-scrollbar-thumb {
    background: rgba(148,163,184,.8);
    border-radius: 999px;
}

.hh-booking-calendar__events.has-scroll-hint {
    position: relative;
    padding-bottom: 18px;
    mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 16px), transparent 100%);
}

.hh-booking-calendar__scroll-hint {
    margin-top: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.hh-booking-calendar__scroll-hint:before {
    content: none;
    display: none;
}

.hh-booking-calendar__scroll-hint:after {
    content: '↓';
    display: inline-block;
    margin-left: 2px;
    color: #4f46e5;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    vertical-align: middle;
}

.hh-booking-calendar__event {
    display: block;
    padding: 10px 12px;
    border-radius: 14px;
    background: #dcefdc;
    color: #1f6b3a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
    text-transform: none;
}

.hh-booking-calendar__event:hover {
    background: #d1e8d1;
    color: #17552e;
}

.hh-booking-calendar__event.is-past {
    opacity: .46;
    background: #edf3ee;
    color: #5f7466;
}

.hh-booking-calendar__event.is-past:hover {
    opacity: .62;
    background: #e4ece5;
    color: #4f6256;
}

.hh-booking-calendar__empty {
    font-size: 20px;
    line-height: 1;
    color: #94a3b8;
    padding: 4px 2px;
}

@media (max-width: 980px) {
    .hh-booking-calendar {
    overflow: auto;
}

    .hh-booking-calendar__head,.hh-booking-calendar__grid {
    min-width: 980px;
}

    .hh-booking-calendar__cell {
    min-height: 150px;
}
}

.notice {
    margin: 14px 0;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid transparent;
    font-weight: 700;
    line-height: 1.55;
}

.notice.success {
    background: #eef8f0;
    color: #26603d;
    border-color: #d5e9d8;
    box-shadow: 0 10px 24px rgba(38,96,61,.06);
}

.notice.error {
    background: #fff1f1;
    color: #8a3d3d;
    border-color: #f0d1d1;
    box-shadow: 0 10px 24px rgba(138,61,61,.06);
}

.auth-form-stack {
    overflow: visible;
}

.auth-links-stack {
    padding-bottom: 8px;
}

.auth-submit-btn {
    width: 100%;
    box-shadow: 0 16px 32px rgba(77,120,98,.18);
}

.auth-inline-link {
    display: inline-flex;
    align-items: center;
    line-height: 1.3;
    padding: 4px 0 0;
}

.booking-date-toolbar-form--modern {
    grid-template-columns: minmax(260px,1.15fr) minmax(180px,.48fr) minmax(300px,.8fr) minmax(150px,.34fr) auto !important;
    align-items: center;
    gap: 14px;
}

.booking-date-search--compact {
    max-width: 540px;
}

.booking-date-custom-range {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.booking-date-custom-range.is-active {
    display: grid;
}

.listing-head--book-date-modern {
    align-items: end;
    gap: 18px;
}

.listing-stat--book-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    min-height: 54px;
    padding: 14px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg,#edf6f0 0,#f7fbf8 100%);
    border: 1px solid rgba(145,171,155,.28);
    color: var(--green);
    box-shadow: none;
    white-space: normal;
    max-width: 100%;
}

.listing-stat--book-date span {
    font-size: 18px;
    line-height: 1.05;
    margin-right: 6px;
}

.listing-stat--book-date small {
    display: block;
    color: #66736b;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

@media (max-width:1180px) {
    .booking-date-toolbar-form--modern {
    grid-template-columns: 1fr 1fr !important;
}

    .booking-date-custom-range {
    grid-column: 1 / -1;
}
}

@media (max-width:760px) {
    .booking-date-toolbar-form--modern {
    grid-template-columns: 1fr !important;
}

    .booking-date-search--compact {
    max-width: none;
}

    .booking-date-custom-range {
    grid-template-columns: 1fr;
}

    .listing-stat--book-date {
    width: 100%;
}
}

.booking-date-toolbar-form--modern {
    grid-template-columns: minmax(260px,520px) 220px auto auto;
    align-items: center;
    gap: 14px;
}

.booking-date-search--compact {
    max-width: 520px;
    width: 100%;
}

.booking-date-toolbar-form--modern .catalog-search {
    min-width: 0;
    height: 56px;
    padding: 0 18px;
    border: 1px solid #dfe6df;
    border-radius: 22px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.booking-date-toolbar-form--modern .catalog-search__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #7a877f;
    font-size: 16px;
    line-height: 1;
}

.booking-date-toolbar-form--modern .catalog-search__input {
    height: 54px;
    min-width: 0;
    padding: 0 0 0 12px;
    font-size: 16px;
    line-height: 1.2;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

.booking-date-toolbar-form--modern .catalog-search__input::placeholder {
    color: #7f8680;
    opacity: 1;
}

.booking-date-toolbar-form--modern select.hh-input,.booking-date-custom-range .hh-input {
    height: 56px;
    border-radius: 20px;
    border: 1px solid #dfe6df;
    background: #fff;
    box-shadow: none;
    padding: 0 18px;
}

.booking-date-toolbar-form--modern .btn {
    height: 56px;
    padding: 0 22px;
    border-radius: 20px;
    white-space: nowrap;
}

.booking-date-custom-range {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.listing-stat--book-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    min-width: 300px;
    max-width: 420px;
    padding: 20px 22px;
    border-radius: 28px;
    background: linear-gradient(180deg,#eff8f2 0%,#f7fbf8 100%);
    border: 1px solid rgba(149,181,161,.35);
    color: var(--green);
    box-shadow: 0 10px 24px rgba(62,91,74,.05);
}

.listing-stat--book-date .listing-stat__count {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.listing-stat--book-date span {
    display: block;
    font-size: 42px;
    line-height: .95;
    font-weight: 800;
    letter-spacing: -.03em;
    margin: 0;
}

.listing-stat--book-date strong {
    font-size: 18px;
    line-height: 1.1;
    color: #466a58;
}

.listing-stat--book-date small {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    color: #65756d;
    font-weight: 700;
}

.listing-stat--book-date small span {
    display: inline;
    font-size: 15px;
    font-weight: 800;
    color: #4f7a63;
    margin-right: 8px;
    letter-spacing: 0;
}

@media (max-width:1100px) {
    .booking-date-toolbar-form--modern {
    grid-template-columns: minmax(240px,1fr) 220px auto;
}

    .booking-date-toolbar-form--modern .btn {
    grid-column: 1/-1;
}

    .listing-head--book-date-modern {
    align-items: flex-start;
}
}

@media (max-width:760px) {

    .booking-date-toolbar-form--modern .catalog-search,.booking-date-toolbar-form--modern select.hh-input,.booking-date-custom-range .hh-input,.booking-date-toolbar-form--modern .btn {
    width: 100%;
}

    .listing-stat--book-date {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 18px 20px;
    border-radius: 24px;
}

    .listing-stat--book-date span {
    font-size: 34px;
}
}

.booking-date-toolbar-form--modern {
    display: grid;
    grid-template-columns: minmax(280px,1.35fr) minmax(230px,.58fr) minmax(150px,.42fr) minmax(150px,.42fr) auto !important;
    align-items: center;
    gap: 16px;
}

.booking-date-toolbar-form--modern > * {
    min-width: 0;
}

.booking-date-search--compact {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
    max-width: none;
    padding: 0 16px;
    border: 1px solid rgba(205,216,209,.95);
    border-radius: 24px;
    background: #fff;
    box-shadow: none;
}

.booking-date-search--compact .catalog-search__icon {
    flex: 0 0 auto;
    font-size: 18px;
    color: #738178;
    line-height: 1;
}

.booking-date-search--compact .catalog-search__input {
    width: 100%;
    height: 54px;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #24322b;
    min-width: 0;
}

.booking-date-search--compact .catalog-search__input:focus {
    outline: none;
    box-shadow: none !important;
}

.booking-date-toolbar-form--modern .hh-input,
.booking-date-toolbar-form--modern .booking-date-preset,
.booking-date-toolbar-form--modern .btn {
    min-height: 54px;
    border-radius: 22px;
;
    min-width: 220px;
    justify-content: center;
    white-space: nowrap;
}

.booking-date-custom-range {
    display: grid;
    grid-template-columns: minmax(150px,1fr) minmax(150px,1fr);
    gap: 16px;
    min-width: 0;
}

.booking-date-toolbar-form--modern .booking-date-preset {
    padding-right: 44px;
}

.listing-stat--book-date {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    border-radius: 28px;
    background: linear-gradient(180deg,#eef7f1 0%,#f8fcf9 100%);
    border: 1px solid rgba(198,220,206,.95);
    min-width: 320px;
    box-shadow: none;
}

.listing-stat--book-date .listing-stat__count {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 108px;
}

.listing-stat--book-date .listing-stat__count span {
    font-size: 52px;
    line-height: .9;
    font-weight: 900;
    color: var(--green);
}

.listing-stat--book-date .listing-stat__count strong {
    font-size: 18px;
    line-height: 1.15;
    color: var(--green);
}

.listing-stat__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.listing-stat__label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6f8477;
}

.listing-stat__details strong {
    font-size: 17px;
    line-height: 1.25;
    color: #415246;
}

.listing-stat__details small {
    font-size: 14px;
    color: #6f7f75;
}

@media (max-width:1280px) {
    .booking-date-toolbar-form--modern {
    grid-template-columns: minmax(240px,1fr) minmax(210px,.7fr) minmax(150px,.48fr) minmax(150px,.48fr) auto !important;
}

    .booking-date-toolbar-form--modern .btn {
    min-width: 190px;
}
}

@media (max-width:1120px) {

    .booking-date-toolbar-form--modern .btn {
    min-width: 0;
    width: 100%;
}
}

@media (max-width:760px) {

    .listing-stat--book-date {
    grid-template-columns: 1fr;
    gap: 10px;
    min-width: 0;
    width: 100%;
}

    .listing-stat--book-date .listing-stat__count {
    min-width: 0;
}

    .listing-stat--book-date .listing-stat__count span {
    font-size: 42px;
}

    .booking-date-toolbar-form--modern .btn,.booking-date-toolbar-form--modern .hh-input,.booking-date-toolbar-form--modern .booking-date-preset,.booking-date-search--compact {
    width: 100%;
}
}

.booking-date-toolbar-form--modern {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.booking-date-toolbar-form--modern .booking-date-search--compact {
    flex: 1 1 420px;
    max-width: 860px;
}

.booking-date-toolbar-form--modern .booking-date-preset {
    flex: 0 1 260px;
    min-width: 220px;
}

.booking-date-toolbar-form--modern .booking-date-custom-range {
    flex: 1 1 360px;
    display: grid;
    grid-template-columns: repeat(2,minmax(150px,1fr));
    gap: 16px;
    min-width: 320px;
}

.booking-date-toolbar-form--modern .btn {
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
    padding-inline: 28px;
    margin-left: auto;
}

.listing-stat--book-date {
    grid-template-columns: 120px minmax(0,1fr);
    width: min(100%,560px);
    max-width: 100%;
    overflow: hidden;
}

.listing-stat--book-date .listing-stat__count span {
    font-size: 56px;
}

.listing-stat--book-date .listing-stat__count strong {
    font-size: 17px;
}

.listing-stat__label {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
    color: #6f8477 !important;
}

.listing-stat__details strong {
    font-size: 16px;
    line-height: 1.25;
    word-break: break-word;
}

.listing-stat__details small {
    font-size: 13px;
    line-height: 1.3;
    word-break: break-word;
}

@media (max-width:980px) {
    .booking-date-toolbar-form--modern .booking-date-search--compact,.booking-date-toolbar-form--modern .booking-date-preset,.booking-date-toolbar-form--modern .booking-date-custom-range,.booking-date-toolbar-form--modern .btn {
    flex: 1 1 100%;
    min-width: 0;
    margin-left: 0;
;
    width: 100%;
}

    .booking-date-toolbar-form--modern .booking-date-custom-range {
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width:760px) {
    .booking-date-toolbar-form--modern .booking-date-custom-range {
    grid-template-columns: 1fr;
}

    .listing-stat--book-date {
    grid-template-columns: 1fr;
}
}

.booking-date-toolbar-form--modern {
    display: grid;
    grid-template-columns: minmax(220px,1.05fr) 210px minmax(300px,.78fr) 210px !important;
    align-items: center;
    gap: 14px;
}

.booking-date-toolbar-form--modern .btn {
    min-width: 0;
    width: 100%;
    padding: 0 18px;
}

.booking-date-custom-range {
    display: grid;
    grid-template-columns: minmax(135px,1fr) minmax(135px,1fr);
    gap: 14px;
    min-width: 0;
}

@media (max-width:1280px) {
    .booking-date-toolbar-form--modern {
    grid-template-columns: minmax(220px,1fr) 190px minmax(270px,.75fr) 190px !important;
}
}

.operator-mini-card--standalone {
    display: grid;
    grid-template-columns: 72px minmax(0,1fr) auto;
    gap: 22px;
    align-items: center;
    margin: 18px 0;
    padding: 20px 28px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    box-shadow: 0 16px 36px rgba(33,42,37,.05);
}

.operator-mini-card--standalone .operator-mini-card__body {
    min-width: 0;
    padding-right: 10px;
}

.operator-mini-card--standalone .operator-mini-card__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    min-width: 200px;
    margin-left: auto;
}

.operator-mini-card--standalone .operator-mini-card__actions .btn {
    width: 200px;
    justify-content: center;
    border-radius: 14px;
}

.operator-mini-card--standalone .operator-mini-card__actions .btn.btn-sm {
    min-height: 42px;
    padding: 11px 18px;
}

.meet-info-band {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr);
    gap: 20px;
    align-items: stretch;
}

.meet-info-band__copy,.meet-info-band__card {
    padding: 28px;
    border: 1px solid rgba(224,217,206,.92);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(33,42,37,.05);
}

.meet-info-band__points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.meet-info-band__points span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f7f4ee;
    border: 1px solid rgba(224,217,206,.92);
    font-size: 14px;
    font-weight: 700;
    color: #33423a;
}

.meet-info-band__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    background: linear-gradient(180deg,#fff 0,#f7faf8 100%);
}

.meet-info-band__logo {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7faf8;
    border: 1px solid rgba(224,217,206,.92);
}

.meet-info-band__logo svg {
    width: 42px;
    height: 42px;
    display: block;
}

.booking-manage-section {
    padding-top: 8px;
    padding-bottom: 0;
}

.booking-manage-section--content {
    padding-top: 10px;
}

.booking-manage-head {
    max-width: 760px;
    padding: 0;
}

.booking-manage-head h1 {
    margin: 6px 0 0;
    font-size: clamp(28px,3.4vw,48px);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.booking-manage-head .lead {
    margin: 0;
    color: #6f7a73;
}

.booking-date-sidebar .booking-date-filter:first-child {
    padding: 20px;
    border-radius: 26px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 18px 42px rgba(33,42,37,.05);
}

.booking-date-sidebar .booking-date-filter:first-child .eyebrow {
    display: inline-flex;
    padding: 9px 16px;
    border-radius: 999px;
    background: #f1ece2;
    margin-bottom: 12px;
}

.booking-date-sidebar .booking-date-filter:first-child .book-date-service {
    margin-top: 0 !important;
}

@media (max-width:1024px) {
    .operator-mini-card {
    grid-template-columns: 72px minmax(0,1fr);
}

    .operator-mini-card__actions {
    grid-column: 1 / -1;
    flex-direction: row;
    min-width: 0;
}

    .operator-mini-card--standalone {
    grid-template-columns: 72px minmax(0,1fr);
}

    .operator-mini-card--standalone .operator-mini-card__actions {
    grid-column: 1 / -1;
    align-items: flex-start;
    flex-direction: row;
    min-width: 0;
    margin-left: 0;
}

    .operator-mini-card--standalone .operator-mini-card__actions .btn {
    width: auto;
    min-width: 200px;
}

    .meet-info-band {
    grid-template-columns: 1fr;
}

    .booking-manage-head h1 {
    font-size: clamp(26px,6.2vw,40px);
    line-height: 1.04;
}
}

@media (max-width:680px) {
    .operator-mini-card {
    grid-template-columns: 60px minmax(0,1fr);
}

    .operator-mini-card__actions {
    flex-direction: column;
}

    .operator-mini-card__actions .btn {
    width: 100%;
}

    .operator-mini-card--standalone {
    grid-template-columns: 60px minmax(0,1fr);
    padding: 18px;
}

    .operator-mini-card--standalone .operator-mini-card__actions {
    flex-direction: column;
    align-items: stretch;
}

    .operator-mini-card--standalone .operator-mini-card__actions .btn {
    width: 100%;
    min-width: 0;
}
}

.input-like {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--line,#e5e7eb);
    border-radius: 16px;
    background: #f8faf8;
    color: #516157;
    font-weight: 600;
}

.operator-activation-strip {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.operator-activation-strip__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.operator-activation-strip .status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex: 0 0 10px;
}

.operator-activation-strip.is-pending {
    background: #fff8e8;
    color: #7a5a13;
}

.operator-activation-strip.is-pending .status-dot {
    background: #d7a52b;
}

.operator-activation-strip.is-active {
    background: #edf9f1;
    color: #1f6b36;
}

.operator-activation-strip.is-active .status-dot {
    background: #22a447;
}

.hh-booking-calendar__cell.is-today {
    border-color: #82a28f;
    background: linear-gradient(180deg,#f5fbf7 0%,#eef7f1 100%);
    box-shadow: inset 0 0 0 2px rgba(90,130,104,.18);
}

.hh-booking-calendar__cell.is-today .hh-booking-calendar__day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: #244433;
    color: #fff;
    font-weight: 800;
}

.header-refresh-action .ui-icon {
    margin-right: 0;
}

@media (max-width:768px) {
    .operator-activation-strip {
    padding: 10px 14px;
}

    .operator-activation-strip__inner {
    align-items: flex-start;
    flex-wrap: wrap;
}
}

.account-type-switch {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin-bottom: 4px;
}

.account-type-option {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px;
    border: 1px solid rgba(15,23,42,.12);
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.account-type-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.account-type-option__title {
    font-size: 18px;
    font-weight: 800;
    color: #142018;
}

.account-type-option__desc {
    font-size: 13px;
    line-height: 1.5;
    color: #5f6d64;
}

.account-type-option.is-active {
    border-color: #7fa08a;
    box-shadow: 0 14px 34px rgba(47,79,58,.10);
    background: linear-gradient(180deg,#ffffff 0%,#f6fbf7 100%);
    transform: translateY(-1px);
}

.account-type-option.is-active .account-type-option__title {
    color: #22382b;
}

@media (max-width:680px) {
    .account-type-switch {
    grid-template-columns: 1fr;
}
}

.header-refresh-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 999px;
    color: #111827;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,.14);
    box-shadow: 0 8px 22px rgba(15,23,42,.10);
}

.header-refresh-action .ui-icon {
    margin-right: 0;
    color: currentColor;
}

.header-refresh-action svg {
    stroke: currentColor;
    fill: none;
}

.header-refresh-action span {
    display: inline-flex;
    color: #fff;
}

.header-refresh-action:hover {
    background: #f8fafc;
    border-color: rgba(17,24,39,.22);
    color: #0f172a;
}

.header-refresh-action {
    position: relative;
    overflow: hidden;
}

.header-refresh-action__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: currentColor;
}

.header-refresh-action__icon svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
}

.header-refresh-action__label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.cart-coupon-form {
    gap: 8px;
}

.cart-coupon-form>label {
    font-size: 13px;
    font-weight: 700;
    color: #42544c;
}

.cart-coupon-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.cart-coupon-row input[type=text] {
    flex: 1;
    min-width: 0;
    margin: 0;
}

.cart-coupon-btn {
    min-width: 46px;
    width: 46px;
    padding: 0;
    justify-content: center;
    border-color: #d7ddd9;
    background: #f5f7f6;
    color: #22312a;
}

.cart-coupon-btn:hover {
    background: #eef2f0;
    border-color: #c8d1cc;
    color: #18221d;
}

.cart-coupon-btn span {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.cart-coupon-btn--remove span {
    font-size: 24px;
    transform: translateY(-1px);
}

@media (max-width:760px) {
    .cart-coupon-row {
    gap: 8px;
}

    .cart-coupon-btn {
    min-width: 44px;
    width: 44px;
}
}

select,
.field select,
.stack-form select,
.ticket-toolbar-form select,
.admin-list-toolbar-form select,
.listing-search select,
.listing-toolbar select,
.form-shell select {
    background-color: #fff !important;
    border: 1px solid rgba(224,217,206,.95);
    box-shadow: 0 10px 24px rgba(36,50,43,.04);
    cursor: pointer;
}

select:hover,
.field select:hover,
.form-shell select:hover {
    border-color: #cdb79b;
}

.notification-shell {
    display: grid;
    gap: 18px;
}

.notification-shell__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.notification-shell__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 14px;
}

.notification-shell__stat {
    padding: 18px;
    border: 1px solid #ece4d8;
    border-radius: 22px;
    background: linear-gradient(180deg,#fff 0%,#fbfaf7 100%);
    box-shadow: 0 12px 28px rgba(36,50,43,.05);
}

.notification-shell__stat .kicker {
    display: block;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8a7661;
    margin-bottom: 8px;
}

.notification-shell__stat strong {
    display: block;
    font-size: 28px;
    line-height: 1.1;
    color: #24322b;
}

.notification-shell__stat p {
    margin: 8px 0 0;
    color: #6f7b74;
    font-size: 14px;
    line-height: 1.5;
}

.notification-editor-card {
    padding: 24px;
    border: 1px solid #ece4d8;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(36,50,43,.05);
}

.notification-editor-card .field textarea {
    min-height: 260px;
}

.profile-block-card {
    padding: 22px;
    border: 1px solid #ece4d8;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(36,50,43,.05);
}

.profile-block-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.profile-block-card__head h3 {
    margin: 0;
}

.profile-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 14px;
}

.profile-meta-item {
    padding: 16px 18px;
    border: 1px solid #f0e6d7;
    border-radius: 18px;
    background: #fcfbf8;
}

.profile-meta-item span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #8a7661;
    margin-bottom: 8px;
}

.profile-meta-item strong {
    display: block;
    color: #24322b;
    font-size: 16px;
    line-height: 1.45;
}

.template-placeholder-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 12px;
}

@media (max-width:720px) {
    .notification-shell__hero {
    align-items: flex-start;
}
}

.hh-cookie-bar {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 120;
    max-width: 1160px;
    margin: 0 auto;
}

.hh-cookie-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(219,211,197,.95);
    border-radius: 22px;
    background: rgba(255,250,244,.96);
    box-shadow: 0 22px 60px rgba(22,35,31,.14);
    backdrop-filter: blur(12px);
}

.hh-cookie-bar__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.hh-cookie-bar__copy strong {
    font-size: 15px;
    color: #1f2d27;
}

.hh-cookie-bar__copy span {
    font-size: 14px;
    line-height: 1.6;
    color: #5f6d65;
}

.hh-cookie-bar__copy a {
    color: #204b3f;
    font-weight: 700;
    text-decoration: none;
}

.hh-cookie-bar__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.hh-cookie-pref-btn,.hh-cookie-accept-btn {
    min-height: 44px;
    border-radius: 14px;
}

.hh-cookie-panel {
    margin-top: 10px;
    padding: 18px;
    border: 1px solid rgba(219,211,197,.95);
    border-radius: 20px;
    background: #fffdf9;
    box-shadow: 0 16px 36px rgba(22,35,31,.10);
}

.hh-cookie-panel__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
}

.hh-cookie-panel__row + .hh-cookie-panel__row {
    border-top: 1px solid rgba(230,223,212,.9);
}

.hh-cookie-panel__row strong {
    display: block;
    margin-bottom: 4px;
    color: #20312a;
}

.hh-cookie-panel__row p {
    margin: 0;
    color: #65736b;
    line-height: 1.55;
}

.hh-cookie-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: #edf4f0;
    color: #204b3f;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.hh-cookie-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 58px;
    height: 34px;
    flex: 0 0 auto;
}

.hh-cookie-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hh-cookie-switch span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: #d9dfda;
    transition: background-color .2s ease;
    position: relative;
}

.hh-cookie-switch span:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.12);
    transition: transform .2s ease;
}

.hh-cookie-switch input:checked + span {
    background: #29584c;
}

.hh-cookie-switch input:checked + span:after {
    transform: translateX(24px);
}

.hh-cookie-panel__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 12px;
}

@media (max-width: 760px) {
    .hh-cookie-bar {
    left: 12px;
    right: 12px;
    bottom: 12px;
}

    .hh-cookie-bar__inner,.hh-cookie-panel__row,.hh-cookie-panel__actions {
    flex-direction: column;
    align-items: stretch;
}

    .hh-cookie-bar__actions .btn,.hh-cookie-panel__actions .btn {
    width: 100%;
}
}

.service-description-card--full {
    width: 100%;
}

.service-description-card--full .service-detail-description {
    max-width: none;
    width: 100%;
}

.service-description-card--full .service-detail-description p,
.service-description-card--full .service-detail-description ul,
.service-description-card--full .service-detail-description ol,
.service-description-card--full .service-detail-description blockquote {
    max-width: none;
}

.service-booking-inline .flatpickr-input {
    height: 56px;
    border: 1px solid #d9d3c7;
    border-radius: 18px;
    background: linear-gradient(180deg,#fff 0%,#fcfaf6 100%);
    padding: 0 16px;
    font: inherit;
    color: var(--text);
    box-shadow: 0 12px 28px rgba(36,50,43,.05);
}

.service-booking-inline .flatpickr-input:focus {
    outline: none;
    border-color: #99b3a7;
    box-shadow: 0 0 0 4px rgba(88,127,110,.12),0 12px 28px rgba(36,50,43,.06);
}

@media (max-width:760px) {
    .site-footer__trustgrid,.site-footer__main {
    grid-template-columns: 1fr;
}

    .site-footer__trustitem {
    align-items: flex-start;
}

    .site-footer__bottom {
    padding-bottom: 28px;
}

    .site-footer__payments {
    grid-template-columns: 1fr 1fr;
}

    .site-footer__payitem {
    min-height: 52px;
    padding: 12px;
}
}

.dash-topbar__start,.dash-topbar__actions,.dash-menu a,.dash-sidebar,.dash-main,.panel-hero,.top-actions,.table-shell,.table-clean,.card,.chart-card {
    min-width: 0;
}

.dash-topbar__actions > * {
    min-width: 0;
}

.dash-brand img {
    max-width: 160px;
    height: auto;
}

.dash-menu a span,.panel-badge,.logout-chip span,.view-switch a span {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.panel-hero {
    gap: 16px;
}

.panel-hero h1 {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.table-shell {
    overflow-x: auto;
}


.email-template-table .meta-title,.email-template-table .meta-sub {
    min-width: 0;
}

@media (max-width:1100px) {
    html {
    font-size: 15px;
}

    .dash-sidebar {
    width: min(84vw,320px);
}

    .dash-sidebar__head h2 {
    font-size: 20px;
}

    .dash-menu a {
    padding: 12px 14px;
}

    .panel-hero {
    flex-direction: column;
    align-items: flex-start;
}

    .top-actions {
    width: 100%;
}
}

@media (max-width:900px) {
    .dash-topbar {
    position: sticky;
}

    .dash-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
}

    .dash-topbar__start,.dash-topbar__actions {
    width: 100%;
;
    justify-content: flex-start;
}

    .dash-mobile-toggle {
    flex: 0 0 auto;
}

    .panel-badge {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
}

    .dash-sidebar {
    top: 78px;
    bottom: 0;
    width: min(88vw,330px);
    padding: 18px 14px 22px;
}

    .dash-main {
    padding: 16px 14px 28px;
}

    .view-switch {
    max-width: 100%;
    overflow: auto;
}

    .view-switch a {
    white-space: nowrap;
}

    .logout-chip {
    margin-left: auto;
}

    .card,.chart-card,.profile-block-card {
    padding-left: 18px;
    padding-right: 18px;
}
}

@media (max-width:760px) {
    html {
    font-size: 14px;
}

    .dash-brand img {
    max-width: 132px;
}

    .dash-topbar__start {
    justify-content: space-between;
    width: 100%;
}

    .dash-topbar__actions {
    gap: 10px;
}

    .view-switch {
    width: 100%;
    padding: 5px;
    gap: 4px;
}

    .view-switch a {
    flex: 1 1 0;
    min-width: 0;
    padding: 9px 8px;
    font-size: 12px;
}

    .panel-badge {
    font-size: 10px;
    padding: 6px 9px;
}

    .logout-chip {
    padding: 10px 12px;
}

    .logout-chip svg {
    width: 16px;
    height: 16px;
}

    .dash-sidebar {
    top: 74px;
    width: min(90vw,310px);
}

    .dash-sidebar__head h2 {
    font-size: 18px;
}

    .dash-sidebar__head p {
    font-size: 13px;
}

    .dash-menu a {
    font-size: 14px;
    border-radius: 16px;
}

    .dash-menu a svg {
    width: 18px;
    height: 18px;
}

    .dash-main {
    padding: 14px 12px 24px;
}

    .panel-hero h1 {
    font-size: 26px;
}

    .top-actions .btn,.actions-row .btn {
    width: 100%;
}

    .table-clean {
    min-width: 640px;
}
}

@media (max-width:560px) {

    .view-switch a {
    justify-content: center;
}

    .panel-hero h1 {
    font-size: 24px;
}

    .card,.chart-card,.profile-block-card {
    padding-left: 16px;
    padding-right: 16px;
}
}

.mobile-filters-toggle {
    display: none;
    appearance: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(224,217,206,.92);
    background: #fff;
    color: #24322b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(36,50,43,.08);
    cursor: pointer;
}

.mobile-filters-toggle:before {
    content: "☰";
    font-size: 15px;
    line-height: 1;
}

.mobile-filters-toggle[aria-expanded="true"]:before {
    content: "✕";
    font-size: 14px;
}

.mobile-filters-panel {
    margin-top: 12px;
}

@media (max-width:900px) {
    .mobile-filters-toggle {
    display: inline-flex;
    margin: 0 0 10px;
}

    .listing-toolbar,.list-toolbar {
    align-items: stretch;
}

    .ticket-toolbar-wrap,.admin-list-toolbar-wrap {
    padding-left: 0;
    padding-right: 0;
}

    .grid-2,.grid-3,.mini-grid,.pro-stats,.stats {
    grid-template-columns: 1fr !important;
}

    .dash-main .card,.dash-main .chart-card,.dash-main .soft-card,.dash-main .stat {
    border-radius: 22px;
}

    .dash-main .table,.dash-main table {
    font-size: 14px;
}

    .dash-topbar__inner {
    padding: 10px 12px;
    gap: 10px;
}

    .dash-topbar__actions {
    gap: 8px;
}

    .dash-topbar__actions .panel-badge {
    display: none;
}

    .dash-topbar__actions .btn,.dash-topbar__actions .logout-chip {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 13px;
    border-radius: 12px;
}

    .dash-topbar__actions .view-switch {
    order: 3;
    width: 100%;
}

    .panel-hero {
    margin-bottom: 18px;
}

    .panel-copy,.muted,.meta-sub,.table-clean td,.table-clean th {
    font-size: 13px;
}

    .dash-sidebar {
    top: 68px;
}
}

@media (max-width:640px) {
    .dash-mobile-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

    .dash-mobile-toggle span {
    width: 20px;
    height: 2px;
    margin: 3px auto;
    background: #24322b;
}

    .dash-brand img {
    max-width: 118px;
}

    .dash-main {
    padding: 12px 10px 22px;
}

    .card,.chart-card,.soft-card,.profile-block-card,.stat-pro,.stat {
    padding: 16px !important;
}

    .dash-menu a {
    padding: 11px 12px;
    font-size: 13px;
}

    .btn,.btn.btn-sm {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 13px;
}

    .table-clean {
    min-width: 560px;
}
}

.mobile-filters-toggle {
    display: none;
    appearance: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(224,217,206,.92);
    background: #fff;
    color: #24322b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(36,50,43,.08);
    cursor: pointer;
}

.mobile-filters-toggle:before {
    display: none;
}

.mobile-filters-toggle__icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 18px;
    height: 14px;
    flex: 0 0 18px;
}

.mobile-filters-toggle__icon span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .2s ease,opacity .2s ease;
}

.mobile-filters-toggle[aria-expanded="true"] .mobile-filters-toggle__icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.mobile-filters-toggle[aria-expanded="true"] .mobile-filters-toggle__icon span:nth-child(2) {
    opacity: 0;
}

.mobile-filters-toggle[aria-expanded="true"] .mobile-filters-toggle__icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

@media (max-width:900px) {
    .mobile-filters-toggle {
    display: inline-flex;
    margin: 0 0 10px;
    width: 100%;
}

    .mobile-filters-panel,
  .mobile-filters-panel.list-toolbar--filters,
  .mobile-filters-panel.ticket-toolbar-form,
  .mobile-filters-panel.admin-list-toolbar-form,
  .mobile-filters-panel.filters {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    gap: 10px !important;
}

    .mobile-filters-panel > *,
  .mobile-filters-panel .field,
  .mobile-filters-panel .search-shell,
  .mobile-filters-panel .listing-search__field,
  .mobile-filters-panel .listing-search__actions,
  .mobile-filters-panel .inline-actions,
  .mobile-filters-panel .row,
  .mobile-filters-panel label {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

    .mobile-filters-panel input,
  .mobile-filters-panel select,
  .mobile-filters-panel textarea,
  .mobile-filters-panel .btn,
  .mobile-filters-panel button:not(.search-clear-btn) {
    max-width: 100%;
}

    .mobile-filters-panel .row,
  .mobile-filters-panel .between {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
}

    .mobile-filters-panel .btn,
  .mobile-filters-panel .btn.btn-sm {
    justify-content: center;
    text-align: center;
    white-space: normal;
}

    .dash-topbar__start {
    gap: 10px;
}

    .dash-mobile-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(224,217,206,.95);
    background: #fff;
    box-shadow: 0 10px 24px rgba(36,50,43,.08);
    padding: 0;
    align-items: center;
    justify-content: center;
}

    .dash-mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #24322b;
    transition: transform .2s ease,opacity .2s ease;
}

    body.dash-nav-open .dash-mobile-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

    body.dash-nav-open .dash-mobile-toggle span:nth-child(2) {
    opacity: 0;
}

    body.dash-nav-open .dash-mobile-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

    .dash-topbar__actions .btn,
  .dash-topbar__actions .logout-chip,
  .dash-topbar__actions .header-refresh-action {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 12px;
    border-radius: 12px;
    max-width: 100%;
}

    .dash-topbar__actions .btn {
    white-space: normal;
    line-height: 1.2;
    text-align: center;
}

    .customer-profile-form input[type="file"],
  .operator-profile-form input[type="file"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: 12px;
    padding: 10px 12px;
    overflow: hidden;
}

    .customer-profile-form input[type="file"]::file-selector-button,
  .operator-profile-form input[type="file"]::file-selector-button {
    margin-right: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(148,163,184,.22);
    background: #f8fafc;
    color: #24322b;
    font: inherit;
}
}

@media (max-width:640px) {
    .dash-topbar__actions {
    gap: 6px;
}

    .btn,.btn.btn-sm {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 12px;
}

    .header-refresh-action__label,
  .logout-chip span,
  .view-switch a span {
    display: none;
}

    .header-refresh-action,
  .logout-chip,
  .view-switch a {
    justify-content: center;
}

    .header-refresh-action,
  .logout-chip {
    min-width: 40px;
    padding: 10px;
}
}

.logout-chip .ui-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.logout-chip svg {
    display: block;
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
}

.booking-filters-form {
    display: grid;
    grid-template-columns: minmax(0,1.3fr) repeat(2,minmax(0,1fr)) auto;
    gap: 12px;
    align-items: center;
}

.booking-filters-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-filters-submit {
    min-width: 124px;
}

.booking-filters-reset {
    min-width: 46px;
    padding-left: 12px;
    padding-right: 12px;
}

.booking-filters-reset .ui-icon {
    margin-right: 0;
}

.booking-filters-reset span {
    display: none;
}

.booking-mobile-list {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.booking-mobile-card {
    padding: 14px;
    border: 1px solid #e6ddd0;
    border-radius: 18px;
    background: linear-gradient(180deg,#fffdfa 0%,#fbf8f3 100%);
    box-shadow: 0 12px 28px rgba(36,50,43,.06);
}

.booking-mobile-card--pending {
    border-color: rgba(245,158,11,.35);
    box-shadow: 0 16px 38px rgba(245,158,11,.10);
}

.booking-mobile-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.booking-mobile-card__head h4 {
    margin: 0 0 4px;
    font-size: 17px;
    line-height: 1.1;
    color: #21312a;
}

.booking-mobile-card__head p {
    margin: 0;
    color: #66756d;
    font-size: 12px;
    line-height: 1.35;
}

.booking-mobile-card__badges {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.booking-mobile-card__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
}

.booking-mobile-card__grid>div {
    padding: 10px 11px;
    border: 1px solid #eadfce;
    border-radius: 14px;
    background: #fff;
    min-width: 0;
}

.booking-mobile-card__label {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7d7f78;
}

.booking-mobile-card__grid strong {
    display: block;
    color: #21312a;
    font-size: 13px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.booking-mobile-card__grid small {
    display: block;
    margin-top: 2px;
    color: #6f7b74;
    font-size: 11px;
    line-height: 1.3;
}

.booking-mobile-card__pill-line{
    margin-top: 6px;
}

.booking-mobile-card__note,.booking-mobile-card__link {
    margin: 12px 0 0;
    color: #5f6d65;
    font-size: 14px;
    line-height: 1.5;
}

.booking-mobile-card__link a {
    font-weight: 700;
}

.booking-mobile-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.booking-mobile-card__actions .btn,.booking-mobile-card__actions .inline-form {
    flex: 1 1 calc(50% - 10px);
}

.booking-mobile-card__actions .inline-form .btn {
    width: 100%;
}

.booking-mobile-card__actions .booking-join-btn {
    flex: 1 1 100%;
}

.booking-mobile-card__actions .booking-edit-btn,
.booking-mobile-card__actions .booking-manage-btn {
    justify-content: center;
    gap: 8px;
}

.booking-mobile-card__actions .booking-edit-btn {
    flex: 0 0 auto;
    width: auto;
    min-height: 44px;
    max-height: 44px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid #d9e2df;
    background: #f2f5f4;
    color: #000 !important;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.booking-mobile-card__actions .booking-edit-btn:hover {
    border-color: #cfd8d5;
    background: #ecefed;
    color: #000 !important;
}

.booking-mobile-card__actions .booking-edit-btn,
.booking-mobile-card__actions .booking-edit-btn span,
.booking-mobile-card__actions .booking-edit-btn .booking-action-btn__icon,
.booking-mobile-card__actions .booking-edit-btn .booking-action-btn__icon svg,
.booking-mobile-card__actions .booking-edit-btn svg,
.booking-mobile-card__actions .booking-edit-btn:hover span,
.booking-mobile-card__actions .booking-edit-btn:hover .booking-action-btn__icon,
.booking-mobile-card__actions .booking-edit-btn:hover .booking-action-btn__icon svg,
.booking-mobile-card__actions .booking-edit-btn:hover svg,
.booking-mobile-card__actions .booking-manage-btn .booking-action-btn__icon,
.booking-mobile-card__actions .booking-manage-btn .booking-action-btn__icon svg {
    color: #000 !important;
    stroke: #000 !important;
    fill: none !important;
}

@media (max-width:900px) {
    .dash-topbar__inner {
    padding: 10px 12px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 10px;
}

    .dash-topbar__start {
    display: contents;
}

    .dash-brand {
    justify-self: start;
}

    .dash-topbar__actions {
    display: contents;
}

    .dash-topbar__actions .view-switch {
    grid-column: 1 / -1;
    order: 10;
    width: 100%;
    margin-top: 4px;
}

    .dash-topbar__actions .panel-badge,.dash-topbar__actions > .btn:not(.header-refresh-action):not(.logout-chip),.dash-topbar__actions > a.btn:not(.header-refresh-action):not(.logout-chip) {
    display: none !important;
}

    .header-refresh-action {
    grid-column: 3;
    justify-self: end;
}

    .logout-chip {
    grid-column: 4;
    justify-self: end;
}

    .booking-filters-form {
    grid-template-columns: 1fr;
    gap: 10px;
}

    .booking-filters-actions {
    display: grid;
    grid-template-columns: minmax(0,1fr) 56px;
    gap: 10px;
}

    .booking-filters-submit,.booking-filters-reset {
    width: 100%;
    min-width: 0;
;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
}

    .booking-filters-reset .ui-icon {
    width: 18px;
    height: 18px;
}
}

@media (max-width:760px) {
    .booking-table-desktop {
    display: none;
}

    .booking-mobile-list {
    display: flex;
}

    .booking-mobile-card__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

    .booking-mobile-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

    .booking-mobile-card__actions .btn,.booking-mobile-card__actions .inline-form {
    width: 100%;
    flex: auto;
}

    .booking-mobile-card__actions .booking-join-btn {
    grid-column: 1 / -1;
}

    .booking-mobile-card__badges {
    align-items: flex-end;
}

    .booking-mobile-card .status-badge,
  .booking-mobile-card [class*="badge"] {
    font-size: 11px;
}

    .booking-mobile-card__actions .booking-join-btn,
  .booking-mobile-card__actions .booking-reschedule-btn {
    min-height: 40px;
    padding: 0 12px !important;
    font-size: 13px !important;
}
}

@media (max-width:420px) {
    .booking-mobile-card {
    padding: 12px;
}

    .booking-mobile-card__head h4 {
    font-size: 16px;
}

    .booking-mobile-card__grid>div {
    padding: 9px 10px;
}

    .booking-mobile-card__grid strong {
    font-size: 12px;
}

    .booking-mobile-card__grid small {
    font-size: 10px;
}

    .ticket-toolbar-form.mobile-filters-panel input[type=search],
  .ticket-toolbar-form.mobile-filters-panel select,
  .ticket-toolbar-form.mobile-filters-panel .booking-filters-actions,
  .ticket-toolbar-form.mobile-filters-panel .booking-filters-submit,
  .ticket-toolbar-form.mobile-filters-panel .booking-filters-reset {
    width: 100%;
    max-width: 100%;
}
}

@media (max-width:760px) {
    .booking-filters-form.mobile-filters-panel,
  .listing-toolbar .booking-filters-form.mobile-filters-panel,
  .ticket-toolbar-wrap .booking-filters-form.mobile-filters-panel {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
}

    .booking-filters-form.mobile-filters-panel > * {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}

    .booking-filters-form.mobile-filters-panel input[type="search"],
  .booking-filters-form.mobile-filters-panel select {
    display: block;
    width: 100% !important;
    min-height: 50px;
    padding: 0 16px;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-actions {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 56px !important;
    gap: 12px !important;
    align-items: stretch !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-submit,
  .booking-filters-form.mobile-filters-panel .booking-filters-reset {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-submit {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-reset {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
}
}

@media (max-width:760px) {
    .booking-filters-form.mobile-filters-panel {
    width: 100% !important;
    max-width: none !important;
    align-items: stretch !important;
}

    .booking-filters-form.mobile-filters-panel[style*="display: none"] {
    display: none !important;
}

    .booking-filters-form.mobile-filters-panel.is-mobile-open,
  .booking-filters-form.mobile-filters-panel[style*="display: flex"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

    .booking-filters-form.mobile-filters-panel > input[type="search"],
  .booking-filters-form.mobile-filters-panel > select,
  .booking-filters-form.mobile-filters-panel > .booking-filters-actions {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

    .booking-filters-form.mobile-filters-panel > input[type="search"] {
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 16px !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
}

    .booking-filters-form.mobile-filters-panel > select {
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 16px !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-actions {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 54px !important;
    gap: 12px !important;
    width: 100% !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-submit,
  .booking-filters-form.mobile-filters-panel .booking-filters-reset {
    min-height: 50px !important;
    height: 50px !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-submit {
    padding: 0 16px !important;
    font-size: 15px !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-reset {
    padding: 0 !important;
    justify-content: center !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-reset span {
    display: none !important;
}
}

.booking-filters-form {
    grid-template-columns: minmax(0,1.3fr) repeat(2,minmax(180px,1fr)) auto;
    align-items: end;
}

.booking-filters-actions {
    display: grid;
    grid-template-columns: minmax(140px,auto) 46px;
    gap: 10px;
    justify-self: end;
    align-items: stretch;
    max-width: 100%;
}

.booking-filters-submit {
    min-width: 140px;
}

.booking-filters-reset {
    width: 46px;
    min-width: 46px;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    overflow: hidden;
}

@media (max-width:760px) {
    .booking-filters-form.mobile-filters-panel > input[type="search"],
  .booking-filters-form.mobile-filters-panel > select,
  .booking-filters-form.mobile-filters-panel > .booking-filters-actions,
  .booking-filters-form.mobile-filters-panel .booking-filters-submit,
  .booking-filters-form.mobile-filters-panel .booking-filters-reset {
    width: 100% !important;
    max-width: 100% !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-submit,
  .booking-filters-form.mobile-filters-panel .booking-filters-reset {
    min-height: 50px !important;
    height: 50px !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-submit {
    padding: 0 16px !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-reset {
    display: none !important;
}
}

@media (max-width:760px) {
    .service-booking-inline .flatpickr-calendar .flatpickr-months,
  .flatpickr-calendar .flatpickr-months {
    display: block;
}

    .service-booking-inline .flatpickr-calendar .flatpickr-month,
  .flatpickr-calendar .flatpickr-month {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    width: 100%;
    position: relative;
}

    .service-booking-inline .flatpickr-calendar .flatpickr-current-month,
  .flatpickr-calendar .flatpickr-current-month {
    grid-column: 2;
    position: static;
    transform: none;
    left: auto;
    top: auto;
    width: auto !important;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

    .service-booking-inline .flatpickr-calendar .flatpickr-current-month .cur-month,
  .service-booking-inline .flatpickr-calendar .flatpickr-current-month .numInputWrapper,
  .flatpickr-calendar .flatpickr-current-month .cur-month,
  .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    margin: 0;
    float: none;
}

    .service-booking-inline .flatpickr-calendar .flatpickr-prev-month,
  .service-booking-inline .flatpickr-calendar .flatpickr-next-month,
  .flatpickr-calendar .flatpickr-prev-month,
  .flatpickr-calendar .flatpickr-next-month {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .service-booking-inline .flatpickr-calendar .flatpickr-prev-month,
  .flatpickr-calendar .flatpickr-prev-month {
    grid-column: 1;
    justify-self: start;
}

    .service-booking-inline .flatpickr-calendar .flatpickr-next-month,
  .flatpickr-calendar .flatpickr-next-month {
    grid-column: 3;
    justify-self: end;
}
}

.flatpickr-calendar.holyhome-calendar .flatpickr-current-month {
    width: 300px !important;
    margin: 0 !important;
}

@media (max-width: 480px) {
    .flatpickr-calendar.holyhome-calendar .flatpickr-current-month {
    width: 300px !important;
    margin: 0 !important;
}
}

.category-carousel--operators {
    padding: 0 2px;
}

.operator-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px,1fr);
    grid-template-columns: none;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 2px 8px;
}

.operator-carousel__track::-webkit-scrollbar {
    display: none;
}

.operator-carousel__card {
    min-width: 0;
    height: 100%;
}

.unified-card__media--operator {
    aspect-ratio: 1 / 1;
    min-height: 0;
    background: linear-gradient(135deg,#f3eee6,#ece8f7);
}

.unified-card__media--operator img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.unified-card__media--operator .unified-card__placeholder {
    height: 100%;
    aspect-ratio: 1 / 1;
}

@media (max-width:980px) {
    .category-carousel--operators {
    padding: 0 22px;
}

    .operator-carousel__track {
    grid-auto-columns: minmax(280px,82vw);
    gap: 16px;
}
}

@media (max-width:640px) {
    .category-carousel--operators {
    padding: 0 18px;
}

    .operator-carousel__track {
    grid-auto-columns: minmax(260px,84vw);
}
}

.finance-explainer-card__head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.finance-bullets {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.finance-bullet {
    padding: 12px 14px;
    border: 1px solid rgba(20,31,57,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.62);
    color: #203049;
}

.finance-inline-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.operator-finance-card {
    background: linear-gradient(180deg,rgba(255,255,255,.94),rgba(247,250,255,.96));
    border: 1px solid rgba(34,77,122,.09);
}

.operator-finance-breakdown {
    margin-top: 18px;
    display: grid;
    gap: 12px;
    max-width: 760px;
}

.operator-finance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(20,31,57,.08);
}

.operator-finance-row strong {
    font-size: 1.05rem;
}

.operator-finance-row--negative strong,.text-danger {
    color: #b73b3b;
}

.operator-finance-row--positive strong {
    color: #23724d;
}

.operator-finance-row--total {
    background: rgba(232,248,239,.92);
}

.operator-finance-divider {
    height: 1px;
    background: linear-gradient(90deg,rgba(20,31,57,0),rgba(20,31,57,.14),rgba(20,31,57,0));
    margin: 2px 0;
}

.operator-finance-note {
    font-size: .95rem;
    color: #4c5b72;
    line-height: 1.55;
}

.finance-section-head h3,.finance-explainer-card h3 {
    margin: 0;
}

.btn.btn-primary,.btn.btn-success,.btn.btn-dark,.btn:not(.alt):not(.ghost),
button.btn-primary,button.btn-success,button.btn-dark,
input[type="submit"].btn-primary,input[type="submit"].btn-success,input[type="submit"].btn-dark {
    color: #fff !important;
}

.btn.alt,a.btn.alt,.btn.ghost,a.btn.ghost {
    color: var(--text) !important;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    box-shadow: none !important;
}

.btn.alt svg,.btn.alt i,.btn.ghost svg,.btn.ghost i {
    color: currentColor !important;
    fill: currentColor;
}

.booking-filters-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.booking-filters-reset {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    color: #22312a !important;
    background: #fff !important;
    border: 1px solid #d9ded8 !important;
    box-shadow: none !important;
}

.booking-filters-reset span {
    display: inline !important;
    color: inherit !important;
}

.booking-filters-reset svg,.booking-filters-reset i {
    display: inline-flex !important;
    color: inherit !important;
    fill: currentColor;
}

@media (max-width: 720px) {
    .operator-finance-row {
    align-items: flex-start;
    flex-direction: column;
}

    .booking-filters-actions {
    width: 100%;
}

    .booking-filters-reset,.booking-filters-submit {
    width: 100%;
}
}

.hh-check {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(41,88,76,.16);
    border-radius: 18px;
    background: linear-gradient(180deg,#fff 0%,#f7fbf9 100%);
    cursor: pointer;
    transition: border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
    margin-top: 4px;
}

.hh-check:hover {
    border-color: rgba(41,88,76,.28);
    box-shadow: 0 10px 24px rgba(41,88,76,.08);
}

.hh-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hh-check__box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 8px;
    border: 1.5px solid rgba(41,88,76,.38);
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75),0 4px 10px rgba(17,24,39,.05);
    margin-top: 2px;
}

.hh-check__box:after {
    content: "";
    width: 11px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) scale(.7);
    opacity: 0;
    transition: opacity .18s ease,transform .18s ease;
}

.hh-check input:checked + .hh-check__box {
    background: #29584c;
    border-color: #29584c;
    box-shadow: 0 10px 22px rgba(41,88,76,.18);
}

.hh-check input:checked + .hh-check__box:after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}

.hh-check input:focus-visible + .hh-check__box {
    outline: 2px solid rgba(41,88,76,.34);
    outline-offset: 3px;
}

.hh-check__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.hh-check__content strong {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    color: #20312a;
}

.hh-check__content small {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: #6c766f;
}

.remember-check {
    margin-bottom: 2px;
}

.notification-center-note {
    padding: 16px 18px;
    border-radius: 16px;
    line-height: 1.6;
}

.admin-theme .header-refresh-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: auto;
    width: auto;
    height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    background: #29584c !important;
    border-color: #29584c !important;
    color: #fff !important;
}

.admin-theme .header-refresh-action:hover {
    background: #224b41 !important;
    color: #fff !important;
    border-color: #224b41 !important;
}

.admin-theme .header-refresh-action__label {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
    border: 0 !important;
    font-size: 13px;
    font-weight: 700;
}

.admin-theme .logout-chip {
    height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    gap: 8px;
    background: #18222f;
    color: #fff;
}

.admin-theme .logout-chip span {
    display: inline !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.admin-theme .view-switch a span {
    display: inline !important;
}

.admin-theme .view-switch {
    flex-wrap: wrap;
    row-gap: 6px;
}

.admin-theme .view-switch a {
    min-height: 42px;
}

.form-error-summary {
    display: none;
    margin: 0 0 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff5f5;
    border: 1px solid rgba(217,83,79,.24);
    color: #9f2f2b;
    line-height: 1.5;
}

.form-error-summary.is-visible {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.field-error {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.45;
    color: #b13b37;
}

.hh-booking-calendar {
    margin-bottom: 26px;
}

@media (max-width: 700px) {
    .hh-check {
    padding: 13px 14px;
    gap: 12px;
}

    .hh-check__content strong {
    font-size: 14px;
}

    .hh-check__content small {
    font-size: 11px;
}

    .admin-theme .dash-topbar__inner {
    grid-template-columns: auto 1fr;
}

    .admin-theme .dash-topbar__actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
}

    .admin-theme .dash-topbar__actions .view-switch {
    grid-column: 1 / -1;
    order: 1;
    width: 100%;
    margin-top: 0;
}

    .admin-theme .header-refresh-action,.admin-theme .logout-chip {
    justify-content: center;
    min-width: 0;
    width: 100%;
}

    .admin-theme .view-switch a {
    justify-content: center;
    padding: 10px 10px;
}
}

.card.chart-card {
    margin: 0 0 40px 0;
}

@media (max-width:900px) {
    .dash-topbar__inner {
    display: grid !important;
    grid-template-columns: auto minmax(0,1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
}

    .dash-topbar__start {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0;
}

    .dash-topbar__actions {
    grid-column: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: auto !important;
    min-width: auto !important;
}

    .dash-topbar__actions .view-switch {
    width: auto !important;
    margin-top: 0 !important;
    grid-column: auto !important;
}

    .dash-topbar__actions .panel-badge,
  .dash-topbar__actions > .btn:not(.header-refresh-action):not(.logout-chip),
  .dash-topbar__actions > a.btn:not(.header-refresh-action):not(.logout-chip) {
    display: none !important;
}

    .header-refresh-action,
  .logout-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
}

    .header-refresh-action__label,
  .logout-chip span:not(.ui-icon) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
}

@media (max-width:700px) {
    .admin-theme .dash-topbar__inner {
    grid-template-columns: auto minmax(0,1fr) auto !important;
}

    .admin-theme .dash-topbar__actions {
    grid-column: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    gap: 10px !important;
}

    .admin-theme .dash-topbar__actions .view-switch {
    display: none !important;
}

    .admin-theme .header-refresh-action,
  .admin-theme .logout-chip {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
}
}

.customer-theme.dashboard-v5 .logout-chip {
    background: #4d7862;
    color: #fff;
}

.customer-theme.dashboard-v5 .dash-topbar {
    background: rgba(250,248,244,.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(222,216,206,.92);
}

.header-refresh-action__icon,.header-refresh-action__icon svg {
    display: inline-flex !important;
    color: inherit !important;
    stroke: #fff !important;
}

.header-refresh-action span.header-refresh-action__icon {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.booking-filters-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.booking-filters-submit,.booking-filters-reset {
    flex: 0 0 auto;
;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
}

.booking-filters-reset-x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

@media (max-width:720px) {
    .booking-filters-actions {
    width: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

    .booking-filters-submit,.booking-filters-reset {
    width: auto !important;
    min-width: 0;
}
}

.booking-filters-reset {
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 8px;
}

.booking-filters-reset-x {
    width: 16px;
    height: 16px;
    font-size: 18px;
}

@media (max-width:760px) {
    .ticket-toolbar-wrap,
  .admin-list-toolbar-wrap {
    padding-right: 0 !important;
}

    .ticket-toolbar-wrap .booking-filters-form.mobile-filters-panel,
  .admin-list-toolbar-wrap .booking-filters-form.mobile-filters-panel,
  .booking-filters-form.mobile-filters-panel {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

    .booking-filters-form.mobile-filters-panel > input[type="search"],
  .booking-filters-form.mobile-filters-panel > select,
  .booking-filters-form.mobile-filters-panel > .booking-filters-actions {
    margin-right: 0 !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-actions {
    gap: 10px !important;
    padding-right: 0 !important;
}

    .booking-filters-form.mobile-filters-panel .booking-filters-reset {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin-right: 0 !important;
}
}

.form-error-summary {
    position: relative;
    scroll-margin-top: 110px;
}

.form-error-summary strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
}

.form-error-summary span {
    display: block;
    font-size: 13px;
}

.field,.form-group,.form-row,.booking-form__group,.checkout-field,.input-group,.admin-field,fieldset {
    scroll-margin-top: 120px;
}

.field.is-invalid input,.field.is-invalid select,.field.is-invalid textarea,
.form-group.is-invalid input,.form-group.is-invalid select,.form-group.is-invalid textarea,
.form-row.is-invalid input,.form-row.is-invalid select,.form-row.is-invalid textarea,
.booking-form__group.is-invalid input,.booking-form__group.is-invalid select,.booking-form__group.is-invalid textarea,
.checkout-field.is-invalid input,.checkout-field.is-invalid select,.checkout-field.is-invalid textarea,
.input-group.is-invalid input,.input-group.is-invalid select,.input-group.is-invalid textarea,
.admin-field.is-invalid input,.admin-field.is-invalid select,.admin-field.is-invalid textarea,
fieldset.is-invalid input,fieldset.is-invalid select,fieldset.is-invalid textarea,
input.is-invalid,select.is-invalid,textarea.is-invalid {
    border-color: #d9534f !important;
    box-shadow: 0 0 0 4px rgba(217,83,79,.14) !important;
    background: #fffdfd;
}

.checkline.is-invalid {
    border-color: #d9534f !important;
    box-shadow: 0 0 0 4px rgba(217,83,79,.14) !important;
    background: #fffdfd;
}

.checkline.is-invalid span,
.checkline.is-invalid a {
    color: #b13b37 !important;
}

.field.is-invalid label,.form-group.is-invalid label,.form-row.is-invalid label,.booking-form__group.is-invalid label,.checkout-field.is-invalid label,.input-group.is-invalid label,.admin-field.is-invalid label,fieldset.is-invalid legend {
    color: #b13b37 !important;
}

.field-error {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #b13b37;
}

.form-success-summary {
    margin: 0 0 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f0faf4;
    border: 1px solid rgba(61,145,92,.24);
    color: #25653f;
    line-height: 1.55;
    font-weight: 600;
}

.field-hint {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.45;
    color: #6e7a73;
}

button[disabled], .btn[disabled] {
    opacity: .72;
    cursor: not-allowed;
}

#checkout-confirm-order-btn,
#checkout-confirm-order-btn:hover,
#checkout-confirm-order-btn:focus,
#checkout-confirm-order-btn:active,
#checkout-confirm-order-btn:visited {
    background: #fff !important;
    color: #22312a !important;
    border: 1px solid rgba(34,49,42,.16) !important;
    box-shadow: 0 16px 34px rgba(34,49,42,.12) !important;
    min-height: 60px;
    font-size: 20px;
    font-weight: 800;
}

#checkout-confirm-order-btn .checkout-confirm-order-btn__label,
#checkout-confirm-order-btn:hover .checkout-confirm-order-btn__label,
#checkout-confirm-order-btn:focus .checkout-confirm-order-btn__label,
#checkout-confirm-order-btn:active .checkout-confirm-order-btn__label,
#checkout-confirm-order-btn:visited .checkout-confirm-order-btn__label {
    color: #22312a !important;
    font-size: 20px;
    font-weight: 800;
}

@media (max-width:760px) {
    .checkout-actions-bar {
        margin-top: 18px;
        padding: 14px;
        border-radius: 24px;
        background: #22312a;
    }

    .checkout-actions-bar__inner {
        gap: 12px;
    }

    #checkout-confirm-order-btn,
    #checkout-confirm-order-btn:hover,
    #checkout-confirm-order-btn:focus,
    #checkout-confirm-order-btn:active,
    #checkout-confirm-order-btn:visited {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 58px;
        padding: 12px 18px;
        border-radius: 18px;
        line-height: 1.15;
        text-align: center;
        white-space: normal;
    }

    #checkout-confirm-order-btn .checkout-confirm-order-btn__label,
    #checkout-confirm-order-btn:hover .checkout-confirm-order-btn__label,
    #checkout-confirm-order-btn:focus .checkout-confirm-order-btn__label,
    #checkout-confirm-order-btn:active .checkout-confirm-order-btn__label,
    #checkout-confirm-order-btn:visited .checkout-confirm-order-btn__label {
        display: block;
        max-width: 18ch;
        color: #22312a !important;
        font-size: 17px;
        font-weight: 900;
        line-height: 1.12;
        letter-spacing: 0;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .checkout-back-link {
        min-height: 38px;
        justify-content: center;
        font-size: 15px;
        line-height: 1.2;
    }
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 0 20px 34px;
}

.site-footer__payments--pro {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.paymark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(24,39,32,.08);
    box-shadow: 0 4px 10px rgba(23,38,31,.04);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0;
    color: #16221d;
}

.paymark--mastercard {
    min-width: 58px;
    padding: 0 8px;
}

.paymark__mc {
    position: relative;
    width: 28px;
    height: 16px;
    display: inline-block;
}

.paymark__mc i {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.paymark__mc i:first-child {
    left: 0;
    background: #ea001b;
}

.paymark__mc i:last-child {
    right: 0;
    background: #f79e1b;
    mix-blend-mode: multiply;
}

.paymark--visa {
    min-width: 62px;
    color: #1a4fb5;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .04em;
    font-style: italic;
}

.paymark--paypal {
    min-width: 66px;
    color: #003087;
    font-weight: 900;
    font-size: 12px;
}

.paymark--paypal span {
    color: #009cde;
}

.paymark--apple {
    min-width: 66px;
    font-size: 12px;
    font-weight: 800;
    gap: 5px;
}

.paymark__applelogo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.paymark__applelogo svg {
    width: 12px;
    height: 14px;
    display: block;
}

.paymark__appletext {
    display: inline-block;
}

.paymark--gpay {
    min-width: 64px;
    font-size: 12px;
    font-weight: 700;
    color: #3c4043;
}

.paymark--gpay b {
    font-size: 16px;
    line-height: 1;
    background: linear-gradient(90deg,#4285f4 0 25%,#ea4335 25% 50%,#fbbc05 50% 75%,#34a853 75% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    margin-right: 2px;
}

.paymark--satispay {
    min-width: 70px;
    font-size: 12px;
    font-weight: 900;
    color: #e13939;
    border-color: rgba(225,57,57,.18);
    background: linear-gradient(180deg, #ffffff 0%, #fff4f4 100%);
}

@media (max-width:980px) {
    .site-footer__payments--pro {
    gap: 10px;
}

    .paymark {
    min-width: 62px;
}
}

@media (max-width:760px) {
    .site-footer__payments--pro {
    width: 100%;
}

    .paymark {
    min-width: 76px;
    height: 42px;
    font-size: 16px;
}
}

@media (max-width:640px) {
    .listing-filter-control {
    min-width: 0;
    max-width: none;
    flex: 1 1 auto;
}
}

.hh-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.hh-price-stack {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.hh-price-current {
    display: inline-block;
    color: #22312a;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.02em;
}

.hh-price-compare {
    display: inline-block;
    color: #8b938d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: line-through;
    text-decoration-thickness: 1.2px;
    text-decoration-color: currentColor;
}

.hh-price-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #eef4ef;
    border: 1px solid rgba(198,211,202,.95);
    color: #335347;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

.mini-price {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    color: #22312a;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.02em;
}

.mini-price--compare {
    color: #8b938d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: line-through;
    text-decoration-thickness: 1.2px;
    text-decoration-color: currentColor;
}

@media (max-width:760px) {
    .hh-price-row {
    align-items: flex-start;
}

    .hh-price-current,.mini-price {
    font-size: 20px;
}

    .hh-price-compare,.mini-price--compare {
    font-size: 12px;
}

    .hh-price-tag {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 11px;
}
}

.admin-list-page-card--flush .ticket-card-head,
.admin-list-page-card--flush .admin-list-toolbar-wrap--flush {
    box-sizing: border-box;
}

.admin-list-page-card--flush .admin-list-toolbar-wrap--flush .listing-search.ticket-toolbar-form {
    margin: 0;
    max-width: none;
}

.admin-list-table-wrap--flush {
    width: calc(100% - 32px);
    margin: 0 16px 24px;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 24px;
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
    overflow: hidden;
    box-sizing: border-box;
}

.admin-list-table-wrap--flush .table-clean {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.admin-list-table-wrap--flush .list-bulk-actions {
    padding: 16px 16px 0;
}

@media (max-width:760px) {
    .admin-list-page-card--flush .ticket-card-head,
  .admin-list-page-card--flush .admin-list-toolbar-wrap--flush {
    padding-left: 12px;
    padding-right: 12px;
}

    .admin-list-table-wrap--flush {
    width: calc(100% - 24px);
    margin: 0 12px 20px;
}

    .admin-list-table-wrap--flush .list-bulk-actions {
    padding: 14px 12px 0;
}
}

.booking-filters-form {
    justify-content: start !important;
    justify-items: start !important;
    align-items: center !important;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form {
    justify-content: start !important;
    justify-items: start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.booking-filters-actions {
    justify-self: start !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
}

.booking-filters-submit,.booking-filters-reset {
  flex: 0 0 auto !important;
  height: 46px !important;
  min-width: 110px !important;
  width: auto !important;
  padding: 0 18px !important;
  border-radius: 16px !important;
  overflow: visible !important;
  margin-right: 0 !important;
}

.booking-filters-reset-x {
    display: none !important;
}

@media (max-width:760px) {
    .booking-filters-form {
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
}

    .booking-filters-actions {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}

    .booking-filters-submit,.booking-filters-reset {
    width: 100% !important;
    min-width: 0 !important;
}
}

body.nav-open .nav-toggle {
    background: #24322b !important;
    border-color: #24322b !important;
    color: #fff !important;
}

body.nav-open .nav-toggle span {
    background: currentColor !important;
}

@media (max-width:980px) {
    .site-nav-wrapper[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

    .site-nav-wrapper[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
}

@media (max-width:640px) {
    .site-nav-wrapper {
    top: 84px !important;
    padding: 16px 14px 14px;
}
}

.shell-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.shell-toolbar__item,.shell-profile__trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(224,217,206,.96);
    box-shadow: 0 12px 28px rgba(33,42,37,.06);
    color: #24322b;
    font-size: 14px;
    font-weight: 700;
    transition: transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}

.shell-toolbar__item:hover,.shell-profile__trigger:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(33,42,37,.08);
    background: #fff;
}

.shell-toolbar__item.is-quiet {
    background: rgba(248,245,239,.92);
}

.shell-toolbar__item .ui-icon,.shell-profile__trigger .ui-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.shell-toolbar__item span:last-child {
    white-space: nowrap;
}

.shell-toolbar__item--notifications {
    position: relative;
    overflow: visible;
}

.shell-toolbar__item--calendar-warning {
    gap: 8px;
    padding: 0 14px !important;
    background: linear-gradient(180deg,#fff7db,#ffefbf) !important;
    border-color: rgba(217,119,6,.28);
    color: #8a4b00;
}

.shell-toolbar__item--calendar-warning:hover {
    background: linear-gradient(180deg,#fff3cf,#ffe7a6) !important;
}

.shell-toolbar__item--calendar-warning .ui-icon {
    color: #b45309;
}

.shell-toolbar__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.shell-toolbar__item--notifications .shell-toolbar__badge {
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 2;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    box-shadow: 0 0 0 3px rgba(255,255,255,.94);
    pointer-events: none;
}

.shell-profile {
    position: relative;
    display: flex;
    align-items: center;
}

.shell-profile__trigger {
    cursor: pointer;
}

.shell-profile__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg,#24322b,#567060);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    flex: 0 0 32px;
}

.shell-profile__avatar.has-image {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(34,49,42,.12);
}

.shell-profile__avatar.has-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.shell-profile__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
    min-width: 0;
}

.shell-profile__meta strong {
    font-size: 13px;
    color: #22312a;
    max-width: 16ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shell-profile__meta small {
    font-size: 11px;
    color: #748177;
}

.shell-profile__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 220px;
    padding: 10px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(224,217,206,.96);
    box-shadow: 0 20px 44px rgba(33,42,37,.12);
    display: none;
    z-index: 120;
}

.shell-profile.is-open .shell-profile__menu {
    display: grid;
    gap: 4px;
}

.shell-profile__menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    color: #24322b;
    font-weight: 700;
}

.shell-profile__menu a:hover {
    background: #f6f1e8;
}

.dash-menu__subitem {
    margin-left: 18px;
    padding-left: 18px !important;
    position: relative;
    font-size: 13px !important;
}

.dash-menu__subitem:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 8px;
    height: 1.5px;
    background: currentColor;
    opacity: .45;
    transform: translateY(-50%);
}

.dash-mobile-close {
    display: none;
}

.operator-profile-page .service-detail-card__grid {
    grid-template-columns: minmax(320px,.92fr) minmax(0,1.08fr);
    gap: 28px;
}

.operator-profile-page .service-detail-card__media--operator {
    min-height: 480px;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(135deg,#f4eee4,#ece8f7);
}

.operator-profile-page .service-detail-card__media--operator img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.operator-profile-page .service-detail-card__content {
    padding: 22px 0 8px;
}

.operator-profile-page .operator-title-row {
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-bottom:18px;
}

.operator-profile-page .operator-title-row__eyebrow {
    display:inline-flex;
    align-items:center;
    margin:0;
    padding:10px 18px;
    background:linear-gradient(180deg,#f2ece2 0%,#eee6da 100%);
    color:#275e59;
    border:1px solid rgba(222,213,198,.95);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}

.operator-profile-page .operator-title-row__meta {
    display:none !important;
}

.operator-profile-page .operator-hero-head {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-bottom:10px;
}

.operator-profile-page .operator-hero-head h1 {
    margin:0;
    flex:1 1 auto;
    min-width:0;
}

.operator-profile-page .operator-hero-head .hh-presence-badge {
    flex:0 0 auto;
    margin:8px 0 0;
}

.operator-profile-page .service-booking-hint {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    margin: 8px 0 18px;
    border-radius: 999px;
    background: #f6f1e8;
    border: 1px solid rgba(224,217,206,.9);
    font-weight: 700;
    color: #34423b;
}

.operator-profile-page .operator-mini-card--hero {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.operator-profile-page .operator-mini-card__body {
    padding: 0;
}

.operator-profile-page .operator-hero-stats {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin-top: 18px;
}

.operator-profile-page .operator-hero-stat {
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    border: 1px solid rgba(224,217,206,.9);
    box-shadow: 0 14px 32px rgba(33,42,37,.05);
}

.operator-profile-page .operator-hero-stat__label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #748177;
}

.operator-profile-page .operator-hero-stat__value {
    font-size: 19px;
    line-height: 1.2;
    color: #22312a;
}

.operator-profile-page .operator-hero-actions {
    margin-top: 18px;
}

.operator-profile-page .operator-profile-description-block {
    margin-top: 22px;
}

.operator-profile-page .operator-profile-description-card {
    padding: 28px 30px;
    border-radius: 30px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 22px 56px rgba(33,42,37,.06);
}

@media (max-width:900px) {

    .dash-topbar__actions > :not(.shell-toolbar) {
    display: none !important;
}

    .shell-toolbar {
    width: auto;
    justify-content: flex-end;
}

    .shell-toolbar > :not(.shell-profile) {
    display: none !important;
}

    .shell-profile__trigger {
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
    justify-content: center;
    border-radius: 16px;
}

    .shell-profile__meta,.shell-profile__trigger .ui-icon {
    display: none;
}

    .dash-sidebar {
    top: 0 !important;
    bottom: 0;
    width: min(90vw,340px);
    height: 100vh;
    padding: calc(env(safe-area-inset-top,0px) + 88px) 14px 22px;
    z-index: 100;
}

    .dash-mobile-backdrop {
    inset: 0 !important;
}

    .dash-mobile-close {
    display: inline-flex;
    position: absolute;
    top: calc(env(safe-area-inset-top,0px) + 18px);
    right: 14px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(224,217,206,.96);
    border-radius: 14px;
    background: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(33,42,37,.08);
    color: #24322b;
    z-index: 5;
}

    .dash-mobile-close span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

    .dash-mobile-close span:first-child {
    transform: rotate(45deg);
}

    .dash-mobile-close span:last-child {
    transform: rotate(-45deg);
}

    .dash-sidebar__logo {
    padding-right: 56px;
}

    .operator-profile-page .service-detail-card__grid {
    grid-template-columns: 1fr;
}

    .operator-profile-page .service-detail-card__media--operator {
    min-height: 360px;
}
}

@media (max-width:640px) {
    .dash-topbar__inner {
    grid-template-columns: auto minmax(0,1fr) auto !important;
}

    .dash-topbar__start .shell-header__meta .eyebrow,.dash-topbar__start .shell-breadcrumb {
    display: none;
}

    .dash-topbar__start .shell-header__meta h1 {
    font-size: 20px;
    line-height: 1.15;
}

    .operator-profile-page .service-detail-card__media--operator {
    min-height: 320px;
}

    .operator-profile-page .operator-profile-description-card {
    padding: 22px 18px;
}
}

@media (max-width:980px) {
    .site-nav-close {
    display: inline-flex !important;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(224,217,206,.96);
    background: #fff;
    color: #24322b;
    box-shadow: 0 10px 24px rgba(33,42,37,.08);
    font-size: 28px;
    line-height: 1;
    z-index: 2;
}
a.icon-link.icon-link--cart svg {
    color: #ffffff;
}
    .site-nav-wrapper {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    padding: calc(env(safe-area-inset-top,0px) + 70px) 18px 18px !important;
    border-radius: 0 !important;
}

    .site-nav-secondary {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
}

    .site-nav-secondary .icon-link,.site-nav-secondary .btn {
    min-height: 52px;
}
}

@media (max-width:640px) {
    .site-nav-wrapper {
    padding: calc(env(safe-area-inset-top,0px) + 64px) 14px 14px !important;
}
}

.site-header .nav {
    min-height: 76px;
    gap: 16px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.site-nav-primary,
.site-nav-secondary {
    display: flex;
    align-items: center;
    gap: 10px;
;
    margin-left: 4px;
    padding-left: 14px;
    border-left: 1px solid rgba(224,217,206,.92);
}

.site-nav-primary > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    color: #435049;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .01em;
}

.site-nav-primary > a:hover,
.site-nav-primary > a:focus-visible {
    background: #f6f1e8;
    color: #22312a;
    outline: none;
}

.site-nav-secondary .btn,
.site-nav-secondary .icon-link {
    min-height: 44px;
}

.site-nav-secondary .btn {
    border-radius: 14px;
}

.listing-toolbar--compact-tools,
.listing-toolbar--book-date,
.listing-toolbar--operator {
    gap: 14px;
}

.listing-toolbar--compact-tools .catalog-search,
.listing-toolbar--operator .listing-search .hh-input,
.booking-date-search--compact,
.booking-date-toolbar-form--modern .catalog-search,
.booking-date-toolbar-form--modern select.hh-input,
.booking-date-custom-range .hh-input {
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(33,42,37,.05);
}

.catalog-search__input,
.search-input,
.hh-input,
.field input,
.field select,
.field textarea {
    font-size: 15px;
}

.operator-mini-card,
.operator-mini-card--standalone,
.operator-profile-page .operator-hero-stat,
.operator-profile-description-card,
.service-detail-card,
.table-shell.admin-list-table-shell,
.admin-list-table-shell {
    box-shadow: 0 18px 40px rgba(33,42,37,.05);
}

.dash-shell--app {
    grid-template-columns: 292px minmax(0,1fr);
}

.dash-sidebar {
    padding: 16px 14px 18px;
    background: linear-gradient(180deg,#fdfbf8 0,#f7f3ec 100%);
}

.dash-sidebar__logo {
    padding: 2px 10px 12px;
    margin-bottom: 8px;
}

.dash-sidebar__head {
    padding: 8px 10px 14px;
}

.dash-sidebar__head h2 {
    font-size: 20px;
    margin-bottom: 4px;
}

.dash-menu {
    gap: 6px;
}

.dash-menu__group-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 10px 6px;
    padding: 0 6px;
    color: #6f7d76;
}

.dash-menu__group-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg,rgba(216,206,191,.9),rgba(216,206,191,0));
}

.dash-menu a {
    min-height: 46px;
    padding: 12px 12px;
    border-radius: 15px;
    color: #50605a;
}

.dash-menu a:hover {
    background: #f3eee5;
}

.dash-menu a.active {
    box-shadow: 0 12px 24px rgba(95,136,200,.18);
}

.menu-counter {
    min-width: 20px;
    height: 20px;
    font-size: 10px;
}

.dash-main {
    padding: 22px 22px 32px;
}

.panel-head-v5 {
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 20px;
}

.panel-head-v5 h1 {
    font-size: 32px;
    margin-bottom: 8px;
}

.panel-copy {
    max-width: 68ch;
    line-height: 1.65;
}

.panel-head-v5--actions-only {
    justify-content: flex-end;
    align-items: center;
    min-height: 40px;
}

.panel-head-v5--actions-only .top-actions {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-actions .btn {
    min-height: 44px;
    border-radius: 14px;
}

.shell-toolbar {
    gap: 8px;
}

.shell-toolbar__item,
.shell-profile__trigger {
    min-height: 44px;
    border-radius: 14px;
    padding: 0 12px;
}

.shell-toolbar__item span:last-child {
    font-size: 13px;
}

.listing-toolbar .listing-search,
.list-toolbar--filters,
.admin-list-toolbar-form,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form {
    gap: 10px;
}

.listing-toolbar .listing-search > *,
.list-toolbar--filters > *,
.admin-list-toolbar-form > *,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > *,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > * {
    min-height: 48px;
}

.listing-toolbar .listing-search .btn,
.list-toolbar--filters .btn,
.admin-list-toolbar-form .btn,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form .btn {
    min-height: 48px;
    border-radius: 16px;
}


.actions-row .btn,
.actions-row .icon-action,
.icon-action {
    border-radius: 14px;
}

.platform-check-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
    margin: 18px 0 20px;
}

.platform-check-card {
    padding: 20px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg,#fff 0,#fbfaf6 100%);
    border: 1px solid rgba(224,217,206,.9);
    box-shadow: 0 16px 36px rgba(33,42,37,.05);
}

.platform-check-card strong {
    display: block;
    font-size: 30px;
    line-height: 1.05;
    margin-top: 8px;
}

.platform-check-card span {
    color: #6f7b74;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.platform-check-table td:first-child {
    width: 22%;
}

.platform-check-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.platform-check-status--ok {
    background: #eaf7ef;
    color: #1f6c40;
}

.platform-check-status--warn {
    background: #fff4dd;
    color: #8d6512;
}

.platform-check-status--fail {
    background: #fdecec;
    color: #963535;
}

.platform-check-note {
    margin-top: 4px;
    color: #6c776f;
    font-size: 13px;
    line-height: 1.55;
}

.platform-check-inline-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.platform-check-inline-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: #f8f5ef;
    border: 1px solid rgba(232,224,212,.9);
}

@media (max-width:1180px) {
    .platform-check-grid {
    grid-template-columns: 1fr;
}
}

@media (max-width:980px) {
    .dash-shell--app {
    grid-template-columns: 1fr;
}

    .site-nav {
    gap: 12px;
}
}

@media (max-width:760px) {
    .site-header .nav {
    min-height: 72px;
}

    .site-nav-wrapper nav {
    display: grid;
    gap: 16px;
}

    .site-nav-primary,
  .site-nav-secondary {
    display: grid;
    gap: 10px;
;
    margin-left: 0;
    padding-left: 0;
    padding-top: 14px;
    border-left: 0;
    border-top: 1px solid rgba(224,217,206,.88);
}

    .site-nav-primary > a {
    min-height: 58px;
    justify-content: flex-start;
    padding: 0 18px;
    background: #fff;
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 12px 24px rgba(33,42,37,.05);
}

    .site-nav-secondary .btn,
  .site-nav-secondary .icon-link {
    width: 100%;
    justify-content: center;
}

    .panel-head-v5 {
    align-items: flex-start;
}

    .panel-head-v5 h1 {
    font-size: 28px;
}

    .top-actions {
    width: 100%;
    justify-content: flex-start;
}

    .panel-head-v5--actions-only .top-actions {
    justify-content: flex-start;
}
}

.admin-mobile-card-list,
.admin-mobile-card,
.admin-mobile-card__body,
.admin-mobile-card__footer,
.admin-mobile-card__section,
.admin-mobile-card__label,
.admin-mobile-card__value,
.admin-mobile-card-list__empty {
    box-sizing: border-box;
}

.admin-mobile-card-list {
    display: none;
    padding: 12px 10px 10px;
    gap: 12px;
}

.admin-mobile-card {
    display: block;
    background: linear-gradient(180deg,#fffdfa 0%,#fbf8f3 100%);
    border: 1px solid rgba(224,217,206,.9);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(33,42,37,.08);
    overflow: hidden;
}

.admin-mobile-card__body {
    display: grid;
    gap: 0;
}

.admin-mobile-card__section {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(224,217,206,.72);
}

.admin-mobile-card__section:last-child {
    border-bottom: 0;
}

.admin-mobile-card__label {
    margin: 0 0 6px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7d7f78;
}

.admin-mobile-card__value {
    min-width: 0;
    color: #21312a;
}

.admin-mobile-card__value .meta-title,
.admin-mobile-card__value strong,
.admin-mobile-card__value b {
    color: #21312a;
}

.admin-mobile-card__value .actions-row,
.admin-mobile-card__footer .actions-row {
    width: 100%;
}

.admin-mobile-card__footer {
    padding: 14px 16px 16px;
    border-top: 1px solid rgba(224,217,206,.72);
    background: rgba(255,255,255,.7);
}

.admin-mobile-card__footer .actions-row--uniform,
.admin-mobile-card__footer .actions-row--compact,
.admin-mobile-card__footer .actions-row {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
}

.admin-mobile-card__footer .inline-form {
    margin: 0;
}

.admin-mobile-card__footer .icon-action,
.admin-mobile-card__footer .btn,
.admin-mobile-card__footer button {
    width: 100%;
    justify-content: center;
}

.admin-mobile-card-list__empty {
    padding: 0;
}

@media (min-width:981px) {
    .admin-list-table-shell.has-mobile-card-list > .table-clean,
  .admin-list-table-wrap.has-mobile-card-list > .table-clean {
    display: table !important;
}

    .admin-list-table-shell.has-mobile-card-list > .admin-mobile-card-list,
  .admin-list-table-wrap.has-mobile-card-list > .admin-mobile-card-list {
    display: none !important;
}
}

@media (max-width:980px) {
    .table-shell.admin-list-table-shell,
  .admin-list-table-shell,
  .admin-list-table-wrap {
    width: calc(100% - 20px) !important;
    margin: 0 10px 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}

    .admin-list-table-shell.has-mobile-card-list,
  .admin-list-table-wrap.has-mobile-card-list {
    padding-bottom: 0 !important;
}

    .admin-list-table-shell.has-mobile-card-list > .table-clean,
  .admin-list-table-wrap.has-mobile-card-list > .table-clean {
    display: none !important;
}

    .admin-list-table-shell.has-mobile-card-list > .admin-mobile-card-list,
  .admin-list-table-wrap.has-mobile-card-list > .admin-mobile-card-list {
    display: grid !important;
}

    .admin-mobile-card__footer .actions-row--uniform,
  .admin-mobile-card__footer .actions-row--compact,
  .admin-mobile-card__footer .actions-row {
    grid-template-columns: 1fr;
}
}

@media (max-width:980px) {
    .admin-mobile-card-list {
    padding: 10px 8px 8px;
    gap: 10px;
}

    .admin-mobile-card {
    border-radius: 18px;
}

    .admin-mobile-card__section,
  .admin-mobile-card__footer {
    padding-left: 14px;
    padding-right: 14px;
}

    .admin-mobile-card__label {
    font-size: clamp(10px,2.6vw,11px);
}

    .admin-mobile-card__value,
  .admin-mobile-card__value > *,
  .admin-mobile-card__value .meta-title,
  .admin-mobile-card__value .meta-sub,
  .admin-mobile-card__value a,
  .admin-mobile-card__value strong,
  .admin-mobile-card__value b,
  .admin-mobile-card__value span,
  .admin-mobile-card__value div,
  .admin-mobile-card__value small {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

    .admin-mobile-card__value {
    font-size: clamp(12px,3.15vw,14px);
    line-height: 1.45;
}

    .admin-mobile-card__value .meta-title,
  .admin-mobile-card__value strong,
  .admin-mobile-card__value b {
    font-size: clamp(14px,3.9vw,16px);
    line-height: 1.3;
}

    .admin-mobile-card__value .meta-sub,
  .admin-mobile-card__value small {
    font-size: clamp(11px,3.05vw,13px);
    line-height: 1.45;
}

    .admin-mobile-card .operator-main {
    gap: 12px;
    align-items: flex-start;
}

    .admin-mobile-card .operator-avatar,
  .admin-mobile-card .operator-avatar-media {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    font-size: 18px;
}

    .admin-mobile-card__footer .icon-action,
  .admin-mobile-card__footer .btn,
  .admin-mobile-card__footer button {
    min-height: 42px;
}
}

@media (max-width:560px) {
    .admin-mobile-card-list {
    padding: 8px 6px 6px;
}

    .admin-mobile-card {
    border-radius: 16px;
}

    .admin-mobile-card__section,
  .admin-mobile-card__footer {
    padding: 12px;
}

    .admin-mobile-card .operator-main {
    gap: 10px;
}

    .admin-mobile-card .operator-avatar,
  .admin-mobile-card .operator-avatar-media {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    font-size: 16px;
}
}

:root {
    --hh-teal: #2B7F75;
    --hh-teal-dark: #1f625a;
    --hh-gold: #FFD66B;
    --hh-bg: #f5f4f0;
    --hh-card: #ffffff;
    --hh-line: #dedad2;
    --hh-text: #22312a;
    --hh-muted: #728079;
}

.admin-theme,
.operator-theme,
.customer-theme {
    --green: var(--hh-teal);
    --sage-dark: var(--hh-teal-dark);
    --line: var(--hh-line);
    --text: var(--hh-text);
    --muted: var(--hh-muted);
}

.admin-theme .dash-shell,
.operator-theme .dash-shell,
.customer-theme .dash-shell {
    background: linear-gradient(180deg,#f8f7f4 0%,#f3f5f2 100%);
}

.admin-theme .dash-sidebar,
.operator-theme .dash-sidebar,
.customer-theme .dash-sidebar {
    background: linear-gradient(180deg,#fbfbf9 0%,#f5f6f3 100%);
    border-right: 1px solid rgba(43,127,117,.10);
}

.admin-theme .dash-menu a,
.operator-theme .dash-menu a,
.customer-theme .dash-menu a {
    border-radius: 12px;
    color: #4f5c56;
    font-weight: 700;
}

.admin-theme .dash-menu a:hover,
.operator-theme .dash-menu a:hover,
.customer-theme .dash-menu a:hover {
    background: linear-gradient(135deg,rgba(43,127,117,.10),rgba(31,98,90,.08));
    color: var(--hh-teal-dark);
}

.admin-theme .dash-menu a.active,
.operator-theme .dash-menu a.active,
.customer-theme .dash-menu a.active {
    background: linear-gradient(135deg,var(--hh-teal) 0%,var(--hh-teal-dark) 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(43,127,117,.20);
}

.admin-theme .dash-menu a .menu-counter,
.operator-theme .dash-menu a .menu-counter,
.customer-theme .dash-menu a .menu-counter {
    background: rgba(255,255,255,.18);
    color: inherit;
}

.admin-theme .panel-badge,
.operator-theme .panel-badge,
.customer-theme .panel-badge,
.badge.gold {
    background: rgba(255,214,107,.22);
    color: #8a6613;
}


.admin-theme .dash-main .soft-card,
.admin-theme .dash-main .stat,
.operator-theme .dash-main .soft-card,
.operator-theme .dash-main .stat,
.customer-theme .dash-main .card,
.customer-theme .dash-main .chart-card,
.customer-theme .dash-main .soft-card,
.customer-theme .dash-main .stat,
.table-shell {
    border-radius: 18px;
    border: 1px solid rgba(43,127,117,.10);
    background: linear-gradient(180deg,#fff 0%,#fdfdfc 100%);
    box-shadow: 0 14px 38px rgba(24,39,31,.06);
}

.admin-theme .stat-pro,
.operator-theme .stat-pro,
.customer-theme .stat-pro {
    min-height: 154px;
    padding: 22px 22px 18px;
    position: relative;
    overflow: hidden;
}

.admin-theme .stat-pro::before,
.operator-theme .stat-pro::before,
.customer-theme .stat-pro::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,var(--hh-teal) 0%,var(--hh-gold) 100%);
}

.admin-theme .stat-pro .muted,
.operator-theme .stat-pro .muted,
.customer-theme .stat-pro .muted {
    color: #67756e;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
}

.admin-theme .stat-pro .num,
.operator-theme .stat-pro .num,
.customer-theme .stat-pro .num {
    font-size: 34px;
    letter-spacing: -.03em;
    color: #1f2b26;
}

.mini-line {
    height: 8px;
    margin-top: 18px;
    opacity: .95;
}

.line-blue,
.line-green,
.line-gold {
    background: linear-gradient(90deg,var(--hh-teal) 0%,var(--hh-gold) 100%);
}

.line-red {
    background: linear-gradient(90deg,#efb0ab 0%,#d9544f 100%);
}

.refined-chart,
.kpi-chart.refined-chart {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 18px 14px 14px;
    height: 300px;
    border-radius: 18px;
    background: linear-gradient(to top, rgba(43,127,117,.08) 1px, transparent 1px) 0 100%/100% 25%,
    linear-gradient(180deg,#fbfdfc 0%,#f2f6f4 100%);
    border: 1px solid rgba(43,127,117,.10);
}

.refined-chart .bar,
.kpi-chart .bar {
    border-radius: 10px 10px 4px 4px;
    background: linear-gradient(180deg,var(--hh-gold) 0%,var(--hh-teal) 100%);
    box-shadow: 0 10px 20px rgba(43,127,117,.18);
}

.compact-table td,
.compact-table th {
    padding: 12px 10px;
}

.compact-table tr td:last-child,
.compact-table tr th:last-child {
    text-align: right;
}

.compact-table td {
    color: #31403a;
}

.compact-table td:first-child {
    color: #69766f;
    font-weight: 600;
}

.btn,
.btn.btn-sm {
    min-height: 40px;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13px;
    box-shadow: 0 10px 20px rgba(43,127,117,.14);
}

.btn {
    background: linear-gradient(135deg,var(--hh-teal) 0%,var(--hh-teal-dark) 100%);
}

.btn.alt,
.btn.ghost {
    background: #fff;
    color: var(--hh-teal-dark);
    border: 1px solid rgba(43,127,117,.16);
    box-shadow: none;
}

.top-actions .btn,
.actions-row .btn {
    min-height: 38px;
    padding: 9px 12px;
}

.icon-action {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: var(--hh-teal);
    border: 1px solid rgba(43,127,117,.14);
    box-shadow: none;
}

.icon-action:hover {
    background: rgba(43,127,117,.06);
    border-color: rgba(43,127,117,.24);
}

.icon-action .ui-icon,
.icon-action .ui-icon svg {
    width: 16px;
    height: 16px;
}

.admin-theme .field input,
.admin-theme .field textarea,
.admin-theme .field select,
.admin-theme .search-input,
.operator-theme .field input,
.operator-theme .field textarea,
.operator-theme .field select,
.operator-theme .search-input,
.customer-theme .field input,
.customer-theme .field textarea,
.customer-theme .field select,
.customer-theme .search-input {
    min-height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 14px;
    background: #fbfbfb;
    box-shadow: none;
    color: #24322b;
}

.admin-theme .field textarea,
.operator-theme .field textarea,
.customer-theme .field textarea {
    min-height: 120px;
}

.admin-theme .field input::placeholder,
.admin-theme .field textarea::placeholder,
.admin-theme .search-input::placeholder,
.operator-theme .field input::placeholder,
.operator-theme .field textarea::placeholder,
.operator-theme .search-input::placeholder,
.customer-theme .field input::placeholder,
.customer-theme .field textarea::placeholder,
.customer-theme .search-input::placeholder {
    color: #a4a4a4;
}

.admin-theme .field input:focus,
.admin-theme .field textarea:focus,
.admin-theme .field select:focus,
.admin-theme .search-input:focus,
.operator-theme .field input:focus,
.operator-theme .field textarea:focus,
.operator-theme .field select:focus,
.operator-theme .search-input:focus,
.customer-theme .field input:focus,
.customer-theme .field textarea:focus,
.customer-theme .field select:focus,
.customer-theme .search-input:focus {
    outline: none;
    border-color: rgba(43,127,117,.42);
    box-shadow: 0 0 0 4px rgba(43,127,117,.10);
    transform: none;
    background: #fff;
}

.admin-theme .field label,
.operator-theme .field label,
.customer-theme .field label {
    color: #5e6b65;
    font-weight: 800;
}

.listing-toolbar .listing-search > *,
.list-toolbar--filters > *,
.admin-list-toolbar-form > *,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > *,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > * {
    min-height: 40px;
    border-radius: 14px;
}

.dashboard-agenda-grid {
    align-items: stretch;
}

.dashboard-agenda-card {
    padding: 20px;
}

.mini-calendar {
    display: grid;
    gap: 12px;
}

.mini-calendar__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.mini-calendar__top strong {
    font-size: 18px;
    color: #24322b;
}

.mini-calendar__top span {
    color: #75817a;
    font-size: 12px;
    font-weight: 700;
}

.mini-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7,minmax(0,1fr));
    gap: 8px;
}

.mini-calendar__grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    border-radius: 12px;
    background: #f7f7f5;
    border: 1px solid rgba(43,127,117,.08);
    font-size: 13px;
    font-weight: 700;
    color: #46544d;
}

.mini-calendar__grid--head span {
    min-height: 26px;
    background: transparent;
    border: none;
    color: #8a948f;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mini-calendar__grid span.is-empty {
    background: transparent;
    border: none;
}

.mini-calendar__grid span.has-event {
    background: rgba(43,127,117,.10);
    border-color: rgba(43,127,117,.18);
    color: var(--hh-teal-dark);
}

.mini-calendar__grid span.is-today {
    box-shadow: inset 0 0 0 2px var(--hh-gold);
}

.mini-calendar__day {
    border: 1px solid #e4e4e4 !important;
}

.mini-appointments-table {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.mini-appointments-row {
    display: grid;
    grid-template-columns: 72px minmax(0,1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8faf9;
    border: 1px solid rgba(43,127,117,.10);
}

.mini-appointments-row__time strong,
.mini-appointments-row__body strong {
    display: block;
    color: #24322b;
    font-size: 14px;
}

.mini-appointments-row__time span,
.mini-appointments-row__body span {
    display: block;
    margin-top: 3px;
    color: #738079;
    font-size: 12px;
    line-height: 1.4;
}

.mini-appointments-row__meta {
    text-align: right;
}

@media (max-width:760px) {
    .mini-appointments-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
}

    .mini-appointments-row__meta {
    text-align: left;
}
}

:root {
    --radius: 12px;
    --green: #2B7F75;
    --gold: #FFD66B;
    --sage-dark: #1f5d57;
    --line: #e6e0d2;
    --text: #24322b;
    --muted: #6e7a73;
}

body,.dash-shell {
    background: linear-gradient(180deg,#f7f6f2 0,#f3f6f3 100%);
}

.btn,.btn-sm,.btn.alt,.btn.ghost,.chip-btn,.logout-chip,.view-switch,.view-switch a,.hero-action,.glass-panel,.card,.stat,.soft-card,.chart-card,.table-shell,.table-clean,.search-input,.field input,.field select,.field textarea,.flash,.dash-sidebar,.dash-hero-card,.kpi-card-v5,.mini-appointments-row,.activity-row-v5,.mini-table-row,.summary-list-v5 div,.mini-cta,.site-footer__trustitem,.site-footer__payitem,.metric-card,.feature-card,.visual-box,.operator-contract-block,.compact-table,.listing-toolbar,.search-shell,.pagination a,.pagination span,.actions-row .btn {
    border-radius: 12px !important;
}

.table-clean th,
.table-clean td,
.table th,
.table td,
.compact-table th,
.compact-table td{
    border-radius: 0 !important;
}

table th,
table td{
    border-radius: 0 !important;
}

.pill,.badge,.soft-pill,.panel-badge,.eyebrow,.menu-counter,.site-footer__badge {
    border-radius: 999px !important;
}

body,input,select,textarea,button,table,td,th,a,p,span,small,li,div {
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6,.meta-title,.dash-sidebar__head h2,.panel-topline h3,.hero-action strong,.table-clean th,.site-footer__main h4,.kpi-label {
    font-weight: 700 !important;
}

.num,.kpi-card-v5 strong,.metric-card strong,.summary-list-v5 strong,.activity-row-v5 strong,.mini-table-row strong,.operator-finance-row strong,.mini-appointments-row strong,.visual-title,.dash-menu a,.view-switch a,.btn,.badge,.pill,strong {
    font-weight: 500;
}

.btn {
    background: linear-gradient(135deg,#2B7F75 0%,#1f5d57 100%);
    box-shadow: 0 10px 22px rgba(43,127,117,.18);
    padding: 11px 16px;
    min-height: 42px;
}

.btn:hover {
    transform: none;
    filter: brightness(.98);
}

.btn.alt,.btn.ghost {
    background: #fff;
    color: #29413d;
    border: 1px solid rgba(43,127,117,.16);
    box-shadow: none;
}

.dash-menu a:hover,.dash-menu a.active,.sidebar a.active,.sidebar a:hover,.dashboard-v5 .view-switch a.is-active,.dashboard-v5 .dash-menu a.active,.view-switch a.is-active,.admin-theme .view-switch a.is-active,.operator-theme .view-switch a.is-active,.customer-theme .view-switch a.is-active {
    background: linear-gradient(135deg,#2B7F75 0%,#1f5d57 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(43,127,117,.18) !important;
}

.field input,.field select,.field textarea,.search-input,.ticket-toolbar-form input[type=search],.ticket-toolbar-form select,.ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search],.ticket-toolbar-wrap .listing-search.ticket-toolbar-form select {
    min-height: 54px;
    border: 1px solid #d9d5ca;
    border-radius: 12px !important;
    background: #fff;
    box-shadow: none;
    padding: 0 18px;
    color: #33413a;
}

.field textarea {
    padding: 16px 18px;
    min-height: 120px;
}

.field input:focus,.field select:focus,.field textarea:focus,.search-input:focus,.ticket-toolbar-form input[type=search]:focus,.ticket-toolbar-form select:focus {
    border-color: #2B7F75;
    box-shadow: 0 0 0 4px rgba(43,127,117,.10);
    transform: none;
}

.field label {
    font-weight: 700;
    color: #46544d;
}

.switch.switch--solo {
    gap: 0;
    min-height: 20px;
}

.switch.switch--solo input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.switch.switch--solo .slider {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #fff;
    border: 1.5px solid #cdd6d1;
    box-shadow: none;
}

.switch.switch--solo .slider:before {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 3px;
    background: transparent;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    box-shadow: none;
    transition: .18s ease;
}

.switch.switch--solo input:checked + .slider {
    background: #fff;
    border-color: #2B7F75;
}

.switch.switch--solo input:checked + .slider:before {
    background: linear-gradient(135deg,#2B7F75 0%,#1f5d57 100%);
    transform: none;
}

.switch.switch--solo:hover .slider {
    border-color: #2B7F75;
}

.stat,.stat-pro,.kpi-card-v5,.soft-card {
    border: 1px solid rgba(43,127,117,.08) !important;
    box-shadow: 0 10px 24px rgba(28,45,40,.04) !important;
}

.stat:after,.mini-line {
    height: 4px !important;
    opacity: 1;
}

.pro-stats .muted,.stat .muted {
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pro-stats .num,.stat .num {
    font-size: 34px;
    line-height: 1.05;
    color: #16201d;
}

.chart-card .between {
    margin-bottom: 14px;
}

.refined-chart {
    height: auto;
    min-height: 0;
    padding: 18px 18px 14px;
    background: #fff;
    border: 1px solid rgba(43,127,117,.08);
    box-shadow: none;
}

.kpi-chart.flat-speaking-chart {
    display: grid;
    grid-template-columns: repeat(14,minmax(0,1fr));
    gap: 10px;
    align-items: end;
}

.kpi-chart.flat-speaking-chart .bar-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 8px;
    min-width: 0;
}

.kpi-chart.flat-speaking-chart .bar-value {
    font-size: 11px;
    line-height: 1;
    color: #627069;
    text-align: center;
    white-space: nowrap;
}

.kpi-chart.flat-speaking-chart .bar {
    width: 100%;
    min-height: 16px;
    border-radius: 8px 8px 0 0;
    background: #2B7F75;
    box-shadow: none;
    position: relative;
}

.kpi-chart.flat-speaking-chart .bar.is-accent {
    background: #FFD66B;
}

.kpi-chart.flat-speaking-chart .bar-label {
    font-size: 11px;
    line-height: 1.1;
    color: #7b867f;
    text-align: center;
    padding-top: 2px;
}

.chart-kpi-strip {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
    margin: 0 0 14px;
}

.chart-kpi-pill {
    padding: 10px 12px;
    background: #f8faf9;
    border: 1px solid rgba(43,127,117,.1);
    border-radius: 12px;
}

.chart-kpi-pill span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #748178;
}

.chart-kpi-pill strong {
    display: block;
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.1;
    color: #16201d;
    font-weight: 700;
}

.mini-bars {
    height: 28px;
    gap: 6px;
    margin-top: 14px;
}

.mini-bars span {
    border-radius: 6px 6px 0 0;
    background: #2B7F75;
}

.mini-bars span:nth-child(2),.mini-bars span:nth-child(4) {
    background: #FFD66B;
}


.table-clean td {
    font-size: 14px;
    color: #334039;
    line-height: 1.5;
}


.meta-title {
    font-size: 17px;
    font-weight: 700;
}

.meta-sub,.muted {
    font-weight: 400;
    color: #6f7c75;
}

.dash-shell {
    min-height: 100vh !important;
}

.dash-sidebar {
    top: 0 !important;
    height: 100vh !important;
    border-radius: 0 !important;
}

@media (max-width:900px) {
    .dash-sidebar {
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
}
}

.shell-header__meta,
.dash-topbar__start .shell-header__meta {
    display: none !important;
}

.customer-theme .view-switch {
    display: none !important;
}

.table-shell,
.admin-list-table-shell,
.table-clean,
.card,
.chart-card,
.soft-card,
.stat,
.btn,
.btn-sm,
.btn.alt,
.btn.ghost,
.search-input,
.field input,
.field select,
.field textarea,
.shell-toolbar__item,
.shell-profile__trigger,
.top-actions .btn,
.actions-row .btn,
.listing-search > *,
.list-toolbar--filters > *,
.admin-list-toolbar-form > * {
    border-radius: 10px !important;
}

.field input,
.field select,
.search-input,
.btn,
.btn-sm,
.btn.alt,
.btn.ghost,
.shell-toolbar__item,
.shell-profile__trigger,
.top-actions .btn,
.actions-row .btn,
.listing-search > input,
.listing-search > select,
.listing-search > button,
.listing-search > a,
.list-toolbar--filters > input,
.list-toolbar--filters > select,
.list-toolbar--filters > button,
.list-toolbar--filters > a,
.admin-list-toolbar-form > input,
.admin-list-toolbar-form > select,
.admin-list-toolbar-form > button,
.admin-list-toolbar-form > a {
    min-height: 10px !important;
    height: 40px !important;
    max-height: 40px !important;
}

.field textarea {
    max-height: none !important;
}

.table-shell,
.table-shell.admin-list-table-shell,
.admin-list-table-shell {
    margin-top: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
}


.table-clean {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0 !important;
    table-layout: auto;
    min-width: 720px;
}


.table-clean th {
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #738078;
    font-weight: 800;
    background: #f8f6f1 !important;
    border-bottom: 1px solid #e9e1d2;
    white-space: nowrap;
    border-radius: 0 !important;
    border-top: 0 !important;
}


.table-clean thead th,
.table-clean thead th:first-child,
.table-clean thead th:last-child {
    border-radius: 0 !important;
}

.ticket-card-head + .listing-toolbar,
.ticket-card-head + .ticket-toolbar-wrap,
.ticket-card-head + .admin-list-toolbar-wrap {
    margin-top: 0 !important;
}

.stats.pro-stats {
    gap: 16px;
}

.stat.stat-pro {
    position: relative;
    padding: 18px 18px 16px !important;
    min-height: 0 !important;
    background: #fff !important;
    border: 1px solid rgba(224,217,206,.92) !important;
    box-shadow: 0 16px 34px rgba(33,42,37,.06) !important;
}

.stat.stat-pro::before,
.stat.stat-pro .mini-line,
.stat.stat-pro .mini-bars {
    display: none !important;
}

.stat.stat-pro .muted {
    font-size: 12px !important;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.stat.stat-pro .num {
    font-size: 30px !important;
    line-height: 1.08 !important;
    letter-spacing: -.03em;
    color: #1f2d27;
    padding-right: 54px;
}

.stat-kpi-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f3f6f4;
    color: #4d7862;
    border: 1px solid rgba(197,214,202,.85);
}

.stat-kpi-icon svg {
    width: 18px;
    height: 18px;
}

.operator-theme .stat-kpi-icon {
    background: #f4f6fb;
    color: #6a7fb3;
    border-color: rgba(191,202,228,.9);
}

.customer-theme .stat-kpi-icon {
    background: #faf5e8;
    color: #b28b3e;
    border-color: rgba(224,209,170,.92);
}

.operator-finance-card {
    max-width: 760px;
}

.dash-sidebar__head--operator {
    margin: 6px 0 22px !important;
    padding: 16px 14px 18px !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg,#ffffff 0,#f8f6ef 100%) !important;
    border: 1px solid rgba(224,217,206,.92) !important;
    box-shadow: 0 14px 28px rgba(33,42,37,.05) !important;
}

.dash-sidebar__head--operator h2 {
    margin: 10px 0 0 !important;
    font-size: 20px !important;
}

.dash-sidebar__status--checklist {
    margin: 0 0 22px !important;
    padding: 14px 14px 12px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(224,217,206,.92) !important;
    background: #fff !important;
    box-shadow: 0 12px 24px rgba(33,42,37,.04) !important;
}

.dash-sidebar__status-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #4b5a53;
}

.dash-sidebar__checklist {
    display: grid;
    gap: 8px;
}

.dash-sidebar__checkitem {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 10px !important;
    background: #f8f6f1;
}

.dash-sidebar__checkitem.is-done {
    background: #eff7f2;
    color: #29543f;
}

.dash-sidebar__checkitem.is-warning {
    background: #fff7ed;
    color: #92400e;
}

.dash-sidebar__checkitem.is-pending {
    background: #fff5f5;
    color: #8b2c2c;
}

.dash-sidebar__checkitem span,
.dash-sidebar__checkitem a,
.dash-sidebar__checkitem a span {
    color: inherit !important;
}

.dash-sidebar__checkitem.is-pending a,
.dash-sidebar__checkitem.is-pending a span {
    color: #8b2c2c !important;
}

.dash-sidebar__checkitem.is-done a,
.dash-sidebar__checkitem.is-done a span {
    color: #29543f !important;
}

.dash-sidebar__checkitem.is-warning a,
.dash-sidebar__checkitem.is-warning a span {
    color: #92400e !important;
}

.dash-sidebar__checkicon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    flex: 0 0 18px;
    margin-top: 1px;
    background: rgba(255,255,255,.82);
}

.dash-sidebar__checkitem.is-pending .dash-sidebar__checkicon {
    color: #8b2c2c;
    border: 1px solid rgba(139,44,44,.16);
}

.dash-sidebar__checkitem.is-done .dash-sidebar__checkicon {
    color: #29543f;
    border: 1px solid rgba(41,84,63,.14);
}

.dash-sidebar__checkitem.is-warning .dash-sidebar__checkicon {
    color: #92400e;
    border: 1px solid rgba(146,64,14,.18);
}

.admin-chart-grid {
    display: grid;
    grid-template-columns: 52px minmax(0,1fr);
    gap: 14px;
    align-items: stretch;
}

.admin-chart-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 12px 0 28px;
}

.admin-chart-axis span {
    font-size: 11px;
    color: #7b867f;
    line-height: 1;
}

.kpi-chart.refined-chart.flat-speaking-chart {
    display: grid;
    grid-template-columns: repeat(14,minmax(0,1fr));
    gap: 10px;
    align-items: end;
    min-height: 220px;
    padding: 12px 0 0;
    border-bottom: 1px solid #ece5d8;
    background-image: linear-gradient(to top, rgba(232,226,214,.85) 1px, transparent 1px);
    background-size: 100% 25%;
}

.bar-col {
    min-width: 0;
}

.bar {
    border-radius: 10px 10px 0 0 !important;
    min-height: 8px !important;
}

@media (max-width:900px) {
    .stats.pro-stats {
    grid-template-columns: 1fr !important;
}

    .stat.stat-pro .num {
    font-size: 24px !important;
}

    .operator-finance-card {
    max-width: none;
}
}

.admin-list-table-wrap--services {
    border-radius: 10px !important;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(224,217,206,.9);
}

.admin-list-table-wrap--services .table-clean {
    margin-top: 0;
    border-radius: 10px !important;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.admin-list-table-wrap--services .table-clean th,.admin-list-table-wrap--services .table-clean td {
    border-radius: 0 !important;
;
    background: #fff;
}
.admin-services-operator-link{display:inline-flex;align-items:center;gap:10px;color:#31443b;font-weight:700;text-decoration:none}
.admin-services-operator-link:hover{color:#1f332a;text-decoration:underline}
.admin-services-operator-link.is-approved{color:#1f7a46;font-weight:800}
.admin-services-operator-link.is-approved:hover{color:#176238}

.table-clean--uniform {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.table-clean--uniform thead th {
    border-radius: 0 !important;
    margin-top: 0 !important;
    background: #f8f6f1;
    border-bottom: 1px solid rgba(224,217,206,.95);
}

.table-clean--uniform tbody td {
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(236,231,220,.95);
}

.table-clean--uniform tbody tr:last-child td {
    border-bottom: none;
}

.table-clean--uniform td:first-child,.table-clean--uniform th:first-child {
    padding-left: 22px;
}

.table-clean--uniform td:last-child,.table-clean--uniform th:last-child {
    padding-right: 22px;
}

.table-clean--uniform .col-actions {
    text-align: right;
}

.admin-list-table-wrap--bookings {
    border-radius: 10px !important;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(224,217,206,.9);
}

.admin-list-table-wrap--bookings .table-clean,
.admin-list-table-wrap--bookings .table-clean.table-clean--uniform {
    margin-top: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.admin-list-table-wrap--bookings .table-clean td,
.admin-list-table-wrap--bookings .table-clean th {
    border-radius: 0 !important;
}

.admin-list-table-wrap--bookings .table-clean tbody td {
    background: #fff;
}

.settings-tabs-stack {
    gap: 18px;
}

.settings-tabs-shell {
    padding: 18px !important;
    border-radius: 10px !important;
}

.settings-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.settings-tab-btn {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(224,217,206,.95);
    border-radius: 10px !important;
    background: #f8f6f1;
    color: #314139;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.settings-tab-btn.is-active {
    background: #24322b;
    border-color: #24322b;
    color: #fff;
}

.settings-tab-card {
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.settings-tab-pane {
    display: none;
}

.settings-tab-pane.is-active {
    display: block;
}

.settings-tab-pane .settings-readonly-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

@media (max-width: 980px) {
    .settings-tabs-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .settings-tab-pane .settings-readonly-grid {
    grid-template-columns: 1fr;
}
}

@media (max-width: 640px) {
    .settings-tabs-nav {
    grid-template-columns: 1fr;
}
}

.ticket-list-shell,
.ticket-list-shell.card,
.ticket-detail-header .card,
.ticket-detail-header.card,
.ticket-detail-actions,
.ticket-rule-box,
.notice-card {
    border-radius: 10px !important;
}

.ticket-list-shell {
    border: 1px solid rgba(224,217,206,.92);
    box-shadow: 0 16px 34px rgba(33,42,37,.05);
}

.ticket-card-head {
    padding-bottom: 14px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(232,226,214,.9);
}


.ticket-admin-list {
    display: grid;
    flex-direction: column;
    gap: 12px;
    padding: 0 28px;
    padding-bottom: 28px;
}


.ticket-admin-row,
.booking-admin-row,
.notification-admin-row {
    padding: 16px 18px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(224,217,206,.95) !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(33,42,37,.04) !important;
}

.ticket-admin-row__title {
    align-items: flex-start;
}

.ticket-admin-row__title strong {
    line-height: 1.35;
}

.ticket-admin-row__meta {
    gap: 8px 10px !important;
    font-size: 13px;
}

.ticket-admin-row__meta .badge {
    margin-right: 2px;
}

.ticket-admin-row .meta-sub,
.ticket-admin-row__meta span:last-child {
    color: #66736c !important;
}

.ticket-admin-row.has-unread {
    border-color: rgba(210,159,66,.48) !important;
    box-shadow: 0 10px 22px rgba(210,159,66,.10) !important;
}

.ticket-bubble {
    border-radius: 10px !important;
    border: 1px solid rgba(224,217,206,.95) !important;
    box-shadow: none !important;
}

.ticket-bubble .between {
    align-items: flex-start;
    gap: 12px;
}

.ticket-bubble .between > span {
    flex: 0 0 auto;
    color: #7c877f;
    font-size: 12px;
}

.ticket-bubble__body {
    margin-top: 10px !important;
    color: #2e3b34 !important;
}

.ticket-thread {
    gap: 10px !important;
    padding-right: 0 !important;
}

.ticket-detail-header {
    gap: 14px;
}

.ticket-detail-header .card,
.card.chart-card.ticket-list-shell {
    padding: 18px !important;
}

.operator-theme .ticket-rule-box,
.customer-theme .ticket-rule-box,
.admin-theme .ticket-rule-box {
    border-radius: 10px !important;
    border: 1px solid rgba(224,217,206,.95);
    background: #faf8f4;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled {
    grid-template-columns: 84px minmax(0,1fr);
    align-items: stretch;
    gap: 16px;
    padding: 22px 22px 16px;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis {
    display: grid;
    grid-template-rows: repeat(5,1fr);
    align-items: stretch;
    min-height: 320px;
    padding: 0;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #59665f;
    padding-right: 10px;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span:last-child {
    align-items: flex-end;
    padding-bottom: 4px;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-plot-area {
    display: grid;
    grid-template-rows: 320px auto;
    min-width: 0;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(14,minmax(0,1fr));
    align-items: end;
    gap: 14px;
    min-height: 320px;
    padding: 0 6px 0 6px;
    background: linear-gradient(to top,
      rgba(208,197,177,.55) 0,
      rgba(208,197,177,.55) 1px,
      transparent 1px,
      transparent calc(25% - 1px),
      rgba(208,197,177,.55) calc(25% - 1px),
      rgba(208,197,177,.55) 25%,
      transparent 25%,
      transparent calc(50% - 1px),
      rgba(208,197,177,.55) calc(50% - 1px),
      rgba(208,197,177,.55) 50%,
      transparent 50%,
      transparent calc(75% - 1px),
      rgba(208,197,177,.55) calc(75% - 1px),
      rgba(208,197,177,.55) 75%,
      transparent 75%,
      transparent calc(100% - 1px),
      rgba(208,197,177,.55) calc(100% - 1px),
      rgba(208,197,177,.55) 100%);
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-col {
    min-width: 0;
    height: 100%;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-track {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-top: 54px;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar {
    position: relative;
    overflow: visible;
    width: 100%;
    flex: 0 0 auto !important;
    align-self: flex-end;
    min-height: 0;
    height: auto;
    border-radius: 18px 18px 0 0;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar.is-zero {
    height: 0 !important;
    min-height: 0 !important;
    border-width: 0;
    box-shadow: none;
    background: transparent;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-value {
    position: absolute;
    left: 50%;
    bottom: clamp(18px, calc(var(--bar-h) + 12px), 272px);
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px !important;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(181,193,186,.78);
    box-shadow: 0 8px 18px rgba(31,42,39,.06);
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    color: #4f5e58;
    white-space: nowrap;
    z-index: 2;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis {
    display: grid;
    grid-template-columns: repeat(14,minmax(0,1fr));
    gap: 14px;
    padding: 14px 6px 0 6px;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis span {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    color: #7b867f;
}

@media (max-width:980px) {
    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled {
    grid-template-columns: 58px minmax(0,1fr);
    gap: 10px;
    padding: 16px 12px 12px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis {
    min-height: 250px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    min-height: 250px;
    gap: 8px;
    padding: 0 2px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-track {
    padding-top: 38px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-value {
    min-width: 38px;
    height: 30px;
    padding: 0 10px;
    font-size: 11px;
    bottom: clamp(10px, calc(var(--bar-h) + 8px), 210px);
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis {
    gap: 8px;
    padding-top: 10px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis span {
    font-size: 10px;
}
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled {
    grid-template-columns: 80px minmax(0,1fr);
    gap: 14px;
    padding: 18px 18px 12px;
    align-items: stretch;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis {
    display: grid;
    grid-template-rows: repeat(5,minmax(0,1fr));
    min-height: 320px;
    padding: 0 0 36px;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #5b6862;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-plot-area {
    display: grid;
    grid-template-rows: minmax(320px,1fr) auto;
    min-width: 0;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(14,minmax(0,1fr));
    align-items: end;
    gap: 14px;
    min-height: 320px;
    padding: 0 6px;
    background-image: linear-gradient(to top, rgba(208,197,177,.55) 1px, transparent 1px);
    background-size: 100% 25%;
    background-position: left bottom;
    background-repeat: repeat-y;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-col {
    position: relative;
    min-width: 0;
    height: 100%;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-track {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-top: 0;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 46px;
    flex: 0 0 auto !important;
    align-self: flex-end;
    min-height: 0;
    height: auto;
    border-radius: 18px 18px 0 0;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-value {
    position: absolute;
    left: 50%;
    bottom: calc(var(--bar-h) + 14px);
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 7px 11px;
    border-radius: 999px !important;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(181,193,186,.9);
    box-shadow: 0 8px 20px rgba(31,42,39,.06);
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    color: #4f5e58;
    white-space: nowrap;
    z-index: 2;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis {
    display: grid;
    grid-template-columns: repeat(14,minmax(0,1fr));
    gap: 14px;
    padding: 14px 6px 0;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis span {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;
    color: #7b867f;
}

@media (max-width:980px) {
    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled {
    grid-template-columns: 60px minmax(0,1fr);
    gap: 10px;
    padding: 16px 12px 10px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-plot-area,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    min-height: 260px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis {
    gap: 8px;
    padding-left: 2px;
    padding-right: 2px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar {
    max-width: 36px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis span,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-value {
    font-size: 10px;
}
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled {
    grid-template-columns: 72px minmax(0,1fr);
    gap: 14px;
    padding: 20px 20px 16px;
    align-items: start;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis {
    position: relative;
    height: 320px;
    min-height: 320px;
    padding: 0 0 22px;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span {
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #5c6862;
    transform: translateY(50%);
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span:nth-child(1) {
    top: 0;
    transform: none;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span:nth-child(2) {
    top: 25%;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span:nth-child(3) {
    top: 50%;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span:nth-child(4) {
    top: 75%;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span:nth-child(5) {
    bottom: 0;
    transform: none;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(14,minmax(0,1fr));
    align-items: end;
    gap: 14px;
    height: 320px;
    min-height: 320px;
    padding: 18px 8px 0;
    background: none;
    overflow: hidden;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 18px;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(207,198,178,.8), rgba(207,198,178,.8)),
    linear-gradient(to right, rgba(207,198,178,.55), rgba(207,198,178,.55)),
    linear-gradient(to right, rgba(207,198,178,.55), rgba(207,198,178,.55)),
    linear-gradient(to right, rgba(207,198,178,.72), rgba(207,198,178,.72));
    background-size: 100% 1px,100% 1px,100% 1px,100% 1px;
    background-repeat: no-repeat;
    background-position: left 0,left 33.333%,left 66.666%,left 100%;
    pointer-events: none;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-col {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    height: 100%;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-track {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-top: 28px;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar {
    position: relative;
    width: 100%;
    max-width: 42px;
    flex: 0 0 auto !important;
    align-self: flex-end;
    min-height: 0;
    border-radius: 18px 18px 0 0;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-value {
    position: absolute;
    left: 50%;
    bottom: calc(var(--bar-h) + 10px);
    transform: translateX(-50%);
    display: block;
    min-width: 0;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: none;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    color: #55625c;
    white-space: nowrap;
    z-index: 2;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis {
    display: grid;
    grid-template-columns: repeat(14,minmax(0,1fr));
    gap: 14px;
    padding: 12px 8px 0;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    color: #7b867f;
}

@media (max-width:980px) {
    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled {
    grid-template-columns: 56px minmax(0,1fr);
    gap: 10px;
    padding: 14px 12px 12px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-plot-area,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    height: 250px;
    min-height: 250px;
;
    gap: 8px;
    padding: 16px 2px 0;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid::before {
    left: 2px;
    right: 2px;
    top: 16px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar {
    max-width: 34px;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-value,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span,
  .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis span {
    font-size: 10px;
}
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled {
    display: grid !important;
    grid-template-columns: 74px minmax(0,1fr) !important;
    gap: 16px !important;
    padding: 18px 18px 18px !important;
    align-items: end !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 286px !important;
    min-height: 286px !important;
    padding: 22px 0 0 !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span {
    position: static !important;
    transform: none !important;
    display: block !important;
    width: 100% !important;
    padding-right: 10px !important;
    text-align: right !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #5c6862 !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-plot-area {
    display: grid !important;
    grid-template-rows: 286px auto !important;
    min-width: 0 !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(14,minmax(0,1fr)) !important;
    align-items: end !important;
    gap: 12px !important;
    height: 286px !important;
    min-height: 286px !important;
    padding: 22px 6px 0 !important;
    background: none !important;
    overflow: visible !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid::before {
    content: "" !important;
    position: absolute !important;
    left: 6px !important;
    right: 6px !important;
    top: 22px !important;
    bottom: 0 !important;
    background-image: linear-gradient(to right, rgba(207,198,178,.78), rgba(207,198,178,.78)),
    linear-gradient(to right, rgba(207,198,178,.55), rgba(207,198,178,.55)),
    linear-gradient(to right, rgba(207,198,178,.55), rgba(207,198,178,.55)),
    linear-gradient(to right, rgba(207,198,178,.78), rgba(207,198,178,.78));
    background-size: 100% 1px,100% 1px,100% 1px,100% 1px !important;
    background-repeat: no-repeat !important;
    background-position: left 0,left 33.333%,left 66.666%,left 100% !important;
    pointer-events: none !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-col {
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    min-width: 0 !important;
    height: 100% !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-track {
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar {
    position: relative !important;
    width: 100% !important;
    max-width: 46px !important;
    height: var(--bar-h) !important;
    min-height: 0 !important;
    flex: 0 0 auto !important;
    align-self: flex-end !important;
    border-radius: 18px 18px 0 0 !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-value {
    position: absolute !important;
    left: 50% !important;
    bottom: calc(var(--bar-h) + 10px) !important;
    transform: translateX(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 52px !important;
    min-height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(154,168,159,.72) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 8px 22px rgba(31,42,37,.06) !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #56635d !important;
    white-space: nowrap !important;
    z-index: 2 !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar.is-zero {
    height: 0 !important;
    min-height: 0 !important;
    border-width: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis {
    display: grid !important;
    grid-template-columns: repeat(14,minmax(0,1fr)) !important;
    gap: 12px !important;
    padding: 14px 6px 0 !important;
}

.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis span {
    display: block !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #7b867f !important;
}

@media (max-width:980px) {
    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled {
    grid-template-columns: 56px minmax(0,1fr) !important;
    gap: 10px !important;
    padding: 14px 12px 14px !important;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis,.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-plot-area {
    height: 238px !important;
    min-height: 238px !important;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    height: 238px !important;
    min-height: 238px !important;
    gap: 8px !important;
    padding: 18px 2px 0 !important;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid::before {
    left: 2px !important;
    right: 2px !important;
    top: 18px !important;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar {
    max-width: 34px !important;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-value {
    min-width: 40px !important;
    min-height: 28px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
}

    .kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-y-axis span,.kpi-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-x-axis span {
    font-size: 10px !important;
}
}

.kpi-chart.refined-chart.flat-speaking-chart.flat-speaking-chart--scaled {
    overflow: hidden !important;
}

.kpi-chart.refined-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-plot-area {
    align-self: end !important;
}

.kpi-chart.refined-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    align-items: end !important;
    padding: 22px 6px 1px !important;
}

.kpi-chart.refined-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid::before {
    left: 6px !important;
    right: 6px !important;
    top: 22px !important;
    bottom: 1px !important;
    background-image: linear-gradient(to right, rgba(207,198,178,.78), rgba(207,198,178,.78)),
    linear-gradient(to right, rgba(207,198,178,.55), rgba(207,198,178,.55)),
    linear-gradient(to right, rgba(207,198,178,.55), rgba(207,198,178,.55)),
    linear-gradient(to right, rgba(207,198,178,.78), rgba(207,198,178,.78)),
    linear-gradient(to right, rgba(120,135,127,.18), rgba(120,135,127,.18));
    background-size: 100% 1px,100% 1px,100% 1px,100% 1px,100% 1px !important;
    background-repeat: no-repeat !important;
    background-position: left 0,left 33.333%,left 66.666%,left 100%,left 100% !important;
}

.kpi-chart.refined-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-col,
.kpi-chart.refined-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar-track {
    height: 100% !important;
    align-items: flex-end !important;
}

.kpi-chart.refined-chart.flat-speaking-chart.flat-speaking-chart--scaled .bar {
    margin-bottom: 0 !important;
    align-self: flex-end !important;
    transform: translateY(1px) !important;
}

@media (max-width:980px) {
    .kpi-chart.refined-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid {
    padding: 18px 2px 1px !important;
}

    .kpi-chart.refined-chart.flat-speaking-chart.flat-speaking-chart--scaled .chart-bars-grid::before {
    left: 2px !important;
    right: 2px !important;
    top: 18px !important;
    bottom: 1px !important;
}
}

.field input,.field select,.field textarea,.search-input,.ticket-toolbar-form input[type=search],.ticket-toolbar-form select,.ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search],.ticket-toolbar-wrap .listing-search.ticket-toolbar-form select,.admin-list-toolbar-form input[type=search],.admin-list-toolbar-form select {
    padding: 10px 18px !important;
    box-sizing: border-box;
}

.field textarea {
    padding: 10px 18px !important;
}

button.btn.service-booking-inline__btn,.service-booking-inline__btn {
    min-height: 55px !important;
    font-size: 25px !important;
    text-transform: uppercase !important;
}

.service-booking-inline__btn--live{
    background:linear-gradient(135deg,#22c55e 0%,#15803d 100%) !important;
    border-color:#15803d !important;
    color:#fff !important;
    box-shadow:0 14px 26px rgba(21,128,61,.22) !important;
}

.service-booking-inline__btn--live:hover,
.service-booking-inline__btn--live:focus{
    background:linear-gradient(135deg,#16a34a 0%,#166534 100%) !important;
    border-color:#166534 !important;
    color:#fff !important;
}

@media (max-width:760px){
    button.btn.service-booking-inline__btn,.service-booking-inline__btn{
        min-height:55px !important;
        font-size:25px !important;
        border-radius:18px !important;
    }
}

.mini-calendar__grid > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 6px;
}

.mini-calendar__day-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.mini-calendar__day-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #24322b;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.mini-calendar__grid > span.has-event {
    background: #f6f1e8;
}

.mini-calendar__grid > span.is-today {
    outline: 2px solid rgba(43,127,117,.26);
    outline-offset: -2px;
}

.hh-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15,23,42,.24);
}

.hh-auth-modal[hidden],.hh-auth-modal[aria-hidden="true"] {
    display: none !important;
}

.hh-auth-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.36);
}

.hh-auth-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(680px,calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow: auto;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15,23,42,.26);
}

.hh-auth-form {
    display: none;
}

.hh-auth-form.is-active {
    display: block;
}

.hh-auth-modal__tabs {
    display: flex;
    gap: 10px;
    margin: 18px 0 14px;
}

.hh-auth-modal__alert {
    margin: 0 0 14px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.hh-auth-modal__alert[hidden] {
    display: none !important;
}

.hh-auth-modal__alert.is-error {
    border-color: #efb5b5;
    background: #fff1f1;
    color: #982d2d;
}

.hh-auth-modal__alert.is-success {
    border-color: #a8dac7;
    background: #eefbf5;
    color: #176447;
}

.hh-auth-modal__tab {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(224,217,206,.96);
    border-radius: 999px;
    background: #fff;
    color: #24322b;
    font-weight: 700;
}

.hh-auth-modal__tab.is-active {
    background: #24322b;
    color: #fff;
    border-color: #24322b;
}

.hh-auth-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(224,217,206,.96);
    border-radius: 14px;
    background: #fff;
    color: #24322b;
    font-size: 28px;
    line-height: 1;
}

.hh-auth-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
}

.hh-auth-grid--thirds {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.hh-auth-check,.hh-auth-note,.hh-auth-modal__links {
    margin-top: 12px;
}

.hh-auth-submit {
    width: 100%;
    margin-top: 14px;
}

body.hh-auth-lock {
    overflow: hidden;
}

@media (max-width:760px) {
    .hh-auth-modal {
    padding: 16px;
}

    .hh-auth-modal__dialog {
    width: min(100vw - 16px,680px);
    padding: 20px 16px 16px;
}

    .hh-auth-grid,.hh-auth-grid--thirds {
    grid-template-columns: 1fr;
}
}

@media (min-width:1181px) and (max-width:1499px) {
    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form {
    grid-template-columns: minmax(220px,1.35fr) repeat(3,minmax(140px,max-content)) auto auto !important;
    gap: 10px !important;
}

    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form select[name="sort"] {
    grid-column: auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 180px !important;
    justify-self: start !important;
}

    .ticket-toolbar-wrap .listing-search.ticket-toolbar-form select {
    min-width: 0 !important;
}

    .admin-list-toolbar-form {
    grid-template-columns: minmax(220px,1.4fr) repeat(2,minmax(140px,max-content)) auto auto auto !important;
    gap: 10px !important;
}

    .admin-list-toolbar-form select[name="sort"] {
    min-width: 0 !important;
    width: auto !important;
    max-width: 180px !important;
    justify-self: start !important;
}

    .admin-list-toolbar-form .btn {
    width: auto !important;
    justify-self: start !important;
}
}

@media (max-width:980px) {
    .site-nav-close {
    display: none !important;
}

    .site-header .nav {
    padding-right: 14px;
}

    .nav-toggle {
    margin-right: 6px;
}

    .site-nav-wrapper {
    padding-top: calc(env(safe-area-inset-top,0px) + 56px) !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
}
}

.mini-calendar__grid span,.mini-calendar__grid a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #46544d;
    text-decoration: none;
;
    cursor: pointer;
}

.mini-calendar__grid > span:not(.is-empty),.mini-calendar__grid > a {
    background: transparent;
    border: 1px solid #cdcdcdc;
    border-radius: 7px;
    box-shadow: none;
}

.mini-calendar__grid > span.is-empty {
    background: transparent;
    border: none;
}

.mini-calendar__grid > span.has-event,.mini-calendar__grid > a.has-event {
    background: transparent;
    border: none;
    color: var(--hh-teal-dark);
}

.mini-calendar__grid > span.is-today,.mini-calendar__grid > a.is-today {
    box-shadow: none;
    color: #1f2b25;
}

.mini-calendar__day-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.mini-calendar__grid > span.is-today .mini-calendar__day-number,.mini-calendar__grid > a.is-today .mini-calendar__day-number {
    font-weight: 900;
    color: #22312a;
}

.mini-calendar__day-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #b46b2d;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(180,107,45,.28);
}

.mini-calendar__grid > a:hover .mini-calendar__day-number {
    transform: translateY(-1px);
}

.checkout-account-box {
    display: grid;
    gap: 14px;
    margin-top: 10px;
}

.checkout-newsletter-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    color: #5f6d66;
    font-size: 14px;
    line-height: 1.45;
}

.checkout-newsletter-line input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex: 0 0 18px;
    accent-color: #22312a;
}

.checkout-newsletter-line span {
    display: block;
    font-weight: 400;
    color: #5f6d66;
}

.checkout-newsletter-line strong {
    font-weight: 400;
}

.mini-calendar--dashboard {
    padding: 32px;
    border-radius: 30px;
    background: linear-gradient(180deg,#fff 0%,#fcfcfa 100%);
    border: 1px solid rgba(222,222,214,.95);
    box-shadow: none;
}

.mini-calendar--dashboard .mini-calendar__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.mini-calendar--dashboard .mini-calendar__heading {
    display: grid;
    gap: 10px;
}

.mini-calendar--dashboard .mini-calendar__heading strong {
    margin: 0;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    color: #24322b;
}

.mini-calendar--dashboard .mini-calendar__heading span {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 500;
    color: #33423a;
}

.mini-calendar--dashboard .mini-calendar__meta {
    display: grid;
    justify-items: end;
    gap: 18px;
}

.mini-calendar--dashboard .mini-calendar__legend {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #f3ead4;
    color: #9c7421;
    font-size: 14px;
    font-weight: 800;
}

.mini-calendar--dashboard .mini-calendar__summary {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: #6f7c76;
    text-align: right;
}

.mini-calendar--dashboard .mini-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7,minmax(0,1fr));
    gap: 18px;
}

.mini-calendar--dashboard .mini-calendar__grid--head {
    margin-bottom: 18px;
}

.mini-calendar--dashboard .mini-calendar__grid--head span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8b978f;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: none;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    border-radius: 22px;
    border: 1px solid #e2e5e1;
    background: #f9faf8;
    color: #355145;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: none;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day--empty {
    min-height: 76px;
    border: 0;
    background: transparent;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    line-height: 1;
    color: inherit;
    background: transparent;
    padding: 0;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day.has-event {
    background: #eef7f4;
    border-color: #d5e8e1;
    color: #2b7f75;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day.is-today {
    border: 3px solid #f0c84b;
    background: #fffdfa;
    color: #24322b;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #cf3d32;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    box-shadow: none;
}

.mini-calendar--dashboard .mini-calendar__grid--days a.mini-calendar__day:hover {
    transform: translateY(-1px);
    border-color: #cfd9d4;
}

@media (max-width:900px) {
    .mini-calendar--dashboard {
    padding: 24px;
}

    .mini-calendar--dashboard .mini-calendar__header {
    flex-direction: column;
    align-items: flex-start;
}

    .mini-calendar--dashboard .mini-calendar__meta {
    justify-items: start;
}
}

@media (max-width:760px) {
    .mini-calendar--dashboard {
    padding: 20px;
    border-radius: 24px;
}

    .mini-calendar--dashboard .mini-calendar__heading strong {
    font-size: 24px;
}

    .mini-calendar--dashboard .mini-calendar__heading span {
    font-size: 18px;
}

    .mini-calendar--dashboard .mini-calendar__grid {
    gap: 10px;
}

    .mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day,.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day--empty {
    min-height: 58px;
    border-radius: 18px;
}

    .mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day {
    font-size: 17px;
}
}

.listing-head--book-date-modern {
    display: grid;
    grid-template-columns: minmax(0,1.35fr) minmax(280px,.56fr);
    gap: 28px;
    align-items: stretch;
}

.listing-head--book-date-modern .listing-stat--book-date {
    width: 100%;
    max-width: 320px;
    justify-self: end;
    align-self: stretch;
}

.hh-book-date-field--submit {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hh-book-date-submit {
    align-self: stretch !important;
    min-height: 58px !important;
    height: 58px !important;
    margin: 0 !important;
    font-size:0.8em !important;
}

@media (max-width:1180px) {
    .listing-head--book-date-modern {
    grid-template-columns: minmax(0,1fr) 280px;
}
}

@media (max-width:860px) {
    .listing-head--book-date-modern {
    grid-template-columns: 1fr;
}

    .listing-head--book-date-modern .listing-stat--book-date {
    max-width: 100%;
    justify-self: stretch;
}
}

.cta-panel--operator-home-visual {
    grid-template-columns: minmax(0,1.22fr) minmax(240px,.78fr);
    align-items: center;
    background-image: url("/assets/images/hero-mandala.png");
    background-repeat: no-repeat;
    background-position: right 32px center;
    background-size: 480px auto;
}

.cta-panel__actions--operator-home {
    justify-content: flex-start;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
}

.btn-operator-home {
    min-height: 60px;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(36,50,43,.14);
}

@media (min-width:981px) {
    .cta-panel--operator-home-visual {
    padding-right: 0px;
}

    .btn-operator-home {
    min-height: 66px;
    padding: 0 38px;
    font-size: 18px;
}
}

@media (max-width:980px) {
    .cta-panel--operator-home-visual {
    grid-template-columns: 1fr;
    background-position: right 24px top 24px;
    background-size: 128px auto;
    padding-right: 32px;
}
}

@media (max-width:640px) {
    .cta-panel--operator-home-visual {
    background-size: 390px auto;
    background-position: -20px 280px;
    padding-right: 24px;
}

    .btn-operator-home {
    width: 100%;
    justify-content: center;
}
}

@media screen and (max-width: 1024px) {
    input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),
  select,
  textarea,
  .field input,
  .field select,
  .field textarea,
  .search-panel input,
  .search-panel select,
  .listing-search input,
  .listing-search select,
  .checkout-grid input,
  .checkout-grid select,
  .checkout-grid textarea,
  .form-shell .field input,
  .form-shell .field select,
  .form-shell .field textarea {
    font-size: 16px !important;
}
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day {
    min-height: 55px;
    border-radius: 16px;
    border: 1px solid #dfe7e1;
    background: #f8faf8;
    color: #31443b;
    box-shadow: none;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day-number {
    min-width: 0;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day.has-event {
    background: #e8f5ee;
    border-color: #81c79a;
    color: #246b3d;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day.is-today {
    border: 2px solid #e0b132;
    background: #fff8de;
    color: #1f2d26;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day.is-today.has-event {
    background: #e7f6eb;
    border-color: #45a66a;
    color: #1f5d35;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day-badge {
    top: 7px;
    right: 7px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    background: #cf3d32;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day.is-past .mini-calendar__day-badge {
    background: #c7ccd1;
    color: #46515b;
}

@media (max-width:760px) {
    .mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day,
  .mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day--empty {
    min-height: 54px;
    border-radius: 14px;
}
}


/* V178 actions dropdown polish */
.table-shell.admin-list-table-shell,
.admin-list-table-wrap,
.table-clean--uniform,
.table-clean tbody,
.table-clean td.col-actions {
    overflow: visible !important;
}

.row-actions-menu {
    position: relative;
    display: inline-block;
}

.row-actions-toggle {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    padding: 0 12px;
    border-radius: 14px;
    border: 1px solid rgba(197,214,202,.95);
    background: #fff;
    color: var(--green);
    box-shadow: 0 10px 22px rgba(38,54,45,.06);
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}
.row-actions-toggle__dots {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:4px;
}
.row-actions-toggle__dots span {
    width:5px;
    height:5px;
    border-radius:999px;
    background:currentColor;
    display:block;
}
.row-actions-toggle::-webkit-details-marker { display:none; }
.row-actions-toggle:hover { background:#eef7f1; border-color:#bfd3c4; }
.row-actions-menu[open] .row-actions-toggle { background:#eef7f1; }
.row-actions-menu__dropdown {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    z-index: 1200;
    min-width: 230px;
    padding: 8px;
    border: 1px solid rgba(197,214,202,.95);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(38,54,45,.16);
}
.row-actions-menu__dropdown form { margin:0; }
.row-actions-menu__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #24322b;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}
.row-actions-menu__item:hover { background:#f4f8f5; }
.row-actions-menu__item--danger { color:#9f2337; }
.row-actions-menu__item--danger:hover { background:#fff2f4; }
.row-actions-menu__icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-flex;
    align-items:center;
    justify-content:center;
    color: currentColor;
}
.row-actions-menu__icon svg { width:18px; height:18px; stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.row-actions-menu__text {
    flex: 1 1 auto;
    text-align: left;
}


/* V7 mobile nav refinement */
@media (max-width:980px) {
  .nav-toggle {
    z-index: 260 !important;
    position: relative;
    overflow: hidden;
  }

  .mobile-nav-backdrop {
    z-index: 240 !important;
  }

  .site-nav-wrapper {
    top: 78px !important;
    padding: 14px 14px 16px !important;
    z-index: 250 !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg,#fff 0%,#f8f4ed 100%) !important;
    box-shadow: 0 26px 64px rgba(33,42,37,.14) !important;
  }

  .site-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin: 0 !important;
  }

  .site-nav-primary,
  .site-nav-secondary {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .site-nav-primary {
    display: grid !important;
    gap: 8px !important;
  }

  .site-nav-primary > a {
    display: flex !important;
    align-items: center !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(224,217,206,.92) !important;
    background: #fff !important;
    box-shadow: 0 12px 24px rgba(33,42,37,.05) !important;
    color: #2f3d35 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
  }

  .site-nav-primary > a:last-child {
    border-bottom: 1px solid rgba(224,217,206,.92) !important;
  }

  .site-nav-secondary {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    gap: 10px !important;
    margin-top: 2px !important;
  }

  .site-nav-secondary .icon-link,
  .site-nav-secondary .btn {
    width: 100% !important;
    min-height: 50px !important;
    justify-content: center !important;
    border-radius: 16px !important;
    border: 1px solid rgba(224,217,206,.96) !important;
    box-shadow: 0 10px 24px rgba(33,42,37,.05) !important;
    padding: 0 12px !important;
  }

  .site-nav-secondary .icon-link:not(.icon-link--cart) {
    background: #24322b !important;
    color: #fff !important;
  }

  .site-nav-secondary .btn {
    background: linear-gradient(135deg,#d7b56d,#c59a3d) !important;
    color: #24322b !important;
    border-color: rgba(197,154,61,.55) !important;
  }
}

@media (max-width:640px) {
  .site-nav-wrapper {
    top: 74px !important;
    padding: 12px 12px 14px !important;
  }

  .site-nav-primary > a {
    min-height: 52px !important;
    font-size: 17px !important;
  }
}


/* V8 dashboard calendar + mobile menu + badge alignment */
.admin-theme .dash-menu a .menu-counter,
.operator-theme .dash-menu a .menu-counter,
.customer-theme .dash-menu a .menu-counter,
.menu-counter {
    background: #cf3d32 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(207,61,50,.22);
}

.admin-theme .dash-menu a.active .menu-counter,
.operator-theme .dash-menu a.active .menu-counter,
.customer-theme .dash-menu a.active .menu-counter {
    background: #b8271e !important;
    color: #fff !important;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day.is-today {
    border: 2px solid #e0b132 !important;
    background: #fff8de !important;
    color: #1f2d26 !important;
    box-shadow: inset 0 0 0 2px rgba(224,177,50,.18), 0 0 0 3px rgba(224,177,50,.12) !important;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day.is-today.has-event {
    border-color: #2f9e5b !important;
    background: #e7f6eb !important;
    color: #184a2c !important;
    box-shadow: inset 0 0 0 2px rgba(47,158,91,.12), 0 0 0 3px rgba(47,158,91,.12) !important;
}

.mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day.is-today .mini-calendar__day-number {
    font-weight: 900;
}

@media (max-width:900px) {
    .dash-sidebar {
        padding-top: calc(env(safe-area-inset-top,0px) + 12px) !important;
    }

    .dash-sidebar__logo,
    .dash-sidebar__head,
    .dash-sidebar__status {
        display: none !important;
    }

    .dash-menu {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .dash-mobile-close {
        top: calc(env(safe-area-inset-top,0px) + 10px) !important;
        right: 10px !important;
        z-index: 120 !important;
    }

    .dash-mobile-toggle {
        position: relative;
        z-index: 70;
    }

    body.dash-nav-open .dash-mobile-toggle {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}


/* V19 list master layout + header buttons */
.dash-topbar__actions > .btn,.dash-topbar__actions > a.btn,.dash-topbar__actions .panel-badge,.header-refresh-action,.logout-chip,.customer-theme .dash-topbar__actions > .btn,.customer-theme .dash-topbar__actions > a.btn,.operator-theme .dash-topbar__actions > .btn,.operator-theme .dash-topbar__actions > a.btn,.admin-theme .dash-topbar__actions > .btn,.admin-theme .dash-topbar__actions > a.btn{min-height:40px !important;height:40px !important;padding-top:0 !important;padding-bottom:0 !important;align-items:center !important}
.admin-catalog-sync,.operator-list-page-card,.admin-list-page-card--flush{background:#fff;border:1px solid rgba(224,217,206,.92);border-radius:24px;box-shadow:0 22px 56px rgba(33,42,37,.06);overflow:hidden}
.admin-catalog-sync .ticket-card-head,.admin-list-page-card--flush .ticket-card-head,.operator-list-page-card .ticket-card-head{padding:20px 22px 14px;border-bottom:1px solid rgba(235,228,215,.9);background:linear-gradient(180deg,#fffdf9 0,#fff 100%)}
.admin-catalog-sync .ticket-card-head h3,.operator-list-page-card .ticket-card-head h3,.admin-list-page-card--flush .ticket-card-head h3{font-size:18px;line-height:1.2;margin:0}
.admin-catalog-sync .listing-toolbar.listing-toolbar--operator,.admin-list-page-card--flush .listing-toolbar.listing-toolbar--operator,.operator-list-page-card .listing-toolbar.listing-toolbar--operator{padding:16px 22px 0 !important;background:transparent;border:none;box-shadow:none}
.admin-catalog-sync .listing-toolbar .listing-search,.admin-list-page-card--flush .listing-toolbar .listing-search,.operator-list-page-card .listing-toolbar .listing-search{width:100%;padding-left:14px !important;padding-right:0 !important}
.admin-catalog-sync .listing-toolbar .listing-search > *,.admin-list-page-card--flush .listing-toolbar .listing-search > *,.operator-list-page-card .listing-toolbar .listing-search > *{min-height:40px}
.admin-list-table-wrap--flush,.operator-list-table-wrap{width:calc(100% - 32px);margin:0 16px 22px;padding:0;background:#fff;border:1px solid rgba(224,217,206,.9);border-radius:22px;box-shadow:0 14px 36px rgba(33,42,37,.045);overflow:hidden;box-sizing:border-box}
.admin-list-table-wrap--flush .table-clean,.operator-list-table-wrap .table-clean{width:100%;margin:0;border-collapse:separate;border-spacing:0}
.admin-list-table-wrap--flush .table-clean th,.operator-list-table-wrap .table-clean th{background:#fcfaf6;white-space:nowrap}
.admin-list-table-wrap--flush .table-clean th,.admin-list-table-wrap--flush .table-clean td,.operator-list-table-wrap .table-clean th,.operator-list-table-wrap .table-clean td{padding:16px 16px;border-bottom:1px solid #efe9dc}
.admin-list-table-wrap--flush .table-clean tbody tr:last-child td,.operator-list-table-wrap .table-clean tbody tr:last-child td{border-bottom:none}
.admin-list-table-wrap--flush .table-clean td:first-child,.admin-list-table-wrap--flush .table-clean th:first-child,.operator-list-table-wrap .table-clean td:first-child,.operator-list-table-wrap .table-clean th:first-child{padding-left:18px}
.admin-list-table-wrap--flush .table-clean td:last-child,.admin-list-table-wrap--flush .table-clean th:last-child,.operator-list-table-wrap .table-clean td:last-child,.operator-list-table-wrap .table-clean th:last-child{padding-right:18px}
.admin-catalog-sync .notice,.admin-list-page-card--flush .notice{margin:16px 22px 0 !important}
@media (max-width:760px){.admin-catalog-sync .ticket-card-head,.admin-list-page-card--flush .ticket-card-head,.operator-list-page-card .ticket-card-head{padding:16px 14px 12px}.admin-catalog-sync .listing-toolbar.listing-toolbar--operator,.admin-list-page-card--flush .listing-toolbar.listing-toolbar--operator,.operator-list-page-card .listing-toolbar.listing-toolbar--operator{padding:14px 14px 0 !important}.admin-catalog-sync .listing-toolbar .listing-search,.admin-list-page-card--flush .listing-toolbar .listing-search,.operator-list-page-card .listing-toolbar .listing-search{padding-left:0 !important}.admin-list-table-wrap--flush,.operator-list-table-wrap{width:calc(100% - 24px);margin:0 12px 18px}}


/* V24 verified fixes */
.admin-list-page-card.admin-catalog-sync,
.operator-list-page-card,
.operator-bookings-page.operator-list-page-card,
.admin-list-page-card.admin-catalog-sync.operator-bookings-page {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.admin-list-page-card.admin-catalog-sync > .ticket-card-head,
.operator-list-page-card > .ticket-card-head {
  display: none;
}

.admin-list-page-card.admin-catalog-sync > .admin-list-toolbar-wrap,
.operator-list-page-card > .admin-list-toolbar-wrap,
.operator-list-page-card > .listing-toolbar.listing-toolbar--operator {
  width: 100%;
  margin: 0 0 18px;
  padding: 18px 22px 18px !important;
  background: #fff;
  border: 1px solid rgba(224,217,206,.92);
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(33,42,37,.06);
  overflow: visible;
  box-sizing: border-box;
}

.admin-list-page-card.admin-catalog-sync > .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
.operator-list-page-card > .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
.operator-list-page-card > .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.admin-list-page-card.admin-catalog-sync > .admin-list-table-wrap,
.operator-list-page-card > .admin-list-table-wrap,
.operator-list-page-card > .admin-list-table-shell,
.admin-list-page-card.admin-catalog-sync > .admin-list-table-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(224,217,206,.92);
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(33,42,37,.06);
  overflow: visible;
  box-sizing: border-box;
}

.admin-list-page-card.admin-catalog-sync .table-clean,
.operator-list-page-card .table-clean {
  width: 100%;
  margin: 0;
}

.admin-list-page-card.admin-catalog-sync .row-actions-menu,
.operator-list-page-card .row-actions-menu,
.admin-list-page-card.admin-catalog-sync td,
.operator-list-page-card td,
.admin-list-page-card.admin-catalog-sync tr,
.operator-list-page-card tr,
.admin-list-page-card.admin-catalog-sync tbody,
.operator-list-page-card tbody {
  overflow: visible;
}

.admin-list-page-card.admin-catalog-sync .row-actions-menu__dropdown,
.operator-list-page-card .row-actions-menu__dropdown {
  z-index: 9999;
}

.hh-upload-dropzone input[type=file],
.operator-upload-dropzone input[type=file],
.admin-upload-dropzone + input[type=file],
.service-upload-dropzone + input[type=file],
.profile-photo-dropzone + input[type=file],
.hh-upload-dropzone-wrap > input[type=file],
.admin-media-dropzone-wrap > input[type=file] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  border: 0 !important;
}

.hh-upload-layout, .operator-media-upload, .hh-upload-dropzone-wrap, .admin-media-dropzone-wrap {
  position: relative;
}

.hh-upload-preview img,
.service-upload-preview img,
.admin-upload-card__preview img,
.operator-profile-photo-preview img,
.hh-profile-photo-thumb img {
  width: auto;
  max-width: 100%;
}


/* V25 action menus + upload master restore */
.table-shell,.admin-list-table-wrap,.admin-list-table-shell,.table-clean,.table-clean tbody,.table-clean tr,.col-actions{overflow:visible !important;}
.col-actions{position:relative;}
.row-actions-menu{position:relative;display:inline-block;}
.row-actions-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#fff;color:#22312a;cursor:pointer;list-style:none;box-shadow:0 8px 20px rgba(15,23,42,.08);}
.row-actions-toggle::-webkit-details-marker{display:none;}
.row-actions-menu__dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:220px;max-width:280px;padding:8px;border:1px solid rgba(148,163,184,.18);border-radius:16px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.16);z-index:99999;display:flex;flex-direction:column;gap:4px;}
.table-clean tbody tr:last-child .row-actions-menu__dropdown,.table-clean tbody tr:nth-last-child(2) .row-actions-menu__dropdown{top:auto;bottom:calc(100% + 8px);}
.row-actions-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:0;border-radius:12px;background:transparent;color:#22312a;text-decoration:none;font-weight:600;cursor:pointer;box-shadow:none;}
.row-actions-menu__item .ui-icon,.row-actions-menu__item .ui-icon svg,.row-actions-menu__item svg{width:18px;height:18px;flex:0 0 18px;}
.row-actions-menu__item:hover{background:#f4f8f5;}
.row-actions-menu__form{margin:0;}
.row-actions-menu__item--danger{color:#9f2337;}
.row-actions-menu__item--danger:hover{background:#fff1f3;}
.actions-row--uniform.actions-row--compact{gap:8px;}
.hh-upload-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:stretch;}
.hh-upload-preview,.service-upload-preview,.admin-upload-card__preview,.operator-profile-photo-preview{min-height:150px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px;}
.service-upload-image,.hh-upload-preview img,.service-upload-preview img,.admin-upload-card__preview img,.operator-profile-photo-preview img{display:block;max-width:100%;max-height:150px;width:auto;height:auto;object-fit:cover;border-radius:14px;}
.hh-upload-preview,.service-upload-preview,.admin-upload-card__preview,.operator-profile-photo-preview,.hh-profile-photo-thumb{position:relative;}
.hh-upload-preview.has-image::after,.service-upload-preview.has-image::after,.admin-upload-card__preview.has-image::after,.operator-profile-photo-preview.has-image::after,.hh-profile-photo-thumb.has-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.06) 72%,rgba(15,23,42,.18) 100%);opacity:0;transition:opacity .18s ease;pointer-events:none;}
.hh-upload-preview:hover::after,.service-upload-preview:hover::after,.admin-upload-card__preview:hover::after,.operator-profile-photo-preview:hover::after,.hh-profile-photo-thumb:hover::after{opacity:1;}
.hh-upload-preview__remove{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;border-radius:999px;background:rgba(15,23,42,.82);color:#fff;box-shadow:0 14px 30px rgba(15,23,42,.24);cursor:pointer;opacity:0;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,background-color .18s ease;z-index:2;}
.hh-upload-preview__edit{position:absolute;top:12px;right:56px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;border-radius:999px;background:rgba(15,23,42,.82);color:#fff;box-shadow:0 14px 30px rgba(15,23,42,.24);cursor:pointer;opacity:0;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,background-color .18s ease;z-index:2;}
.hh-upload-preview__edit:hover{background:#375c46;}
.hh-upload-preview__remove:hover{background:#b42318;}
.hh-upload-preview:hover .hh-upload-preview__remove,.service-upload-preview:hover .hh-upload-preview__remove,.admin-upload-card__preview:hover .hh-upload-preview__remove,.operator-profile-photo-preview:hover .hh-upload-preview__remove,.hh-profile-photo-thumb:hover .hh-upload-preview__remove,.hh-upload-preview:hover .hh-upload-preview__edit,.service-upload-preview:hover .hh-upload-preview__edit,.admin-upload-card__preview:hover .hh-upload-preview__edit,.operator-profile-photo-preview:hover .hh-upload-preview__edit,.hh-profile-photo-thumb:hover .hh-upload-preview__edit{opacity:1;transform:translateY(0);}
.hh-upload-preview__remove svg,.hh-upload-preview__edit svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hh-upload-dropzone-wrap{min-height:150px;}
.hh-upload-dropzone,.service-upload-dropzone,.admin-upload-dropzone,.profile-photo-dropzone{min-height:150px;height:100%;display:flex;align-items:center;justify-content:center;align-content:center;flex-wrap:wrap;gap:10px;padding:18px;border:1.5px dashed rgba(34,49,42,.28);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);text-align:center;color:#22312a;font-weight:700;cursor:pointer;}
.hh-upload-layout.is-invalid .hh-upload-preview,.hh-upload-layout.is-invalid .service-upload-preview,.hh-upload-layout.is-invalid .admin-upload-card__preview{border-color:#d92d20;background:#fff7f6;box-shadow:0 0 0 3px rgba(217,45,32,.08);}
.hh-upload-layout.is-invalid .hh-upload-dropzone,.hh-upload-layout.is-invalid .service-upload-dropzone,.hh-upload-layout.is-invalid .admin-upload-dropzone{border-color:#d92d20;background:linear-gradient(180deg,#fff 0%,#fff5f4 100%);color:#8f1d14;}
.hh-upload-dropzone__icon,.service-upload-dropzone__icon,.admin-upload-dropzone__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#eef7f1;color:#22312a;}
.hh-upload-dropzone__text,.service-upload-dropzone__text,.admin-upload-dropzone__text{display:block;min-width:0;max-width:260px;width:100%;line-height:1.18;text-align:center;margin:0 auto;}
.upload-ui-status{flex:0 0 100%;display:block;width:100%;margin-top:6px;font-size:13px;line-height:1.4;font-weight:700;color:#6b7280;text-align:center;overflow-wrap:anywhere;word-break:break-word;}
.upload-ui-status.is-ready{color:#2f6f54;}
.upload-ui-status.is-loading{color:#4f647a;}
.hh-upload-preview__placeholder{color:#64748b;font-weight:600;}
.admin-moderation-audit{display:flex;justify-content:flex-end;margin-top:12px}
.admin-moderation-audit__pill{display:grid;gap:2px;max-width:420px;padding:8px 12px;border-radius:14px;font-size:11px;line-height:1.45;text-align:right;border:1px solid rgba(148,163,184,.18);background:#f8fafc;color:#475467}
.admin-moderation-audit__pill strong{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#182230}
.admin-moderation-audit__pill--approved{background:#eefaf2;border-color:rgba(47,112,70,.18)}
.admin-moderation-audit__pill--approved strong{color:#1f6a3f}
.admin-moderation-audit__pill--rejected{background:#fff4f3;border-color:rgba(180,35,24,.16)}
.admin-moderation-audit__pill--rejected strong{color:#b42318}
.admin-moderation-audit__pill--pending{background:#f6f8fb;border-color:rgba(98,108,124,.16)}
@media (max-width: 900px){.hh-upload-layout{grid-template-columns:1fr;}}


/* V26 action menu + upload consistency */
.row-actions-menu,
.row-actions-menu[open],
.col-actions,
.table-clean td.col-actions,
.table-clean tbody tr,
.table-clean tbody,
.table-shell,
.admin-list-table-wrap,
.admin-list-table-shell {
  overflow: visible !important;
}
.row-actions-toggle {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
}
.row-actions-toggle__dots {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  min-width: 16px;
  min-height: 16px;
  line-height: 1 !important;
  font-size: 0 !important;
}
.row-actions-toggle__dots > span {
  display: block !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: currentColor !important;
}
.row-actions-menu__dropdown {
  top: calc(100% + 8px) !important;
  bottom: auto !important;
  right: 0 !important;
  min-width: 230px !important;
  padding: 8px !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(15,23,42,.16) !important;
}
.table-clean tbody tr:last-child .row-actions-menu__dropdown,
.table-clean tbody tr:nth-last-child(2) .row-actions-menu__dropdown {
  top: auto !important;
  bottom: calc(100% + 8px) !important;
}
.table-clean tbody tr:first-child .row-actions-menu__dropdown,
.table-clean tbody tr:nth-child(2) .row-actions-menu__dropdown {
  top: calc(100% + 8px) !important;
  bottom: auto !important;
}
.hh-upload-dropzone__icon,
.service-upload-dropzone__icon,
.admin-upload-dropzone__icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
  background: #eef7f1 !important;
  color: #22312a !important;
}
.hh-upload-dropzone__icon svg,
.service-upload-dropzone__icon svg,
.admin-upload-dropzone__icon svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.hh-upload-dropzone,
.service-upload-dropzone,
.admin-upload-dropzone,
.profile-photo-dropzone {
  position: relative;
  overflow: hidden;
}
.hh-upload-dropzone input[type=file],
.service-upload-dropzone input[type=file],
.admin-upload-dropzone input[type=file],
.profile-photo-dropzone input[type=file] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.dash-sidebar__status-note{margin-top:12px;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid rgba(214,205,191,.9);color:#5f513f;font-size:13px;line-height:1.55}.dash-sidebar__status-note strong{color:#22312a}
.operator-presence-panel{position:relative;z-index:2;isolation:isolate;margin:10px 14px 14px;padding:11px 12px;border-radius:15px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);overflow:visible}
.operator-presence-panel::before{display:none}
.operator-presence-panel::after{display:none}
.operator-presence-panel[data-presence-status="online"]{border-color:rgba(74,222,128,.2)}
.operator-presence-panel__head{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}
.operator-presence-panel__title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}
.operator-presence-panel__head strong{font-size:12px;color:rgba(255,255,255,.82);letter-spacing:.02em}
.operator-presence-panel__head span{font-size:12px;line-height:1.45;color:rgba(226,232,240,.85)}
.operator-presence-panel__info-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.operator-presence-panel__info{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;cursor:pointer;outline:0;border:0;padding:0;background:transparent}
.operator-presence-panel__info-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(15,23,42,.18);color:#fff;font-size:12px;font-weight:800;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transition:border-color .18s ease,background .18s ease,transform .18s ease}
.operator-presence-panel__info:hover .operator-presence-panel__info-icon,.operator-presence-panel__info:focus-visible .operator-presence-panel__info-icon,.operator-presence-panel__info-wrap.is-open .operator-presence-panel__info-icon{background:rgba(15,23,42,.32);border-color:rgba(255,255,255,.4);transform:translateY(-1px)}
.operator-presence-panel__info-wrap.is-open{z-index:3}
.operator-presence-panel__tooltip{position:absolute;top:calc(100% + 10px);right:0;left:auto;z-index:240;width:min(236px,calc(100vw - 72px));max-width:min(236px,calc(100vw - 72px));padding:11px 12px;border-radius:14px;background:rgba(15,23,42,.95);border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 36px rgba(2,6,23,.28);color:#e2e8f0;font-size:12px;line-height:1.5;opacity:0;visibility:hidden;transform:translateY(-4px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.operator-presence-panel__tooltip::before{content:"";position:absolute;top:-6px;right:10px;left:auto;width:12px;height:12px;background:rgba(15,23,42,.95);border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14);transform:rotate(45deg)}
.operator-presence-panel__info-wrap.is-open .operator-presence-panel__tooltip{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.operator-presence-panel__control{display:flex;align-items:center;justify-content:space-between;gap:8px}.operator-presence-panel__live{display:inline-flex;align-items:center;gap:7px;margin:0;padding:0;background:transparent;color:#f8fafc;font-size:11px;font-weight:700}
.operator-presence-panel__live-dot{width:9px;height:9px;border-radius:999px;background:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.15)}
.operator-presence-panel__live--online .operator-presence-panel__live-dot{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.18)}
.operator-presence-panel__live--busy .operator-presence-panel__live-dot{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.22)}
.operator-presence-panel__field{display:flex;flex-direction:column;gap:6px;color:#e2e8f0;font-size:12px;font-weight:700}
.operator-presence-panel__toggle{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:7px;width:auto;min-height:28px;padding:2px 3px 2px 7px;border-radius:999px;background:rgba(15,23,42,.16);border:1px solid rgba(255,255,255,.13);box-shadow:none;color:rgba(255,255,255,.85);font-size:9px;font-weight:850;letter-spacing:.035em;cursor:pointer;transition:border-color .18s ease,background .18s ease,opacity .18s ease}
.operator-presence-panel__toggle:hover,.operator-presence-panel__toggle:focus-visible{border-color:rgba(255,255,255,.32);background:rgba(15,23,42,.25);outline:0}
.operator-presence-panel__toggle[data-presence-status="online"]{background:rgba(34,197,94,.1);border-color:rgba(74,222,128,.22)}
.operator-presence-panel__toggle:disabled{cursor:wait;opacity:.72;transform:none}
.operator-presence-panel__switch{position:relative;width:30px;height:18px;border-radius:999px;background:rgba(148,163,184,.38);transition:background .18s ease}.operator-presence-panel__toggle-dot{position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:999px;background:#e2e8f0;box-shadow:0 1px 3px rgba(15,23,42,.32);transition:transform .18s ease,background .18s ease}
.operator-presence-panel__toggle[data-presence-status="online"] .operator-presence-panel__switch{background:rgba(34,197,94,.65)}.operator-presence-panel__toggle[data-presence-status="online"] .operator-presence-panel__toggle-dot{background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.28);transform:translateX(12px)}
.operator-presence-panel__hint{margin:10px 0 0;font-size:12px;line-height:1.45;color:rgba(226,232,240,.82)}
.operator-presence-panel__feedback:empty{display:none}.operator-presence-panel__feedback{margin-top:7px;font-size:11px;line-height:1.4;color:rgba(226,232,240,.82)}
.operator-presence-panel__feedback.is-success{color:#bbf7d0}
.operator-presence-panel__feedback.is-error{color:#fecaca}
.hh-chat-booking-modal[hidden]{display:none!important}.hh-chat-booking-modal{position:fixed;inset:0;z-index:10100;display:grid;place-items:center;padding:22px}.hh-chat-booking-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(16,31,26,.66);backdrop-filter:blur(5px);cursor:default}.hh-chat-booking-modal__dialog{position:relative;width:min(650px,100%);max-height:min(760px,calc(100vh - 44px));overflow:auto;padding:30px;border:1px solid #d9e6df;border-radius:25px;background:#fff;box-shadow:0 34px 90px rgba(15,35,25,.3)}.hh-chat-booking-modal__close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:38px;height:38px;border:1px solid #d8e4de;border-radius:12px;background:#fff;color:#263a31;font-size:24px;cursor:pointer}.hh-chat-booking-modal__dialog h2{margin:12px 46px 5px 0;color:#18352c;font-size:28px}.hh-chat-booking-modal__dialog>p{margin:0 45px 20px 0;color:#62736b;line-height:1.5}.hh-chat-booking-modal__list{display:grid;gap:10px}.hh-chat-booking-option{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px;border:1px solid #dce8e2;border-radius:15px;background:#f8fbf9}.hh-chat-booking-option>div{display:grid;gap:4px;min-width:0}.hh-chat-booking-option strong{color:#213a30}.hh-chat-booking-option span{color:#718078;font-size:12px}.hh-chat-booking-option .btn{flex:0 0 auto}.hh-chat-modal-open{overflow:hidden}.general-chat-public .hh-wa__close{font-size:29px;text-decoration:none}.general-chat-public .hh-chat-action-menu__item:disabled{opacity:.42;cursor:not-allowed}.general-chat-public .hh-chat-action-menu__item:disabled:hover{background:transparent}
.general-chat-public .hh-chat-action-menu__item--danger{color:#9f2f34}.general-chat-public .hh-chat-action-menu__item--danger:hover{background:#fff5f5}.general-chat-public .hh-chat-action-menu__item--danger .hh-chat-action-menu__icon{border-color:#f1cfd1;background:#fff7f7;color:#b33b40}.hh-chat-report-modal .hh-chat-booking-modal__dialog{width:min(520px,100%)}.hh-chat-report-form{display:grid;gap:18px}.hh-chat-report-form__choices{display:grid;gap:10px}.hh-chat-report-choice{display:flex;align-items:center;gap:12px;padding:14px 15px;border:1px solid #dce8e2;border-radius:14px;background:#f9fbfa;color:#243b32;font-weight:750;cursor:pointer}.hh-chat-report-choice:hover{border-color:#abcfc1;background:#f2faf6}.hh-chat-report-choice:has(input:checked){border-color:#278b72;background:#eef9f4;box-shadow:0 0 0 2px rgba(39,139,114,.1)}.hh-chat-report-choice input{width:18px;height:18px;accent-color:#16765f}.hh-chat-report-form__actions{display:flex;gap:10px}.hh-chat-report-form__actions .btn{flex:1;justify-content:center}.hh-chat-report-submit{background:#a6373c!important;border-color:#a6373c!important;color:#fff!important}.hh-wa__notice{position:absolute;z-index:12;top:82px;left:50%;transform:translateX(-50%);max-width:min(620px,calc(100% - 30px));padding:10px 15px;border:1px solid #bfe3d2;border-radius:12px;background:#effaf4;color:#236849;font-size:13px;font-weight:750;box-shadow:0 12px 30px rgba(23,78,59,.12)}.hh-wa__notice--error{border-color:#efc5c8;background:#fff4f4;color:#9c3035}
@media(max-width:640px){.hh-chat-booking-modal{padding:10px}.hh-chat-booking-modal__dialog{padding:24px 16px;border-radius:20px}.hh-chat-booking-modal__dialog h2{font-size:23px}.hh-chat-booking-option{align-items:flex-start;flex-direction:column}.hh-chat-booking-option .btn{width:100%;justify-content:center}.hh-chat-report-form__actions{flex-direction:column}.hh-wa__notice{top:76px}}
.operator-header-presence.operator-presence-panel{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin:0;padding:5px 7px 5px 10px;border-radius:999px;background:#f4f8f6;border:1px solid #d5e3dd;box-shadow:none;color:#24463d;isolation:auto}.operator-header-presence .operator-header-presence__status{display:flex;align-items:center}.operator-header-presence .operator-presence-panel__live{color:#365d53;font-size:11px;white-space:nowrap}.operator-header-presence .operator-presence-panel__live-dot{width:7px;height:7px;box-shadow:0 0 0 3px rgba(148,163,184,.13)}.operator-header-presence .operator-presence-panel__live--online .operator-presence-panel__live-dot{box-shadow:0 0 0 3px rgba(34,197,94,.14)}.operator-header-presence .operator-presence-panel__toggle{min-height:27px;background:#fff;border-color:#d6e3de;color:#38665b}.operator-header-presence .operator-presence-panel__toggle[data-presence-status="online"]{background:#effaf4;border-color:#bfe4ce;color:#24714e}.operator-header-presence .operator-presence-panel__info-icon{width:20px;height:20px;border-color:#d3e1dc;background:#fff;color:#507068;box-shadow:none}.operator-header-presence .operator-presence-panel__tooltip{top:calc(100% + 12px);right:-8px;width:min(250px,calc(100vw - 32px));max-width:min(250px,calc(100vw - 32px));background:#173b33;color:#f1f7f5}.operator-header-presence .operator-presence-panel__tooltip::before{right:12px;background:#173b33}.operator-header-presence .operator-presence-panel__feedback{position:absolute;top:calc(100% + 8px);right:0;z-index:230;margin:0;padding:7px 10px;border-radius:9px;background:#173b33;color:#fff;white-space:nowrap;box-shadow:0 10px 24px rgba(15,23,42,.18)}.operator-header-presence .operator-presence-panel__feedback:empty{display:none}
@media(max-width:1180px){.operator-header-presence .operator-presence-panel__live span:last-child{display:none}.operator-header-presence.operator-presence-panel{padding-left:8px}.operator-header-presence .operator-presence-panel__toggle>span:first-child{display:none}}
.hh-presence-badge{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:5px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:#f8fafc;color:#475569;font-size:12px;font-weight:800;line-height:1}
.hh-presence-badge__dot{width:8px;height:8px;border-radius:999px;background:currentColor;opacity:.95}
.hh-presence-badge--online{background:#ecfdf3;border-color:rgba(34,197,94,.22);color:#15803d}
.hh-presence-badge--online .hh-presence-badge__dot{animation:hh-online-dot-pulse 1.55s ease-out infinite;box-shadow:0 0 0 0 rgba(21,128,61,.34)}
.hh-presence-badge--busy{background:#fff7ed;border-color:rgba(245,158,11,.26);color:#c2410c}
.hh-presence-badge--busy .hh-presence-badge__dot{animation:hh-busy-dot-pulse 1.55s ease-out infinite;box-shadow:0 0 0 0 rgba(194,65,12,.28)}
.hh-presence-badge--card{margin-left:auto}
.hh-presence-badge--hero{margin-left:10px}
.hh-presence-badge--service{margin-left:auto}
.hh-presence-badge--inline{margin:0 4px 0 6px;vertical-align:middle}
.unified-card__media .hh-presence-badge{position:absolute;top:12px;left:12px;z-index:3;margin:0;box-shadow:0 12px 24px rgba(15,23,42,.18);background:rgba(236,253,243,.94);backdrop-filter:blur(8px)}
.unified-card__media .hh-presence-badge--busy{background:rgba(255,247,237,.94)}
.hh-listing-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.hh-listing-title-row .hh-presence-badge{flex-shrink:0;margin-top:2px}
.operator-mini-card__label-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px}
@keyframes hh-online-dot-pulse{0%{box-shadow:0 0 0 0 rgba(21,128,61,.34)}70%{box-shadow:0 0 0 7px rgba(21,128,61,0)}100%{box-shadow:0 0 0 0 rgba(21,128,61,0)}}
@keyframes hh-busy-dot-pulse{0%{box-shadow:0 0 0 0 rgba(194,65,12,.28)}70%{box-shadow:0 0 0 7px rgba(194,65,12,0)}100%{box-shadow:0 0 0 0 rgba(194,65,12,0)}}


.shell-profile__avatar,
.shell-profile__avatar.has-image,
.shell-profile__avatar.has-image img{
    border-radius:50% !important;
}


/* V37 tickets, header badges, coupons and action dropdown */
.shell-link .menu-counter,
.shell-toolbar .menu-counter,
.dash-topbar .menu-counter { background:#d1263a !important; color:#fff !important; }
.ticket-admin-row.has-unread {
  background: linear-gradient(135deg, #f5fff8 0%, #edf9f0 52%, #f8fffa 100%) !important;
  border-color: rgba(64, 149, 92, .28) !important;
  box-shadow: 0 12px 26px rgba(52, 124, 76, .09) !important;
}
.ticket-admin-row__state {
  display:inline-flex; align-items:center; gap:8px; margin-top:6px; font-size:12px; font-weight:700; color:#3d5a46;
}
.ticket-admin-row__state::before {
  content:''; width:8px; height:8px; border-radius:999px; background:currentColor; opacity:.9;
}
.ticket-admin-row__state.is-read { color:#8a948f; }
.table-responsive,
.table-clean-responsive,
.table-clean-wrap,
.admin-list-page-card,
.operator-list-page-card,
.card.chart-card,
.card.soft-card,
.ticket-list-shell,
.list-shell,
.table-shell { overflow: visible !important; }
.row-actions-menu,
.row-actions-menu[open],
.row-actions-menu__dropdown,
.col-actions,
.table-clean td.col-actions,
.table-clean tr,
.table-clean tbody,
.table-clean { overflow: visible !important; z-index: auto; }
.table-clean td.col-actions,
.col-actions,
.row-actions-menu { position: relative; z-index: 50; }
.row-actions-menu[open] { z-index: 999999 !important; }
.row-actions-menu__dropdown { z-index: 999999 !important; }
.coupon-panel-note { margin:10px 0 0; color:#64748b; font-size:13px; line-height:1.5; }
.coupon-usage-box { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.coupon-option { display:flex; gap:10px; align-items:flex-start; padding:14px; border:1px solid rgba(148,163,184,.2); border-radius:16px; background:#fff; }
.coupon-option input { margin-top:3px; }
.coupon-option strong { display:block; margin-bottom:4px; }
.coupon-option span { color:#64748b; font-size:13px; line-height:1.45; }
@media (max-width: 900px) { .coupon-usage-box { grid-template-columns:1fr; } }


/* V38 regressions fix */
.dash-topbar__inner{max-width:none !important;width:100% !important;margin:0 !important;padding-left:18px;padding-right:18px;}
.shell-toolbar .menu-counter,
.shell-link .menu-counter,
.dash-topbar .menu-counter,
.dash-menu .menu-counter,
.view-switch .menu-counter{
  background:#d1263a !important;
  color:#fff !important;
  border-color:#d1263a !important;
  box-shadow:none !important;
}
.ticket-admin-row.has-unread{
  background:linear-gradient(135deg,#f4fff7 0%,#eaf8ef 55%,#f8fffa 100%) !important;
  border-color:rgba(65,146,91,.30) !important;
}
.ticket-admin-row.is-old{
  opacity:.96;
}
.ticket-admin-row__state{display:inline-flex;align-items:center;gap:8px;margin-top:6px;font-size:12px;font-weight:700;color:#335c40}
.ticket-admin-row__state::before{content:'';width:8px;height:8px;border-radius:999px;background:currentColor}
.ticket-admin-row__state.is-read{color:#8a948f}
.ticket-admin-row__state.is-read::before{opacity:.45}
.ticket-admin-row__state.is-new{color:#2f7a46}
.table-responsive,.table-clean-responsive,.table-clean-wrap,.admin-list-page-card,.operator-list-page-card,.card.chart-card,.card.soft-card,.ticket-list-shell,.list-shell,.table-shell,.admin-list-table-shell,.admin-list-table-wrap--flush,.operator-list-table-wrap{overflow:visible !important}
.table-clean,.table-clean tbody,.table-clean tr,.table-clean td,.table-clean th,.col-actions,.row-actions-menu,.row-actions-menu[open],.row-actions-menu__dropdown{overflow:visible !important}
.table-clean tbody tr,.table-clean tbody td,.table-clean tbody th{position:relative}
.row-actions-menu{position:relative;z-index:60}
.row-actions-menu[open]{z-index:999999 !important}
.row-actions-menu__dropdown{z-index:999999 !important}
@media (max-width:760px){
  .dash-topbar__inner{padding-left:12px;padding-right:12px}
}


/* V45 action menus always above list rows */
.col-actions,
.table-clean td.col-actions,
.table-clean th.col-actions,
.table-responsive,
.table-shell,
.admin-list-table-shell,
.operator-list-table-shell,
.admin-list-page-card,
.operator-list-page-card,
.form-shell,
.card,
.meta-stack,
.table-clean tbody tr,
.table-clean tbody td {
  overflow: visible !important;
}
.table-clean tbody tr,
.table-clean tbody td,
.col-actions {
  position: relative;
}
.row-actions-menu,
.row-actions-menu > summary,
.row-actions-toggle {
  position: relative;
  z-index: 20;
}
.row-actions-menu[open],
.row-actions-menu[open] > summary,
.row-actions-menu[open] .row-actions-toggle {
  z-index: 1000000 !important;
}
.row-actions-menu__dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 1000001 !important;
  isolation: isolate;
}
.table-clean tbody tr:last-child .row-actions-menu__dropdown,
.table-clean tbody tr:nth-last-child(2) .row-actions-menu__dropdown {
  top: auto;
  bottom: calc(100% + 8px);
}




/* V47 canonical edit headers + action menus */
.panel-head-v5{
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:22px 24px;
  border:1px solid rgba(224,217,206,.92);
  border-radius:26px;
  background:linear-gradient(135deg,#fffdf9 0%,#f8f5ef 56%,#eef6ff 100%);
  box-shadow:0 18px 44px rgba(33,42,37,.06);
}
.panel-head-v5--operator{background:linear-gradient(135deg,#fffdf9 0%,#f8f5ef 52%,#eef8f2 100%);}
.panel-head-v5--admin{background:linear-gradient(135deg,#fffdf9 0%,#f8f5ef 52%,#eef3ff 100%);}
.panel-head-v5--customer{background:linear-gradient(135deg,#fffdf9 0%,#f8f5ef 52%,#fff1f5 100%);}
.panel-head-v5__title, .panel-head-v5 h1{margin:0 !important;font-size:34px !important;line-height:1.04;letter-spacing:-.04em;color:#18221f;}
.panel-head-v5__copy{margin:0;max-width:68ch;color:#66736c;line-height:1.6;}
.panel-head-v5__content{display:flex;flex-direction:column;gap:8px;min-width:0;}
.panel-head-v5__actions{margin-left:auto;display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap;}
.panel-head-v5 .top-actions,.panel-head-v5__actions .actions-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.panel-head-v5 .btn{min-height:44px;border-radius:14px;}
.admin-event-editor-shell,.admin-service-editor-shell,.form-shell{overflow:visible;}
.table-shell,.admin-list-page-card,.operator-list-page-card,.table-clean-wrap,.table-clean-responsive,.table-responsive,.card.chart-card,.card.soft-card,.ticket-list-shell,.list-shell,.admin-list-table-shell,.admin-list-table-wrap,.admin-list-table-wrap--flush,.operator-list-table-wrap,.table-clean,.table-clean tbody,.table-clean tr,.table-clean td,.table-clean th,.col-actions{overflow:visible !important;}
.row-actions-menu,
.row-actions-menu > summary,
.row-actions-toggle,
.row-actions-menu__dropdown{
  transform:none !important;
  filter:none !important;
}
.row-actions-menu{
  position:relative !important;
  display:inline-block;
  z-index:40;
  isolation:isolate;
}
.row-actions-menu > summary,
.row-actions-toggle{
  position:relative;
  z-index:2;
}
.row-actions-menu[open]{z-index:2147483200 !important;}
.row-actions-menu__dropdown{
  position:fixed !important;
  top:var(--hh-actions-top, -9999px) !important;
  left:var(--hh-actions-left, -9999px) !important;
  right:auto !important;
  bottom:auto !important;
  min-width:220px;
  max-width:min(280px, calc(100vw - 24px));
  z-index:2147483400 !important;
  isolation:isolate;
}
.service-meet-card{
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(214,202,181,.78);
  background:linear-gradient(180deg,#fffdf9 0%,#faf7f1 100%);
}
.service-meet-card__label{
  display:block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:#7a6846;
  margin-bottom:8px;
}
.service-meet-card__link{display:flex;flex-direction:column;gap:8px;}
.service-meet-card__input,
.service-meet-card__link input{
  width:100%;
  min-height:46px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(204,190,163,.9);
  background:#fff;
  color:#1d2a23;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.service-meet-card__helper{font-size:13px;color:#67756d;line-height:1.5;}
.service-meet-actions{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap;}
@media (max-width:760px){
  .panel-head-v5{padding:18px;border-radius:22px;flex-direction:column;}
  .panel-head-v5__title,.panel-head-v5 h1{font-size:28px !important;}
  .panel-head-v5__actions,.panel-head-v5 .top-actions,.panel-head-v5__actions .actions-row{width:100%;justify-content:flex-start;}
  .row-actions-menu__dropdown{max-width:min(280px, calc(100vw - 16px));}
}


/* V49 notifications, avatar, actions */
.notification-row__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.notification-row__form{margin:0}
.notification-filters-bar{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;padding:0 0 12px}
.notification-toolbar-row{display:flex;align-items:flex-end;justify-content:flex-start;gap:14px;flex-wrap:wrap;padding:0 0 12px}
.notification-filters-bar label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800;color:#6d786f;letter-spacing:.04em;text-transform:uppercase}
.notification-filters-bar select{min-width:180px}
.notification-bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:0 22px}
.notification-bulk-bar--inline{padding:0;justify-content:flex-start;flex:0 0 auto}
.notification-bulk-bar__field{
  display:flex;
  flex-direction:column;
  gap:6px;
  justify-content:flex-start;
  align-self:flex-start;
  font-size:12px;
  font-weight:800;
  color:#6d786f;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.notification-bulk-bar__check{
  display:inline-flex;
  align-items:center;
  gap:0;
  min-height:40px;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#31443d;
  font-weight:800;
  cursor:pointer;
  transition:color .18s ease;
}
.notification-bulk-bar__check input{width:18px;height:18px;margin:0;accent-color:#2f7d6d;align-self:center}
.notification-bulk-bar__check span{
  display:none;
}
.notification-bulk-bar__summary{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eef6f2;color:#275c51;font-size:13px;font-weight:800}
.notification-bulk-bar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.notification-bulk-bar__actions[hidden],
.notification-bulk-bar__summary[hidden]{display:none !important}
.notification-row__select{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:6px;
  flex:0 0 28px;
  position:relative;
  cursor:pointer;
}
.notification-row__select input{
  position:static !important;
  inset:auto !important;
  display:block !important;
  width:18px !important;
  min-width:18px !important;
  height:18px !important;
  margin:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  accent-color:#2f7d6d !important;
  appearance:auto !important;
  -webkit-appearance:checkbox !important;
  -moz-appearance:checkbox !important;
  box-shadow:none !important;
  cursor:pointer;
  z-index:3;
}
.notification-row__select span{
  display:none !important;
}
.notification-admin-row{
  display:grid !important;
  grid-template-columns:28px minmax(0,1fr) auto !important;
  align-items:flex-start !important;
  gap:14px !important;
}
.notification-admin-row.is-selected{box-shadow:0 0 0 2px rgba(47,125,109,.18);border-color:rgba(47,125,109,.35)}
.notification-admin-row .ticket-admin-row__main{grid-column:2;min-width:0}
.notification-admin-row .notification-row__actions{grid-column:3}
.notification-admin-row .notification-row__select{grid-column:1;position:relative;z-index:2}
.meta-stack--media{display:flex;align-items:flex-start;gap:12px}
.meta-stack--media .thumb-sm{flex:0 0 56px;width:56px;height:56px;border-radius:14px;object-fit:cover}
.hh-image-request-thumb{position:relative;display:inline-flex;flex:0 0 56px;width:56px;height:56px;border-radius:14px}
.hh-image-request-thumb .thumb-sm{flex:1 1 auto;width:100%;height:100%}
.hh-image-request-thumb.is-requested .thumb-sm{border:2px solid #dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.12)}
.hh-image-request-thumb.is-offer-sent .thumb-sm{border:2px solid #eab308;box-shadow:0 0 0 3px rgba(234,179,8,.16)}
.hh-image-request-thumb__icon{position:absolute;top:-6px;right:-6px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#fff;border:2px solid #dc2626;color:#dc2626;box-shadow:0 8px 18px rgba(220,38,38,.18)}
.hh-image-request-thumb__icon svg{width:13px;height:13px;display:block}
.hh-image-request-thumb__icon--offer{border-color:#eab308;color:#a16207;box-shadow:0 8px 18px rgba(234,179,8,.22);font-size:14px;font-weight:900;line-height:1}
.hh-thumb-with-actions{position:relative;display:inline-flex;flex:0 0 56px;width:56px;height:56px}
.hh-thumb-action{position:absolute;right:-8px;bottom:-8px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(15,23,42,.14);border-radius:999px;background:#fff;color:#1f2937;box-shadow:0 10px 22px rgba(15,23,42,.18);cursor:pointer}
.hh-thumb-action svg{width:15px;height:15px;display:block}
.hh-image-preview-modal{position:fixed;inset:0;display:none;width:100vw;max-width:none;height:100vh;max-height:none;margin:0;border:none;padding:24px;background:rgba(15,23,42,.72);z-index:2147483646}
.hh-image-preview-modal.is-open{display:flex;align-items:center;justify-content:center}
.hh-image-preview-modal__surface{position:relative;z-index:2147483647;width:min(96vw,1180px);max-width:1180px;background:#fff;border-radius:24px;box-shadow:0 30px 80px rgba(15,23,42,.32);overflow:hidden}
.hh-image-preview-modal__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid rgba(226,232,240,.92)}
.hh-image-preview-modal__body{display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%)}
.hh-image-preview-modal__body img{display:block;max-width:100%;max-height:min(78vh,1100px);width:auto;height:auto;border-radius:18px;box-shadow:0 20px 50px rgba(15,23,42,.18)}
.hh-image-preview-modal__actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid rgba(226,232,240,.92);background:#fff}
.hh-image-preview-modal__actions .inline-form{margin:0}
.hh-image-preview-modal__actions .btn[disabled]{opacity:.6;cursor:not-allowed}
.meta-stack__body{min-width:0;display:flex;flex-direction:column;gap:4px}
.meta-stack--media .meta-title{display:block !important;margin:0}
.meta-stack--media .meta-sub{margin-top:0}
.row-actions-menu{position:relative;z-index:80}
.row-actions-toggle{position:relative;z-index:2}
.row-actions-menu__dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:240px;max-width:280px;padding:8px;border:1px solid rgba(148,163,184,.18);border-radius:16px;background:#fff;box-shadow:0 24px 54px rgba(15,23,42,.20);z-index:999999}
.row-actions-menu__dropdown.is-floating{position:fixed !important;top:var(--hh-actions-top, 16px) !important;left:var(--hh-actions-left, 16px) !important;right:auto !important;width:var(--hh-actions-width, 240px);max-width:min(280px, calc(100vw - 24px));z-index:2147483647 !important}
.table-clean,.table-clean tbody,.table-clean tr,.table-clean td,.table-clean th,.col-actions,.admin-list-table-wrap,.admin-list-table-shell,.operator-list-table-wrap,.operator-services-table{overflow:visible !important}


/* V50 notification popover + header avatar */
.shell-profile__avatar{
  background:linear-gradient(135deg,#efe6d2 0%,#dcc79c 100%) !important;
  color:#3f3728 !important;
  border:1px solid rgba(162,136,86,.34) !important;
  box-shadow:0 8px 20px rgba(63,55,40,.12);
}
.shell-profile__avatar.has-image{
  background:#fff !important;
  border:1px solid rgba(34,49,42,.12) !important;
  overflow:hidden;
}
.shell-profile__avatar.has-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:50%;
}
.shell-notify{
  position:relative;
}
.shell-toolbar__item,
.shell-notify__trigger,
.shell-notify__trigger *{
  cursor:pointer !important;
}
.shell-notify__trigger{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.shell-notify__dropdown{
  display:none;
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  width:min(420px, calc(100vw - 24px));
  min-width:360px;
  border:1px solid rgba(224,217,206,.96);
  border-radius:22px;
  background:linear-gradient(180deg,#fffdf9 0%,#fbfaf7 100%);
  box-shadow:0 30px 70px rgba(33,42,37,.18);
  overflow:hidden;
  z-index:1300;
  backdrop-filter:blur(14px);
}
.shell-notify.is-open .shell-notify__dropdown{
  display:block;
}
.shell-notify__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(250,247,240,.92) 100%);
  border-bottom:1px solid rgba(224,217,206,.9);
}
.shell-notify__head-copy{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.shell-notify__head strong{
  font-size:15px;
  color:#1f2a27;
}
.shell-notify__head span{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#f3efe6;
  color:#75664a;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.shell-notify__close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border:1px solid rgba(224,217,206,.92);
  border-radius:999px;
  background:#fff;
  color:#6b5f4a;
  font-size:20px;
  line-height:1;
  cursor:pointer;
}
.shell-notify__close:hover{
  background:#f7f3eb;
}
.shell-notify__list{
  max-height:min(68vh, 560px);
  overflow:auto;
  padding:8px;
  display:grid;
  gap:8px;
}
.shell-notify__item{
  display:grid;
  gap:8px;
  padding:14px 15px;
  border-radius:16px;
  color:#22312a;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(230,224,214,.94);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.shell-notify__item:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(33,42,37,.08);
  border-color:rgba(197,181,145,.9);
  background:#fff;
}
.shell-notify__item.is-unread{
  background:linear-gradient(135deg,#f7fff7 0%,#eff9f0 58%,#fff 100%);
  border-color:rgba(118,171,128,.34);
  box-shadow:0 12px 26px rgba(91,155,105,.08);
}
.shell-notify__item.is-read{
  opacity:.96;
  background:linear-gradient(180deg,#fbfcfb 0%,#f4f7f4 100%);
  border-color:rgba(186,198,188,.88);
}
.shell-notify__item.is-marked-read{
  background:linear-gradient(135deg,#ecfff1 0%,#e2f8e8 58%,#f9fffb 100%);
  border-color:rgba(56,161,105,.42);
  box-shadow:0 0 0 3px rgba(56,161,105,.10), 0 14px 30px rgba(56,161,105,.12);
}
.shell-notify__item.is-marked-read .shell-notify__meta{
  color:#166534;
}
.shell-toolbar__badge.is-badge-updated{
  animation:shellBadgePulse 1.05s ease;
}
@media (max-width:760px){
  .notification-toolbar-row{align-items:stretch}
  .notification-filters-bar{padding-bottom:10px}
  .notification-filters-bar label,
  .notification-filters-bar select{width:100%}
  .notification-bulk-bar--inline{width:100%;justify-content:flex-start}
  .notification-bulk-bar{padding:0 14px}
  .notification-bulk-bar__actions{width:100%}
  .notification-bulk-bar__actions .btn{width:100%}
  .notification-bulk-bar__summary{order:3}
  .notification-admin-row{
    grid-template-columns:28px minmax(0,1fr) !important;
    gap:10px !important;
  }
  .notification-admin-row .ticket-admin-row__main{grid-column:2}
  .notification-admin-row .notification-row__actions{grid-column:1 / -1;padding-left:38px}
}
@keyframes shellBadgePulse{
  0%{transform:scale(1);box-shadow:0 0 0 0 rgba(47,125,77,.00)}
  24%{transform:scale(1.12);box-shadow:0 0 0 8px rgba(47,125,77,.12)}
  100%{transform:scale(1);box-shadow:0 0 0 0 rgba(47,125,77,.00)}
}
.shell-notify__read-state{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 10px;
  border-radius:999px;
  background:#e8f7ec;
  color:#166534;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.shell-notify__item-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.shell-notify__item-top strong{
  font-size:14px;
  line-height:1.35;
  color:#18221f;
}
.shell-notify__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  background:#e7f6ea;
  color:#23683b;
  border:1px solid rgba(91,155,105,.24);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  white-space:nowrap;
}
.shell-notify__copy{
  color:#5f6b65;
  font-size:13px;
  line-height:1.5;
}
.shell-notify__meta{
  color:#8a948d;
  font-size:12px;
  font-weight:700;
}
.shell-notify__empty{
  padding:26px 18px;
  text-align:center;
  color:#6e7972;
}
.shell-notify__footer{
  padding:14px 18px;
  background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(247,243,235,.96) 100%);
  border-top:1px solid rgba(224,217,206,.88);
}
.shell-notify__footer a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#22312a;
  font-weight:800;
  text-decoration:none;
}
.shell-notify__footer a:hover{
  text-decoration:underline;
}
@media (max-width:640px){
  .shell-notify__dropdown{
    right:-10px;
    left:auto;
    min-width:0;
    width:min(96vw, 420px);
    border-radius:20px;
  }
  .shell-notify__head,
  .shell-notify__footer{padding:14px 15px;}
  .shell-notify__list{padding:8px; max-height:60vh;}
  .shell-notify__item{padding:13px;}
}



/* V52 first-pass dashboard CSS cleanup */
.u-mt-18{margin-top:18px !important}
.u-mt-20{margin-top:20px !important}
.u-mt-22{margin-top:22px !important}
.u-mt-14{margin-top:14px !important}
.u-mt-16{margin-top:16px !important}
.u-mb-12{margin-bottom:12px !important}
.u-mb-14{margin-bottom:14px !important}
.u-gap-16{gap:16px !important}
.u-gap-14{gap:14px !important}
.u-gap-12{gap:12px !important}
.u-items-start{align-items:flex-start !important}
.u-items-end{align-items:flex-end !important}
.u-wrap{flex-wrap:wrap !important}
.u-flex-end{display:flex !important;align-items:flex-end !important;justify-content:flex-end !important}
.u-flex-1{flex:1 1 auto !important}
.u-grid-start{display:grid !important;gap:12px !important;justify-items:start !important}
.u-head-tight{margin-bottom:12px !important}
.u-head-tight h3,.u-head-tight h2{margin:0 0 6px !important}
.u-muted-0{margin:0 !important}
.u-muted-6{margin:6px 0 0 !important}
.u-muted-8{margin:8px 0 0 !important}
.u-muted-10{margin:10px 0 0 !important}
.u-list-hint{margin:12px 0 0 18px !important;padding:0 !important}
.u-card-soft{border-color:#d8ccbc !important;background:#fffdf9 !important}
.u-card-soft-danger{border-color:#ecd4d4 !important;background:#fff8f8 !important}
.u-note-danger{margin-top:16px !important;background:rgba(239,68,68,.08) !important;color:#991b1b !important}
.u-field-0{margin:0 !important}
.u-summary-meta{margin-top:4px !important}
.u-mini-kpi-space{margin-top:14px !important}
.u-payout-top{margin-top:22px !important}
.u-stack-18{margin-top:22px !important;gap:18px !important}
.u-stat-row{margin-top:22px !important}
.u-section-grid{margin-top:16px !important}
.u-card-plain{background:#fafbff !important;border:1px solid #e7eaf3 !important;box-shadow:none !important}
.u-text-34{font-size:34px !important}
.u-line-16{line-height:1.6 !important}
.u-max-760{max-width:760px !important}
.u-max-780{max-width:780px !important}
.profile-avatar-note{margin:0;padding:14px 16px;border-radius:16px;background:rgba(37,99,235,.08);color:#1d4ed8;line-height:1.55}
.event-summary-head{margin-bottom:12px;display:flex;justify-content:space-between;gap:14px;align-items:flex-end;flex-wrap:wrap}
.event-summary-head__title{margin:0}
.event-summary-head__copy{margin:6px 0 0}
.event-participants-card{margin-top:22px}
.service-editor-top-spacing{margin-top:22px}
.event-editor-top-spacing{margin-top:20px}
.meet-card-top-spacing{margin-top:14px}
.variants-wrap-gap{gap:12px !important}
.operator-progress__bar{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a)}
.billing-fields-hidden{display:none}
.billing-fields-visible{display:block}
@media (max-width:760px){.u-flex-end{justify-content:flex-start !important}}


/* extracted from operator/profile.php + dashboard/profile.php (master) */

.operator-profile-stack,.customer-profile-stack{display:grid;gap:18px;margin-top:22px}
.operator-profile-card,.customer-profile-card{padding:24px;border-radius:24px}
.operator-profile-grid-pro,.customer-profile-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
.operator-profile-grid-pro > *,.customer-profile-grid > *{min-width:0}
.operator-span-12,.customer-span-12{grid-column:span 12}
.operator-span-8,.customer-span-8{grid-column:span 8}
.operator-span-6,.customer-span-6{grid-column:span 6}
.operator-span-4,.customer-span-4{grid-column:span 4}
.operator-span-3,.customer-span-3{grid-column:span 3}
.customer-span-2{grid-column:span 2}
.operator-eyebrow,.customer-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(15,23,42,.05);font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#64748b}
.operator-section-title,.customer-section-title{margin:12px 0 6px;font-size:1.15rem}
.operator-muted,.customer-muted{margin:0;color:#64748b;line-height:1.6}
.operator-stat,.customer-stat{padding:18px;border:1px solid rgba(148,163,184,.18);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.88))}
.operator-stat span,.customer-stat span{display:block;font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}
.operator-stat strong,.customer-stat strong{display:block;font-size:1rem;line-height:1.4;color:#0f172a;word-break:break-word}
.operator-profile-form .field,.operator-profile-form label,.customer-profile-form .field,.customer-profile-form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#0f172a}
.operator-profile-form input,.operator-profile-form select,.operator-profile-form textarea,.customer-profile-form input,.customer-profile-form select,.customer-profile-form textarea{width:100%;border:1px solid rgba(148,163,184,.22);border-radius:16px;padding:13px 14px;background:#fff;font:inherit;color:#0f172a;box-sizing:border-box}
.operator-profile-form textarea{min-height:160px;resize:vertical}
.customer-profile-form textarea{min-height:120px;resize:vertical}
.operator-profile-form input:disabled,.customer-profile-form input:disabled{background:#f8fafc;color:#64748b}
.operator-surface,.customer-surface{padding:18px;border:1px solid rgba(148,163,184,.16);border-radius:20px;background:rgba(248,250,252,.75)}
.operator-actions,.customer-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}
.operator-master-block,.customer-master-block{padding:18px;border:1px solid rgba(148,163,184,.18);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.9))}
.operator-master-block__label,.customer-master-block__label{display:block;margin-bottom:12px;font-size:.86rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}
.operator-master-choice-grid,.customer-master-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.operator-master-choice,.customer-master-choice{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid rgba(148,163,184,.2);border-radius:20px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.operator-master-choice:hover,.customer-master-choice:hover{transform:translateY(-1px);border-color:rgba(15,23,42,.18)}
.operator-master-choice input,.customer-master-choice input{width:18px;height:18px;margin-top:2px;flex:0 0 auto}
.operator-master-choice strong,.customer-master-choice strong{display:block;font-size:.98rem;line-height:1.3}
.operator-master-choice span,.customer-master-choice span{display:block;margin-top:4px;font-size:.89rem;color:#64748b;font-weight:500;line-height:1.5}
.operator-master-choice.is-active,.customer-master-choice.is-active{border-color:rgba(37,99,235,.35);box-shadow:0 0 0 3px rgba(37,99,235,.10)}
.operator-password-hint,.customer-password-hint{display:grid;gap:10px}
.operator-password-hint li,.customer-password-hint li{color:#64748b}
.operator-inline-note,.customer-inline-note{padding:16px 18px;border-radius:18px;background:rgba(59,130,246,.08);color:#1e3a8a;line-height:1.55}
.customer-profile-card .panel-topline{margin-bottom:0}
.customer-profile-card .badge{align-self:flex-start}
.customer-toggle{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid rgba(148,163,184,.18);border-radius:20px;background:rgba(15,23,42,.03)}
.customer-toggle input{width:18px;height:18px;margin-top:2px}
.operator-master-choice input{min-width:18px}
.operator-media-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:stretch}
.operator-media-preview{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:18px;border:1px solid rgba(148,163,184,.16);border-radius:20px;background:rgba(248,250,252,.9)}
.operator-avatar-xl{display:block;width:100%;max-width:260px;aspect-ratio:1/1;height:auto;border-radius:24px;object-fit:cover;border:1px solid rgba(148,163,184,.18);background:#fff}
.operator-profile-upload .hh-upload-layout{grid-template-columns:minmax(0,1fr)}
.operator-profile-upload .hh-upload-preview{min-height:220px}
.operator-profile-upload .hh-upload-dropzone-wrap{display:grid;gap:10px}
.operator-profile-upload .operator-muted{margin:0}
.operator-completion{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid rgba(148,163,184,.16);border-radius:20px;background:rgba(15,23,42,.03)}
.operator-progress{position:relative;height:10px;border-radius:999px;background:rgba(148,163,184,.2);overflow:hidden;margin-top:10px}
.operator-progress span{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a)}
.operator-contract-alert{margin-bottom:18px;padding:18px 20px;border-radius:20px;border:1px solid rgba(245,158,11,.28);background:linear-gradient(180deg,rgba(255,251,235,.98),rgba(255,247,237,.94));color:#92400e}
.operator-contract-alert strong{display:block;margin-bottom:6px;font-size:1rem;color:#7c2d12}
.operator-contract-alert p{margin:0;color:#9a3412;line-height:1.6}
.operator-contract-alert__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.operator-contract-ok{margin-bottom:18px;padding:14px 16px;border-radius:18px;border:1px solid rgba(34,197,94,.2);background:rgba(240,253,244,.9);color:#166534}
.hh-profile-overview-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:16px}
.hh-profile-overview-grid--equal{grid-template-columns:repeat(2,minmax(0,1fr))}
.hh-profile-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.hh-profile-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hh-profile-panel{padding:18px;border:1px solid rgba(148,163,184,.18);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.92))}
.hh-profile-panel__label{display:block;margin-bottom:10px;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#64748b}
.hh-profile-panel__value{font-size:1rem;font-weight:800;line-height:1.35;color:#0f172a;margin-bottom:8px;word-break:break-word}
.hh-profile-focus-list{display:grid;gap:12px}
.hh-profile-focus-item{padding:14px 15px;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:#fff}
.hh-profile-focus-item strong{display:block;font-size:.96rem;line-height:1.3;color:#0f172a}
.hh-profile-focus-item span{display:block;margin-top:5px;color:#64748b;line-height:1.5}
.customer-avatar-panel .hh-upload-layout,.operator-profile-upload .hh-upload-layout{grid-template-columns:minmax(0,1fr)}
.customer-avatar-panel .hh-upload-dropzone-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center}
.customer-avatar-panel .hh-upload-dropzone{width:100%;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px}
.customer-avatar-panel .hh-upload-dropzone > *{flex:0 0 auto;align-self:center}
.customer-avatar-panel .hh-upload-dropzone .hh-upload-dropzone__icon,
.customer-avatar-panel .hh-upload-dropzone .admin-upload-dropzone__icon{margin:0 auto}
.customer-avatar-panel .hh-upload-dropzone .hh-upload-dropzone__text,
.customer-avatar-panel .hh-upload-dropzone .admin-upload-dropzone__text,
.customer-avatar-panel .hh-upload-dropzone .upload-ui-status,
.customer-avatar-panel .customer-muted{width:100%;max-width:280px;margin:0 auto;text-align:center}
.hh-profile-collapse{display:grid;gap:0}
.hh-profile-collapse__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;padding:18px 20px;border:1px solid rgba(148,163,184,.18);border-radius:20px;background:linear-gradient(180deg,rgba(248,250,252,.96),rgba(255,255,255,.98));transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.hh-profile-collapse__summary::-webkit-details-marker{display:none}
.hh-profile-collapse__summary::marker{display:none}
.hh-profile-collapse__summary>div{min-width:0}
.hh-profile-collapse__summary:hover{border-color:rgba(37,99,235,.26);box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.hh-profile-collapse__summary:focus-visible{outline:none;border-color:rgba(37,99,235,.35);box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.hh-profile-collapse__cta{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;min-width:120px}
.hh-profile-collapse__hint{font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#475569}
.hh-profile-collapse__icon{width:12px;height:12px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);color:#475569;transition:transform .18s ease}
.hh-profile-collapse__body{padding-top:18px}
.hh-profile-collapse[open] .hh-profile-collapse__summary{padding-bottom:0;border-bottom-left-radius:14px;border-bottom-right-radius:14px}
.hh-profile-collapse[open] .hh-profile-collapse__hint{color:#1d4ed8}
.hh-profile-collapse[open] .hh-profile-collapse__hint::after{content:"Chiudi";margin-left:0}
.hh-profile-collapse[open] .hh-profile-collapse__hint{font-size:0}
.hh-profile-collapse[open] .hh-profile-collapse__hint::after{font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.hh-profile-collapse[open] .hh-profile-collapse__icon{transform:rotate(-135deg) translateY(-1px);color:#1d4ed8}
.unified-grid--book-date .unified-card{content-visibility:auto;contain-intrinsic-size:420px 520px}
.book-date-loadmore{display:flex;justify-content:center;margin-top:22px}
@media (max-width:760px){.hh-profile-collapse__summary{padding:16px}.hh-profile-collapse__cta{justify-content:flex-start}}
@media (max-width:1100px){
  .operator-span-8,.operator-span-6,.operator-span-4,.operator-span-3,.customer-span-8,.customer-span-6,.customer-span-4,.customer-span-3,.customer-span-2{grid-column:span 12}
  .hh-profile-overview-grid,.hh-profile-split,.hh-profile-kpi-grid{grid-template-columns:1fr}
}
@media (max-width:980px){.operator-media-block{grid-template-columns:1fr}}
@media (max-width:760px){
  .operator-profile-card,.customer-profile-card{padding:18px}
  .operator-avatar-xl{max-width:180px}
  .operator-upload-dropzone{min-height:180px;padding:18px}
  .operator-master-choice-grid,.customer-master-choice-grid{grid-template-columns:1fr}
}


/* extracted from operator/payouts.php */


  .payout-stripe-status--idle{color:#b42318}
  .payout-stripe-status--idle strong,.payout-stripe-status--idle span{color:#b42318}
  .payout-stripe-cta-main{min-height:52px;padding:0 24px;font-size:15px;font-weight:800}
  .payout-stripe-cta-wrap{align-items:stretch}
  .payout-stripe-cta-wrap form{display:flex}
  .payout-stripe-cta-wrap form .btn{width:100%}
  .payout-stripe-help{margin-top:12px;padding:12px 14px;border:1px solid #eadfce;border-radius:14px;background:#fffaf4;color:#5f513f;font-size:14px;line-height:1.55;max-width:760px}
  @media (max-width: 760px){.payout-stripe-cta-wrap form{width:100%}}


/* extracted from admin/payouts.php */

.hh-payout-filters {
  display:grid;
  grid-template-columns:minmax(220px,280px) minmax(280px,1fr) auto;
  gap:16px 18px;
  align-items:end;
  width:100%;
  margin-top:18px;
}
.hh-payout-filters .field { min-width:0; }
.hh-payout-filters .field label { display:block; margin-bottom:8px; }
.hh-payout-filters .field input,
.hh-payout-filters .field select {
  width:100%;
  box-sizing:border-box;
}
.hh-payout-filter-actions {
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}
.hh-payout-filter-actions .btn,
.hh-payout-filter-actions .btn.alt {
  white-space:nowrap;
}
@media (max-width: 980px) {
  .hh-payout-filters {
    grid-template-columns:1fr;
  }
  .hh-payout-filter-actions {
    width:100%;
  }
}


/* phase 2 — dashboard css master */

/* editor master */
.draft-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border:1px dashed #d6c8b5;border-radius:16px;background:#fffaf3}
.draft-toolbar__status{font-weight:800;color:#5b4630}
.draft-toolbar__hint{font-size:13px;color:#7c6a58}
.draft-toolbar.is-saving{border-color:#bfd8ea;background:#f5faff}
.draft-toolbar.is-saving .draft-toolbar__status{color:#1f4f82}
.draft-toolbar.is-saving .draft-toolbar__hint{color:#5b7591}
.actions-row--draft{align-items:center;flex-wrap:wrap;gap:12px 14px}
.actions-row--draft .btn{min-width:220px;justify-content:center}
.actions-row--draft .btn.is-loading{position:relative;pointer-events:none;opacity:.94;padding-right:50px}
.actions-row--draft .btn.is-loading::after{content:"";position:absolute;right:18px;top:50%;width:16px;height:16px;margin-top:-8px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:hhButtonSpin .68s linear infinite}
.actions-row--draft .btn.is-disabled{pointer-events:none;opacity:.7}
.draft-toolbar.is-success{border-color:#b7dec6;background:#f4fbf6}
.draft-toolbar.is-success .draft-toolbar__status{color:#185a37}
.draft-toolbar.is-error{border-color:#efc1b6;background:#fff7f4}
.draft-toolbar.is-error .draft-toolbar__status{color:#a33b22}
@keyframes hhButtonSpin{to{transform:rotate(360deg)}}
.service-editor,
.operator-service-editor,
.admin-event-editor{display:grid;gap:18px}
.service-editor__hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:22px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.service-editor__hero h2{margin:6px 0 0}
.service-editor__hero p{margin:8px 0 0}
.service-editor__hero-aside{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.service-badge{padding:8px 12px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:700}
.service-cover-preview-wrap{display:flex;align-items:center;justify-content:center}
.service-cover-preview{width:96px;height:96px;border-radius:18px;object-fit:cover;border:1px solid var(--line);background:#fff}
.service-cover-preview--placeholder{display:flex;align-items:center;justify-content:center;color:#64748b;font-size:12px;text-align:center;padding:10px}
.service-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.grid-4 .field{min-width:0}
.service-card{padding:20px;border-radius:22px}
.service-card--main{grid-column:1}
.service-card--full{grid-column:1 / -1}
.service-card__head{margin-bottom:14px}
.service-card__head h3{margin:0 0 6px}
.service-card__head p{margin:0;color:#64748b}
.service-card__head--between{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.service-summary-box{padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid var(--line);margin-bottom:14px}
.service-summary-box__value{font-weight:700;color:#0f172a;margin-top:4px}
.service-summary-box--flush{margin-top:0 !important}
.workflow-state-box{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#f8fafc}
.workflow-state-box strong{font-size:14px;color:#0f172a}
.workflow-state-box span{font-size:13px;color:#475569}
.service-admin-moderation{gap:14px}
.service-intro-box{padding:16px 18px;border-radius:18px;border:1px solid var(--line);background:#fff}
.service-intro-toggle{display:flex;align-items:flex-start;gap:12px;font-weight:700;color:#0f172a}
.service-intro-toggle input{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#22312a;opacity:1;position:static}
.service-intro-meta{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px;color:#475569}
.service-variant-card{padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}
.service-variant-card__grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1fr) minmax(220px,1fr);gap:18px;align-items:end}
.service-variant-card__actions{margin-top:10px;display:flex;justify-content:flex-end}
.service-variant-card__grid .field{margin:0;height:100%}
.service-variant-card__grid .field .field-help{min-height:20px}
.service-variant-card__grid .field--currency .field-currency-control{margin-top:0}
.event-edit-summary{padding:20px;border-radius:22px;border:1px solid var(--line);background:#fff}
.event-edit-summary__pills{display:flex;gap:10px;flex-wrap:wrap}
.event-edit-summary .table-shell{margin-top:14px}
@media (max-width:900px){
  .service-editor__hero,.service-card__head--between{flex-direction:column;align-items:flex-start}
  .service-editor__hero-aside{align-items:flex-start}
  .service-grid,.grid-4,.hh-upload-layout{grid-template-columns:1fr}
  .service-card,.service-card--main,.service-card--full{grid-column:auto}
  .service-variant-card__grid{grid-template-columns:1fr}
}

/* statistics */
.operator-stats-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:end}
.operator-stats-kpi{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:22px}
.operator-kpi-card{padding:18px 18px 16px;border-radius:22px;border:1px solid rgba(148,163,184,.16);background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 18px 45px rgba(15,23,42,.06)}
.operator-kpi-card .label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800}
.operator-kpi-card .value{margin-top:10px;font-size:1.9rem;line-height:1.05;font-weight:800;color:#0f172a}
.operator-kpi-card .sub{margin-top:8px;font-size:.9rem;color:#64748b}
.operator-stats-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:22px}
.operator-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.operator-mini-grid--spaced{margin-top:18px}
.operator-info-list{display:grid;gap:12px}
.operator-info-list--spaced{margin-top:18px}
.operator-info-list--compact{margin-top:12px}
.operator-info-row{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid rgba(148,163,184,.16)}
.operator-info-row:last-child{border-bottom:0;padding-bottom:0}
.operator-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#f8fafc;color:#334155;font-weight:700;font-size:.82rem}
.operator-table-wrap{overflow:auto}
.operator-table{width:100%;border-collapse:collapse}
.operator-table th,.operator-table td{padding:12px 10px;border-bottom:1px solid rgba(148,163,184,.14);text-align:left;vertical-align:top}
.operator-table th{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}
.operator-service-name{font-weight:700;color:#0f172a}
.operator-booking-status{margin-top:6px}
.operator-note{color:#64748b;font-size:.92rem;line-height:1.55}
.operator-note--flush{margin:0}
.operator-note--spaced-sm{margin-top:10px}
.operator-range-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.operator-range-links a{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#f8fafc;color:#334155;font-weight:700}
.operator-range-links a:hover{background:#eef2f7}
.operator-booking-list{margin-top:22px}
.operator-stats-title{margin:6px 0}
.operator-stats-card-title{margin:6px 0 0}
.operator-kpi-value{font-size:1.45rem;font-weight:800;margin-top:10px}
.operator-stats-side-stack{display:grid;gap:16px}
.operator-actions-row{margin-top:16px;flex-wrap:wrap}
@media (max-width:1100px){.operator-stats-kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-stats-grid{grid-template-columns:1fr}.operator-stats-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.operator-stats-kpi,.operator-mini-grid,.operator-stats-filters{grid-template-columns:1fr}.operator-kpi-card .value{font-size:1.6rem}}

/* payout + profile helpers */
.payout-history-head{margin-bottom:14px}
.admin-payout-checklist{margin:10px 0 0 18px}
.admin-payout-stack{gap:18px}
.admin-payout-copy{margin-top:10px;line-height:1.6}
.payout-card-title{margin:6px 0 8px !important}
.payout-commission-spacing{margin-top:34px !important;margin-bottom:30px !important}
.payout-meta-title{font-size:20px !important}
.admin-payout-badges{display:flex !important;align-items:center !important;gap:10px !important;flex-wrap:wrap !important}
.customer-media-spacing{margin-bottom:18px !important}
.customer-billing-toggle-label{margin:0 !important;font-weight:700 !important;cursor:pointer !important}
.operator-event-sync-error{color:#9f1239 !important}
.booking-fixed-event-note{margin:16px 0 !important}
.booking-inline-note{align-self:center !important}


/* V56 dashboard CSS cleanup phase 2 */
.booking-edit-callout{margin-bottom:14px;border-color:#d8ccbc;background:#fffdf9}
.booking-edit-callout__copy{margin:10px 0 0}
.booking-edit-panel{border-color:#d8ccbc;background:#fffdf9}
.operator-contract-block{margin:0 0 22px;padding:18px 20px;border-radius:22px;border:1px solid rgba(239,68,68,.18);background:linear-gradient(180deg,rgba(254,242,242,.98),rgba(255,247,237,.94));color:#991b1b;display:flex;justify-content:space-between;gap:18px;align-items:flex-start;flex-wrap:wrap}
.operator-contract-block strong{display:block;margin-bottom:6px;font-size:1rem;color:#7f1d1d}
.operator-contract-block p{margin:0;color:#991b1b;line-height:1.6}
.operator-contract-block .btn{white-space:nowrap}
.operator-onboarding-next{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:18px;margin:0;padding:20px 22px;border:1px solid rgba(31,107,98,.24);border-radius:22px;background:linear-gradient(135deg,#f2fbf7 0%,#fffdf6 100%);box-shadow:0 18px 38px rgba(31,107,98,.09)}
.operator-onboarding-next__step{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#1f7469;color:#fff;font-size:20px;font-weight:900;box-shadow:0 12px 24px rgba(31,116,105,.2)}
.operator-onboarding-next__body{display:grid;gap:5px;min-width:0}
.operator-onboarding-next__body>span{color:#1f7469;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.operator-onboarding-next__body>strong{color:#20342d;font-size:19px;line-height:1.3}
.operator-onboarding-next__body>p{margin:0;color:#586a63;line-height:1.55}
.operator-onboarding-next>.btn{white-space:nowrap}
.operator-onboarding-next.is-waiting{border-color:rgba(180,137,45,.26);background:linear-gradient(135deg,#fffaf0 0%,#fffdf8 100%)}
.operator-onboarding-next.is-waiting .operator-onboarding-next__step{background:#b4892d;box-shadow:0 12px 24px rgba(180,137,45,.18)}
.operator-onboarding-next.is-waiting .operator-onboarding-next__body>span{color:#936c1d}
.operator-dashboard-grid{margin-top:22px}
.operator-dashboard-grid .between,.operator-dashboard-section__head{gap:18px;align-items:flex-start;flex-wrap:wrap}
.operator-dashboard-title{margin:6px 0 4px}
.operator-dashboard-card{margin-top:22px}
.operator-dashboard-card__lead{margin:6px 0 0}
.operator-dashboard-stack{gap:10px;margin-top:14px}
.operator-dashboard-chat-card{margin:0;background:#fff;border:1px solid #eadfce}
.operator-dashboard-chat-card .between{gap:12px;align-items:flex-start;flex-wrap:wrap}
.operator-dashboard-chat-title{font-weight:800;color:#22312a}
.operator-dashboard-chat-meta{margin-top:4px}
.operator-refund-card{background:#fff;border:1px solid #eadfce}
.operator-refund-badge{background:#f4efe7;color:#7b674a}
.operator-refund-note{color:#7b674a;font-weight:700}
.operator-calendar-card{margin-top:22px;padding:0;overflow:hidden}
.operator-calendar-card__head{padding:20px 24px;border-bottom:1px solid var(--line,#e5e7eb)}
.operator-calendar-card__title{margin:6px 0 0}
.operator-central-input{min-height:54px;border-radius:16px;text-align:center;font-weight:700;font-size:1.05rem;background:#fff}
.hh-chat-page{display:flex;flex-direction:column;gap:18px}.hh-chat-toolbar{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap;padding:18px;border:1px solid #ddd6c9;border-radius:20px;background:linear-gradient(180deg,#fffdf9,#f6f1e7)}.hh-chat-toolbar__field{display:flex;flex-direction:column;gap:8px;min-width:160px}.hh-chat-toolbar__field--search{flex:1 1 260px}.hh-chat-toolbar__field label{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7b674a}.hh-chat-toolbar__field input,.hh-chat-toolbar__field select{min-height:44px;border-radius:14px;border:1px solid #d8ccbc;background:#fff;padding:0 14px}.hh-chat-toolbar__actions{display:flex;gap:10px;flex-wrap:wrap}.hh-chat-toolbar__counts{display:flex;gap:10px;flex-wrap:wrap}.hh-chat-kpi{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #e8dece;color:#6f6048;font-size:.85rem;font-weight:700}.hh-chat-shell{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:0;border:1px solid #ddd6c9;border-radius:24px;background:#fff;overflow:hidden;min-height:640px;box-shadow:0 24px 40px rgba(34,49,42,.06)}.hh-chat-list{background:linear-gradient(180deg,#fffdf9,#f7f3eb);border-right:1px solid #ddd6c9;display:flex;flex-direction:column;min-height:640px}.hh-chat-list__head{padding:20px 20px 14px;border-bottom:1px solid #e6dccf;display:flex;align-items:center;justify-content:space-between;gap:12px}.hh-chat-list__head h3{margin:0;font-size:1.1rem}.hh-chat-list__section-label{padding:12px 20px 0;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8b7658}.hh-chat-list__body{display:flex;flex-direction:column;padding:10px;gap:10px;overflow:auto}.hh-chat-list__body--archive{padding-top:8px;border-top:1px solid #e6dccf}.hh-chat-item{display:flex;flex-direction:column;gap:10px;padding:14px 14px 12px;border-radius:18px;border:1px solid #eadfce;background:#fff;text-decoration:none;color:inherit;transition:.18s ease box-shadow,.18s ease transform,.18s ease border-color}.hh-chat-item:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(34,49,42,.08);border-color:#d6c29f}.hh-chat-item.is-active{border-color:#bca36a;box-shadow:0 0 0 3px rgba(188,163,106,.14)}.hh-chat-item--archived{background:#f6f6f4;border-color:#d8d8d3}.hh-chat-item--archived .hh-chat-item__title{color:#4e5853}.hh-chat-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.hh-chat-item__main{min-width:0}.hh-chat-item__title{font-weight:800;color:#22312a}.hh-chat-item__meta,.hh-chat-item__preview,.hh-chat-item__time{font-size:.9rem;color:#6a746f}.hh-chat-item__preview{line-height:1.45}.hh-chat-item__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.hh-chat-detail{display:flex;flex-direction:column;min-height:640px;background:linear-gradient(180deg,#fff,#f9f6f0)}.hh-chat-detail__top{padding:22px 24px;border-bottom:1px solid #e6dccf;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}.hh-chat-detail__body{padding:24px;display:flex;flex-direction:column;gap:18px}.hh-chat-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hh-chat-panel{padding:18px;border-radius:20px;border:1px solid #eadfce;background:#fff}.hh-chat-panel h4{margin:0 0 8px;font-size:.92rem;color:#7a6544;text-transform:uppercase;letter-spacing:.05em}.hh-chat-panel p{margin:0;color:#33423a;line-height:1.6}.hh-chat-tags{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.hh-chat-empty{padding:34px 20px;text-align:center;color:#728077}.hh-chat-empty--center{margin:auto}.hh-chat-empty__icon{font-size:2rem}.hh-chat-empty__title{margin:8px 0 6px}.hh-chat-item.is-hidden{display:none}.hh-chat-toolbar__field input.is-live-active,.hh-chat-toolbar__field select.is-live-active{border-color:#bca36a;box-shadow:0 0 0 4px rgba(201,171,108,.10)}.hh-chat-detail__title{font-weight:800;font-size:1.08rem;color:#22312a}.hh-chat-detail__meta{margin-top:4px}.hh-chat-detail__muted{margin-top:4px}.hh-chat-list__ghost{min-width:0}
@media (max-width:980px){.hh-chat-shell{grid-template-columns:1fr}.hh-chat-list{min-height:auto;border-right:0;border-bottom:1px solid #ddd6c9}.hh-chat-detail__grid{grid-template-columns:1fr}}
@media (max-width:760px){.operator-contract-block{padding:16px}.operator-onboarding-next{grid-template-columns:44px minmax(0,1fr);padding:17px}.operator-onboarding-next__step{width:44px;height:44px}.operator-onboarding-next>.btn{grid-column:1/-1;width:100%;justify-content:center}}
@media (max-width:640px){.hh-chat-toolbar{padding:12px}.hh-chat-toolbar__field,.hh-chat-toolbar__field--search,.hh-chat-toolbar__actions{width:100%}.hh-chat-toolbar__actions .btn{flex:1 1 auto;justify-content:center}.hh-chat-list__head,.hh-chat-detail__top,.hh-chat-detail__body{padding:16px}}

.push-admin-page{display:grid;gap:18px;margin-top:18px}
.push-admin-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border:1px solid #e4dbcf;border-radius:8px;background:linear-gradient(180deg,#fffdf9,#f7f2ea);box-shadow:0 14px 30px rgba(34,49,42,.05)}
.push-admin-hero h3,.push-admin-card h3{margin:4px 0 0;color:#22312a;letter-spacing:0}
.push-admin-hero p{max-width:720px;margin:8px 0 0;color:#647269;line-height:1.55}
.push-admin-hero__actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.push-admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.push-admin-stat{display:grid;gap:6px;padding:16px;border:1px solid #e5ded4;border-radius:8px;background:#fff}
.push-admin-stat span{font-size:12px;font-weight:850;text-transform:uppercase;color:#846f51;letter-spacing:.06em}
.push-admin-stat strong{font-size:28px;line-height:1.05;color:#24342c}
.push-admin-stat small{color:#66746d;font-weight:650}
.push-admin-stat.is-ok{border-color:#b8d7c7;background:#f6fbf8}
.push-admin-stat.is-warning{border-color:#efd39f;background:#fffaf0}
.push-admin-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;align-items:start}
.push-admin-side{display:grid;gap:18px}
.push-admin-card{border:1px solid #e4dbcf;border-radius:8px;background:#fff;box-shadow:0 14px 28px rgba(34,49,42,.045);overflow:hidden}
.push-admin-card__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #ece5dc;background:#fffdf9}
.push-admin-card__head--tight{align-items:flex-start}
.push-template-table-wrap{overflow:auto}
.push-template-table th,.push-template-table td{vertical-align:top}
.push-template-title{display:grid;gap:4px;min-width:260px}
.push-template-title strong{color:#24342c;font-size:15px}
.push-template-title span{color:#5f6f66;font-weight:750}
.push-template-title small{color:#8b7860;font-size:12px}
.push-template-title p{max-width:660px;margin:4px 0 0;color:#66746d;line-height:1.45}
.push-channel-badge{display:inline-flex;align-items:center;justify-content:center;min-width:58px;padding:6px 9px;border-radius:999px;border:1px solid #d9d0c4;background:#faf7f1;color:#6e604e;font-size:12px;font-weight:850;letter-spacing:.04em}
.push-channel-badge--push{border-color:#b7d7c3;background:#effaf4;color:#25614f}
.push-channel-badge--email{border-color:#c9d6ee;background:#f2f6ff;color:#315580}
.push-toggle-form{margin:0}
.push-switch{display:inline-flex;align-items:center;gap:8px;cursor:pointer;user-select:none}
.push-switch input{position:absolute;opacity:0;pointer-events:none}
.push-switch span{position:relative;width:42px;height:24px;border-radius:999px;background:#d7d0c6;transition:.18s ease background}
.push-switch span::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(34,49,42,.18);transition:.18s ease transform}
.push-switch input:checked + span{background:#2f7d5d}
.push-switch input:checked + span::after{transform:translateX(18px)}
.push-switch em{font-style:normal;font-size:12px;font-weight:850;color:#5f6f66}
.push-switch input:checked + span + em{color:#25614f}
.push-template-editor{border-color:#cdb889}
.push-admin-form{display:grid;gap:14px;padding:18px 20px}
.push-admin-form label{display:grid;gap:7px;color:#4c5b53;font-weight:750}
.push-admin-form input:not([type=checkbox]),.push-admin-form select,.push-admin-form textarea{width:100%;border:1px solid #d9d1c5;border-radius:8px;background:#fff;padding:10px 12px;color:#22312a}
.push-admin-form textarea{resize:vertical;min-height:84px;font-family:inherit;line-height:1.45}
.push-admin-form__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;border-top:1px solid #eee6dc;padding-top:14px}
.push-admin-toggle{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:8px;font-weight:750}
.push-admin-toggle input{width:auto}
.push-status-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:center;padding:18px 20px;background:#f8fbf8}
.push-status-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:#24342c;color:#fff;font-weight:900}
.push-status-card p{margin:8px 0 0;color:#66746d;line-height:1.5}
.push-settings-card .push-admin-form{padding-top:16px}
.push-settings-card textarea{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;font-size:13px}
.push-settings-card--dedicated{max-width:1040px}
.push-key-input{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace!important;font-size:13px!important;line-height:1.4;letter-spacing:0;white-space:nowrap}
.push-admin-card--logs .table-clean{margin-bottom:0}
@media (max-width:1180px){.push-admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.push-admin-grid{grid-template-columns:1fr}}
@media (max-width:760px){.push-admin-hero,.push-admin-card__head,.push-admin-form__foot{align-items:flex-start;flex-direction:column}.push-admin-hero__actions,.push-admin-hero__actions .btn,.push-admin-hero__actions form,.push-admin-card__head .btn{width:100%}.push-admin-stats{grid-template-columns:1fr}.push-admin-form{padding:16px}.push-admin-card__head{padding:16px}.push-admin-stat strong{font-size:24px}}

/* V57.1 final fixes - compact panel hero + service state pills */
.ui-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:12px;
  font-weight:800;
  line-height:1;
  letter-spacing:.01em;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(33,42,37,.06);
}
.ui-badge--success{
  background:#eaf7ef;
  border-color:rgba(45,143,88,.16);
  color:#1f6c40;
}
.ui-badge--danger{
  background:#fdecec;
  border-color:rgba(190,68,68,.14);
  color:#963535;
}
.ui-badge--warning{
  background:#fff4dd;
  border-color:rgba(214,145,35,.18);
  color:#9c6a10;
}
.ui-badge--neutral{
  background:#f1f2f3;
  border-color:rgba(107,114,128,.14);
  color:#5f6870;
}
.ui-badge--info{
  background:#ebf2ff;
  border-color:rgba(61,95,150,.14);
  color:#3d5f96;
}

.panel-head-v5{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center !important;
  column-gap:18px;
  row-gap:10px;
  padding:18px 22px !important;
  margin-bottom:16px !important;
}
.panel-head-v5__content{
  gap:6px !important;
}
.panel-head-v5__title,
.panel-head-v5 h1{
  font-size:30px !important;
  line-height:1.02 !important;
}
.panel-head-v5__copy{
  max-width:58ch;
  font-size:14px;
  line-height:1.5;
}
.panel-head-v5__actions,
.panel-head-v5 .top-actions{
  margin-left:0 !important;
  align-self:center;
  justify-content:flex-end !important;
  flex-wrap:nowrap;
}
.panel-head-v5__actions .actions-row,
.panel-head-v5 .top-actions .actions-row,
.panel-head-v5 .actions-row{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:nowrap;
}
.panel-head-v5 .btn{
  min-height:40px;
}
@media (max-width: 900px){
  .panel-head-v5{
    grid-template-columns:minmax(0,1fr);
    align-items:flex-start !important;
  }
  .panel-head-v5__actions,
  .panel-head-v5 .top-actions,
  .panel-head-v5 .actions-row{
    width:100%;
    justify-content:flex-start !important;
    flex-wrap:wrap;
  }
  .panel-head-v5__title,
  .panel-head-v5 h1{
    font-size:28px !important;
  }
}


/* V59 service edit, filters, frontend spacing */
.service-editor .field input,
.service-editor .field select,
.service-editor .field textarea,
.service-editor-shell .field input,
.service-editor-shell .field select,
.service-editor-shell .field textarea,
.service-editor-shell .field input:-webkit-autofill,
.service-editor-shell .field textarea:-webkit-autofill,
.service-editor-shell .field select:-webkit-autofill{
  background:#fff !important;
  background-color:#fff !important;
  box-shadow:0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color:#1f2937 !important;
}
.service-editor .service-grid > .service-card:nth-child(1),
.service-editor-shell .service-grid > .service-card:nth-child(1){order:2;}
.service-editor .service-grid > .service-card:nth-child(2),
.service-editor-shell .service-grid > .service-card:nth-child(2){order:1;}
.service-editor .service-grid > .service-card:nth-child(3),
.service-editor-shell .service-grid > .service-card:nth-child(3){order:3;grid-column:1/-1 !important;}
.service-editor .service-grid > .service-card:nth-child(4),
.service-editor-shell .service-grid > .service-card:nth-child(4),
.service-editor .service-grid > .service-card:nth-child(5),
.service-editor-shell .service-grid > .service-card:nth-child(5),
.service-editor .service-grid > .service-card:nth-child(6),
.service-editor-shell .service-grid > .service-card:nth-child(6){grid-column:1/-1;}
.service-price-input{position:relative;display:block;}
.service-price-input input{padding-right:42px !important;background:#fff !important;}
.service-price-input__suffix{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-weight:800;color:#6b7280;pointer-events:none;}
.admin-catalog-sync .meta-title,
.operator-list-page-card .meta-title,
.admin-list-page-card .meta-title{font-size:14px !important;line-height:1.35 !important;}
.unified-card h3,
.unified-card h3 a{font-size:1.02rem !important;line-height:1.3 !important;}
.listing-shell:last-child,
main > section:last-child{padding-bottom:40px !important;margin-bottom:0 !important;}
.site-footer{margin-top:0 !important;}

@media (max-width: 640px) {
    .site-footer__socials {
    gap: 14px;
    flex-wrap: nowrap;
}

    .site-footer__social {
    width: auto;
}

    .site-footer__social svg {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
}
}
.listing-shell .container.container-wide > .hh-master-toolbar,
.listing-shell .container.container-wide > .hh-master-filters,
.listing-shell .container.container-wide > .listing-toolbar{margin-bottom:24px !important;}
.hh-master-toolbar,
.hh-master-filters .hh-master-toolbar{display:grid;gap:12px;padding:18px;border:1px solid rgba(222,212,198,.96);border-radius:24px;background:linear-gradient(180deg,#fffdf9 0%,#f6f1e7 100%);box-shadow:0 14px 28px rgba(34,49,42,.06);}
.hh-master-toolbar__row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.7fr) auto;gap:12px;align-items:center;}
.hh-master-search,.hh-master-select{position:relative;display:flex;align-items:center;gap:12px;min-height:56px;padding:0 14px;border:1px solid #ddd6c9;border-radius:18px;background:#fff;box-shadow:0 8px 18px rgba(34,49,42,.04);}
.hh-master-search:focus-within,.hh-master-select:focus-within{border-color:#c4a96d;box-shadow:0 0 0 4px rgba(196,169,109,.12);}
.hh-master-search .catalog-search__input,.hh-master-select select{border:0;outline:0;background:transparent;box-shadow:none;width:100%;font-size:14px;font-weight:700;color:#22312a;padding:0;}
.hh-master-search .catalog-search__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;font-size:20px;line-height:1;color:#6f7f75;}
.hh-master-search .catalog-search__input{padding-left:6px;}
.hh-master-quicktools{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;}
.hh-master-quicktool,.hh-master-chip{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 15px;border-radius:16px;border:1px solid #ddd6c9;background:#fff;color:#22312a;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 8px 18px rgba(34,49,42,.04);}
.hh-master-quicktool:hover,.hh-master-chip:hover,.hh-master-quicktool:focus-visible,.hh-master-chip:focus-visible{text-decoration:none;border-color:#c4a96d;box-shadow:0 0 0 4px rgba(196,169,109,.12);}
.hh-master-quicktool.active,.hh-master-chip.active{background:#f4ecde;border-color:#d4c09d;color:#6b5126;}
.hh-master-chip__count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 8px;border-radius:999px;background:#f3ecdf;color:#6a5633;font-size:12px;font-weight:800;}
.hh-master-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px;}
.hh-filter-stack{display:grid;gap:12px;}
.hh-mobile-filters-trigger{display:none;width:100%;align-items:center;justify-content:space-between;gap:14px;min-height:56px;padding:0 18px;border:1px solid rgba(221,214,201,.96);border-radius:18px;background:#fff;color:#22312a;font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 22px rgba(34,49,42,.05);}
.hh-mobile-filters-trigger__icon{width:11px;height:11px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease;}
.hh-mobile-filters-trigger[aria-expanded="true"] .hh-mobile-filters-trigger__icon{transform:rotate(-135deg) translateY(-1px);}
.hh-master-filters__panel{display:grid;gap:12px;}
.hh-filter-toolbar--operators .hh-master-toolbar__row{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(180px,.58fr));}
.hh-operators-filter-sep{margin-bottom:24px;}
.service-card-inline-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.soft-badge--intro{background:#eef8f3;color:#1f5c46;}
.unified-grid--events .unified-card{overflow:hidden}
.unified-card--service h3,
.unified-card--service h3 a,
.unified-card--event h3,
.unified-card--event h3 a,
.unified-card--book-date-service h3,
.unified-card--book-date-service h3 a,
.unified-card--book-date-event h3,
.unified-card--book-date-event h3 a{
    font-weight:900;
}
.unified-card--service .unified-card__media,
.unified-card--book-date-service .unified-card__media,
.unified-card--book-date-event .unified-card__media{
    aspect-ratio:1 / 1;
    min-height:0;
}
.unified-card--service .unified-card__media img,
.unified-card--book-date-service .unified-card__media img,
.unified-card--book-date-event .unified-card__media img{
    width:100%;
    height:100%;
    aspect-ratio:1 / 1;
    object-fit:cover;
    display:block;
}
.unified-card--event .unified-card__media{position:relative}
.unified-card__media--event{aspect-ratio:1 / 1;min-height:0;background:linear-gradient(180deg,#f7f2ff 0%,#efe6ff 100%)}
.unified-card__media--event img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:1 / 1}
.event-card-badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#2d3f37;color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 10px 24px rgba(34,49,42,.18);max-width:calc(100% - 104px)}
.event-card-datebox{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:66px;height:72px;border-radius:20px;background:rgba(255,255,255,.96);color:#22312a;box-shadow:0 14px 30px rgba(56,64,60,.14)}
.event-card-datebox strong{font-size:28px;line-height:1;font-weight:900}
.event-card-datebox span{font-size:11px;font-weight:800;letter-spacing:.08em;color:#8b6f2a}
.event-card-seats{position:absolute;right:16px;bottom:16px;left:auto;display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 32px);padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.96);color:#22312a;font-size:13px;font-weight:800;line-height:1.2;box-shadow:0 12px 24px rgba(56,64,60,.12);backdrop-filter:blur(4px)}
.event-card-seats.is-soldout{background:#7f1d1d;color:#fff}
.service-detail-page .service-detail-card__content h1,
.service-detail-page .holyhome-title-price h1,
.service-detail-page .holyhome-detail-story h1{
    font-weight:900;
}
.soft-badge--event{background:#eef4ef;color:#335347}
.mini-price{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}
.mini-price--compare{text-decoration:line-through;color:#94a3b8;font-size:.86em;font-weight:500;opacity:.95}
.unified-card__top--event{align-items:flex-start}
.service-meta-chips--event{margin-top:2px}
.unified-card__meta--event span{font-weight:600}
@media (max-width:1080px){.hh-master-toolbar__row,.hh-filter-toolbar--operators .hh-master-toolbar__row{grid-template-columns:minmax(0,1fr);} .hh-master-quicktools{justify-content:flex-start;}}
@media (max-width:760px){.unified-card__media--event{aspect-ratio:1 / 1}.event-card-badge{top:12px;left:12px;max-width:calc(100% - 92px);padding:7px 12px;font-size:11px}.event-card-datebox{top:12px;right:12px;width:60px;height:66px;border-radius:18px}.event-card-datebox strong{font-size:24px}.event-card-seats{right:12px;bottom:12px;padding:8px 12px;font-size:12px}.hh-master-filters--collapsible{display:grid;gap:12px}.hh-mobile-filters-trigger{display:flex}.hh-master-filters--collapsible .hh-master-filters__panel.is-mobile-collapsed{display:none}}


/* V63 targeted fixes */
.hh-master-field-label{
    display:block;
    margin:0 0 6px;
    padding-left:2px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#6f7c76;
}
.hh-book-date-form{
    display:grid;
    grid-template-columns:minmax(118px,132px) minmax(118px,132px) minmax(220px,1fr) minmax(235px,270px) minmax(146px,160px);
    gap:12px;
    align-items:end;
}
.hh-book-date-form--pro{
    grid-template-columns:1fr;
    gap:14px;
}
.hh-master-toolbar__row--book-date{
    grid-template-columns:minmax(260px,1.2fr) minmax(240px,1fr) repeat(3,minmax(180px,.56fr));
    align-items:end;
}
.hh-book-date-field{display:flex;flex-direction:column;gap:6px;min-width:0}
.hh-master-field--range{min-width:0}
.hh-master-search--range{
    min-height:58px;
    padding-right:18px;
}
.hh-master-search--range .catalog-search__icon{font-size:18px}
.hh-master-search--range .catalog-search__input{
    cursor:pointer;
    font-weight:800;
}
.hh-master-toolbar--book-date .hh-master-select{
    display:flex;
    align-items:center;
    min-height:58px;
}
.hh-book-date-field--search .hh-master-search{min-height:58px}
.hh-book-date-typebar{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}
.hh-book-date-field--type .hh-master-chip-row{
    gap:8px;
    min-height:58px;
    align-items:center;
    margin-bottom:0;
}
.hh-book-date-field--type .hh-master-chip{
    cursor:pointer;
}
.hh-book-date-field--type .hh-master-chip input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}
.hh-book-date-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    flex-wrap:wrap;
}
.hh-book-date-submit{
    min-height:58px;
    border-radius:20px;
    justify-content:center;
    font-size:15px;
    font-weight:800;
    white-space:nowrap;
    min-width:210px;
}
.hh-book-date-note{
    grid-column:1 / -1;
    margin:0;
    padding:2px 4px 0;
    color:#738077;
    font-size:12px;
    font-weight:600;
}
.listing-head--book-date-modern{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(280px,.56fr);
    gap:28px;
    align-items:stretch;
}
.listing-head--book-date-modern > div:first-child{min-width:0}
.listing-head--book-date-modern .listing-stat--book-date{
    width:100%;
    max-width:320px;
    justify-self:end;
    align-self:stretch;
}
.unified-grid--book-date .unified-card h3{
    font-size:1.2rem;
    line-height:1.3;
}
.unified-grid--book-date .unified-card__body{
    gap:12px;
}
.book-date-card-note{display:grid;gap:10px;margin-top:14px;padding:14px 16px;border:1px solid rgba(223,231,226,.95);border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#fbfcfb 100%)}
.book-date-card-note__label{font-size:13px;font-weight:800;color:#24322b}
.book-date-card-note__text{font-size:13px;color:#5f6d66;line-height:1.5}
.book-date-service-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:14px;padding:14px 16px;border:1px solid rgba(223,231,226,.95);border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#fbfcfb 100%)}
.book-date-service-summary strong{display:block;font-size:15px;color:#24322b}
.book-date-service-summary span{display:block;margin-top:4px;font-size:13px;color:#5f6d66;line-height:1.45}
.book-date-service-summary__count{display:inline-flex;align-items:center;justify-content:center;align-self:center;min-width:72px;min-height:44px;padding:12px 14px;border-radius:16px;background:#eef4ef;color:#335347;font-size:13px;font-weight:800;line-height:1;text-align:center;white-space:nowrap}
.book-date-service-summary__count.is-muted{background:#f3f4f6;color:#667085}
.unified-card--book-date-event .unified-card__body{display:flex;flex-direction:column;gap:10px}
.book-date-event-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.book-date-event-kicker{display:flex;flex-wrap:wrap;gap:8px}
.book-date-event-availability{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 14px;border-radius:999px;background:linear-gradient(180deg,#ffffff 0%,#f6fbf7 100%);border:1px solid rgba(77,116,96,.12);color:#28463a;font-size:12px;font-weight:800;line-height:1.2;box-shadow:0 10px 18px rgba(55,84,69,.10)}
.book-date-event-availability::before{content:"";width:8px;height:8px;border-radius:50%;background:#2f855a;display:inline-block}
.book-date-event-availability.is-soldout{background:linear-gradient(180deg,#8e2434 0%,#7f1d2d 100%);border-color:#7f1d2d;color:#fff;box-shadow:none}
.book-date-event-availability.is-soldout::before{background:#fff}
.book-date-event-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:14px;padding:14px 16px;border:1px solid rgba(225,216,244,.95);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#faf7ff 100%)}
.book-date-event-summary strong{display:block;font-size:15px;color:#2f2740}
.book-date-event-summary span{display:block;margin-top:4px;font-size:13px;color:#625778;line-height:1.45}
.book-date-event-summary__cap{display:inline-flex;align-items:center;justify-content:center;align-self:center;min-width:92px;min-height:44px;padding:12px 14px;border-radius:16px;background:#f3ecff;color:#5d3e8c;font-size:13px;font-weight:800;line-height:1;text-align:center;white-space:nowrap}
.book-date-event-summary__cap.is-soldout{background:#8e2434;color:#fff}
.book-date-event-summary--availability{margin-top:10px;border-color:rgba(233,226,245,.98);background:linear-gradient(180deg,#ffffff 0%,#fcfbff 100%)}
.book-date-results-group{display:grid;gap:16px;margin-top:26px}
.book-date-results-group:first-of-type{margin-top:0}
.book-date-results-group__head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
}
.book-date-results-group__head h2{
    margin:0;
    font-size:1.2rem;
    line-height:1.2;
    color:#22312a;
}
.book-date-results-group__head span{
    color:#6f7c76;
    font-size:13px;
    font-weight:700;
}
.flatpickr-calendar.holyhome-calendar--range{
    border:1px solid rgba(214,205,191,.92);
    border-radius:26px;
    box-shadow:0 30px 70px rgba(27,41,35,.16);
    overflow:hidden;
    background:linear-gradient(180deg,#fffdfa 0%,#f8f4ed 100%);
    padding:10px;
}
.flatpickr-calendar.holyhome-calendar--range.arrowTop:before,
.flatpickr-calendar.holyhome-calendar--range.arrowTop:after{display:none}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-months{
    position:relative;
    display:flex;
    align-items:center;
    background:linear-gradient(135deg,#ffffff 0%,#f5eee3 100%);
    padding:12px 12px 14px;
    border:1px solid rgba(231,222,209,.92);
    border-radius:18px;
    margin-bottom:10px;
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-month{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    width:100%;
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-current-month{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    min-height:44px;
    font-size:17px;
    font-weight:800;
    color:#20312a;
    padding:0 56px;
    line-height:1.1;
    text-align:center;
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-prev-month,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-next-month{
    position:absolute;
    top:50%;
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    padding:0 !important;
    margin:0;
    border-radius:999px;
    color:#607068;
    fill:#607068;
    transform:translateY(-50%);
    transition:background-color .18s ease,color .18s ease,box-shadow .18s ease;
    z-index:3;
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-prev-month{left:14px}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-next-month{right:14px}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-prev-month:hover,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-next-month:hover{
    background:#eef3ef;
    color:#1f4f43;
    box-shadow:0 8px 18px rgba(31,67,56,.12);
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-innerContainer{padding:2px 6px 6px}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-weekdays{margin:0 0 8px}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-weekday{
    color:#7b897f;
    font-weight:800;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day{
    border:none;
    border-radius:16px;
    max-width:40px;
    height:40px;
    line-height:40px;
    font-weight:700;
    color:#24342d;
    transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.today{
    background:transparent;
    color:#24342d;
    box-shadow:inset 0 0 0 1px rgba(105,128,117,.35);
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.selected,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.startRange,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.endRange,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.today.selected,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.today.startRange,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.today.endRange{
    background:linear-gradient(135deg,#315f53 0%,#1e4338 100%);
    color:#fff !important;
    box-shadow:0 12px 24px rgba(31,67,56,.24);
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.inRange{
    background:#edf4f0;
    color:#1f4f43;
    box-shadow:none;
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day:hover{
    background:#edf4f0;
    color:#1f4f43;
    transform:translateY(-1px);
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.flatpickr-disabled,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.prevMonthDay,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.nextMonthDay{
    color:#c8bdaa;
    background:transparent;
    box-shadow:none;
    transform:none;
}
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.prevMonthDay,
.flatpickr-calendar.holyhome-calendar--range .flatpickr-day.nextMonthDay{
    visibility:hidden;
    pointer-events:none;
}
.customer-profile-stack .customer-profile-form input,
.customer-profile-stack .customer-profile-form select,
.customer-profile-stack .customer-profile-form textarea{
    background:#fff;
}
.customer-profile-stack .customer-profile-form .customer-surface{
    background:linear-gradient(180deg,#ffffff 0%,#fbfaf7 100%);
    border:1px solid rgba(224,217,206,.92);
}
.customer-profile-stack .customer-profile-form .user-upload-dropzone,
.customer-profile-stack .customer-profile-card{
    box-shadow:0 18px 44px rgba(33,42,37,.05);
}
.customer-profile-stack > .customer-profile-card,
.customer-profile-stack > form.customer-profile-stack,
.customer-profile-stack form.customer-profile-form{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
}
.customer-profile-stack > form.customer-profile-stack{
    display:grid;
    grid-column:1 / -1;
    justify-self:stretch;
    align-self:stretch;
}
.customer-profile-form-shell{
    grid-column:span 12 !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
}
.customer-profile-stack > form.customer-profile-stack > .customer-profile-card{
    width:100%;
    max-width:none;
}
.customer-profile-stack .customer-section-title{
    margin-bottom:8px;
}
@media (max-width: 1180px){
  .listing-head--book-date-modern{grid-template-columns:minmax(0,1fr) 280px;}
  .hh-book-date-form{grid-template-columns:1fr 1fr 1fr;}
  .hh-book-date-field--type{grid-column:1 / -1;}
  .hh-book-date-field--submit{grid-column:1 / -1;}
  .hh-master-toolbar__row--book-date{grid-template-columns:minmax(0,1fr) minmax(0,1fr);}
}
@media (max-width: 860px){
  .listing-head--book-date-modern{grid-template-columns:1fr;}
  .listing-head--book-date-modern .listing-stat--book-date{max-width:100%;justify-self:stretch;}
  .hh-book-date-form{grid-template-columns:1fr 1fr;}
  .hh-book-date-field--type{grid-column:1 / -1;}
  .hh-book-date-field--submit{grid-column:1 / -1;}
  .hh-book-date-typebar{align-items:stretch;}
  .hh-book-date-actions{width:100%;justify-content:stretch;}
  .hh-book-date-actions .hh-master-quicktool,
  .hh-book-date-actions .hh-book-date-submit{flex:1 1 220px;}
}
@media (max-width: 760px){
  .hh-book-date-form{grid-template-columns:1fr;}
  .hh-master-toolbar__row--book-date{grid-template-columns:minmax(0,1fr);}
  .hh-book-date-field--type .hh-master-chip-row{flex-direction:column;align-items:stretch;}
  .hh-book-date-submit,.hh-master-toolbar--book-date .hh-master-select,.hh-book-date-field--search .hh-master-search{min-height:56px;}
  .book-date-results-group__head{align-items:flex-start;flex-direction:column;}
}


/* V65 customer profile, booking warning, reviews */
.customer-profile-card--overview .user-media-block{grid-template-columns:132px minmax(0,1fr);gap:16px;align-items:start}
.customer-profile-card--overview .user-media-preview{padding:10px;min-height:auto;border-radius:18px;max-width:132px;background:linear-gradient(180deg,#fff 0%,#f7f7f5 100%);box-shadow:none}
.customer-profile-card--overview .user-avatar-xl{max-width:110px;border-radius:20px}
.customer-profile-card--overview .customer-profile-grid{margin-top:4px}
.customer-profile-upload-card .hh-upload-layout{grid-template-columns:118px minmax(0,1fr);gap:14px;align-items:start}
.customer-profile-upload-card .hh-upload-preview{min-height:118px;max-width:118px;padding:8px;border-radius:18px}
.customer-profile-upload-card .service-upload-image{border-radius:16px}
.customer-profile-upload-card .hh-upload-dropzone{min-height:118px;padding:18px;border-radius:18px}
.customer-profile-upload-card .hh-upload-help{margin-top:10px}
.profile-block-card__head > *{min-width:0}
.booking-meet-inline-link{margin-left:auto;white-space:nowrap}
.profile-meta-item--meeting{display:flex;flex-direction:column;gap:10px}
.profile-meta-item--meeting a,
.booking-meet-field-link a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:#24322b;color:#fff;font-weight:800;text-decoration:none}
.profile-meta-item--meeting small{color:#64748b;line-height:1.45}
.booking-warning-note{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid rgba(245,158,11,.26);background:linear-gradient(180deg,#fff8eb 0%,#fffaf2 100%);color:#8a4b11;line-height:1.55;margin-bottom:14px}
.booking-warning-note strong{display:block;color:#7c3d0b;margin-bottom:4px}
.review-create-card{padding:18px 20px;border:1px solid rgba(148,163,184,.18);border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#fbfaf7 100%);box-shadow:0 14px 34px rgba(33,42,37,.05)}
.review-create-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.review-create-card__head h3{margin:2px 0 4px}
.review-create-card__head p{margin:0;color:#64748b;line-height:1.5}
.review-inline-link{font-weight:800;color:#6b5126}
.review-cta-panel{display:grid;gap:14px;padding:18px 20px;border:1px solid rgba(223,217,206,.92);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%)}
.review-cta-panel__actions{display:flex;gap:10px;flex-wrap:wrap}
@media (max-width:760px){
  .customer-profile-stack{gap:14px}
  .customer-profile-card .between{flex-direction:column;align-items:stretch}
  .customer-profile-stack .customer-actions{justify-content:stretch}
  .customer-profile-stack .customer-actions .btn{width:100%}
  .customer-toggle{flex-direction:column}
  .customer-profile-stack .customer-surface,
  .customer-profile-stack .hh-profile-panel,
  .customer-profile-stack .customer-master-block{padding:16px}
  .customer-profile-card--overview .user-media-block,.customer-profile-upload-card .hh-upload-layout{grid-template-columns:1fr}
  .customer-profile-card--overview .user-media-preview,.customer-profile-upload-card .hh-upload-preview{max-width:none}
  .profile-block-card__head{flex-direction:column;align-items:stretch}
  .profile-meta-grid{grid-template-columns:1fr}
  .booking-meet-inline-link{width:100%;margin-left:0;text-align:center}
  .profile-meta-item--meeting a,
  .booking-meet-field-link a{width:100%}
  .review-create-card__head{flex-direction:column}
}

@media (max-width:760px){
  .operator-profile-stack{gap:14px}
  .operator-profile-stack > .operator-profile-card{
    width:100%;
    max-width:none;
    margin-inline:0;
  }
  .operator-profile-card .between{flex-direction:column;align-items:stretch}
  .operator-profile-stack .operator-actions{justify-content:stretch}
  .operator-profile-stack .operator-actions .btn{width:100%}
  .operator-profile-stack .operator-surface,
  .operator-profile-stack .hh-profile-panel,
  .operator-profile-stack .operator-master-block{
    width:100%;
    max-width:none;
    padding:16px;
    box-sizing:border-box;
  }
  .operator-profile-stack .hh-profile-overview-grid,
  .operator-profile-stack .hh-profile-split,
  .operator-profile-stack .hh-profile-kpi-grid,
  .operator-profile-stack .operator-profile-grid-pro{
    grid-template-columns:1fr;
  }
}


/* V68 operator service editor, calendar intro call, select arrows */
select:not([multiple]):not([size]){
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
  background-size:12px 8px;
  padding-right:42px !important;
}
select:not([multiple]):not([size])::-ms-expand{display:none;}
.service-editor .service-grid > .service-card:nth-child(1),
.service-editor-shell .service-grid > .service-card:nth-child(1){order:1;}
.service-editor .service-grid > .service-card:nth-child(2),
.service-editor-shell .service-grid > .service-card:nth-child(2){order:2;}
.service-editor .service-grid > .service-card:nth-child(3),
.service-editor-shell .service-grid > .service-card:nth-child(3){order:3;grid-column:auto !important;}
.service-editor .service-grid > .service-card:nth-child(4),
.service-editor-shell .service-grid > .service-card:nth-child(4){order:4;grid-column:1/-1;}
.service-editor .service-grid > .service-card:nth-child(5),
.service-editor-shell .service-grid > .service-card:nth-child(5){order:5;grid-column:1/-1;}
.service-editor .service-grid > .service-card:nth-child(6),
.service-editor-shell .service-grid > .service-card:nth-child(6){order:6;grid-column:1/-1;}
.service-editor .service-grid > .service-card:nth-child(7),
.service-editor-shell .service-grid > .service-card:nth-child(7){order:7;grid-column:1/-1;}
.field--currency{position:relative;}
.field--currency input{padding-right:42px !important;}
.field-currency-symbol{position:absolute;right:14px;bottom:13px;font-weight:800;color:#6b7280;pointer-events:none;line-height:1;}
.calendar-card--intro-settings{margin-top:22px;}
.panel-topline--intro-call{align-items:flex-start;gap:12px;}
.intro-call-panel__lead{margin:8px 0 0;}
.intro-call-panel__form{margin-top:18px;}
.intro-call-panel{display:grid;gap:16px;}
.intro-call-toggle-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid rgba(34,49,42,.14);border-radius:18px;background:#fff;cursor:pointer;}
.intro-call-toggle-card__main{display:grid;gap:6px;min-width:0;flex:1 1 auto;}
.intro-call-toggle-card__title{font-size:15px;font-weight:800;color:#22312a;line-height:1.35;}
.intro-call-toggle-card__text{font-size:14px;line-height:1.55;color:#6b7280;}
.intro-call-toggle-card__aside{display:grid;justify-items:end;gap:10px;flex:0 0 auto;}
.intro-call-toggle-card__status{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.02em;text-align:center;border:1px solid transparent;}
.intro-call-toggle-card__status.is-active{background:rgba(43,127,117,.10);border-color:rgba(43,127,117,.20);color:#1f6b62;}
.intro-call-toggle-card__status.is-inactive{background:rgba(107,114,128,.08);border-color:rgba(107,114,128,.16);color:#4b5563;}
.switch--intro-call-compact{gap:0;display:inline-flex;align-items:center;}
.switch--intro-call-compact input{position:absolute;opacity:0;pointer-events:none;}
.switch--intro-call-compact .slider{position:relative;width:54px;height:30px;border-radius:999px;background:#d9e5df;border:1px solid #c4d3cb;transition:background .18s ease,border-color .18s ease;}
.switch--intro-call-compact .slider:before{content:"";position:absolute;left:4px;top:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(15,23,42,.18);transition:transform .18s ease;}
.switch--intro-call-compact input:checked + .slider{background:#2B7F75;border-color:#2B7F75;}
.switch--intro-call-compact input:checked + .slider:before{transform:translateX(24px);}
.intro-call-settings-grid{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:16px;align-items:stretch;}
.intro-call-settings-grid__limit input{max-width:140px;}
.intro-call-panel__note{display:grid;gap:8px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#fffdf9 0%,#f6f1e7 100%);border:1px solid #e7dccd;color:#534737;}
.intro-call-panel__note strong{font-size:13px;letter-spacing:.08em;text-transform:uppercase;}
.intro-call-panel__note span{line-height:1.6;}
.intro-call-panel__actions{margin-top:18px;}
.availability-inline-error{margin:0 0 12px 0;padding:10px 12px;border-radius:14px;border:1px solid #f1b7b7;background:#fff5f5;color:#9f1d1d;font-size:13px;font-weight:600;}
.compact-range-row.has-overlap{padding:10px;border-radius:16px;background:#fff5f5;border:1px solid #f1b7b7;}
@media (max-width: 860px){
  .intro-call-toggle-card{flex-direction:column;align-items:flex-start;}
  .intro-call-toggle-card__aside{width:100%;justify-items:stretch;}
  .intro-call-toggle-card__status{text-align:center;width:100%;}
  .intro-call-settings-grid{grid-template-columns:1fr;}
  .intro-call-settings-grid__limit input{max-width:none;}
}

/* V69 operator service editor + calendar layout refinements */
.service-editor .service-grid,
.service-editor-shell .service-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.service-editor .service-grid > .service-card.service-card--top-main,
.service-editor-shell .service-grid > .service-card.service-card--top-main{
  order:1;
  grid-column:auto !important;
}
.service-editor .service-grid > .service-card.service-card--top-side,
.service-editor-shell .service-grid > .service-card.service-card--top-side{
  order:2;
  grid-column:auto !important;
}
.service-editor .service-grid > .service-card.service-card--cover,
.service-editor-shell .service-grid > .service-card.service-card--cover{
  order:3;
  grid-column:1 / -1 !important;
}
.service-editor .service-grid > .service-card:nth-child(4),
.service-editor-shell .service-grid > .service-card:nth-child(4){order:4;grid-column:1/-1 !important;}
.service-editor .service-grid > .service-card:nth-child(5),
.service-editor-shell .service-grid > .service-card:nth-child(5){order:5;grid-column:1/-1 !important;}
.service-editor .service-grid > .service-card:nth-child(6),
.service-editor-shell .service-grid > .service-card:nth-child(6){order:6;grid-column:1/-1 !important;}
.service-editor .service-grid > .service-card:nth-child(7),
.service-editor-shell .service-grid > .service-card:nth-child(7){order:7;grid-column:1/-1 !important;}
.service-editor .field--currency,
.service-editor-shell .field--currency{display:flex;flex-direction:column;gap:8px;}
.field-currency-control{position:relative;display:block;}
.service-editor .field--currency input,
.service-editor-shell .field--currency input{width:100%;padding-right:40px !important;}
.service-editor .field--currency .field-currency-symbol,
.service-editor-shell .field--currency .field-currency-symbol{position:absolute;top:50%;right:14px;bottom:auto;transform:translateY(-50%);font-weight:800;color:#6b7280;pointer-events:none;line-height:1;z-index:2;}

.calendar-stat-grid--top{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.calendar-stat-grid--top .calendar-stat-card{height:100%;}
.operator-calendar-card{margin-top:0;}
.calendar-card--intro-settings{margin-top:0;}
.calendar-settings-grid .calendar-card--intro-settings{
  height:100%;
}
.calendar-settings-grid .calendar-card--intro-info{
  height:100%;
}
.calendar-card--intro-info{
  display:grid;
  align-content:start;
  gap:12px;
  padding:30px 28px;
  color:#22312a;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbf9 100%);
  border-color:rgba(36,106,98,.16);
}
.calendar-card--intro-info h3{
  margin:0;
  color:#22312a;
  font-size:24px;
  line-height:1.2;
  font-weight:850;
}
.calendar-card--intro-info p{
  margin:0;
  color:#60716b;
  font-size:15px;
  line-height:1.58;
  font-weight:600;
}
.calendar-card--intro-info p strong{
  color:#16342f;
  font-weight:850;
}
.calendar-card--intro-info__body{
  display:grid;
  gap:14px;
  margin-top:4px;
  padding:18px;
  border:1px solid rgba(36,106,98,.12);
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 34px rgba(21,36,33,.05);
}
.calendar-card--intro-info a{
  color:#246A62;
  font-weight:800;
  text-decoration:underline;
}
.calendar-card--intro-info__warning{
  padding:12px 14px;
  border-radius:14px;
  background:#fff7ed;
  border:1px solid rgba(245,158,11,.22);
  color:#92400e !important;
}
.calendar-settings-grid .availability-compact-shell{
  margin-top:0;
}
.intro-call-panel--compact{gap:14px;}
.intro-call-panel__top{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:16px 18px;border:1px solid rgba(34,49,42,.12);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fbfcfb 100%);}
.intro-call-checkline{display:inline-flex;align-items:center;gap:12px;font-size:16px;font-weight:800;color:#22312a;line-height:1.4;cursor:pointer;}
.intro-call-checkline input[type="checkbox"]{width:18px;height:18px;min-width:18px;accent-color:#22312a;}
.intro-call-toggle-card__status{font-size:15px;line-height:1.2;padding:10px 14px;}
.intro-call-toggle-card__status.is-active{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.18);color:#15803d;}
.intro-call-toggle-card__status.is-inactive{background:rgba(239,68,68,.10);border-color:rgba(239,68,68,.16);color:#b91c1c;}
.intro-call-settings-grid--compact{grid-template-columns:max-content minmax(0,1fr);align-items:start;}
.intro-call-panel__row--stacked{
  align-items:flex-start;
  gap:14px;
}
.intro-call-panel__row--stacked .intro-call-toggle-card__status{
  width:auto;
}
.intro-call-panel--minimal{
  gap:18px;
}
.intro-call-panel__hint{
  font-size:13px;
  line-height:1.55;
}
@media (max-width: 980px){
  .calendar-settings-grid{
    grid-template-columns:1fr;
  }
}
.intro-call-settings-grid__limit{max-width:none;}
.intro-call-limit-input{width:92px !important;max-width:92px !important;text-align:center;}
.intro-call-panel__note{min-height:100%;}

@media (max-width: 1080px){
  .calendar-stat-grid--top{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 860px){
  .service-editor .service-grid,
  .service-editor-shell .service-grid{grid-template-columns:1fr;}
  .service-editor .service-grid > .service-card.service-card--top-main,
  .service-editor .service-grid > .service-card.service-card--top-side,
  .service-editor-shell .service-grid > .service-card.service-card--top-main,
  .service-editor-shell .service-grid > .service-card.service-card--top-side,
  .service-editor .service-grid > .service-card.service-card--cover,
  .service-editor-shell .service-grid > .service-card.service-card--cover{grid-column:1/-1 !important;}
  .intro-call-panel__top{align-items:flex-start;}
  .intro-call-toggle-card__status{width:100%;justify-content:center;}
  .intro-call-settings-grid--compact{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .calendar-stat-grid--top{grid-template-columns:1fr;}
  .intro-call-checkline{font-size:15px;}
}

.checkout-login-hint{margin:0 0 16px;padding:12px 14px;border:1px solid rgba(34,49,42,.12);border-radius:14px;background:#f7faf8;color:#425249;font-size:14px;line-height:1.5;}
.checkout-login-hint .btn-link{font-weight:800;}


/* V72 service editor, checkout login link, review CTA cleanup */
.service-editor .service-grid,
.service-editor-shell .service-grid{grid-template-columns:1fr !important;}
.service-editor .service-grid > .service-card,
.service-editor-shell .service-grid > .service-card{grid-column:1/-1 !important;}
.service-editor .service-card__divider,
.service-editor-shell .service-card__divider{height:1px;background:rgba(216,204,188,.9);margin:0;}
.service-editor .service-card__head--compact,
.service-editor-shell .service-card__head--compact{margin-bottom:14px;}
.checkout-login-link{display:inline;font-weight:800;color:#6b5126;text-decoration:none;}
.checkout-login-link:hover{text-decoration:underline;}
.review-cta-panel--service{margin-top:18px;margin-bottom:22px;}
.service-detail-card--reviews .operator-reviews-list{margin-bottom:18px;}
.review-cta-panel__message{margin:6px 0 0 0;}
.review-cta-panel__message--compact{margin:0;}
.review-cta-panel__title{margin:0 0 6px;}
.service-editor-action-btn,
.service-editor-action-btn.btn,
.service-editor-action-btn.btn.alt,
.service-editor-action-btn.btn.ghost,
a.service-editor-action-btn.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:12px 18px;
  border-radius:16px;
  border:1px solid rgba(58,89,73,.12) !important;
  background:linear-gradient(135deg,var(--green),var(--sage-dark)) !important;
  color:#fff !important;
  font-weight:800;
  letter-spacing:.01em;
  box-shadow:0 14px 32px rgba(77,120,98,.22), 0 0 0 3px rgba(127,167,143,.10);
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
}
.service-editor-action-btn:hover,
.service-editor-action-btn:focus-visible{
  transform:translateY(-1px);
  filter:saturate(1.05) brightness(1.02);
  box-shadow:0 18px 36px rgba(77,120,98,.26), 0 0 0 4px rgba(127,167,143,.14);
}
.service-editor-action-btn.btn-sm{
  min-height:44px;
  padding:11px 16px;
}
.service-editor-action-btn.remove-variant{
  min-width:180px;
}


/* V73 adjustments */
.operator-profile-page .service-detail-card__content {
    padding: 28px 18px 8px 0;
}

.operator-profile-page .operator-hero-head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.operator-profile-page .operator-hero-head h1 {
    flex: 0 0 auto !important;
    width: fit-content;
    max-width: calc(100% - 96px);
    margin: 0;
}

.operator-profile-page .operator-hero-head .hh-presence-badge {
    flex: 0 0 auto;
    margin: 0;
    align-self: center;
}

.operator-profile-page .operator-hero-stats {
    gap: 10px;
    margin-top: 14px;
}

.operator-profile-page .operator-hero-stat {
    min-height: 0;
    padding: 12px 14px;
    border-radius: 18px;
}

.operator-profile-page .operator-hero-stat__label {
    min-height: 0 !important;
    margin-bottom: 5px;
    font-size: 11px;
}

.operator-profile-page .operator-hero-stat__value {
    font-size: 18px;
    line-height: 1.15;
}

.hh-card-top-title {
    min-width: 0;
    flex: 1;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.28;
    color: #1f2d27;
}

.hh-card-top-title a {
    color: inherit;
    text-decoration: none;
}

.hh-card-top-title a:hover {
    text-decoration: underline;
}

.listing-shell--services .hh-listing-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 20px;
}

.listing-shell--services .hh-listing-title-wrap .meta-sub {
    margin: 0;
}
.listing-shell--services .unified-card__body{padding:20px 20px 16px;gap:14px}
.listing-shell--services .unified-card__top--listing{align-items:flex-start}
.listing-shell--services .hh-listing-title-wrap--stack{display:grid;gap:8px;align-items:flex-start;justify-content:flex-start}
.listing-shell--services .hh-listing-title-wrap--stack h3{margin:0}
.listing-shell--services .hh-listing-title-wrap--stack .meta-sub{line-height:1.45}
.listing-shell--services .hh-listing-price-block{display:flex;align-items:baseline;justify-content:flex-start;gap:10px;min-height:30px}
.listing-shell--services .service-meta-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}
.listing-shell--services .service-meta-chip{display:inline-flex;align-items:center;min-height:32px;padding:7px 12px;border-radius:999px;background:#f5f7f6;border:1px solid rgba(214,223,217,.96);color:#425249;font-size:12px;font-weight:800;line-height:1.15}
.listing-shell--services .unified-card__meta{margin-top:auto;padding-top:2px}
.listing-shell--services .unified-card__footer{padding:0 20px 20px}
.listing-shell--services .unified-card__footer .btn{min-width:132px;justify-content:center}
.service-card-cta{justify-content:center;min-height:42px;border-radius:14px;font-weight:800}
.service-card-cta--live{display:flex;width:100%;min-width:0 !important;background:linear-gradient(135deg,#22c55e 0%,#15803d 100%) !important;border-color:#15803d !important;color:#fff !important;box-shadow:0 14px 26px rgba(21,128,61,.22)}
.service-card-cta--live:hover,.service-card-cta--live:focus{background:linear-gradient(135deg,#16a34a 0%,#166534 100%) !important;border-color:#166534 !important;color:#fff !important}
.unified-card--operator h3,
.unified-card--operator h3 a,
.unified-card--operator-home h3,
.unified-card--operator-home h3 a{font-weight:900 !important;color:#1f2d27 !important}
.operator-card-cta.btn.alt{justify-content:center;background:#f2eee6 !important;color:#24322b !important;border-color:#d8cdbb !important;box-shadow:0 12px 24px rgba(36,50,43,.08) !important}
.operator-card-cta.btn.alt:hover,.operator-card-cta.btn.alt:focus{background:#ebe3d6 !important;border-color:#c9b99f !important;color:#18231e !important;box-shadow:0 16px 30px rgba(36,50,43,.12) !important}
.listing-shell--services .service-operator-inline{display:inline-flex;align-items:center;gap:6px;vertical-align:middle}
.listing-shell--services .service-operator-inline.is-approved{color:#1f7a46;font-weight:800}

@media (max-width: 900px) {
    .operator-profile-page .service-detail-card__content {
        padding: 18px 0 0;
    }

    .operator-profile-page .operator-title-row {
        gap:10px;
        margin-bottom:12px;
    }

    .operator-profile-page .operator-title-row__eyebrow {
        padding:9px 16px;
    }

    .operator-profile-page .operator-hero-head {
        align-items:flex-start;
        gap:8px;
    }

    .operator-profile-page .operator-hero-head h1 {
        flex: 1 0 100% !important;
        width: 100% !important;
        max-width: none !important;
    }

    .operator-profile-page .operator-hero-head .hh-presence-badge {
        margin-top:0;
    }

    .operator-profile-page .operator-hero-actions {
        display:flex;
        flex-wrap:wrap;
        gap:8px;
    }

    .operator-profile-page .operator-hero-actions .btn {
        min-width:0;
        padding:10px 8px;
        font-size:clamp(11px,2.2vw,14px);
        line-height:1.15;
        white-space:nowrap;
    }

    .operator-profile-page .operator-hero-actions .operator-contact-ticket-cta {
        order:1;
        flex:1 1 0;
    }

    .operator-profile-page .operator-hero-actions .operator-services-cta {
        order:2;
        flex:1 0 100%;
        width:100%;
    }

    .listing-shell--services .hh-listing-title-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* V74 services filters + cards */
.hh-master-toolbar--services-grid{padding:18px 20px;}
.hh-master-toolbar__row--services-grid{grid-template-columns:minmax(0,1.35fr) repeat(4,minmax(150px,.65fr));align-items:end;}
.hh-master-toolbar--services-grid .hh-master-field{display:grid;gap:7px;min-width:0;}
.hh-master-toolbar--services-grid .hh-master-field-label{margin:0;padding-left:2px;}
.hh-master-toolbar--services-grid .hh-master-search,
.hh-master-toolbar--services-grid .hh-master-select{min-height:58px;}
.listing-shell--services .hh-price-row{display:block;}
.listing-shell--services .hh-card-top-title{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:22px;font-weight:850;line-height:1.22;}
.listing-shell--services .hh-card-top-title a{font-weight:inherit;line-height:inherit;}
.listing-shell--services .hh-price-stack--under-title{display:inline-flex;align-items:baseline;justify-content:flex-start;gap:8px;width:100%;}
.listing-shell--services .hh-price-current{font-size:23px;}
@media (max-width:1200px){.hh-master-toolbar__row--services-grid{grid-template-columns:minmax(0,1fr) repeat(4,minmax(160px,1fr));}}
@media (max-width:1080px){.hh-master-toolbar__row--services-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);} }
@media (max-width:760px){.hh-master-toolbar--services-grid{padding:16px;}.hh-master-toolbar__row--services-grid{grid-template-columns:minmax(0,1fr);}.listing-shell--services .hh-card-top-title{font-size:21px;}.listing-shell--services .hh-price-current{font-size:21px;}}
@media (max-width:760px){.actions-row--draft .btn{width:100%;min-width:0}.listing-shell--services .unified-card__body{padding:18px 18px 16px}.listing-shell--services .unified-card__footer{padding:0 18px 18px}}
@media (max-width:760px){.listing-shell--services .service-card-cta,.service-card-cta--live{display:flex;width:100%;min-width:0 !important;min-height:42px;border-radius:14px;font-size:13px;line-height:1.1;padding:12px 14px}.listing-shell--services .service-card-cta--live{background:linear-gradient(135deg,#22c55e 0%,#15803d 100%) !important;border-color:#15803d !important;color:#fff !important;box-shadow:0 14px 26px rgba(21,128,61,.22) !important}}
@media (max-width:760px){.listing-head__aside{justify-content:space-between;width:100%}.listing-view-toggle{display:inline-flex}.unified-grid[data-listing-view].unified-grid--view-1{grid-template-columns:1fr !important}.unified-grid[data-listing-view].unified-grid--view-2{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px}.unified-grid[data-listing-view].unified-grid--view-2 .unified-card__body{padding:14px 14px 12px}.unified-grid[data-listing-view].unified-grid--view-2 .unified-card__footer{padding:0 14px 14px}}

/* Safari fix: keep events independent, but let service cards stay equal-height in 2-column mobile view. */
@media (max-width:760px){
  .listing-shell--events .unified-grid[data-listing-view].unified-grid--view-2{
    align-items:start !important;
  }

  .listing-shell--events .unified-grid[data-listing-view].unified-grid--view-2 .unified-card{
    align-self:start;
    min-height:0;
    height:auto;
  }

  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2{
    align-items:stretch !important;
  }

  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .unified-card{
    align-self:stretch !important;
    min-height:100% !important;
    height:100% !important;
  }
}


/* V75 services list card refinements */
.listing-shell--services .unified-card__media{aspect-ratio:1 / 1;min-height:0;}
.listing-shell--services .unified-card__media img{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;}
.listing-shell--services .hh-card-top-title{font-size:20px;line-height:1.24;}
@media (max-width:760px){.listing-shell--services .hh-card-top-title{font-size:20px;}.listing-shell--services .hh-price-current{font-size:20px;}}

/* V81 notifications center and dashboard ticket UX */
.notification-center-page{
  background:linear-gradient(180deg,#fbfcfe 0%,#f4f7fb 100%);
  border:1px solid rgba(210,220,234,.9);
  box-shadow:0 18px 42px rgba(34,56,82,.08);
}
.notification-center-page .notification-shell__stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  padding:18px 22px 0;
}
.notification-center-page .notification-shell__stat{
  background:#fff;
  border:1px solid rgba(213,221,232,.95);
  border-radius:18px;
  padding:16px 18px;
  box-shadow:0 8px 20px rgba(31,49,73,.05);
}
.notification-center-page .ticket-card-head,
.ticket-list-shell .ticket-card-head{
  padding:18px 22px 14px;
  border-bottom:1px solid rgba(215,223,234,.95);
  background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(247,250,253,.95) 100%);
}
.ticket-list-shell .ticket-card-head h3{
  font-size:20px;
  font-weight:800;
  letter-spacing:-.02em;
}
.ticket-list-shell .ticket-card-head .badge{
  border-radius:999px;
  padding:8px 12px;
  font-weight:700;
}
.ticket-list-shell .ticket-toolbar-wrap,
.ticket-list-shell .admin-list-toolbar-wrap{
  background:transparent;
  padding:16px 22px 0;
}
.ticket-list-shell .ticket-admin-list{
  padding:0 22px 22px;
  margin-top:0 !important;
  display:grid;
  gap:14px;
}
.ticket-admin-row,
.booking-admin-row,
.notification-admin-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid rgba(210,220,232,.95);
  border-radius:20px;
  padding:18px 20px;
  box-shadow:0 10px 24px rgba(25,42,68,.05);
}
.ticket-admin-row.has-unread,
.notification-admin-row.has-unread{
  border-color:rgba(58,122,247,.24);
  box-shadow:0 14px 30px rgba(48,92,182,.10);
}
.ticket-admin-row.has-unread::before,
.notification-admin-row.has-unread::before{
  content:'';
  position:absolute;
  inset:14px auto 14px 0;
  width:4px;
  border-radius:999px;
  background:linear-gradient(180deg,#2b7f75 0%,#5ea9ff 100%);
}
.ticket-admin-row,
.notification-admin-row{position:relative;overflow:hidden;}
.ticket-admin-row__main{display:grid;gap:10px;min-width:0;}
.ticket-admin-row__title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.ticket-admin-row__title strong{font-size:21px;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#1f3047;}
.ticket-admin-row__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#617186;font-size:14px;line-height:1.45;}
.ticket-admin-row__meta > span,
.ticket-admin-row .meta-sub{display:inline-flex;align-items:center;gap:8px;color:#617186;}
.ticket-admin-row .meta-sub{margin-top:0;font-size:13px;color:#7a8797;}
.service-meta-chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#f5f7f6;border:1px solid rgba(214,223,217,.96);color:#425249;font-size:11px;font-weight:800;line-height:1.1;vertical-align:middle}
.hh-image-request-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,#dc2626 0%,#f97316 100%);color:#fff;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 10px 20px rgba(220,38,38,.22);vertical-align:middle}
.ticket-admin-row__actions,
.notification-row__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;}
.ticket-admin-row__actions .btn,
.notification-row__actions .btn{min-width:132px;justify-content:center;border-radius:12px;}
.ticket-admin-row__state{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#eef6f1;color:#2c6f46;font-size:12px;font-weight:800;letter-spacing:.01em;}
.ticket-admin-row__state::before{content:'';width:8px;height:8px;border-radius:999px;background:currentColor;}
.ticket-admin-row__state.is-read{background:#f0f3f6;color:#7f8b97;}
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form{
  display:grid;
  grid-template-columns:minmax(240px,1.35fr) repeat(4,minmax(170px,.72fr)) auto auto;
  gap:12px;
  align-items:end;
  background:#f8fafc;
  border:1px solid rgba(214,223,234,.95);
  border-radius:18px;
  padding:16px;
}
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form .btn{min-height:48px;border-radius:12px;}
.ticket-detail-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  padding:20px 22px;
  border:1px solid rgba(214,223,234,.95);
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:0 10px 26px rgba(31,49,73,.05);
}
.ticket-detail-header h3{margin:0;font-size:22px;font-weight:800;line-height:1.2;color:#1f3047;}
.ticket-detail-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px;}
.ticket-thread{display:grid;gap:14px;margin-top:18px;}
.ticket-bubble{border-radius:20px;border:1px solid rgba(213,221,232,.92);background:#fff;padding:16px 18px;box-shadow:0 8px 18px rgba(31,49,73,.04);}
.ticket-bubble.is-admin{background:linear-gradient(180deg,#f7fbff 0%,#eef5ff 100%);}
.ticket-bubble.is-operator,.ticket-bubble.is-customer{background:linear-gradient(180deg,#fffdf8 0%,#fff8ef 100%);}
.ticket-priority-plan-note{display:block;margin-top:7px;color:#68756f;font-size:12px;line-height:1.4}
.ticket-bubble.is-note{background:linear-gradient(180deg,#f9fafb 0%,#f2f4f7 100%);}
.ticket-bubble .between{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:8px;}
.ticket-bubble .between strong{font-size:15px;color:#1f3047;}
.ticket-bubble .between > span{font-size:13px;color:#758397;white-space:nowrap;}
.ticket-bubble__body{color:#324255;line-height:1.68;font-size:15px;}
.notification-center-page .ticket-bubble__body{background:#f7f9fc;border:1px solid rgba(226,232,239,.9);border-radius:14px;padding:12px 14px;}
@media (max-width:1480px){
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form{
    grid-template-columns:minmax(240px,1fr) repeat(3,minmax(180px,1fr));
  }
}
@media (max-width:1180px){
  .notification-center-page .notification-shell__stats{grid-template-columns:1fr;}
  .ticket-admin-row,.booking-admin-row,.notification-admin-row{grid-template-columns:1fr;align-items:flex-start;}
  .ticket-admin-row__actions,.notification-row__actions{justify-content:flex-start;}
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:760px){
  .notification-center-page .notification-shell__stats,
  .ticket-list-shell .ticket-card-head,
  .ticket-list-shell .ticket-toolbar-wrap,
  .ticket-list-shell .ticket-admin-list{padding-left:14px;padding-right:14px;}
  .ticket-admin-row,.booking-admin-row,.notification-admin-row{padding:16px;}
  .ticket-admin-row__title strong{font-size:18px;}
  .ticket-detail-header{padding:16px;}
  .ticket-detail-header h3{font-size:20px;}
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form{grid-template-columns:minmax(0,1fr);}
  .ticket-admin-row__actions .btn,
  .notification-row__actions .btn{min-width:0;width:100%;}
}


/* V82 notification and ticket spacing refinements */
.ticket-list-shell--spaced{margin-top:20px;}
.ticket-list-shell .ticket-toolbar-wrap,
.ticket-list-shell .admin-list-toolbar-wrap{margin-bottom:16px;}
.ticket-list-shell .ticket-admin-list{margin-top:0 !important;}
.notification-center-page .ticket-toolbar-wrap,
.notification-center-page .admin-list-toolbar-wrap{margin-bottom:16px;}
.ticket-reply-layout{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr);
  gap:18px;
  margin-top:20px;
  align-items:start;
}
.ticket-reply-card,
.ticket-form-card{padding:20px !important;}
.ticket-reply-form{display:grid;gap:14px;margin-top:14px;}
.ticket-status-notice{
  display:grid;
  gap:6px;
  margin:14px 0 0;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(241,184,63,.35);
  background:linear-gradient(180deg,#fffaf0 0%,#fff6e6 100%);
  color:#6d5200;
}
.ticket-status-notice strong{font-size:14px;font-weight:800;color:#5d4700;}
.ticket-status-notice span{font-size:13px;line-height:1.55;color:#7b6112;}
.ticket-admin-row.is-closed,
.notification-admin-row.is-closed{opacity:.86;}
.ticket-detail-shell{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);
  gap:18px;
  margin-top:20px;
  align-items:start;
}
.ticket-detail-main,
.ticket-detail-sidebar{
  display:grid;
  gap:18px;
}
.ticket-status-panel{
  display:grid;
  gap:12px;
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(212,220,230,.9);
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 10px 24px rgba(31,49,73,.05);
}
.ticket-status-panel--warning{
  background:linear-gradient(180deg,#fffaf0 0%,#fff5e4 100%);
  border-color:rgba(241,184,63,.35);
}
.ticket-status-panel--success{
  background:linear-gradient(180deg,#f3fbf5 0%,#eaf8ee 100%);
  border-color:rgba(88,166,104,.28);
}
.ticket-status-panel--muted{
  background:linear-gradient(180deg,#f8fafc 0%,#f2f5f8 100%);
  border-color:rgba(148,163,184,.3);
}
.ticket-status-panel__eyebrow{
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6a7a8d;
}
.ticket-status-panel__title{
  margin:0;
  font-size:20px;
  line-height:1.2;
  color:#1f3047;
}
.ticket-status-panel__message{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:#526174;
}
.ticket-status-panel__badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.ticket-meta-list{
  display:grid;
  gap:10px;
}
.ticket-meta-list__item{
  display:grid;
  gap:4px;
  padding:12px 14px;
  border-radius:14px;
  background:#f6f8fb;
  border:1px solid rgba(219,227,236,.9);
}
.ticket-meta-list__label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#7a8797;
}
.ticket-meta-list__value{
  font-size:14px;
  line-height:1.45;
  color:#213247;
}
.ticket-action-stack{
  display:grid;
  gap:10px;
}
.ticket-action-stack .btn,
.ticket-action-stack form,
.ticket-action-stack form .btn{
  width:100%;
}
.ticket-composer-card{
  padding:20px !important;
}
.ticket-composer-card--full{
  grid-column:1 / -1;
}
.ticket-composer-card h3{
  margin:0;
}
.ticket-composer-card__intro{
  margin:6px 0 0;
  font-size:14px;
  line-height:1.6;
  color:#607084;
}
.ticket-status-choice{
  display:grid;
  gap:10px;
  margin-top:2px;
}
.ticket-status-choice__option{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(216,223,234,.95);
  background:#fff;
}
.ticket-status-choice__option input{
  margin-top:3px;
}
.ticket-status-choice__title{
  display:block;
  font-size:14px;
  font-weight:700;
  color:#1f3047;
}
.ticket-status-choice__hint{
  display:block;
  margin-top:4px;
  font-size:13px;
  line-height:1.55;
  color:#68778a;
}
@media (min-width:900px){
  .ticket-reply-form{
    grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);
    align-items:start;
    column-gap:18px;
  }
  .ticket-reply-form > *{
    min-width:0;
  }
  [data-ticket-attachment-form] > *,
  [data-ticket-attachment-form] label{
    min-width:0;
  }
  [data-ticket-attachment-form] .sun-editor,
  [data-ticket-attachment-form] .sun-editor-editable,
  [data-ticket-attachment-form] .se-container,
  [data-ticket-attachment-form] .se-wrapper,
  [data-ticket-attachment-form] .se-wrapper-inner,
  [data-ticket-attachment-form] .se-resizing-bar{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box;
  }
  [data-ticket-attachment-form] .sun-editor{
    display:block;
    overflow:hidden;
  }
  [data-ticket-attachment-form] .se-toolbar{
    max-width:100% !important;
    overflow-x:auto;
    overflow-y:hidden;
  }
  [data-ticket-attachment-form] .se-wrapper,
  [data-ticket-attachment-form] .sun-editor-editable{
    min-height:220px !important;
  }
  .ticket-reply-form > .ticket-status-actions,
  .ticket-reply-form > .ticket-template-picker,
  .ticket-reply-form > label:has(textarea),
  .ticket-reply-form > label:has(.sun-editor),
  .ticket-reply-form > input[type="hidden"]{
    grid-column:1 / -1;
  }
  .ticket-reply-form > .ticket-template-picker{
    margin:10px 0 8px !important;
  }
  .ticket-reply-form .ticket-template-picker > label{
    display:grid;
    grid-template-columns:minmax(180px,.55fr) minmax(280px,1fr);
    gap:8px 12px;
    align-items:end;
  }
  .ticket-reply-form .ticket-template-picker__search{
    grid-column:1 / -1;
  }
  .ticket-reply-form .ticket-template-picker__search input{
    min-height:42px;
  }
  .ticket-reply-form .ticket-template-picker__row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    align-items:center;
  }
  .ticket-reply-form .ticket-template-picker__row select{
    min-height:42px;
  }
  .ticket-reply-form .ticket-template-picker__row .btn{
    min-height:42px;
    white-space:nowrap;
  }
  .ticket-reply-form .ticket-template-picker .meta-sub{
    margin-top:6px;
  }
  .ticket-reply-form > .ticket-message-field,
  .ticket-reply-form > label:has(textarea),
  .ticket-reply-form > label:has(.sun-editor){
    display:block;
    width:100%;
  }
  .ticket-reply-form:has(.ticket-status-choice) > .ticket-message-field{
    grid-column:1;
  }
  .ticket-reply-form:has(.ticket-status-choice) > label:has(textarea),
  .ticket-reply-form:has(.ticket-status-choice) > label:has(.sun-editor){
    grid-column:1;
  }
  .ticket-reply-form > .ticket-message-field .sun-editor{
    width:100% !important;
    max-width:100% !important;
  }
  .ticket-reply-form > label:has(input[type="file"]){
    grid-column:1;
    min-height:0;
    margin:0;
    padding:12px 14px;
    border:1px solid rgba(216,223,234,.95);
    border-radius:14px;
    background:#fff;
  }
  .ticket-reply-form > label:has(input[type="file"]) input[type="file"]{
    margin-top:8px;
    width:100%;
    min-height:44px;
    padding:8px;
    border:1px solid rgba(216,223,234,.95);
    border-radius:12px;
    background:#f8fafc;
  }
  .ticket-reply-form .file-upload,
  [data-ticket-attachment-form] .file-upload{
    display:flex !important;
    align-items:center;
    gap:12px;
    min-height:72px;
    max-height:112px;
    padding:12px 14px;
    border:1px solid rgba(216,223,234,.95);
    border-radius:14px;
    background:#fff;
  }
  .ticket-reply-form .file-upload__icon,
  [data-ticket-attachment-form] .file-upload__icon,
  .ticket-reply-form .file-upload__title,
  [data-ticket-attachment-form] .file-upload__title,
  .ticket-reply-form .file-upload__divider,
  [data-ticket-attachment-form] .file-upload__divider,
  .ticket-reply-form .file-upload__hint,
  [data-ticket-attachment-form] .file-upload__hint{
    display:none !important;
  }
  .ticket-reply-form .file-upload__button,
  [data-ticket-attachment-form] .file-upload__button{
    min-height:38px;
    min-width:130px;
    border-radius:12px;
  }
  .ticket-reply-form .file-upload__meta,
  [data-ticket-attachment-form] .file-upload__meta{
    flex-direction:row;
    align-items:center;
    gap:10px;
    width:100%;
  }
  .ticket-reply-form .file-upload__name,
  [data-ticket-attachment-form] .file-upload__name{
    flex:1;
    min-width:0;
    font-size:13px;
  }
  .ticket-reply-form .file-upload.is-dragover,
  [data-ticket-attachment-form] .file-upload.is-dragover{
    border-color:rgba(34,197,94,.45);
    box-shadow:0 0 0 4px rgba(34,197,94,.10);
  }
  .ticket-reply-form > .ticket-attachment-preview{
    grid-column:1;
    min-height:0;
    align-content:flex-start;
  }
  .ticket-reply-form > .ticket-status-choice{
    grid-column:2;
    grid-row:3 / span 2;
    margin:0;
    align-self:start;
  }
  .ticket-reply-form > .ticket-action-stack{
    grid-column:1 / -1;
    align-self:end;
  }
  .ticket-reply-form > .ticket-action-stack .btn,
  .ticket-reply-form > .ticket-action-stack form,
  .ticket-reply-form > .ticket-action-stack form .btn,
  .ticket-composer-card > .ticket-action-stack,
  .ticket-composer-card > .ticket-action-stack .btn,
  .ticket-composer-card > .ticket-action-stack form,
  .ticket-composer-card > .ticket-action-stack form .btn{
    width:100%;
    max-width:none;
  }
}
@media (max-width:1100px){
  .ticket-detail-shell{grid-template-columns:minmax(0,1fr);}
}
@media (max-width:1100px){
  .ticket-reply-layout{grid-template-columns:minmax(0,1fr);}
}
@media (max-width:760px){
  .ticket-list-shell .ticket-toolbar-wrap,
  .ticket-list-shell .admin-list-toolbar-wrap,
  .notification-center-page .ticket-toolbar-wrap,
  .notification-center-page .admin-list-toolbar-wrap{margin-bottom:14px;}
  .ticket-reply-card,
  .ticket-form-card{padding:16px !important;}
  .ticket-detail-shell{gap:14px;}
  .ticket-status-panel,
  .ticket-composer-card{padding:16px !important;}
  .ticket-status-panel__title{font-size:18px;}
}


/* V90 adjustments */
.unified-card--event.is-past{opacity:.58;}
.unified-card--event.is-past:hover{opacity:.72;}
.unified-card--event .event-card-seats{right:14px;bottom:14px;top:auto;left:auto;}
.unified-card--event .event-card-seats:not(.is-soldout){background:rgba(255,255,255,.94);}
.unified-card--event.is-past .event-card-seats{background:rgba(28,36,41,.82);color:#fff;border-color:transparent;}
.row-actions-menu__hint{padding:10px 14px 12px;font-size:12px;line-height:1.4;color:#64748b;border-top:1px solid rgba(148,163,184,.16);}
.field--currency>.field-currency-symbol{top:calc(50% + 12px);bottom:auto;transform:translateY(-50%);}
.field-currency-control .field-currency-symbol{top:50%;bottom:auto;transform:translateY(-50%);}
.operator-inline-note--approval{margin-bottom:10px;}
.operator-contract-alert--pending-review{margin-bottom:18px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;}
.operator-activation-card-master{margin-top:10px;}

.field-help--warning{color:#9a5c18;font-weight:600;}
.customer-profile-alert--error{
  padding:22px 24px !important;
  border:1px solid #efb4b8 !important;
  border-left:7px solid #b42318 !important;
  background:linear-gradient(135deg,#fff4f4 0%,#ffe6e6 54%,#fff7f7 100%) !important;
  box-shadow:0 22px 44px rgba(185,28,28,.12) !important;
}
.customer-profile-alert--error .between{
  align-items:flex-start;
  gap:18px;
}
.customer-profile-alert__cta{
  background:#b42318 !important;
  border-color:#b42318 !important;
  color:#fff !important;
  box-shadow:0 12px 24px rgba(180,35,24,.18);
}
.customer-profile-alert__cta:hover{
  background:#991b1b !important;
  border-color:#991b1b !important;
}
.customer-profile-alert--error .customer-section-title,
.customer-profile-alert--error .hh-profile-panel__value{
  color:#991b1b !important;
}
.customer-profile-alert--error .customer-muted,
.customer-profile-alert--error .hh-profile-panel__label,
.customer-profile-alert--error .customer-eyebrow{
  color:#b42318 !important;
}
.customer-profile-alert--error .customer-eyebrow{
  display:inline-flex;
  width:max-content;
  max-width:100%;
}
@media (max-width:900px){
  .customer-profile-alert--error{
    padding:18px !important;
  }
  .customer-profile-alert__cta{
    width:100%;
    justify-content:center;
  }
  .customer-profile-alert--error .between{
    flex-direction:column;
  }
}


/* CSS-03d hotfix — riequilibrio margini toolbar filtri backend */
@media (min-width:1201px) {
  .admin-list-page-card--flush .admin-list-toolbar-wrap--flush .listing-search.ticket-toolbar-form.admin-list-toolbar-form,
  .listing-toolbar.listing-toolbar--operator.admin-list-toolbar-wrap--flush .listing-search.ticket-toolbar-form.admin-list-toolbar-form {
    grid-template-columns: minmax(232px,1.16fr) repeat(3,minmax(168px,1fr)) auto auto;
    column-gap: 14px;
  }

  .admin-list-page-card--flush .admin-list-toolbar-wrap--flush .listing-search.ticket-toolbar-form.admin-list-toolbar-form .btn,
  .listing-toolbar.listing-toolbar--operator.admin-list-toolbar-wrap--flush .listing-search.ticket-toolbar-form.admin-list-toolbar-form .btn {
    width: auto;
    min-width: 112px;
    justify-self: start;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width:1501px) {
  .admin-list-page-card--flush .admin-list-toolbar-wrap--flush .listing-search.ticket-toolbar-form.admin-list-toolbar-form,
  .listing-toolbar.listing-toolbar--operator.admin-list-toolbar-wrap--flush .listing-search.ticket-toolbar-form.admin-list-toolbar-form {
    grid-template-columns: minmax(248px,1.2fr) repeat(3,minmax(172px,1fr)) auto auto;
  }
}


/* V5 + V6 chat cleanup + shared dedupe foundation */

.btn,
button.btn,
a.btn{
  border-radius:10px;
  min-height:40px;
}
.field input,
.field select,
.field textarea{
  border-radius:10px;
  min-height:40px;
}
.card,
.soft-card,
.admin-section-card,
.admin-meta-card{
  border-radius:18px;
}

.hh-card-soft{
  border:1px solid rgba(214,228,221,.92);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 42px rgba(34,49,42,.08);
}
.hh-card-soft--warm{
  background:linear-gradient(180deg,#fffdf9 0%,#f8f4ec 100%);
}
.hh-form-compact{
  display:grid;
  gap:10px;
}
.hh-form-compact .between{
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}
.hh-note-muted{
  font-size:.92rem;
}
.hh-chat-upload-trigger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  min-width:48px;
  padding:0 17px;
  border-radius:999px;
  border:1px solid #d6e4dd;
  background:#fff;
  color:#22312a;
  font-weight:700;
  font-size:1.08rem;
  cursor:pointer;
  white-space:nowrap;
  transition:transform .15s ease, border-color .15s ease, background .15s ease;
}
.hh-chat-upload-trigger:hover{
  transform:translateY(-1px);
  border-color:#b8d1c6;
  background:#f8fcfa;
}
.hh-chat-upload-trigger.is-disabled{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
}
.hh-chat-upload-trigger.has-selection{
  border-color:#9dd3bb;
  background:#ecf8f2;
  color:#0b6b57;
  box-shadow:0 10px 20px rgba(11,107,87,.12);
}
.hh-chat-upload-input{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.hh-chat-action-menu{
  position:relative;
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
}
.hh-chat-action-menu__dropdown{
  position:absolute;
  left:0;
  bottom:calc(100% + 10px);
  z-index:30;
  width:min(240px,calc(100vw - 24px));
  padding:7px;
  border:1px solid rgba(214,228,221,.98);
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 42px rgba(15,23,42,.16);
}
.hh-chat-action-menu__dropdown[hidden]{
  display:none !important;
}
.hh-chat-action-menu__item{
  width:100%;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  border:0;
  border-radius:12px;
  padding:9px 12px;
  background:transparent;
  color:#22312a;
  font:inherit;
  font-size:.92rem;
  font-weight:800;
  line-height:1.25;
  text-align:left;
  cursor:pointer;
}
.hh-chat-action-menu__item:hover,
.hh-chat-action-menu__item:focus{
  outline:0;
  background:#f3f8f5;
}
.hh-chat-action-menu__item--primary{
  color:#0b6b57;
}
.hh-chat-action-menu__form{
  margin:0;
}
.hh-chat-action-menu__item--danger{
  color:#b42318;
}
.hh-chat-action-menu.is-open .hh-chat-upload-trigger{
  border-color:#9dd3bb;
  background:#ecf8f2;
  color:#0b6b57;
}
.hh-btn-inline{
  width:auto;
  min-width:0;
}
.hh-pill-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(214,228,221,.94);
  background:#fff;
  color:#22312a;
  font-size:16px;
  line-height:1;
  box-shadow:0 4px 10px rgba(34,49,42,.06);
}
.hh-pill-icon.is-locked{
  background:#fff7ed;
  border-color:#fed7aa;
  color:#9a3412;
}
.hh-pill-icon.is-waiting{
  background:#fffbea;
  border-color:#fde68a;
  color:#a16207;
}
.hh-pill-icon.is-active{
  background:#ecfdf5;
  border-color:#a7f3d0;
  color:#047857;
}
.hh-wa{
  margin-top:22px;
  display:grid;
  grid-template-columns:320px 1fr;
  gap:0;
  border:1px solid #d6e4dd;
  border-radius:22px;
  overflow:hidden;
  background:#e9f0ec;
  box-shadow:0 22px 54px rgba(34,49,42,.08);
}
.hh-wa__sidebar{
  background:#f7faf8;
  padding:20px;
  border-right:1px solid #d6e4dd;
}
.hh-wa__main{
  display:flex;
  flex-direction:column;
  min-height:680px;
  background:#efeae2;
  min-width:0;
}
.hh-wa__top{
  padding:14px 18px;
  background:#f7faf8;
  border-bottom:1px solid #d6e4dd;
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
}
.hh-wa__title{
  font-weight:800;
  font-size:1.04rem;
  color:#22312a;
}
.hh-wa__subtitle{
  margin-top:6px;
}
.hh-wa__meta{
  margin-top:16px;
  display:grid;
  gap:10px;
}
.hh-wa__meta-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:4px;
  align-items:center;
}
.hh-wa__back{
  margin-top:16px;
}
.hh-wa__lead{
  font-weight:800;
  color:#22312a;
}
.hh-wa__lead-copy{
  margin-top:4px;
}
.hh-wa__thread{
  padding:22px 20px;
  flex:1;
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
  background-image:radial-gradient(rgba(255,255,255,.42) 1px, transparent 1px);
  background-size:16px 16px;
}
.hh-wa__composer{
  padding:14px 18px;
  background:#f7faf8;
  border-top:1px solid #d6e4dd;
}
.hh-wa__composer textarea{
  min-height:82px;
  border-radius:16px;
  border:1px solid #d6e4dd;
  background:#fff;
  padding:14px 16px;
}
.hh-wa__note{
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  background:#fff8ef;
  border:1px solid #f1d6a7;
  color:#7a4d13;
}
.hh-wa--full{
  grid-template-columns:minmax(0,1fr);
}
.hh-wa__top--contact{
  align-items:center;
}
.hh-wa__contact{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.hh-wa__avatar{
  width:48px;
  height:48px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#dff3ea,#c4e5d6);
  color:#0b6b57;
  font-weight:800;
  font-size:1rem;
  flex:0 0 auto;
}
.hh-wa__avatar--image{
  object-fit:cover;
  border:1px solid rgba(11,107,87,.12);
}
.hh-wa__contact-copy{
  min-width:0;
}
.hh-wa__contact-name{
  font-weight:800;
  font-size:1rem;
  color:#22312a;
}
.hh-wa__contact-subline{
  margin-top:4px;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.hh-wa__contact-submeta{
  color:#5f6f67;
  font-size:.9rem;
  font-weight:600;
}
.hh-wa__top-meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
}
.hh-chat-terminate-btn{
  min-height:44px;
  padding:0 18px;
  border:1px solid #a91818;
  border-radius:12px;
  background:linear-gradient(180deg,#dc2f2f 0%,#b91c1c 100%);
  color:#fff;
  font-weight:800;
  letter-spacing:.01em;
  box-shadow:0 8px 18px rgba(185,28,28,.24);
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.hh-chat-terminate-btn:hover,
.hh-chat-terminate-btn:focus-visible{
  border-color:#8f1010;
  background:linear-gradient(180deg,#c92424 0%,#991b1b 100%);
  color:#fff;
  box-shadow:0 11px 24px rgba(153,27,27,.32);
  transform:translateY(-1px);
}
.hh-chat-terminate-btn:disabled{
  opacity:.64;
  cursor:wait;
  transform:none;
}
.operator-chat-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.operator-chat-heading h3{
  margin:0;
}

.booking-extra-trigger-wrap{
  display:inline-flex;
  vertical-align:middle;
}
.booking-extra-label-row{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  margin-top:5px;
  color:#64726c;
  font-size:12px;
  font-weight:750;
}
.booking-extra-label-row small{
  margin:0!important;
}
.booking-extra-trigger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  padding:0;
  border:1px solid #9fd4b6;
  border-radius:999px;
  background:#eaf8f0;
  color:#12623a;
  font:inherit;
  font-size:10px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 5px 12px rgba(22,74,50,.08);
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}
.booking-extra-trigger:hover,
.booking-extra-trigger:focus-visible{
  background:#daf2e5;
  box-shadow:0 8px 16px rgba(22,74,50,.14);
  transform:translateY(-1px);
}
.booking-extra-trigger svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.booking-extra-trigger--amber{
  color:#80510a;
  border-color:#e8ca88;
  background:#fff4d9;
}
.booking-extra-trigger--amber:hover,
.booking-extra-trigger--amber:focus-visible{background:#ffeabd;}
.booking-extra-trigger--red{
  color:#a52a23;
  border-color:#efb5b0;
  background:#fff0ef;
}
.booking-extra-trigger--red:hover,
.booking-extra-trigger--red:focus-visible{background:#ffe1df;}
.booking-extra-trigger--gray{
  color:#4d5a55;
  border-color:#ced8d3;
  background:#f2f5f4;
}
.booking-extra-dialog{
  width:min(520px,calc(100vw - 28px));
  max-width:none;
  padding:0;
  border:0;
  border-radius:22px;
  background:transparent;
  color:#22312a;
  box-shadow:0 28px 90px rgba(15,23,42,.28);
}
.booking-extra-dialog::backdrop{
  background:rgba(15,23,42,.52);
  backdrop-filter:blur(3px);
}
.booking-extra-dialog__shell{
  padding:20px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:22px;
  background:#fff;
}
.booking-extra-dialog__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.booking-extra-dialog__top span{
  display:block;
  margin-bottom:3px;
  color:#66736d;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.booking-extra-dialog__top strong{
  display:block;
  color:#17251f;
  font-size:20px;
  line-height:1.2;
}
.booking-extra-dialog__close{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid #dce4e0;
  border-radius:999px;
  background:#f7faf8;
  color:#26362f;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
.booking-extra-dialog__footer{
  display:flex;
  justify-content:flex-end;
  margin-top:14px;
}
.booking-extra-summary{
  width:100%;
  margin:0;
  padding:14px;
  border:1px solid #b8e4ca;
  border-radius:16px;
  background:linear-gradient(145deg,#f1fcf5 0%,#e5f7ed 100%);
  color:#164a32;
  box-shadow:0 10px 24px rgba(22,74,50,.08);
}
.booking-extra-summary__head{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
}
.booking-extra-summary__icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#16834f;
  color:#fff;
}
.booking-extra-summary__icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.booking-extra-summary__eyebrow{
  display:block;
  margin-bottom:2px;
  color:currentColor;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  opacity:.72;
}
.booking-extra-summary__head strong{
  display:block;
  color:currentColor;
  font-size:14px;
  line-height:1.2;
}
.booking-extra-summary__status{
  padding:5px 8px;
  border:1px solid currentColor;
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  line-height:1.15;
  text-align:center;
  background:rgba(255,255,255,.65);
}
.booking-extra-summary__metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:6px;
  margin-top:12px;
}
.booking-extra-summary__metrics>span{
  min-width:0;
  padding:8px;
  border-radius:10px;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(22,74,50,.1);
}
.booking-extra-summary__metrics small,
.booking-extra-summary__metrics strong{
  display:block;
}
.booking-extra-summary__metrics small{
  margin-bottom:2px;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  opacity:.68;
}
.booking-extra-summary__metrics strong{
  color:currentColor;
  font-size:12px;
  white-space:nowrap;
}
.booking-extra-summary p{
  margin:10px 0 0;
  color:currentColor;
  font-size:11px;
  font-weight:650;
  line-height:1.4;
}
.booking-extra-summary p span{
  font-weight:850;
}
.booking-extra-summary__reference,
.booking-extra-summary__failure,
.booking-extra-summary__split{
  display:block;
  margin-top:7px;
  overflow-wrap:anywhere;
  font-size:10px;
  font-weight:750;
}
.booking-extra-summary__split{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 9px;
  border-radius:9px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(22,74,50,.1);
}
.booking-extra-summary__split strong,
.booking-extra-summary__split small{
  color:currentColor;
  font-size:10px;
}
.booking-extra-summary__split small{
  text-align:right;
}
.booking-extra-summary__failure{
  padding:7px 8px;
  border-radius:8px;
  background:rgba(255,255,255,.7);
}
.booking-extra-summary__debug{
  margin-top:10px;
  padding:9px 10px;
  border:1px solid currentColor;
  border-radius:10px;
  background:rgba(255,255,255,.72);
}
.booking-extra-summary__debug summary{
  cursor:pointer;
  font-size:11px;
  font-weight:900;
}
.booking-extra-summary__debug>div{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  margin-top:8px;
}
.booking-extra-summary__debug span{
  min-width:0;
  padding:6px 7px;
  border-radius:7px;
  background:rgba(255,255,255,.78);
}
.booking-extra-summary__debug small,
.booking-extra-summary__debug strong{
  display:block;
  overflow-wrap:anywhere;
}
.booking-extra-summary__debug small{
  margin-bottom:2px;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
  opacity:.68;
}
.booking-extra-summary__debug strong{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:9px;
  line-height:1.35;
}
.booking-extra-summary__retry{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-top:10px;
}
.booking-extra-summary__retry .btn{
  padding:8px 12px;
  min-height:0;
  font-size:11px;
}
.booking-extra-summary__retry small{
  flex:1 1 210px;
  font-size:9px;
  font-weight:700;
  line-height:1.35;
}
.booking-extra-summary--amber{
  color:#76500d;
  border-color:#efd39a;
  background:linear-gradient(145deg,#fffaf0 0%,#fff1cf 100%);
  box-shadow:0 10px 24px rgba(118,80,13,.08);
}
.booking-extra-summary--amber .booking-extra-summary__icon{background:#d18a15;}
.booking-extra-summary--red{
  color:#8f2520;
  border-color:#efc0bc;
  background:linear-gradient(145deg,#fff7f6 0%,#ffe9e7 100%);
  box-shadow:0 10px 24px rgba(143,37,32,.08);
}
.booking-extra-summary--red .booking-extra-summary__icon{background:#c43830;}
.booking-extra-summary--gray{
  color:#4d5a55;
  border-color:#d8dfdc;
  background:linear-gradient(145deg,#f8faf9 0%,#edf2f0 100%);
}
.booking-extra-summary--gray .booking-extra-summary__icon{background:#65736d;}
.booking-extra-summary--compact{
  min-width:245px;
  max-width:330px;
  padding:11px;
  border-radius:13px;
}
.booking-extra-summary--compact .booking-extra-summary__head{
  grid-template-columns:32px minmax(0,1fr);
  gap:8px;
}
.booking-extra-summary--compact .booking-extra-summary__icon{
  width:32px;
  height:32px;
  border-radius:10px;
}
.booking-extra-summary--compact .booking-extra-summary__status{
  grid-column:1/-1;
  justify-self:start;
}
.booking-extra-summary--compact .booking-extra-summary__metrics{
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:9px;
}
.booking-extra-summary--compact p{
  margin-top:8px;
}
tr.booking-row--has-extra>td{
  background:#fbfefc;
}
tr.booking-row--has-extra>td:first-child{
  box-shadow:inset 4px 0 0 #2b9a62;
}
.booking-mobile-card--has-extra{
  border-color:#abd9bf!important;
  box-shadow:0 18px 38px rgba(22,74,50,.11)!important;
}
@media(max-width:720px){
  .booking-extra-dialog__shell{
    padding:15px;
  }
  .booking-extra-dialog__top strong{
    font-size:18px;
  }
  .booking-extra-summary{
    padding:12px;
  }
  .booking-extra-summary__head{
    grid-template-columns:36px minmax(0,1fr);
  }
  .booking-extra-summary__status{
    grid-column:1/-1;
    justify-self:start;
  }
  .booking-extra-summary__metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .booking-extra-summary__debug>div{
    grid-template-columns:1fr;
  }
}
.hh-wa__close{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(188,205,196,.95);
  background:linear-gradient(180deg,#ffffff 0%,#f8fbf9 100%);
  color:#22312a;
  text-decoration:none;
  font-size:0;
  line-height:1;
  box-shadow:0 8px 18px rgba(34,49,42,.06);
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.hh-wa__close::before,
.hh-wa__close::after{
  content:"";
  position:absolute;
  width:15px;
  height:2px;
  border-radius:999px;
  background:#1f342b;
}
.hh-wa__close::before{
  transform:rotate(45deg);
}
.hh-wa__close::after{
  transform:rotate(-45deg);
}
.hh-wa__close:hover{
  background:#ecf8f2;
  border-color:#9bcab1;
  box-shadow:0 12px 22px rgba(34,49,42,.09);
  transform:translateY(-1px);
}
.hh-wa__notice-bar{
  padding:10px 18px;
  background:#fff8ef;
  border-bottom:1px solid #f1d6a7;
  color:#7a4d13;
  font-size:.92rem;
}
.hh-wa__notice-bar[data-free-chat-timer]{
  display:flex;
  align-items:center;
  gap:7px;
  min-height:45px;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.hh-wa__notice-bar[data-free-chat-timer] strong{
  flex:0 0 auto;
}
.hh-wa__notice-bar[data-free-chat-timer].is-waiting{
  background:#f5f8f6;
  border-color:#d8e1dc;
  color:#50625a;
}
.hh-wa__notice-bar[data-free-chat-timer].is-free{
  background:#fff8ef;
  border-color:#f1d6a7;
  color:#7a4d13;
}
.hh-wa__notice-bar[data-free-chat-timer].is-authorizing{
  background:#fff7de;
  border-color:#e7c760;
  color:#705307;
}
.hh-wa__notice-bar[data-free-chat-timer].is-authorized{
  background:#eaf8f1;
  border-color:#a8dbc0;
  color:#12603d;
}
.hh-wa__notice-bar[data-free-chat-timer].is-extra{
  background:#e1f6eb;
  border-color:#83cda5;
  color:#0d623c;
}
.hh-wa__notice-bar[data-free-chat-timer].is-failed{
  background:#fff0ef;
  border-color:#ecaaa5;
  color:#982720;
}
.hh-wa__notice-bar[data-free-chat-timer].is-finished{
  background:#eff3f1;
  border-color:#cbd7d1;
  color:#43564d;
}
@media(max-width:720px){
  .hh-wa__notice-bar[data-free-chat-timer]{
    align-items:flex-start;
    flex-direction:column;
    gap:2px;
  }
}
.hh-wa__composer-row{
  display:flex;
  align-items:flex-end;
  gap:10px;
}
.hh-wa__composer-row[hidden]{
  display:none !important;
}
.hh-wa__composer-row textarea{
  min-height:54px;
  max-height:180px;
  resize:none;
  flex:1 1 auto;
  margin:0;
}
.hh-wa__composer-row textarea::placeholder{
  color:#809089;
  font-weight:500;
  letter-spacing:.01em;
}
.hh-chat-upload-trigger svg{
  width:20px;
  height:20px;
  display:block;
}
.chat-audio-tools--public{
  margin-top:10px;
  min-height:20px;
}
.chat-input-bar form.is-sending .chat-audio-btn--send,
.chat-input-bar form.is-sending .chat-audio-btn--record-send{
  opacity:.72;
}
.hh-wa .chat-message{
  max-width:min(72%,680px);
  padding:10px 12px;
  border-radius:15px;
  box-shadow:0 3px 10px rgba(0,0,0,.05);
}
.hh-wa .chat-message.mine{
  align-self:flex-end;
  background:#dcf8c6;
  border-top-right-radius:4px;
}
.hh-wa .chat-message.other{
  align-self:flex-start;
  background:#fff;
  border-top-left-radius:4px;
}
.hh-wa .chat-message__body p{margin:0 0 6px 0;}
.hh-wa .chat-message__body p:last-child{margin-bottom:0;}
.hh-wa .chat-meta{
  margin-top:6px;
  font-size:.78rem;
  color:#667781;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:6px;
  flex-wrap:nowrap;
}
.hh-wa .chat-message.other .chat-meta{
  justify-content:flex-start;
}
.hh-wa .chat-meta__state{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  line-height:1;
}
.hh-wa .chat-meta__checks{
  display:inline-flex;
  align-items:center;
}
.hh-wa .chat-meta__checks svg{
  width:14px;
  height:14px;
  margin-left:-6px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hh-wa .chat-meta__checks svg:first-child{
  margin-left:0;
}
.hh-wa .chat-meta__state--sent,
.hh-wa .chat-meta__state--delivered{
  color:#7a8b85;
}
.hh-wa .chat-meta__state--read{
  color:#53bdeb;
}
.chat-empty-state{
  margin:auto 0;
  align-self:center;
  max-width:440px;
  padding:14px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(214,228,221,.9);
  color:#54655e;
  text-align:center;
  font-size:.94rem;
  line-height:1.6;
  box-shadow:0 8px 24px rgba(34,49,42,.06);
}
.chat-typing-bubble{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:4px;
  padding:12px 14px;
  border-radius:16px 16px 16px 4px;
  background:#fff;
  box-shadow:0 3px 10px rgba(0,0,0,.05);
}
.chat-typing-bubble__label{
  margin-right:4px;
  color:#53655d;
  font-size:.82rem;
  font-weight:800;
  line-height:1.25;
  white-space:nowrap;
}
.chat-typing-bubble.is-recording{
  border:1px solid rgba(205,54,54,.16);
  background:#fffafa;
}
.chat-typing-bubble.is-recording .chat-typing-bubble__label{
  color:#a32929;
}
.chat-typing-bubble.is-recording > span{
  background:#d64545;
}
.chat-typing-bubble[hidden]{
  display:none !important;
}
@media (max-width: 920px){
  .hh-wa__top-meta{
    justify-content:flex-start;
  }
  .hh-wa__top-meta .hh-wa__close{
    max-width:100%;
  }
}
.chat-typing-bubble > span{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#98a7a0;
  animation:hh-chat-typing 1s infinite ease-in-out;
}
.chat-typing-bubble > span:nth-of-type(2){animation-delay:.15s;}
.chat-typing-bubble > span:nth-of-type(3){animation-delay:.3s;}
@keyframes hh-chat-typing{
  0%, 80%, 100%{transform:translateY(0);opacity:.45;}
  40%{transform:translateY(-2px);opacity:1;}
}
.hh-wa .chat-message__attachment{
  margin-top:8px;
  font-size:.9rem;
}
.hh-wa .chat-message__attachment a{
  color:#0b6b57;
  font-weight:700;
  text-decoration:none;
}
.chat-message__attachment--audio{
  display:grid;
  gap:8px;
}
.chat-message__attachment--image{
  display:grid;
  gap:8px;
}
.chat-message__attachment--image img{
  width:min(100%,280px);
  max-height:280px;
  object-fit:cover;
  border-radius:16px;
  display:block;
  border:1px solid rgba(11,107,87,.12);
}
.chat-message__attachment--audio audio{
  width:min(100%,320px);
  display:block;
}
.chat-audio-tools{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.chat-audio-tools__buttons{
  display:flex;
  align-items:center;
  gap:8px;
}
.chat-audio-btn{
  width:48px;
  height:48px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d6e4dd;
  background:#fff;
  color:#22312a;
  padding:0;
  cursor:pointer;
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.chat-audio-btn:hover:not(:disabled){
  transform:translateY(-1px);
}
.chat-audio-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.chat-audio-btn svg{
  width:20px;
  height:20px;
  display:block;
}
.chat-audio-btn--mic{
  background:#e8f5ef;
  border-color:#b8dacb;
  color:#0b6b57;
}
.chat-audio-btn--mic.is-send-mode{
  background:#0b6b57;
  border-color:#0b6b57;
  color:#fff;
  box-shadow:0 14px 26px rgba(11,107,87,.18);
}
.chat-audio-btn--mic.is-send-mode.is-ready-attachment,
.chat-audio-btn--record-send.is-ready-attachment{
  animation:hh-chat-send-ready 1.15s ease-in-out infinite;
}
.chat-audio-btn--mic.is-recording{
  background:#fff1f1;
  border-color:#f3c5c5;
  color:#b42318;
  box-shadow:0 0 0 6px rgba(180,35,24,.12);
  animation:hh-audio-recording-pulse 1.2s ease-in-out infinite;
}
.chat-audio-btn--clear{
  background:#fff;
  border-color:#e5d7ca;
  color:#7a4d13;
}
.chat-audio-btn--send{
  background:#0b6b57;
  border-color:#0b6b57;
  color:#fff;
}
.chat-audio-btn--trash{
  background:#fff;
  border-color:#d9defd;
  color:#4250bc;
}
.chat-audio-btn--record-send{
  background:#fff;
  border-color:#fff;
  color:#3644aa;
  box-shadow:0 10px 24px rgba(54,68,170,.22);
}
.chat-audio-tools__status{
  font-size:.9rem;
  color:#667781;
}
.chat-audio-tools__status.is-recording{
  color:#b42318;
  font-weight:700;
}
.chat-audio-tools__attachment{
  display:grid;
  gap:2px;
  width:100%;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid #cfe5da;
  background:linear-gradient(180deg,#f7fcf9 0%,#edf8f2 100%);
  color:#1f4738;
  box-shadow:0 10px 22px rgba(11,107,87,.08);
}
.chat-audio-tools__attachment[hidden]{
  display:none !important;
}
.chat-audio-tools__attachment.is-audio{
  border-color:#cbd5ff;
  background:linear-gradient(180deg,#f7f8ff 0%,#eef1ff 100%);
  color:#2d3e96;
  box-shadow:0 10px 22px rgba(63,78,187,.08);
}
.chat-audio-tools__attachment-title{
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.01em;
}
.chat-audio-tools__attachment-name{
  font-size:.98rem;
  font-weight:700;
  word-break:break-word;
}
.chat-audio-tools__attachment-meta,
.chat-audio-tools__attachment-hint{
  font-size:.82rem;
  line-height:1.35;
}
.chat-audio-tools__attachment-meta{
  color:rgba(31,71,56,.78);
}
.chat-audio-tools__attachment.is-audio .chat-audio-tools__attachment-meta{
  color:rgba(45,62,150,.78);
}
.chat-audio-tools__attachment-hint{
  color:inherit;
  font-weight:700;
}
.hh-chat-recorder{
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:4px;
}
.hh-chat-recorder[hidden]{
  display:none !important;
}
.hh-chat-recorder__panel{
  position:relative;
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
  display:grid;
  gap:10px;
  padding:12px 16px 14px;
  border-radius:24px;
  background:linear-gradient(135deg,#4f5bde 0%,#4752c8 58%,#3842a0 100%);
  color:#fff;
  box-shadow:0 18px 36px rgba(56,66,160,.26);
}
.hh-chat-recorder__panel::after{
  content:"";
  position:absolute;
  inset:auto -8% -55% auto;
  width:180px;
  height:180px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 70%);
  pointer-events:none;
}
.hh-chat-recorder__meta,
.hh-chat-recorder__wave,
.hh-chat-recorder__hint{
  position:relative;
  z-index:1;
}
.hh-chat-recorder__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.hh-chat-recorder__timer{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:1rem;
  font-weight:800;
  letter-spacing:.02em;
}
.hh-chat-recorder__dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#ff6b6b;
  box-shadow:0 0 0 0 rgba(255,107,107,.4);
  animation:hh-chat-recorder-dot 1s ease-in-out infinite;
}
.hh-chat-recorder__lock{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:rgba(255,255,255,.96);
  font-size:.78rem;
  font-weight:700;
  white-space:nowrap;
}
.hh-chat-recorder__lock svg{
  width:14px;
  height:14px;
  display:block;
}
.hh-chat-recorder__wave{
  display:flex;
  align-items:flex-end;
  gap:4px;
  min-height:34px;
}
.hh-chat-recorder__wave span{
  width:4px;
  height:30px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  transform-origin:center bottom;
  transform:scaleY(.18);
  transition:transform .12s linear, opacity .12s linear;
  opacity:.72;
}
.hh-chat-recorder__wave.is-rest span{
  opacity:.42;
}
.hh-chat-recorder__hint{
  font-size:.78rem;
  line-height:1.3;
  color:rgba(255,255,255,.84);
}
.hh-chat-recorder.is-locked .hh-chat-recorder__hint{
  color:#fff;
}
.hh-chat-recorder.is-ready .hh-chat-recorder__dot,
.hh-chat-recorder.is-preparing .hh-chat-recorder__dot{
  animation:none;
}
@keyframes hh-audio-recording-pulse{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.05);}
}
@keyframes hh-chat-recorder-dot{
  0%,100%{transform:scale(.92);box-shadow:0 0 0 0 rgba(255,107,107,.4);opacity:.65;}
  50%{transform:scale(1.08);box-shadow:0 0 0 8px rgba(255,107,107,0);opacity:1;}
}
@keyframes hh-chat-send-ready{
  0%,100%{transform:translateY(0) scale(1);box-shadow:0 14px 26px rgba(11,107,87,.18);}
  50%{transform:translateY(-1px) scale(1.03);box-shadow:0 18px 30px rgba(11,107,87,.26);}
}
.service-chat-public .chat-public-page{
  width:100vw;
  min-height:-webkit-fill-available;
  height:-webkit-fill-available;
  min-height:100vh;
  min-height:100dvh;
  height:100vh;
  height:100dvh;
  padding:0;
  background:#dfe7e2;
  overflow:hidden;
}
.service-chat-public .hh-wa.chat-shell{
  max-width:none;
  width:100vw;
  min-height:-webkit-fill-available;
  height:-webkit-fill-available;
  min-height:100vh;
  min-height:100dvh;
  height:100vh;
  height:100dvh;
  margin:0;
  border-radius:0;
  box-shadow:none;
  border:0;
}
.service-chat-public .hh-wa__main{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-height:-webkit-fill-available;
  height:-webkit-fill-available;
  min-height:100vh;
  min-height:100dvh;
  height:100vh;
  height:100dvh;
}
body.service-chat-public{
  min-height:-webkit-fill-available;
  height:-webkit-fill-available;
  overflow:hidden;
}
.service-chat-public .hh-wa__top{
  position:relative;
  z-index:5;
  min-height:76px;
  padding:14px 18px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbf9 100%);
  border-bottom:1px solid rgba(203,216,209,.9);
  box-shadow:0 10px 26px rgba(34,49,42,.07);
}
.hh-wa__video-cta{
  position:sticky;
  top:0;
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 18px;
  background:linear-gradient(180deg,#ecf8f2 0%,#e4f3ec 100%);
  border-bottom:1px solid rgba(139,195,169,.55);
  box-shadow:0 8px 20px rgba(11,107,87,.08);
}
.hh-wa__video-cta-copy{
  min-width:0;
  display:grid;
  gap:2px;
}
.hh-wa__video-cta-copy strong{
  color:#163a2f;
  font-size:.96rem;
  line-height:1.2;
}
.hh-wa__video-cta-copy span{
  color:#4d6a5f;
  font-size:.84rem;
  line-height:1.35;
}
.hh-wa__video-cta-button{
  flex:0 0 auto;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border-radius:999px;
  background:#0b6b57;
  color:#fff;
  text-decoration:none;
  font-weight:850;
  line-height:1;
  box-shadow:0 12px 24px rgba(11,107,87,.2);
}
.hh-wa__video-cta-button:hover{
  transform:translateY(-1px);
}
.hh-wa__video-cta-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
}
.service-chat-public .hh-wa__thread{
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
  overscroll-behavior:contain;
  padding:18px 14px 16px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.26) 0%,rgba(240,246,242,.58) 100%),
    #eef3ef;
}
.service-chat-public .hh-wa__composer{
  position:relative;
  z-index:5;
}
.service-chat-public .hh-chat-upload-trigger{
  width:52px;
  height:52px;
  min-width:52px;
  min-height:52px;
  padding:0;
  border-radius:999px;
  border-color:#d7e2db;
  background:#f6f9f7;
  color:#314239;
  box-shadow:0 6px 16px rgba(34,49,42,.08);
}
.service-chat-public .chat-audio-btn{
  width:52px;
  height:52px;
  min-width:52px;
  min-height:52px;
  border-radius:999px;
}
.service-chat-public .chat-audio-btn--mic{
  background:linear-gradient(180deg,#e6faf0 0%,#d8f2e6 100%);
  border-color:#bde0cd;
  color:#0b6b57;
  box-shadow:0 10px 20px rgba(11,107,87,.12);
}
.service-chat-public .chat-audio-btn--send{
  background:linear-gradient(180deg,#0d7a63 0%,#0b6b57 100%);
  border-color:#0b6b57;
  color:#fff;
  box-shadow:0 14px 26px rgba(11,107,87,.22);
}
.service-chat-public .chat-audio-btn--trash{
  background:#eef2ff;
  border-color:#cfd6ff;
  color:#3f4ebb;
}
.service-chat-public .chat-audio-btn--record-send{
  background:#fff;
  border-color:#fff;
  color:#3442a2;
}
.service-chat-public .hh-wa__composer{
  padding:12px 14px max(10px, env(safe-area-inset-bottom));
  background:linear-gradient(180deg,rgba(248,251,249,.98) 0%,#ffffff 100%);
  border-top:1px solid rgba(203,216,209,.9);
  box-shadow:0 -12px 30px rgba(34,49,42,.09);
}
.service-chat-public .hh-wa__composer form{
  max-width:980px;
  margin:0 auto;
  padding:8px 10px 9px;
  border:1px solid rgba(203,216,209,.86);
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbf9 100%);
  box-shadow:0 12px 28px rgba(34,49,42,.07);
}
.service-chat-public .hh-wa__composer-row{
  align-items:center;
  gap:10px;
}
.service-chat-public .hh-wa__composer-row textarea{
  min-height:54px;
  max-height:132px;
  padding:15px 18px;
  border-radius:20px;
  border:1px solid rgba(188,205,196,.95);
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);
  color:#20322a;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  font-weight:520;
  line-height:1.45;
  box-shadow:0 8px 18px rgba(34,49,42,.05), inset 0 1px 0 rgba(255,255,255,.9);
}
.service-chat-public .hh-wa__composer-row textarea:focus{
  outline:0;
  border-color:#8fc7aa;
  box-shadow:0 0 0 4px rgba(11,107,87,.10),0 10px 22px rgba(34,49,42,.07);
}
.service-chat-public .hh-wa__composer-row textarea::placeholder{
  color:#7b8a83;
  font-weight:540;
}
.service-chat-public .hh-wa__composer .hh-chat-upload-trigger,
.service-chat-public .hh-wa__composer .chat-audio-btn{
  border:1px solid rgba(188,205,196,.95);
  background:#f6faf8;
}
.service-chat-public .hh-wa__composer .hh-chat-upload-trigger:hover,
.service-chat-public .hh-wa__composer .chat-audio-btn:hover{
  border-color:#9bcab1;
  background:#ecf8f2;
}
.service-chat-public .hh-chat-recorder{
  gap:8px;
}
.service-chat-public .chat-audio-tools__status{
  display:block;
  padding:0;
  font-size:.74rem;
  line-height:1.25;
  color:#6c7b75;
}
.service-chat-public .chat-audio-tools__status.is-recording{
  color:#4250bc;
}
.service-chat-public .chat-audio-tools__attachment{
  margin-top:2px;
  border-radius:18px;
}
.service-chat-public .chat-presence-panel--inline{
  font-weight:700;
}
.service-chat-public .chat-audio-tools--public{
  margin:7px 62px 0;
  min-height:15px;
}
.service-chat-public .hh-wa .chat-message{
  max-width:min(74%,720px);
  padding:12px 14px;
  border:1px solid rgba(203,216,209,.72);
  box-shadow:0 10px 24px rgba(34,49,42,.07);
}
.service-chat-public .hh-wa .chat-message.mine{
  background:linear-gradient(180deg,#dff5e8 0%,#d4eedf 100%);
  border-color:rgba(143,198,167,.76);
}
.service-chat-public .hh-wa .chat-message.other{
  background:#ffffff;
  border-color:rgba(216,225,220,.95);
}
.service-chat-public .chat-empty-state{
  background:#ffffff;
  border-color:rgba(203,216,209,.95);
  box-shadow:0 14px 30px rgba(34,49,42,.08);
}
@media (max-width:980px){
  .hh-wa{grid-template-columns:1fr;}
  .hh-wa__sidebar{border-right:0;border-bottom:1px solid #d6e4dd;}
  .hh-wa__main{min-height:560px;}
  .hh-wa .chat-message{max-width:92%;}
  .hh-wa__top--contact{align-items:flex-start;}
  .hh-wa__top-meta{justify-content:flex-start;}
  .hh-wa__composer-row{align-items:stretch;}
  .service-chat-public .hh-wa__top{
    padding:10px;
  }
  .service-chat-public .hh-wa__top-meta{
    margin-left:auto;
    flex:1 1 auto;
    flex-wrap:nowrap;
    align-items:flex-start;
    justify-content:flex-end;
  }
  .service-chat-public .hh-chat-terminate-btn{
    min-height:42px;
    padding:0 13px;
    white-space:nowrap;
  }
  .service-chat-public .hh-wa__composer{
    padding:8px 8px max(6px, env(safe-area-inset-bottom));
  }
  .service-chat-public .hh-wa__composer form{
    padding:6px 7px 7px;
    border-radius:24px;
  }
  .service-chat-public .hh-wa__thread{
    padding:12px 8px 10px;
  }
  .service-chat-public .hh-wa__composer-row{
    gap:6px;
  }
  .service-chat-public .hh-wa__composer-row textarea{
    min-height:48px;
    max-height:108px;
    padding:12px 14px;
    border-radius:18px;
  }
  .service-chat-public .chat-audio-tools--public{
    margin:6px 52px 0;
  }
  .hh-wa__video-cta{
    align-items:stretch;
    flex-direction:column;
    padding:12px 14px;
  }
  .hh-wa__video-cta-button{
    width:100%;
  }
  .service-chat-public .hh-chat-upload-trigger,
  .service-chat-public .chat-audio-btn{
    width:46px;
    height:46px;
    min-width:46px;
    min-height:46px;
  }
  .service-chat-public .hh-chat-recorder{
    gap:6px;
  }
  .service-chat-public .hh-chat-recorder__panel{
    gap:8px;
    padding:10px 12px 11px;
    border-radius:20px;
  }
  .service-chat-public .hh-chat-recorder__wave{
    gap:3px;
    min-height:24px;
  }
  .service-chat-public .hh-chat-recorder__wave span{
    width:3px;
    height:20px;
  }
  .service-chat-public .hh-wa__contact{
    gap:10px;
  }
  .service-chat-public .hh-wa__avatar{
    width:40px;
    height:40px;
    font-size:.95rem;
  }
  .service-chat-public .hh-wa__contact-name{
    font-size:.94rem;
  }
  .service-chat-public .hh-wa__contact-submeta,
  .service-chat-public .chat-presence-panel--inline{
    font-size:.8rem;
  }
  .service-chat-public .hh-wa__close{
    width:38px;
    height:38px;
    font-size:1.35rem;
  }
}
@media (max-width:420px){
  .service-chat-public .hh-wa__thread{
    padding-inline:6px;
  }
  .service-chat-public .hh-wa .chat-message{
    max-width:94%;
  }
  .service-chat-public .chat-audio-tools__status{
    font-size:.72rem;
  }
}


/* V7 restore admin KPI chart + chat status icons + shared list shell/action menu cleanup */
.admin-dashboard-chart-card{
  overflow:hidden;
  border:1px solid #d7e1ec !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
  box-shadow:0 16px 34px rgba(15,23,42,.08) !important;
  padding:24px !important;
}
.admin-dashboard-chart-card .chart-kpi-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:16px 0 20px;
}
.admin-dashboard-chart-card .chart-kpi-pill{
  padding:14px 16px;
  border-radius:18px;
  background:#fff;
  color:#526277;
  font-size:12px;
  line-height:1.35;
  border:1px solid #dbe5ef;
  box-shadow:0 10px 20px rgba(15,23,42,.04);
}
.admin-dashboard-chart-card .chart-kpi-pill strong{
  display:block;
  font-size:18px;
  color:#18263a;
  margin-top:6px;
}
.admin-dashboard-chart-card .holy-kpi-chart{display:block;width:100%;}
.admin-dashboard-chart-card .holy-kpi-chart__main{
  position:relative;
  min-height:480px;
  padding:28px 14px 18px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid #e2e8f0;
  overflow:hidden;
}
.admin-dashboard-chart-card .holy-kpi-chart__grid{
  position:absolute;
  inset:28px 14px 58px;
  background-image:repeating-linear-gradient(to top, rgba(148,163,184,.16) 0, rgba(148,163,184,.16) 1px, transparent 1px, transparent 24%, rgba(148,163,184,.16) 24%, rgba(148,163,184,.16) 25%);
  pointer-events:none;
}
.admin-dashboard-chart-card .holy-kpi-chart__bars{
  position:relative;
  z-index:1;
  min-height:434px;
  display:grid;
  grid-template-columns:repeat(14,minmax(0,1fr));
  gap:10px;
  align-items:end;
}
.admin-dashboard-chart-card .holy-kpi-chart__col{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;}
.admin-dashboard-chart-card .holy-kpi-chart__track{position:relative;width:100%;height:372px;display:flex;align-items:flex-end;justify-content:center;}
.admin-dashboard-chart-card .holy-kpi-chart__bar-wrap{position:relative;width:min(100%,42px);height:100%;display:flex;align-items:flex-end;justify-content:center;}
.admin-dashboard-chart-card .holy-kpi-chart__bar{width:100%;height:var(--bar-height);min-height:10px;max-height:336px;border-radius:14px 14px 4px 4px;background:linear-gradient(180deg,#60a5fa 0%,#2563eb 100%);box-shadow:0 12px 26px rgba(37,99,235,.22);}
.admin-dashboard-chart-card .holy-kpi-chart__bar.is-accent{background:linear-gradient(180deg,#34d399 0%,#059669 100%);box-shadow:0 12px 26px rgba(5,150,105,.24);}
.admin-dashboard-chart-card .holy-kpi-chart__bar.is-today{outline:3px solid rgba(245,158,11,.22);}
.admin-dashboard-chart-card .holy-kpi-chart__bar.is-zero{min-height:8px;background:linear-gradient(180deg,#e2e8f0 0%,#cbd5e1 100%);box-shadow:none;}
.admin-dashboard-chart-card .holy-kpi-chart__value{position:absolute;left:50%;bottom:min(calc(var(--bar-height) + 12px), 344px);transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;min-width:44px;padding:0 10px;height:26px;border-radius:999px;background:#0f172a;color:#fff;font-size:10px;font-weight:800;white-space:nowrap;box-shadow:0 8px 18px rgba(15,23,42,.14);}
.admin-dashboard-chart-card .holy-kpi-chart__meta{display:flex;flex-direction:column;align-items:center;gap:4px;padding-top:10px;}
.admin-dashboard-chart-card .holy-kpi-chart__label{font-size:11px;font-weight:800;line-height:1.2;color:#475569;text-align:center;}
@media (max-width:900px){
  .admin-dashboard-chart-card .chart-kpi-strip{grid-template-columns:1fr;}
  .admin-dashboard-chart-card .holy-kpi-chart__main{min-height:420px;padding:24px 10px 14px;}
  .admin-dashboard-chart-card .holy-kpi-chart__grid{inset:24px 10px 48px;}
  .admin-dashboard-chart-card .holy-kpi-chart__bars{min-height:360px;gap:8px;}
  .admin-dashboard-chart-card .holy-kpi-chart__track{height:300px;}
  .admin-dashboard-chart-card .holy-kpi-chart__bar-wrap{width:min(100%,30px);}
  .admin-dashboard-chart-card .holy-kpi-chart__value{min-width:36px;padding:0 8px;height:22px;font-size:9px;bottom:min(calc(var(--bar-height) + 10px), 278px);}
}
.hh-chat-item__top{align-items:center;}
.hh-chat-item__main{flex:1 1 auto;min-width:0;}
.hh-chat-status-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:999px;
  background:#eef1ef;
  border:1px solid #e2e6e2;
  font-size:1.1rem;
  line-height:1;
  color:#596560;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.hh-chat-status-icon--detail{width:42px;height:42px;flex-basis:42px;font-size:1rem;}
.table-shell,.admin-list-table-shell{
  border:1px solid #ddd6c9;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 32px rgba(34,49,42,.04);
  overflow:visible;
}
.table-clean{width:100%;border-collapse:separate;border-spacing:0;}
.table-clean thead th{
  padding:14px 16px;
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#7b674a;
  background:#fbf7f1;
  border-bottom:1px solid #e8dece;
}
.table-clean tbody td{
  padding:14px 16px;
  vertical-align:middle;
  border-top:1px solid #efe7db;
}
.table-clean tbody tr:first-child td{border-top:none;}
.row-actions-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid #ded3c1;
  background:#fff;
  color:#6c5f48;
  box-shadow:0 8px 18px rgba(34,49,42,.06);
}
.row-actions-toggle:hover{border-color:#c9b48c;background:#fffcf6;color:#5b4d38;}
.row-actions-menu__dropdown{
  min-width:220px;
  padding:8px;
  border-radius:16px;
  border:1px solid #ded3c1;
  background:#fff;
  box-shadow:0 20px 36px rgba(34,49,42,.12);
}
.row-actions-menu__item{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  min-height:40px;
  padding:10px 12px;
  border-radius:12px;
}
.row-actions-menu__item:hover{background:#f7f2e8;}
.row-actions-menu__item--danger{color:#b42318;}
.row-actions-menu__item--danger:hover{background:#fff3f1;}

/* V6 shared layout dedupe: sidebar, topbar, nav wrapper, shell dashboard */
.dash-shell--app{
  display:grid;
  grid-template-columns:minmax(260px,292px) minmax(0,1fr);
  min-height:100vh;
  align-items:stretch;
}
.dash-main-wrap{
  min-width:0;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.dash-main{
  min-width:0;
  flex:1 1 auto;
}
.dash-sidebar{
  position:sticky;
  top:0;
  align-self:start;
  height:100vh;
  overflow:auto;
  z-index:120;
  isolation:isolate;
}
.dash-topbar--app{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(248,245,239,.88);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(224,217,206,.78);
}
.dash-topbar__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  width:100%;
  max-width:none !important;
  margin:0 !important;
  padding:18px;
}
.dash-topbar__start{
  min-width:0;
  display:flex;
  align-items:center;
  gap:14px;
}
.dash-topbar__actions{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}
.dash-topbar__actions > *{
  flex:0 0 auto;
}
.shell-toolbar{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
.site-nav-wrapper{
  min-width:0;
}
.site-nav{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.site-nav-primary{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.site-nav-secondary{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:10px;
}
@media (max-width:980px){
  .dash-shell--app{
    grid-template-columns:1fr;
  }
  .dash-sidebar{
    position:fixed;
    left:0;
    transform:translateX(-110%);
    transition:transform .28s ease;
  }
  body.dash-nav-open .dash-sidebar{
    transform:translateX(0);
  }
  .dash-mobile-backdrop{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.34);
    opacity:0;
    pointer-events:none;
    transition:opacity .22s ease;
    z-index:95;
  }
  body.dash-nav-open .dash-mobile-backdrop{
    opacity:1;
    pointer-events:auto;
  }
  .dash-topbar__inner{
    grid-template-columns:auto minmax(0,1fr) auto;
    padding:14px 16px;
  }
  .dash-mobile-toggle{
    display:inline-flex;
    flex:0 0 auto;
  }
  .dash-topbar__actions > :not(.shell-toolbar){
    display:none !important;
  }
  .shell-toolbar{
    width:auto;
    justify-content:flex-end;
    flex-wrap:nowrap;
  }
  .shell-toolbar > :not(.shell-profile){
    display:none !important;
  }
}
@media (max-width:760px){
  .dash-topbar__inner{
    gap:12px;
    padding:12px 14px;
  }
  .dash-topbar__start{
    gap:10px;
  }
  .site-nav{
    gap:14px;
  }
  .site-nav-wrapper nav,
  .site-nav{
    display:grid;
    gap:16px;
  }
  .site-nav-primary,
  .site-nav-secondary{
    width:100%;
    display:grid;
    gap:10px;
    margin-left:0;
    padding-left:0;
    padding-top:14px;
    border-left:0;
    border-top:1px solid rgba(224,217,206,.88);
  }
  .site-nav-primary > a{
    min-height:58px;
    justify-content:flex-start;
    padding:0 18px;
    background:#fff;
    border:1px solid rgba(224,217,206,.92);
    box-shadow:0 12px 24px rgba(33,42,37,.05);
  }
  .site-nav-secondary .btn,
  .site-nav-secondary .icon-link{
    width:100%;
    justify-content:center;
  }
}


/* V7 list dedupe: table-shell, table-clean, action dropdown, listing toolbar */
.table-shell,
.admin-list-table-shell,
.operator-list-table-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(249,251,250,.96) 100%);
  border: 1px solid rgba(214,223,234,.9);
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(20,31,26,.06);
  box-sizing: border-box;
  overflow: visible;
}

.table-clean {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}
.table-clean thead th {
  padding: 16px 18px;
  background: rgba(244,247,246,.92);
  color: #5d6c65;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(214,223,234,.9);
}
.table-clean th,
.table-clean td {
  vertical-align: middle;
}
.table-clean tbody tr{
  transition: background-color .18s ease;
}
.table-clean tbody tr:hover{
  background: rgba(245,248,247,.76);
}
.table-clean tbody td{
  padding: 16px 18px;
  border-top: 1px solid rgba(231,237,242,.92);
  color: #26352f;
}
.table-clean tbody tr:first-child td{
  border-top: none;
}
.table-clean tbody tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}
.table-clean tbody tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}

.row-actions-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.row-actions-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid rgba(148,163,184,.24);
  border-radius: 12px;
  background: #fff;
  color: #22312a;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15,23,42,.08);
}
.row-actions-toggle:hover {
  background: #f8fafc;
}
.row-actions-toggle:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(43,127,117,.14), 0 8px 20px rgba(15,23,42,.08);
}
.row-actions-menu__dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 230px;
  max-width: 280px;
  padding: 8px;
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15,23,42,.16);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.row-actions-menu__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #22312a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
}
.row-actions-menu__item:hover {
  background: #f4f8f5;
}
.row-actions-menu__item--danger {
  color: #9f2337;
}
.row-actions-menu__item--danger:hover {
  background: #fff1f3;
}
.table-clean tbody tr:last-child .row-actions-menu__dropdown,
.table-clean tbody tr:nth-last-child(2) .row-actions-menu__dropdown {
  top: auto;
  bottom: calc(100% + 8px);
}
.table-clean tbody tr:first-child .row-actions-menu__dropdown,
.table-clean tbody tr:nth-child(2) .row-actions-menu__dropdown {
  top: calc(100% + 8px);
  bottom: auto;
}

.admin-list-toolbar-wrap,
.listing-toolbar.listing-toolbar--operator,
.ticket-toolbar-wrap {
  width: 100%;
  margin: 0 0 18px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid rgba(224,217,206,.92);
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(33,42,37,.06);
  box-sizing: border-box;
  overflow: visible;
}
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form {
  padding-left: 14px;
  padding-right: 14px;
}

@media (max-width: 980px) {
  .admin-list-toolbar-wrap,
  .listing-toolbar.listing-toolbar--operator,
  .ticket-toolbar-wrap {
    padding: 16px;
    border-radius: 20px;
  }
  .row-actions-menu__dropdown {
    min-width: 210px;
  }
}

@media (max-width: 760px) {
  .table-shell,
  .admin-list-table-shell,
  .operator-list-table-shell,
  .admin-list-toolbar-wrap,
  .listing-toolbar.listing-toolbar--operator,
  .ticket-toolbar-wrap {
    border-radius: 18px;
  }
  .admin-list-toolbar-wrap,
  .listing-toolbar.listing-toolbar--operator,
  .ticket-toolbar-wrap {
    padding: 14px;
  }
}


.shell-notify__item-link{
  display:grid;
  gap:6px;
  color:inherit;
  text-decoration:none;
}
.shell-notify__actions{
  display:flex;
  justify-content:flex-end;
}
.shell-notify__read-form{margin:0}
.shell-notify__read-btn{
  min-height:34px;
  border-radius:999px;
}
.service-rejection-notice{
  display:grid;
  gap:8px;
  margin:14px 0 18px;
}
.service-rejection-notice strong{display:block}
.service-rejection-notice--admin{
  margin:16px 0 0;
}
.service-rejection-inline{
  display:grid;
  gap:4px;
  margin-top:10px;
  padding:10px 12px;
  border:1px solid rgba(220,38,38,.18);
  border-radius:10px;
  background:#fff5f5;
  color:#7f1d1d;
  max-width:520px;
}
.service-rejection-inline strong{
  font-size:11px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.service-rejection-inline span{
  color:#8b2b2b;
  font-size:12px;
  line-height:1.35;
  font-weight:700;
}
.service-submit-inline-notice{
  display:grid;
  gap:6px;
  margin:10px 0 0;
}
.service-submit-inline-notice[hidden]{
  display:none !important;
}
.service-submit-inline-notice strong{display:block}
.service-submit-inline-notice span{display:block}
.admin-moderation-tools{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border:1px dashed rgba(194,98,98,.34);
  border-radius:16px;
  background:linear-gradient(135deg,#fff8f8 0%,#fff 100%);
}
.admin-moderation-tools__hint{
  color:#7f635f;
  font-size:13px;
  line-height:1.5;
}
.btn.danger-soft{
  background:linear-gradient(135deg,#fff1f1,#ffe4e4);
  color:#9f2f2f;
  border:1px solid rgba(201,86,86,.28);
}
.btn.danger{
  background:linear-gradient(135deg,#c84f4f,#9f2f2f);
  color:#fff;
  border:none;
}
.admin-reject-modal[hidden]{
  display:none !important;
}
.admin-reject-modal{
  position:fixed;
  inset:0;
  z-index:1800;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(15,23,42,.45);
  backdrop-filter:blur(6px);
}
.admin-reject-modal__dialog{
  width:min(640px, 100%);
  max-height:min(86vh, 760px);
  overflow:auto;
  padding:22px;
  border-radius:22px;
  background:linear-gradient(180deg,#fff 0%,#fbfaf6 100%);
  border:1px solid rgba(224,217,206,.92);
  box-shadow:0 28px 70px rgba(15,23,42,.2);
}
.admin-reject-modal__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.actions-row--modal{
  margin-top:18px;
}
.field.is-error textarea,
.field.is-error input,
.field.is-error select{
  border-color:#c84f4f !important;
  box-shadow:0 0 0 3px rgba(200,79,79,.12);
}
body.modal-open{overflow:hidden}
@media (max-width:640px){
  .admin-moderation-tools{
    flex-direction:column;
    align-items:flex-start;
  }
  .admin-reject-modal{
    align-items:flex-end;
    padding:12px;
  }
  .admin-reject-modal__dialog{
    width:100%;
    border-radius:20px 20px 0 0;
    max-height:90vh;
  }
}


/* V14 admin moderation controls */
.actions-row__group{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}
.actions-row__group--spaced{
  gap:12px;
}
.hh-admin-filters-form{
  display:grid;
  gap:14px;
}
.hh-admin-filters-form__search,
.hh-admin-filters-form__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.hh-admin-filters-form__search input[type="search"]{
  width:100%;
}
.hh-admin-filters-form__controls{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:12px;
}
.hh-admin-filters-field{
  display:grid;
  gap:6px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#6b7280;
}
.hh-admin-filters-field select{
  min-width:0;
}
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form{
  align-items:end;
}
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__search,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__actions,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__search,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__actions{
  grid-column:auto;
  min-width:0;
}
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form .hh-admin-filters-form__actions .btn,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form .hh-admin-filters-form__actions .btn{
  width:auto;
  min-width:132px;
}
@media (min-width:1180px){
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form{
    grid-template-columns:minmax(0,1fr);
    gap:14px 16px;
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__search,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__search{
    grid-column:1 / -1;
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls{
    grid-column:1 / -1;
    grid-template-columns:repeat(3,minmax(180px,1fr));
    align-self:end;
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__actions,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__actions{
    grid-column:1 / -1;
    justify-content:flex-end;
    align-self:end;
    flex-wrap:nowrap;
    margin-top:4px;
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form .hh-admin-filters-form__actions .btn,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form .hh-admin-filters-form__actions .btn{
    min-width:148px;
  }
}
@media (min-width:768px) and (max-width:1179px){
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__search,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__search,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls{
    grid-column:1 / -1;
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__actions,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__actions{
    grid-column:1 / -1;
    justify-content:flex-end;
  }
}
@media (max-width:767px){
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form{
    grid-template-columns:minmax(0,1fr);
    gap:12px;
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__controls{
    grid-template-columns:minmax(0,1fr);
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__actions,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form > .hh-admin-filters-form__actions{
    justify-content:stretch;
  }
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.hh-admin-filters-form .hh-admin-filters-form__actions .btn,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.hh-admin-filters-form .hh-admin-filters-form__actions .btn{
    flex:1 1 0;
    min-width:0;
  }
}
.admin-actions-row{
  margin-top:22px;
  justify-content:space-between;
  gap:14px;
}
.btn.danger-soft--strong{
  min-height:42px;
  padding:0 16px;
  font-weight:700;
  box-shadow:0 12px 24px rgba(159,47,47,.10);
}
.btn.btn-soft-success{
  background:linear-gradient(135deg,#ecfff4 0%,#daf7e8 100%);
  color:#18794e;
  border:1px solid rgba(24,121,78,.22);
}
.btn.btn-soft-neutral{
  background:linear-gradient(135deg,#f7f8fb 0%,#eef2f7 100%);
  color:#415269;
  border:1px solid rgba(65,82,105,.18);
}
.btn.btn-soft-warning{
  background:linear-gradient(135deg,#fff8ea 0%,#ffefd1 100%);
  color:#996515;
  border:1px solid rgba(153,101,21,.18);
}
@media (max-width: 820px){
  .admin-actions-row{
    align-items:flex-start;
  }
  .admin-actions-row .actions-row__group{
    width:100%;
  }
}

/* V15 moderation button text readability */
.admin-actions-row .btn,
.admin-moderation-tools .btn,
.actions-row__group .btn{
  color:#22312a;
}
.admin-actions-row .btn.danger,
.admin-actions-row .btn.danger-soft,
.admin-actions-row .btn.danger-soft--strong,
.admin-moderation-tools .btn.danger,
.admin-moderation-tools .btn.danger-soft,
.admin-moderation-tools .btn.danger-soft--strong{
  color:#7f1d1d !important;
}
#operator-reject-form .btn.danger-soft--strong,
#operator-reject-form .btn.danger{
  color:#7f1d1d !important;
}
.admin-actions-row .btn.btn-soft-success,
.admin-moderation-tools .btn.btn-soft-success{
  color:#166534 !important;
}
.admin-actions-row .btn.btn-soft-neutral,
.admin-moderation-tools .btn.btn-soft-neutral{
  color:#334155 !important;
}
.admin-actions-row .btn.btn-soft-warning,
.admin-moderation-tools .btn.btn-soft-warning{
  color:#8a5a13 !important;
}

[data-event-editor-error]:empty{
  display:none !important;
}
[data-event-editor-error][hidden]{
  display:none !important;
}


/* V36 form spacing + service gallery */
.form-shell form.stack > .field,
.form-shell form.stack > .grid-2,
.form-shell form.stack > .grid-3,
.form-shell form.stack > .grid-4,
.form-shell form.stack > .card,
.form-shell form.stack > .notice,
.form-shell form.stack > .form-error-summary,
.form-shell form.stack > .service-grid,
.form-shell form.stack > .service-editor__hero,
.form-shell form.stack > .service-editor__hero-alt,
.form-shell form.stack > .admin-editor-grid,
.form-shell form.stack > .operator-security-grid,
.form-shell form.stack > .admin-security-grid{
  margin-top:12px;
  margin-bottom:12px;
}
.form-shell .actions-row{
  margin-top:18px;
  margin-bottom:12px;
}
.service-gallery-editor__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.service-gallery-editor__item{
  border:1px solid #e7dece;
  border-radius:18px;
  padding:14px;
  background:#fffdfa;
}
.service-gallery-editor__item.is-primary{
  border-color:#d8ccbc;
  box-shadow:0 14px 28px rgba(34,49,42,.05);
}
.service-gallery-editor__item.is-invalid{
  border-color:#d92d20;
  background:#fff7f6;
  box-shadow:0 0 0 3px rgba(217,45,32,.08);
}
.service-detail-gallery{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.service-detail-gallery__main-wrap{
  position:relative;
  border-radius:24px 0 0 24px;
  overflow:hidden;
  background:#f7f1e8;
}
.service-detail-gallery__main{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
}
.service-detail-gallery__nav{
  position:absolute;
  top:50%;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border:0;
  border-radius:999px;
  background:rgba(17,24,39,.48);
  color:#fff;
  cursor:pointer;
  transform:translateY(-50%);
  backdrop-filter:blur(6px);
  box-shadow:0 12px 24px rgba(15,23,42,.18);
  transition:background .2s ease, transform .2s ease;
}
.service-detail-gallery__nav:hover{
  background:rgba(17,24,39,.66);
}
.service-detail-gallery__nav:focus-visible{
  outline:2px solid #fff;
  outline-offset:2px;
}
.service-detail-gallery__nav--prev{
  left:14px;
}
.service-detail-gallery__nav--next{
  right:14px;
}
.service-detail-gallery__nav span{
  font-size:30px;
  line-height:1;
  transform:translateY(-1px);
}
.service-detail-gallery__thumbs{
  display:flex;
  gap:10px;
  overflow-x:auto;
  margin:0 10px;
  padding:2px 2px 4px;
  scrollbar-width:thin;
  scroll-snap-type:x proximity;
}
.service-detail-gallery__thumb{
  width:84px;
  min-width:84px;
  height:84px;
  min-height:0;
  padding:0;
  border:1px solid #e3d8c7;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  cursor:pointer;
  opacity:.58;
  transform:translateY(0);
  transition:opacity .18s ease, transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  scroll-snap-align:center;
}
.service-detail-gallery__thumb:focus-visible{
  outline:2px solid #2b7f75;
  outline-offset:2px;
}
.service-detail-gallery__thumb.is-active{
  border-color:#2b7f75;
  box-shadow:0 0 0 3px rgba(43,127,117,.14), 0 10px 18px rgba(15,23,42,.10);
  opacity:1;
  transform:translateY(-2px);
}
.service-detail-gallery__thumb img{
  display:block;
  width:100%;
  height:100%;
  min-height:auto;
  object-fit:cover;
}
@media (max-width: 980px){
  .service-gallery-editor__grid{
    grid-template-columns:1fr;
  }
  .service-detail-gallery__nav{
    width:42px;
    height:42px;
  }
  .service-detail-gallery__nav--prev{
    left:10px;
  }
  .service-detail-gallery__nav--next{
    right:10px;
  }
}


/* V37 - operator edit restore + backend edit spacing */
.admin-operator-stack{display:grid;gap:22px;}
.admin-operator-card{padding:24px;border:1px solid rgba(224,217,206,.92);border-radius:28px;background:linear-gradient(180deg,#fff 0%,#fbfaf6 100%);box-shadow:0 18px 46px rgba(33,42,37,.06);}
.admin-operator-card .admin-section-title{margin:4px 0 0;}
.admin-operator-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;}
.admin-col-12{grid-column:span 12;}.admin-col-8{grid-column:span 8;}.admin-col-6{grid-column:span 6;}.admin-col-4{grid-column:span 4;}.admin-col-3{grid-column:span 3;}
.admin-stat,.admin-surface,.admin-completion,.admin-inline-note,.admin-missing-box,.admin-security-box{border:1px solid #ece4d7;border-radius:22px;background:#fff;}
.admin-stat{padding:16px 18px;display:grid;gap:6px;}
.admin-stat span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#6d7a72;font-weight:800;}
.admin-stat strong{font-size:16px;color:#22312a;}
.admin-stat--approved{border-color:#9fd8b8;background:#edf9f2;box-shadow:0 10px 24px rgba(31,126,79,.08);}
.admin-stat--approved span{color:#27734b;}
.admin-stat--approved strong{color:#17623d;}
.admin-surface,.admin-completion,.admin-inline-note,.admin-missing-box{padding:18px 20px;}
.admin-inline-note{display:none;}
.admin-missing-box ul{margin:12px 0 0;padding-left:18px;display:grid;gap:6px;}
.admin-completion{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;}
.admin-switch-row{display:flex;flex-wrap:wrap;gap:12px 16px;align-items:center;}
.admin-security-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.admin-security-box{padding:20px;display:grid;gap:16px;}
.admin-security-box h4{margin:0 0 4px;}
.admin-security-box .field,.admin-security-box .actions-row,.admin-form .admin-actions,.admin-form .actions-row,.admin-form > .admin-actions,.admin-form > .actions-row{margin-top:16px;}
.admin-form .admin-col-12 > label,.admin-form .admin-col-8 > label,.admin-form .admin-col-6 > label,.admin-form .admin-col-4 > label{display:block;}
.admin-form .admin-col-12 > label input,.admin-form .admin-col-8 > label input,.admin-form .admin-col-6 > label input,.admin-form .admin-col-4 > label input,.admin-form .admin-col-12 > label textarea,.admin-form .admin-col-8 > label textarea,.admin-form .admin-col-6 > label textarea,.admin-form .admin-col-4 > label textarea,.admin-security-box .field input,.admin-security-box .field textarea,.admin-security-box .field select{margin-top:10px;}
.admin-form textarea,.admin-form input,.admin-form select,.admin-security-box input,.admin-security-box textarea,.admin-security-box select{margin-bottom:8px;}
/* Piano abbonamento nella scheda operatore */
.admin-subscription-card{overflow:hidden;border:1px solid #d7e7dd;border-radius:26px;background:#fff;box-shadow:0 18px 42px rgba(31,74,52,.09);}
.admin-subscription-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 26px;background:linear-gradient(135deg,#f4fbf7 0%,#fbf8f0 100%);border-bottom:1px solid #e1ece5;}
.admin-subscription-card__identity{display:flex;align-items:flex-start;gap:16px;min-width:0;}
.admin-subscription-card__icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;flex:0 0 54px;border-radius:17px;background:linear-gradient(145deg,#237a66,#185f50);color:#fff;box-shadow:0 10px 24px rgba(27,105,86,.22);}
.admin-subscription-card__icon svg{width:25px;height:25px;stroke:currentColor;}
.admin-subscription-card__title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:3px;}
.admin-subscription-card__title-row h3{margin:0;color:#18372d;font-size:26px;line-height:1.1;letter-spacing:-.02em;}
.admin-subscription-card__status{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border-radius:999px;background:#dcf5e7;color:#19633f;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;}
.admin-subscription-card__status:before{content:'';width:6px;height:6px;margin-right:6px;border-radius:50%;background:#28a265;box-shadow:0 0 0 3px rgba(40,162,101,.12);}
.admin-subscription-card__facts{display:flex;align-items:stretch;gap:10px;margin-top:15px;flex-wrap:wrap;}
.admin-subscription-card__facts span{display:grid;gap:2px;min-width:130px;padding:9px 12px;border:1px solid rgba(203,220,210,.9);border-radius:13px;background:rgba(255,255,255,.78);}
.admin-subscription-card__facts small{color:#6b7a72;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;}
.admin-subscription-card__facts strong{color:#29483d;font-size:13px;}
.admin-subscription-card__manage{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:10px 15px;border:1px solid #cbded3;border-radius:14px;background:rgba(255,255,255,.86);color:#235e4c;font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap;box-shadow:0 5px 16px rgba(37,78,59,.06);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.admin-subscription-card__manage:hover{transform:translateY(-1px);border-color:#75ad95;box-shadow:0 9px 22px rgba(37,78,59,.11);}
.admin-subscription-card__request{display:flex;align-items:center;gap:10px;margin:18px 26px 0;padding:11px 14px;border:1px solid #edd49e;border-radius:13px;background:#fff9eb;color:#875c18;}
.admin-subscription-card__request span{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;}
.admin-subscription-card__request strong{font-size:14px;}
.admin-subscription-card__form{margin:0;padding:22px 26px 26px;}
.admin-subscription-card__form-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px;}
.admin-subscription-card__form-intro div{display:grid;gap:3px;}
.admin-subscription-card__form-intro strong{color:#273b33;font-size:16px;}
.admin-subscription-card__form-intro small{color:#75817b;font-size:12px;}
.admin-subscription-card__fields{display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(190px,.75fr) minmax(190px,.7fr);gap:14px;align-items:end;}
.admin-subscription-card__fields label{display:grid;gap:8px;margin:0;color:#405149;font-size:12px;font-weight:800;}
.admin-subscription-card__fields label > span{text-transform:uppercase;letter-spacing:.055em;}
.admin-subscription-card__fields select{width:100%;height:50px;margin:0!important;padding:0 42px 0 15px;border:1px solid #d6e1db;border-radius:15px;background-color:#fbfdfc;color:#20362d;font-weight:750;box-shadow:0 6px 18px rgba(28,59,45,.045);}
.admin-subscription-card__fields select:focus{border-color:#5da488;box-shadow:0 0 0 4px rgba(55,145,111,.12);}
.admin-subscription-card__submit{display:flex;align-items:center;justify-content:center;gap:13px;width:100%;height:50px;margin:0!important;border-radius:15px;background:linear-gradient(135deg,#2d8d77,#176555);box-shadow:0 10px 22px rgba(25,103,84,.2);}
.admin-subscription-card__submit:hover{box-shadow:0 13px 28px rgba(25,103,84,.27);}
@media(max-width:900px){.admin-subscription-card__fields{grid-template-columns:1fr 1fr}.admin-subscription-card__submit{grid-column:1/-1}.admin-subscription-card__form-intro{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.admin-subscription-card__header{padding:20px;flex-direction:column}.admin-subscription-card__manage{width:100%}.admin-subscription-card__form{padding:20px}.admin-subscription-card__fields{grid-template-columns:1fr}.admin-subscription-card__submit{grid-column:auto}.admin-subscription-card__request{margin:16px 20px 0}.admin-subscription-card__icon{width:46px;height:46px;flex-basis:46px;border-radius:14px}.admin-subscription-card__title-row h3{font-size:23px}}
.hh-admin-overview{margin:18px 0 0}
.hh-admin-overview__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hh-admin-overview__grid--tight{margin-top:18px}
.hh-admin-overview__card{padding:18px 18px 16px;border-radius:22px;border:1px solid rgba(224,217,206,.92);background:linear-gradient(180deg,#fffdf8 0%,#f8f5ef 100%);box-shadow:0 16px 34px rgba(33,42,37,.05);display:grid;gap:8px}
.hh-admin-overview__card--operator{background:linear-gradient(180deg,#fbfffc 0%,#f2f8f4 100%)}
.hh-admin-overview__card span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-weight:800}
.hh-admin-overview__card strong{font-size:30px;line-height:1;color:#1f2f28}
.hh-admin-overview__card small{font-size:13px;line-height:1.5;color:#5f6d66}
.hh-admin-overview--operator-card{margin-top:8px}
.hh-list-context{display:flex;flex-wrap:wrap;gap:10px;padding:0 24px 18px}
.hh-list-context__pill{display:inline-flex;align-items:center;min-height:34px;padding:8px 12px;border-radius:999px;border:1px solid rgba(214,206,193,.92);background:#fffaf2;color:#615749;font-size:12px;font-weight:700;letter-spacing:.01em}
.admin-operator-stack .notice.warning.hh-notice-tight{display:none}
.service-gallery-editor__formats{margin-top:14px;text-align:center;}
.service-gallery-editor [data-service-gallery-error],
[data-event-cover-error]{display:block;margin-top:14px;text-align:left;}
.hh-upload-dropzone-wrap .field-error{
  display:block;
  width:100%;
  margin-top:12px;
  text-align:left;
}
.hh-image-cropper{position:fixed;inset:0;z-index:2200;display:flex;align-items:center;justify-content:center;padding:24px}
.hh-image-cropper[hidden]{display:none}
.hh-image-cropper__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.72);backdrop-filter:blur(6px)}
.hh-image-cropper__dialog{position:relative;z-index:1;width:min(92vw,860px);background:#fff;border-radius:28px;box-shadow:0 30px 80px rgba(15,23,42,.35);padding:22px;display:grid;gap:18px}
.hh-image-cropper__head,.hh-image-cropper__actions{display:flex;align-items:center;justify-content:space-between;gap:14px}
.hh-image-cropper__eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#667085;margin-bottom:4px}
.hh-image-cropper__head h3{margin:0;font-size:24px;line-height:1.1;color:#101828}
.hh-image-cropper__body{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:start}
.hh-image-cropper__stage{background:linear-gradient(180deg,#eff4ff 0%,#eef7f1 100%);border-radius:24px;padding:18px}
.hh-image-cropper__viewport{position:relative;overflow:hidden;aspect-ratio:1/1;width:min(100%,420px);margin:0 auto;border-radius:24px;background:#0f172a;touch-action:none;cursor:grab}
.hh-image-cropper__viewport:active{cursor:grabbing}
.hh-image-cropper__image{position:absolute;top:50%;left:50%;user-select:none;pointer-events:none;max-width:none;max-height:none}
.hh-image-cropper__frame{position:absolute;inset:0;border:2px solid rgba(255,255,255,.92);border-radius:24px;box-shadow:0 0 0 9999px rgba(15,23,42,.28) inset;pointer-events:none}
.hh-image-cropper__controls{display:grid;gap:14px}
.hh-image-cropper__zoom{display:grid;gap:8px;font-weight:700;color:#344054}
.hh-image-cropper__zoom input{width:100%}
.hh-image-cropper__hint{margin:0;font-size:14px;line-height:1.5;color:#667085}
@media (max-width:860px){.hh-image-cropper__dialog{padding:18px;border-radius:22px}.hh-image-cropper__body{grid-template-columns:1fr}.hh-image-cropper__viewport{width:min(100%,340px)}}
@media (max-width:1100px){.hh-admin-overview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:980px){.admin-security-grid{grid-template-columns:1fr;}.admin-completion{flex-direction:column;}}
@media (max-width:760px){.admin-operator-card{padding:18px;}.admin-col-3,.admin-col-4,.admin-col-6,.admin-col-8,.admin-col-12{grid-column:span 12;}.hh-admin-overview__grid{grid-template-columns:1fr}.hh-list-context{padding:0 14px 14px}}

/* V41 operator/admin profile alignment */
.admin-actions .btn + .btn,
.admin-actions .btn + a,
.admin-actions a + .btn,
.admin-actions a + a{margin-left:12px;}
.operator-profile-upload .admin-media-block.hh-upload-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;align-items:stretch;}
.operator-profile-upload .admin-media-dropzone-wrap,.operator-profile-upload .hh-upload-dropzone-wrap{min-height:150px;}
.operator-approval-banner{margin-bottom:16px;}
.operator-security-accordion{border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#fff;padding:0;}
.operator-security-accordion__summary{cursor:pointer;list-style:none;padding:18px 20px;font-weight:700;color:#22312a;}
.operator-security-accordion__summary::-webkit-details-marker{display:none;}
.operator-security-accordion[open] .operator-security-accordion__summary{border-bottom:1px solid rgba(148,163,184,.16);}
.operator-security-accordion form{padding:18px 20px 20px;}
.service-gallery-editor__formats{width:100%;}


/* V44 approvals and profile layout */
.operator-warning-card--danger{border:1px solid rgba(220,38,38,.18);background:linear-gradient(180deg,rgba(254,242,242,.98),rgba(255,247,237,.96));color:#991b1b;box-shadow:0 14px 30px rgba(127,29,29,.08)}
.operator-warning-card--danger strong{display:block;margin-bottom:6px;color:#7f1d1d}
.operator-warning-card--danger span{display:block;color:#991b1b;line-height:1.6}
.operator-warning-card--danger a{display:inline-flex;margin-top:10px;color:#b91c1c;font-weight:700}
.operator-profile-upload .hh-upload-layout{grid-template-columns:minmax(220px,260px) minmax(0,1fr) !important;align-items:stretch}
.operator-profile-upload .admin-media-preview.hh-upload-preview{min-height:220px}
.operator-profile-upload .admin-media-dropzone-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding-bottom:12px;text-align:center}
.operator-profile-upload .admin-upload-dropzone{min-height:180px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:20px}
.operator-profile-upload .admin-upload-dropzone > *{flex:0 0 auto;align-self:center}
.operator-profile-upload .admin-upload-dropzone .admin-upload-dropzone__text,
.operator-profile-upload .admin-upload-dropzone .hh-upload-dropzone__text{display:block;width:100%;max-width:280px;margin:0 auto;text-align:center}
.operator-profile-upload .admin-upload-dropzone .admin-upload-dropzone__icon,
.operator-profile-upload .admin-upload-dropzone .hh-upload-dropzone__icon{margin:0 auto}
.operator-profile-upload .admin-upload-dropzone .upload-ui-status{width:100%;max-width:280px;margin:0 auto;text-align:center}
.operator-profile-upload .admin-media-dropzone-wrap .admin-upload-dropzone{width:100%}
.operator-profile-upload .admin-media-dropzone-wrap .operator-muted{width:100%;text-align:center}
.operator-profile-card .hh-profile-collapse__body .operator-surface{height:100%}
.operator-profile-card .hh-profile-collapse__body .operator-profile-grid-pro{align-content:start}
.admin-profile-upload-card{grid-template-columns:minmax(220px,260px) minmax(0,1fr) !important;align-items:stretch}
.admin-profile-upload-card .admin-media-preview.hh-upload-preview{min-height:220px}
.admin-profile-upload-card .admin-media-dropzone-wrap{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:10px;padding-bottom:12px}
.admin-profile-upload-card .admin-upload-dropzone{min-height:180px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:20px}
.admin-profile-upload-card .admin-upload-dropzone > *{flex:0 0 auto;align-self:center}
.admin-profile-upload-card .admin-upload-dropzone .hh-upload-dropzone__text,
.admin-profile-upload-card .admin-upload-dropzone .admin-upload-dropzone__text{display:block;width:100%;max-width:280px;margin:0 auto;text-align:center}
.admin-profile-upload-card .admin-upload-dropzone .hh-upload-dropzone__icon,
.admin-profile-upload-card .admin-upload-dropzone .admin-upload-dropzone__icon{margin:0 auto}
.admin-profile-upload-card .admin-upload-dropzone .upload-ui-status{width:100%;max-width:280px;margin:0 auto;text-align:center}
.admin-profile-upload-card .operator-muted{margin-top:2px}
@media (max-width:980px){.operator-profile-upload .hh-upload-layout,.customer-avatar-panel .hh-upload-layout{grid-template-columns:1fr !important}}
@media (max-width:980px){.admin-profile-upload-card{grid-template-columns:1fr !important}}

.operator-sidebar-status{
  display:flex;
  align-items:center;
  gap:10px;
  margin:12px 18px 14px;
  color:#f8fafc;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
}
.operator-sidebar-status__dot{
  width:10px;
  height:10px;
  border-radius:50%;
  flex:0 0 10px;
  box-shadow:0 0 0 0 currentColor;
  animation:operatorSidebarPulse 1.6s infinite;
}
.operator-sidebar-status.is-active .operator-sidebar-status__dot{
  background:#22c55e;
  color:rgba(34,197,94,.5);
}
.operator-sidebar-status.is-pending .operator-sidebar-status__dot{
  background:#ef4444;
  color:rgba(239,68,68,.5);
}
@keyframes operatorSidebarPulse{
  0%{transform:scale(.95);box-shadow:0 0 0 0 currentColor}
  70%{transform:scale(1);box-shadow:0 0 0 8px transparent}
  100%{transform:scale(.95);box-shadow:0 0 0 0 transparent}
}


.operator-inline-alert{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin:18px 0 0;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.operator-inline-alert__icon{
  width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 34px;
  font-size:16px;
  font-weight:800;
  line-height:1;
}
.operator-inline-alert__body{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.operator-inline-alert__title{
  display:block;
  margin:0;
  font-size:15px;
  font-weight:800;
  line-height:1.4;
}
.operator-inline-alert__text{
  margin:0;
  font-size:14px;
  line-height:1.6;
}
.operator-inline-alert__link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  width:max-content;
  max-width:100%;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
}
.operator-inline-alert__link:hover{
  text-decoration:underline;
}
.operator-inline-alert--info{
  background:linear-gradient(180deg,rgba(239,246,255,.98),rgba(247,250,255,.96));
  border-color:rgba(59,130,246,.18);
}
.operator-inline-alert--info .operator-inline-alert__icon{
  background:#dbeafe;
  color:#1d4ed8;
}
.operator-inline-alert--info .operator-inline-alert__title{
  color:#1e3a8a;
}
.operator-inline-alert--info .operator-inline-alert__link{
  color:#1d4ed8;
}
.operator-inline-alert--danger{
  background:linear-gradient(180deg,rgba(254,242,242,.98),rgba(255,247,237,.96));
  border-color:rgba(239,68,68,.22);
}
.operator-inline-alert--danger .operator-inline-alert__icon{
  background:#fee2e2;
  color:#b91c1c;
}
.operator-inline-alert--danger .operator-inline-alert__title{
  color:#991b1b;
}
.operator-inline-alert--danger .operator-inline-alert__text,
.operator-inline-alert--danger .operator-inline-alert__text strong{
  color:#7f1d1d;
}
.operator-inline-alert--danger .operator-inline-alert__link{
  color:#b91c1c;
}
@media (max-width: 767px){
  .operator-inline-alert{
    padding:14px;
    gap:12px;
  }
  .operator-inline-alert__icon{
    width:30px;
    height:30px;
    flex-basis:30px;
    font-size:14px;
  }
}

/* Dashboard refresh */
.admin-theme .dash-shell,
.operator-theme .dash-shell,
.customer-theme .dash-shell{
  background:
    radial-gradient(circle at top right, rgba(255,214,107,.16), transparent 24%),
    radial-gradient(circle at top left, rgba(43,127,117,.10), transparent 28%),
    linear-gradient(180deg,#f7f4ee 0%,#f2f5f1 44%,#edf2ee 100%);
}

.admin-theme .dash-sidebar,
.operator-theme .dash-sidebar,
.customer-theme .dash-sidebar{
  background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(246,248,244,.92) 100%);
  border-right:1px solid rgba(36,50,43,.08);
  box-shadow:24px 0 60px rgba(20,31,26,.06);
  backdrop-filter:blur(16px);
}

.dash-sidebar__logo{
  padding-bottom:10px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(36,50,43,.08);
}

.dash-brand--sidebar img{
  max-height:44px;
  width:auto;
}

.admin-theme .dash-menu a,
.operator-theme .dash-menu a,
.customer-theme .dash-menu a{
  position:relative;
  gap:12px;
  min-height:48px;
  padding:12px 14px;
  border:1px solid transparent;
  color:#415049;
  background:transparent;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;
}

.admin-theme .dash-menu a:hover,
.operator-theme .dash-menu a:hover,
.customer-theme .dash-menu a:hover{
  transform:translateX(3px);
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(244,249,246,.92));
  border-color:rgba(43,127,117,.12);
  box-shadow:0 12px 26px rgba(20,31,26,.06);
}

.admin-theme .dash-menu a.active,
.operator-theme .dash-menu a.active,
.customer-theme .dash-menu a.active{
  border-color:rgba(43,127,117,.10);
  box-shadow:0 16px 30px rgba(31,98,90,.22);
}

.dash-menu__group-label{
  margin:18px 0 8px;
  padding:0 10px;
  color:#7a867f;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.dash-topbar--app{
  background:rgba(247,244,238,.72);
  border-bottom:1px solid rgba(36,50,43,.08);
  backdrop-filter:blur(16px);
}

.dash-topbar__inner{
  gap:18px;
  padding:14px 20px;
}

.shell-toolbar{
  gap:10px;
}

.view-switch{
  padding:6px;
  border:1px solid rgba(36,50,43,.08);
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 28px rgba(20,31,26,.06);
}

.view-switch a{
  min-height:40px;
  border-radius:12px;
  color:#586760;
}

.view-switch a.is-active{
  background:linear-gradient(135deg,var(--hh-teal) 0%,var(--hh-teal-dark) 100%);
  color:#fff;
  box-shadow:0 10px 24px rgba(31,98,90,.24);
}

.dash-main{
  padding:24px 24px 40px;
}

.panel-hero{
  position:relative;
  overflow:hidden;
  margin-bottom:24px;
  padding:28px 30px;
  border:1px solid rgba(36,50,43,.08);
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(255,214,107,.28), transparent 26%),
    linear-gradient(135deg,rgba(255,255,255,.96) 0%,rgba(248,251,249,.94) 54%,rgba(241,247,244,.96) 100%);
  box-shadow:0 20px 46px rgba(20,31,26,.08);
}

.panel-hero:after{
  content:"";
  position:absolute;
  right:-32px;
  bottom:-42px;
  width:180px;
  height:180px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(43,127,117,.13) 0%, rgba(43,127,117,0) 72%);
  pointer-events:none;
}

.panel-head-v5__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(36,50,43,.08);
  color:#6f7e77;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.panel-head-v5__title,
.panel-hero h1{
  font-size:clamp(30px,4vw,42px);
  line-height:1.02;
  letter-spacing:-.04em;
  color:#1e2a24;
}

.panel-head-v5__copy{
  max-width:760px;
  color:#607068;
  font-size:15px;
  line-height:1.6;
}

.top-actions{
  gap:10px;
}

.admin-theme .dash-main .soft-card,
.admin-theme .dash-main .stat,
.operator-theme .dash-main .soft-card,
.operator-theme .dash-main .stat,
.customer-theme .dash-main .card,
.customer-theme .dash-main .chart-card,
.customer-theme .dash-main .soft-card,
.customer-theme .dash-main .stat,
.table-shell{
  border:1px solid rgba(36,50,43,.08);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(250,252,250,.94) 100%);
  box-shadow:0 18px 40px rgba(20,31,26,.07);
}

.admin-theme .dash-main .soft-card:hover,
.admin-theme .dash-main .stat:hover,
.operator-theme .dash-main .soft-card:hover,
.operator-theme .dash-main .stat:hover,
.customer-theme .dash-main .card:hover,
.customer-theme .dash-main .chart-card:hover,
.customer-theme .dash-main .soft-card:hover,
.customer-theme .dash-main .stat:hover{
  box-shadow:0 22px 44px rgba(20,31,26,.10);
}

.stats.pro-stats{
  gap:18px;
}

.admin-theme .stat-pro,
.operator-theme .stat-pro,
.customer-theme .stat-pro{
  min-height:170px;
  padding:22px;
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,250,248,.94) 100%);
}

.admin-theme .stat-pro::before,
.operator-theme .stat-pro::before,
.customer-theme .stat-pro::before{
  top:0;
  left:0;
  width:100%;
  height:5px;
}

.stat-kpi-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-bottom:18px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(43,127,117,.13) 0%,rgba(255,214,107,.22) 100%);
  color:var(--hh-teal-dark);
}

.stat-kpi-icon svg{
  width:20px;
  height:20px;
}

.admin-theme .stat-pro .muted,
.operator-theme .stat-pro .muted,
.customer-theme .stat-pro .muted{
  margin-bottom:8px;
  color:#708078;
  font-size:11px;
  letter-spacing:.14em;
}

.admin-theme .stat-pro .num,
.operator-theme .stat-pro .num,
.customer-theme .stat-pro .num{
  font-size:clamp(28px,3vw,40px);
  line-height:1.02;
}

.dashboard-agenda-card,
.operator-dashboard-card,
.operator-finance-card,
.operator-refund-card,
.admin-dashboard-chart-card{
  position:relative;
  overflow:hidden;
}

.dashboard-agenda-card:before,
.operator-dashboard-card:before,
.operator-finance-card:before,
.operator-refund-card:before,
.admin-dashboard-chart-card:before{
  content:"";
  position:absolute;
  inset:auto -40px -40px auto;
  width:150px;
  height:150px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(43,127,117,.10) 0%, rgba(43,127,117,0) 72%);
  pointer-events:none;
}

.between h3,
.dash-main .card h3,
.dash-main .soft-card h3{
  color:#1f2b25;
  font-size:20px;
  letter-spacing:-.02em;
}

.muted,
.meta-sub{
  color:#6f7c75;
}

.meta-sub--success{
  color:#1f8f52;
  font-weight:600;
}

.meta-sub--warning{
  color:#b7791f;
  font-weight:700;
}

.badge,
.panel-badge{
  border:1px solid rgba(36,50,43,.08);
  background:rgba(255,255,255,.74);
  color:#6c7b74;
  box-shadow:none;
}

.panel-link{
  color:var(--hh-teal-dark);
  font-weight:700;
  text-decoration:none;
}

.panel-link:hover{
  text-decoration:underline;
}

.mini-calendar{
  gap:14px;
}

.mini-calendar__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.mini-calendar__heading{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.mini-calendar__heading strong{
  font-size:18px;
  color:#203029;
}

.mini-calendar__heading span,
.mini-calendar__summary,
.mini-calendar__legend{
  color:#73817b;
  font-size:12px;
  font-weight:700;
}

.mini-calendar__meta{
  display:flex;
  flex-direction:column;
  gap:4px;
  text-align:right;
}

.mini-calendar__day{
  min-height:52px;
  padding:8px 6px;
  border-radius:16px !important;
  background:linear-gradient(180deg,#fbfcfb 0%,#f2f6f3 100%);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.mini-calendar__day:hover{
  transform:translateY(-1px);
  border-color:rgba(43,127,117,.20) !important;
  box-shadow:0 10px 20px rgba(20,31,26,.06);
}

.mini-calendar__day-number{
  display:block;
  font-size:14px;
  font-weight:800;
}

.mini-calendar__day-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  height:22px;
  margin-top:4px;
  padding:0 6px;
  border-radius:999px;
  background:var(--hh-teal);
  color:#fff;
  font-size:11px;
  font-weight:800;
}

.mini-appointments-table{
  gap:12px;
}

.mini-appointments-row{
  grid-template-columns:82px minmax(0,1fr) auto;
  gap:14px;
  padding:15px;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfcfb 0%,#f4f8f5 100%);
  border:1px solid rgba(43,127,117,.08);
}

.mini-appointments-row__time{
  padding:10px 8px;
  border-radius:14px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(36,50,43,.06);
  text-align:center;
}

.mini-appointments-row__time strong,
.mini-appointments-row__body strong{
  font-size:15px;
}

.mini-appointments-row__body span{
  font-size:13px;
}

.compact-table{
  overflow:hidden;
  border-radius:18px;
}

.compact-table tr + tr td{
  border-top:1px solid rgba(36,50,43,.08);
}

.compact-table td,
.compact-table th{
  padding:14px 12px;
}

.dash-main .btn.alt,
.dash-main .btn.ghost{
  background:rgba(255,255,255,.82);
}

.dash-main .btn.alt:hover,
.dash-main .btn.ghost:hover{
  background:#fff;
  border-color:rgba(43,127,117,.24);
}

@media (max-width:980px){
  .dash-main{
    padding:16px 14px 28px;
  }

  .panel-hero{
    padding:22px 18px;
    border-radius:24px;
  }

  .dash-topbar__inner{
    padding:12px 14px;
  }

  .mini-calendar__header{
    flex-direction:column;
  }

  .mini-calendar__meta{
    text-align:left;
  }
}

@media (max-width:640px){
  .admin-theme .dash-sidebar,
  .operator-theme .dash-sidebar,
  .customer-theme .dash-sidebar{
    box-shadow:14px 0 40px rgba(20,31,26,.12);
  }

  .panel-head-v5__title,
  .panel-hero h1{
    font-size:28px;
  }

  .admin-theme .stat-pro,
  .operator-theme .stat-pro,
  .customer-theme .stat-pro{
    min-height:auto;
    padding:18px !important;
  }

  .mini-appointments-row{
    padding:14px;
  }

  .mini-appointments-row__time{
    text-align:left;
  }
}

/* Dashboard refinement */
.dash-main > * + *{
  margin-top:30px;
}

.dash-main .stats.pro-stats + *,
.dash-main .panel-hero + *{
  margin-top:26px;
}

.grid-2,
.grid-3,
.mini-grid,
.dashboard-agenda-grid,
.operator-dashboard-grid{
  gap:22px;
}

.panel-head-v5__content{
  display:grid;
  gap:10px;
}

.panel-head-v5__actions,
.top-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.between{
  gap:16px;
  align-items:flex-start;
}

.dashboard-agenda-card,
.operator-dashboard-card,
.operator-finance-card,
.operator-refund-card,
.admin-dashboard-chart-card,
.dash-main .card.soft-card,
.dash-main .soft-card{
  padding:24px;
}

.dashboard-agenda-card > .between,
.operator-dashboard-card > .between,
.operator-finance-card > .between,
.admin-dashboard-chart-card > .between,
.dash-main .soft-card > .between:first-child{
  margin-bottom:18px;
}

.operator-finance-breakdown,
.operator-dashboard-stack,
.stack{
  gap:16px;
}

.operator-finance-row{
  padding:12px 0;
}

.operator-finance-divider{
  margin:6px 0;
}

.operator-finance-note,
.operator-dashboard-card__lead,
.operator-dashboard-card__empty{
  margin-top:16px;
}

.mini-calendar{
  gap:18px;
}

.mini-calendar__header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  gap:16px;
  padding:0 2px 10px;
  border-bottom:1px solid rgba(222,228,223,.9);
}

.mini-calendar__heading{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
}

.mini-calendar__eyebrow{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(180deg,#f4efe6 0%,#ece3d5 100%);
  color:#7a684e;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}

.mini-calendar__heading strong{
  font-size:34px;
  line-height:1;
  letter-spacing:-.05em;
  color:#1f2f28;
}

.mini-calendar__summary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:linear-gradient(180deg,#f5f9f6 0%,#ebf4ee 100%);
  border:1px solid rgba(189,209,195,.9);
  color:#597162;
  font-size:14px;
  font-weight:800;
  letter-spacing:-.01em;
  white-space:nowrap;
}

.mini-calendar__meta{
  display:flex;
  align-items:flex-start;
}

.mini-calendar__grid{
  gap:10px;
}

.mini-calendar__grid--head{
  margin-top:2px;
}

.mini-calendar__grid--days{
  margin-top:2px;
}

@media (max-width:760px){
  .mini-calendar__header{
    grid-template-columns:1fr;
    gap:12px;
  }

  .mini-calendar__heading strong{
    font-size:28px;
  }

  .mini-calendar__meta{
    align-items:flex-start;
  }

  .mini-calendar__summary{
    white-space:normal;
  }
}

.mini-appointments-table{
  margin-top:18px;
  gap:14px;
}

.mini-appointments-row{
  align-items:stretch;
  min-height:92px;
}

.mini-appointments-row__body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
}

.mini-appointments-row__meta{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.compact-table{
  margin-top:6px;
}

.compact-table td,
.compact-table th{
  padding:16px 14px;
}

.ui-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  flex:0 0 18px;
}

.ui-icon svg{
  width:18px;
  height:18px;
  vector-effect:non-scaling-stroke;
}

.dash-menu a .ui-icon,
.shell-toolbar .ui-icon,
.view-switch .ui-icon{
  width:19px;
  height:19px;
  flex-basis:19px;
}

.dash-menu a .ui-icon svg,
.shell-toolbar .ui-icon svg,
.view-switch .ui-icon svg{
  width:19px;
  height:19px;
}

.stat-kpi-icon{
  width:48px;
  height:48px;
  margin-bottom:20px;
  border-radius:16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}

.stat-kpi-icon .ui-icon,
.stat-kpi-icon svg{
  width:22px;
  height:22px;
}

.badge,
.panel-badge{
  padding:8px 12px;
}

@media (max-width:980px){
  .dash-main > * + *{
    margin-top:24px;
  }

  .grid-2,
  .grid-3,
  .mini-grid,
  .dashboard-agenda-grid,
  .operator-dashboard-grid{
    gap:18px;
  }

  .dashboard-agenda-card,
  .operator-dashboard-card,
  .operator-finance-card,
  .operator-refund-card,
  .admin-dashboard-chart-card,
  .dash-main .card.soft-card,
  .dash-main .soft-card{
    padding:20px;
  }
}

@media (max-width:640px){
  .dash-main > * + *{
    margin-top:20px;
  }

  .dashboard-agenda-card,
  .operator-dashboard-card,
  .operator-finance-card,
  .operator-refund-card,
  .admin-dashboard-chart-card,
  .dash-main .card.soft-card,
  .dash-main .soft-card{
    padding:18px !important;
  }

  .mini-calendar__heading strong{
    font-size:19px;
  }

  .mini-appointments-row__meta{
    justify-content:flex-start;
  }
}

/* V93 dashboard list cleanup, pagination, coupon UX */
.panel-head-v5__eyebrow{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.field select,
.ticket-toolbar-form select,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form select,
.admin-list-toolbar-form select{
  line-height:1.2;
  vertical-align:middle;
}

.ticket-toolbar-form label,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form label,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form label,
.notification-pagination-bar__per-page label,
.hh-auto-pagination__per-page label{
  display:grid;
  gap:8px;
  align-content:stretch;
  min-width:0;
  margin:0;
  color:#55635d;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.ticket-list-shell .ticket-toolbar-wrap,
.ticket-list-shell .admin-list-toolbar-wrap,
.admin-list-page-card .ticket-toolbar-wrap,
.admin-list-page-card .admin-list-toolbar-wrap,
.notification-center-page .ticket-toolbar-wrap{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 22px 16px !important;
  margin:0 !important;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
.listing-toolbar .listing-search.ticket-toolbar-form{
  align-items:center;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(210,220,232,.9);
  box-shadow:none;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form .btn,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form .btn{
  width:100%;
}

.notification-pagination-bar,
.hh-auto-pagination{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  margin-top:18px;
  padding:16px 18px;
  border:1px solid rgba(210,220,232,.9);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(246,249,248,.94) 100%);
  box-shadow:0 12px 28px rgba(20,31,26,.06);
}

.notification-pagination-bar .pagination,
.hh-auto-pagination__nav{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.notification-pagination-bar .pagination > span,
.hh-auto-pagination__nav > span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#eef4f1;
  border:1px solid rgba(43,127,117,.1);
  color:#42534c;
  font-size:13px;
  font-weight:700;
  letter-spacing:.01em;
}

.notification-pagination-bar .pagination .btn,
.hh-auto-pagination__nav .btn{
  min-width:0;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  font-weight:700;
}

.notification-pagination-bar .pagination .btn[disabled],
.hh-auto-pagination__nav .btn[disabled]{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
}

/* V58 search input spacing/icon tune for filter toolbars */
 .ticket-toolbar-form input[type=search]:not(.catalog-search__input),
 .admin-list-toolbar-form input[type=search]:not(.catalog-search__input),
 .ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search]:not(.catalog-search__input),
 .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search]:not(.catalog-search__input),
 .listing-toolbar .listing-search input[type=search]:not(.catalog-search__input),
 .list-toolbar--filters input[type=search]:not(.catalog-search__input){
  padding-left:48px !important;
  color:#1f2937 !important;
  -webkit-text-fill-color:#1f2937 !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23808f87' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.1' d='m21 21-4.35-4.35m1.35-5.15a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:20px 20px;
  background-position:16px 50%;
  -webkit-appearance:none;
  appearance:none;
}

 .ticket-toolbar-form input[type=search]:not(.catalog-search__input)::placeholder,
 .admin-list-toolbar-form input[type=search]:not(.catalog-search__input)::placeholder,
 .ticket-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search]:not(.catalog-search__input)::placeholder,
 .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form input[type=search]:not(.catalog-search__input)::placeholder,
 .listing-toolbar .listing-search input[type=search]:not(.catalog-search__input)::placeholder,
 .list-toolbar--filters input[type=search]:not(.catalog-search__input)::placeholder{
  color:#7a877f;
}

.listing-toolbar .catalog-search,
.listing-toolbar--compact-tools .catalog-search,
.booking-date-toolbar-form--modern .catalog-search{
  gap:14px;
}

.listing-toolbar .catalog-search__icon,
.listing-toolbar--compact-tools .catalog-search__icon,
.booking-date-toolbar-form--modern .catalog-search__icon,
.booking-date-search--compact .catalog-search__icon{
  width:28px;
  height:28px;
  font-size:19px;
}

.listing-toolbar .catalog-search__input,
.listing-toolbar--compact-tools .catalog-search__input,
.booking-date-toolbar-form--modern .catalog-search__input,
.booking-date-search--compact .catalog-search__input{
  padding-left:16px;
}

.notification-pagination-bar__per-page,
.hh-auto-pagination__per-page{
  margin-left:auto;
}

.notification-pagination-bar__per-page,
.hh-auto-pagination__per-page{
  display:flex;
  align-items:center;
}

.notification-pagination-bar__per-page select,
.hh-auto-pagination__per-page select{
  min-width:110px;
  min-height:42px;
  border-radius:999px !important;
  padding:0 16px;
  background:#fff;
}

.hh-auto-pagination{
  padding:16px 22px 22px;
}

.hh-auto-pagination__summary{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#f5f7f6;
  border:1px solid rgba(43,127,117,.08);
  color:#61716a;
  font-size:13px;
  font-weight:700;
}

.hh-pagination-hidden{
  display:none !important;
}

.coupon-dashboard{
  display:grid;
  gap:20px;
  margin-top:22px;
}

.coupon-summary-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.coupon-summary-card{
  padding:18px 20px;
  border:1px solid rgba(43,127,117,.1);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(246,250,248,.94) 100%);
  box-shadow:0 16px 36px rgba(20,31,26,.06);
}

.coupon-summary-card span{
  display:block;
  color:#6b7a73;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.coupon-summary-card strong{
  display:block;
  margin-top:8px;
  color:#1f2f28;
  font-size:30px;
  line-height:1;
}

.coupon-summary-card small{
  display:block;
  margin-top:8px;
  color:#72817a;
  font-size:13px;
  line-height:1.5;
}

.coupon-workspace{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:20px;
  align-items:start;
}

.coupon-editor-card,
.coupon-library-card{
  padding:24px !important;
}

.coupon-editor-head,
.coupon-library-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.coupon-panel-note{
  margin:12px 0 0;
  color:#64748b;
  font-size:14px;
  line-height:1.6;
}

.coupon-hint-strip{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:14px 0 0;
}

.coupon-hint-strip span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#f4f7f6;
  border:1px solid rgba(43,127,117,.1);
  color:#52625a;
  font-size:13px;
}

.coupon-form-grid{
  display:grid;
  gap:18px;
  margin-top:18px;
}

.coupon-form-grid .grid-2{
  gap:16px;
}

.coupon-form-grid > label,
.coupon-form-grid .grid-2 > label{
  display:grid;
  gap:8px;
  color:#44524c;
  font-weight:700;
}

.coupon-form-grid .ticket-check{
  margin-top:4px;
}

.coupon-usage-box{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.coupon-option{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:18px;
  background:#fbfcfc;
}

.coupon-option strong{
  display:block;
  margin-bottom:4px;
}

.coupon-option span{
  color:#64748b;
  font-size:13px;
  line-height:1.5;
}

.coupon-library-list{
  margin-top:18px !important;
}

.coupon-empty-state{
  padding:28px;
  border:1px dashed rgba(148,163,184,.3);
  border-radius:18px;
  background:#fbfcfd;
  color:#6b7a73;
}

/* Shared dashboard shell refresh */
.dashboard-v5.admin-theme,
.dashboard-v5.operator-theme,
.dashboard-v5.customer-theme{
  background:
    radial-gradient(circle at top left, rgba(255,214,107,.08), transparent 18%),
    linear-gradient(180deg,#f6f4ef 0%,#eef3f1 100%);
}

.dashboard-v5 .dash-shell--app{
  background:transparent;
}

.dashboard-v5 .dash-sidebar{
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(244,248,246,.96) 100%);
  border-right:1px solid rgba(28,39,34,.08);
  box-shadow:12px 0 36px rgba(18,28,23,.05);
}

.dashboard-v5 .dash-sidebar__logo{
  margin-bottom:10px;
}

.dashboard-v5 .dash-brand--sidebar{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  padding:14px 18px;
  border:1px solid rgba(28,39,34,.08);
  border-radius:22px;
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,243,235,.94));
  box-shadow:0 12px 26px rgba(18,28,23,.05);
}

.dashboard-v5 .dash-sidebar__head{
  margin:10px 0 18px;
  padding:0 4px;
}

.dashboard-v5 .dash-menu{
  gap:8px;
}

.dashboard-v5 .dash-menu a{
  min-height:50px;
  margin-bottom:0;
  padding:14px 16px;
  border:1px solid transparent;
  border-radius:16px;
  color:#52615b;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.dashboard-v5 .dash-menu a:hover{
  transform:translateY(-1px);
  border-color:rgba(28,39,34,.08);
  background:linear-gradient(135deg, rgba(255,255,255,.96), rgba(243,247,244,.92));
  box-shadow:0 14px 28px rgba(18,28,23,.06);
}

.dashboard-v5 .dash-menu a.active{
  border-color:rgba(31,98,90,.12);
  background:linear-gradient(135deg, #1f625a 0%, #2b7f75 56%, #5fa39b 100%);
  color:#fff;
  box-shadow:0 18px 32px rgba(31,98,90,.22);
}

.dashboard-v5 .dash-menu__group-label{
  margin:18px 0 8px;
  padding:0 12px;
  color:#7c8882;
}

.dashboard-v5 .dash-topbar--app{
  background:rgba(247,244,238,.7);
  border-bottom:1px solid rgba(28,39,34,.08);
  backdrop-filter:blur(18px);
}

.dashboard-v5 .dash-topbar__inner{
  padding:16px 22px;
}

.dashboard-v5 .shell-header__meta .eyebrow{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(28,39,34,.08);
  color:#5b6c65;
}

.dashboard-v5 .shell-header__meta h1{
  letter-spacing:-.04em;
}

.dashboard-v5 .shell-breadcrumb{
  color:#74817b;
}

.shell-header__notice{
  margin-top:6px;
  font-size:13px;
  line-height:1.45;
  color:#6f7c76;
}
.shell-header__notice--status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(203,213,225,.8);
  background:#fff;
  font-weight:800;
}
.shell-header__notice--active{
  color:#166534;
  border-color:rgba(34,197,94,.18);
  background:#ecfdf3;
}
.shell-header__notice--pending{
  color:#92400e;
  border-color:rgba(245,158,11,.24);
  background:#fff7ed;
}
.shell-header__status-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:currentColor;
  flex:0 0 9px;
}

.dashboard-v5 .shell-toolbar{
  gap:12px;
}

.dashboard-v5 .shell-toolbar > *{
  border-radius:16px;
}

.dashboard-v5 .view-switch{
  border:1px solid rgba(28,39,34,.08);
  border-radius:18px;
  background:rgba(255,255,255,.8);
  box-shadow:0 14px 26px rgba(18,28,23,.06);
}

.dashboard-v5 .dash-main{
  position:relative;
  padding:28px 28px 42px;
  background:transparent;
}

.dashboard-v5 .dash-main > *{
  position:relative;
  z-index:1;
}

.dashboard-v5 .panel-hero{
  border:none;
  border-radius:30px;
  box-shadow:0 24px 54px rgba(18,28,23,.08);
}

.dashboard-v5 .panel-head-v5__title{
  letter-spacing:-.05em;
}

.dashboard-v5 .panel-head-v5__copy{
  color:#67766f;
}
.operator-chat-list-page .panel-head-v5__copy{max-width:1240px;margin-bottom:0}

.dashboard-v5 .card,
.dashboard-v5 .soft-card,
.dashboard-v5 .chart-card,
.dashboard-v5 .table-shell,
.dashboard-v5 .chat-list,
.dashboard-v5 .chat-thread{
  border:1px solid rgba(28,39,34,.08) !important;
  border-radius:26px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,248,.92) 100%) !important;
  box-shadow:0 18px 42px rgba(18,28,23,.06) !important;
}

.dashboard-v5 .card:hover,
.dashboard-v5 .soft-card:hover,
.dashboard-v5 .chart-card:hover{
  box-shadow:0 22px 44px rgba(18,28,23,.09) !important;
}

.dashboard-v5 .ticket-list-shell,
.dashboard-v5 .ticket-list-shell.card,
.dashboard-v5 .admin-list-page-card,
.dashboard-v5 .operator-list-page-card,
.dashboard-v5 .form-shell.service-editor-shell,
.dashboard-v5 .form-shell.settings-section-card,
.dashboard-v5 .card.admin-section-card,
.dashboard-v5 .card.settings-intro-card{
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
}

.dashboard-v5 .form-shell.service-editor-shell,
.dashboard-v5 .form-shell.settings-section-card,
.dashboard-v5 .card.admin-section-card,
.dashboard-v5 .card.settings-intro-card{
  border-radius:0 !important;
}

.dashboard-v5 .table,
.dashboard-v5 table{
  border-collapse:separate;
  border-spacing:0;
}

.dashboard-v5 .table th,
.dashboard-v5 .table td,
.dashboard-v5 table th,
.dashboard-v5 table td{
  border-bottom-color:rgba(28,39,34,.08);
}

.dashboard-v5 .table th,
.dashboard-v5 table th{
  color:#6c7b75;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.dashboard-v5 .field input,
.dashboard-v5 .field select,
.dashboard-v5 .field textarea{
  border-radius:18px;
  border-color:rgba(28,39,34,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,250,249,.94) 100%);
}

.dashboard-v5 .btn{
  border-radius:999px;
}

.dashboard-v5 .btn.alt,
.dashboard-v5 .btn.ghost{
  border:1px solid rgba(28,39,34,.10);
  background:rgba(255,255,255,.86);
  color:#21322b;
  box-shadow:0 12px 24px rgba(18,28,23,.05);
}

.dashboard-v5 .btn.alt:hover,
.dashboard-v5 .btn.ghost:hover{
  border-color:rgba(31,98,90,.18);
}

.dashboard-v5 .badge{
  border:1px solid rgba(28,39,34,.08);
  background:rgba(255,255,255,.78);
}

.dashboard-v5 .panel-link{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(28,39,34,.08);
  border-radius:999px;
  background:rgba(255,255,255,.8);
}

.dashboard-v5 .mini-appointments-row{
  border-radius:20px;
}

.dashboard-v5.admin-theme .panel-hero{
  background:
    radial-gradient(circle at top right, rgba(71,111,255,.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255,214,107,.18), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(241,246,255,.96) 48%, rgba(247,249,242,.96) 100%);
}

.dashboard-v5.admin-theme .stat-pro:before,
.dashboard-v5.admin-theme .stat:after{
  background:linear-gradient(90deg,#2f6cf6,#6ea8ff,#ffd66b);
}

.dashboard-v5.operator-theme .panel-hero{
  background:
    radial-gradient(circle at top right, rgba(43,127,117,.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255,214,107,.16), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(243,248,246,.96) 52%, rgba(249,246,237,.96) 100%);
}

.dashboard-v5.customer-theme .panel-hero{
  background:
    radial-gradient(circle at top right, rgba(255,214,107,.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(43,127,117,.14), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(249,245,236,.96) 52%, rgba(243,248,245,.96) 100%);
}

/* Admin dashboard homepage emphasis */
.admin-home-reset .dash-main{
  background:
    radial-gradient(circle at top right, rgba(47,108,246,.10), transparent 24%),
    radial-gradient(circle at top left, rgba(255,214,107,.12), transparent 20%),
    linear-gradient(180deg,#f4f7fb 0%,#eef3f7 100%);
}

.admin-home-reset .panel-hero{
  border-radius:34px;
  padding:36px 36px 32px;
}

.admin-home-reset .panel-head-v5__eyebrow{
  background:rgba(255,255,255,.74);
  border:1px solid rgba(47,108,246,.10);
  color:#5470a2;
}

.admin-home-reset .stats.pro-stats{
  gap:20px;
}

.admin-home-reset .stat-pro{
  min-height:174px;
  border-radius:30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(243,247,255,.94) 100%) !important;
}

.admin-home-reset .stat-pro .muted{
  color:#76869a;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.admin-home-reset .stat-pro .num{
  letter-spacing:-.04em;
}

.admin-home-reset .admin-dashboard-chart-card{
  border:none !important;
  border-radius:32px !important;
  background:
    radial-gradient(circle at top right, rgba(47,108,246,.12), transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#f6f9ff 100%) !important;
  box-shadow:0 24px 54px rgba(15,23,42,.08) !important;
}

.admin-home-reset .admin-dashboard-chart-card .chart-kpi-pill{
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(243,247,255,.92) 100%);
}

.admin-home-reset .compact-table{
  border-radius:22px;
  overflow:hidden;
}

.admin-home-reset .compact-table tr:nth-child(odd) td{
  background:rgba(244,248,255,.58);
}

.admin-home-reset .actions-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.admin-home-reset .quick-create .card{
  min-height:220px;
}

/* Operator homepage tune */
.operator-home-reset .dash-main{
  background:
    radial-gradient(circle at top right, rgba(43,127,117,.08), transparent 22%),
    radial-gradient(circle at top left, rgba(255,214,107,.12), transparent 18%),
    linear-gradient(180deg,#f7f4ee 0%,#eef3f1 100%);
}

.operator-home-reset .btn,
.customer-home-reset .btn{
  min-height:46px;
  padding:0 18px;
  border-radius:18px;
  box-shadow:0 16px 30px rgba(33,42,37,.12);
}

.operator-home-reset .btn:hover,
.customer-home-reset .btn:hover{
  box-shadow:0 20px 36px rgba(33,42,37,.15);
}

.operator-home-reset .btn.alt,
.operator-home-reset .btn.ghost,
.customer-home-reset .btn.alt,
.customer-home-reset .btn.ghost{
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(243,248,244,.94) 100%);
  color:#214138;
  border:1px solid rgba(43,127,117,.14);
  box-shadow:0 12px 24px rgba(20,31,26,.06);
}

.operator-home-reset .btn.alt:hover,
.operator-home-reset .btn.ghost:hover,
.customer-home-reset .btn.alt:hover,
.customer-home-reset .btn.ghost:hover{
  border-color:rgba(43,127,117,.24);
  box-shadow:0 16px 30px rgba(20,31,26,.09);
}

.operator-home-reset .panel-hero{
  border-radius:32px;
}

.operator-home-reset .operator-finance-card,
.operator-home-reset .operator-refund-card,
.operator-home-reset .operator-dashboard-card{
  border-radius:30px !important;
}

.operator-home-shell{
  width:min(100%,1360px);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:24px;
}

.operator-home-greeting{
  padding:2px 2px 0;
}

.operator-home-greeting h1{
  margin:0;
  color:#24302c;
  font-size:clamp(30px,3.4vw,42px);
  line-height:1.15;
  letter-spacing:-.04em;
}

.operator-home-greeting p{
  margin:10px 0 0;
  color:#68766f;
  font-size:15px;
  font-weight:600;
}

.hh-op-card{
  position:relative;
  overflow:hidden;
  padding:30px;
  border:1px solid rgba(255,255,255,.76);
  border-radius:30px;
  background:
    radial-gradient(circle at top right, rgba(255,214,107,.14), transparent 24%),
    linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(244,248,245,.94) 100%);
  box-shadow:0 24px 52px rgba(23,35,31,.08);
}

.hh-op-card::before{
  content:"";
  position:absolute;
  inset:auto -34px -34px auto;
  width:180px;
  height:180px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(43,127,117,.10) 0%, rgba(43,127,117,0) 72%);
  pointer-events:none;
}

.hh-op-section-head{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:24px;
}

.hh-op-section-head h2{
  margin:0;
  color:#203029;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.03em;
  text-transform:none;
}

.hh-op-section-head p{
  margin:5px 0 0;
  color:#6d7a73;
  font-size:14px;
  font-weight:500;
}

.hh-op-icon,
.hh-op-action-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  border-radius:999px;
}

.hh-op-icon{
  width:54px;
  height:54px;
  border-radius:18px;
}

.hh-op-icon .ui-icon,
.hh-op-action-icon .ui-icon{
  width:22px;
  height:22px;
}

.hh-op-icon--mint{background:#e7f8f1;color:#1f9a78}
.hh-op-icon--green{background:#e4f8ed;color:#15985f}
.hh-op-icon--coral{background:#ffecec;color:#ff625d}
.hh-op-icon--blue{background:#eef7ff;color:#2b8ccf}

.hh-op-agenda-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);
  gap:24px;
}

.hh-op-panel{
  min-width:0;
  padding:22px;
  border:1px solid rgba(224,217,206,.9);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,249,247,.94) 100%);
  box-shadow:0 14px 28px rgba(23,35,31,.05);
}

.hh-op-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.hh-op-panel-head h3,
.hh-op-action h3{
  margin:0;
  color:#203029;
  font-size:20px;
  line-height:1.25;
  letter-spacing:-.02em;
}

.hh-op-panel-head a,
.hh-op-panel-foot,
.hh-op-report-foot a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(43,127,117,.12);
  background:rgba(255,255,255,.82);
  color:#214138;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(20,31,26,.05);
}

.hh-op-panel-head a{
  border-color:rgba(18,132,77,.12);
  background:linear-gradient(180deg,#169455 0%,#0e8249 100%);
  color:#fff;
  box-shadow:0 14px 24px rgba(14,130,73,.2);
}

.customer-booking-spotlight-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:-4px;
}

.customer-booking-spotlight-actions__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:12px;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
}

.customer-booking-spotlight-actions__btn--primary{
  border:1px solid rgba(15,118,105,.14);
  background:linear-gradient(180deg,#15985f 0%,#0f7669 100%);
  color:#fff;
  box-shadow:0 14px 24px rgba(15,118,105,.2);
}

.customer-booking-spotlight-actions__btn--secondary{
  border:1px solid rgba(32,48,41,.14);
  background:linear-gradient(180deg,#fff 0%,#f7f8f6 100%);
  color:#26322f;
  box-shadow:0 10px 18px rgba(23,35,31,.05);
}

.hh-op-link-icon,
.hh-op-btn-icon{
  width:14px;
  height:14px;
}

.hh-op-booking-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.hh-op-booking{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:12px;
  border:1px solid rgba(224,217,206,.88);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(245,248,246,.94) 100%);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.hh-op-booking:hover{
  transform:translateY(-1px);
  border-color:rgba(43,127,117,.18);
  box-shadow:0 16px 28px rgba(23,35,31,.09);
}

.hh-op-booking--instant{
  border-color:rgba(167,133,224,.34);
  background:linear-gradient(135deg,rgba(248,242,255,.98) 0%,rgba(239,229,255,.96) 52%,rgba(246,240,255,.98) 100%);
  box-shadow:0 18px 30px rgba(126,88,179,.12);
}

.hh-op-booking--instant:hover{
  border-color:rgba(143,98,208,.42);
  box-shadow:0 20px 34px rgba(126,88,179,.16);
}

.hh-op-booking--instant .hh-op-booking-date{
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(246,239,255,.95) 100%);
}

.hh-op-booking-summary{
  min-width:0;
  display:grid;
  grid-template-columns:54px 58px minmax(0,1fr);
  align-items:center;
  gap:14px;
  color:inherit;
  text-decoration:none;
}

.hh-op-booking-date{
  display:flex;
  min-height:50px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f4f7f5 100%);
  color:#27322f;
}

.hh-op-booking-date strong{
  font-size:19px;
  line-height:1;
}

.hh-op-booking-date small{
  margin-top:4px;
  color:#7b8581;
  font-size:10px;
  font-weight:800;
}

.hh-op-booking-time{
  color:#596561;
  font-size:13px;
  font-weight:800;
}

.hh-op-booking-main{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.hh-op-booking-main strong{
  overflow:hidden;
  color:#26322f;
  font-size:13px;
  line-height:1.25;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.hh-op-booking-main small,
.hh-op-action p,
.hh-op-stat small,
.hh-op-empty{
  color:#76817d;
  font-size:13px;
  font-weight:600;
}

.hh-op-booking-join{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 15px;
  border-radius:999px;
  border:1px solid rgba(18,132,77,.14);
  background:linear-gradient(180deg,#edf7f1 0%,#e3f4ea 100%);
  box-shadow:0 10px 22px rgba(14,130,73,.12);
  color:#1f6b53;
  font-size:11px;
  font-weight:800;
  letter-spacing:.02em;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}

.hh-op-booking-join:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 24px rgba(14,130,73,.16);
  filter:saturate(1.02);
}

.hh-op-panel-foot{
  justify-content:center;
  margin-top:18px;
}

.operator-home-reset .hh-op-panel .mini-calendar{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

.operator-home-reset .hh-op-panel .mini-calendar__eyebrow,
.operator-home-reset .hh-op-panel .mini-calendar__summary{
  display:none;
}

.operator-home-reset .hh-op-panel .mini-calendar__header{
  margin-bottom:14px;
}

.operator-home-reset .hh-op-panel .mini-calendar__heading strong{
  font-size:18px;
  color:#26322f;
}

.operator-home-reset .hh-op-panel .mini-calendar__grid--head span{
  color:#7b8581;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}

.operator-home-reset .hh-op-panel .mini-calendar__grid--days{
  gap:8px;
}

.operator-home-reset .hh-op-panel .mini-calendar__day{
  min-height:36px;
  padding:0;
  border:0 !important;
  border-radius:999px !important;
  background:#f6f8f7;
  box-shadow:none;
}

.operator-home-reset .hh-op-panel .mini-calendar__day-number{
  font-size:12px;
}

.operator-home-reset .hh-op-panel .mini-calendar__day.has-event,
.operator-home-reset .hh-op-panel .mini-calendar__grid--days > a.has-event{
  background:#e6f8ef;
  color:#16845f;
}

.operator-home-reset .hh-op-panel .mini-calendar__day.is-today{
  outline:2px solid rgba(255,80,72,.26);
  color:#ff4f48;
}

.operator-home-reset .hh-op-panel .mini-calendar__day-badge{
  min-width:14px;
  height:14px;
  margin-top:-4px;
  padding:0 4px;
  background:#ff4f48;
  font-size:9px;
}

.hh-op-action-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.hh-op-section-head--spread{
  justify-content:space-between;
  flex-wrap:wrap;
}

.hh-op-lead-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:24px;
  align-items:stretch;
}

.hh-op-lead-copy,
.hh-op-lead-form{
  min-width:0;
  padding:24px;
  border:1px solid rgba(224,217,206,.9);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,249,247,.94) 100%);
  box-shadow:0 16px 30px rgba(23,35,31,.05);
}

.hh-op-lead-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  background:#eef7f3;
  color:#1f6b53;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.hh-op-lead-copy h3{
  margin:14px 0 10px;
  color:#203029;
  font-size:clamp(28px,3vw,38px);
  line-height:1.02;
  letter-spacing:-.05em;
}

.hh-op-lead-copy p{
  max-width:620px;
  margin:0;
  color:#68766f;
  font-size:14px;
  line-height:1.7;
}

.hh-op-lead-chip-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}

.hh-op-lead-chip{
  display:grid;
  gap:4px;
  padding:14px 16px;
  border:1px solid rgba(224,217,206,.88);
  border-radius:20px;
  background:rgba(255,255,255,.8);
}

.hh-op-lead-chip strong{
  color:#22312a;
  font-size:13px;
  line-height:1.2;
}

.hh-op-lead-chip small{
  color:#77837d;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

.hh-op-lead-chip.is-active{
  border-color:rgba(18,132,77,.18);
  background:linear-gradient(180deg,#edf7f1 0%,#e4f4ea 100%);
  box-shadow:0 14px 26px rgba(14,130,73,.10);
}

.hh-op-lead-form{
  display:grid;
  gap:16px;
  align-content:start;
}

.hh-op-lead-field{
  display:grid;
  gap:10px;
  color:#55635d;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hh-op-lead-field select{
  width:100%;
  min-height:56px;
  padding:0 18px;
  border:1px solid rgba(193,203,196,.95);
  border-radius:18px;
  background:#fff;
  color:#23302c;
  font-size:15px;
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
}

.hh-op-lead-field select:disabled{
  background:#f5f6f5;
  color:#7b8581;
  cursor:not-allowed;
}

.hh-op-lead-help,
.hh-op-lead-preview{
  margin:0;
  color:#6d7a73;
  font-size:13px;
  line-height:1.65;
}

.hh-op-lead-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.hh-op-lead-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:44px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid rgba(43,127,117,.12);
  background:rgba(255,255,255,.82);
  color:#214138;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(20,31,26,.05);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.hh-op-lead-link:hover{
  transform:translateY(-1px);
  border-color:rgba(43,127,117,.22);
  box-shadow:0 14px 26px rgba(20,31,26,.08);
}

.hh-op-lead-preview{
  color:#8a6f40;
  font-weight:700;
}

.hh-op-action-grid--two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.hh-op-action{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  min-height:150px;
  padding:24px;
  border:1px solid rgba(224,217,206,.9);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(246,249,247,.94) 100%);
  box-shadow:0 16px 30px rgba(23,35,31,.05);
}

.hh-op-action--compact{
  min-height:132px;
  align-items:flex-start;
  padding:22px;
}

.hh-op-action-icon{
  width:76px;
  height:76px;
  border-radius:24px;
}

.hh-op-action--compact .hh-op-action-icon{
  width:54px;
  height:54px;
  border-radius:18px;
}

.hh-op-action-icon--green{background:#dff8eb;color:#13a66a}
.hh-op-action-icon--violet{background:#eee7ff;color:#7650e9}
.hh-op-action-icon--sand{background:#f8eadf;color:#c5793f}
.hh-op-action-icon--blue{background:#e8f4ff;color:#2d8fcf}
.hh-op-action-icon--red{background:#ffe9e8;color:#f0443e}
.hh-op-action-icon--cyan{background:#e5f7f6;color:#198f90}
.hh-op-action-icon--yellow{background:#fff1d7;color:#d99a12}

.hh-op-action p{
  margin:7px 0 16px;
  line-height:1.35;
}

.hh-op-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 17px;
  border-radius:16px;
  color:#214138;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  border:1px solid rgba(43,127,117,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(243,248,244,.94) 100%);
  box-shadow:0 12px 24px rgba(20,31,26,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hh-op-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(43,127,117,.24);
  box-shadow:0 16px 30px rgba(20,31,26,.09);
}

.hh-op-btn--green{background:linear-gradient(180deg,#edf7f1 0%,#e3f4ea 100%);color:#1f6b53}
.hh-op-btn--violet{background:linear-gradient(180deg,#f3efff 0%,#ece7ff 100%);color:#6f58c9}
.hh-op-btn--sand{background:linear-gradient(180deg,#fbf2e8 0%,#f7ebdf 100%);color:#ad6d37}
.hh-op-btn--blue{background:linear-gradient(180deg,#eef6ff 0%,#e6f2ff 100%);color:#2f79b9}
.hh-op-btn--red{background:linear-gradient(180deg,#fff0ef 0%,#ffe7e5 100%);color:#da4b45}
.hh-op-btn--yellow{background:linear-gradient(180deg,#fff6e3 0%,#ffefcd 100%);color:#be8616}

.hh-op-bubble{
  position:absolute;
  top:16px;
  right:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:24px;
  padding:0 7px;
  border-radius:999px;
  background:#ff3434;
  color:#fff;
  font-size:11px;
  font-weight:900;
}

.hh-op-stat-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.hh-op-stat{
  min-height:98px;
  padding:18px;
  border:1px solid rgba(32,48,41,.09);
  border-radius:10px;
  background:#fff;
}

.hh-op-stat span{
  display:block;
  color:#5f6b67;
  font-size:13px;
  font-weight:700;
}

.hh-op-stat strong{
  display:block;
  margin-top:10px;
  color:#27322f;
  font-size:24px;
  line-height:1.1;
}

.hh-op-stat small{
  display:block;
  margin-top:8px;
}

.hh-op-report-foot{
  display:flex;
  justify-content:center;
  margin-top:22px;
}

.customer-home-shell{
  gap:20px;
}

.customer-home-alert-card{
  padding:26px 28px 30px;
}

.customer-home-alert-card::before{
  background:radial-gradient(circle, rgba(193, 50, 38, .10) 0%, rgba(193, 50, 38, 0) 72%);
}

.customer-home-alert-card__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  background:#f4f5f8;
  color:#bc2b1d;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}

.customer-home-alert-card h2{
  margin:14px 0 10px;
  color:#b71f14;
  font-size:20px;
  line-height:1.3;
  letter-spacing:-.02em;
}

.customer-home-alert-card p{
  max-width:920px;
  margin:0 0 20px;
  color:#c33924;
  font-size:15px;
  line-height:1.65;
}

.customer-home-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr);
  gap:24px;
  align-items:start;
}

.customer-home-main-grid > .hh-op-card{
  min-width:0;
}

.customer-home-support-stack{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.customer-home-support-stack .hh-op-action{
  min-height:0;
}

@media (max-width:980px){
  .dashboard-v5 .dash-main{
    padding:18px 16px 32px;
  }

  .dashboard-v5 .dash-topbar__inner{
    padding:12px 14px;
  }

  .admin-home-reset .panel-hero,
  .operator-home-reset .panel-hero{
    padding:24px 20px;
    border-radius:26px;
  }

  .operator-home-shell{
    gap:22px;
  }

  .hh-op-card{
    padding:22px;
  }

  .hh-op-agenda-grid,
  .hh-op-action-grid,
  .hh-op-action-grid--two,
  .hh-op-lead-grid,
  .hh-op-stat-grid,
  .customer-home-main-grid{
    grid-template-columns:1fr;
  }

  .customer-home-support-stack{
    gap:16px;
  }

  .hh-op-lead-chip-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  .operator-home-greeting h1{
    font-size:25px;
  }

  .hh-op-card{
    padding:18px;
    border-radius:14px;
  }

  .hh-op-section-head,
  .hh-op-action{
    align-items:flex-start;
  }

  .hh-op-action{
    flex-direction:column;
    min-height:0;
  }

  .customer-home-alert-card{
    padding:20px 18px 22px;
  }

  .customer-home-alert-card h2{
    font-size:18px;
  }

  .hh-op-booking{
    grid-template-columns:1fr;
  }

  .hh-op-booking-summary{
    grid-template-columns:48px 56px minmax(0,1fr);
  }

  .hh-op-booking-time{
    display:block;
    font-size:12px;
  }

  .hh-op-booking-join{
    width:100%;
  }

  .hh-op-panel-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .hh-op-panel-head a{
    min-height:46px;
    padding:0 18px;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
  }

  .customer-booking-spotlight-actions{
    grid-template-columns:1fr;
    margin-top:-2px;
  }

  .customer-booking-spotlight-actions__btn{
    width:100%;
    min-height:48px;
  }

  .hh-op-lead-copy,
  .hh-op-lead-form{
    padding:18px;
    border-radius:22px;
  }

  .hh-op-lead-chip-grid{
    grid-template-columns:1fr;
  }

  .hh-op-lead-actions .btn,
  .hh-op-lead-link{
    width:100%;
    justify-content:center;
  }
}

/* Customer dashboard home refresh */
.customer-home-reset .dash-main{
  position:relative;
  background:
    radial-gradient(circle at top left, rgba(255,214,107,.14), transparent 26%),
    radial-gradient(circle at top right, rgba(43,127,117,.10), transparent 24%),
    linear-gradient(180deg,#f7f4ee 0%,#f2f6f2 52%,#eef3f1 100%);
}

.customer-home-reset .dash-main:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:320px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,0)),
    radial-gradient(circle at 15% 18%, rgba(255,255,255,.88), rgba(255,255,255,0) 44%);
  pointer-events:none;
}

.customer-dashboard-home{
  position:relative;
  z-index:1;
}

.dashboard-booking-alert{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 22px;
  padding:20px 22px;
  border:1px solid rgba(43,127,117,.14);
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(255,214,107,.18), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(248,243,234,.96) 52%, rgba(243,249,245,.98) 100%);
  box-shadow:0 24px 46px rgba(20,31,26,.07);
}

.dashboard-booking-alert__body{
  min-width:0;
}

.dashboard-booking-alert__eyebrow,
.booking-next-highlight__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(43,127,117,.12);
  color:#55736a;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.dashboard-booking-alert__title,
.booking-next-highlight__title{
  display:block;
  margin:10px 0 6px;
  color:#203029;
  font-size:20px;
  letter-spacing:-.03em;
}

.dashboard-booking-alert p,
.booking-next-highlight p{
  margin:0;
  color:#65756d;
  line-height:1.6;
}

.dashboard-booking-alert--operator{
  border-color:rgba(188,163,106,.24);
  background:
    radial-gradient(circle at top right, rgba(201,171,108,.18), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(250,246,238,.97) 50%, rgba(247,243,235,.98) 100%);
}
.dashboard-booking-alert--intro-call{
  align-items:flex-start;
  margin:0 0 30px;
  padding:30px 34px;
  border:2px solid rgba(17,122,99,.44);
  border-left:10px solid #117a63;
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,214,107,.30), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(239,250,245,.98) 54%, rgba(231,246,239,.99) 100%);
  box-shadow:0 28px 62px rgba(17,122,99,.18);
}
.dashboard-booking-alert--intro-call .dashboard-booking-alert__eyebrow{
  min-height:32px;
  padding:0 14px;
  border-color:rgba(17,122,99,.28);
  background:#117a63;
  color:#fff;
  font-size:12px;
  letter-spacing:.14em;
}
.dashboard-booking-alert--intro-call .dashboard-booking-alert__title{
  margin:14px 0 10px;
  color:#0b5f4d;
  font-size:28px;
  line-height:1.14;
  letter-spacing:-.02em;
}
.dashboard-booking-alert--intro-call p{
  max-width:1120px;
  color:#12372d;
  font-size:19px;
  font-weight:800;
  line-height:1.45;
}

.customer-home-reset .panel-hero{
  border:none;
  border-radius:32px;
  padding:34px 34px 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,214,107,.22), transparent 28%),
    radial-gradient(circle at 0 100%, rgba(43,127,117,.14), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(250,247,240,.95) 55%, rgba(242,248,244,.96) 100%);
  box-shadow:0 26px 60px rgba(25,37,31,.08);
}

.customer-home-reset .panel-head-v5__eyebrow{
  background:rgba(255,255,255,.7);
  border:1px solid rgba(31,98,90,.10);
  color:#55736a;
}

.customer-home-reset .panel-head-v5__title{
  font-size:clamp(34px,4vw,48px);
  letter-spacing:-.05em;
}

.customer-home-reset .panel-head-v5__copy{
  max-width:640px;
  font-size:15px;
  color:#65756d;
}

.customer-dashboard-home__stats{
  gap:20px;
}

.customer-dashboard-home__stat{
  min-height:182px;
  padding:24px;
  border:1px solid rgba(255,255,255,.7) !important;
  border-radius:30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(245,249,246,.92) 100%) !important;
  box-shadow:0 24px 46px rgba(20,31,26,.07) !important;
}

.customer-dashboard-home__stat .muted{
  margin-bottom:10px;
  color:#73817b;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.customer-dashboard-home__stat .num{
  max-width:100%;
  font-size:clamp(24px,2.35vw,34px);
  line-height:1.08;
  letter-spacing:-.04em;
  word-break:break-word;
}

.customer-dashboard-home__feature,
.customer-dashboard-home__panel{
  border:1px solid rgba(255,255,255,.7) !important;
  border-radius:30px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(245,249,246,.92) 100%) !important;
  box-shadow:0 24px 46px rgba(20,31,26,.07) !important;
}

.customer-dashboard-home__feature{
  position:relative;
  overflow:hidden;
  min-height:240px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
}

.customer-dashboard-home__feature:before{
  content:"";
  position:absolute;
  inset:auto -30px -36px auto;
  width:170px;
  height:170px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(43,127,117,.12) 0%, rgba(43,127,117,0) 70%);
  pointer-events:none;
}

.customer-dashboard-home__feature--primary{
  background:
    radial-gradient(circle at top right, rgba(255,214,107,.22), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(249,244,234,.96) 48%, rgba(243,249,245,.96) 100%) !important;
}

.customer-dashboard-home__feature--secondary{
  background:
    radial-gradient(circle at top left, rgba(109,140,199,.12), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(244,248,251,.96) 44%, rgba(245,249,246,.96) 100%) !important;
}

.customer-dashboard-home__feature h3,
.customer-dashboard-home__panel h3{
  margin-bottom:12px;
  font-size:22px;
  letter-spacing:-.03em;
}

.customer-dashboard-home__feature p,
.customer-dashboard-home__panel p{
  margin:0;
}

.customer-dashboard-home__panel{
  overflow:hidden;
}

.customer-home-reset .mini-calendar--dashboard{
  padding:6px 2px 2px;
}

.customer-home-reset .mini-calendar__day{
  min-height:58px;
  border:1px solid rgba(43,127,117,.08) !important;
  background:linear-gradient(180deg,#ffffff 0%,#f5f8f6 100%);
}

.customer-home-reset .mini-calendar__day.is-active,
.customer-home-reset .mini-calendar__day--active{
  background:linear-gradient(180deg, rgba(43,127,117,.14) 0%, rgba(255,255,255,.96) 100%);
}

.customer-home-reset .mini-appointments-row{
  border:1px solid rgba(43,127,117,.08);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(243,247,244,.94) 100%);
  box-shadow:none;
}

.customer-home-reset .mini-appointments-row__time{
  background:linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  border-radius:18px;
}

.customer-home-reset .mini-appointments-row__body strong{
  color:#203029;
}

.customer-home-reset .mini-appointments-row__body span{
  color:#697972;
}

.customer-home-reset .badge.blue{
  background:rgba(109,140,199,.12);
  border-color:rgba(109,140,199,.14);
  color:#5470a2;
}

.customer-home-reset .badge.gray{
  background:rgba(36,50,43,.05);
  border-color:rgba(36,50,43,.08);
  color:#607068;
}

.customer-dashboard-home__history{
  display:grid;
  gap:12px;
}

.customer-dashboard-home__history li{
  padding:14px 16px;
  border:1px solid rgba(43,127,117,.08);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(244,248,245,.9) 100%);
}

.customer-dashboard-home__history .meta-sub{
  margin-top:6px;
  font-size:12px;
  color:#73817b;
}

.customer-home-reset .btn.alt,
.customer-home-reset .btn.ghost{
  border-radius:999px;
  border:1px solid rgba(43,127,117,.12);
  background:rgba(255,255,255,.86);
  color:#214138;
  box-shadow:0 10px 22px rgba(20,31,26,.05);
}

.customer-home-reset .btn.alt:hover,
.customer-home-reset .btn.ghost:hover{
  border-color:rgba(43,127,117,.22);
  box-shadow:0 14px 26px rgba(20,31,26,.08);
}

.customer-home-reset .panel-link{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(43,127,117,.10);
}

.booking-next-highlight{
  margin-bottom:16px;
  padding:20px 22px;
  border-radius:24px;
  border:1px solid rgba(43,127,117,.12);
  background:
    radial-gradient(circle at top right, rgba(43,127,117,.08), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(245,249,246,.94) 100%);
}

.booking-next-highlight__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}

.booking-next-highlight__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

.booking-next-highlight--operator{
  border-color:rgba(188,163,106,.22);
  background:
    radial-gradient(circle at top right, rgba(201,171,108,.12), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,246,238,.95) 100%);
}

@media (max-width:980px){
  .customer-home-reset .panel-hero{
    padding:26px 22px 24px;
  }

  .customer-dashboard-home__stat,
  .customer-dashboard-home__feature,
  .customer-dashboard-home__panel{
    border-radius:24px !important;
  }

  .customer-dashboard-home__feature{
    min-height:auto;
  }

  .dashboard-booking-alert,
  .booking-next-highlight__head{
    flex-direction:column;
    align-items:flex-start;
  }

  .dashboard-booking-alert--intro-call{
    padding:24px 22px;
    border-left-width:8px;
  }

  .dashboard-booking-alert--intro-call .dashboard-booking-alert__title{
    font-size:23px;
  }

  .dashboard-booking-alert--intro-call p{
    font-size:16px;
  }

  .dashboard-booking-alert .btn,
  .booking-next-highlight__actions{
    width:100%;
  }

  .booking-next-highlight__actions{
    justify-content:flex-start;
  }
}

@media (max-width:640px){
  .customer-home-reset .panel-head-v5__title{
    font-size:30px;
  }

  .customer-dashboard-home__stat{
    min-height:auto;
    padding:20px;
  }

  .customer-dashboard-home__stat .num{
    font-size:clamp(20px,8vw,28px);
    line-height:1.12;
  }

  .customer-dashboard-home__feature,
  .customer-dashboard-home__panel{
    border-radius:22px !important;
  }
}

@media (max-width:1180px){
  .coupon-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .coupon-workspace{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .ticket-list-shell .ticket-toolbar-wrap,
  .ticket-list-shell .admin-list-toolbar-wrap,
  .admin-list-page-card .ticket-toolbar-wrap,
  .admin-list-page-card .admin-list-toolbar-wrap,
  .notification-center-page .ticket-toolbar-wrap,
  .hh-auto-pagination{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .coupon-summary-grid,
  .coupon-usage-box{
    grid-template-columns:1fr;
  }

  .coupon-editor-card,
  .coupon-library-card{
    padding:18px !important;
  }

  .notification-pagination-bar__per-page,
  .hh-auto-pagination__per-page{
    width:100%;
    margin-left:0;
    justify-content:flex-end;
  }

  .notification-pagination-bar__per-page select,
  .hh-auto-pagination__per-page select{
    width:100%;
  }
}

/* Dashboard shell refinement pass */
.dashboard-v5 .dash-sidebar{
  background:#246A62 !important;
  border-right:none !important;
  box-shadow:22px 0 46px rgba(7,16,21,.22) !important;
}

.dashboard-v5 .dash-sidebar,
.dashboard-v5 .dash-sidebar a,
.dashboard-v5 .dash-sidebar .panel-badge,
.dashboard-v5 .dash-sidebar .dash-menu__group-label{
  color:#e9f2f4;
}

.dashboard-v5 .dash-sidebar__logo{
  margin-bottom:18px !important;
  padding-bottom:0 !important;
  border-bottom:none !important;
}

.dashboard-v5 .dash-sidebar__logo-link{
  display:inline-flex;
  align-items:center;
  padding:0;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}

.dashboard-v5 .dash-sidebar__logo-link img{
  display:block;
  max-height:70px;
  width:auto;
  max-width:100%;
}

.dashboard-v5 .dash-sidebar__head{
  padding:0 6px 14px !important;
}

.dashboard-v5 .dash-sidebar .panel-badge{
  background:rgba(255,255,255,.10) !important;
  color:#f5fafb !important;
  border:none !important;
}

.dashboard-v5 .dash-menu__group-label{
  color:rgba(233,242,244,.58) !important;
}

.dashboard-v5 .dash-menu a{
  border:none !important;
  background:transparent !important;
  color:rgba(233,242,244,.84) !important;
  text-decoration:none !important;
  -webkit-appearance:none;
  appearance:none;
  box-shadow:none !important;
}

.dashboard-v5 .dash-menu a:visited{
  color:rgba(233,242,244,.84) !important;
  -webkit-text-fill-color:rgba(233,242,244,.84);
}

.dashboard-v5 .dash-menu a:hover{
  background-color:rgba(255,255,255,.08) !important;
  background-image:none !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff;
}

.dashboard-v5 .dash-menu a.active{
  background-color:rgba(255,255,255,.14) !important;
  background-image:none !important;
  color:#fff !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10),0 14px 28px rgba(4,11,15,.16) !important;
  -webkit-text-fill-color:#fff;
}

.dashboard-v5 .dash-menu a:focus,
.dashboard-v5 .dash-menu a:focus-visible{
  background-color:rgba(255,255,255,.10) !important;
  background-image:none !important;
  color:#fff !important;
  outline:none !important;
  -webkit-text-fill-color:#fff;
}

.intro-call-panel--minimal{
  display:grid;
  gap:14px;
  padding:18px;
  border:1px solid rgba(36,106,98,.12);
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfa 100%);
  box-shadow:0 18px 36px rgba(21,36,33,.06);
}

.intro-call-panel__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.intro-call-panel__row--secondary{
  align-items:flex-end;
  padding-top:4px;
  border-top:1px solid rgba(36,106,98,.10);
}

.intro-call-checkline--minimal{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:15px;
  color:#22312a;
  line-height:1.35;
  cursor:pointer;
  flex:1 1 320px;
}

.intro-call-checkline--minimal input[type="checkbox"]{
  width:20px;
  height:20px;
  min-width:20px;
  margin-top:2px;
  accent-color:#246A62;
}

.intro-call-checkline__copy{
  display:grid;
  gap:4px;
}

.intro-call-checkline__copy strong{
  font-size:15px;
  font-weight:800;
  color:#16342f;
}

.intro-call-checkline__copy small{
  font-size:13px;
  color:#60716b;
}

.intro-call-toggle-card__status--minimal{
  padding:10px 14px !important;
  border-radius:999px !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.intro-call-settings-grid__limit--minimal{
  margin:0;
  min-width:180px;
}

.intro-call-settings-grid__limit--minimal label{
  margin-bottom:8px;
}

.intro-call-panel__hint{
  color:#5f6f68;
  font-size:13px;
  line-height:1.5;
  max-width:320px;
}

@media (max-width:760px){
  .intro-call-panel__row,
  .intro-call-panel__row--secondary{
    align-items:flex-start;
    flex-direction:column;
  }

.intro-call-toggle-card__status--minimal{
    width:100%;
    justify-content:center;
  }
}

/* Service/event detail layout inspired by the booking mockup. */
.service-detail-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(150,198,180,.22), transparent 32%),
        radial-gradient(circle at 90% 12%, rgba(218,198,151,.18), transparent 28%),
        linear-gradient(180deg,#fbfff9 0%,#f4fbf3 48%,#fbfaf6 100%);
}

.service-detail-page > .container-wide {
    max-width: 1180px;
}

.service-detail-page .service-detail-card:first-child {
    border-color: rgba(72,124,106,.22);
    border-radius: 14px;
    background: rgba(255,255,250,.76);
    box-shadow: 0 22px 58px rgba(34,49,42,.12);
    backdrop-filter: blur(14px);
}

.service-detail-page .service-detail-card:first-child .service-detail-card__grid {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 0;
    min-height: min(760px, calc(100vh - 120px));
    padding: 0;
}

.holyhome-detail-main {
    display: block;
    min-height: 100%;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
}

.holyhome-detail-main > img,
.holyhome-detail-main .service-detail-gallery__main-wrap {
    border-radius: 0;
    box-shadow: none;
}

.holyhome-detail-main > img,
.holyhome-detail-main .service-detail-gallery__main {
    width: 100%;
    height: 100%;
    min-height: min(760px, calc(100vh - 120px));
    max-height: none;
    aspect-ratio: auto;
    object-fit: cover;
}

.holyhome-detail-main .service-detail-gallery {
    height: 100%;
    gap: 0;
}

.holyhome-detail-main .service-detail-gallery__thumbs {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    padding: 0;
}

.holyhome-detail-story {
    display: none;
}

.holyhome-detail-story .service-title-meta {
    margin-bottom: 14px;
}

.holyhome-detail-story h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(34px, 4.2vw, 54px);
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.holyhome-detail-story .service-detail-card__lead,
.holyhome-detail-story .event-detail-card__lead {
    max-width: 720px;
    margin-top: 18px;
    color: #28372f;
    font-size: 16px;
    line-height: 1.72;
}

.holyhome-booking-panel {
    align-self: start;
    position: sticky;
    top: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: min(760px, calc(100vh - 120px));
    padding: 42px 46px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.holyhome-booking-panel__head {
    display: none;
}

.holyhome-booking-panel__head h2 {
    margin: 4px auto 8px;
    max-width: 320px;
    color: #14221c;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.holyhome-booking-panel__head p {
    margin: 0 auto;
    max-width: 330px;
    color: #53645b;
    font-size: 14px;
    line-height: 1.45;
}

.holyhome-booking-panel > .service-title-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.holyhome-booking-panel > h1 {
    display: block;
    max-width: 680px;
    margin: 0 0 14px;
    color: #22312a;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
}

.holyhome-title-price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 10px;
}

.holyhome-title-price h1 {
    max-width: 520px;
    margin: 0;
    color: #22312a;
    font-size: 1.35rem;
    line-height: 1.18;
    letter-spacing: 0;
}

.holyhome-booking-panel > .service-detail-card__lead,
.holyhome-booking-panel > .event-detail-card__lead {
    display: block;
    max-width: 720px;
    margin: 0 0 16px;
    color: #6d7a72;
    font-size: 14px;
    line-height: 1.45;
}

.holyhome-booking-panel .service-price-hero-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    flex: 0 0 auto;
    margin: 0;
    text-align: right;
}

.holyhome-booking-panel .service-price-hero {
    margin: 0;
    color: #0b7b64;
    font-size: 1.25rem;
}

.holyhome-booking-step {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 16px 0 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(38,111,91,.20);
    color: #14221c;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.holyhome-booking-panel .service-variant-field,
.holyhome-booking-panel .service-booking-inline .field,
.holyhome-booking-panel .intro-call-booking-form .field {
    margin: 0;
}

.holyhome-booking-panel .service-booking-hint-wrap {
    display: none;
}

.holyhome-variant-cards {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-top: 8px;
}

.holyhome-variant-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 12px 14px;
    border: 1px solid rgba(31,83,69,.24);
    border-radius: 999px;
    background: linear-gradient(135deg,#45b8a5 0%,#238b79 100%);
    color: #fff;
    font: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 12px 22px rgba(35,139,121,.16);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.holyhome-variant-card:hover,
.holyhome-variant-card:focus-visible {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(35,139,121,.22);
}

.holyhome-variant-card.is-selected {
    border-color: #30e880;
    background: linear-gradient(135deg,#0d5f52 0%,#083d37 100%);
    box-shadow: 0 0 0 4px rgba(48,232,128,.22), 0 16px 30px rgba(8,61,55,.22);
}

.holyhome-variant-card__check {
    flex: 0 0 auto;
    font-weight: 900;
}

.holyhome-variant-card__body {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.holyhome-variant-card__body strong,
.holyhome-variant-card__body small {
    overflow-wrap: anywhere;
}

.holyhome-variant-card__body strong {
    font-size: 14px;
    line-height: 1.18;
}

.holyhome-variant-card__body small {
    color: rgba(255,255,255,.86);
    font-size: 12px;
    line-height: 1.2;
}

.holyhome-booking-panel .service-variant-select,
.holyhome-booking-panel .service-booking-inline select,
.holyhome-booking-panel .service-booking-inline .flatpickr-input {
    min-height: 54px;
    border-color: rgba(31,83,69,.32);
    border-radius: 999px;
    background: rgba(255,255,255,.84);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 8px 18px rgba(34,49,42,.05);
}

.holyhome-booking-panel .field label {
    color: #1f3129;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.holyhome-booking-panel .service-booking-hint-wrap {
    margin: 14px 0 20px;
}

.holyhome-booking-panel .service-booking-hint {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.holyhome-booking-panel .service-booking-notice {
    align-self: flex-start;
    border-color: rgba(204,145,66,.32);
    background: #f6e6cb;
    color: #5a3d18;
    text-align: center;
    white-space: normal;
}

.holyhome-booking-panel .service-booking-inline {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
}

.holyhome-booking-panel .service-booking-inline__btn,
.holyhome-booking-panel .event-detail-card__ctaform .btn {
    min-height: 52px !important;
    border-radius: 999px;
    background: linear-gradient(135deg,#0f9f82 0%,#08745f 100%);
    border-color: #08745f;
    font-size: 18px !important;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(8,116,95,.24);
}

/* Final detail-page tuning: integrated variants, roomier calendar, clean square media. */
.service-detail-page .service-detail-card:first-child {
    overflow: hidden;
}

.service-detail-page .service-detail-card:first-child .service-detail-card__grid {
    align-items: start;
}

.holyhome-detail-main {
    align-self: start;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0 !important;
    max-height: none;
}

.holyhome-detail-main .service-detail-gallery,
.holyhome-detail-main .service-detail-gallery__main-wrap {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.holyhome-detail-main > img,
.holyhome-detail-main .service-detail-gallery__main {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.holyhome-booking-panel {
    position: relative;
    z-index: 1;
}

.holyhome-variant-cards {
    gap: 10px;
}

.holyhome-variant-card {
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid rgba(34,49,42,.12);
    border-radius: 16px;
    background: linear-gradient(180deg,#ffffff 0%,#f7faf7 100%);
    color: #22312a;
    box-shadow: 0 8px 18px rgba(34,49,42,.06);
}

.holyhome-variant-card:hover,
.holyhome-variant-card:focus-visible {
    box-shadow: 0 12px 24px rgba(34,49,42,.10);
}

.holyhome-variant-card.is-selected {
    border-color: rgba(11,123,100,.72);
    background: linear-gradient(180deg,#eaf7f2 0%,#ffffff 100%);
    color: #15352e;
    box-shadow: inset 0 0 0 1px rgba(11,123,100,.52), 0 12px 24px rgba(11,123,100,.12);
}

.holyhome-variant-card__check {
    color: #0b7b64;
}

.holyhome-variant-card__body small {
    color: #60716b;
}

.holyhome-booking-panel .flatpickr-calendar.inline,
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline {
    max-width: 380px;
    padding: 18px;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-innerContainer {
    padding: 4px 8px 8px;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-weekdays {
    margin: 8px 0 10px;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-weekday {
    font-size: 12px;
    letter-spacing: .04em;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .dayContainer {
    gap: 5px 7px;
    justify-content: center;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day {
    position: relative;
    max-width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 2px;
    background: transparent;
    box-shadow: none;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-availability:not(.selected):not(.flatpickr-disabled) {
    background: transparent;
    color: #22312a;
    font-weight: 700;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-availability:not(.selected):not(.flatpickr-disabled)::after {
    bottom: 3px;
    width: 5px;
    height: 5px;
    background: #0b9b74;
}

.holyhome-booking-panel .service-booking-inline__btn,
.holyhome-booking-panel .event-detail-card__ctaform .btn,
button.btn.service-booking-inline__btn {
    min-height: 54px !important;
    font-size: clamp(13px, 1.25vw, 16px) !important;
    line-height: 1.15 !important;
    white-space: nowrap;
}

/* Match the reference: large media half, clean booking half, outline choices. */
.service-detail-page .service-detail-card:first-child {
    border-radius: 0 0 18px 18px;
}

.service-detail-page .service-detail-card:first-child .service-detail-card__grid {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    align-items: stretch;
}

.holyhome-detail-main {
    width: 100%;
    height: 100%;
    min-height: 620px !important;
    aspect-ratio: auto;
}

.holyhome-detail-main .service-detail-gallery,
.holyhome-detail-main .service-detail-gallery__main-wrap,
.holyhome-detail-main > img {
    height: 100%;
    min-height: 620px !important;
    aspect-ratio: auto;
}

.holyhome-detail-main .service-detail-gallery__main,
.holyhome-detail-main > img {
    height: 100%;
    min-height: 620px !important;
    aspect-ratio: auto;
    object-fit: cover;
}

.holyhome-booking-panel {
    justify-content: flex-start;
    padding: 34px 36px 28px;
}

.holyhome-title-price {
    display: block;
    margin-bottom: 12px;
}

.holyhome-title-price h1 {
    max-width: none;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.08;
}

.holyhome-booking-panel .service-price-hero-wrap {
    display: none;
}

.holyhome-booking-panel > .service-detail-card__lead,
.holyhome-booking-panel > .event-detail-card__lead {
    max-width: 620px;
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.65;
}

.holyhome-variant-cards {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
    margin: 0 0 34px;
}

.holyhome-variant-card {
    min-height: 58px;
    justify-content: center;
    padding: 10px 8px;
    border: 1px solid rgba(34,49,42,.22);
    border-radius: 4px;
    background: #fff;
    color: #1f2d27;
    box-shadow: none;
    text-align: center;
}

.holyhome-variant-card.is-selected {
    border-color: #0f7669;
    background: #fff;
    color: #1f2d27;
    box-shadow: inset 0 0 0 1px #0f7669;
}

.holyhome-variant-card__check {
    display: none;
}

.holyhome-variant-card__body strong {
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 500;
    line-height: 1.15;
}

.holyhome-select-session > label {
    display: none;
}

.holyhome-booking-panel .service-booking-inline {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    column-gap: 42px;
    row-gap: 28px;
    align-items: start;
}

.holyhome-booking-panel .service-booking-inline .field > label {
    margin-bottom: 12px;
    color: #24322b;
    font-size: .86rem;
    letter-spacing: .04em;
}

.holyhome-booking-panel .flatpickr-calendar.inline,
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline {
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-weekdays {
    margin: 10px 0 8px;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .dayContainer {
    gap: 2px 5px;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day {
    width: 32px;
    max-width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 2px;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-availability:not(.selected):not(.flatpickr-disabled) {
    background: transparent;
    color: #1f2d27;
    font-weight: 500;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-availability:not(.selected):not(.flatpickr-disabled)::after {
    bottom: 1px;
    width: 4px;
    height: 4px;
}

.holyhome-time-slots {
    grid-template-columns: repeat(3,minmax(72px,1fr));
    gap: 10px;
    margin-top: 0;
}

.holyhome-time-slot {
    min-height: 38px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400;
}

.holyhome-time-slot.is-selected {
    background: #fff;
    color: #1f2d27;
    box-shadow: inset 0 0 0 1px #0f7669;
}

.holyhome-booking-panel .service-booking-inline__btn {
    min-height: 56px !important;
    border-radius: 999px;
    font-size: 1.05rem !important;
    letter-spacing: 0;
    grid-column: 1 / -1;
    margin-top: 8px;
}

.holyhome-booking-panel .muted[data-slot-status] {
    margin-top: 10px !important;
}

@media (max-width: 1024px) {
    .holyhome-detail-main,
    .holyhome-detail-main .service-detail-gallery,
    .holyhome-detail-main .service-detail-gallery__main-wrap,
    .holyhome-detail-main .service-detail-gallery__main,
    .holyhome-detail-main > img {
        min-height: 420px !important;
    }

    .holyhome-variant-cards {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .holyhome-booking-panel .service-booking-inline {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .holyhome-detail-main,
    .holyhome-detail-main .service-detail-gallery,
    .holyhome-detail-main .service-detail-gallery__main-wrap,
    .holyhome-detail-main .service-detail-gallery__main,
    .holyhome-detail-main > img {
        min-height: 300px !important;
        aspect-ratio: 1 / 1;
    }

    .holyhome-title-price h1 {
        font-size: 1.55rem;
    }

    .holyhome-variant-cards {
        grid-template-columns: 1fr;
    }
}

.holyhome-booking-panel .muted[data-slot-status] {
    text-align: center;
    font-size: 13px;
}

.holyhome-booking-panel .event-detail-meta {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
    margin: 0;
}

.holyhome-booking-panel .event-detail-meta__item,
.holyhome-booking-panel .event-info-strip__item,
.holyhome-booking-panel .event-action-card {
    border-color: rgba(31,83,69,.18);
    border-radius: 10px;
    background: rgba(255,255,255,.64);
}

.holyhome-booking-panel .event-info-strip {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
    margin-top: 14px;
}

.holyhome-booking-panel .event-action-card {
    align-items: center;
    flex-direction: row;
    margin-top: 22px;
    padding: 16px 18px;
    text-align: left;
}

.holyhome-booking-panel .event-action-card__actions {
    justify-content: center;
}

.holyhome-booking-panel .event-detail-card__ctaform,
.holyhome-booking-panel .event-detail-card__ctaform .btn {
    width: 100%;
}

@media (max-width: 1024px) {
    .service-detail-page .service-detail-card:first-child .service-detail-card__grid {
        grid-template-columns: 1fr;
    }

    .holyhome-booking-panel {
        position: static;
        min-height: 0;
    }

    .holyhome-detail-main > img,
    .holyhome-detail-main .service-detail-gallery__main {
        min-height: 420px;
        height: auto;
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 680px) {
    .service-detail-page .service-detail-card:first-child .service-detail-card__grid {
        gap: 0;
    }

    .holyhome-detail-main > img,
    .holyhome-detail-main .service-detail-gallery__main {
        min-height: 240px;
        max-height: none;
        aspect-ratio: 4 / 3;
    }

    .holyhome-detail-story h1 {
        font-size: 32px;
    }

    .holyhome-booking-panel {
        padding: 24px 18px 26px;
    }

    .holyhome-booking-panel .service-booking-inline,
    .holyhome-booking-panel .event-detail-meta,
    .holyhome-booking-panel .event-info-strip {
        grid-template-columns: 1fr;
    }

    .holyhome-booking-panel__head h2 {
        font-size: 26px;
    }
}

.service-detail-page .service-detail-card:first-child .service-detail-card__grid {
    align-items: stretch;
    min-height: 0;
}

.holyhome-detail-main,
.holyhome-detail-main .service-detail-gallery,
.holyhome-detail-main .service-detail-gallery__main-wrap {
    aspect-ratio: 1 / 1;
    min-height: 0;
    height: auto;
}

.holyhome-detail-main > img,
.holyhome-detail-main .service-detail-gallery__main {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.holyhome-booking-panel {
    min-height: 0;
    justify-content: flex-start;
    padding: 34px 40px;
}

.holyhome-booking-panel > h1 {
    max-width: 620px;
    margin-bottom: 10px;
    font-size: clamp(26px, 2.35vw, 38px);
    line-height: 1.12;
}

.holyhome-booking-panel > .service-detail-card__lead,
.holyhome-booking-panel > .event-detail-card__lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.55;
}

.holyhome-booking-panel .service-price-hero {
    font-size: 28px;
}

.holyhome-booking-panel .service-booking-inline {
    align-items: start;
}

.holyhome-booking-panel .service-booking-inline .field {
    min-width: 0;
}

.holyhome-booking-panel [data-booking-date] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.holyhome-booking-panel .flatpickr-calendar.inline,
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline {
    position: static;
    width: 100%;
    max-width: 320px;
    margin-top: 8px;
    padding: 14px;
    border: 1px solid rgba(31,83,69,.16);
    border-radius: 16px;
    background: linear-gradient(180deg,#f7fbf8 0%,#eef7f2 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-prev-month,
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-next-month {
    width: 30px;
    height: 30px;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day {
    max-width: 38px;
    height: 32px;
    line-height: 32px;
    border-radius: 999px;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-availability:not(.selected):not(.flatpickr-disabled) {
    background: #d8f2e7;
    color: #0b6c59;
    font-weight: 900;
}

.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-availability:not(.selected):not(.flatpickr-disabled)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
    transform: translateX(-50%);
}

.holyhome-time-slots {
    display: grid;
    grid-template-columns: repeat(3,minmax(72px,1fr));
    gap: 10px;
    margin-top: 8px;
}

.holyhome-time-slot {
    min-height: 42px;
    border: 1px solid rgba(31,83,69,.24);
    border-radius: 8px;
    background: #fff;
    color: #24322b;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.holyhome-time-slot:hover,
.holyhome-time-slot:focus-visible {
    outline: none;
    border-color: #0f8c74;
    box-shadow: 0 0 0 3px rgba(15,140,116,.12);
}

.holyhome-time-slot.is-selected {
    border-color: #0b7b64;
    background: #e8f6f1;
    color: #0b4f43;
    box-shadow: inset 0 0 0 1px #0b7b64;
}

.holyhome-time-slots__empty {
    grid-column: 1 / -1;
    color: #6f7a73;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .holyhome-detail-main,
    .holyhome-detail-main .service-detail-gallery,
    .holyhome-detail-main .service-detail-gallery__main-wrap,
    .holyhome-detail-main > img,
    .holyhome-detail-main .service-detail-gallery__main {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 680px) {
.holyhome-booking-panel > h1 {
        font-size: 1.35rem;
    }

    .holyhome-booking-panel > .service-detail-card__lead,
    .holyhome-booking-panel > .event-detail-card__lead {
        font-size: 13px;
    }

    .holyhome-time-slots {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .holyhome-title-price {
        flex-direction: column;
        gap: 8px;
    }

    .holyhome-booking-panel .service-price-hero-wrap {
        justify-content: flex-start;
        text-align: left;
    }

    .holyhome-variant-cards {
        grid-template-columns: 1fr;
    }
}

.dashboard-v5 .dash-topbar--app{
  background:rgba(255,255,255,.72) !important;
  border-bottom:1px solid rgba(19,37,45,.08) !important;
  backdrop-filter:blur(22px) saturate(130%);
}

.dashboard-v5 .dash-topbar__inner{
  grid-template-columns:minmax(0,1fr) auto !important;
  padding:18px 24px !important;
}

.dashboard-v5 .shell-header__meta .eyebrow{
  background:rgba(19,37,45,.05) !important;
  border:none !important;
}

.dashboard-v5 .shell-header__meta h1{
  font-size:clamp(22px,2.4vw,30px);
  line-height:1.02;
}

.dashboard-v5 .shell-breadcrumb{
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.dashboard-v5 .shell-toolbar{
  gap:8px !important;
}

.dashboard-v5 .shell-toolbar__item{
  position:relative;
  width:46px;
  min-width:46px;
  height:46px;
  min-height:46px;
  padding:0 !important;
  justify-content:center;
  border:1px solid rgba(19,37,45,.08);
  border-radius:16px !important;
  background:rgba(255,255,255,.74) !important;
  box-shadow:none !important;
}

.dashboard-v5 .shell-toolbar__item:hover{
  background:#fff !important;
  box-shadow:0 14px 28px rgba(20,31,26,.08) !important;
}

.dashboard-v5 .shell-toolbar__item > span:not(.ui-icon):not(.shell-toolbar__badge){
  display:none !important;
}

.dashboard-v5 .shell-toolbar__item--calendar-warning{
  width:auto !important;
  min-width:0 !important;
  padding:0 14px !important;
  justify-content:flex-start;
}

.dashboard-v5 .shell-toolbar__item--calendar-warning > span:not(.ui-icon):not(.shell-toolbar__badge){
  display:inline-flex !important;
  white-space:nowrap;
}
.dashboard-v5 .shell-toolbar__item--status{
  width:auto !important;
  min-width:0 !important;
  padding:0 14px !important;
  justify-content:flex-start;
}
.dashboard-v5 .shell-toolbar__item--status > span:not(.ui-icon):not(.shell-toolbar__badge){
  display:inline-flex !important;
  white-space:nowrap;
}
.dashboard-v5 .shell-toolbar__item--activation-status.is-active{
  background:linear-gradient(180deg,#ecfdf3,#dcfce7) !important;
  border-color:rgba(34,197,94,.2) !important;
  color:#166534 !important;
}
.dashboard-v5 .shell-toolbar__item--activation-status.is-pending{
  background:linear-gradient(180deg,#fff7ed,#ffedd5) !important;
  border-color:rgba(245,158,11,.24) !important;
  color:#9a3412 !important;
}

.dashboard-v5 .shell-toolbar__item--frontend-link{
  display:none !important;
}

.dashboard-v5 .shell-toolbar__item--frontend-link > span:not(.ui-icon):not(.shell-toolbar__badge){
  display:inline-flex !important;
  white-space:nowrap;
}

.dashboard-v5 .shell-profile__trigger{
  min-width:48px !important;
  width:48px;
  height:48px;
  min-height:48px;
  padding:0 !important;
  justify-content:center;
  border:1px solid rgba(19,37,45,.08);
  border-radius:16px !important;
  background:rgba(255,255,255,.78) !important;
  box-shadow:none !important;
}

.dashboard-v5 .shell-profile__meta,
.dashboard-v5 .shell-profile__trigger > .ui-icon:last-child{
  display:none !important;
}

.dashboard-v5 .view-switch{
  padding:4px !important;
  border-radius:16px !important;
  border:1px solid rgba(19,37,45,.08) !important;
  background:rgba(255,255,255,.72) !important;
  box-shadow:none !important;
}

.dashboard-v5 .view-switch a{
  min-height:38px;
  padding:0 12px;
  border-radius:12px;
}

.dashboard-v5 .view-switch a span{
  font-size:12px;
  font-weight:800;
}

.dashboard-v5 .badge{
  padding:7px 10px !important;
  border:none !important;
  box-shadow:none !important;
  font-size:12px !important;
}

.dashboard-v5 .badge.green{background:#eaf7ef !important;color:#1f6c40 !important;}
.dashboard-v5 .badge.red{background:#fdecec !important;color:#963535 !important;}
.dashboard-v5 .badge.blue{background:#ebf2ff !important;color:#3d5f96 !important;}
.dashboard-v5 .badge.amber{background:#fff4dd !important;color:#9c6a10 !important;}
.dashboard-v5 .badge.purple{background:#f1ecff !important;color:#6a59a0 !important;}
.dashboard-v5 .badge.gray{background:#f1f2f3 !important;color:#5f6870 !important;}

.dashboard-v5 .table-clean thead th:first-child,
.dashboard-v5 .table-clean thead th:last-child,
.dashboard-v5 .table-clean tbody tr:last-child td:first-child,
.dashboard-v5 .table-clean tbody tr:last-child td:last-child{
  border-radius:0 !important;
}

.dashboard-v5 .compact-table,
.dashboard-v5 .table-shell,
.dashboard-v5 .admin-list-table-shell,
.dashboard-v5 .admin-list-table-wrap--flush,
.dashboard-v5 .operator-list-table-wrap{
  border-radius:22px !important;
  overflow:hidden !important;
}

.dashboard-v5 .compact-table{
  border-radius:0 !important;
}

.admin-theme .admin-list-page-card .admin-list-table-shell{
  width:calc(100% - 32px);
  margin:0 16px 24px;
  border-radius:22px;
  overflow:hidden;
}

.admin-home-reset .dash-main{
  background:
    radial-gradient(circle at top right, rgba(47,108,246,.09), transparent 23%),
    radial-gradient(circle at top left, rgba(255,214,107,.11), transparent 18%),
    linear-gradient(180deg,#edf3f8 0%,#eef2f6 100%) !important;
}

.admin-home-reset .panel-hero{
  background:
    radial-gradient(circle at top right, rgba(47,108,246,.18), transparent 26%),
    radial-gradient(circle at bottom left, rgba(255,214,107,.18), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(245,248,255,.96) 48%, rgba(248,250,245,.96) 100%) !important;
}

@media (max-width:980px){
  .dashboard-v5 .dash-topbar__inner{
    padding:14px 16px !important;
  }

  .dashboard-v5 .dash-sidebar{
    box-shadow:22px 0 54px rgba(7,16,21,.32) !important;
  }

  .dashboard-v5 .shell-toolbar__item--frontend-link{
    display:inline-flex !important;
    width:auto !important;
    min-width:0 !important;
    padding:0 14px !important;
    justify-content:flex-start;
  }
}

.hh-support-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:90;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(42,90,68,.24);
  background:linear-gradient(135deg,#edf7f1 0,#f6faf7 100%);
  color:#1f5a41;
  font-weight:800;
  box-shadow:0 14px 28px rgba(12,33,25,.17);
}

.hh-support-float:hover{
  transform:translateY(-1px);
}

.hh-support-page{
  padding:38px 0 50px;
}

.hh-support-page__head{
  max-width:900px;
  margin-bottom:22px;
}

.hh-support-layout{
  display:grid;
  grid-template-columns:minmax(260px,320px) minmax(0,1fr);
  gap:18px;
  align-items:start;
}

.hh-support-side{
  display:grid;
  gap:14px;
}

.hh-support-chat{
  padding:20px;
  display:grid;
  gap:16px;
  border:1px solid #d7e7dc;
  background:
    radial-gradient(circle at top left, rgba(37,211,102,.09), transparent 28%),
    linear-gradient(180deg,#f5fbf7 0,#ffffff 46%);
}

.hh-support-chat__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.hh-support-chat__messages{
  min-height:320px;
  max-height:62vh;
  overflow:auto;
  border:1px solid #d9e7df;
  border-radius:26px;
  padding:16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.9)),
    radial-gradient(circle at top, rgba(37,211,102,.08), transparent 40%),
    linear-gradient(135deg,#edf8f1 0,#f6fbf7 100%);
  display:grid;
  align-content:start;
  gap:12px;
}

.hh-support-msg{
  width:fit-content;
  max-width:min(78%, 620px);
  justify-self:start;
  border-radius:20px;
  border:1px solid #d7e4ef;
  background:#fff;
  padding:12px 14px;
  box-shadow:0 10px 24px rgba(16,30,46,.06);
}

.hh-support-msg__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:12px;
  color:#5d6d81;
  margin-bottom:8px;
}

.hh-support-msg--user{
  justify-self:end;
  margin-left:auto;
  border-color:#bfe8cd;
  background:linear-gradient(180deg,#dcf8c6 0,#d2f1bf 100%);
}

.hh-support-msg--bot{
  margin-right:auto;
  border-color:#d8e2ef;
  background:#fff;
}

.hh-support-msg--staff{
  margin-right:auto;
  border-color:#d3e4db;
  background:linear-gradient(180deg,#ffffff 0,#f4fbf6 100%);
}

.hh-support-msg--system{
  justify-self:center;
  margin:0 auto;
  max-width:min(86%, 680px);
  border-color:#d7e6dc;
  background:linear-gradient(180deg,#f1f9f4 0,#ebf7ef 100%);
}

.hh-support-msg__body{
  white-space:pre-wrap;
  line-height:1.6;
  color:#203229;
}

.hh-support-guest .grid-2{
  margin-top:0;
}

.hh-support-guest-summary,
.hh-support-widget__guest-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border:1px solid #d5e7db;
  border-radius:18px;
  background:linear-gradient(180deg,#f6fbf8 0,#eef8f1 100%);
}

.hh-support-guest-summary strong,
.hh-support-widget__guest-summary strong{
  display:block;
  color:#234736;
  font-size:13px;
}

.hh-support-guest-summary span,
.hh-support-widget__guest-summary span{
  display:block;
  color:#4c685d;
  font-size:13px;
  line-height:1.45;
}

.hh-support-field{
  display:grid;
  gap:8px;
  color:#355145;
  font-size:13px;
  font-weight:700;
}

.hh-support-field input,
.hh-support-composer textarea,
.hh-support-widget__guest input,
.hh-support-widget__composer textarea{
  width:100%;
  border:1px solid #cfe1d7;
  border-radius:20px;
  background:#fff;
  color:#183227;
  font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-size:15px;
  line-height:1.5;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.6), 0 6px 16px rgba(18,43,31,.05);
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.hh-support-field input,
.hh-support-widget__guest input{
  min-height:50px;
  padding:0 16px;
}

.hh-support-field input:focus,
.hh-support-composer textarea:focus,
.hh-support-widget__guest input:focus,
.hh-support-widget__composer textarea:focus{
  outline:none;
  border-color:#38b56f;
  box-shadow:0 0 0 4px rgba(37,211,102,.14), inset 0 1px 0 rgba(255,255,255,.7);
}

.hh-support-composer{
  display:grid;
  gap:12px;
  padding:14px;
  border:1px solid #d7e8de;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0,#f7fbf8 100%);
  box-shadow:0 14px 32px rgba(17,40,30,.05);
}

.hh-support-composer__field{
  display:block;
}

.hh-support-composer textarea{
  min-height:108px;
  padding:14px 16px;
  resize:vertical;
}

.hh-support-chat__typing{
  display:inline-flex;
  align-items:center;
  align-self:start;
  gap:5px;
  padding:10px 12px;
  justify-self:start;
  width:auto;
  border-radius:999px;
  border:1px solid #d8e5f2;
  background:#fff;
  box-shadow:0 6px 14px rgba(16,30,46,.08);
}

.hh-support-chat__typing span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#8ba0b8;
  animation:hhSupportTyping 1s infinite ease-in-out;
}

.hh-support-chat__typing span:nth-child(2){animation-delay:.12s}
.hh-support-chat__typing span:nth-child(3){animation-delay:.24s}

.hh-support-composer__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:space-between;
}

.hh-support-modal{
  position:fixed;
  inset:0;
  z-index:1300;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(15,23,42,.48);
}

.hh-support-modal[hidden]{
  display:none !important;
}

body.hh-support-modal-open{
  overflow:hidden;
}

@media (max-width:980px){
  .hh-support-layout{
    grid-template-columns:1fr;
  }
  .hh-support-chat__messages{
    min-height:280px;
    max-height:52vh;
  }
  .hh-support-float{
    right:14px;
    bottom:14px;
  }
  .hh-support-guest-summary{
    align-items:flex-start;
    flex-direction:column;
  }
}

.hh-support-widget{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:95;
}

.hh-support-widget--modal{
  position:relative;
  right:auto;
  bottom:auto;
  width:min(100%,420px);
  max-width:420px;
}

.hh-support-widget__toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:50px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(17,107,55,.22);
  background:linear-gradient(135deg,#1fa855 0,#25d366 100%);
  color:#fff;
  font-weight:800;
  box-shadow:0 18px 34px rgba(17,78,46,.28);
}

.hh-support-widget__dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#dfffea;
  box-shadow:0 0 0 3px rgba(223,255,234,.18);
}

.hh-support-widget__panel{
  position:absolute;
  right:0;
  bottom:58px;
  width:min(360px,calc(100vw - 20px));
  border-radius:28px;
  border:1px solid #d6e8dd;
  background:#eef7f1;
  box-shadow:0 26px 56px rgba(9,24,37,.28);
  overflow:hidden;
  transform:translateY(10px) scale(.98);
  opacity:0;
  transform-origin:bottom right;
  transition:transform .22s ease,opacity .22s ease;
}

.hh-support-widget__panel--modal{
  position:relative;
  right:auto;
  bottom:auto;
  width:100%;
  max-height:min(760px,calc(100vh - 36px));
  display:flex;
  flex-direction:column;
  opacity:1;
  transform:none;
}

.hh-support-widget.is-open .hh-support-widget__panel{
  transform:translateY(0) scale(1);
  opacity:1;
}

.hh-support-widget__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:14px 16px 12px;
  border-bottom:1px solid #dbe8df;
  background:linear-gradient(135deg,#1fa855 0,#25d366 100%);
}

.hh-support-widget__agent{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.hh-support-widget__agent img{
  width:38px;
  height:38px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.42);
  background:#fff;
}

.hh-support-widget__agent strong{
  display:block;
  line-height:1.2;
  color:#fff;
}

.hh-support-widget__agent small{
  display:block;
  font-size:11px;
  color:rgba(255,255,255,.8);
}

.hh-support-widget__close{
  border:0;
  background:transparent;
  font-size:24px;
  line-height:1;
  color:#fff;
}

.hh-support-widget__panel[hidden],
.hh-support-widget__messages[hidden],
.hh-support-widget__guest[hidden],
.hh-support-widget__guest-summary[hidden],
.hh-support-widget__composer[hidden],
.hh-support-widget__typing[hidden]{
  display:none !important;
}

.hh-support-widget__messages{
  min-height:220px;
  max-height:420px;
  overflow:auto;
  display:grid;
  align-content:start;
  gap:9px;
  padding:12px;
  background:
    radial-gradient(circle at top right, rgba(37,211,102,.12), transparent 36%),
    linear-gradient(180deg,#eaf6ee 0,#f4fbf6 100%);
  position:relative;
}

.hh-support-widget__panel--modal .hh-support-widget__messages{
  flex:1 1 auto;
  max-height:none;
  min-height:180px;
}

.hh-support-widget__msg{
  width:fit-content;
  max-width:86%;
  justify-self:start;
  border-radius:18px;
  border:1px solid #dbe6f0;
  background:#fff;
  padding:9px 11px;
  box-shadow:0 7px 14px rgba(16,30,46,.06);
}

.hh-support-widget__msg--bot,
.hh-support-widget__msg--user{
  margin-left:auto;
}

.hh-support-widget__msg--bot{
  margin-left:0;
  margin-right:auto;
  border-color:#d8e5dc;
  background:#fff;
}

.hh-support-widget__msg--user{
  justify-self:end;
  border-color:#bae5c9;
  background:linear-gradient(180deg,#dcf8c6 0,#d2f1bf 100%);
}

.hh-support-widget__msg--staff{
  margin-right:auto;
  border-color:#d3e4db;
  background:linear-gradient(180deg,#ffffff 0,#f3faf5 100%);
}

.hh-support-widget__msg--system{
  justify-self:center;
  margin:0 auto;
  max-width:92%;
  border-color:#cfe3d7;
  background:linear-gradient(180deg,#edf7f0 0,#e7f4eb 100%);
}

.hh-support-widget__msg-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:11px;
  color:#647587;
  margin-bottom:3px;
}

.hh-support-widget__msg-body{
  white-space:pre-wrap;
  font-size:13px;
  line-height:1.35;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.hh-support-widget__msg-body p,
.hh-support-widget__msg-body ul,
.hh-support-widget__msg-body ol{
  margin:0;
}

.hh-support-widget__msg-body p + p,
.hh-support-widget__msg-body p + ul,
.hh-support-widget__msg-body p + ol,
.hh-support-widget__msg-body ul + p,
.hh-support-widget__msg-body ol + p{
  margin-top:6px;
}

.hh-support-widget__msg-body li + li{
  margin-top:3px;
}

.hh-support-widget__guest{
  display:grid;
  gap:8px;
  padding:12px 12px 16px;
}

.hh-support-widget__guest-copy{
  display:grid;
  gap:4px;
  margin-bottom:4px;
}

.hh-support-widget__guest-copy strong{
  color:#234736;
  font-size:14px;
}

.hh-support-widget__guest-copy span{
  color:#5a7267;
  font-size:12px;
  line-height:1.45;
}

.hh-support-widget__guest-summary{
  margin:12px 12px 0;
}

.hh-support-widget__composer{
  display:grid;
  gap:10px;
  padding:12px;
  border-top:1px solid #dbe8df;
  background:linear-gradient(180deg,#f7fbf8 0,#f2f9f4 100%);
}

.hh-support-widget__composer textarea{
  min-height:82px;
  padding:12px 14px;
  resize:none;
}

.hh-support-widget__composer-actions{
  display:flex;
  justify-content:flex-end;
}

.hh-support-widget__actions{
  display:flex;
  gap:8px;
}

.hh-support-widget__full-link{
  display:block;
  padding:8px 11px 12px;
  font-size:12px;
  color:#2d5da8;
}

.hh-support-widget__error{
  padding:0 12px 12px;
  color:#2d6e46;
  font-size:13px;
}

.hh-intent-trigger-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.hh-intent-trigger-chip{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 11px;
  border-radius:999px;
  border:1px solid #d8e5dc;
  background:linear-gradient(180deg,#f7fbf8 0,#eef7f1 100%);
  color:#325246;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
  overflow-wrap:anywhere;
}

.hh-admin-bot-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(15,23,42,.45);
}

.hh-admin-bot-modal__dialog{
  width:min(860px,100%);
  max-height:calc(100vh - 48px);
  padding:0;
  overflow:hidden;
  border:1px solid rgba(224,217,206,.92);
  border-radius:28px;
  background:linear-gradient(180deg,#fff 0%,#fbfaf6 100%);
  box-shadow:0 24px 60px rgba(15,23,42,.22);
}

.hh-admin-bot-modal__form{
  display:flex;
  flex-direction:column;
  max-height:calc(100vh - 48px);
}

.hh-admin-bot-modal__header,
.hh-admin-bot-modal__footer{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:22px;
  background:#fffdfa;
  flex:0 0 auto;
}

.hh-admin-bot-modal__header{
  border-bottom:1px solid #ebe3d6;
}

.hh-admin-bot-modal__body{
  margin:0 22px;
  overflow:auto;
  padding:18px 0;
  flex:1 1 auto;
  min-height:0;
}

.hh-admin-bot-modal__footer{
  border-top:1px solid #ebe3d6;
  position:sticky;
  bottom:0;
}

.hh-admin-bot-modal__body .field textarea{
  min-height:120px;
  max-height:220px;
  resize:vertical;
}

.hh-admin-bot-modal__response{
  min-height:140px !important;
}

.hh-trigger-editor{
  display:grid;
  gap:12px;
}

.hh-trigger-editor__list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  min-height:22px;
}

.hh-trigger-editor__pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:7px 10px 7px 12px;
  border-radius:999px;
  border:1px solid #d8e5dc;
  background:linear-gradient(180deg,#f7fbf8 0,#eef7f1 100%);
  color:#325246;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}

.hh-trigger-editor__pill button{
  width:20px;
  height:20px;
  border:0;
  border-radius:999px;
  background:rgba(50,82,70,.12);
  color:#325246;
  cursor:pointer;
  font-size:14px;
  line-height:1;
  padding:0;
}

.hh-trigger-editor__controls{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}

.hh-trigger-editor__controls input{
  width:100%;
}

.operator-trust-pill{
  display:inline-grid;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  min-width:0;
  padding:10px 0 10px 12px;
  border-left:3px solid #c99d5d;
  border-radius:0;
  border-top:0;
  border-right:0;
  border-bottom:0;
  background:transparent;
  box-shadow:none;
  color:#3d473f;
}

.operator-trust-pill__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8d6e41;
}

.operator-trust-pill__eyebrow::before{
  content:none;
}

.operator-trust-pill strong{
  display:block;
  font-size:14px;
  line-height:1.35;
  font-weight:800;
  color:#2c3a32;
}

.operator-trust-pill--compact{
  width:auto;
  padding:8px 0 8px 11px;
  margin-top:2px;
}

.operator-trust-pill--compact .operator-trust-pill__eyebrow{
  font-size:10px;
}

.operator-trust-pill--compact strong{
  font-size:13px;
}

.operator-trust-pill--hero{
  min-width:min(100%, 320px);
}

.operator-trust-pill--service{
  margin-top:4px;
}

.hh-support-widget__typing{
  display:inline-flex;
  align-items:center;
  align-self:start;
  gap:5px;
  padding:8px 10px;
  justify-self:start;
  width:auto;
  border-radius:999px;
  border:1px solid #d8e5f2;
  background:#fff;
  box-shadow:0 6px 14px rgba(16,30,46,.08);
}

.hh-support-widget__typing span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#8ba0b8;
  animation:hhSupportTyping 1s infinite ease-in-out;
}

.hh-support-widget__typing span:nth-child(2){animation-delay:.12s}
.hh-support-widget__typing span:nth-child(3){animation-delay:.24s}

@keyframes hhSupportTyping{
  0%,80%,100%{transform:translateY(0);opacity:.45}
  40%{transform:translateY(-3px);opacity:1}
}

.hh-support-chat__agent{
  display:flex;
  align-items:center;
  gap:12px;
}

.hh-support-chat__agent img{
  width:44px;
  height:44px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid #ccdeee;
  background:#fff;
}

.hh-support-chat__agent strong{
  display:block;
  color:#1d3248;
}

.hh-support-chat__agent small{
  display:block;
  font-size:12px;
  color:#627287;
}

@media (max-width:640px){
  .hh-support-widget{
    right:10px;
    bottom:10px;
  }
  .hh-support-widget__panel{
    width:min(350px,calc(100vw - 14px));
    bottom:54px;
  }
  .hh-support-modal{
    align-items:flex-end;
    padding:10px;
  }
  .hh-support-widget--modal{
    width:100%;
    max-width:none;
  }
  .hh-support-widget__panel--modal{
    max-height:calc(100vh - 20px);
    border-radius:26px;
  }
  .hh-support-widget__panel--modal .hh-support-widget__messages{
    min-height:180px;
  }
  .hh-admin-bot-modal{
    padding:12px;
  }
  .hh-admin-bot-modal__dialog,
  .hh-admin-bot-modal__form{
    max-height:calc(100vh - 24px);
  }
  .hh-admin-bot-modal__header,
  .hh-admin-bot-modal__footer{
    flex-direction:column;
    align-items:stretch;
    padding:18px;
  }
  .hh-admin-bot-modal__body{
    margin:0 18px;
  }
  .hh-trigger-editor__controls{
    grid-template-columns:1fr;
  }
}

.password-field{
  position:relative;
  display:block;
  width:100%;
}

.password-field > input{
  width:100%;
  padding-right:108px !important;
}

.password-toggle-btn{
  gap:6px;
  min-width:84px;
  padding:0 10px;
  font-size:12px;
  font-weight:700;
}

.password-toggle-btn__label{
  display:inline-flex;
  align-items:center;
  line-height:1;
}
.password-toggle-btn__icon svg{
  width:16px;
  height:16px;
  display:block;
  stroke:currentColor;
  fill:none;
}

.hh-admin-bot-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:1200;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  background:rgba(15,23,42,.45);
}

.hh-admin-bot-modal__dialog{
  width:min(860px,100%);
  max-height:calc(100dvh - 48px);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(224,217,206,.92);
  border-radius:28px;
  background:linear-gradient(180deg,#fff 0%,#fbfaf6 100%);
  box-shadow:0 24px 60px rgba(15,23,42,.22);
}

.hh-admin-bot-modal__dialog--chat{
  width:min(960px,100%);
}

.hh-admin-bot-modal__form{
  display:flex;
  flex-direction:column;
  min-height:0;
  max-height:inherit;
}

.hh-admin-bot-modal__body{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}

@media (max-width:760px){
  .hh-admin-bot-modal{
    padding:12px;
    align-items:flex-end;
  }

  .hh-admin-bot-modal__dialog,
  .hh-admin-bot-modal__dialog--chat{
    width:100%;
    max-height:calc(100dvh - 12px);
    border-radius:22px 22px 0 0;
  }

  .password-field > input{
    padding-right:94px !important;
  }

  .password-toggle-btn{
    min-width:74px;
    right:8px;
  }
}

/* CSS-04a backend list filters responsive rebalance */
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:12px;
  align-items:end;
}

.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > input[type="search"],
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .search-input-wrap,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > input[type="search"],
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .search-input-wrap,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > input[type="search"],
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .search-input-wrap{
  grid-column:span 4;
  min-width:0;
}

.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > label,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > select,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .field,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > label,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > select,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > input:not([type="search"]),
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .field,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > label,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > select,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .field{
  grid-column:span 2;
  min-width:0;
}

.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > button,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .btn,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > button,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .booking-filters-actions,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > button,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions{
  grid-column:span 2;
  min-width:0;
}

.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > button,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .btn,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > button,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form > button{
  width:100%;
}

.booking-filters-actions{
  width:100%;
  max-width:100%;
  display:flex !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}

.booking-filters-actions > .btn,
.booking-filters-actions > button{
  flex:1 1 140px;
  min-width:0;
}

@media (max-width:1360px){
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > input[type="search"],
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .search-input-wrap,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > input[type="search"],
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .search-input-wrap,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > input[type="search"],
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .search-input-wrap{
    grid-column:span 6;
  }

  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > label,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > select,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .field,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > button,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > label,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > select,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .field,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .btn,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > button,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .booking-filters-actions,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > label,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > select,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .field,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > button,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions{
    grid-column:span 3;
  }
}

@media (max-width:1100px){
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > input[type="search"],
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .search-input-wrap,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > input[type="search"],
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .search-input-wrap,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > input[type="search"],
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .search-input-wrap{
    grid-column:1 / -1;
  }

  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > label,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > select,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .field,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > button,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > label,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > select,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .field,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .btn,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > button,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .booking-filters-actions,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > label,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > select,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .field,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > button,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions{
    grid-column:span 4;
  }
}

@media (max-width:900px){
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > label,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > select,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .field,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > button,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > label,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > select,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .field,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .btn,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > button,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .booking-filters-actions,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > label,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > select,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .field,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > button,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions{
    grid-column:span 6;
  }
}

@media (max-width:760px){
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > label,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > select,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .field,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > button,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > label,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > select,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .field,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .btn,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > button,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form > .booking-filters-actions,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > label,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > select,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > input:not([type="search"]),
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .field,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .btn,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > button,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form > .booking-filters-actions{
    grid-column:1 / -1;
  }
}

/* CSS-04a2 booking filters single-row stretch */
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:10px !important;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > *,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > *,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > *{
  min-width:0;
  flex:0 1 auto;
  min-height:54px !important;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap{
  width:auto;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"],
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"],
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"]{
  flex:0 1 240px;
  min-width:190px;
  max-width:260px;
}

.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap{
  flex:0 1 240px;
  min-width:190px;
  max-width:260px;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap > input[type="search"],
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap > input[type="search"],
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap > input[type="search"]{
  width:100%;
  min-width:0;
  max-width:none;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"]:not(.catalog-search__input),
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap > input[type="search"]:not(.catalog-search__input),
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"]:not(.catalog-search__input),
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap > input[type="search"]:not(.catalog-search__input),
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"]:not(.catalog-search__input),
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap > input[type="search"]:not(.catalog-search__input){
  min-height:54px !important;
  height:54px !important;
  line-height:54px !important;
  padding-left:15px !important;
  background-image:none !important;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > select,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions .btn,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > select,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions .btn,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > select,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions .btn{
  min-height:54px !important;
  height:54px !important;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > select,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > select,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > select,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"]{
  line-height:1.2 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions .btn,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions .btn,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions .btn{
  line-height:54px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > select,
.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > select,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > select,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"]{
  flex:1 1 165px;
}

.booking-filters-form--operator > select[name="scope"]{
  flex-basis:160px;
}

.booking-filters-form--operator > select[name="sort"],
.booking-filters-form--customer > select[name="sort"],
.booking-filters-form--admin > select[name="sort"]{
  flex-basis:210px;
}

.booking-filters-form--admin > select[name="operator_id"]{
  flex-basis:200px;
}

.booking-filters-form--admin > input[type="date"]{
  flex-basis:145px;
}

.ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions,
.admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions,
.listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions{
  flex:0 0 auto;
  width:auto;
}

.booking-filters-actions{
  flex-wrap:nowrap !important;
  gap:8px !important;
}

.booking-filters-actions > .btn,
.booking-filters-actions > button{
  flex:0 0 auto;
  white-space:nowrap;
}

@media (max-width:1280px){
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form{
    flex-wrap:wrap !important;
  }

  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"],
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"],
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"]{
    max-width:none;
    flex:1 1 240px;
  }

  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap{
    max-width:none;
    flex:1 1 240px;
  }
}

@media (max-width:760px){
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form{
    align-items:stretch !important;
  }

  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"],
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > select,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"],
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > select,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > input[type="search"],
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .search-input-wrap,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > select,
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > input[type="date"],
  .listing-toolbar.listing-toolbar--operator .listing-search.ticket-toolbar-form.booking-filters-form > .booking-filters-actions{
    flex:1 1 100%;
    max-width:none;
  }

  .booking-filters-actions{
    width:100%;
    justify-content:stretch !important;
  }

  .booking-filters-actions > .btn,
  .booking-filters-actions > button{
    flex:1 1 0;
  }
}

/* CSS-04b dashboard compact desktop scaling */
@media (max-width:1500px){
  .operator-dashboard-grid,
  .dashboard-agenda-grid,
  .grid-2.mini-grid{
    gap:18px;
  }

  .dash-main .card.soft-card,
  .dash-main .soft-card{
    padding:20px;
  }

  .stats.pro-stats{
    gap:16px;
  }

  .stat-pro{
    padding:18px 16px !important;
  }

  .stat-pro .num{
    font-size:clamp(28px,2.4vw,36px);
    line-height:1.02;
  }

  .operator-dashboard-title{
    font-size:22px;
    line-height:1.08;
  }

  .operator-dashboard-title--tight{
    font-size:20px;
  }

  .operator-finance-breakdown{
    gap:12px;
  }

  .mini-appointments-table{
    gap:10px;
  }

  .mini-appointments-row{
    grid-template-columns:72px minmax(0,1fr) auto;
    gap:12px;
    padding:12px 14px;
  }

  .mini-appointments-row__time strong{
    font-size:18px;
  }

  .mini-appointments-row__body strong{
    font-size:15px;
  }

  .mini-appointments-row__body span{
    font-size:12px;
    line-height:1.4;
  }

  .mini-calendar--dashboard{
    padding:20px;
    border-radius:24px;
  }

  .mini-calendar--dashboard .mini-calendar__header{
    gap:14px;
    margin-bottom:16px;
    padding-bottom:8px;
  }

  .mini-calendar__heading{
    gap:6px;
  }

  .mini-calendar__heading strong,
  .mini-calendar--dashboard .mini-calendar__heading strong{
    font-size:28px;
    line-height:1;
  }

  .mini-calendar__summary,
  .mini-calendar--dashboard .mini-calendar__summary{
    min-height:36px;
    padding:8px 12px;
    font-size:15px;
  }

  .mini-calendar__grid,
  .mini-calendar--dashboard .mini-calendar__grid{
    gap:8px;
  }

  .mini-calendar--dashboard .mini-calendar__grid--head{
    margin-bottom:12px;
  }

  .mini-calendar--dashboard .mini-calendar__grid--head span{
    font-size:11px;
    letter-spacing:.08em;
  }

  .mini-calendar__day,
  .mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day,
  .mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day--empty{
    min-height:48px;
    padding:6px 4px;
    border-radius:14px !important;
  }

  .mini-calendar__day-number{
    font-size:13px;
  }

  .mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day-badge{
    top:5px;
    right:5px;
    min-width:18px;
    width:18px;
    height:18px;
    font-size:10px;
  }
}

@media (max-width:1320px){
  .dash-main .card.soft-card,
  .dash-main .soft-card{
    padding:18px;
  }

  .stats.pro-stats{
    gap:14px;
  }

  .stat-pro{
    padding:16px 14px !important;
  }

  .stat-pro .muted{
    font-size:12px;
  }

  .stat-pro .num{
    font-size:clamp(24px,2.1vw,32px);
  }

  .mini-appointments-row{
    grid-template-columns:64px minmax(0,1fr);
  }

  .mini-appointments-row__meta{
    grid-column:1 / -1;
    justify-content:flex-start;
  }

  .mini-calendar--dashboard{
    padding:18px;
  }

  .mini-calendar__heading strong,
  .mini-calendar--dashboard .mini-calendar__heading strong{
    font-size:24px;
  }

  .mini-calendar__heading span{
    font-size:13px;
  }

  .mini-calendar__summary,
  .mini-calendar--dashboard .mini-calendar__summary{
    font-size:14px;
  }

  .mini-calendar__grid,
  .mini-calendar--dashboard .mini-calendar__grid{
    gap:6px;
  }

  .mini-calendar__day,
  .mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day,
  .mini-calendar--dashboard .mini-calendar__grid--days .mini-calendar__day--empty{
    min-height:42px;
    border-radius:12px !important;
  }
}

.hh-confirm-modal{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(15,23,42,.46);
  backdrop-filter:blur(6px);
  z-index:2147483647;
}

.hh-confirm-modal__dialog{
  width:min(560px, calc(100vw - 24px));
  background:#fffdf9;
  border:1px solid rgba(148,163,184,.22);
  border-radius:22px;
  box-shadow:0 28px 60px rgba(15,23,42,.24);
  padding:20px;
}

.hh-confirm-modal__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}

.hh-confirm-modal__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(96,72,38,.08);
  color:#6b4f2f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hh-confirm-modal__title{
  margin:10px 0 0 0;
  font-size:22px;
  line-height:1.15;
  color:#1f2937;
}

.hh-confirm-modal__body{
  margin-top:14px;
}

.hh-confirm-modal__message{
  margin:0;
  color:#475569;
  font-size:15px;
  line-height:1.6;
}

.hh-confirm-modal__actions{
  margin-top:18px;
  justify-content:flex-end;
}

@media (max-width:640px){
  .hh-confirm-modal{
    align-items:flex-end;
    padding:12px;
  }

  .hh-confirm-modal__dialog{
    width:100%;
    border-radius:20px 20px 16px 16px;
    padding:16px;
  }

  .hh-confirm-modal__title{
    font-size:19px;
  }

  .hh-confirm-modal__actions{
    justify-content:stretch;
  }

  .hh-confirm-modal__actions .btn{
    flex:1 1 auto;
  }
}

.google-meet-page{display:grid;gap:18px;margin-top:22px}
.google-meet-cta{padding:28px;border-radius:28px;border:1px solid rgba(214,226,219,.95);background:linear-gradient(135deg,#fffdf8 0%,#f1faf4 100%);box-shadow:0 20px 50px rgba(31,47,40,.08)}
.google-meet-cta h2{margin:10px 0 8px;font-size:38px;line-height:1.05;color:#213129}
.google-meet-cta p{margin:0;color:#5d6c64;font-size:18px;line-height:1.55}
.google-meet-connect-card{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.95fr);gap:18px;align-items:stretch;margin-top:20px;padding:20px;border-radius:24px;background:#fff;border:1px solid rgba(214,226,219,.95);box-shadow:0 14px 32px rgba(31,47,40,.06)}
.google-meet-connect-card__body h3{margin:8px 0 10px;color:#213129;font-size:26px;line-height:1.18}
.google-meet-connect-card__body p{margin:0;color:#5d6c64;font-size:16px;line-height:1.65}
.google-meet-connect-steps{display:grid;gap:10px;margin-top:16px}
.google-meet-connect-steps div{display:flex;gap:12px;align-items:flex-start;padding:13px 14px;border-radius:16px;background:#f7faf8;border:1px solid rgba(214,226,219,.92)}
.google-meet-connect-steps span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;border-radius:999px;background:#213129;color:#fff;font-size:14px;font-weight:800;line-height:1}
.google-meet-connect-steps strong{display:block;color:#213129;font-size:15px;line-height:1.5}
.google-meet-connect-card__actions{display:flex;flex-direction:column;justify-content:center;gap:12px}
.google-meet-connect-card__actions .btn{width:100%;min-width:0}
.google-meet-connect-card__actions .btn--primary{min-height:62px;font-size:19px;box-shadow:0 18px 32px rgba(8,116,95,.18)}
.google-meet-connect-card__secondary{display:flex;flex-direction:column;gap:10px}
.google-meet-benefits{padding:24px;border-radius:24px;border:1px solid rgba(226,232,240,.95);background:#fff}
.google-meet-benefits__head{margin-bottom:18px}
.google-meet-benefits__head h3{margin:8px 0 0;color:#213129;font-size:30px;line-height:1.12}
.google-meet-highlight{margin-top:18px;padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,#213129 0%,#355244 100%);color:#fff;box-shadow:0 16px 34px rgba(33,49,41,.18)}
.google-meet-highlight strong{display:block;margin-bottom:6px;font-size:18px;line-height:1.35;color:#fff}
.google-meet-highlight span{display:block;font-size:15px;line-height:1.6;color:rgba(255,255,255,.9)}
.google-meet-points{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}
.google-meet-points li{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid rgba(214,226,219,.92);color:#213129;font-weight:700}
.google-meet-points small{display:block;margin-top:4px;color:#68776f;font-size:14px;font-weight:500}
.google-meet-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.google-meet-actions .btn{min-height:58px;padding:0 26px;font-size:17px}
.google-meet-actions .btn--primary{min-width:320px;font-size:18px}
.google-meet-status-card{padding:24px;border-radius:24px;border:1px solid rgba(224,217,206,.92);background:linear-gradient(180deg,#fff 0%,#f8faf8 100%)}
.google-meet-status-card__top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;flex-wrap:wrap}
.google-meet-status-card__title{margin:8px 0 0}
.google-meet-status-list{display:grid;gap:8px;margin-top:16px}
.google-meet-status-list div{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:16px;background:#fff;border:1px solid rgba(226,232,240,.9)}
.google-meet-status-list span{color:#667085}
.google-meet-status-list strong{color:#213129}
.google-meet-preference{padding:22px;border-radius:24px;border:1px solid rgba(226,232,240,.95);background:#fff}
.google-meet-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px}
.google-meet-comparison__column{padding:18px;border-radius:20px;border:1px solid rgba(226,232,240,.95);background:#f8faf8}
.google-meet-comparison__column--active{border-color:rgba(22,163,74,.55);background:linear-gradient(180deg,#dcfce7 0%,#f0fdf4 58%,#fff 100%)}
.google-meet-comparison__column--inactive{border-color:rgba(220,38,38,.52);background:linear-gradient(180deg,#fee2e2 0%,#fff1f2 58%,#fff 100%)}
.google-meet-comparison h3{margin:0 0 12px;color:#213129;font-size:20px;line-height:1.25}
.google-meet-comparison p{margin:0 0 12px;color:#5d6c64;line-height:1.55}
.google-meet-comparison ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.google-meet-comparison li{display:flex;gap:8px;color:#213129;line-height:1.45;font-weight:700}
.google-meet-comparison__mark{flex:0 0 auto;font-weight:900}
.google-meet-comparison__mark--ok{color:#2b7f75}
.google-meet-comparison__mark--no{color:#c2413b}
.google-meet-comparison__note{margin-top:14px;padding:14px 16px;border-radius:18px;background:#213129;color:#fff}
.google-meet-comparison__note strong{display:block;margin-bottom:6px;color:#fff}
.google-meet-comparison__note span{display:block;color:rgba(255,255,255,.88);line-height:1.55}
.google-meet-preference label{display:flex;gap:12px;align-items:flex-start;margin:0;color:#213129;font-weight:800;cursor:pointer}
.google-meet-preference__checkbox{position:relative;flex:0 0 auto;width:22px;height:22px;margin-top:1px}
.google-meet-preference__checkbox input{position:absolute;inset:0;width:22px !important;height:22px !important;margin:0 !important;opacity:.01 !important;display:block !important;appearance:auto !important;-webkit-appearance:auto !important;z-index:2;cursor:pointer}
.google-meet-preference__box{position:absolute;inset:0;border:2px solid #213129;border-radius:6px;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.12);pointer-events:none}
.google-meet-preference__checkbox input:checked + .google-meet-preference__box{background:#213129}
.google-meet-preference__checkbox input:checked + .google-meet-preference__box:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.google-meet-preference__checkbox input:focus-visible + .google-meet-preference__box{outline:3px solid rgba(43,127,117,.24);outline-offset:2px}
.google-meet-preference__checkbox input:disabled + .google-meet-preference__box{opacity:.55}
.google-meet-preference p{margin:8px 0 0 32px;color:#667085;line-height:1.55}
.google-meet-preference .google-meet-comparison p{margin:0 0 12px;color:#5d6c64;line-height:1.55}
.google-meet-preference .google-meet-comparison ul + p{margin-top:14px}

@media (max-width:760px){
  .google-meet-cta{padding:22px}
  .google-meet-cta h2{font-size:30px}
  .google-meet-cta p{font-size:16px}
  .google-meet-connect-card{grid-template-columns:1fr;padding:18px}
  .google-meet-connect-card__body h3{font-size:22px}
  .google-meet-benefits__head h3{font-size:24px}
  .google-meet-highlight{padding:16px 18px}
  .google-meet-highlight strong{font-size:17px}
  .google-meet-highlight span{font-size:14px}
  .google-meet-actions .btn,.google-meet-actions .btn--primary{width:100%;min-width:0}
  .google-meet-connect-card__actions .btn--primary{font-size:18px}
  .google-meet-status-list div{grid-template-columns:1fr;display:grid}
  .google-meet-comparison{grid-template-columns:1fr}
  .google-meet-comparison__column{padding:16px}
}
.ticket-attachments{
  display:grid;
  gap:8px;
  margin-top:10px;
}

.ticket-attachments .chat-message__attachment{
  margin:0;
}

.ticket-attachments .chat-message__attachment--image img{
  max-width:min(100%, 420px);
  max-height:320px;
  border-radius:8px;
  border:1px solid var(--line);
  object-fit:contain;
  background:#fff;
}

.ticket-attachment-preview{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:10px;
  border:1px dashed var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.64);
}

.ticket-attachment-preview[hidden]{
  display:none;
}

.ticket-attachment-preview__item{
  position:relative;
  width:132px;
  min-height:110px;
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}

.ticket-attachment-preview__item--file{
  display:flex;
  align-items:center;
  min-height:54px;
  width:auto;
  max-width:260px;
  padding:12px 14px 12px 38px;
  color:#263748;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
  overflow:visible;
}

.ticket-attachment-preview__item--file::before{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:14px;
  height:18px;
  border:2px solid #64748b;
  border-radius:3px;
  transform:translateY(-50%);
}

.ticket-attachment-preview__item img{
  display:block;
  width:100%;
  height:86px;
  object-fit:cover;
}

.ticket-attachment-preview__remove{
  width:100%;
  border:0;
  border-top:1px solid var(--line);
  background:#fff;
  color:var(--danger, #b42318);
  font-weight:700;
  font-size:12px;
  line-height:24px;
  cursor:pointer;
}

/* Final public service layout override. Keep this at the end so legacy rules do not win. */
.service-detail-page .service-detail-card:first-child .service-detail-card__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
  gap:0;
  padding:0;
  min-height:0;
}
.service-detail-page .service-detail-card:first-child{overflow:hidden;border-radius:0 0 18px 18px}
.holyhome-detail-main{height:100%;min-height:620px!important;aspect-ratio:auto!important;overflow:hidden}
.holyhome-detail-main .service-detail-gallery,
.holyhome-detail-main .service-detail-gallery__main-wrap,
.holyhome-detail-main .service-detail-gallery__main,
.holyhome-detail-main>img{height:100%;min-height:620px!important;aspect-ratio:auto!important}
.holyhome-detail-main .service-detail-gallery__main,
.holyhome-detail-main>img{object-fit:cover}
.service-detail-page .holyhome-detail-main .service-detail-gallery__main,
.service-detail-page .holyhome-detail-main>img{object-fit:cover!important}
.holyhome-booking-panel{padding:34px 36px 28px;justify-content:flex-start}
.holyhome-title-price{display:block;margin:0 0 12px}
.holyhome-title-price h1{max-width:none;margin:0;font-size:2rem;line-height:1.08;font-weight:900}
.holyhome-booking-panel .service-price-hero-wrap{display:none}
.holyhome-booking-panel>.service-detail-card__lead{max-width:620px;margin:0 0 28px;font-size:1rem;line-height:1.65}
.holyhome-select-session>label{display:none}
.holyhome-variant-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 34px}
.holyhome-variant-card{min-height:58px;justify-content:center;padding:10px 8px;border:1px solid rgba(34,49,42,.22);border-radius:4px;background:#fff;color:#1f2d27;box-shadow:none;text-align:center}
.holyhome-variant-card.is-selected{border-color:#0f7669;background:#fff;color:#1f2d27;box-shadow:inset 0 0 0 1px #0f7669}
.holyhome-variant-card__check{display:none}
.holyhome-variant-card__body strong{font-size:clamp(14px,1.25vw,18px);font-weight:500;line-height:1.15}
.holyhome-booking-panel .service-booking-inline{grid-template-columns:minmax(0,.9fr) minmax(0,1fr);column-gap:42px;row-gap:28px;align-items:start}
.holyhome-booking-panel .service-booking-inline .field>label{margin-bottom:12px;color:#24322b;font-size:.86rem;letter-spacing:.04em}
.holyhome-booking-panel .flatpickr-calendar.inline,
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline{max-width:none;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-weekdays{margin:10px 0 8px}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .dayContainer{gap:2px 5px;justify-content:center}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day{position:relative;width:32px;max-width:32px;height:32px;line-height:32px;margin:2px;background:transparent;box-shadow:none}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-availability:not(.selected):not(.flatpickr-disabled){background:transparent!important;color:#1f2d27;font-weight:500}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-availability:not(.selected):not(.flatpickr-disabled)::after{content:"";position:absolute;left:50%;bottom:1px;width:4px;height:4px;border-radius:999px;background:#0b9b74;transform:translateX(-50%)}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-booked-slots:not(.selected):not(.flatpickr-disabled){color:#7a6241!important;font-weight:700}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.has-booked-slots:not(.selected):not(.flatpickr-disabled)::after{content:"";position:absolute;left:50%;bottom:1px;width:4px;height:4px;border-radius:999px;background:#c08a3e;transform:translateX(-50%)}
.holyhome-time-slots{grid-template-columns:repeat(3,minmax(72px,1fr));gap:10px;margin-top:0}
.holyhome-time-slot{min-height:38px;border-radius:4px;font-size:1rem;font-weight:400;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center}
.holyhome-time-slot__status{display:block;font-size:9px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase;color:#8a6a34}
.holyhome-time-slot__time{display:block;line-height:1.1}
.holyhome-time-slots__scroll-hint{display:none;align-items:center;gap:6px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b;white-space:nowrap}
.holyhome-time-slots__scroll-hint:not([hidden]){display:inline-flex}
.holyhome-time-slots__scroll-hint[hidden]{display:none!important}
.holyhome-time-slot--booked{cursor:default;pointer-events:none;border:1px solid rgba(192,138,62,.32);background:linear-gradient(180deg,#fbf7ef 0%,#f2e7d6 100%);color:#6f5838;box-shadow:none}
.holyhome-time-slot.is-selected{background:#fff;color:#1f2d27;box-shadow:inset 0 0 0 1px #0f7669}
.holyhome-booking-panel .service-booking-inline__btn,
button.btn.service-booking-inline__btn{min-height:56px!important;border-radius:999px;font-size:1.05rem!important;letter-spacing:0;grid-column:1/-1;margin-top:8px;white-space:nowrap}
.holyhome-atc-row{display:block;grid-column:1/-1;width:100%;margin-top:10px}
.holyhome-atc-row .service-booking-inline__btn{display:flex!important;align-items:center;justify-content:center;width:100%!important;min-height:58px!important;background:linear-gradient(135deg,#0f8f78 0%,#08745f 100%)!important;border-color:#08745f!important;color:#fff!important;box-shadow:0 16px 30px rgba(8,116,95,.22)!important;opacity:1!important;visibility:visible!important}
.holyhome-atc-row .service-booking-inline__btn:disabled{cursor:not-allowed;filter:grayscale(.15);opacity:.68!important;box-shadow:none!important}
.holyhome-atc-row .service-booking-inline__btn.is-waiting-slot,
.holyhome-atc-row .service-booking-inline__btn[aria-disabled="true"]{cursor:pointer;filter:none;opacity:1!important;box-shadow:0 16px 30px rgba(8,116,95,.18)!important}
.holyhome-atc-row .service-booking-inline__btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(8,116,95,.28)!important}
@media (max-width:1024px){
  .service-detail-page .service-detail-card:first-child .service-detail-card__grid{grid-template-columns:1fr}
  .holyhome-detail-main,
  .holyhome-detail-main .service-detail-gallery,
  .holyhome-detail-main .service-detail-gallery__main-wrap,
  .holyhome-detail-main .service-detail-gallery__main,
  .holyhome-detail-main>img{min-height:420px!important}
  .holyhome-variant-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .holyhome-booking-panel .service-booking-inline{grid-template-columns:1fr}
}
@media (max-width:680px){
  .holyhome-detail-main,
  .holyhome-detail-main .service-detail-gallery,
  .holyhome-detail-main .service-detail-gallery__main-wrap,
  .holyhome-detail-main .service-detail-gallery__main,
  .holyhome-detail-main>img{min-height:300px!important;aspect-ratio:1/1!important}
  .holyhome-title-price h1{font-size:1.55rem}
  .holyhome-variant-cards{grid-template-columns:1fr}
}

/* Wider booking panel, smaller variant controls, true square media. */
.service-detail-page .service-detail-card:first-child .service-detail-card__grid{
  grid-template-columns:minmax(260px,38%) minmax(0,62%);
}
.holyhome-detail-main{
  width:100%;
  height:auto;
  min-height:0!important;
  aspect-ratio:1/1!important;
  align-self:start;
}
.holyhome-detail-main .service-detail-gallery,
.holyhome-detail-main .service-detail-gallery__main-wrap,
.holyhome-detail-main .service-detail-gallery__main,
.holyhome-detail-main>img{
  width:100%;
  height:auto;
  min-height:0!important;
  aspect-ratio:1/1!important;
}
.holyhome-detail-main .service-detail-gallery__main,
.holyhome-detail-main>img{
  object-fit:cover!important;
}
.holyhome-booking-panel{
  padding:28px 34px 28px;
}
.holyhome-variant-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:0 0 28px;
}
.holyhome-variant-card--intro{
  grid-column:1/-1;
  justify-self:start;
  width:auto;
  min-width:min(100%,320px);
}
.holyhome-variant-card{
  min-height:42px;
  padding:8px 12px;
  border-radius:8px;
}
.holyhome-variant-card__body{
  display:block;
  min-width:0;
}
.holyhome-variant-card__body strong{
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:14px;
  line-height:1.1;
}
.holyhome-booking-panel .service-booking-inline{
  grid-template-columns:minmax(280px,.95fr) minmax(280px,1.05fr);
  column-gap:48px;
}
.holyhome-booking-panel .flatpickr-calendar.inline,
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline{
  width:100%;
  min-width:280px;
}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .dayContainer{
  gap:5px 8px;
}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day{
  width:36px;
  max-width:36px;
  height:36px;
  line-height:36px;
}
@media (max-width:1024px){
  .service-detail-page .service-detail-card:first-child .service-detail-card__grid{grid-template-columns:1fr}
  .holyhome-variant-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .holyhome-variant-card--intro{grid-column:1/-1}
  .holyhome-booking-panel .service-booking-inline{grid-template-columns:1fr}
}
@media (max-width:680px){
  .holyhome-variant-cards{grid-template-columns:1fr}
  .holyhome-variant-card--intro{width:100%}
}

/* Absolute last override for service booking layout. */
.service-detail-page .service-detail-card:first-child .service-detail-card__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
.service-detail-page .holyhome-detail-main,
.service-detail-page .holyhome-detail-main .service-detail-gallery,
.service-detail-page .holyhome-detail-main .service-detail-gallery__main-wrap{width:100%;height:auto!important;min-height:0!important;aspect-ratio:1/1!important}
.service-detail-page .holyhome-detail-main .service-detail-gallery__main,
.service-detail-page .holyhome-detail-main>img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important}
.holyhome-booking-panel .service-booking-inline{grid-template-columns:minmax(330px,1.05fr) minmax(240px,.95fr)!important;column-gap:42px!important;row-gap:22px!important}
.holyhome-booking-panel .flatpickr-calendar.inline,
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline{width:100%!important;min-width:330px!important}
.holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .dayContainer{gap:8px 10px!important}
.holyhome-time-slots{grid-template-columns:repeat(2,minmax(88px,1fr))!important;gap:10px!important}
.holyhome-atc-row{display:block!important;grid-column:1/-1!important;width:100%!important;min-height:58px!important;margin-top:8px!important;visibility:visible!important;opacity:1!important}
.holyhome-atc-row .service-booking-inline__btn,
button.btn.service-booking-inline__btn[data-book-btn]{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:56px!important;font-size:14px!important;line-height:1.1!important;white-space:nowrap!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
@media (max-width:1024px){
  .service-detail-page .service-detail-card:first-child .service-detail-card__grid{grid-template-columns:1fr!important}
  .holyhome-booking-panel .service-booking-inline{grid-template-columns:1fr!important}
  .holyhome-booking-panel .flatpickr-calendar.inline,
  .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline{min-width:0!important}
}

/* Variant buttons: richer but still native to HolyHome. */
.holyhome-variant-card{
  position:relative;
  overflow:hidden;
  border-color:rgba(15,118,105,.24);
  background:linear-gradient(180deg,#fff 0%,#f7fbf9 100%);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.holyhome-variant-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(15,118,105,.10),rgba(201,171,108,.08));
  opacity:0;
  transition:opacity .18s ease;
}
.holyhome-variant-card:hover,
.holyhome-variant-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(15,118,105,.55);
  box-shadow:0 12px 24px rgba(15,118,105,.12);
  outline:none;
}
.holyhome-variant-card:hover::before,
.holyhome-variant-card:focus-visible::before,
.holyhome-variant-card.is-selected::before{opacity:1}
.holyhome-variant-card.is-selected{
  border-color:#0f7669;
  background:linear-gradient(180deg,#f1fbf7 0%,#fff 100%);
  box-shadow:inset 0 0 0 1px #0f7669,0 12px 26px rgba(15,118,105,.14);
}
.holyhome-variant-card.is-selected::after{
  content:"";
  position:absolute;
  right:10px;
  top:10px;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#0f9b74;
  box-shadow:0 0 0 4px rgba(15,155,116,.12);
}
.holyhome-variant-card__body{position:relative;z-index:1}
.holyhome-variant-card__body strong{font-weight:800;color:#20312a}

/* Service booking layout final overrides: keep this single block last. */
.service-detail-page .service-detail-card:first-child{border-radius:18px!important;overflow:visible!important;isolation:isolate!important}
.service-detail-page .service-detail-card:first-child .service-detail-card__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:start!important;overflow:visible!important}
.service-detail-page .service-detail-card:first-child .service-detail-card__media{position:relative!important;z-index:1!important;overflow:visible!important;min-width:0!important}
.service-detail-page .holyhome-detail-main,
.service-detail-page .holyhome-detail-main .service-detail-gallery{width:100%;height:auto!important;min-height:0!important;aspect-ratio:auto!important;border-radius:18px 0 0 18px!important}
.service-detail-page .holyhome-detail-main .service-detail-gallery__main-wrap{width:100%;height:auto!important;min-height:0!important;aspect-ratio:1/1!important;border-radius:18px 0 0 18px!important}
.service-detail-page .holyhome-detail-main .service-detail-gallery{max-width:100%!important;overflow:visible!important;gap:10px!important}
.service-detail-page .holyhome-detail-main .service-detail-gallery__main-wrap{aspect-ratio:1/1!important}
.service-detail-page .holyhome-detail-main .service-detail-gallery__thumbs{position:relative!important;z-index:1!important;max-width:100%!important;margin:10px 0 0!important;padding:0 2px 8px!important;transform:none!important}
.service-detail-page .holyhome-detail-main .service-detail-gallery__thumb{overflow:hidden!important}
.service-detail-page .holyhome-detail-main .service-detail-gallery__thumb img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:contain!important;border-radius:14px!important;background:#fff!important}
.service-detail-page .holyhome-detail-main .service-detail-gallery__main,
.service-detail-page .holyhome-detail-main>img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;border-radius:18px 0 0 18px!important}
.service-detail-page .holyhome-booking-panel{position:relative!important;z-index:10!important;top:auto!important;margin-top:0!important;align-self:start!important;justify-content:flex-start!important;min-width:0!important;overflow:visible!important;padding:16px 30px 30px!important;border-radius:0 18px 18px 0!important}
.service-detail-page .holyhome-booking-panel>.service-title-meta{margin-top:0!important}
.service-detail-page .holyhome-variant-cards{display:flex;flex-wrap:wrap;align-items:stretch;gap:8px;margin-bottom:28px}
.service-detail-page .holyhome-variant-card--intro{grid-column:auto;justify-self:auto;min-width:0}
.service-detail-page .holyhome-variant-card{flex:0 1 auto;min-width:max-content;min-height:72px;padding:12px 14px;border-radius:8px;overflow:visible!important}
.service-detail-page .holyhome-variant-card__body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;text-align:center}
.service-detail-page .holyhome-variant-card__body strong,
.service-detail-page .holyhome-variant-card__body small{display:block;white-space:normal;overflow:visible;text-overflow:clip}
.service-detail-page .holyhome-variant-card__body strong{font-size:13px;font-weight:700;line-height:1.15}
.service-detail-page .holyhome-variant-card__body small{font-size:12px;font-weight:600;line-height:1.15;color:#5f7168}
.service-detail-page .holyhome-variant-card.is-unavailable .holyhome-variant-card__body small + small{margin-top:2px}
.service-detail-page .holyhome-variant-card.is-selected::after{content:none!important}
.service-detail-page .holyhome-booking-panel[data-operator-online="1"] .holyhome-variant-card.is-selected::after{content:""!important;position:absolute!important;right:-6px!important;top:-6px!important;z-index:5!important;width:11px!important;height:11px!important;border-radius:999px!important;background:#0f9b74!important;box-shadow:0 0 0 0 rgba(15,155,116,.34)!important;animation:holyhome-variant-live-pulse 1.35s ease-out infinite!important;transform-origin:center!important;pointer-events:none!important}
@keyframes holyhome-variant-live-pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(15,155,116,.42)}70%{transform:scale(1.08);box-shadow:0 0 0 8px rgba(15,155,116,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(15,155,116,0)}}
.service-detail-page .holyhome-booking-panel .service-booking-inline{align-items:start!important;overflow:visible!important;grid-template-columns:minmax(286px,286px) minmax(184px,220px)!important;column-gap:24px!important;row-gap:4px!important}
.service-detail-page .holyhome-booking-panel .service-booking-inline .field{min-width:0!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.inline,
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline{width:286px!important;min-width:286px!important;max-width:286px!important;border:1px solid rgba(31,83,69,.24)!important;border-radius:8px!important;padding:10px 10px 12px!important;background:#fff!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-months{position:relative!important;grid-template-columns:40px minmax(0,1fr) 40px!important;align-items:center!important;min-height:34px!important;height:34px!important;margin:0!important;overflow:visible!important;border-radius:7px!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-month{grid-column:2!important;grid-row:1!important;position:static!important;width:100%!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-current-month{position:static!important;inset:auto!important;transform:none!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:34px!important;padding:0!important;line-height:1!important;text-align:center!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-current-month .cur-month{display:block!important;flex:0 1 auto!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;text-align:center!important;font-weight:800!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-current-month .numInputWrapper{display:none!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-prev-month,
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-next-month{position:static!important;transform:none!important;display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:34px!important;padding:0!important;line-height:1!important;overflow:visible!important;color:#14352d!important;opacity:1!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-prev-month{grid-column:1!important;grid-row:1!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-next-month{grid-column:3!important;grid-row:1!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-prev-month svg,
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-next-month svg{display:block!important;width:18px!important;height:18px!important;overflow:visible!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-innerContainer{padding:0!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-weekdays{height:30px!important;margin:8px 0 2px!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-weekdaycontainer,
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .dayContainer{display:grid!important;grid-template-columns:repeat(7,37px)!important;justify-content:space-between!important;gap:0!important;width:100%!important;min-width:0!important;max-width:none!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-weekday,
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day{width:37px!important;max-width:37px!important;height:37px!important;line-height:37px!important;margin:0!important;justify-self:center!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day:hover{color:#0f7669!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.prevMonthDay,
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.nextMonthDay{visibility:hidden!important;pointer-events:none!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.flatpickr-disabled:not(.prevMonthDay):not(.nextMonthDay){opacity:.28!important;color:#a99d8b!important;background:transparent!important;box-shadow:none!important;filter:grayscale(.35)}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day.flatpickr-disabled:not(.prevMonthDay):not(.nextMonthDay)::after{opacity:.18!important}
.service-detail-page .holyhome-time-slots{grid-template-columns:repeat(2,minmax(76px,1fr))!important;gap:10px!important;max-width:220px!important;max-height:280px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:4px!important;scrollbar-width:thin!important}
.service-detail-page .holyhome-time-slot{min-width:0!important;padding-inline:8px!important}
.service-detail-page .holyhome-atc-row{display:block!important;position:relative!important;z-index:3!important;grid-column:1/-1!important;width:100%!important;min-height:58px!important;margin-top:25px!important;overflow:visible!important;opacity:1!important;visibility:visible!important}
.service-detail-page .holyhome-atc-row [data-book-btn],
.service-detail-page button.btn.service-booking-inline__btn[data-book-btn]{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:56px!important;font-size:25px!important;line-height:1.1!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.event-detail-page .holyhome-booking-panel .event-price-hero-wrap{display:flex!important;align-items:baseline!important;gap:10px!important;margin:0 0 18px!important}
@media (max-width:1180px){
  .service-detail-page .holyhome-booking-panel .service-booking-inline{grid-template-columns:1fr!important}
  .service-detail-page .holyhome-time-slots{max-width:none!important}
}
@media (max-width:1024px){
  .service-detail-page .service-detail-card:first-child .service-detail-card__grid{grid-template-columns:1fr!important}
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.inline,
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline{min-width:0!important}
  .service-detail-page .holyhome-detail-main,
  .service-detail-page .holyhome-detail-main .service-detail-gallery,
  .service-detail-page .holyhome-detail-main .service-detail-gallery__main-wrap,
  .service-detail-page .holyhome-detail-main .service-detail-gallery__main,
  .service-detail-page .holyhome-detail-main>img,
  .service-detail-page .holyhome-booking-panel{border-radius:18px!important}
}
@media (max-width:680px){
  .service-detail-page .holyhome-variant-cards{grid-template-columns:1fr}
  .service-detail-page .holyhome-variant-card--intro{width:auto!important}
  .service-detail-page .holyhome-booking-panel .service-booking-inline,
  .service-detail-page .holyhome-booking-panel .service-booking-inline>*,
  .service-detail-page .holyhome-atc-row,
  .service-detail-page .holyhome-atc-row [data-book-btn],
  .service-detail-page button.btn.service-booking-inline__btn[data-book-btn]{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.inline,
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar.inline{width:100%!important;min-width:0!important;max-width:100%!important}
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-rContainer,
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-days,
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-innerContainer{width:100%!important;min-width:0!important;max-width:100%!important}
.service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-weekdaycontainer,
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .dayContainer{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;justify-content:stretch!important;width:100%!important;min-width:100%!important;max-width:100%!important}
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-weekday,
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day{width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch!important}
  .service-detail-page .holyhome-booking-panel .flatpickr-calendar.holyhome-calendar .flatpickr-day{height:auto!important;min-height:37px!important;line-height:37px!important;aspect-ratio:1/1}
  .service-detail-page .holyhome-atc-row [data-book-btn],
  .service-detail-page button.btn.service-booking-inline__btn[data-book-btn]{padding:14px 16px!important;font-size:clamp(18px,5vw,22px)!important;line-height:1.15!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;text-align:center!important}
  .service-detail-page .holyhome-booking-panel[data-intro-selected="1"] button.btn.service-booking-inline__btn[data-book-btn]{font-size:clamp(17px,4.8vw,20px)!important}
}

/* Listing CTAs. */
.service-card-cta,
.listing-shell--services .service-card-cta{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
}
.service-card-cta--live,
.listing-shell--services .service-card-cta--live{
  background:linear-gradient(135deg,#22c55e 0%,#15803d 100%)!important;
  border-color:#15803d!important;
  color:#fff!important;
  box-shadow:0 14px 26px rgba(21,128,61,.22)!important;
}
.service-card-cta--live:hover,
.service-card-cta--live:focus,
.listing-shell--services .service-card-cta--live:hover,
.listing-shell--services .service-card-cta--live:focus{
  background:linear-gradient(135deg,#16a34a 0%,#166534 100%)!important;
  border-color:#166534!important;
  color:#fff!important;
}
.hh-home-hero-field svg,
.category-carousel__arrow svg,
.catalog-search__icon svg,
.service-detail-gallery__nav svg{
  display:block;
  width:20px;
  height:20px;
}
.category-carousel__arrow svg{
  width:24px;
  height:24px;
}
.catalog-search__icon svg{width:18px;height:18px}
.service-detail-gallery__nav svg{width:24px;height:24px}

/* Services list: more compact category/filter pills. */
.listing-shell--services .hh-master-chip-row{
  gap:7px!important;
}
.listing-shell--services .hh-master-chip{
  min-height:34px!important;
  padding:0 10px!important;
  border-radius:12px!important;
  font-size:12px!important;
  line-height:1.1!important;
  gap:6px!important;
}
.listing-shell--services .hh-master-chip__count{
  min-width:20px!important;
  height:20px!important;
  padding:0 6px!important;
  font-size:11px!important;
  line-height:20px!important;
}
.listing-shell--services .service-meta-chips{
  gap:6px!important;
  margin-top:0!important;
}
.listing-shell--services .service-meta-chips--primary{
  margin-top:2px!important;
}
.listing-shell--services .service-meta-chip{
  min-height:24px!important;
  padding:4px 8px!important;
  border-radius:9px!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:750!important;
}
.listing-shell--services .service-meta-chip--intro{
  background:#eef8f3!important;
  border-color:rgba(167,213,192,.95)!important;
  color:#1f5c46!important;
}
.listing-shell--services .hh-master-filters--compact{
  display:grid!important;
  gap:12px!important;
}
.listing-shell--services .hh-mobile-filters-trigger{
  display:none;
}
.listing-shell--services .hh-master-filters__panel{
  display:grid;
  gap:12px;
}
.listing-shell--services .hh-master-toolbar--services-grid{
  padding:14px!important;
  border:1px solid rgba(222,212,196,.9)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fffdf8 0%,#f8f4ec 100%)!important;
  box-shadow:0 14px 34px rgba(33,42,37,.05)!important;
  overflow:visible!important;
}
.listing-shell--services .hh-master-toolbar__row--services-grid{
  grid-template-columns:minmax(280px,1.45fr) repeat(3,minmax(160px,.8fr))!important;
  align-items:end!important;
  overflow:visible!important;
}
.listing-shell--services .hh-master-field{
  position:relative!important;
  overflow:visible!important;
  min-width:0!important;
}
.listing-shell--services .hh-master-field--actions{
  align-self:end!important;
  grid-column:span 1!important;
}
.listing-shell--services .hh-master-field--checkbox{
  align-self:end!important;
  grid-column:span 2!important;
}
.listing-shell--services .hh-filter-checkbox{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:58px!important;
  padding:0 14px!important;
  border:1px solid rgba(216,204,184,.95)!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#2d3a33!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.25!important;
  cursor:pointer!important;
}
.listing-shell--services .hh-filter-checkbox input{
  width:18px!important;
  height:18px!important;
  accent-color:#167763!important;
  flex:0 0 auto!important;
}
@media (max-width:1180px){
  .listing-shell--services .hh-master-toolbar__row--services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .listing-shell--services .hh-master-field--checkbox{
    grid-column:auto!important;
  }
}
.listing-shell--services .hh-master-search,
.listing-shell--services .hh-master-select,
.listing-shell--services .hh-master-select.is-customized{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
}
.listing-shell--services .hh-master-select-ui__button{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
}
.listing-shell--services .hh-master-select-ui__label{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.listing-shell--services .hh-services-filter-actions{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.listing-shell--services .hh-services-filter-actions .btn{
  min-height:54px!important;
}
.listing-shell--services .hh-master-field:has(.hh-master-select.is-open){
  z-index:120!important;
}
.listing-shell--services .hh-master-field-label{
  margin-bottom:7px!important;
  font-size:11px!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  color:#7f7361!important;
}
.listing-shell--services .hh-services-active-filters{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  align-items:center!important;
}
.listing-shell--services .hh-services-active-filter{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:34px!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  border:1px solid rgba(215,204,186,.95)!important;
  background:#fff!important;
  color:#5c5447!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:700!important;
}
.listing-shell--services .hh-services-active-filter strong{
  color:#2a342d!important;
  font-weight:800!important;
}
.listing-shell--services .hh-services-active-filter a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:18px!important;
  height:18px!important;
  border-radius:999px!important;
  background:#efe5d8!important;
  color:#6f5b44!important;
  text-decoration:none!important;
  font-size:14px!important;
  line-height:1!important;
}
@media (max-width:760px){
  .listing-shell--services .listing-view-toggle{
    display:inline-flex!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-1{
    grid-template-columns:1fr!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .unified-card__body{
    padding:14px 12px 10px!important;
    gap:8px!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .unified-card__footer{
    padding:0 12px 12px!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .unified-card h3{
    font-size:17px!important;
    line-height:1.2!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .meta-sub{
    font-size:11px!important;
    line-height:1.3!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .service-meta-chips--primary{
    gap:5px!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .service-meta-chips--primary .service-meta-chip{
    min-height:22px!important;
    padding:4px 7px!important;
    font-size:10px!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .hh-listing-compact-hide{
    display:none!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .rating-row{
    gap:6px!important;
    font-size:12px!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .stars{
    font-size:13px!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .rating-count{
    display:none!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .service-card-cta,
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .service-card-cta--live{
    min-height:40px!important;
    padding:10px 12px!important;
    font-size:12px!important;
  }
  .listing-shell--services .hh-master-filters--collapsible{
    gap:10px!important;
  }
  .listing-shell--services .hh-mobile-filters-trigger{
    display:inline-flex!important;
    width:100%!important;
    justify-content:center!important;
  }
  .listing-shell--services .hh-master-filters__panel{
    gap:10px!important;
  }
  .listing-shell--services .hh-master-filters__panel.is-mobile-collapsed{
    display:none!important;
  }
  .listing-shell--services .hh-services-filter-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
  }
  .listing-shell--services .hh-master-toolbar--services-grid{
    padding:12px!important;
    border-radius:18px!important;
  }
  .listing-shell--services .hh-master-toolbar__row--services-grid{
    gap:10px!important;
  }
}

/* Operator profile hero alignment. */
.operator-profile-page .service-detail-card:first-child{border-radius:30px!important;overflow:hidden!important}
.operator-profile-page .service-detail-card:first-child .service-detail-card__grid{gap:0!important}
.operator-profile-page .service-detail-card__media--operator{border-radius:30px 0 0 30px!important;overflow:hidden!important}
.operator-profile-page .service-detail-card__media--operator img{border-radius:30px 0 0 30px!important}
.operator-profile-page .service-detail-card__content{padding-left:34px!important}
@media (max-width:900px){
  .operator-profile-page .service-detail-card:first-child,
  .operator-profile-page .service-detail-card__media--operator,
  .operator-profile-page .service-detail-card__media--operator img{border-radius:24px!important}
  .operator-profile-page .service-detail-card__content{
    padding-left:18px!important;
    padding-right:18px!important;
    padding-bottom:20px!important;
  }
}
@media (max-width:680px){
  .operator-profile-page > .container.container-wide{
    padding-left:12px;
    padding-right:12px;
  }

  .operator-profile-page .service-detail-card--details,
  .operator-profile-page .operator-profile-description-card{
    padding-left:16px;
    padding-right:16px;
  }
}
/* Event CTA and public filter select polish. */
.operator-photo-format-alert{
  margin-top:10px!important;
  color:#0f7f62!important;
  font-weight:800!important;
  line-height:1.45!important;
}

.hh-master-select{
  position:relative;
  overflow:visible;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.hh-master-select select{
  min-height:42px;
  cursor:pointer;
  padding-right:34px!important;
}
.hh-master-select:focus-within{
  border-color:#2B7F75!important;
  box-shadow:0 0 0 4px rgba(43,127,117,.12),0 12px 24px rgba(34,49,42,.08)!important;
}
.hh-master-select select option{
  background:#fff;
  color:#22312a;
  font-weight:700;
  padding:12px 14px;
  min-height:40px;
}
.hh-master-select select option:checked{
  background:#2B7F75;
  color:#fff;
}
.hh-master-select.is-customized{
  padding:0!important;
  overflow:visible!important;
  z-index:5;
}
.hh-master-select.is-customized.is-open{
  z-index:220!important;
}
.hh-master-select.is-customized select{
  position:absolute!important;
  inset:0!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.hh-master-select-ui__button{
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:0 18px;
  border:0;
  border-radius:18px;
  background:transparent;
  color:#22312a;
  cursor:pointer;
  font-size:14px;
  font-weight:800;
  text-align:left;
  white-space:nowrap;
  overflow:hidden;
}
.hh-master-select-ui__label{
  flex:1 1 auto;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.hh-master-select-ui__button:focus-visible{
  outline:0;
  box-shadow:0 0 0 4px rgba(43,127,117,.14);
}
.hh-master-select-ui__chevron{
  width:10px;
  height:10px;
  flex:0 0 10px;
  border-right:2px solid #557062;
  border-bottom:2px solid #557062;
  transform:translateY(-3px) rotate(45deg);
  transition:transform .18s ease;
}
.hh-master-select.is-open .hh-master-select-ui__chevron{
  transform:translateY(2px) rotate(225deg);
}
.hh-master-select-ui__menu{
  position:absolute;
  left:0;
  right:auto;
  top:calc(100% + 8px);
  display:none;
  gap:4px;
  min-width:100%;
  width:max-content;
  max-width:min(620px, calc(100vw - 32px));
  padding:8px;
  border:1px solid #d8cdbc;
  border-radius:16px;
  background:#fffdf9;
  box-shadow:0 18px 34px rgba(34,49,42,.16);
  z-index:80;
}
.hh-master-select.is-open .hh-master-select-ui__menu{
  display:grid;
}
.hh-master-select-ui__option{
  width:100%;
  min-height:42px;
  display:flex;
  align-items:center;
  padding:10px 14px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#22312a;
  cursor:pointer;
  font-size:14px;
  font-weight:750;
  line-height:1.15;
  text-align:left;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.hh-master-select-ui__option:hover,
.hh-master-select-ui__option:focus-visible{
  outline:0;
  background:#eef7f3;
  color:#0f6f5c;
}
.hh-master-select-ui__option.is-selected{
  background:#2B7F75;
  color:#fff;
}
.listing-shell--events .unified-card__footer--event,
.unified-card__footer--event{
  padding:0 20px 20px;
  width:100%;
}
.listing-shell--events .event-card-cta,
.event-card-cta{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  justify-content:center;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.event-action-card__actions,
.event-detail-card__ctaform,
.event-detail-card__ctaform--inline,
.event-detail-card__cta{
  width:100%;
}
.event-detail-card__cta{
  display:flex!important;
  justify-content:center;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.operator-theme .dash-topbar--app.has-operator-announcement{
  box-shadow:0 18px 34px rgba(20,31,26,.10);
}
.operator-announcement-banner{
  display:block;
  margin:0;
  background:linear-gradient(135deg,#fff2bf 0%,#fff8dd 48%,#e7fbf3 100%);
  border-top:1px solid rgba(214,182,86,.38);
  border-bottom:1px solid rgba(36,106,98,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}
.operator-announcement-banner--gold{
  background:linear-gradient(135deg,#fff2bf 0%,#fff8dd 48%,#e7fbf3 100%);
  border-top-color:rgba(214,182,86,.38);
  border-bottom-color:rgba(36,106,98,.18);
}
.operator-announcement-banner--gold .operator-announcement-banner__icon{
  background:#213129;
  color:#fff;
}
.operator-announcement-banner--sky{
  background:linear-gradient(135deg,#dff4ff 0%,#eef8ff 52%,#ffffff 100%);
  border-top-color:rgba(63,142,191,.28);
  border-bottom-color:rgba(63,142,191,.18);
}
.operator-announcement-banner--sky .operator-announcement-banner__icon{
  background:#1e5f89;
  color:#fff;
}
.operator-announcement-banner--sky .operator-announcement-banner__copy strong{
  color:#123d59;
}
.operator-announcement-banner--sky .operator-announcement-banner__copy span,
.operator-announcement-banner--sky .operator-announcement-banner__message{
  color:#35586d;
}
.operator-announcement-banner--sky .operator-announcement-banner__close{
  color:#1e5f89;
}
.operator-announcement-banner--mint{
  background:linear-gradient(135deg,#e4f8ef 0%,#f1fcf6 52%,#ffffff 100%);
  border-top-color:rgba(53,138,102,.26);
  border-bottom-color:rgba(53,138,102,.18);
}
.operator-announcement-banner--mint .operator-announcement-banner__icon{
  background:#256b4e;
  color:#fff;
}
.operator-announcement-banner--mint .operator-announcement-banner__copy strong{
  color:#1d4f3b;
}
.operator-announcement-banner--mint .operator-announcement-banner__copy span,
.operator-announcement-banner--mint .operator-announcement-banner__message{
  color:#406457;
}
.operator-announcement-banner--mint .operator-announcement-banner__close{
  color:#256b4e;
}
.operator-announcement-banner--rose{
  background:linear-gradient(135deg,#ffe6e6 0%,#fff1f1 52%,#fff9f7 100%);
  border-top-color:rgba(190,76,76,.28);
  border-bottom-color:rgba(190,76,76,.18);
}
.operator-announcement-banner--rose .operator-announcement-banner__icon{
  background:#9f2f2f;
  color:#fff;
}
.operator-announcement-banner--rose .operator-announcement-banner__copy strong{
  color:#7a1f1f;
}
.operator-announcement-banner--rose .operator-announcement-banner__copy span,
.operator-announcement-banner--rose .operator-announcement-banner__message{
  color:#7b4a4a;
}
.operator-announcement-banner--rose .operator-announcement-banner__close{
  color:#8a2e2e;
}
.operator-announcement-banner--inline{
  margin:18px 0 0;
  border:1px solid rgba(36,106,98,.18);
  border-radius:24px;
  box-shadow:0 18px 34px rgba(20,31,26,.08), inset 0 1px 0 rgba(255,255,255,.72);
  overflow:hidden;
}
.operator-announcement-banner__inner{
  width:100%;
  max-width:none;
  margin:0;
  padding:14px 24px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#25332b;
}
.operator-announcement-banner__icon{
  width:38px;
  height:38px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#213129;
  color:#fff;
  flex:0 0 auto;
  box-shadow:0 10px 20px rgba(33,49,41,.18);
}
.operator-announcement-banner__icon svg{
  width:18px;
  height:18px;
}
.operator-announcement-banner__copy{
  display:grid;
  gap:4px;
  min-width:0;
}
.operator-announcement-banner__copy strong{
  font-size:15px;
  line-height:1.35;
  color:#1f2f28;
  font-weight:900;
}
.operator-announcement-banner__copy span{
  font-size:14px;
  line-height:1.55;
  color:#3f5148;
  font-weight:650;
}
.operator-announcement-banner__message{
  font-size:14px;
  line-height:1.55;
  color:#3f5148;
  font-weight:650;
}
.operator-announcement-banner__message p{
  margin:0;
}
.operator-announcement-banner__message p + p{
  margin-top:6px;
}
.operator-announcement-banner__copy a{
  color:inherit;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:2px;
  word-break:break-word;
  position:relative;
  z-index:2;
  pointer-events:auto;
}
.operator-announcement-banner__copy a:hover{
  text-decoration-thickness:2px;
}
.operator-announcement-banner__close{
  margin-left:auto;
  align-self:center;
  border:1px solid rgba(33,49,41,.16);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#213129;
  font-size:13px;
  font-weight:900;
  padding:9px 14px;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(33,49,41,.08);
}
.operator-announcement-banner__close:hover{
  background:#fff;
  transform:translateY(-1px);
}
.operator-announcement-banner.is-dismissing{
  opacity:.55;
  pointer-events:none;
}
@media(max-width:760px){
  .operator-announcement-banner__inner{
    padding:12px 16px;
    align-items:flex-start;
  }
  .operator-announcement-banner__icon{
    width:32px;
    height:32px;
    border-radius:10px;
  }
  .operator-announcement-banner__copy strong,
  .operator-announcement-banner__copy span{
    font-size:13px;
  }
  .operator-announcement-banner__close{
    padding:8px 12px;
    font-size:12px;
  }
}

/* Global pull-down notifications: they stay visible and occupy layout space. */
body > .toast-stack,
.toast-stack[data-runtime-toast-stack="1"] {
  position: sticky !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  z-index: 2147482000 !important;
  box-sizing: border-box;
}

body > .toast-stack .toast-dropdown,
.toast-stack[data-runtime-toast-stack="1"] .toast-dropdown {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  border-radius: 0 !important;
  transition: opacity .18s ease, transform .18s ease;
}

@media (max-width: 760px) {
  body > .toast-stack .toast-dropdown,
  .toast-stack[data-runtime-toast-stack="1"] .toast-dropdown {
    min-height: 52px;
  }
}

.profile-link-counter{
  margin-top:8px;
  color:#77817c;
  font-size:13px;
  line-height:1.45;
}
.profile-link-counter.is-complete{color:#188457}
.profile-link-counter.is-invalid{color:#c7352a;font-weight:700}
.profile-link-counter a{
  margin-left:5px;
  color:#176b55;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:2px;
}

/* Mobile service detail and two-column listing fixes. */
@media (max-width:680px){
  .service-detail-page .holyhome-variant-cards{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
  }
  .service-detail-page .holyhome-variant-card,
  .service-detail-page .holyhome-variant-card--intro{
    width:100%!important;
    min-width:0!important;
    min-height:72px!important;
    padding:12px 10px!important;
    justify-content:center!important;
  }
  .service-detail-page .holyhome-variant-card__body,
  .service-detail-page .holyhome-variant-card__body strong,
  .service-detail-page .holyhome-variant-card__body small{
    min-width:0!important;
  }
  .service-detail-page .holyhome-variant-card__body strong{
    font-size:clamp(13px,3.4vw,16px)!important;
    line-height:1.15!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .service-detail-page .holyhome-variant-card__body small{
    font-size:clamp(11px,3vw,13px)!important;
    line-height:1.15!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
}

@media (max-width:760px){
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2{
    align-items:stretch!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .unified-card{
    align-self:stretch!important;
    min-height:0!important;
    height:100%!important;
  }
  .listing-shell--services .unified-grid[data-listing-view].unified-grid--view-2 .unified-card__body{
    flex:1 1 auto!important;
    min-height:0!important;
  }
}
.hh-live-dashboard-alert{
  margin:0 0 18px;
  border-color:rgba(14,165,233,.32);
  background:linear-gradient(135deg,#eff6ff 0%,#fff 62%);
}
.hh-live-dashboard-alert--operator{
  border-color:rgba(188,163,106,.28);
  background:
    radial-gradient(circle at top right, rgba(201,171,108,.14), transparent 24%),
    linear-gradient(135deg, rgba(255,250,240,.98) 0%, rgba(255,255,255,.98) 62%);
}
.hh-live-alert-overlay{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(15,23,42,.45);
  backdrop-filter:blur(8px);
}
.hh-live-alert-overlay.is-blocking{
  background:rgba(15,23,42,.68);
}
.hh-live-alert-modal{
  width:min(560px,100%);
  border:1px solid rgba(226,232,240,.9);
  border-radius:18px;
  background:#fff;
  box-shadow:0 28px 90px rgba(15,23,42,.32);
  padding:24px;
}
.hh-live-alert-modal__copy span{
  display:block;
  margin-bottom:8px;
  color:#dc2626;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.hh-live-alert-modal__copy strong{
  display:block;
  color:#111827;
  font-size:24px;
  line-height:1.15;
}
.hh-live-alert-modal__copy p{
  margin:10px 0 0;
  color:#475569;
  line-height:1.5;
}
.hh-live-alert-modal__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.order-confirmed-instant-access{
  margin:18px 0 22px;
}
@media (max-width:640px){
  .hh-live-alert-modal{padding:20px;border-radius:14px}
  .hh-live-alert-modal__copy strong{font-size:20px}
  .hh-live-alert-modal__actions .btn{width:100%}
}

/* Operator subscriptions admin */
.hh-subscription-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:18px 0 16px;
}
.hh-subscription-summary__item{
  min-width:0;
  padding:16px 18px;
  border:1px solid rgba(36,50,43,.08);
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.045);
}
.hh-subscription-summary__item span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:750;
  text-transform:uppercase;
}
.hh-subscription-summary__item strong{
  display:block;
  margin-top:8px;
  color:#22312a;
  font-size:26px;
  line-height:1;
}
.hh-subscription-list-card{padding-top:0;}
.hh-subscription-table-shell{
  margin:0 16px 24px !important;
  width:calc(100% - 32px) !important;
}
.hh-subscription-table{table-layout:auto;}
.hh-subscription-table th{white-space:nowrap;}
.hh-subscription-table td{vertical-align:middle;}
.hh-subscription-plan-table th:nth-child(1){width:22%;}
.hh-subscription-plan-table th:nth-child(2){width:15%;}
.hh-subscription-plan-table th:nth-child(3){width:31%;}
.hh-subscription-plan-table th:nth-child(4){width:18%;}
.hh-subscription-operator-table th:nth-child(2){width:25%;}
.hh-subscription-operator-table th:nth-child(3){width:18%;}
.hh-subscription-operator-table th:nth-child(5){width:20%;}
.hh-subscription-plan-title{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.hh-subscription-plan-title__mark{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:#eef6f2;
  color:#25614f;
  font-weight:850;
  font-size:15px;
}
.hh-subscription-plan-title strong,
.hh-price-stack strong,
.hh-upgrade-request strong{
  display:block;
  color:#21332b;
  font-size:15px;
  line-height:1.25;
}
.hh-subscription-plan-title span:not(.hh-subscription-plan-title__mark),
.hh-price-stack small,
.hh-upgrade-request span{
  display:block;
  margin-top:4px;
  color:#69786f;
  font-size:12.5px;
  line-height:1.4;
  overflow-wrap:anywhere;
}
.hh-price-stack strong{font-size:17px;}
.hh-price-stack strong span{
  margin-left:3px;
  color:#64748b;
  font-size:12px;
  font-weight:700;
}
.hh-price-stack--plain strong{font-size:15px;}
.hh-subscription-benefits{
  display:grid;
  gap:9px;
  min-width:0;
}
.hh-subscription-limits{
  color:#394a42;
  font-weight:700;
  font-size:13px;
  line-height:1.45;
}
.hh-subscription-chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.hh-subscription-chips span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 9px;
  border-radius:999px;
  background:#f4f7f5;
  color:#607068;
  font-size:11.5px;
  font-weight:750;
  line-height:1.2;
}
.hh-stripe-state{
  display:grid;
  gap:4px;
  min-width:0;
}
.hh-stripe-state strong{
  color:#21332b;
  font-size:13px;
}
.hh-stripe-state strong::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:7px;
  border-radius:999px;
  background:#cbd5e1;
}
.hh-stripe-state.is-ready strong::before{background:#22a06b;}
.hh-stripe-state.is-missing strong::before{background:#f59e0b;}
.hh-stripe-state span{
  color:#728077;
  font-size:12px;
  line-height:1.35;
  overflow-wrap:anywhere;
}
.hh-subscription-actions{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:nowrap;
}
.hh-subscription-actions .inline-form{
  display:inline-flex;
  margin:0;
}
.hh-subscription-actions--buttons{gap:10px;}
.hh-upgrade-request{
  display:inline-grid;
  gap:2px;
  padding:10px 12px;
  border-radius:8px;
  background:#fff8e8;
  color:#7a5511;
}
.hh-subscription-assign{
  margin:0 0 16px;
  padding:18px;
  border:1px solid rgba(36,50,43,.08);
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.045);
}
.hh-subscription-assign__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.hh-subscription-assign__head h3{
  margin:4px 0 0;
  color:#21332b;
  font-size:18px;
  line-height:1.25;
}
.hh-subscription-assign .stack{gap:14px;}
.hh-subscription-filters{
  margin:0 0 16px;
  padding:22px;
  border:1px solid #dce6df;
  border-radius:18px;
  background:linear-gradient(145deg,#ffffff 0%,#fbfdfb 100%);
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}
.hh-subscription-filters__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.hh-subscription-filters__head h3{margin:4px 0 0;color:#21332b;font-size:18px}
.hh-subscription-filters__head .actions-row{margin:0;flex-wrap:nowrap}
.hh-subscription-filters__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 18px}
.hh-subscription-filters__grid label,
.hh-subscription-multiselect,
.hh-subscription-bulk-bar__form label{display:grid;gap:8px;color:#53645b;font-size:12px;font-weight:850;letter-spacing:.015em}
.hh-subscription-filters__grid input,
.hh-subscription-filters__grid select,
.hh-subscription-bulk-bar__form select{width:100%;min-width:0;margin:0}
.hh-subscription-filters__grid input,
.hh-subscription-filters__grid select{
  min-height:48px;
  padding:0 15px;
  border:1px solid #d7e1db;
  border-radius:12px;
  background-color:#fff;
  color:#26372f;
  font:inherit;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  box-shadow:0 5px 14px rgba(31,54,42,.035),inset 0 1px 0 rgba(255,255,255,.85);
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
body.dashboard-v5 .hh-subscription-filters__grid select{
  appearance:none;
  padding-right:42px;
  background-color:#fff !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23536b5f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:right 14px center !important;
  background-size:16px !important;
  cursor:pointer;
}
.hh-subscription-filters__grid input::placeholder{color:#96a39c;font-weight:500}
.hh-subscription-filters__grid input:hover,
.hh-subscription-filters__grid select:hover{border-color:#a9c4b7;background-color:#fcfefd}
.hh-subscription-filters__grid input:focus,
.hh-subscription-filters__grid select:focus{
  outline:0;
  border-color:#287d6d;
  box-shadow:0 0 0 4px rgba(40,125,109,.12),0 8px 20px rgba(31,92,75,.08);
}
.hh-subscription-multiselect{position:relative;min-width:0}
.hh-subscription-multiselect details{position:relative;min-width:0}
.hh-subscription-multiselect summary{
  display:flex;
  align-items:center;
  min-height:48px;
  padding:0 42px 0 15px;
  border:1px solid #d7e1db;
  border-radius:12px;
  background:#fff;
  color:#26372f;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  box-shadow:0 5px 14px rgba(31,54,42,.035),inset 0 1px 0 rgba(255,255,255,.85);
  cursor:pointer;
  list-style:none;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.hh-subscription-multiselect summary::-webkit-details-marker{display:none}
.hh-subscription-multiselect summary::after{
  content:"";
  position:absolute;
  right:14px;
  width:16px;
  height:16px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23536b5f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") center/16px no-repeat;
  transition:transform .18s ease;
}
.hh-subscription-multiselect details[open] summary::after{transform:rotate(180deg)}
.hh-subscription-multiselect summary:hover{border-color:#a9c4b7;background-color:#fcfefd}
.hh-subscription-multiselect summary:focus{
  outline:0;
  border-color:#287d6d;
  box-shadow:0 0 0 4px rgba(40,125,109,.12),0 8px 20px rgba(31,92,75,.08);
}
.hh-subscription-multiselect__menu{
  position:absolute;
  z-index:30;
  top:calc(100% + 7px);
  left:0;
  right:0;
  display:grid;
  gap:3px;
  max-height:280px;
  padding:7px;
  overflow-y:auto;
  border:1px solid #d7e1db;
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 40px rgba(24,47,36,.16);
}
.hh-subscription-multiselect__all,
.hh-subscription-multiselect__option{
  display:flex !important;
  align-items:center;
  gap:10px !important;
  min-height:40px;
  margin:0;
  padding:8px 10px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#26372f !important;
  font:inherit;
  font-size:14px !important;
  font-weight:650 !important;
  letter-spacing:0 !important;
  text-align:left;
  cursor:pointer;
}
.hh-subscription-multiselect__all:hover,
.hh-subscription-multiselect__option:hover{background:#f2f7f4}
.hh-subscription-multiselect__all.is-selected{color:#176b58 !important;background:#edf7f2}
.hh-subscription-filters__grid .hh-subscription-multiselect__option input[type="checkbox"]{
  width:18px;
  height:18px;
  min-height:0;
  flex:0 0 18px;
  margin:0;
  padding:0;
  border:0;
  border-radius:4px;
  box-shadow:none;
  accent-color:#237969;
  cursor:pointer;
}
.hh-subscription-filters__head .actions-row .btn{min-height:44px;padding-inline:17px;border-radius:11px}
.hh-subscription-filter-result{margin-top:14px;padding-top:14px;border-top:1px solid #ece9e2;color:#68776f;font-size:13px}
.hh-subscription-filter-result strong{color:#1e6c5d;font-size:16px}
.hh-subscription-bulk-bar{
  position:sticky;
  top:76px;
  z-index:18;
  margin:0 0 16px;
  padding:14px 16px;
  border:1px solid #bcd9ce;
  border-radius:10px;
  background:rgba(245,251,248,.97);
  box-shadow:0 14px 34px rgba(24,84,65,.12);
  backdrop-filter:blur(10px);
}
.hh-subscription-bulk-bar__form{display:grid;grid-template-columns:auto minmax(180px,1fr) minmax(150px,.55fr) auto;align-items:end;gap:12px}
.hh-subscription-bulk-bar__selection{display:grid;align-content:center;min-height:48px;padding:0 14px;border-right:1px solid #d7e7e0}
.hh-subscription-bulk-bar__selection strong{color:#176b58;font-size:22px;line-height:1}
.hh-subscription-bulk-bar__selection span{margin-top:4px;color:#65756d;font-size:11px;font-weight:800;white-space:nowrap}
.hh-subscription-bulk-bar__form .btn{min-height:48px;white-space:nowrap}
.hh-subscription-select-cell{width:48px !important;min-width:48px !important;text-align:center !important;padding-left:12px !important;padding-right:8px !important}
.hh-subscription-check{display:inline-grid;place-items:center;margin:0;cursor:pointer}
.hh-subscription-check input{width:19px;height:19px;margin:0;accent-color:#237969;cursor:pointer}
@media (max-width:980px){
  .hh-subscription-summary{grid-template-columns:repeat(2,minmax(0,1fr));}
  .hh-subscription-table-shell{overflow-x:auto;}
  .hh-subscription-table{min-width:980px;}
  .hh-subscription-filters__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hh-subscription-bulk-bar{position:static}
  .hh-subscription-bulk-bar__form{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hh-subscription-bulk-bar__selection{border-right:0;padding-left:0}
}
@media (max-width:640px){
  .hh-subscription-summary{
    grid-template-columns:1fr;
    gap:10px;
  }
  .hh-subscription-summary__item{padding:14px 16px;}
  .hh-subscription-assign__head{flex-direction:column;}
  .hh-subscription-filters__head{flex-direction:column}
  .hh-subscription-filters__head .actions-row{width:100%}
  .hh-subscription-filters__head .actions-row .btn{flex:1}
  .hh-subscription-filters__grid,
  .hh-subscription-bulk-bar__form{grid-template-columns:1fr}
  .hh-subscription-bulk-bar__form .btn{width:100%}
}

/* HOLYHOME PATCH V96: booking filters mobile hard overflow fix */
@media (max-width:760px){
  .listing-toolbar.listing-toolbar--operator,
  .ticket-toolbar-wrap,
  .admin-list-toolbar-wrap,
  .admin-list-toolbar-wrap--flush{
    min-width:0 !important;
    overflow-x:hidden !important;
  }

  .listing-toolbar.listing-toolbar--operator .booking-filters-form.mobile-filters-panel,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel,
  .admin-list-toolbar-form.booking-filters-form.mobile-filters-panel,
  .booking-filters-form.booking-filters-form--admin.mobile-filters-panel{
    display:flex !important;
    flex-direction:column !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
    gap:12px !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:12px 0 0 !important;
    padding:0 !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }

  .listing-toolbar.listing-toolbar--operator .booking-filters-form.mobile-filters-panel > *,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > *,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > *,
  .admin-list-toolbar-form.booking-filters-form.mobile-filters-panel > *,
  .booking-filters-form.booking-filters-form--admin.mobile-filters-panel > *{
    flex:0 0 auto !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }

  .listing-toolbar.listing-toolbar--operator .booking-filters-form.mobile-filters-panel > input[type="search"],
  .listing-toolbar.listing-toolbar--operator .booking-filters-form.mobile-filters-panel > input[type="date"],
  .listing-toolbar.listing-toolbar--operator .booking-filters-form.mobile-filters-panel > select,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > input[type="search"],
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > input[type="date"],
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > select,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > input[type="search"],
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > input[type="date"],
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > select,
  .admin-list-toolbar-form.booking-filters-form.mobile-filters-panel > input[type="search"],
  .admin-list-toolbar-form.booking-filters-form.mobile-filters-panel > input[type="date"],
  .admin-list-toolbar-form.booking-filters-form.mobile-filters-panel > select{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    height:50px !important;
    min-height:50px !important;
    padding:0 16px !important;
    box-sizing:border-box !important;
  }

  .listing-toolbar.listing-toolbar--operator .booking-filters-form.mobile-filters-panel > .booking-filters-actions,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > .booking-filters-actions,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel > .booking-filters-actions,
  .admin-list-toolbar-form.booking-filters-form.mobile-filters-panel > .booking-filters-actions,
  .booking-filters-form.booking-filters-form--admin.mobile-filters-panel > .booking-filters-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    justify-self:stretch !important;
    box-sizing:border-box !important;
  }

  .listing-toolbar.listing-toolbar--operator .booking-filters-form.mobile-filters-panel .booking-filters-submit,
  .listing-toolbar.listing-toolbar--operator .booking-filters-form.mobile-filters-panel .booking-filters-reset,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel .booking-filters-submit,
  .ticket-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel .booking-filters-reset,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel .booking-filters-submit,
  .admin-list-toolbar-wrap .listing-search.ticket-toolbar-form.booking-filters-form.mobile-filters-panel .booking-filters-reset,
  .admin-list-toolbar-form.booking-filters-form.mobile-filters-panel .booking-filters-submit,
  .admin-list-toolbar-form.booking-filters-form.mobile-filters-panel .booking-filters-reset{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:50px !important;
    height:50px !important;
    box-sizing:border-box !important;
  }
}

/* HOLYHOME PATCH V97: dashboard mobile sidebar full scroll */
@media (max-width:980px){
  .dash-sidebar{
    min-height:100vh;
    min-height:100dvh;
    height:100vh;
    height:100dvh;
    max-height:100vh;
    max-height:100dvh;
    display:flex;
    flex-direction:column;
    overflow:hidden;
  }

  .dash-sidebar__logo,
  .dash-sidebar__head,
  .dash-sidebar__status,
  .operator-sidebar-status,
  .operator-presence-panel{
    flex:0 0 auto;
  }

  .dash-menu{
    flex:1 1 auto;
    min-height:0;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    padding-bottom:calc(48px + env(safe-area-inset-bottom,0px));
  }
}

@media (max-width:900px){
  .dash-sidebar{
    padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));
  }
}

/* HOLYHOME PATCH V98: cart mobile checkout CTA */
@media (max-width:760px){
  .cart-summary-card a.btn.cart-summary-card__cta{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:50px !important;
    height:50px !important;
    max-height:50px !important;
    padding:0 18px !important;
    font-size:16px !important;
    line-height:1.1 !important;
  }
}

/* HOLYHOME PATCH V99: mobile header cart beside menu */
.site-header-mobile-actions{
  display:none;
}

@media (max-width:980px){
  .site-header-mobile-actions{
    display:inline-flex !important;
    align-items:center;
    gap:10px;
    margin-left:auto;
  }

  .site-header-mobile-cart{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    min-height:52px;
    padding:0;
    border-radius:18px;
    border:1px solid rgba(224,217,206,.95);
    background:#fff;
    color:#334239;
    box-shadow:0 14px 32px rgba(33,42,37,.08);
  }

  .site-header-mobile-cart svg{
    width:22px;
    height:22px;
    color:#334239 !important;
    stroke:currentColor !important;
    display:block;
  }

  .site-header-mobile-actions .nav-toggle{
    margin-right:0 !important;
    flex:0 0 auto;
  }
}

/* HOLYHOME PATCH V100: denser mobile cart items */
@media (max-width:760px){
  .cart-items-wrap{
    padding:16px !important;
  }

  .cart-items-head{
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
  }

  .cart-items-head h2{
    font-size:clamp(18px,8.2vw,30px);
    line-height:.92;
    letter-spacing:-.05em;
    max-width:5.4ch;
  }

  .cart-items-head .text-link{
    max-width:112px;
    font-size:14px;
    line-height:1.08;
    text-align:right;
    padding-top:4px;
  }

  .cart-items-list{
    gap:12px;
  }

  .cart-item-card--compact{
    grid-template-columns:64px minmax(0,1fr) auto;
    gap:10px 12px;
    padding:12px;
    border-radius:18px;
  }

  .cart-item-card--compact .cart-item-card__media{
    width:64px;
    height:64px;
    border-radius:16px;
  }

  .cart-badge{
    min-height:26px;
    padding:0 10px;
    margin-bottom:6px;
    font-size:11px;
  }

  .cart-item-card__top--compact h3{
    margin:2px 0 0;
    font-size:16px;
    line-height:1.12;
  }

  .cart-item-card__meta-row{
    padding-top:2px;
  }

  .cart-meta-inline{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 10px;
  }

  .cart-meta-inline__item{
    gap:3px;
  }

  .cart-meta-inline__item--wide{
    grid-column:1 / -1;
  }

  .cart-meta-inline__label{
    font-size:10px;
    letter-spacing:.06em;
  }

  .cart-meta-inline__value{
    font-size:13px;
    line-height:1.25;
  }

  .cart-item-card__actions--compact{
    gap:8px;
  }

  .cart-remove-icon{
    width:34px;
    height:34px;
    min-width:34px;
    min-height:34px;
  }

  .cart-item-card__price--single strong{
    font-size:17px;
  }
}

.hh-saved-filter-views{
  display:grid;
  gap:14px;
  margin:0 0 16px;
  padding:16px 18px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 12px 26px rgba(15,23,42,.04);
}

.hh-saved-filter-views__top{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.hh-saved-filter-views__field{
  display:grid;
  gap:7px;
  min-width:min(320px,100%);
  flex:1 1 320px;
}

.hh-saved-filter-views__field span,
.hh-saved-view-modal__field span{
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#667085;
}

.hh-saved-filter-views__field select,
.hh-saved-view-modal__field input{
  min-height:46px;
  width:100%;
  border-radius:14px;
  border:1px solid rgba(203,213,225,.96);
  background:#fff;
  color:#20312a;
  font-size:14px;
  outline:none;
  box-shadow:0 1px 0 rgba(15,23,42,.03);
}

.hh-saved-filter-views__field select{
  padding:0 40px 0 14px;
}

.hh-saved-view-modal__field input{
  padding:0 14px;
}

.hh-saved-filter-views__field select:focus,
.hh-saved-view-modal__field input:focus{
  border-color:#c9ab6c;
  box-shadow:0 0 0 4px rgba(201,171,108,.16);
}

.hh-saved-filter-views__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.hh-saved-filter-views__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.hh-saved-filter-views__default-toggle{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:#344054;
}

.hh-saved-filter-views__hint{
  margin:0;
  display:none;
  color:#526277;
  font-size:13px;
}

.hh-saved-filter-views__hint.is-visible{
  display:block;
}

.hh-saved-filter-views__message{
  padding:12px 14px;
  border-radius:14px;
  font-size:14px;
  font-weight:700;
}

.hh-saved-filter-views__message.is-success{
  background:rgba(240,253,244,.92);
  border:1px solid rgba(34,197,94,.18);
  color:#166534;
}

.hh-saved-filter-views__message.is-error{
  background:rgba(254,242,242,.94);
  border:1px solid rgba(239,68,68,.18);
  color:#b42318;
}

.hh-saved-view-modal__body{
  display:grid;
  gap:16px;
  padding:20px 22px 0;
}

.hh-saved-view-modal__field{
  display:grid;
  gap:8px;
}

.hh-saved-view-modal__actions{
  padding:18px 22px 22px;
}

@media (max-width:760px){
  .hh-saved-filter-views{
    padding:14px;
    border-radius:16px;
  }

  .hh-saved-filter-views__actions,
  .hh-saved-filter-views__bottom{
    width:100%;
  }

  .hh-saved-filter-views__actions .btn{
    flex:1 1 calc(50% - 10px);
  }

  .hh-saved-view-modal__actions{
    padding:16px 18px 18px;
  }
}

.ticket-hub-page{
  display:grid;
  gap:24px;
  margin-top:22px;
}

.ticket-hub-saved-views .hh-saved-filter-views,
.ticket-hub-section{
  margin:0;
  padding:28px 30px;
  border:1px solid rgba(223,228,238,.92);
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  box-shadow:0 18px 44px rgba(15,23,42,.06);
}

.ticket-hub-saved-views .hh-saved-filter-views{
  gap:20px;
}

.ticket-hub-saved-views .hh-saved-filter-views__field{
  gap:12px;
}

.ticket-hub-saved-views .hh-saved-filter-views__field > span{
  font-size:16px;
  font-weight:800;
  letter-spacing:-.01em;
  text-transform:none;
  color:#0f172a;
}

.ticket-hub-saved-views .hh-saved-filter-views__field select{
  min-height:58px;
  border-radius:18px;
  border-color:#d9e2ef;
  padding:0 48px 0 18px;
  font-size:15px;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
}

.ticket-hub-saved-views .hh-saved-filter-views__actions{
  gap:12px;
}

.ticket-hub-saved-views .hh-saved-filter-views__actions .btn,
.ticket-hub-saved-views .hh-saved-filter-views__bottom .btn{
  min-height:56px;
  padding:0 22px;
  border-radius:18px;
  font-weight:700;
}

.ticket-hub-saved-views .hh-saved-filter-views__default-toggle{
  gap:12px;
  font-size:15px;
  color:#475467;
}

.ticket-hub-saved-views .hh-saved-filter-views__default-toggle input{
  width:22px;
  height:22px;
}

.ticket-hub-section{
  display:grid;
  gap:22px;
}

.ticket-hub-section__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.ticket-hub-section__title{
  margin:0;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.03em;
  color:#0f172a;
}

.ticket-hub-section__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.ticket-hub-inline-link{
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
}

.ticket-hub-top-action{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:56px;
  padding:0 22px;
  border-radius:18px;
  font-weight:700;
}

.ticket-hub-top-action__icon,
.ticket-inline-icon,
.ticket-admin-row__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  flex:0 0 18px;
}

.ticket-hub-top-action__icon svg,
.ticket-inline-icon svg,
.ticket-admin-row__icon svg{
  width:100%;
  height:100%;
  stroke:currentColor;
}

.ticket-hub-filter-form{
  display:grid;
  gap:18px 20px;
  align-items:end;
}

.ticket-hub-filter-form--operators{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.ticket-hub-filter-form--customers,
.ticket-hub-filter-form--contacts{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ticket-filter-field{
  display:grid;
  gap:10px;
  min-width:0;
}

.ticket-filter-field--wide{
  grid-column:span 2;
}

.ticket-filter-field__label{
  font-size:14px;
  font-weight:700;
  color:#475467;
}

.ticket-filter-field input[type="search"],
.ticket-filter-field select{
  width:100%;
  min-height:58px;
  border:1px solid #d9e2ef;
  border-radius:18px;
  background:#fff;
  padding:0 18px;
  color:#0f172a;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
}

.ticket-filter-field input[type="search"]:focus,
.ticket-filter-field select:focus{
  outline:none;
  border-color:#9bc9c0;
  box-shadow:0 0 0 4px rgba(34,139,125,.12),0 16px 34px rgba(15,23,42,.08);
}

.ticket-filter-actions{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:wrap;
  grid-column:1 / -1;
}

.ticket-admin-list--showcase{
  display:grid;
  gap:18px;
}

.ticket-admin-row--showcase{
  --ticket-accent:#14866d;
  --ticket-accent-soft:rgba(20,134,109,.14);
  --ticket-accent-border:rgba(20,134,109,.2);
  display:flex;
  flex-direction:row;
  position:relative;
  align-items:stretch;
  justify-content:flex-start;
  gap:20px;
  min-width:0;
  padding:24px 26px;
  border:1px solid rgba(220,226,236,.95);
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#fcfdff 100%);
  box-shadow:0 18px 40px rgba(15,23,42,.06);
  overflow:hidden;
}

.ticket-admin-row--showcase.has-unread{
  border-color:var(--ticket-accent-border);
  box-shadow:0 22px 48px rgba(15,23,42,.08);
}

.ticket-admin-row--showcase.has-unread::before{
  content:none;
}

.ticket-admin-row__accent{
  width:4px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--ticket-accent) 0%,rgba(255,255,255,.65) 100%);
  align-self:stretch;
  flex:0 0 4px;
}

.ticket-admin-row__icon-wrap{
  display:flex;
  align-items:flex-start;
  padding-top:4px;
}

.ticket-admin-row__icon-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border-radius:22px;
  background:linear-gradient(180deg,#fff 0%,var(--ticket-accent-soft) 100%);
  color:var(--ticket-accent);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 14px 26px rgba(15,23,42,.06);
}

.ticket-admin-row__icon-badge .ticket-admin-row__icon{
  width:28px;
  height:28px;
  flex-basis:28px;
}

.ticket-admin-row__main{
  gap:12px;
}

.ticket-admin-row__title strong{
  font-size:18px;
  line-height:1.18;
  letter-spacing:-.02em;
}

.ticket-admin-row__preview{
  color:#475467;
  margin-top:2px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.ticket-admin-row__timeline{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  margin-top:2px;
  color:#667085;
}

.ticket-admin-row__timeline span,
.ticket-admin-row__meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.ticket-admin-row__meta{
  gap:10px 12px;
}

.ticket-admin-row__aside{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:18px;
  min-width:220px;
}

.ticket-admin-row__read-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}

.ticket-admin-row__read-pill.is-read{
  background:#f2f4f7;
  color:#667085;
}

.ticket-admin-row__read-pill.is-new{
  background:rgba(255,247,237,.95);
  color:#b54708;
}

.ticket-row-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  line-height:1;
}

.ticket-row-chip--muted{
  background:#f2f4f7;
  color:#475467;
}

.ticket-row-chip--success{
  background:#ecfdf3;
  color:#027a48;
}

.ticket-row-chip--warning{
  background:#fff7ed;
  color:#b54708;
}

.ticket-row-chip--neutral{
  background:#eef4ff;
  color:#1d4ed8;
}

.ticket-row-chip a{
  color:inherit;
  text-decoration:none;
}

.ticket-row-chip a:hover{
  text-decoration:underline;
}

.ticket-admin-row--emerald{
  --ticket-accent:#17856d;
  --ticket-accent-soft:rgba(23,133,109,.14);
  --ticket-accent-border:rgba(23,133,109,.22);
}

.ticket-admin-row--sky{
  --ticket-accent:#4f8fe8;
  --ticket-accent-soft:rgba(79,143,232,.14);
  --ticket-accent-border:rgba(79,143,232,.22);
}

.ticket-admin-row--violet{
  --ticket-accent:#8b6ed9;
  --ticket-accent-soft:rgba(139,110,217,.15);
  --ticket-accent-border:rgba(139,110,217,.22);
}

.ticket-admin-row--amber{
  --ticket-accent:#d7a54f;
  --ticket-accent-soft:rgba(215,165,79,.16);
  --ticket-accent-border:rgba(215,165,79,.24);
}

.ticket-admin-row--mint{
  --ticket-accent:#4aa58b;
  --ticket-accent-soft:rgba(74,165,139,.14);
  --ticket-accent-border:rgba(74,165,139,.22);
}

.ticket-admin-row--teal{
  --ticket-accent:#2f9aa0;
  --ticket-accent-soft:rgba(47,154,160,.14);
  --ticket-accent-border:rgba(47,154,160,.22);
}

@media (max-width:1360px){
  .ticket-hub-filter-form--operators{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .ticket-hub-filter-form--customers,
  .ticket-hub-filter-form--contacts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:980px){
  .ticket-hub-saved-views .hh-saved-filter-views,
  .ticket-hub-section{
    padding:22px 20px;
    border-radius:24px;
  }

  .ticket-admin-row--showcase{
    flex-wrap:wrap;
    padding:22px 20px;
  }

  .ticket-admin-row__aside{
    width:100%;
    min-width:0;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
  }
}

@media (max-width:760px){
  .ticket-hub-page{
    gap:18px;
  }

  .ticket-hub-top-action,
  .ticket-hub-inline-link,
  .ticket-filter-actions .btn{
    width:100%;
  }

  .ticket-hub-filter-form--operators,
  .ticket-hub-filter-form--customers,
  .ticket-hub-filter-form--contacts{
    grid-template-columns:1fr;
  }

  .ticket-filter-field--wide{
    grid-column:auto;
  }

  .ticket-filter-actions{
    justify-content:stretch;
  }

  .ticket-admin-row--showcase{
    padding:20px 18px;
    border-radius:24px;
  }

  .ticket-admin-row__icon-badge{
    width:56px;
    height:56px;
    border-radius:20px;
  }

  .ticket-admin-row__aside{
    flex-direction:column;
    align-items:stretch;
  }

  .ticket-admin-row__actions{
    width:100%;
    justify-content:stretch;
  }

  .ticket-admin-row__actions .btn,
  .ticket-admin-row__actions .inline-form{
    width:100%;
  }
}

.funnel-trigger-page{
  display:grid;
  gap:24px;
}

.funnel-trigger-toolbar,
.funnel-trigger-card,
.funnel-trigger-last-log,
.funnel-trigger-result{
  border-radius:26px;
}

.funnel-trigger-toolbar{
  display:grid;
  gap:18px;
}

.funnel-trigger-toolbar__intro{
  display:grid;
  gap:10px;
}

.funnel-trigger-toolbar__intro p{
  margin:0;
  color:#667085;
  line-height:1.6;
}

.funnel-trigger-toolbar__fields{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.funnel-trigger-section{
  display:grid;
  gap:14px;
}

.funnel-trigger-section__head h2{
  margin:0;
  font-size:24px;
  color:#1f2937;
}

.funnel-trigger-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.funnel-trigger-card{
  display:grid;
  gap:16px;
  padding:22px;
}

.funnel-trigger-card__head{
  display:flex;
  justify-content:space-between;
  gap:18px;
}

.funnel-trigger-card__head h3{
  margin:0 0 8px;
  font-size:20px;
  color:#1f2937;
}

.funnel-trigger-card__head p{
  margin:0;
  color:#667085;
  line-height:1.6;
}

.funnel-trigger-card__badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
  align-content:flex-start;
}

.funnel-trigger-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  border:1px solid transparent;
}

.funnel-trigger-pill.is-success{
  background:#eef9f1;
  color:#17663d;
  border-color:#b9e4c8;
}

.funnel-trigger-pill.is-warning{
  background:#fff7e8;
  color:#9a5b00;
  border-color:#f4d8a7;
}

.funnel-trigger-pill.is-error{
  background:#fff1f1;
  color:#a12b2b;
  border-color:#efc0c0;
}

.funnel-trigger-pill.is-neutral{
  background:#f4f4f5;
  color:#495464;
  border-color:#d8dbe1;
}

.funnel-trigger-card__meta{
  display:grid;
  gap:6px;
  color:#475467;
  font-size:14px;
}

.funnel-trigger-card__requirements{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.funnel-trigger-card__requirements span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:14px;
  background:#faf7f2;
  color:#7b6d5b;
  font-size:12px;
  font-weight:700;
}

.funnel-trigger-card__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.funnel-trigger-result{
  display:grid;
  gap:16px;
  padding:22px;
}

.funnel-trigger-result.is-ok{
  border:1px solid #cfe9d8;
  background:linear-gradient(180deg,#ffffff 0%,#f6fcf8 100%);
}

.funnel-trigger-result.is-partial{
  border:1px solid #f2dfb8;
  background:linear-gradient(180deg,#ffffff 0%,#fffaf0 100%);
}

.funnel-trigger-result.is-error{
  border:1px solid #efcccc;
  background:linear-gradient(180deg,#ffffff 0%,#fff7f7 100%);
}

.funnel-trigger-result__head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}

.funnel-trigger-result__head h3{
  margin:10px 0 0;
  font-size:22px;
  color:#1f2937;
}

.funnel-trigger-result__meta{
  color:#667085;
  font-size:14px;
}

.funnel-trigger-alert{
  padding:14px 16px;
  border-radius:18px;
  font-size:14px;
  line-height:1.6;
}

.funnel-trigger-alert.is-error{
  background:#fff0f0;
  color:#8b1f1f;
  border:1px solid #efc0c0;
}

.funnel-trigger-checklist{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.funnel-trigger-check{
  display:grid;
  gap:6px;
  padding:14px;
  border-radius:18px;
  border:1px solid #e6e8ee;
  background:#fff;
}

.funnel-trigger-check strong{
  color:#243041;
  font-size:14px;
}

.funnel-trigger-check span{
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.funnel-trigger-check small{
  color:#667085;
  line-height:1.5;
}

.funnel-trigger-check.is-ok{
  border-color:#b9e4c8;
  background:#f6fcf8;
}

.funnel-trigger-check.is-ok span{
  color:#17663d;
}

.funnel-trigger-check.is-error{
  border-color:#efc0c0;
  background:#fff7f7;
}

.funnel-trigger-check.is-error span{
  color:#a12b2b;
}

.funnel-trigger-check.is-pending,
.funnel-trigger-check.is-na{
  background:#fafbfc;
}

.funnel-trigger-check.is-pending span,
.funnel-trigger-check.is-na span{
  color:#667085;
}

.funnel-trigger-technical summary{
  cursor:pointer;
  font-weight:800;
  color:#243041;
}

.funnel-trigger-technical pre,
.funnel-trigger-last-log__json{
  margin:12px 0 0;
  padding:18px;
  border-radius:18px;
  background:#101828;
  color:#e5ecf6;
  overflow:auto;
  font-size:13px;
  line-height:1.6;
}

.funnel-trigger-visual-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.funnel-chat-inline,
.funnel-chat-preview-head,
.funnel-chat-preview-thread{
  padding:22px;
  border-radius:26px;
}

.funnel-chat-inline{
  display:grid;
  gap:16px;
}

.funnel-chat-inline__head,
.funnel-chat-preview-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}

.funnel-chat-inline__head h3,
.funnel-chat-preview-head h2{
  margin:10px 0 0;
  color:#1f2937;
}

.funnel-chat-preview-head p{
  margin:10px 0 0;
  color:#667085;
}

.funnel-chat-inline__thread,
.funnel-chat-preview-thread{
  display:grid;
  gap:12px;
  background:linear-gradient(180deg,#f8fafc 0%,#f4f7fb 100%);
}

.funnel-chat-preview-page{
  display:grid;
  gap:20px;
}

.funnel-chat-preview-meta{
  display:grid;
  gap:8px;
  color:#667085;
  font-size:14px;
}

.funnel-chat-bubble{
  max-width:78%;
  display:grid;
  gap:8px;
  padding:14px 16px;
  border-radius:22px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}

.funnel-chat-bubble.is-customer{
  justify-self:flex-start;
  background:#ffffff;
  border:1px solid #d9e4f2;
}

.funnel-chat-bubble.is-operator{
  justify-self:flex-end;
  background:#f5faf7;
  border:1px solid #cfe4d5;
}

.funnel-chat-bubble__meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#667085;
  font-size:12px;
}

.funnel-chat-bubble__meta strong{
  color:#243041;
  font-size:13px;
}

.funnel-chat-bubble__body{
  color:#1f2937;
  line-height:1.7;
  white-space:normal;
  word-break:break-word;
}

.funnel-trigger-last-log{
  display:grid;
  gap:14px;
  padding:22px;
}

.funnel-trigger-last-log__meta{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  color:#475467;
  font-size:14px;
}

@media (max-width:1180px){
  .funnel-trigger-toolbar__fields,
  .funnel-trigger-checklist{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .funnel-trigger-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .funnel-trigger-toolbar__fields,
  .funnel-trigger-checklist{
    grid-template-columns:1fr;
  }

  .funnel-trigger-card__head,
  .funnel-trigger-result__head,
  .funnel-chat-inline__head,
  .funnel-chat-preview-head{
    flex-direction:column;
  }

  .funnel-trigger-card__badges{
    justify-content:flex-start;
  }

  .funnel-chat-bubble{
    max-width:100%;
  }

  .funnel-trigger-card__actions .btn,
.funnel-trigger-card__actions .inline-form{
    width:100%;
  }
}

/* Keep destructive booking actions visibly destructive after all generic button rules. */
.booking-list-table__actions .booking-secondary-actions .booking-delete-btn,
.booking-mobile-card__actions .booking-secondary-actions .booking-delete-btn,
.booking-secondary-actions button.booking-delete-btn.btn.btn-sm{
  border-color:#dc2626 !important;
  background:transparent !important;
  background-image:none !important;
  color:#b42318 !important;
  -webkit-text-fill-color:#b42318 !important;
  box-shadow:none !important;
}

.booking-list-table__actions .booking-secondary-actions .booking-delete-btn:hover,
.booking-mobile-card__actions .booking-secondary-actions .booking-delete-btn:hover,
.booking-secondary-actions button.booking-delete-btn.btn.btn-sm:hover{
  border-color:#991b1b !important;
  background:#fff1f1 !important;
  background-image:none !important;
  color:#991b1b !important;
  -webkit-text-fill-color:#991b1b !important;
}

.booking-list-table__actions .booking-secondary-actions .booking-edit-btn,
.booking-mobile-card__actions .booking-secondary-actions .booking-edit-btn,
.booking-secondary-actions a.booking-edit-btn.btn.btn-sm{
  border-color:#d8d2c8 !important;
  background:#fff !important;
  background-image:none !important;
  color:#2f3a35 !important;
  -webkit-text-fill-color:#2f3a35 !important;
  box-shadow:none !important;
}

.booking-list-table__actions .booking-secondary-actions .booking-edit-btn:hover,
.booking-mobile-card__actions .booking-secondary-actions .booking-edit-btn:hover,
.booking-secondary-actions a.booking-edit-btn.btn.btn-sm:hover{
  border-color:#c9c0b4 !important;
  background:#faf9f7 !important;
  background-image:none !important;
  color:#1f2a25 !important;
  -webkit-text-fill-color:#1f2a25 !important;
}

.booking-secondary-actions .booking-secondary-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-height:44px !important;
  padding:0 14px !important;
  border-radius:8px !important;
  border-width:1px !important;
  border-style:solid !important;
  background-image:none !important;
  box-shadow:none !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  white-space:nowrap !important;
}

.booking-secondary-actions .booking-secondary-edit{
  border-color:#d8d2c8 !important;
  background:#fff !important;
  color:#2f3a35 !important;
  -webkit-text-fill-color:#2f3a35 !important;
}

.booking-secondary-actions .booking-secondary-edit:hover{
  border-color:#c9c0b4 !important;
  background:#faf9f7 !important;
  color:#1f2a25 !important;
  -webkit-text-fill-color:#1f2a25 !important;
}

.booking-secondary-actions .booking-secondary-delete{
  border-color:#dc2626 !important;
  background:transparent !important;
  color:#b42318 !important;
  -webkit-text-fill-color:#b42318 !important;
}

.booking-secondary-actions .booking-secondary-delete:hover{
  border-color:#991b1b !important;
  background:#fff1f1 !important;
  color:#991b1b !important;
  -webkit-text-fill-color:#991b1b !important;
}

.booking-list-table__actions .booking-secondary-actions,
.booking-mobile-card__actions .booking-secondary-actions{
  display:flex !important;
  grid-column:1 / -1 !important;
  align-items:stretch !important;
  gap:10px !important;
  width:100% !important;
}

.booking-list-table__actions .booking-secondary-actions .inline-form,
.booking-mobile-card__actions .booking-secondary-actions .inline-form{
  display:flex !important;
  flex:1 1 0 !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 !important;
}

.booking-list-table__actions .booking-secondary-actions .booking-secondary-btn,
.booking-mobile-card__actions .booking-secondary-actions .booking-secondary-btn{
  flex:1 1 0 !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  min-height:44px !important;
  border-radius:8px !important;
  font-size:14px !important;
  font-weight:800 !important;
  padding:0 14px !important;
}

.booking-list-table__actions .booking-secondary-actions .booking-secondary-edit,
.booking-mobile-card__actions .booking-secondary-actions .booking-secondary-edit{
  border:1px solid #d8d2c8 !important;
  background:#fff !important;
  color:#2f3a35 !important;
  -webkit-text-fill-color:#2f3a35 !important;
}

.booking-list-table__actions .booking-secondary-actions .booking-secondary-edit:hover,
.booking-mobile-card__actions .booking-secondary-actions .booking-secondary-edit:hover{
  border-color:#c9c0b4 !important;
  background:#faf9f7 !important;
  color:#1f2a25 !important;
  -webkit-text-fill-color:#1f2a25 !important;
}

/* Chat operatore: stessa esperienza visiva della chat cliente. */
.operator-chat-unified .hh-wa{
  grid-template-columns:minmax(240px,300px) minmax(0,1fr);
  min-height:720px;
  height:min(76vh,820px);
  background:#dfe7e2;
}
.operator-chat-unified .hh-wa__sidebar{
  min-width:0;
  overflow:auto;
}
.operator-chat-unified .hh-wa__sidebar > h3{
  margin:0 0 14px;
  color:#22312a;
}
.operator-chat-conversations{
  display:grid;
  gap:8px;
}
.operator-chat-conversation{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  gap:10px;
  padding:10px;
  border:1px solid transparent;
  border-radius:14px;
  color:#22312a;
  text-decoration:none;
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.operator-chat-conversation:hover,
.operator-chat-conversation.is-active{
  background:#fff;
  border-color:#cfe0d7;
  box-shadow:0 8px 20px rgba(34,49,42,.07);
}
.operator-chat-conversation__avatar{
  width:42px;
  height:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#dff3ea,#c4e5d6);
  color:#0b6b57;
  font-weight:850;
}
.operator-chat-conversation strong,
.operator-chat-conversation small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.operator-chat-conversation small{
  margin-top:3px;
  color:#687870;
  font-size:.78rem;
}
.operator-chat-new{
  margin-top:18px;
  border-top:1px solid #d6e4dd;
  padding-top:14px;
}
.operator-chat-new summary{
  cursor:pointer;
  color:#0b6b57;
  font-weight:800;
}
.operator-chat-new form{
  margin-top:14px;
}
.operator-chat-unified .hh-wa__main{
  min-height:0;
  height:100%;
  overflow:hidden;
  background:#eef3ef;
}
.operator-chat-unified .hh-wa__top{
  position:relative;
  z-index:5;
  min-height:76px;
  padding:14px 18px;
  background:linear-gradient(180deg,#fff 0%,#f8fbf9 100%);
  border-bottom:1px solid rgba(203,216,209,.9);
  box-shadow:0 10px 26px rgba(34,49,42,.07);
}
.operator-chat-unified .hh-wa__thread{
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
  overscroll-behavior:contain;
  padding:18px 14px 16px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.26) 0%,rgba(240,246,242,.58) 100%),
    #eef3ef;
}
.operator-chat-unified .hh-wa__composer{
  position:relative;
  z-index:5;
  padding:12px 14px;
  background:linear-gradient(180deg,rgba(248,251,249,.98) 0%,#fff 100%);
  border-top:1px solid rgba(203,216,209,.9);
  box-shadow:0 -12px 30px rgba(34,49,42,.09);
}
.operator-chat-unified .hh-wa__composer form{
  max-width:980px;
  margin:0 auto;
  padding:8px 10px 9px;
  border:1px solid rgba(203,216,209,.86);
  border-radius:28px;
  background:linear-gradient(180deg,#fff 0%,#f8fbf9 100%);
  box-shadow:0 12px 28px rgba(34,49,42,.07);
}
.operator-chat-unified .hh-wa__composer-row{
  align-items:center;
  gap:10px;
}
.operator-chat-unified .hh-wa__composer-row textarea{
  min-height:54px;
  max-height:132px;
  padding:15px 18px;
  border-radius:20px;
  border:1px solid rgba(188,205,196,.95);
  background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%);
  color:#20322a;
  font-size:16px;
  line-height:1.45;
  box-shadow:0 8px 18px rgba(34,49,42,.05);
}
.operator-chat-unified .hh-wa__composer-row textarea:focus{
  outline:0;
  border-color:#8fc7aa;
  box-shadow:0 0 0 4px rgba(11,107,87,.10),0 10px 22px rgba(34,49,42,.07);
}
.operator-chat-unified .hh-chat-upload-trigger,
.operator-chat-unified .chat-audio-btn{
  width:52px;
  height:52px;
  min-width:52px;
  min-height:52px;
  border-radius:999px;
}
.operator-chat-unified .hh-wa__composer .hh-chat-upload-trigger,
.operator-chat-unified .hh-wa__composer .chat-audio-btn{
  border:1px solid rgba(188,205,196,.95);
  background:#f6faf8;
}
.operator-chat-unified .chat-audio-btn--mic{
  color:#0b6b57;
  box-shadow:0 10px 20px rgba(11,107,87,.12);
}
.operator-chat-unified .chat-audio-tools--public{
  margin:7px 62px 0;
  min-height:15px;
}
.operator-chat-unified .hh-wa .chat-message{
  max-width:min(74%,720px);
  padding:12px 14px;
  border:1px solid rgba(203,216,209,.72);
  box-shadow:0 10px 24px rgba(34,49,42,.07);
}
.operator-chat-unified .hh-wa .chat-message.mine{
  background:linear-gradient(180deg,#dff5e8 0%,#d4eedf 100%);
  border-color:rgba(143,198,167,.76);
}
.operator-chat-unified .hh-wa .chat-message.other{
  background:#fff;
  border-color:rgba(216,225,220,.95);
}
@media (max-width:980px){
  .operator-chat-unified .hh-wa{
    grid-template-columns:minmax(0,1fr);
    height:auto;
    min-height:0;
  }
  .operator-chat-unified .hh-wa__sidebar{
    overflow:visible;
    padding:12px;
    border-right:0;
    border-bottom:1px solid #d6e4dd;
  }
  .operator-chat-unified .hh-wa__sidebar > h3{
    margin-bottom:8px;
  }
  .operator-chat-conversations{
    display:flex;
    overflow-x:auto;
    padding-bottom:4px;
  }
  .operator-chat-conversation{
    flex:0 0 220px;
  }
  .operator-chat-new{
    margin-top:8px;
    padding-top:8px;
  }
  .operator-chat-unified .hh-wa__main{
    height:70vh;
    min-height:560px;
  }
  .operator-chat-unified .hh-wa__top{
    padding:10px;
  }
  .operator-chat-unified .hh-wa__top-meta{
    margin-left:auto;
    flex-wrap:nowrap;
  }
  .operator-chat-unified .hh-chat-terminate-btn{
    min-height:42px;
    padding:0 13px;
    white-space:nowrap;
  }
  .operator-chat-unified .hh-wa__composer{
    padding:8px;
  }
  .operator-chat-unified .hh-wa__composer form{
    padding:6px 7px 7px;
    border-radius:24px;
  }
  .operator-chat-unified .hh-wa__composer-row{
    gap:6px;
  }
  .operator-chat-unified .hh-wa__composer-row textarea{
    min-height:48px;
    max-height:108px;
    padding:12px 14px;
  }
  .operator-chat-unified .chat-audio-tools--public{
    margin:6px 52px 0;
  }
}
.hh-wa__closed-booking-panel{
  flex:0 0 auto;
  max-height:52vh;
  overflow:auto;
  padding:14px 18px calc(14px + env(safe-area-inset-bottom));
  border-top:1px solid var(--line);
  background:#fffdf9;
}
.hh-wa__closed-booking-panel .hh-chat-close-offer{
  width:100%;
  max-width:560px;
  margin:0 auto;
}

/* V72 — chat consulenza: interfaccia desktop ispirata al layout di riferimento */
@media (min-width:1101px){
  .service-chat-public .hh-wa__top{min-height:92px;padding:18px 26px;background:#fff;box-shadow:none}
  .service-chat-public .hh-wa__contact{gap:16px}
  .service-chat-public .hh-wa__avatar{width:54px;height:54px;background:linear-gradient(145deg,#e9f4ef 0%,#dcece5 100%);color:#125c4c;font-size:1.12rem}
  .service-chat-public .hh-wa__contact-name{color:#17221e;font-size:1.16rem;line-height:1.2}
  .service-chat-public .hh-wa__contact-subline{margin-top:6px}
  .service-chat-public .chat-presence-panel--inline,
  .service-chat-public .hh-wa__contact-submeta{font-size:.91rem}
  .service-chat-public .hh-wa__top-meta{gap:18px}
  .service-chat-public .hh-chat-terminate-btn{
    min-height:48px;padding:0 24px;border-color:#066b55;border-radius:11px;
    background:linear-gradient(180deg,#0d8066 0%,#076851 100%);
    box-shadow:0 8px 18px rgba(7,104,81,.18)
  }
  .service-chat-public .hh-chat-terminate-btn:hover,
  .service-chat-public .hh-chat-terminate-btn:focus-visible{
    border-color:#055844;background:linear-gradient(180deg,#0b705a 0%,#055844 100%);
    box-shadow:0 10px 22px rgba(7,104,81,.22)
  }
  .service-chat-public .hh-wa__close{width:54px;height:54px;border-color:#d6dfda;background:#fff;box-shadow:none}
  .service-chat-public .hh-wa__close::before{width:18px;height:2px;transform:none;background:#324039}
  .service-chat-public .hh-wa__close::after{
    display:block;width:9px;height:9px;margin-left:7px;border-top:2px solid #324039;
    border-right:2px solid #324039;border-radius:0;background:transparent;transform:rotate(45deg)
  }
  .service-chat-public .hh-wa__notice-bar{
    margin:20px 20px 0;border:1px solid #f0ddb6;border-radius:14px;
    box-shadow:0 8px 22px rgba(94,72,30,.05)
  }
  .service-chat-public .hh-wa__notice-bar[data-free-chat-timer]{
    position:relative;min-height:76px;padding:15px 20px 15px 80px;gap:10px;
    background:linear-gradient(100deg,#fffaf0 0%,#fffdf8 100%);border-color:#efddb9;color:#313b36
  }
  .service-chat-public .hh-wa__notice-bar[data-free-chat-timer]::before{
    content:"";position:absolute;left:20px;top:50%;width:40px;height:40px;
    border:1px solid #f0dfb9;border-radius:12px;
    background:
      linear-gradient(#303a35,#303a35) 11px 12px/18px 2px no-repeat,
      linear-gradient(#303a35,#303a35) 11px 17px/18px 2px no-repeat,
      radial-gradient(circle at 15px 25px,#303a35 0 2px,transparent 2.5px),
      linear-gradient(145deg,#fff8e3,#fff2c9);
    transform:translateY(-50%)
  }
  .service-chat-public .hh-wa__notice-bar[data-free-chat-timer] strong{color:#1d2823;font-size:1rem}
  .service-chat-public .hh-wa__thread{
    margin-top:16px;padding:22px 20px 24px;background-color:#fbfcfb;
    background-image:
      linear-gradient(180deg,rgba(255,255,255,.82),rgba(249,251,250,.62)),
      radial-gradient(circle,rgba(48,96,76,.08) 1px,transparent 1.5px);
    background-size:auto,54px 54px;border-top:1px solid rgba(220,228,224,.75)
  }
  .service-chat-public .hh-wa__composer{
    padding:20px 28px max(18px,env(safe-area-inset-bottom));background:#fff;box-shadow:none
  }
  .service-chat-public .hh-wa__composer form{
    max-width:none;padding:0;border:0;border-radius:0;background:#fff;box-shadow:none
  }
  .service-chat-public .hh-wa__composer-row{gap:14px}
  .service-chat-public .hh-wa__composer-row textarea{
    min-height:58px;padding:17px 20px;border-color:#dbe3df;border-radius:999px;box-shadow:none
  }
  .service-chat-public .hh-wa__composer .hh-chat-upload-trigger,
  .service-chat-public .hh-wa__composer .chat-audio-btn{
    width:56px;height:56px;min-width:56px;min-height:56px;background:#fff;border-color:#dbe3df;box-shadow:none
  }
  .service-chat-public .hh-wa__composer .chat-audio-btn--mic.is-send-mode{
    border-color:#08705a;background:linear-gradient(180deg,#0b8065,#076a54);
    color:#fff;box-shadow:0 9px 20px rgba(7,106,84,.2)
  }
  .service-chat-public .chat-audio-tools--public{margin:10px 0 0;padding:0 2px}
}

/* V76 — stato chat terminata e prenotazione della nuova sessione */
.service-chat-closed .hh-wa__thread{
  flex:1 1 auto;
  min-height:240px
}
.service-chat-closed .hh-wa__closed-booking-panel{
  flex:0 0 auto;
  max-height:none;
  padding:10px 20px 12px;
  background:#f8faf9
}
.service-chat-closed .hh-wa__closed-booking-panel .hh-chat-close-offer{
  width:min(100%,1100px);
  max-width:1100px;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important
}
.hh-chat-reopen-card{
  width:100%;
  padding:18px;
  border:1px solid #cfe2d9;
  border-radius:18px;
  background:#fff;
  color:#23312b;
  box-shadow:0 10px 28px rgba(31,49,41,.07)
}
.hh-chat-reopen-card__badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#eaf5f0;
  color:#17654f;
  font-size:.66rem;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase
}
.hh-chat-reopen-card h2{
  max-width:680px;
  margin:10px 0 5px;
  color:#18251f;
  font-size:clamp(1.08rem,1.5vw,1.3rem);
  line-height:1.25
}
.hh-chat-reopen-card__policy{
  max-width:700px;
  margin:0;
  color:#5b6962;
  font-size:.84rem;
  line-height:1.45
}
.hh-chat-reopen-card__payment-note{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:5px 10px;
  margin-top:18px;
  padding:14px 16px;
  border:1px solid #f0c99f;
  border-radius:16px;
  background:#fff8ee;
  color:#754115
}
.hh-chat-reopen-card__payment-note::before{
  content:"€";
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:#f3dfc5;
  color:#8b4d18;
  font-size:1.1rem;
  font-weight:900
}
.hh-chat-reopen-card__payment-note strong,
.hh-chat-reopen-card__payment-note span{grid-column:2}
.hh-chat-reopen-card__payment-note strong{font-size:.92rem}
.hh-chat-reopen-card__payment-note span{font-size:.82rem;line-height:1.35}
.hh-chat-reopen-card__service{
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  gap:13px;
  margin-top:13px;
  padding:10px;
  border:1px solid #e3e9e6;
  border-radius:14px;
  background:#fbfcfb
}
.hh-chat-reopen-card__image{
  display:block;
  width:84px;
  height:84px;
  border-radius:11px;
  object-fit:cover
}
.hh-chat-reopen-card__image--empty{
  display:grid;
  place-items:center;
  background:#e9f4ef;
  color:#08705a;
  font-size:2rem
}
.hh-chat-reopen-card__service-copy{min-width:0}
.hh-chat-reopen-card__service-copy > span{
  color:#68766f;
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase
}
.hh-chat-reopen-card__service-copy h3{
  margin:3px 0;
  color:#18251f;
  font-size:.98rem;
  line-height:1.25
}
.hh-chat-reopen-card__service-copy > p{
  margin:0;
  color:#5d6a64;
  font-size:.77rem;
  line-height:1.35
}
.hh-chat-reopen-card__description{
  display:none!important
}
.hh-chat-reopen-card__price{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-top:7px;
  color:#24322c
}
.hh-chat-reopen-card__price span{
  color:#8a4d1b;
  font-size:.68rem;
  font-weight:850;
  text-transform:uppercase
}
.hh-chat-reopen-card__price strong{font-size:1.08rem}
.hh-chat-reopen-card__price del{color:#89958f;font-size:.82rem}
.hh-chat-reopen-card__availability{
  margin:10px 0 0;
  padding:9px 11px;
  border-radius:11px;
  background:#eef7f2;
  color:#426555;
  font-size:.77rem;
  line-height:1.4
}
.hh-chat-reopen-card__actions{
  display:flex;
  align-items:stretch;
  gap:10px;
  margin-top:12px
}
.hh-chat-reopen-card__cta,
.hh-chat-reopen-card__secondary{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 16px;
  border-radius:11px;
  font:inherit;
  font-size:.82rem;
  font-weight:850;
  cursor:pointer
}
.hh-chat-reopen-card__cta{
  flex:0 1 auto;
  border:1px solid #08705a;
  background:linear-gradient(180deg,#0d8066 0%,#08705a 100%);
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(8,112,90,.16)
}
.hh-chat-reopen-card__cta span:last-child{
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  border-radius:999px;
  background:rgba(255,255,255,.18)
}
.hh-chat-reopen-card__cta:hover,
.hh-chat-reopen-card__cta:focus-visible{
  outline:0;
  background:linear-gradient(180deg,#0b705a 0%,#065d4b 100%);
  box-shadow:0 15px 28px rgba(8,112,90,.25);
  transform:translateY(-1px)
}
.hh-chat-reopen-card__secondary{
  flex:0 0 auto;
  border:1px solid #d7e0dc;
  background:#fff;
  color:#516159
}
.hh-chat-reopen-card__footnote{
  display:block;
  margin-top:8px;
  color:#748079;
  font-size:.69rem;
  line-height:1.45
}
@media (min-width:721px){
  .hh-chat-reopen-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    column-gap:16px;
    padding:14px 16px
  }
  .hh-chat-reopen-card__badge,
  .hh-chat-reopen-card h2,
  .hh-chat-reopen-card__policy,
  .hh-chat-reopen-card__service,
  .hh-chat-reopen-card__availability,
  .hh-chat-reopen-card__footnote{grid-column:1}
  .hh-chat-reopen-card__badge{justify-self:start;min-height:23px;padding-inline:9px}
  .hh-chat-reopen-card h2{margin:6px 0 3px;font-size:1.08rem}
  .hh-chat-reopen-card__policy{font-size:.79rem;line-height:1.35}
  .hh-chat-reopen-card__service{
    grid-template-columns:58px minmax(0,1fr);
    gap:10px;
    margin-top:9px;
    padding:7px
  }
  .hh-chat-reopen-card__image{width:58px;height:58px;border-radius:9px}
  .hh-chat-reopen-card__service-copy > span{font-size:.62rem}
  .hh-chat-reopen-card__service-copy h3{
    overflow:hidden;
    margin:2px 0;
    font-size:.88rem;
    white-space:nowrap;
    text-overflow:ellipsis
  }
  .hh-chat-reopen-card__service-copy > p{font-size:.7rem}
  .hh-chat-reopen-card__price{margin-top:4px}
  .hh-chat-reopen-card__price span{font-size:.62rem}
  .hh-chat-reopen-card__price strong{font-size:.96rem}
  .hh-chat-reopen-card__availability{margin-top:7px;padding:7px 9px;font-size:.7rem}
  .hh-chat-reopen-card__actions{
    grid-column:2;
    grid-row:1 / 7;
    align-self:center;
    flex-direction:column;
    margin:0
  }
  .hh-chat-reopen-card__cta,
  .hh-chat-reopen-card__secondary{
    min-height:40px;
    padding-inline:14px;
    white-space:nowrap
  }
  .hh-chat-reopen-card__footnote{margin-top:5px;font-size:.64rem}
}
@media (min-width:1000px){
  .hh-chat-reopen-card{
    grid-template-columns:minmax(220px,.85fr) minmax(360px,1.35fr) auto;
    grid-template-rows:auto auto auto auto;
    align-items:center;
    column-gap:16px;
    row-gap:3px;
    padding:12px 14px
  }
  .hh-chat-reopen-card__badge{
    grid-column:1;
    grid-row:1;
    align-self:end
  }
  .hh-chat-reopen-card h2{
    grid-column:1;
    grid-row:2;
    align-self:start;
    margin:2px 0;
    font-size:1rem
  }
  .hh-chat-reopen-card__policy{
    grid-column:1;
    grid-row:3;
    align-self:start;
    max-width:360px;
    font-size:.74rem;
    line-height:1.3
  }
  .hh-chat-reopen-card__service{
    grid-column:2;
    grid-row:1 / 4;
    grid-template-columns:64px minmax(0,1fr);
    align-self:stretch;
    margin:0;
    padding:7px
  }
  .hh-chat-reopen-card__image{width:64px;height:64px}
  .hh-chat-reopen-card__availability{
    grid-column:2;
    grid-row:4;
    margin-top:2px;
    padding:5px 8px;
    line-height:1.25
  }
  .hh-chat-reopen-card__actions{
    grid-column:3;
    grid-row:1 / 5
  }
  .hh-chat-reopen-card__footnote{
    grid-column:1;
    grid-row:4;
    align-self:center;
    margin:0;
    line-height:1.25
  }
}
body.hh-chat-reopen-modal-open{overflow:hidden}
.hh-chat-reopen-modal{
  width:min(720px,calc(100vw - 28px));
  max-width:none;
  max-height:min(88vh,820px);
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:24px;
  background:#fff;
  color:#22312a;
  box-shadow:0 30px 90px rgba(15,23,42,.3)
}
.hh-chat-reopen-modal::backdrop{
  background:rgba(17,30,24,.62);
  backdrop-filter:blur(4px)
}
.hh-chat-reopen-modal__shell{
  max-height:min(88vh,820px);
  padding:22px;
  overflow:auto
}
.hh-chat-reopen-modal__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px
}
.hh-chat-reopen-modal__head span{
  display:block;
  color:#996022;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase
}
.hh-chat-reopen-modal__head h2{
  margin:5px 0 0;
  color:#17251f;
  font-size:1.5rem;
  line-height:1.2
}
.hh-chat-reopen-modal__close{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border:1px solid #dbe4df;
  border-radius:999px;
  background:#f8faf9;
  color:#304139;
  font-size:1.55rem;
  cursor:pointer
}
.hh-chat-reopen-modal__notice{
  display:grid;
  gap:3px;
  margin-top:18px;
  padding:14px 16px;
  border:1px solid #f0c99f;
  border-radius:16px;
  background:#fff8ee;
  color:#704116
}
.hh-chat-reopen-modal__notice strong{font-size:.9rem}
.hh-chat-reopen-modal__notice span{font-size:.8rem;line-height:1.4}
.hh-chat-reopen-modal__calendar-head{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 42px;
  align-items:center;
  gap:10px;
  margin-top:20px
}
.hh-chat-reopen-modal__calendar-head strong{
  text-align:center;
  text-transform:capitalize
}
.hh-chat-reopen-modal__calendar-head button{
  width:42px;
  height:42px;
  border:1px solid #dbe4df;
  border-radius:12px;
  background:#fff;
  color:#1e3028;
  font-size:1.5rem;
  cursor:pointer
}
.hh-chat-reopen-modal__calendar-head button:disabled{opacity:.35;cursor:not-allowed}
.hh-chat-reopen-modal__status{
  min-height:22px;
  margin-top:12px;
  color:#68766f;
  font-size:.82rem;
  text-align:center
}
.hh-chat-reopen-modal__status.is-loading::before{
  content:"";
  display:inline-block;
  width:10px;
  height:10px;
  margin-right:7px;
  border:2px solid #bad7ca;
  border-top-color:#08705a;
  border-radius:999px;
  animation:hh-chat-reopen-spin .75s linear infinite
}
.hh-chat-reopen-modal__dates{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
  margin-top:10px
}
.hh-chat-reopen-modal__date{
  min-height:78px;
  display:grid;
  place-items:center;
  gap:1px;
  padding:7px 4px;
  border:1px solid #dce5e0;
  border-radius:13px;
  background:#fff;
  color:#33443c;
  cursor:pointer
}
.hh-chat-reopen-modal__date span,
.hh-chat-reopen-modal__date small{
  color:#74827b;
  font-size:.68rem;
  text-transform:capitalize
}
.hh-chat-reopen-modal__date strong{font-size:1.08rem}
.hh-chat-reopen-modal__date:hover,
.hh-chat-reopen-modal__date.is-selected{
  border-color:#78b99d;
  background:#eaf7f0;
  color:#07614d
}
.hh-chat-reopen-modal__slots-section{
  margin-top:20px;
  padding-top:17px;
  border-top:1px solid #e6ece9
}
.hh-chat-reopen-modal__slots-section h3{margin:0 0 10px;font-size:.95rem}
.hh-chat-reopen-modal__slots{
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.hh-chat-reopen-modal__slot{
  min-width:82px;
  min-height:42px;
  padding:0 13px;
  border:1px solid #cfdcd5;
  border-radius:12px;
  background:#fff;
  color:#304139;
  font:inherit;
  font-size:.84rem;
  font-weight:800;
  cursor:pointer
}
.hh-chat-reopen-modal__slot:hover,
.hh-chat-reopen-modal__slot.is-selected{
  border-color:#08705a;
  background:#08705a;
  color:#fff
}
.hh-chat-reopen-modal__slots-loading{
  color:#6d7a73;
  font-size:.82rem;
  line-height:1.45
}
.hh-chat-reopen-modal__fallback{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border:1px solid #b8d8c9;
  border-radius:13px;
  background:#eef8f3;
  color:#07614d;
  font-size:.84rem;
  font-weight:850;
  text-decoration:none
}
.hh-chat-reopen-modal__footer{
  position:sticky;
  bottom:-22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:22px -22px -22px;
  padding:16px 22px calc(16px + env(safe-area-inset-bottom));
  border-top:1px solid #e1e8e4;
  background:rgba(255,255,255,.97);
  box-shadow:0 -10px 24px rgba(31,49,41,.06)
}
.hh-chat-reopen-modal__footer > div{
  display:grid;
  gap:2px;
  color:#65736c;
  font-size:.8rem;
  text-transform:capitalize
}
.hh-chat-reopen-modal__footer > div strong{color:#20312a;font-size:.9rem}
.hh-chat-reopen-modal__continue{
  min-height:48px;
  padding:0 18px;
  border:1px solid #08705a;
  border-radius:13px;
  background:#08705a;
  color:#fff;
  font:inherit;
  font-size:.85rem;
  font-weight:900;
  cursor:pointer
}
.hh-chat-reopen-modal__continue:disabled{
  border-color:#d7dfdb;
  background:#edf1ef;
  color:#8b9690;
  cursor:not-allowed
}
@keyframes hh-chat-reopen-spin{to{transform:rotate(360deg)}}
@media (min-width:1101px){
  .service-chat-public .hh-wa__main.has-review-rail > .hh-wa__closed-booking-panel{margin-right:460px}
}
@media (max-width:720px){
  .service-chat-closed .hh-wa__thread{flex:1 1 auto;min-height:180px}
  .service-chat-closed .hh-wa__closed-booking-panel{padding:10px}
  .hh-chat-reopen-card{padding:14px;border-radius:16px}
  .hh-chat-reopen-card__service{grid-template-columns:72px minmax(0,1fr);gap:10px}
  .hh-chat-reopen-card__image{width:72px;height:72px}
  .hh-chat-reopen-card__actions{flex-direction:column}
  .hh-chat-reopen-card__secondary{width:100%}
  .hh-chat-reopen-modal__shell{padding:17px}
  .hh-chat-reopen-modal__dates{grid-template-columns:repeat(4,minmax(0,1fr))}
  .hh-chat-reopen-modal__footer{
    bottom:-17px;
    flex-direction:column;
    align-items:stretch;
    margin:18px -17px -17px;
    padding:14px 17px calc(14px + env(safe-area-inset-bottom))
  }
  .hh-chat-reopen-modal__continue{width:100%}
}

/* V77 — modulo recensione aperto direttamente nella pagina servizio */
.service-review-form{
  scroll-margin-top:110px;
  margin:18px 0 24px;
  overflow:hidden;
  border:1px solid #b9d9ca;
  border-radius:22px;
  background:linear-gradient(180deg,#f7fcf9 0%,#ffffff 100%);
  box-shadow:0 18px 40px rgba(24,79,57,.09)
}
.service-review-form[hidden]{display:none!important}
.service-review-form__head{
  padding:20px 22px;
  border-bottom:1px solid #dceae3;
  background:#eef8f3
}
.service-review-form__head > span{
  color:#08705a;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase
}
.service-review-form__head h3{
  margin:5px 0 4px;
  color:#192720;
  font-size:1.35rem
}
.service-review-form__head p{
  margin:0;
  color:#5d6c64;
  font-size:.88rem;
  line-height:1.5
}
.service-review-form__body{
  display:grid;
  gap:18px;
  padding:22px
}
.service-review-rating{
  margin:0;
  padding:0;
  border:0
}
.service-review-rating legend{
  margin-bottom:9px;
  color:#35453d;
  font-size:.86rem;
  font-weight:800
}
.service-review-rating__stars{
  display:inline-flex;
  flex-direction:row-reverse;
  justify-content:flex-end;
  gap:5px
}
.service-review-rating__stars input{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  opacity:0
}
.service-review-rating__stars label{
  color:#d4dcd8;
  font-size:2.15rem;
  line-height:1;
  cursor:pointer;
  transition:color .14s ease,transform .14s ease
}
.service-review-rating__stars input:checked ~ label,
.service-review-rating__stars label:hover,
.service-review-rating__stars label:hover ~ label{
  color:#f2bd39
}
.service-review-rating__stars label:hover{transform:translateY(-2px) scale(1.06)}
.service-review-rating__stars input:focus-visible + label{
  outline:3px solid rgba(8,112,90,.2);
  outline-offset:3px;
  border-radius:5px
}
.service-review-form__comment{
  display:grid;
  gap:8px
}
.service-review-form__comment > span{
  color:#35453d;
  font-size:.86rem;
  font-weight:800
}
.service-review-form__comment textarea{
  width:100%;
  min-height:130px;
  resize:vertical;
  border:1px solid #cfdcd5;
  border-radius:15px;
  background:#fff;
  padding:14px 16px;
  font:inherit;
  line-height:1.5
}
.service-review-form__comment textarea:focus{
  outline:0;
  border-color:#78b99d;
  box-shadow:0 0 0 4px rgba(8,112,90,.09)
}
.service-review-form__privacy{
  display:flex;
  align-items:center;
  gap:10px;
  color:#56665e;
  font-size:.84rem
}
.service-review-form__privacy input{width:18px;height:18px;accent-color:#08705a}
.service-review-form__actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap
}
.service-review-form__actions .btn{min-height:48px;padding-inline:22px}
.service-review-form__actions small{color:#718078;font-size:.76rem}
@media (max-width:620px){
  .service-review-form__head,
  .service-review-form__body{padding:17px}
  .service-review-form__actions{align-items:stretch;flex-direction:column}
  .service-review-form__actions .btn{width:100%}
}

@media (min-width:1101px){
  .service-chat-public .hh-wa__main{position:relative}
  .service-chat-public .hh-wa__main.has-review-rail > .hh-wa__notice-bar{
    margin-right:460px
  }
  .service-chat-public .hh-wa__thread.has-review-rail{
    display:flex;
    padding-right:460px
  }
  .service-chat-public .hh-wa__thread.has-review-rail > .chat-message--review-source{
    display:none!important
  }
  .service-chat-public .hh-wa__review-rail{
    position:absolute;
    z-index:4;
    right:20px;
    width:420px;
    min-height:0;
    overflow:auto;
    padding:16px;
    border:1px solid #e3e8e5;
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 30px rgba(31,49,41,.08)
  }
  .service-chat-public .hh-wa__review-rail-heading{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
    min-height:50px;
    margin-bottom:12px;
    padding:0 10px;
    border:1px solid #e4e9e6;
    border-radius:12px;
    color:#1e2924
  }
  .service-chat-public .hh-wa__review-rail-heading span:first-child{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    border-radius:12px;
    background:#eaf5f0;
    color:#0a6b56;
    font-size:1.6rem
  }
  .service-chat-public .hh-wa__review-rail-heading strong{font-size:.96rem}
  .service-chat-public .hh-wa__review-rail-heading span:last-child{color:#65736c;font-size:1.35rem}
  .service-chat-public .hh-wa__review-rail .hh-wa__review-rail-card{
    position:relative;
    display:block;
    width:100%!important;
    max-width:none!important;
    min-height:calc(100% - 62px);
    margin:0;
    padding:0!important;
    border:0;
    border-radius:0;
    background:#fff!important;
    box-shadow:none
  }
  .service-chat-public .hh-wa__review-rail .chat-message__body{height:100%}
  .service-chat-public .hh-wa__review-rail .chat-service-card{
    position:relative;
    display:flex!important;
    min-height:405px;
    padding:20px!important;
    border-color:#e4e9e6;
    border-radius:14px;
    background:#fff;
    box-shadow:none
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__content{
    position:relative;
    z-index:2;
    width:100%;
    padding:0 0 112px!important
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__image{
    position:absolute;
    right:18px;
    bottom:16px;
    width:132px!important;
    height:98px!important;
    min-height:0!important;
    border:0;
    border-radius:18px;
    box-shadow:none
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__eyebrow{
    color:#1e2924;
    font-size:.98rem;
    letter-spacing:0;
    text-transform:none
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__title{
    margin-top:7px;
    color:#35413b;
    font-size:.98rem;
    font-weight:500
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__stars{
    margin-top:26px;
    color:#f2c64f;
    font-size:2rem;
    letter-spacing:.3em
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__review-context{
    margin-top:26px;
    padding-top:18px;
    border-top:1px solid #edf0ee;
    color:#59655f;
    font-size:.9rem;
    font-weight:500;
    white-space:normal
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__description{
    display:block;
    max-width:330px;
    margin-top:24px!important;
    color:#3f4b45;
    font-size:.94rem;
    line-height:1.55
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__button{
    justify-content:flex-start;
    width:auto;
    min-height:0;
    margin-top:30px;
    padding:0;
    border-radius:0;
    background:transparent;
    color:#08705a!important;
    font-size:.9rem;
    box-shadow:none
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__button-icon{
    width:auto;
    height:auto;
    flex-basis:auto;
    background:transparent
  }
  .service-chat-public .hh-wa__review-rail .chat-meta{display:none}
}

/* V73 — menu azioni della chat */
.service-chat-public .hh-chat-action-menu__dropdown{
  left:-4px;
  bottom:calc(100% + 14px);
  width:min(340px,calc(100vw - 24px));
  padding:8px;
  overflow:visible;
  border:1px solid rgba(207,220,213,.96);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 20px 50px rgba(31,49,41,.16),0 3px 10px rgba(31,49,41,.06);
  transform-origin:bottom left;
  animation:hh-chat-actions-open .16s ease-out
}
.service-chat-public .hh-chat-action-menu__dropdown::after{
  content:"";
  position:absolute;
  left:26px;
  bottom:-7px;
  width:13px;
  height:13px;
  border-right:1px solid rgba(207,220,213,.96);
  border-bottom:1px solid rgba(207,220,213,.96);
  background:#fff;
  transform:rotate(45deg)
}
.service-chat-public .hh-chat-action-menu__item{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 18px;
  gap:12px;
  min-height:64px;
  padding:9px 10px;
  border-radius:13px;
  color:#22312a;
  font-size:.9rem;
  transition:background .15s ease,color .15s ease,transform .15s ease
}
.service-chat-public .hh-chat-action-menu__item + .hh-chat-action-menu__item{
  border-top:1px solid #edf1ef;
  border-top-left-radius:0;
  border-top-right-radius:0
}
.service-chat-public .hh-chat-action-menu__item:hover,
.service-chat-public .hh-chat-action-menu__item:focus-visible{
  background:#f0f8f4;
  color:#075f4c;
  transform:translateX(2px)
}
.service-chat-public .hh-chat-action-menu__icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid #dbe8e1;
  border-radius:12px;
  background:#f3f8f5;
  color:#176c58
}
.service-chat-public .hh-chat-action-menu__icon svg{
  width:21px;
  height:21px;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}
.service-chat-public .hh-chat-action-menu__copy{
  display:grid;
  align-self:center;
  gap:3px;
  min-width:0
}
.service-chat-public .hh-chat-action-menu__copy strong{
  color:inherit;
  font-size:.91rem;
  font-weight:850;
  line-height:1.2
}
.service-chat-public .hh-chat-action-menu__copy small{
  color:#718078;
  font-size:.75rem;
  font-weight:550;
  line-height:1.25
}
.service-chat-public .hh-chat-action-menu__arrow{
  align-self:center;
  color:#829089;
  font-size:1.35rem;
  font-weight:500;
  line-height:1
}
.service-chat-public .hh-chat-action-menu.is-open .hh-chat-upload-trigger{
  border-color:#78b99d;
  background:#e6f5ed;
  color:#086b54;
  box-shadow:0 0 0 5px rgba(11,107,87,.09)
}
@keyframes hh-chat-actions-open{
  from{opacity:0;transform:translateY(6px) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media (max-width:520px){
  .service-chat-public .hh-chat-action-menu__dropdown{
    left:-2px;
    width:min(310px,calc(100vw - 18px))
  }
  .service-chat-public .hh-chat-action-menu__item{
    grid-template-columns:38px minmax(0,1fr) 14px;
    gap:10px;
    min-height:58px;
    padding:8px
  }
  .service-chat-public .hh-chat-action-menu__icon{
    width:38px;
    height:38px;
    border-radius:11px
  }
}

/* V74 — contatore sempre riconoscibile nella fascia della consulenza */
.hh-wa__notice-bar[data-free-chat-timer]{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  flex:0 0 auto;
  position:relative;
  z-index:6
}
.hh-wa__timer-clock{
  flex:0 0 auto;
  min-width:62px;
  padding:6px 10px;
  border:1px solid currentColor;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:inherit;
  font-variant-numeric:tabular-nums;
  font-size:.9rem;
  font-weight:900;
  line-height:1;
  text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)
}
.hh-wa__timer-clock::before{
  content:"◷";
  margin-right:5px;
  font-size:.88em
}
@media (max-width:720px){
  .hh-wa__notice-bar[data-free-chat-timer]{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr);
    align-items:center
  }
  .hh-wa__notice-bar[data-free-chat-timer] > [data-free-chat-timer-title]{grid-column:1}
  .hh-wa__notice-bar[data-free-chat-timer] > .hh-wa__timer-clock{grid-column:2;justify-self:start}
  .hh-wa__notice-bar[data-free-chat-timer] > [data-free-chat-timer-label]{grid-column:1/-1}
}

/* V75 — recensione: invito chiaro, compatto e interamente utilizzabile */
@media (min-width:1101px){
  .service-chat-public .hh-wa__review-rail{
    bottom:auto!important;
    height:auto;
    padding:14px;
    overflow:auto
  }
  .service-chat-public .hh-wa__review-rail-heading{
    color:#183029;
    text-decoration:none;
    cursor:pointer;
    transition:background .16s ease,border-color .16s ease,transform .16s ease
  }
  .service-chat-public .hh-wa__review-rail-heading:hover,
  .service-chat-public .hh-wa__review-rail-heading:focus-visible{
    outline:0;
    border-color:#acd4c2;
    background:#f1faf6;
    transform:translateY(-1px)
  }
  .service-chat-public .hh-wa__review-rail .hh-wa__review-rail-card{
    min-height:0;
    cursor:pointer
  }
  .service-chat-public .hh-wa__review-rail .hh-wa__review-rail-card:focus-visible{
    outline:3px solid rgba(8,112,90,.22);
    outline-offset:3px;
    border-radius:16px
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card{
    min-height:430px;
    cursor:pointer;
    transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease
  }
  .service-chat-public .hh-wa__review-rail .hh-wa__review-rail-card:hover .chat-service-card{
    border-color:#b9d9ca;
    box-shadow:0 12px 28px rgba(25,78,57,.09);
    transform:translateY(-1px)
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__content{
    padding-bottom:126px!important
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__image{
    pointer-events:none
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__button{
    position:relative;
    z-index:4;
    display:flex!important;
    justify-content:space-between;
    width:100%;
    min-height:48px;
    margin-top:26px;
    padding:13px 16px;
    border:1px solid #08705a;
    border-radius:12px;
    background:linear-gradient(180deg,#0d8066 0%,#08705a 100%);
    color:#fff!important;
    font-size:.9rem;
    box-shadow:0 10px 22px rgba(8,112,90,.2)
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__button:hover,
  .service-chat-public .hh-wa__review-rail .chat-service-card__button:focus-visible{
    outline:0;
    border-color:#055b49;
    background:linear-gradient(180deg,#0b705a 0%,#065d4b 100%);
    color:#fff!important;
    box-shadow:0 13px 26px rgba(8,112,90,.26);
    transform:translateY(-1px)
  }
  .service-chat-public .hh-wa__review-rail .chat-service-card__button-icon{
    display:grid;
    width:24px;
    height:24px;
    flex:0 0 24px;
    place-items:center;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    color:#fff
  }
}
.chat-video-join-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 18px;border-radius:14px;background:linear-gradient(180deg,#0b8f68 0%,#087557 100%);color:#fff!important;font-weight:850;line-height:1.1;text-decoration:none!important;box-shadow:0 12px 26px rgba(8,117,87,.22);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.chat-video-join-button:hover{transform:translateY(-1px);background:linear-gradient(180deg,#087e5d 0%,#06684c 100%);color:#fff!important;box-shadow:0 15px 30px rgba(8,117,87,.28)}
.chat-video-join-button:focus-visible{outline:3px solid rgba(53,168,255,.36);outline-offset:3px}
.chat-video-join-button__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}
.chat-video-join-button__icon svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linejoin:round}

/* Override finale chat cliente: mantiene evidente la conversazione selezionata. */
.dashboard-v5 .dash-main>.customer-chat-unified{width:100%;max-width:none}
.operator-chat-unified.customer-chat-unified{width:100%;max-width:none}
.operator-chat-unified.customer-chat-unified .hh-wa{width:100%;max-width:none;margin-left:0;margin-right:0;grid-template-columns:minmax(310px,360px) minmax(0,1fr);min-height:clamp(620px,72vh,860px);border:1px solid rgba(28,112,100,.14);border-radius:24px;overflow:hidden;box-shadow:0 24px 60px rgba(26,70,63,.12)}
.operator-chat-unified.customer-chat-unified .hh-wa__sidebar{background:#f7faf8;border-right:1px solid #dce8e3}
.operator-chat-unified.customer-chat-unified .hh-wa__top{min-height:94px;padding:16px 24px;background:linear-gradient(135deg,#f2faf7,#fffdf6);border-bottom:1px solid #dbe9e4}
.operator-chat-unified.customer-chat-unified .hh-wa__contact-name{font-size:22px;font-weight:950;color:#102e28}
.operator-chat-unified.customer-chat-unified .hh-wa__avatar{width:54px;height:54px;font-size:22px;background:#187b6b;color:#fff;box-shadow:0 8px 20px rgba(24,123,107,.2)}
.operator-chat-unified.customer-chat-unified .hh-wa__thread{min-height:420px;background-color:#f5f8f6}
.operator-chat-unified.customer-chat-unified .hh-wa__composer{border-top:1px solid #dbe7e2;background:#fff}
.operator-chat-unified.customer-chat-unified .operator-chat-conversation.is-active{background:linear-gradient(135deg,#167a69,#246f66);border-color:#167a69;color:#fff;box-shadow:0 12px 28px rgba(22,122,105,.25)}
.operator-chat-unified.customer-chat-unified .operator-chat-conversation.is-active .operator-chat-conversation__avatar{background:#fff;color:#147461}
.operator-chat-unified.customer-chat-unified .operator-chat-conversation.is-active strong,.operator-chat-unified.customer-chat-unified .operator-chat-conversation.is-active small{color:#fff}
.operator-chat-unified.customer-chat-detail .hh-wa{display:block;grid-template-columns:minmax(0,1fr);width:100%;max-width:none}.operator-chat-unified.customer-chat-detail .hh-wa__main{width:100%;min-width:0}.customer-chat-list-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.customer-chat-create-card{margin:0 0 18px;padding:22px}.customer-chat-create-card .section-head{margin-bottom:16px}.customer-chat-create-form{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(220px,1fr);gap:14px}.customer-chat-create-form .field:nth-of-type(3),.customer-chat-create-form .actions-row{grid-column:1/-1}.customer-chat-list-card{width:100%}
@media(max-width:980px){.operator-chat-unified.customer-chat-unified .hh-wa{grid-template-columns:minmax(0,1fr)}}
@media(max-width:820px){.operator-chat-unified.customer-chat-unified .hh-wa{min-height:calc(100vh - 150px);border-radius:18px}.operator-chat-unified.customer-chat-unified .hh-wa__top{min-height:82px;padding:12px 16px}.operator-chat-unified.customer-chat-unified .hh-wa__contact-name{font-size:19px}.customer-chat-create-form{grid-template-columns:1fr}.customer-chat-create-form .field:nth-of-type(3),.customer-chat-create-form .actions-row{grid-column:auto}.customer-chat-list-tabs{width:100%}.customer-chat-list-tabs .btn{flex:1}}

/* Gestione chat cliente: filtri archivio e azioni sulla conversazione. */
.customer-chat-filters{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 14px 12px;padding:5px;border:1px solid #dce9e4;border-radius:14px;background:#edf5f2}
.customer-chat-filters a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:7px 9px;border-radius:10px;color:#537069;font-size:12px;font-weight:850;text-decoration:none;transition:background .16s ease,color .16s ease,box-shadow .16s ease}
.customer-chat-filters a span{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:rgba(23,111,96,.1);font-size:10px}
.customer-chat-filters a.is-active{background:#fff;color:#116e5d;box-shadow:0 5px 14px rgba(28,82,71,.09)}
.customer-chat-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto;flex:0 0 auto}
.customer-chat-actions form{margin:0}
.customer-chat-action{min-height:38px;padding:8px 13px;border:1px solid #cbded7;border-radius:11px;background:#fff;color:#35675d;font:inherit;font-size:12px;font-weight:850;line-height:1;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.customer-chat-action:hover,.customer-chat-action:focus-visible{outline:0;transform:translateY(-1px);border-color:#8dbfaf;background:#f2faf7;box-shadow:0 7px 16px rgba(27,91,76,.1)}
.customer-chat-action--delete{border-color:#efd0cc;color:#b23b31;background:#fffafa}
.customer-chat-action--delete:hover,.customer-chat-action--delete:focus-visible{border-color:#dc8c84;background:#fff1ef;box-shadow:0 7px 16px rgba(178,59,49,.1)}
.operator-chat-unified .hh-wa__top--contact{justify-content:space-between;gap:20px}
.operator-chat-unified .hh-wa__contact{flex:1 1 auto;max-width:calc(100% - 190px);align-items:flex-start}
.operator-chat-unified .hh-wa__contact-copy{display:grid;min-width:0;max-width:100%;padding-top:1px}
.operator-chat-unified .customer-chat-current-label{margin:0 0 1px;line-height:1.2}
.operator-chat-unified .hh-wa__contact-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.16}
.operator-chat-unified .hh-wa__presence-row{display:flex;align-items:center;gap:10px;min-width:0;min-height:22px;margin-top:5px}
.operator-chat-unified .hh-wa__presence-row .chat-presence-panel--inline{flex:0 0 auto;margin:0;padding:0;font-size:12px;line-height:1.3}
.operator-chat-unified .hh-wa__last-seen{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#76837c;font-size:12px;font-weight:650;line-height:1.3}
.operator-chat-unified .hh-wa__subject-row{display:flex;align-items:center;gap:7px;min-width:0;max-width:min(680px,62vw);margin-top:6px;padding:5px 9px;border:1px solid rgba(29,108,92,.12);border-radius:9px;background:rgba(255,255,255,.62);color:#53665e;font-size:12px;font-weight:750;line-height:1.3}
.operator-chat-unified .hh-wa__subject-icon{display:grid;width:17px;height:17px;flex:0 0 17px;place-items:center;border-radius:5px;background:rgba(24,123,107,.1);color:#187b6b;font-size:10px;font-weight:950}
.operator-chat-unified .hh-wa__subject-text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:680px){
  .operator-chat-unified.customer-chat-unified .hh-wa__top{align-items:flex-start;flex-wrap:wrap}
  .customer-chat-actions{width:100%;justify-content:flex-start;padding-left:68px}
  .customer-chat-action{min-height:35px;padding:7px 11px}
  .operator-chat-unified .hh-wa__contact{max-width:100%}
  .operator-chat-unified .hh-wa__subject-row{max-width:calc(100vw - 120px)}
  .operator-chat-unified .hh-wa__last-seen{display:none}
}

/* Avviso profilo cliente compatto nella barra superiore. */
.dashboard-v5 .shell-toolbar__item--profile-warning{
  width:auto !important;
  min-width:0 !important;
  padding:0 14px !important;
  justify-content:flex-start;
  gap:8px;
  border-color:rgba(196,49,40,.22) !important;
  background:linear-gradient(180deg,#fff5f3,#ffebe7) !important;
  color:#a92d25 !important;
  box-shadow:0 8px 20px rgba(169,45,37,.08) !important;
}
.dashboard-v5 .shell-toolbar__item--profile-warning:hover{
  border-color:rgba(196,49,40,.38) !important;
  background:linear-gradient(180deg,#fff0ed,#ffe2dc) !important;
  box-shadow:0 10px 24px rgba(169,45,37,.13) !important;
}
.dashboard-v5 .shell-toolbar__item--profile-warning > span:not(.ui-icon):not(.shell-toolbar__badge){
  display:inline-flex !important;
  white-space:nowrap;
}
.dashboard-v5 .shell-toolbar__item--profile-warning .ui-icon{color:#bd382f}
@media(max-width:560px){
  .dashboard-v5 .shell-toolbar__item--profile-warning{width:46px !important;padding:0 !important;justify-content:center}
  .dashboard-v5 .shell-toolbar__item--profile-warning > span:not(.ui-icon):not(.shell-toolbar__badge){display:none !important}
}

/* Piani operatori HolyHome. */
.operator-pricing{--pricing-green:#165f22;--pricing-orange:#ef8100;--pricing-purple:#51249b;display:grid;gap:18px;width:100%;max-width:none;color:#102219}
.operator-pricing__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:8px 4px 0;text-align:left}
.operator-pricing__hero h1{margin:0;font-size:clamp(28px,3.2vw,46px);line-height:1.05;letter-spacing:-.035em;color:#090f0c}.operator-pricing__hero h1 em{color:#155b20;font-style:normal}.operator-pricing__hero p{margin:8px 0 0;font-size:16px;color:#405047}
.operator-pricing__contacts-guarantee{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);align-items:center;gap:24px;margin:20px 0 24px;padding:22px 24px;border:1px solid #b9dbc6;border-radius:20px;background:linear-gradient(135deg,#e9f8ef 0%,#f8fcf9 55%,#fff7e8 100%);box-shadow:0 16px 38px rgba(31,105,70,.09)}.operator-pricing__contacts-guarantee h2{margin:4px 0 6px;font-size:clamp(21px,2vw,29px);line-height:1.12;color:#123d28}.operator-pricing__contacts-guarantee p{margin:0;color:#3d5d4b;font-size:14px;line-height:1.5}.operator-pricing__contacts-guarantee-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.operator-pricing__contacts-guarantee-plans span{display:grid;gap:2px;padding:11px 9px;border:1px solid rgba(31,117,96,.18);border-radius:13px;background:rgba(255,255,255,.82);text-align:center}.operator-pricing__contacts-guarantee-plans small{font-size:10px;font-weight:900;letter-spacing:.08em;color:#577064}.operator-pricing__contacts-guarantee-plans strong{font-size:17px;color:#17633d}
.operator-pricing__trust{display:flex;gap:18px;align-items:center;padding-top:8px}.operator-pricing__trust span{display:flex;align-items:center;gap:6px;max-width:120px;color:#174e21;font-size:11px;line-height:1.2}
.operator-pricing__switch{display:grid;grid-template-columns:minmax(170px,260px) minmax(170px,260px) minmax(260px,1fr);align-items:center;justify-content:center;gap:0;width:min(850px,100%);margin:0 auto}
.operator-pricing__switch button{min-height:58px;padding:8px 18px;border:1px solid #d9e0dc;background:#fff;color:#26362d;cursor:pointer}.operator-pricing__switch button:first-child{border-radius:999px 0 0 999px}.operator-pricing__switch button:nth-child(2){border-radius:0 999px 999px 0}.operator-pricing__switch button strong,.operator-pricing__switch button small{display:block}.operator-pricing__switch button small{margin-top:3px;font-size:10px}.operator-pricing__switch button.is-active{position:relative;z-index:1;border-color:#175d22;background:linear-gradient(180deg,#1d722b,#12571e);color:#fff;box-shadow:0 10px 24px rgba(21,93,34,.18)}.operator-pricing__switch p{margin:0;padding-left:24px;color:#2a5633;font-size:12px;line-height:1.35}
.operator-pricing__layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:28px;align-items:stretch}
.operator-pricing__included{display:flex;flex-direction:column;gap:18px;padding:22px 18px;border-radius:16px;background:linear-gradient(180deg,#f5f4ef,#fbfaf6);box-shadow:0 12px 30px rgba(31,45,36,.06)}.operator-pricing__included>strong{font-size:13px}.operator-pricing__included ul{display:grid;gap:18px;margin:0;padding:0;list-style:none}.operator-pricing__included li{position:relative;padding-left:27px;font-size:12px;line-height:1.4}.operator-pricing__included li:before{content:'✓';position:absolute;left:0;top:0;display:grid;place-items:center;width:18px;height:18px;border:1px solid #2b6b39;border-radius:50%;color:#175d22;font-weight:900}.operator-pricing__included>div{display:grid;gap:5px;margin-top:auto;padding:18px 12px;border:1px solid #d8e1dc;border-radius:13px;background:#fff;text-align:center}.operator-pricing__included>div span{font-size:28px;color:#175d22}.operator-pricing__included>div b{font-size:12px}.operator-pricing__included>div small{font-size:10px}
.operator-pricing__plans{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.operator-price-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:20px 18px 16px;border:1px solid #cedbd2;border-radius:16px;background:#fff;box-shadow:0 10px 26px rgba(26,44,34,.04)}.operator-price-card.is-recommended{border-color:#f2a548;box-shadow:0 15px 34px rgba(239,129,0,.12)}.operator-price-card__popular{position:absolute;top:-13px;left:50%;transform:translateX(-50%);padding:6px 18px;border-radius:999px;background:#e77700;color:#fff;font-size:10px;font-weight:950;white-space:nowrap}.operator-price-card__head{text-align:center}.operator-price-card__head h2{margin:0;font-size:20px;color:var(--pricing-green)}.operator-price-card--orange .operator-price-card__head h2{color:var(--pricing-orange)}.operator-price-card--purple .operator-price-card__head h2{color:var(--pricing-purple)}.operator-price-card__head p{min-height:34px;margin:5px 0 0;font-size:11px}
.operator-price-card__price{display:grid;justify-items:center;gap:5px;min-height:112px;padding:13px 0 10px;text-align:center}.operator-price-card__price>strong{display:flex;align-items:baseline;gap:4px;color:var(--pricing-green);font-size:31px;line-height:1}.operator-price-card--orange .operator-price-card__price>strong{color:var(--pricing-orange)}.operator-price-card--purple .operator-price-card__price>strong{color:var(--pricing-purple)}.operator-price-card__price>strong>span:first-child{font-size:21px}.operator-price-card__price>strong small{font-size:12px}.operator-price-card__price p{margin:0;font-size:10px;font-weight:750}.operator-price-card__saving{padding:4px 7px;border-radius:7px;background:#edf6e9;color:#256126;font-size:9px;font-weight:900}.operator-price-card--orange .operator-price-card__saving{background:#fff0dc;color:#b85c00}.operator-price-card--purple .operator-price-card__saving{background:#f0eafd;color:#5929a5}
.operator-price-card__commission{display:grid;justify-items:center;padding:10px 0;border-top:1px solid #e4e9e6;border-bottom:1px solid #e4e9e6}.operator-price-card__commission span{font-size:10px}.operator-price-card__commission strong{font-size:23px;color:var(--pricing-green)}.operator-price-card--orange .operator-price-card__commission strong{color:var(--pricing-orange)}.operator-price-card--purple .operator-price-card__commission strong{color:var(--pricing-purple)}
.operator-price-card__contacts-guarantee{display:grid;justify-items:center;gap:3px;margin:0 0 10px;padding:10px 8px;border:1px solid #b9dfc8;border-radius:12px;background:#ecf8f0;text-align:center}.operator-price-card__contacts-guarantee span{font-size:9px;font-weight:950;letter-spacing:.055em;text-transform:uppercase;color:#38624b}.operator-price-card__contacts-guarantee strong{font-size:18px;color:#17633d}
.operator-price-card__benefits{display:grid;align-content:start;gap:7px;margin:14px 0 18px;padding:0;list-style:none}.operator-price-card__benefits li{display:flex;align-items:flex-start;gap:7px;font-size:10px;line-height:1.25}.operator-price-card__benefits li span{display:grid;place-items:center;flex:0 0 14px;width:14px;height:14px;border:1px solid currentColor;border-radius:50%;color:var(--pricing-green);font-size:8px;font-weight:950}.operator-price-card--orange .operator-price-card__benefits li span{color:var(--pricing-orange)}.operator-price-card--purple .operator-price-card__benefits li span{color:var(--pricing-purple)}
.operator-price-card__form{margin-top:auto}.operator-price-card__button{width:100%;min-height:42px;border:0;border-radius:9px;background:linear-gradient(180deg,#1d7029,#12591e);color:#fff;font-weight:900;cursor:pointer}.operator-price-card--orange .operator-price-card__button{background:linear-gradient(180deg,#f39500,#e27600)}.operator-price-card--purple .operator-price-card__button{background:linear-gradient(180deg,#6131aa,#46208b)}.operator-price-card__button.is-current{border:1px solid #276d34;background:#fff;color:#235f2e;cursor:default}
.operator-pricing__manage{text-align:center}.operator-pricing__footer{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;padding:0 8px;color:#415248;font-size:12px}.operator-pricing__footer small{color:#708078}
.operator-plan-change-modal[hidden]{display:none!important}.operator-plan-change-modal{position:fixed;inset:0;z-index:10060;display:grid;place-items:center;padding:24px}.operator-plan-change-modal__backdrop{position:absolute;inset:0;background:rgba(15,31,23,.64)}.operator-plan-change-review{position:relative;z-index:1;display:grid;gap:18px;width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:26px;border:1px solid #b9d8c4;border-radius:18px;background:#f7fbf8}.operator-plan-change-modal__close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid #cedbd2;border-radius:10px;background:#fff;color:#31483b;font-size:25px;line-height:1;cursor:pointer}.operator-plan-change-modal-open{overflow:hidden}.operator-plan-change-review__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-right:44px}.operator-plan-change-review__head h2{margin:7px 0 4px;color:#173d29;font-size:clamp(24px,2.4vw,34px);letter-spacing:-.025em}.operator-plan-change-review__head h2 span{color:#43815c}.operator-plan-change-review__head p{margin:0;color:#607168}.operator-plan-change-review__status{padding:7px 10px;border:1px solid #d4ddd7;border-radius:999px;background:#fff;color:#617168;font-size:11px;font-weight:800;white-space:nowrap}.operator-plan-change-review__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #d7e4dc;border-radius:14px;background:#fff}.operator-plan-change-review__summary>div{display:grid;gap:3px;min-width:0;padding:16px;border-right:1px solid #e2e9e4}.operator-plan-change-review__summary>div:last-child{border-right:0}.operator-plan-change-review__summary>div.is-target{background:#eaf5ed}.operator-plan-change-review__summary span{color:#6a7a71;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.operator-plan-change-review__summary strong{color:#1f3429;font-size:19px}.operator-plan-change-review__summary strong.is-positive{color:#1b6d3d}.operator-plan-change-review__summary small{color:#64736b;font-size:11px}.operator-plan-change-review__footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.operator-plan-change-review__footer>p{max-width:760px;margin:0;color:#52645a;font-size:13px;line-height:1.5}.operator-plan-change-review__actions{display:flex;align-items:center;gap:9px;white-space:nowrap}.operator-plan-change-review__actions form{margin:0}.operator-plan-change-review__actions .btn{box-shadow:none!important;background-image:none!important}
.operator-plan-change-review__proration{padding:12px 14px;border:1px solid #cfe0d5;border-radius:12px;background:#fff;color:#42564a;font-size:13px;line-height:1.5}.operator-plan-change-review__actions .btn:disabled{opacity:.55;cursor:wait}
.operator-plan-upsell{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:18px 0;padding:17px 19px;border:1px solid #f2c984;border-radius:16px;background:linear-gradient(135deg,#fffaf0,#fff5df);box-shadow:0 10px 24px rgba(148,91,15,.07)}.operator-plan-upsell>div{display:grid;gap:4px}.operator-plan-upsell span{color:#a35a00;font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.operator-plan-upsell strong{color:#562f00}.operator-plan-upsell p{margin:0;color:#77532b;font-size:13px}
.operator-plan-usage,.operator-premium-lock{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:16px 0;padding:16px 18px;border:1px solid #d8e4dc;border-radius:16px;background:linear-gradient(135deg,#f7fbf8,#fff);box-shadow:0 8px 22px rgba(29,78,45,.06)}.operator-plan-usage>div,.operator-premium-lock>div{display:grid;gap:4px}.operator-plan-usage span{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#25613a}.operator-plan-usage p,.operator-premium-lock p{margin:0;color:#607066;font-size:12px}.operator-premium-lock>span{font-size:22px}.operator-premium-lock strong{color:#25382b}.operator-crm-access-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.operator-crm-access-grid .operator-premium-lock{margin:0;align-items:flex-start;flex-wrap:wrap}.operator-kpi-card.is-locked{border-style:dashed;opacity:.78}
.operator-premium-lock{position:relative;border-style:dashed;background:linear-gradient(135deg,#fbfaf7,#f4f8f5)}.operator-premium-lock__icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:#e9f0eb;font-size:19px!important}.operator-premium-lock b{color:#203b2e}.operator-premium-lock .btn{white-space:nowrap}
.operator-sidebar-plan-card{display:grid;gap:3px;margin:14px 14px 18px;padding:14px 15px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.06));color:#fff;text-decoration:none;box-shadow:0 12px 28px rgba(0,0,0,.12)}.operator-sidebar-plan-card span{font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.66)}.operator-sidebar-plan-card strong{font-size:19px;color:#fff}.operator-sidebar-plan-card small{font-size:11px;line-height:1.4;color:rgba(255,255,255,.74)}.operator-sidebar-plan-card:hover{border-color:rgba(255,255,255,.34);transform:translateY(-1px)}
button.operator-kpi-card{width:100%;font:inherit;text-align:left;color:inherit;cursor:pointer}.operator-kpi-card.is-locked{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f7f5,#eef3ef)}.operator-kpi-card.is-locked:after{content:"Anteprima premium";position:absolute;right:10px;top:10px;padding:4px 7px;border-radius:999px;background:#fff;color:#68776f;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.hh-upgrade-modal[hidden]{display:none!important}.hh-upgrade-modal{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:22px}.hh-upgrade-modal__backdrop{position:absolute;inset:0;background:rgba(18,31,25,.68);backdrop-filter:blur(5px)}.hh-upgrade-modal__dialog{position:relative;width:min(620px,100%);padding:34px;border:1px solid rgba(215,226,219,.95);border-radius:28px;background:linear-gradient(145deg,#fff 0%,#f7fbf8 100%);box-shadow:0 34px 90px rgba(15,35,25,.28)}.hh-upgrade-modal__close{position:absolute;top:16px;right:16px;display:grid;place-items:center;width:40px;height:40px;border:1px solid #d9e3dc;border-radius:14px;background:#fff;color:#25372e;font-size:26px;cursor:pointer}.hh-upgrade-modal__eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e8f3ec;color:#24613e;font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.hh-upgrade-modal h2{margin:16px 42px 8px 0;color:#1f352a;font-size:31px;line-height:1.1}.hh-upgrade-modal__benefit{margin:0;color:#5d6f65;font-size:16px;line-height:1.6}.hh-upgrade-modal__plan{margin-top:18px;padding:13px 15px;border:1px solid #d9e6de;border-radius:15px;background:#fff;color:#53665c}.hh-upgrade-modal__plan strong{color:#1e633d}.hh-upgrade-modal__benefits{display:grid;gap:9px;margin:18px 0 0;padding:0;list-style:none}.hh-upgrade-modal__benefits li{position:relative;padding-left:28px;color:#263c31;font-weight:750}.hh-upgrade-modal__benefits li:before{content:"✓";position:absolute;left:0;top:-1px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#dff1e5;color:#207142;font-size:12px;font-weight:950}.hh-upgrade-modal__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hh-upgrade-modal__actions .btn{flex:1 1 190px;justify-content:center}.hh-upgrade-modal-open{overflow:hidden}
.dashboard-v5 .hh-upgrade-modal{position:fixed!important;inset:0!important;z-index:10050!important}
.operator-plan-usage--catalog{margin:16px 0 20px;padding:18px 20px}.operator-plan-usage__copy{min-width:0;flex:1}.operator-plan-usage__metrics{display:flex;align-items:stretch;gap:10px;margin:8px 0 3px}.operator-plan-usage__metrics>div{display:grid;gap:2px;min-width:150px;padding:10px 13px;border:1px solid #dce8e0;border-radius:12px;background:#fff}.operator-plan-usage__metrics small{color:#65756c;font-size:11px;font-weight:750}.operator-plan-usage__metrics strong{color:#20382b;font-size:18px}
.operator-context-upgrade{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0;padding:19px 20px;border:1px solid #efd29c;border-radius:19px;background:linear-gradient(135deg,#fffaf0,#fff6e5);box-shadow:0 12px 30px rgba(148,91,15,.08)}.operator-context-upgrade__copy{display:grid;gap:5px}.operator-context-upgrade__copy span{color:#9a5800;font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.operator-context-upgrade__copy strong{color:#563300;font-size:17px}.operator-context-upgrade__copy p{margin:0;color:#775a33;font-size:13px;line-height:1.5}.operator-plan-dashboard-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;margin:18px 0;padding:22px;border:1px solid #d8e5dc;border-radius:22px;background:linear-gradient(135deg,#f7fbf8,#fff);box-shadow:0 14px 34px rgba(28,69,44,.08)}.operator-plan-dashboard-card__metrics{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.operator-plan-dashboard-card__metrics span{padding:8px 10px;border:1px solid #dfe8e2;border-radius:999px;background:#fff;color:#3b5145;font-size:12px;font-weight:800}.operator-plan-dashboard-card__copy>span{color:#277147;font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.operator-plan-dashboard-card__copy h2{margin:6px 0;color:#20372b}.operator-plan-dashboard-card__copy p{margin:0;color:#617168}.operator-plan-dashboard-card__action{display:flex;align-items:center}.operator-pricing-highlight{outline:4px solid rgba(45,143,88,.2);box-shadow:0 24px 58px rgba(45,143,88,.18)!important}.operator-plan-comparison__cta-row{position:sticky;bottom:0;background:#fff}.operator-plan-comparison__cta-row td{padding:12px!important}.operator-plan-comparison__cta-row .btn{width:100%;justify-content:center;white-space:nowrap}
@media(max-width:760px){.hh-upgrade-modal{padding:12px}.hh-upgrade-modal__dialog{padding:26px 20px;border-radius:22px}.hh-upgrade-modal h2{font-size:25px}.operator-context-upgrade,.operator-plan-dashboard-card{grid-template-columns:1fr;align-items:flex-start;flex-direction:column}.operator-plan-dashboard-card__action,.operator-plan-dashboard-card__action .btn{width:100%}.operator-context-upgrade .btn{width:100%}}

/* Operator dashboard growth and subscription conversion */
.operator-growth-hub{
  position:relative;
  overflow:hidden;
  padding:28px;
  border:1px solid rgba(122,86,45,.16);
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 0%,rgba(238,186,86,.18),transparent 29%),
    radial-gradient(circle at 0% 100%,rgba(39,126,103,.12),transparent 30%),
    linear-gradient(145deg,#fffdf8 0%,#f7fbf8 55%,#fff 100%);
  box-shadow:0 26px 58px rgba(54,45,32,.1);
}
.operator-growth-hub__hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:2px 2px 24px}
.operator-growth-hub__hero-copy{max-width:850px}
.operator-growth-hub__eyebrow{display:block;margin-bottom:8px;color:#9a641b;font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.operator-growth-hub__hero h2{margin:0;color:#23342d;font-size:clamp(24px,2.7vw,36px);line-height:1.15;letter-spacing:-.04em}
.operator-growth-hub__hero p{max-width:780px;margin:12px 0 0;color:#64736c;font-size:14px;line-height:1.6}
.operator-growth-hub__hero-action{display:flex;flex-direction:column;align-items:stretch;gap:10px;min-width:205px}
.operator-growth-primary{width:100%;justify-content:center;white-space:nowrap}
.operator-growth-preview-trigger{min-height:34px;padding:0 12px;border:0;background:transparent;color:#587068;font:inherit;font-size:11px;font-weight:850;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:4px;cursor:pointer}
.operator-growth-preview-trigger:hover{color:#246e58}
.operator-growth-preview-trigger:focus-visible{outline:2px solid rgba(36,110,88,.42);outline-offset:2px;border-radius:8px}
.operator-growth-live{display:flex;align-items:center;justify-content:center;gap:8px;color:#27715a;font-size:12px;font-weight:850}
.operator-growth-live i{width:8px;height:8px;border-radius:50%;background:#21a46f;box-shadow:0 0 0 0 rgba(33,164,111,.35);animation:operator-growth-pulse 1.8s ease-out infinite}
@keyframes operator-growth-pulse{0%{box-shadow:0 0 0 0 rgba(33,164,111,.35)}70%{box-shadow:0 0 0 7px rgba(33,164,111,0)}100%{box-shadow:0 0 0 0 rgba(33,164,111,0)}}
.operator-growth-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin-bottom:20px;border:1px solid rgba(211,218,211,.88);border-radius:20px;background:rgba(255,255,255,.78)}
.operator-growth-kpis article{position:relative;display:flex;min-width:0;min-height:118px;flex-direction:column;justify-content:center;padding:19px 20px}
.operator-growth-kpis article+article{border-left:1px solid rgba(218,224,219,.86)}
.operator-growth-kpis span{color:#6d7973;font-size:11px;font-weight:850;letter-spacing:.045em;text-transform:uppercase}
.operator-growth-kpis strong{margin:5px 0 2px;color:#24372e;font-size:30px;line-height:1}
.operator-growth-kpis small{color:#7d8983;font-size:11px;line-height:1.35}
.operator-growth-kpis .is-opportunity{background:linear-gradient(160deg,rgba(255,247,227,.72),rgba(255,255,255,.25))}
.operator-growth-kpis .is-opportunity strong{color:#a56614}
.operator-growth-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.operator-growth-card{display:flex;min-width:0;min-height:310px;flex-direction:column;padding:20px;border:1px solid rgba(216,224,217,.9);border-radius:21px;background:rgba(255,255,255,.88);box-shadow:0 13px 28px rgba(34,49,41,.055)}
.operator-growth-card--locked{background:linear-gradient(160deg,#fff9eb 0%,#fff 62%)}
.operator-growth-card--visibility{background:linear-gradient(160deg,#effaf5 0%,#fff 62%)}
.operator-growth-card--benchmark{background:linear-gradient(160deg,#f3f5ff 0%,#fff 62%)}
.operator-growth-card--value{background:linear-gradient(160deg,#fff4ef 0%,#fff 62%)}
.operator-growth-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}
.operator-growth-card__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:#fff;color:#236c56;font-size:18px;font-weight:900;box-shadow:0 8px 18px rgba(31,67,53,.09)}
.operator-growth-card__tag{color:#6b766f;font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.operator-growth-card h3{margin:0;color:#25372f;font-size:19px;line-height:1.24;letter-spacing:-.025em}
.operator-growth-card p{margin:9px 0 14px;color:#6c7973;font-size:12px;line-height:1.55}
.operator-growth-preview{display:grid;gap:7px;margin:0 0 16px;padding:12px;border:1px solid rgba(224,210,182,.72);border-radius:13px;background:rgba(255,255,255,.7)}
.operator-growth-preview span{display:block;height:9px;border-radius:999px;background:linear-gradient(90deg,#e6dcc8 0 27%,#f3ede2 27% 82%,#e8dfce 82%);filter:blur(1.8px)}
.operator-growth-preview span:nth-child(2){width:86%}.operator-growth-preview span:nth-child(3){width:64%}.operator-growth-preview.is-empty{opacity:.62}
.operator-growth-card__fact{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin:auto 0 15px;padding:11px 0;border-top:1px solid rgba(218,225,219,.85);border-bottom:1px solid rgba(218,225,219,.85)}
.operator-growth-card__fact span{color:#77827d;font-size:10px;font-weight:800;text-transform:uppercase}
.operator-growth-card__fact strong{color:#315247;font-size:12px;text-align:right}
.operator-growth-link{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;margin-top:auto;padding:8px 12px;border:1px solid rgba(39,113,82,.17);border-radius:13px;background:#fff;color:#22684f;font:inherit;font-size:12px;font-weight:900;cursor:pointer;text-decoration:none;box-shadow:0 8px 18px rgba(31,67,53,.07)}
.operator-growth-link:hover{border-color:rgba(39,113,82,.35);transform:translateY(-1px)}
.operator-growth-link .operator-plan-lock-tag{margin-left:7px}
.operator-growth-bars{display:grid;gap:10px;margin:auto 0 17px}
.operator-growth-bars>div{display:grid;grid-template-columns:78px minmax(0,1fr) 26px;align-items:center;gap:8px;color:#6b7771;font-size:10px;font-weight:800}
.operator-growth-bars i{position:relative;height:8px;overflow:hidden;border-radius:999px;background:#e7eae8}
.operator-growth-bars i::after{content:"";position:absolute;inset:0 auto 0 0;width:var(--growth-width);border-radius:inherit;background:#87938d}
.operator-growth-bars .is-premium i::after{background:linear-gradient(90deg,#2c8e70,#d7a84b)}
.operator-growth-bars strong{color:#35483f;font-size:11px;text-align:right}
.operator-growth-bars.is-placeholder{opacity:.72}
.operator-growth-hub__footer{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:14px;margin-top:14px}
.operator-growth-profile,.operator-growth-offer{display:flex;align-items:center;gap:17px;padding:16px 18px;border:1px solid rgba(216,224,217,.9);border-radius:18px;background:rgba(255,255,255,.78)}
.operator-growth-profile__copy{display:grid;gap:3px;min-width:210px}
.operator-growth-profile__copy span,.operator-growth-offer span{color:#7a8580;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.operator-growth-profile__copy strong,.operator-growth-offer strong{color:#30473d;font-size:12px}
.operator-growth-profile__track{flex:1;min-width:80px;height:9px;overflow:hidden;border-radius:999px;background:#e4e9e5}
.operator-growth-profile__track i{display:block;width:var(--growth-width);height:100%;border-radius:inherit;background:linear-gradient(90deg,#2b8b6d,#e2b24f)}
.operator-growth-profile>a{color:#246a52;font-size:11px;font-weight:900;white-space:nowrap}
.operator-growth-offer{justify-content:space-between;background:linear-gradient(145deg,#fff9eb,#fff)}
.operator-growth-offer>div{display:grid;gap:3px}.operator-growth-offer small{color:#7a7468;font-size:10px}.operator-growth-offer .btn{min-height:40px;padding:0 14px;border-radius:13px;font-size:11px;white-space:nowrap}
.operator-growth-disclaimer{margin:13px 3px 0;color:#87908b;font-size:10px;line-height:1.45}
.operator-upgrade-nudge{
  --nudge-accent:#268066;
  --nudge-accent-soft:#eaf7f1;
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:10020;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:14px;
  width:min(410px,calc(100vw - 32px));
  padding:19px 46px 19px 18px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--nudge-accent) 24%,#dce5df);
  border-radius:22px;
  background:linear-gradient(145deg,#fff 0%,var(--nudge-accent-soft) 135%);
  box-shadow:0 24px 70px rgba(25,47,38,.22),0 8px 22px rgba(25,47,38,.1);
  opacity:0;
  transform:translate3d(0,24px,0) scale(.96);
  transform-origin:bottom right;
  pointer-events:none;
  transition:opacity .25s ease,transform .3s cubic-bezier(.2,.75,.2,1);
}
.operator-upgrade-nudge[hidden]{display:none!important}
.operator-upgrade-nudge.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1);pointer-events:auto}
.operator-upgrade-nudge.is-leaving{opacity:0;transform:translate3d(0,12px,0) scale(.98);pointer-events:none}
.operator-upgrade-nudge.is-tone-gold{--nudge-accent:#b97916;--nudge-accent-soft:#fff4d9}
.operator-upgrade-nudge.is-tone-blue{--nudge-accent:#397ca0;--nudge-accent-soft:#eaf5fb}
.operator-upgrade-nudge.is-tone-violet{--nudge-accent:#7956a8;--nudge-accent-soft:#f2ecfb}
.operator-upgrade-nudge.is-tone-rose{--nudge-accent:#b96359;--nudge-accent-soft:#fcefeb}
.operator-upgrade-nudge.is-tone-live{--nudge-accent:#16845d;--nudge-accent-soft:#e8f8ef}
.operator-upgrade-nudge__signal{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:var(--nudge-accent-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--nudge-accent) 14%,transparent)}
.operator-upgrade-nudge__signal>span{position:relative;width:13px;height:13px;border-radius:50%;background:var(--nudge-accent);box-shadow:0 0 0 0 color-mix(in srgb,var(--nudge-accent) 38%,transparent);animation:operator-nudge-pulse 1.8s ease-out infinite}
.operator-upgrade-nudge__signal>span::after{content:"";position:absolute;inset:-6px;border:1px solid color-mix(in srgb,var(--nudge-accent) 40%,transparent);border-radius:50%}
@keyframes operator-nudge-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--nudge-accent) 38%,transparent)}70%{box-shadow:0 0 0 12px transparent}100%{box-shadow:0 0 0 0 transparent}}
.operator-upgrade-nudge__body{display:grid;gap:5px;min-width:0}
.operator-upgrade-nudge__eyebrow{color:var(--nudge-accent);font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.operator-upgrade-nudge__body>strong{color:#21352d;font-size:17px;line-height:1.25;letter-spacing:-.015em}
.operator-upgrade-nudge__body>p{margin:0;color:#617168;font-size:12px;line-height:1.48}
.operator-upgrade-nudge__cta{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:6px;color:var(--nudge-accent);font-size:12px;font-weight:950;text-decoration:none}
.operator-upgrade-nudge__cta::after{content:"→";margin-left:7px;font-size:15px;transition:transform .18s ease}
.operator-upgrade-nudge__cta:hover::after{transform:translateX(3px)}
.operator-upgrade-nudge__close{position:absolute;top:11px;right:11px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid rgba(51,70,62,.12);border-radius:10px;background:rgba(255,255,255,.84);color:#68756f;font-size:20px;line-height:1;cursor:pointer}
.operator-upgrade-nudge__close:hover{border-color:color-mix(in srgb,var(--nudge-accent) 30%,#d8e0dc);color:var(--nudge-accent)}
.operator-upgrade-nudge__timer{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--nudge-accent);transform-origin:left center;animation:operator-nudge-timer 14s linear forwards}
.operator-upgrade-nudge:hover .operator-upgrade-nudge__timer,.operator-upgrade-nudge:focus-within .operator-upgrade-nudge__timer{animation-play-state:paused}
@keyframes operator-nudge-timer{from{transform:scaleX(1)}to{transform:scaleX(0)}}
@media(max-width:1120px){.operator-growth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-growth-card{min-height:286px}.operator-growth-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-growth-kpis article:nth-child(3){border-left:0;border-top:1px solid rgba(218,224,219,.86)}.operator-growth-kpis article:nth-child(4){border-top:1px solid rgba(218,224,219,.86)}.operator-growth-hub__footer{grid-template-columns:1fr}}
@media(max-width:760px){.operator-growth-hub{padding:19px;border-radius:22px}.operator-growth-hub__hero{grid-template-columns:1fr;gap:18px}.operator-growth-hub__hero-action{min-width:0}.operator-growth-hub__hero h2{font-size:25px}.operator-growth-grid,.operator-growth-kpis{grid-template-columns:1fr}.operator-growth-kpis article+article{border-left:0;border-top:1px solid rgba(218,224,219,.86)}.operator-growth-card{min-height:0}.operator-growth-profile,.operator-growth-offer{align-items:flex-start;flex-direction:column}.operator-growth-profile__track{width:100%;flex:none}.operator-growth-offer .btn{width:100%}.operator-upgrade-nudge{right:12px;bottom:12px;width:calc(100vw - 24px);padding:16px 42px 16px 15px;border-radius:18px}.operator-upgrade-nudge__body>strong{font-size:15px}.operator-upgrade-nudge__body>p{font-size:11px}}
@media(prefers-reduced-motion:reduce){.operator-upgrade-nudge,.operator-upgrade-nudge__signal>span,.operator-upgrade-nudge__timer{animation:none!important;transition:none!important}}
.dashboard-v5 .shell-toolbar__item--plan-upgrade{width:auto !important;min-width:0 !important;padding:0 14px !important;justify-content:flex-start;border-color:rgba(239,129,0,.25) !important;background:linear-gradient(180deg,#fff7e8,#ffedd0) !important;color:#a45100 !important}.dashboard-v5 .shell-toolbar__item--plan-upgrade>span:not(.ui-icon):not(.shell-toolbar__badge){display:inline-flex !important;white-space:nowrap}.dashboard-v5 .shell-toolbar__item--plan-upgrade:hover{background:#fff3da !important}
@media(max-width:1280px){.operator-pricing__layout{grid-template-columns:1fr}.operator-pricing__included{display:none}.operator-pricing__plans{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.operator-pricing__hero{display:grid}.operator-pricing__trust{flex-wrap:wrap}.operator-pricing__contacts-guarantee{grid-template-columns:1fr;padding:18px}.operator-pricing__contacts-guarantee-plans{grid-template-columns:repeat(3,minmax(0,1fr))}.operator-pricing__switch{grid-template-columns:1fr 1fr}.operator-pricing__switch p{grid-column:1/-1;padding:10px 4px 0;text-align:center}.operator-pricing__plans{grid-template-columns:1fr}.operator-plan-change-review__head,.operator-plan-change-review__footer{display:grid}.operator-plan-change-review__status{width:max-content;max-width:100%;white-space:normal}.operator-plan-change-review__summary{grid-template-columns:1fr 1fr}.operator-plan-change-review__summary>div:nth-child(2){border-right:0}.operator-plan-change-review__summary>div:nth-child(-n+2){border-bottom:1px solid #e2e9e4}.operator-plan-change-review__actions{display:grid;grid-template-columns:1fr}.operator-plan-change-review__actions form,.operator-plan-change-review__actions .btn{width:100%}.operator-plan-upsell,.operator-plan-usage,.operator-premium-lock{align-items:flex-start;flex-direction:column}.operator-plan-upsell .btn,.operator-plan-usage .btn,.operator-premium-lock .btn{width:100%}.operator-plan-usage__metrics{width:100%;flex-direction:column}.operator-plan-usage__metrics>div{width:100%;min-width:0}.operator-price-card__head p{min-height:0}.operator-crm-access-grid{grid-template-columns:1fr}}
@media(max-width:560px){.dashboard-v5 .shell-toolbar__item--plan-upgrade{width:46px !important;padding:0 !important;justify-content:center}.dashboard-v5 .shell-toolbar__item--plan-upgrade>span:not(.ui-icon):not(.shell-toolbar__badge){display:none !important}}

/* Cambio piano: selezione chiara, controlli flat e CTA ad alto contrasto. */
.operator-plan-change-review{width:min(1060px,100%);background:#f8fbf9;box-shadow:none}
.operator-plan-change-review__controls{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(270px,.8fr);gap:14px}
.operator-plan-change-review__control{min-width:0;margin:0;padding:13px;border:1px solid #d5e2da;border-radius:14px;background:#fff}
.operator-plan-change-review__control legend{padding:0 6px;color:#53675c;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.operator-plan-change-review__plan-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px}
.operator-plan-change-review__plan-options button,.operator-plan-change-review__interval-options button{display:grid;gap:3px;min-width:0;min-height:64px;padding:11px 12px;border:1px solid #d4dfd8;border-radius:10px;background:#fff;color:#24372d;text-align:left;cursor:pointer;box-shadow:none;background-image:none}
.operator-plan-change-review__plan-options button:hover,.operator-plan-change-review__interval-options button:hover{border-color:#6ca184;background:#f5faf7}
.operator-plan-change-review__plan-options button.is-active,.operator-plan-change-review__interval-options button.is-active{border-color:#176b58;background:#eaf5f0;color:#124f41}
.operator-plan-change-review__plan-options strong,.operator-plan-change-review__interval-options strong{font-size:15px}.operator-plan-change-review__plan-options span,.operator-plan-change-review__plan-options small,.operator-plan-change-review__interval-options small{color:#65776d;font-size:11px;line-height:1.3}
.operator-plan-change-review__interval-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.operator-plan-change-review__actions .operator-plan-change-review__confirm-form .btn{min-height:46px;border:1px solid #176b58!important;background:#176b58!important;background-image:none!important;color:#fff!important;font-weight:900;box-shadow:none!important}
.operator-plan-change-review__actions .operator-plan-change-review__confirm-form .btn:hover{border-color:#0f5949!important;background:#0f5949!important;color:#fff!important}
.operator-plan-change-review__actions .operator-plan-change-review__confirm-form .btn:disabled{border-color:#477d70!important;background:#477d70!important;color:#fff!important;opacity:.82;cursor:wait}
@media(max-width:860px){.operator-plan-change-review__controls{grid-template-columns:1fr}.operator-plan-change-review__footer{align-items:stretch}.operator-plan-change-review__actions{justify-content:flex-end}}
@media(max-width:560px){.operator-plan-change-modal{padding:10px}.operator-plan-change-review{max-height:calc(100vh - 20px);padding:20px 16px}.operator-plan-change-review__plan-options,.operator-plan-change-review__interval-options{grid-template-columns:1fr}.operator-plan-change-review__summary{grid-template-columns:1fr}.operator-plan-change-review__summary>div{border-right:0;border-bottom:1px solid #e2e9e4}.operator-plan-change-review__summary>div:last-child{border-bottom:0}}
.operator-plan-change-review{width:min(560px,100%);gap:16px;padding:28px;background:#f8fbf9}.operator-plan-change-review__head{display:block;padding-right:42px}.operator-plan-change-review__head h2{font-size:clamp(26px,3vw,36px)}.operator-plan-change-review__control--interval{padding:14px}.operator-plan-change-review__selection{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 18px;border:1px solid #cfe0d5;border-radius:13px;background:#fff}.operator-plan-change-review__selection>span{color:#63756a;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.operator-plan-change-review__selection>strong{color:#176b58;font-size:21px}.operator-plan-change-review>.operator-plan-change-review__actions{justify-content:flex-end}.operator-plan-change-review>.operator-plan-change-review__actions form{margin:0}@media(max-width:560px){.operator-plan-change-review__selection{align-items:flex-start;flex-direction:column;gap:6px}.operator-plan-change-review>.operator-plan-change-review__actions{display:grid;grid-template-columns:1fr}.operator-plan-change-review>.operator-plan-change-review__actions .btn,.operator-plan-change-review>.operator-plan-change-review__actions form{width:100%}}

/* Elenco amministrativo delle conversazioni cliente-operatore. */
.admin-service-chats{
  padding:0 !important;
  overflow:hidden !important;
}
.chat-list-result-count,
.admin-service-chats > .admin-service-chat-result-count{
  display:flex;
  align-items:center;
  width:max-content;
  max-width:calc(100% - 36px);
  margin:18px 18px 0;
  padding:8px 12px;
  border:1px solid #dce8e3;
  border-radius:999px;
  background:#f7fbf9;
  color:#52635c;
  font-size:12px;
  font-weight:850;
}
.chat-list-result-count{margin-bottom:18px}
.chat-list-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 18px}
.chat-list-summary .chat-list-result-count{margin:0}
.chat-list-unread-link{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid #e4b55e;border-radius:999px;background:#fff7e4;color:#7b4a00;font-size:12px;font-weight:900;text-decoration:none}
.chat-list-unread-link:hover{border-color:#c78a29;background:#ffefca;color:#603800}
.chat-list-unread-link .ui-icon{width:15px;height:15px}
.customer-admin-table tbody tr.chat-list-row--unread>td{background:#fffaf0}
.customer-admin-table tbody tr.chat-list-row--unread>td:first-child{box-shadow:inset 4px 0 0 #d99527}
.customer-admin-table tbody tr.chat-list-row--unread .meta-title{color:#60400d}
@media(max-width:760px){.chat-list-summary{align-items:stretch;flex-direction:column}.chat-list-summary>*{width:max-content;max-width:100%}}
.admin-service-chats__search{
  display:block;
  padding:22px 24px;
  border-bottom:1px solid rgba(224,217,206,.85);
  background:linear-gradient(180deg,#fff,#fdfbf8);
}
.admin-service-chats__search-bar{
  display:flex;
  align-items:stretch;
  gap:10px;
  width:min(680px,100%);
  max-width:100%;
}
.admin-service-chats__search input[type="search"]{
  flex:1 1 auto;
  width:auto;
  min-width:0;
  min-height:54px;
  margin:0;
  padding:0 18px;
  border:1px solid #d9d5ca;
  border-radius:12px;
  background:#fff;
  color:#33413a;
  font:inherit;
  box-shadow:none;
  box-sizing:border-box;
  appearance:none;
  -webkit-appearance:none;
}
.admin-service-chats__search input[type="search"]:focus{
  outline:0;
  border-color:#2b7d70;
  box-shadow:0 0 0 3px rgba(43,125,112,.12);
}
.admin-service-chats__table-wrap{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch;
}
.admin-service-chats__table{
  width:100%;
  min-width:940px;
  margin:0;
  table-layout:fixed;
}
.admin-service-chats__table .col-customer{width:15%}
.admin-service-chats__table .col-operator{width:15%}
.admin-service-chats__table .col-service{width:20%}
.admin-service-chats__table .col-message{width:38%}
.admin-service-chats__table .col-action{width:12%}
.admin-service-chats__table th,
.admin-service-chats__table td{
  min-width:0;
  padding:17px 18px;
  vertical-align:middle;
}
.admin-service-chats__table th:last-child,
.admin-service-chats__table td:last-child{text-align:right}
.admin-service-chats__person,
.admin-service-chats__service,
.admin-service-chats__preview{
  display:-webkit-box;
  min-width:0;
  overflow:hidden !important;
  overflow-wrap:anywhere;
  word-break:break-word;
  -webkit-box-orient:vertical;
}
.admin-service-chats__person,
.admin-service-chats__service{-webkit-line-clamp:2}
.admin-service-chats__message{display:grid;min-width:0;gap:6px}
.admin-service-chats__preview{-webkit-line-clamp:2;line-height:1.4;color:#2c3e35}
.admin-service-chats__message small{color:#75827b;font-size:12px;white-space:nowrap}
.admin-service-chats__actions .btn{white-space:nowrap}

.admin-service-chats--free-only .admin-service-chats__table-wrap{overflow:visible !important}
.admin-service-chats--free-only .admin-service-chats__table{min-width:0}
.admin-service-chats--free-only .admin-service-chats__table .col-customer{width:15%}
.admin-service-chats--free-only .admin-service-chats__table .col-operator{width:15%}
.admin-service-chats--free-only .admin-service-chats__table .col-service{width:20%}
.admin-service-chats--free-only .admin-service-chats__table .col-message{width:auto}
.admin-service-chats--free-only .admin-service-chats__table .col-updated{width:120px}
.admin-service-chats--free-only .admin-service-chats__table .col-action{width:156px}
.admin-service-chats--free-only .admin-service-chats__actions{padding-left:10px;padding-right:14px}
.admin-service-chats--free-only .admin-service-chats__actions .btn{width:100%;min-width:128px;justify-content:center}
.admin-service-chat-filters__grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}

@media(max-width:1180px){
  .admin-service-chat-filters__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .admin-service-chats--free-only .admin-service-chats__table th,
  .admin-service-chats--free-only .admin-service-chats__table td{padding-left:12px;padding-right:12px}
}

@media(max-width:760px){
  .admin-service-chats__search{padding:16px}
  .admin-service-chats__search-bar{width:100%}
  .admin-service-chats__search input[type="search"]{flex:1 1 auto;width:auto;min-width:0}
  .admin-service-chats__table-wrap{padding:12px;background:#f7f5f0;overflow:visible !important;box-sizing:border-box}
  .admin-service-chats__table{display:block;min-width:0;border:0;background:transparent}
  .admin-service-chats__table colgroup,
  .admin-service-chats__table thead{display:none}
  .admin-service-chats__table tbody{display:grid;gap:12px}
  .admin-service-chats__table tr{display:grid;padding:8px 14px;border:1px solid #e1ded6;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(31,48,40,.05)}
  .admin-service-chats__table td{
    display:grid;
    grid-template-columns:108px minmax(0,1fr);
    gap:12px;
    width:auto !important;
    padding:10px 0;
    border:0 !important;
    border-bottom:1px solid #efede7 !important;
    text-align:left !important;
  }
  .admin-service-chats__table td:last-child{border-bottom:0 !important}
  .admin-service-chats__table td::before{content:attr(data-label);color:#77847d;font-size:11px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
  .admin-service-chats__actions .btn{justify-self:start}
  .admin-service-chat-filters__grid{grid-template-columns:1fr !important}
  .admin-service-chats--free-only .admin-service-chats__actions .btn{width:auto;min-width:0}
}

/* Vista chat admin compatta, allineata alla chat operatore. */
.dashboard-v5 .dash-main > .admin-service-chat-unified,
.admin-theme .dash-main > .admin-service-chat-unified{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  align-self:stretch !important;
  justify-self:stretch !important;
  box-sizing:border-box !important;
}
.admin-service-chat-unified{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}
.admin-service-chat-unified .hh-wa.chat-shell,
.operator-chat-unified.admin-service-chat-unified .hh-wa.chat-shell{
  display:grid !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  grid-template-columns:minmax(300px,350px) minmax(0,1fr) !important;
  min-height:680px !important;
  height:min(74vh,820px) !important;
  border:1px solid rgba(28,112,100,.14) !important;
  border-radius:22px !important;
  overflow:hidden !important;
  box-shadow:0 22px 55px rgba(26,70,63,.11) !important;
}
.admin-service-chat-unified .hh-wa__sidebar{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  padding:18px !important;
  background:#f7faf8 !important;
  border-right:1px solid #dce8e3 !important;
}
.admin-service-chat-unified .customer-chat-sidebar-head{margin-bottom:0}
.admin-service-chat-filters{margin-bottom:18px}
.admin-service-chat-result-count{
  padding:9px 11px;
  border:1px solid #dce8e3;
  border-radius:11px;
  background:#fff;
  color:#52635c;
  font-size:12px;
  font-weight:800;
}
.admin-chat-row-meta{display:flex;flex-wrap:wrap;gap:5px;margin:3px 0 4px}
.admin-chat-row-meta em{
  display:inline-flex;
  padding:2px 7px;
  border-radius:999px;
  background:#e9f5f0;
  color:#276f63;
  font-size:9px;
  font-style:normal;
  font-weight:850;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.admin-service-chat-unified .operator-chat-conversation.is-active .admin-chat-row-meta em{
  background:rgba(255,255,255,.18);
  color:#fff;
}
.admin-service-chat-search{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:stretch !important;
  gap:8px !important;
  width:100% !important;
  margin:0 !important;
}
.admin-service-chat-search input[type="search"]{
  width:100% !important;
  min-width:0 !important;
  min-height:44px !important;
  height:44px !important;
  margin:0 !important;
  padding:0 13px !important;
  border:1px solid #d9d5ca !important;
  border-radius:11px !important;
  background:#fff !important;
  color:#33413a !important;
  font:inherit !important;
  font-size:13px !important;
  line-height:1.2 !important;
  box-shadow:none !important;
  outline:0 !important;
  box-sizing:border-box !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}
.admin-service-chat-search input[type="search"]:focus{
  border-color:#2b7d70 !important;
  box-shadow:0 0 0 3px rgba(43,125,112,.11) !important;
}
.admin-service-chat-search .btn{
  width:auto !important;
  min-width:72px !important;
  min-height:44px !important;
  margin:0 !important;
  padding:0 12px !important;
  white-space:nowrap !important;
}
.admin-service-chat-reset{
  align-self:flex-start;
  color:#246e62;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.admin-service-chat-unified .operator-chat-conversations{
  flex:1 1 auto !important;
  min-height:0 !important;
  align-content:start !important;
  overflow-y:auto !important;
  padding-right:3px !important;
}
.admin-service-chat-unified .hh-wa__main{min-width:0 !important}
.admin-service-chat-unified .hh-wa__thread{min-height:0 !important}
.admin-service-chat-unified .hh-wa__composer form{max-width:none !important}
.admin-service-chat-unified textarea[name="message"]{display:block !important;min-height:52px !important;max-height:128px !important}
.admin-service-chat-unified .operator-chat-conversation__copy{min-width:0}
.admin-service-chat-unified .operator-chat-conversation__copy small:last-child{
  color:#87928d;
  font-size:11px;
}
@media(max-width:980px){
  .admin-service-chat-unified .hh-wa{grid-template-columns:minmax(0,1fr) !important;height:auto !important}
  .admin-service-chat-unified .hh-wa__main{height:68vh !important;min-height:560px !important}
  .admin-service-chat-unified .operator-chat-conversations{display:flex !important;overflow-x:auto !important;overflow-y:hidden !important}
}
@media(max-width:560px){
  .admin-service-chat-search{grid-template-columns:minmax(0,1fr) auto !important}
  .admin-service-chat-search .btn{padding:0 11px !important}
}

/* Analisi chat admin: aperture giornaliere, link inviati e conversioni. */
.admin-chat-started-analytics{margin:0 0 22px;padding:22px;border:1px solid rgba(43,127,117,.14);border-radius:24px;background:linear-gradient(135deg,#fff 0%,#f4faf7 100%);box-shadow:0 18px 42px rgba(18,40,31,.07)}
.admin-chat-started-analytics__head{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer}.admin-chat-started-analytics__head::-webkit-details-marker{display:none}.admin-chat-started-analytics__head::marker{display:none;content:''}.admin-chat-started-analytics__head h2{margin:7px 0 4px;color:#20362c;font-size:24px}.admin-chat-started-analytics__head p{margin:0;color:#6b7972}.admin-chat-started-analytics__summary{display:flex;gap:10px;flex-wrap:wrap;margin-left:auto}.admin-chat-started-analytics__summary>span{display:grid;gap:3px;min-width:104px;padding:10px 13px;border:1px solid #dce9e2;border-radius:14px;background:#fff}.admin-chat-started-analytics__summary small{color:#6c7c74;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.admin-chat-started-analytics__summary strong{color:#174b3c;font-size:22px}.admin-chat-started-analytics__toggle{display:flex;align-items:center;justify-content:center;gap:10px;flex:0 0 auto;min-height:44px;padding:10px 15px;border:1px solid #185f51;border-radius:13px;background:#1f7567;color:#fff;font-size:12px;font-weight:900;box-shadow:0 10px 22px rgba(24,95,81,.2);transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.admin-chat-started-analytics__head:hover .admin-chat-started-analytics__toggle{background:#185f51;transform:translateY(-1px);box-shadow:0 13px 26px rgba(24,95,81,.26)}.admin-chat-started-analytics__toggle-open{display:none}.admin-chat-started-analytics__toggle i{display:block;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease}.admin-chat-started-analytics[open] .admin-chat-started-analytics__toggle-closed{display:none}.admin-chat-started-analytics[open] .admin-chat-started-analytics__toggle-open{display:inline}.admin-chat-started-analytics[open] .admin-chat-started-analytics__toggle i{transform:rotate(225deg) translate(-1px,-1px)}.admin-chat-started-analytics__body{padding-top:18px}.admin-chat-started-days{display:grid;grid-template-columns:repeat(14,minmax(62px,1fr));gap:7px;padding-top:18px;overflow-x:auto;border-top:1px solid #e2ece6;padding-bottom:3px}.admin-chat-started-day{display:grid;justify-items:center;gap:2px;min-width:62px;padding:9px 6px;border:1px solid #dfe9e3;border-radius:12px;background:#fff;color:#53665c;text-decoration:none;transition:.16s ease}.admin-chat-started-day:hover,.admin-chat-started-day.is-active{border-color:#348b72;background:#eaf7f1;color:#155b47;transform:translateY(-1px)}.admin-chat-started-day span{font-size:10px;font-weight:900;text-transform:uppercase}.admin-chat-started-day small{font-size:10px}.admin-chat-started-day strong{font-size:19px}
.admin-service-chats--free-only .admin-service-chats__table-wrap{overflow-x:auto !important}.admin-service-chats--free-only .admin-service-chats__table{min-width:1320px;table-layout:auto}.admin-service-chats--free-only .admin-service-chats__table th,.admin-service-chats--free-only .admin-service-chats__table td{white-space:normal}.admin-service-chats--free-only .admin-service-chats__table th:nth-child(1),.admin-service-chats--free-only .admin-service-chats__table th:nth-child(2){min-width:145px}.admin-service-chats--free-only .admin-service-chats__table th:nth-child(4){min-width:190px}.admin-service-chats--free-only .admin-service-chats__table th:nth-child(5){min-width:160px}.admin-service-chats--free-only .admin-service-chats__table th:nth-child(6){min-width:250px}
.admin-chat-link-badges{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.admin-chat-link-badges>span{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap}.admin-chat-link-badges .is-booking{background:#e5f6ed;color:#176540}.admin-chat-link-badges .is-review{background:#fff1dc;color:#94530b}.admin-chat-link-badges .is-video{background:#eaf2ff;color:#315f9b}
.admin-chat-conversion{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.admin-chat-conversion strong{display:grid;place-items:center;min-width:30px;height:30px;border-radius:999px;background:#dff4e8;color:#17633d}.admin-chat-conversion span{color:#2c5744;font-size:12px;font-weight:850}.admin-chat-conversion a{color:#1f7560;font-size:11px;font-weight:900}.admin-chat-conversion.is-empty{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f2f4f3;color:#728078;font-size:11px;font-weight:800}
.chat-generated-bookings-link{display:inline-flex;align-items:center;gap:6px;width:max-content;margin-top:5px;padding:4px 9px;border:1px solid #b9dfcf;border-radius:999px;background:#eef9f3;color:#17633d;font-size:12px;font-weight:850;line-height:1.2;text-decoration:none}.chat-generated-bookings-link strong{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#1f7560;color:#fff;font-size:11px}.chat-generated-bookings-link:hover,.chat-generated-bookings-link:focus-visible{border-color:#1f7560;background:#dff4e8;color:#0f5132;text-decoration:none}
.admin-service-chats__table td[data-label="Iniziata"] small{display:block;margin-top:3px;color:#74827b}.admin-service-chat-filters__grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important}
.admin-chat-header-side{display:flex;align-items:center;gap:12px;margin-left:auto}.admin-chat-header-operator{display:grid;gap:2px;max-width:280px;padding:8px 13px;border:1px solid #d7e4dd;border-radius:14px;background:#f6faf8;text-align:right}.admin-chat-header-operator span{color:#6b7b73;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.admin-chat-header-operator strong{overflow:hidden;color:#213c30;font-size:14px;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1180px){.admin-chat-started-analytics__head{align-items:flex-start;flex-wrap:wrap}.admin-chat-started-analytics__summary{order:3;width:100%;margin-left:0}.admin-chat-started-analytics__toggle{margin-left:auto}.admin-service-chat-filters__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}
@media(max-width:760px){.admin-chat-started-analytics{padding:17px 14px;border-radius:18px}.admin-chat-started-analytics__head{gap:14px}.admin-chat-started-analytics__head>div:first-child{min-width:0;flex:1}.admin-chat-started-analytics__head p{display:none}.admin-chat-started-analytics__toggle{order:4;width:100%}.admin-chat-started-analytics__summary{width:100%}.admin-chat-started-analytics__summary>span{flex:1 1 90px}.admin-service-chats--free-only .admin-service-chats__table{min-width:0}.admin-service-chat-filters__grid{grid-template-columns:1fr !important}.admin-chat-header-side{gap:7px;min-width:0}.admin-chat-header-operator{max-width:150px;padding:7px 9px}.admin-chat-header-operator strong{font-size:12px}.general-chat-public .hh-wa__top--contact{gap:10px}.general-chat-public .hh-wa__contact{min-width:0;flex:1}.general-chat-public .hh-wa__contact-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}

/* Chat operatore: layout esteso, compositore compatto e controlli coerenti. */
body.operator-chat-page .dash-main > .operator-chat-unified{
  display:block;
  width:100% !important;
  max-width:none !important;
  min-width:0;
  margin:0 !important;
}
body.operator-chat-page .operator-chat-unified .hh-wa.chat-shell{
  width:100% !important;
  max-width:none !important;
  min-width:0;
  margin:20px 0 0 !important;
  grid-template-columns:minmax(290px,340px) minmax(0,1fr);
  height:clamp(680px,74vh,900px);
  min-height:680px;
  border:1px solid rgba(28,112,100,.16);
  border-radius:24px;
  box-shadow:0 24px 58px rgba(26,70,63,.12);
}
body.operator-chat-page .operator-chat-unified .hh-wa__sidebar{
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:20px 16px;
  overflow:hidden;
  background:linear-gradient(180deg,#f8fbf9 0%,#f1f6f3 100%);
}
body.operator-chat-page .operator-chat-unified .hh-wa__sidebar > h3{
  flex:0 0 auto;
  margin:0 4px 14px;
  font-size:22px;
  letter-spacing:-.025em;
}
body.operator-chat-page .operator-chat-conversations{
  flex:1 1 auto;
  min-height:0;
  align-content:start;
  overflow-x:hidden;
  overflow-y:auto;
  padding:2px 4px 10px;
  scrollbar-width:thin;
  scrollbar-color:#b8cec5 transparent;
}
body.operator-chat-page .operator-chat-conversation{
  grid-template-columns:46px minmax(0,1fr) auto;
  min-height:68px;
  padding:10px 11px;
  border-color:transparent;
  border-radius:16px;
}
body.operator-chat-page .operator-chat-conversation:hover{
  background:#fff;
  border-color:#cfe0d8;
}
body.operator-chat-page .operator-chat-conversation.is-active{
  background:linear-gradient(135deg,#e8f6f0 0%,#f7fbf8 100%);
  border-color:#8fc7ae;
  box-shadow:0 10px 22px rgba(25,101,84,.11),inset 4px 0 0 #187b69;
}
body.operator-chat-page .operator-chat-conversation__avatar{
  width:46px;
  height:46px;
}
body.operator-chat-page .operator-chat-conversation strong{font-size:15px}
body.operator-chat-page .operator-chat-conversation small{font-size:12px}
body.operator-chat-page .operator-chat-new{
  flex:0 0 auto;
  margin:10px 4px 0;
  padding-top:12px;
}
body.operator-chat-page .operator-chat-unified .hh-wa__main{
  min-width:0;
  height:100%;
  background:#edf4f0;
}
body.operator-chat-page .operator-chat-unified .hh-wa__top{
  min-height:82px;
  padding:14px 20px;
  background:linear-gradient(135deg,#f4fbf8 0%,#fffdf7 100%);
}
body.operator-chat-page .operator-chat-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-left:auto;flex:0 0 auto}body.operator-chat-page .operator-chat-header-actions form{margin:0}body.operator-chat-page .operator-chat-tools{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:8px 14px;border-bottom:1px solid #dbe7e2;background:#fff}body.operator-chat-page .operator-chat-tools__label{margin-right:3px;color:#60776e;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}body.operator-chat-page .operator-chat-tools .btn{min-height:32px;padding:6px 10px;font-size:10px}body.operator-chat-page .operator-chat-tools .btn:disabled{opacity:.48;cursor:not-allowed}
body.operator-chat-page .operator-chat-unified .hh-wa__contact-name{
  color:#17352d;
  font-size:18px;
  font-weight:900;
}
body.operator-chat-page .operator-chat-unified .hh-wa__thread{
  min-height:0;
  padding:20px clamp(16px,2vw,30px);
}
body.operator-chat-page .operator-chat-unified .hh-wa__composer{
  flex:0 0 auto;
  padding:12px 16px 14px;
}
body.operator-chat-page .operator-chat-unified .hh-wa__composer form{
  width:100%;
  max-width:none !important;
  margin:0;
  padding:10px;
  border-radius:22px;
}
body.operator-chat-page .hh-chat-service-picker{
  display:grid;
  grid-template-columns:max-content minmax(220px,1fr) auto;
  align-items:center;
  gap:10px;
  margin:0 0 10px;
  padding:10px 11px;
  border:1px solid #d8e5df;
  border-radius:16px;
  background:#f6faf8;
}
body.operator-chat-page .hh-chat-service-picker label{
  color:#36574e;
  font-size:12px;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
}
body.operator-chat-page .hh-chat-service-picker select{
  display:block;
  width:100%;
  min-width:0;
  min-height:44px;
  margin:0;
  padding:0 40px 0 14px;
  border:1px solid #cbded6;
  border-radius:12px;
  appearance:none;
  -webkit-appearance:none;
  background-color:#fff;
  background-image:linear-gradient(45deg,transparent 50%,#47675d 50%),linear-gradient(135deg,#47675d 50%,transparent 50%);
  background-position:calc(100% - 18px) 19px,calc(100% - 13px) 19px;
  background-size:5px 5px,5px 5px;
  background-repeat:no-repeat;
  color:#263d35;
  font:inherit;
  font-size:14px;
  box-shadow:none;
}
body.operator-chat-page .hh-chat-service-picker select:focus{
  outline:0;
  border-color:#2b7d70;
  box-shadow:0 0 0 3px rgba(43,125,112,.11);
}
body.operator-chat-page .hh-chat-service-picker .btn{
  min-height:44px;
  margin:0;
  padding:0 16px;
  white-space:nowrap;
}
body.operator-chat-page .operator-chat-unified .hh-wa__composer-row textarea[data-plain-textarea]{
  display:block !important;
  width:100%;
  min-width:0;
  min-height:54px !important;
  max-height:120px !important;
  margin:0 !important;
  padding:15px 17px !important;
  resize:none;
}
body.operator-chat-page .operator-chat-unified .sun-editor{display:none !important}
@media(max-width:1100px){
  body.operator-chat-page .operator-chat-unified .hh-wa.chat-shell{grid-template-columns:minmax(260px,300px) minmax(0,1fr)}
  body.operator-chat-page .hh-chat-service-picker{grid-template-columns:1fr auto}
  body.operator-chat-page .hh-chat-service-picker label{grid-column:1/-1}
}
@media(max-width:980px){
  body.operator-chat-page .operator-chat-unified .hh-wa.chat-shell{grid-template-columns:minmax(0,1fr);height:auto;min-height:0}
  body.operator-chat-page .operator-chat-unified .hh-wa__sidebar{max-height:270px;padding:14px}
  body.operator-chat-page .operator-chat-conversations{display:flex;overflow-x:auto;overflow-y:hidden;padding-bottom:6px}
  body.operator-chat-page .operator-chat-conversation{flex:0 0 240px}
  body.operator-chat-page .operator-chat-unified .hh-wa__main{height:68vh;min-height:560px}
}
@media(max-width:640px){
  body.operator-chat-page .operator-chat-unified .hh-wa.chat-shell{margin-top:14px !important;border-radius:16px}
  body.operator-chat-page .hh-chat-service-picker{grid-template-columns:1fr}
  body.operator-chat-page .hh-chat-service-picker label{grid-column:auto}
  body.operator-chat-page .hh-chat-service-picker .btn{width:100%;justify-content:center}
  body.operator-chat-page .operator-chat-unified .hh-wa__composer{padding:8px}
  body.operator-chat-page .operator-chat-header-actions{width:100%;justify-content:flex-start;padding-left:58px;flex-wrap:wrap}
  body.operator-chat-page .operator-chat-tools{overflow-x:auto;flex-wrap:nowrap}
  body.operator-chat-page .operator-chat-tools .btn{flex:0 0 auto}
}

/* La scelta dei metodi di pagamento e' gestita dalla piattaforma, non dall'operatore. */
body.operator-theme .stripe-methods-card,
body.operator-theme [data-connect-payment-methods],
body.operator-theme [data-payment-method-preferences]{
  display:none !important;
}

/* Editor compatto dei piani operatore */
.plan-editor-shell{
  padding:18px;
  border-radius:24px;
}
.plan-editor{
  display:block;
}
.plan-editor__layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:18px;
  align-items:start;
}
.plan-editor__main{
  display:grid;
  gap:14px;
  min-width:0;
}
.plan-editor__section,
.plan-editor__side-card{
  border:1px solid #e5ded2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(39,55,47,.035);
}
.plan-editor__section{
  padding:18px;
}
.plan-editor__section-head{
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin-bottom:15px;
}
.plan-editor__section-head>span{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:9px;
  background:#e7f4ee;
  color:#176b57;
  font-size:13px;
  font-weight:900;
}
.plan-editor__section h2,
.plan-editor__side-card h2{
  margin:0;
  color:#26372f;
  font-size:17px;
  line-height:1.25;
}
.plan-editor__section-head p{
  margin:3px 0 0;
  color:#748078;
  font-size:13px;
  line-height:1.4;
}
.plan-editor__grid{
  display:grid;
  gap:12px;
}
.plan-editor__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.plan-editor__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.plan-editor__grid--4{grid-template-columns:1fr 1fr .65fr .9fr}
.plan-editor-shell .field{
  min-width:0;
  margin:0;
}
.plan-editor-shell .field+ .field{
  margin:0;
}
.plan-editor-shell .field label{
  display:block;
  margin:0 0 6px;
  font-size:11px;
  letter-spacing:.065em;
}
.plan-editor-shell .field input,
.plan-editor-shell .field select,
.plan-editor-shell .field textarea{
  width:100%;
  min-height:44px;
  padding:10px 12px;
  border-radius:12px;
  font-size:14px;
}
.plan-editor-shell .field textarea{
  min-height:88px;
  line-height:1.5;
  resize:vertical;
}
.plan-editor__section>.field{
  margin-top:12px;
}
.plan-editor__money{
  display:flex;
  align-items:center;
  min-height:44px;
  overflow:hidden;
  border:1px solid #ddd6c7;
  border-radius:12px;
  background:#fff;
}
.plan-editor__money:focus-within{
  border-color:#b8cabb;
  box-shadow:0 0 0 4px rgba(145,171,155,.16);
}
.plan-editor__money>span{
  padding-left:12px;
  color:#66736b;
  font-weight:900;
}
.plan-editor-shell .plan-editor__money input{
  min-width:0;
  border:0;
  box-shadow:none;
}
.plan-editor-shell .plan-editor__money input:focus{
  box-shadow:none;
}
.plan-editor__money.is-disabled{
  border-color:#cce7da;
  background:#eff9f4;
  opacity:.72;
}
.plan-editor__money.is-disabled input{
  background:transparent !important;
  color:#2c6c58 !important;
  cursor:not-allowed;
}
.plan-editor__side{
  position:sticky;
  top:18px;
  display:grid;
  gap:14px;
}
.plan-editor__side-card{
  padding:16px;
}
.plan-editor__side-card h2{
  margin-bottom:13px;
}
.plan-editor__switches{
  display:grid;
  gap:8px;
}
.plan-editor-shell .plan-editor__switches .switch{
  display:flex;
  min-height:0;
  padding:10px;
  gap:11px;
  border-radius:13px;
}
.plan-editor-shell .plan-editor__switches .plan-editor__free-switch{
  border-color:#b9dfcc;
  background:#eef9f4;
}
.plan-editor-shell .plan-editor__switches .slider{
  width:44px;
  height:26px;
}
.plan-editor-shell .plan-editor__switches .slider:before{
  width:18px;
  height:18px;
}
.plan-editor-shell .plan-editor__switches input:checked+.slider:before{
  transform:translateX(18px);
}
.plan-editor__switches .switch>span:last-child{
  display:grid;
  gap:2px;
  line-height:1.15;
}
.plan-editor__switches strong{
  color:#293931;
  font-size:13px;
}
.plan-editor__switches small{
  color:#7b867f;
  font-size:11px;
  font-weight:500;
}
.plan-editor__side-card .field+.field{
  margin-top:12px;
}
.plan-editor__stripe{
  padding:14px 15px;
  border:1px solid #cce7da;
  border-radius:16px;
  background:#eff9f4;
  color:#285f4f;
}
.plan-editor__stripe strong{
  display:block;
  margin-bottom:4px;
  font-size:13px;
}
.plan-editor__stripe p{
  margin:0;
  font-size:12px;
  line-height:1.45;
}
.plan-editor__actions{
  display:grid;
  gap:9px;
  padding:14px;
  border:1px solid #e5ded2;
  border-radius:17px;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 30px rgba(39,55,47,.08);
}
.plan-editor__actions .btn{
  width:100%;
  min-width:0;
  justify-content:center;
}
@media(max-width:1180px){
  .plan-editor__layout{grid-template-columns:minmax(0,1fr) 285px}
  .plan-editor__grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .plan-editor__layout{grid-template-columns:1fr}
  .plan-editor__side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .plan-editor__actions,.plan-editor__stripe{grid-column:1/-1}
}
@media(max-width:680px){
  .plan-editor-shell{padding:12px;border-radius:18px}
  .plan-editor__section{padding:15px}
  .plan-editor__grid--2,
  .plan-editor__grid--3,
  .plan-editor__grid--4,
  .plan-editor__side{grid-template-columns:1fr}
  .plan-editor__actions,.plan-editor__stripe{grid-column:auto}
}

/* Admin sidebar: menu and settings search */
.dashboard-v5 .dash-sidebar-search{
  display:grid;
  gap:5px;
  margin:1px 0 16px;
  padding:0;
}
.dashboard-v5 .dash-sidebar-search__field{
  position:relative;
  display:flex;
  align-items:center;
  min-height:46px;
  border:1px solid rgba(225,244,239,.3);
  border-radius:13px;
  background:rgba(10,66,58,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 20px rgba(7,45,40,.12);
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.dashboard-v5 .dash-sidebar-search__field:focus-within{
  border-color:rgba(225,244,239,.72);
  background:rgba(7,58,51,.58);
  box-shadow:0 0 0 3px rgba(220,242,236,.1),0 10px 24px rgba(7,45,40,.18);
}
.dashboard-v5 .dash-sidebar-search__field>.ui-icon{
  position:absolute;
  left:14px;
  z-index:1;
  width:18px;
  height:18px;
  color:#e1f1ed;
  pointer-events:none;
}
body.dashboard-v5 .dash-sidebar .dash-sidebar-search__field input{
  width:100%;
  min-width:0;
  height:44px;
  padding:0 40px 0 42px;
  border:0 !important;
  outline:0;
  border-radius:13px;
  background:transparent !important;
  color:#fff !important;
  font-size:13px;
  font-weight:700;
  box-shadow:none !important;
}
body.dashboard-v5 .dash-sidebar .dash-sidebar-search__field input::placeholder{
  color:rgba(231,245,241,.7) !important;
  opacity:1;
}
.dashboard-v5 .dash-sidebar-search__field button{
  position:absolute;
  right:8px;
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:19px;
  line-height:1;
  cursor:pointer;
}
.dashboard-v5 .dash-sidebar-search__status{
  min-height:14px;
  padding:0 4px;
  color:rgba(255,255,255,.68);
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.dashboard-v5 .dash-sidebar-search__status:empty{display:none}
.dashboard-v5 .dash-menu__search-result{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
}
.dashboard-v5 .dash-sidebar-search__empty{
  display:grid;
  gap:4px;
  margin:4px;
  padding:13px;
  border:1px dashed rgba(255,255,255,.24);
  border-radius:13px;
  color:rgba(255,255,255,.72);
  font-size:11px;
  line-height:1.4;
}
.dashboard-v5 .dash-sidebar-search__empty strong{
  color:#fff;
  font-size:13px;
}
.dashboard-v5 .dash-menu__group-label[hidden],
.dashboard-v5 .dash-menu a[hidden],
.dashboard-v5 .dash-sidebar-search__empty[hidden],
.dashboard-v5 [data-sidebar-search-clear][hidden]{
  display:none !important;
}
/* V82 - linguaggio moduli moderno condiviso tra dashboard */
body.dashboard-v5 .form-shell,
body.dashboard-v5 .operator-profile-card,
body.dashboard-v5 .customer-profile-card,
body.dashboard-v5 .admin-operator-card--profile-editor{
  border:1px solid rgba(207,218,211,.92);
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);
  box-shadow:0 22px 54px rgba(28,57,44,.08);
}
body.dashboard-v5 .admin-form label,
body.dashboard-v5 .operator-profile-form label,
body.dashboard-v5 .customer-profile-form label,
body.dashboard-v5 .form-shell .field label{
  color:#33473e;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
}
body.dashboard-v5 .admin-form input[type="text"],
body.dashboard-v5 .admin-form input[type="email"],
body.dashboard-v5 .admin-form input[type="tel"],
body.dashboard-v5 .admin-form input[type="url"],
body.dashboard-v5 .admin-form input[type="password"],
body.dashboard-v5 .admin-form input[type="number"],
body.dashboard-v5 .admin-form input[type="date"],
body.dashboard-v5 .admin-form input[type="time"],
body.dashboard-v5 .admin-form select,
body.dashboard-v5 .admin-form textarea,
body.dashboard-v5 .operator-profile-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.dashboard-v5 .operator-profile-form select,
body.dashboard-v5 .operator-profile-form textarea,
body.dashboard-v5 .customer-profile-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.dashboard-v5 .customer-profile-form select,
body.dashboard-v5 .customer-profile-form textarea,
body.dashboard-v5 .form-shell .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.dashboard-v5 .form-shell .field select,
body.dashboard-v5 .form-shell .field textarea{
  min-height:50px;
  border:1px solid #d6e1db;
  border-radius:15px;
  background-color:#fff;
  color:#20362d;
  box-shadow:0 7px 18px rgba(28,59,45,.045);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
body.dashboard-v5 .admin-form textarea,
body.dashboard-v5 .operator-profile-form textarea,
body.dashboard-v5 .customer-profile-form textarea,
body.dashboard-v5 .form-shell .field textarea{
  min-height:132px;
  line-height:1.6;
}
body.dashboard-v5 .admin-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):hover,
body.dashboard-v5 .admin-form select:hover,
body.dashboard-v5 .admin-form textarea:hover,
body.dashboard-v5 .operator-profile-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):hover,
body.dashboard-v5 .operator-profile-form select:hover,
body.dashboard-v5 .operator-profile-form textarea:hover,
body.dashboard-v5 .customer-profile-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):hover,
body.dashboard-v5 .customer-profile-form select:hover,
body.dashboard-v5 .customer-profile-form textarea:hover,
body.dashboard-v5 .form-shell .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):hover,
body.dashboard-v5 .form-shell .field select:hover,
body.dashboard-v5 .form-shell .field textarea:hover{
  border-color:#afc8bb;
}
body.dashboard-v5 .admin-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):focus,
body.dashboard-v5 .admin-form select:focus,
body.dashboard-v5 .admin-form textarea:focus,
body.dashboard-v5 .operator-profile-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):focus,
body.dashboard-v5 .operator-profile-form select:focus,
body.dashboard-v5 .operator-profile-form textarea:focus,
body.dashboard-v5 .customer-profile-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):focus,
body.dashboard-v5 .customer-profile-form select:focus,
body.dashboard-v5 .customer-profile-form textarea:focus,
body.dashboard-v5 .form-shell .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):focus,
body.dashboard-v5 .form-shell .field select:focus,
body.dashboard-v5 .form-shell .field textarea:focus{
  outline:none;
  border-color:#4f9b7e;
  box-shadow:0 0 0 4px rgba(50,139,105,.12),0 10px 22px rgba(28,59,45,.06);
  transform:translateY(-1px);
}
body.dashboard-v5 .field-help,
body.dashboard-v5 .operator-muted,
body.dashboard-v5 .customer-muted{
  color:#718078;
  font-size:12px;
  line-height:1.55;
}
body.dashboard-v5 .hh-upload-dropzone,
body.dashboard-v5 .admin-upload-dropzone,
body.dashboard-v5 .user-upload-dropzone{
  border:1.5px dashed #9fc7b4;
  border-radius:20px;
  background:linear-gradient(145deg,#f8fcfa 0%,#f4f8f6 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}
body.dashboard-v5 .hh-upload-dropzone:hover,
body.dashboard-v5 .admin-upload-dropzone:hover,
body.dashboard-v5 .user-upload-dropzone:hover{
  border-color:#4d9b7d;
  background:linear-gradient(145deg,#f1faf5 0%,#f7fbf9 100%);
  box-shadow:0 12px 28px rgba(37,111,82,.09);
  transform:translateY(-1px);
}
body.dashboard-v5 .hh-upload-dropzone__icon,
body.dashboard-v5 .admin-upload-dropzone__icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:#e5f4ec;
  color:#246d51;
}
body.dashboard-v5 .hh-upload-dropzone__icon svg,
body.dashboard-v5 .admin-upload-dropzone__icon svg{width:21px;height:21px}
body.dashboard-v5 .hh-upload-dropzone__text,
body.dashboard-v5 .admin-upload-dropzone__text{
  color:#29483d;
  font-weight:800;
}
body.dashboard-v5 .operator-surface,
body.dashboard-v5 .customer-surface,
body.dashboard-v5 .admin-surface,
body.dashboard-v5 .operator-master-block,
body.dashboard-v5 .customer-master-block{
  border-color:#dce7e1;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbf9 100%);
  box-shadow:0 12px 30px rgba(29,64,47,.045);
}
body.dashboard-v5 .operator-profile-card > .between,
body.dashboard-v5 .customer-profile-card > .between{
  margin-bottom:18px;
}
body.dashboard-v5 .operator-section-title,
body.dashboard-v5 .customer-section-title,
body.dashboard-v5 .admin-section-title{
  color:#1d352b;
  letter-spacing:-.025em;
}
body.dashboard-v5 .operator-eyebrow,
body.dashboard-v5 .customer-eyebrow,
body.dashboard-v5 .admin-eyebrow{
  color:#2a7156;
}

/* Scheda profilo operatore admin */
body.dashboard-v5 .admin-operator-card--profile-editor{padding:0;overflow:hidden}
body.dashboard-v5 .admin-operator-card--profile-editor > .between{
  margin:0;
  padding:25px 28px;
  align-items:center;
  border-bottom:1px solid #dfeae4;
  background:
    radial-gradient(circle at 86% 0%,rgba(74,151,117,.13),transparent 29%),
    linear-gradient(135deg,#f5fbf8 0%,#fffaf2 100%);
}
body.dashboard-v5 .admin-operator-card--profile-editor > .between .admin-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 10px;
  border-radius:999px;
  background:#e5f4ec;
  color:#246b50;
}
body.dashboard-v5 .admin-operator-card--profile-editor > .between .admin-section-title{
  margin-top:8px;
  font-size:clamp(24px,2.2vw,32px);
}
body.dashboard-v5 .admin-operator-card--profile-editor > .between > .badge{
  padding:8px 13px;
  border:1px solid #b9ddca;
  background:#eaf7f0;
  color:#236947;
}
body.dashboard-v5 .admin-profile-editor-form{margin:0!important;padding:26px 28px 30px}
body.dashboard-v5 .admin-profile-editor-form > .admin-operator-grid{column-gap:22px;row-gap:20px}
body.dashboard-v5 .admin-profile-editor-form .admin-operator-grid > [class*="admin-col-"] > label:not(.switch):not(.operator-master-choice){
  display:grid;
  gap:9px;
}
body.dashboard-v5 .admin-profile-editor-form .admin-operator-grid > [class*="admin-col-"] > label:not(.switch):not(.operator-master-choice) > input,
body.dashboard-v5 .admin-profile-editor-form .admin-operator-grid > [class*="admin-col-"] > label:not(.switch):not(.operator-master-choice) > select,
body.dashboard-v5 .admin-profile-editor-form .admin-operator-grid > [class*="admin-col-"] > label:not(.switch):not(.operator-master-choice) > textarea{
  margin:0;
}
body.dashboard-v5 .admin-profile-media-section{padding:20px;border-color:#d8e7df;background:linear-gradient(135deg,#f7fbf9 0%,#fffaf4 100%)}
body.dashboard-v5 .admin-profile-media-section .admin-profile-upload-card{
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:20px;
}
body.dashboard-v5 .admin-profile-media-section .hh-upload-preview{
  min-height:190px;
  padding:14px;
  border-color:#d6e2dc;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 26px rgba(31,62,47,.07);
}
body.dashboard-v5 .admin-profile-media-section .admin-avatar-xl{
  max-width:158px;
  border-radius:20px;
  box-shadow:0 8px 20px rgba(22,48,36,.12);
}
body.dashboard-v5 .admin-profile-media-section .hh-upload-dropzone{min-height:150px}
body.dashboard-v5 .admin-profile-media-section .operator-muted{
  margin-top:10px;
  padding-left:2px;
}
body.dashboard-v5 .admin-profile-status-section,
body.dashboard-v5 .admin-profile-billing-section{
  padding:22px;
  border-radius:22px;
}
body.dashboard-v5 .admin-profile-status-section .service-card__head,
body.dashboard-v5 .admin-profile-billing-section .service-card__head{
  margin-bottom:18px;
  padding-bottom:15px;
  border-bottom:1px solid #e4ece8;
}
body.dashboard-v5 .admin-profile-status-section .service-card__head h3,
body.dashboard-v5 .admin-profile-billing-section .service-card__head h3{
  margin:0;
  color:#1d352b;
  font-size:19px;
}
body.dashboard-v5 .admin-profile-status-section .service-card__head p,
body.dashboard-v5 .admin-profile-billing-section .service-card__head p{
  margin:5px 0 0;
  color:#718078;
}
body.dashboard-v5 .admin-profile-status-section .service-summary-box{
  min-height:92px;
  padding:16px;
  border:1px solid #dce7e1;
  border-radius:17px;
  background:#fff;
  box-shadow:0 8px 20px rgba(29,64,47,.045);
}
body.dashboard-v5 .admin-profile-status-section .service-summary-box__value{
  margin-top:7px;
  color:#1f4838;
  font-size:16px;
}
body.dashboard-v5 .admin-profile-status-section .admin-switch-row{
  margin-top:4px;
  padding-top:17px;
  border-top:1px solid #e4ece8;
}
body.dashboard-v5 .admin-profile-status-section .switch{
  min-height:46px;
  padding:10px 13px;
  border:1px solid #d9e6df;
  border-radius:14px;
  background:#fff;
}
body.dashboard-v5 .admin-profile-editor-form .actions-row--primary{
  position:sticky;
  bottom:14px;
  z-index:12;
  margin-top:26px;
  padding:14px;
  border:1px solid rgba(202,218,210,.92);
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 34px rgba(25,55,41,.12);
  backdrop-filter:blur(12px);
}
@media(max-width:760px){
  body.dashboard-v5 .admin-operator-card--profile-editor > .between{padding:20px;align-items:flex-start}
  body.dashboard-v5 .admin-profile-editor-form{padding:20px}
  body.dashboard-v5 .admin-profile-media-section .admin-profile-upload-card{grid-template-columns:1fr!important}
  body.dashboard-v5 .admin-profile-media-section .hh-upload-preview{min-height:170px}
body.dashboard-v5 .admin-profile-editor-form .actions-row--primary{position:static;padding:12px}
}
/* V83 - pulsanti flat in tutte le dashboard */
body.dashboard-v5 button,
body.dashboard-v5 .btn,
body.dashboard-v5 input[type="submit"],
body.dashboard-v5 input[type="button"],
body.dashboard-v5 input[type="reset"],
body.dashboard-v5 [role="button"],
body.dashboard-v5 .row-actions-toggle,
body.dashboard-v5 .admin-subscription-card__manage,
body.dashboard-v5 .admin-subscription-card__submit,
body.dashboard-v5 .hh-master-quicktool,
body.dashboard-v5 .hh-book-date-submit{
  box-shadow:none!important;
  filter:none!important;
}
body.dashboard-v5 button:hover,
body.dashboard-v5 .btn:hover,
body.dashboard-v5 input[type="submit"]:hover,
body.dashboard-v5 input[type="button"]:hover,
body.dashboard-v5 input[type="reset"]:hover,
body.dashboard-v5 [role="button"]:hover,
body.dashboard-v5 .row-actions-toggle:hover,
body.dashboard-v5 .admin-subscription-card__manage:hover,
body.dashboard-v5 .admin-subscription-card__submit:hover,
body.dashboard-v5 .hh-master-quicktool:hover,
body.dashboard-v5 .hh-book-date-submit:hover{
  box-shadow:none!important;
  filter:none!important;
  transform:none;
}
body.dashboard-v5 button:active,
body.dashboard-v5 .btn:active,
body.dashboard-v5 input[type="submit"]:active,
body.dashboard-v5 input[type="button"]:active,
body.dashboard-v5 input[type="reset"]:active,
body.dashboard-v5 [role="button"]:active{
  box-shadow:none!important;
  transform:none;
}
body.dashboard-v5 button:focus-visible,
body.dashboard-v5 .btn:focus-visible,
body.dashboard-v5 input[type="submit"]:focus-visible,
body.dashboard-v5 input[type="button"]:focus-visible,
body.dashboard-v5 input[type="reset"]:focus-visible,
body.dashboard-v5 [role="button"]:focus-visible,
body.dashboard-v5 .admin-subscription-card__manage:focus-visible{
  outline:3px solid rgba(40,125,94,.24);
  outline-offset:2px;
  box-shadow:none!important;
}
/* V84 - foto profilo compatta e dati principali ordinati */
body.dashboard-v5 .admin-profile-media-section{
  align-self:start;
  padding:16px;
}
body.dashboard-v5 .admin-profile-media-section .admin-profile-upload-card{
  grid-template-columns:118px minmax(0,1fr)!important;
  gap:14px;
  align-items:center;
}
body.dashboard-v5 .admin-profile-media-section .hh-upload-preview{
  min-height:118px;
  padding:8px;
  border-radius:18px;
}
body.dashboard-v5 .admin-profile-media-section .admin-avatar-xl{
  width:100%;
  max-width:102px;
  border-radius:16px;
}
body.dashboard-v5 .admin-profile-media-section .hh-upload-dropzone{
  min-height:88px;
  padding:12px 14px;
  border-radius:16px;
}
body.dashboard-v5 .admin-profile-media-section .hh-upload-dropzone__icon{
  width:34px;
  height:34px;
  border-radius:11px;
}
body.dashboard-v5 .admin-profile-media-section .hh-upload-dropzone__text{
  max-width:190px;
  font-size:12px;
  line-height:1.35;
}
body.dashboard-v5 .admin-profile-media-section .operator-muted{
  margin-top:7px;
  font-size:10px;
  line-height:1.4;
}
body.dashboard-v5 .admin-profile-primary-fields{
  align-self:stretch;
  padding:20px;
  border:1px solid #dce7e1;
  border-radius:22px;
  background:linear-gradient(180deg,#fff 0%,#f9fbfa 100%);
}
body.dashboard-v5 .admin-profile-primary-fields__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:17px;
  padding-bottom:14px;
  border-bottom:1px solid #e3ebe7;
}
body.dashboard-v5 .admin-profile-primary-fields__head strong{
  color:#2d473b;
  font-size:14px;
}
body.dashboard-v5 .admin-profile-primary-fields > .admin-operator-grid{
  gap:16px 18px;
}
@media(max-width:1100px){
  body.dashboard-v5 .admin-profile-media-section,
  body.dashboard-v5 .admin-profile-primary-fields{grid-column:span 12}
  body.dashboard-v5 .admin-profile-media-section .admin-profile-upload-card{
    grid-template-columns:130px minmax(0,1fr)!important;
  }
}
@media(max-width:620px){
  body.dashboard-v5 .admin-profile-media-section .admin-profile-upload-card{grid-template-columns:1fr!important}
  body.dashboard-v5 .admin-profile-media-section .hh-upload-preview{min-height:130px}
  body.dashboard-v5 .admin-profile-media-section .hh-upload-dropzone{min-height:82px}
  body.dashboard-v5 .admin-profile-primary-fields{padding:16px}
body.dashboard-v5 .admin-profile-primary-fields__head{align-items:flex-start;flex-direction:column}
}
/* V85 - funzioni bloccate e piano minimo richiesto */
body.dashboard-v5 .operator-plan-lock-tag{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  gap:4px;
  min-height:20px;
  padding:3px 7px;
  border:1px solid #cbdad2;
  border-radius:7px;
  background:#f2f7f4;
  color:#315c48;
  font-size:9px;
  font-weight:800;
  line-height:1;
  letter-spacing:.07em;
  text-transform:uppercase;
  box-shadow:none;
}
body.dashboard-v5 .operator-plan-lock-tag svg{width:11px;height:11px;flex:0 0 11px}
body.dashboard-v5 .operator-plan-lock-tag small{font:inherit;line-height:1}
body.dashboard-v5 .operator-upgrade-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}
body.dashboard-v5 .operator-upgrade-action .operator-plan-lock-tag--button{
  border-color:currentColor;
  background:rgba(255,255,255,.18);
  color:inherit;
}
body.dashboard-v5 .btn.ghost.operator-upgrade-action .operator-plan-lock-tag--button,
body.dashboard-v5 .btn.alt.operator-upgrade-action .operator-plan-lock-tag--button{
  background:#f2f7f4;
  color:#315c48;
}
body.dashboard-v5 .operator-premium-lock{
  border-style:solid;
  background:#f8faf9;
  box-shadow:none;
}
body.dashboard-v5 .operator-premium-lock__icon{
  width:auto;
  height:auto;
  flex-basis:auto;
  border-radius:0;
  background:transparent;
}
body.dashboard-v5 .operator-premium-lock__icon .operator-plan-lock-tag--card{min-height:28px;padding:6px 9px}
body.dashboard-v5 .operator-inline-lock-action,
body.dashboard-v5 .operator-kpi-card.is-locked .label,
body.dashboard-v5 .row-actions-menu__text{
  display:flex;
  align-items:center;
  gap:8px;
}
body.dashboard-v5 .operator-inline-lock-action{cursor:pointer}
body.dashboard-v5 .operator-kpi-card.is-locked{opacity:1;border-style:solid;background:#f7f9f8;box-shadow:none}
body.dashboard-v5 .operator-kpi-card.is-locked:after{display:none}
body.dashboard-v5 .operator-kpi-card.is-locked .label{justify-content:space-between}
body.dashboard-v5 .dash-menu__plan-lock{
  margin-left:auto;
  min-height:18px;
  padding:3px 5px;
  border-color:rgba(61,100,80,.22);
  background:rgba(238,247,242,.72);
  font-size:8px;
}
body.dashboard-v5 .dash-menu__plan-lock + .badge{margin-left:3px}
@media(max-width:620px){
  body.dashboard-v5 .operator-premium-lock{align-items:stretch}
  body.dashboard-v5 .operator-upgrade-action{width:100%}
}

/* V86 - caricamento foto profilo più leggero e compatto */
body.dashboard-v5 .operator-profile-upload{
  padding:18px;
  border-color:#e1e9e5;
  background:#fff;
}
body.dashboard-v5 .operator-profile-upload .service-card__head{margin-bottom:10px!important}
body.dashboard-v5 .operator-profile-upload .service-card__head h3{font-size:17px}
body.dashboard-v5 .operator-profile-upload .service-card__head .operator-muted{font-size:11px;color:#718078}
body.dashboard-v5 .operator-profile-upload .hh-upload-layout{
  grid-template-columns:132px minmax(0,1fr)!important;
  gap:14px;
  align-items:stretch;
}
body.dashboard-v5 .operator-profile-upload .admin-media-preview.hh-upload-preview{
  min-height:132px;
  height:132px;
  padding:7px;
  border-color:#e0e7e3;
  border-radius:15px;
  background:#fafcfb;
}
body.dashboard-v5 .operator-profile-upload .admin-media-preview.hh-upload-preview img{
  width:100%;
  height:100%;
  max-height:none;
  border-radius:11px;
}
body.dashboard-v5 .operator-profile-upload .admin-media-dropzone-wrap{
  display:flex;
  min-height:0;
  padding:0;
  align-items:stretch;
  justify-content:flex-start;
  gap:7px;
  text-align:left;
}
body.dashboard-v5 .operator-profile-upload .admin-upload-dropzone{
  min-height:82px;
  width:100%;
  padding:12px 16px;
  flex:1 1 auto;
  flex-direction:row;
  gap:9px;
  border-width:1px;
  border-radius:14px;
  background:#fafcfb;
  text-align:left;
}
body.dashboard-v5 .operator-profile-upload .admin-upload-dropzone .admin-upload-dropzone__icon{
  width:30px;
  height:30px;
  margin:0;
  border-radius:9px;
}
body.dashboard-v5 .operator-profile-upload .admin-upload-dropzone .admin-upload-dropzone__text{
  width:auto;
  max-width:none;
  margin:0;
  text-align:left;
  font-size:12px;
}
body.dashboard-v5 .operator-profile-upload .operator-photo-format-alert{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:3px 11px;
  width:100%;
  margin:0!important;
  color:#78857e!important;
  font-size:9px;
  font-weight:500!important;
  line-height:1.35!important;
  text-align:left;
}
body.dashboard-v5 .operator-profile-upload .operator-photo-format-alert span{
  position:relative;
  white-space:nowrap;
}
body.dashboard-v5 .operator-profile-upload .operator-photo-format-alert span+span:before{
  content:"";
  position:absolute;
  left:-7px;
  top:50%;
  width:2px;
  height:2px;
  border-radius:50%;
  background:#aeb9b3;
}
body.dashboard-v5 .operator-profile-upload .operator-photo-format-alert__formats{
  color:#52675d;
  font-weight:700;
}
@media(max-width:740px){
  body.dashboard-v5 .operator-profile-upload .hh-upload-layout{grid-template-columns:104px minmax(0,1fr)!important}
  body.dashboard-v5 .operator-profile-upload .admin-media-preview.hh-upload-preview{min-height:104px;height:104px}
  body.dashboard-v5 .operator-profile-upload .admin-upload-dropzone{min-height:70px;padding:10px 12px}
}
@media(max-width:520px){
  body.dashboard-v5 .operator-profile-upload .hh-upload-layout{grid-template-columns:1fr!important}
  body.dashboard-v5 .operator-profile-upload .admin-media-preview.hh-upload-preview{width:112px;min-height:112px;height:112px}
  body.dashboard-v5 .operator-profile-upload .operator-photo-format-alert{display:grid;gap:3px}
  body.dashboard-v5 .operator-profile-upload .operator-photo-format-alert span+span:before{display:none}
}

/* V87 - scheda operatore admin più flat, con meno sfumature */
body.dashboard-v5.admin-operator-edit-page .dash-main{background:#f5f7f6}
body.dashboard-v5.admin-operator-edit-page .panel-head-v5--admin,
body.dashboard-v5.admin-operator-edit-page .admin-operator-card,
body.dashboard-v5.admin-operator-edit-page .hh-admin-overview__card,
body.dashboard-v5.admin-operator-edit-page .hh-admin-overview__card--operator{
  background:#fff;
  box-shadow:none;
}
body.dashboard-v5.admin-operator-edit-page .admin-operator-card{border-color:#e1e7e4}
body.dashboard-v5.admin-operator-edit-page .admin-stat--approved{background:#eff8f3;box-shadow:none}
body.dashboard-v5.admin-operator-edit-page .admin-profile-media-section,
body.dashboard-v5.admin-operator-edit-page .admin-profile-primary-fields,
body.dashboard-v5.admin-operator-edit-page .admin-upload-dropzone,
body.dashboard-v5.admin-operator-edit-page .hh-upload-dropzone{
  background:#fafcfb;
}
body.dashboard-v5.admin-operator-edit-page .admin-subscription-card{box-shadow:none}
body.dashboard-v5.admin-operator-edit-page .admin-subscription-card__header{background:#f5f9f7}
body.dashboard-v5.admin-operator-edit-page .admin-subscription-card__icon{background:#237765;box-shadow:none}
body.dashboard-v5.admin-operator-edit-page .admin-subscription-card__submit{background:#247765;box-shadow:none}
body.dashboard-v5.admin-operator-edit-page .admin-subscription-card__submit:hover{background:#1d6858;box-shadow:none}
body.dashboard-v5.admin-operator-edit-page .admin-subscription-card__fields select{background:#fff;box-shadow:none}
body.dashboard-v5.admin-operator-edit-page .admin-actions-row{padding-top:18px;border-top:1px solid #e2e8e5}
body.dashboard-v5.admin-operator-edit-page .admin-actions-row .btn{
  background:#247765;
  border-color:#247765;
  color:#fff;
  box-shadow:none;
}
body.dashboard-v5.admin-operator-edit-page .admin-actions-row .btn:hover{background:#1d6858;border-color:#1d6858}
body.dashboard-v5.admin-operator-edit-page .admin-actions-row .btn.ghost{
  background:#fff;
  border-color:#d5dfda;
  color:#32483d;
}
body.dashboard-v5.admin-operator-edit-page .admin-actions-row .btn.danger-soft,
body.dashboard-v5.admin-operator-edit-page .admin-actions-row .btn.danger-soft--strong{
  background:#fff1f1;
  border-color:#efbcbc;
  color:#842727!important;
  box-shadow:none;
}
body.dashboard-v5.admin-operator-edit-page .admin-actions-row .btn.danger-soft:hover,
body.dashboard-v5.admin-operator-edit-page .admin-actions-row .btn.danger-soft--strong:hover{
  background:#fde7e7;
  border-color:#e6a7a7;
}
/* V88 - stato e pubblicazione compatto */
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section{
  padding:16px 18px;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .service-card__head{
  margin-bottom:12px;
  padding-bottom:10px;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .service-card__head h3{font-size:17px}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .service-card__head p{
  margin-top:3px;
  font-size:11px;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section > .admin-operator-grid{
  gap:10px 12px;
  margin-top:0!important;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .service-summary-box{
  min-height:66px;
  padding:11px 14px;
  border-radius:13px;
  box-shadow:none;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .service-summary-box .meta-sub{font-size:10px}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .service-summary-box__value{
  margin-top:3px;
  font-size:14px;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section__footer{
  display:grid;
  grid-template-columns:minmax(220px,1fr) auto auto;
  align-items:center;
  gap:12px;
  margin-top:2px;
  padding-top:12px;
  border-top:1px solid #e4ebe7;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section__message{
  margin:0;
  font-size:11px;
  line-height:1.4;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .admin-switch-row{
  flex-wrap:nowrap;
  gap:7px;
  margin:0;
  padding:0;
  border:0;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .switch{
  min-height:38px;
  padding:7px 10px;
  border-radius:11px;
  font-size:10px;
  white-space:nowrap;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .admin-moderation-audit{
  margin:0;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .admin-moderation-audit__pill{
  max-width:260px;
  padding:6px 9px;
  border-radius:11px;
  font-size:9px;
  line-height:1.3;
}
body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .admin-moderation-audit__pill strong{font-size:9px}
@media(max-width:1180px){
  body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section__footer{
    grid-template-columns:1fr auto;
  }
  body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section__message{grid-column:1/-1}
}
@media(max-width:760px){
  body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section__footer{grid-template-columns:1fr}
  body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section__message{grid-column:auto}
  body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .admin-switch-row{flex-wrap:wrap}
  body.dashboard-v5.admin-operator-edit-page .admin-profile-status-section .admin-moderation-audit{justify-content:flex-start}
}

/* Header dashboard: sistema visivo flat condiviso da operatore e cliente. */
body.dashboard-v5.operator-theme .dash-topbar--app,
body.dashboard-v5.customer-theme .dash-topbar--app{
  background:#fbfcfb !important;
  border-bottom:1px solid #cfdad5 !important;
  backdrop-filter:none !important;
  box-shadow:none !important;
}
body.dashboard-v5.operator-theme .dash-topbar__inner,
body.dashboard-v5.customer-theme .dash-topbar__inner{
  min-height:68px;
  padding:10px 24px !important;
  gap:16px;
}
body.dashboard-v5.operator-theme .shell-toolbar,
body.dashboard-v5.customer-theme .shell-toolbar{
  gap:6px !important;
  flex-wrap:nowrap;
}
body.dashboard-v5.operator-theme .shell-toolbar__item,
body.dashboard-v5.customer-theme .shell-toolbar__item,
body.dashboard-v5.operator-theme .shell-profile__trigger,
body.dashboard-v5.customer-theme .shell-profile__trigger{
  height:42px;
  min-height:42px;
  border:1px solid #d5ded9 !important;
  border-radius:8px !important;
  background:#f6f8f7 !important;
  background-image:none !important;
  color:#263a34;
  box-shadow:none !important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease;
}
body.dashboard-v5.operator-theme .shell-toolbar__item:hover,
body.dashboard-v5.customer-theme .shell-toolbar__item:hover,
body.dashboard-v5.operator-theme .shell-profile__trigger:hover,
body.dashboard-v5.customer-theme .shell-profile__trigger:hover{
  transform:none !important;
  border-color:#b9c9c3 !important;
  background:#f6f9f8 !important;
  box-shadow:none !important;
}
body.dashboard-v5.operator-theme .shell-toolbar__item--activation-status.is-active{
  border-color:transparent !important;
  background:transparent !important;
  color:#245f43 !important;
}
body.dashboard-v5.operator-theme .shell-toolbar__item--activation-status.is-pending{
  border-color:transparent !important;
  background:transparent !important;
  color:#87501b !important;
}
body.dashboard-v5.operator-theme .shell-toolbar__item--plan-upgrade{
  border-color:#ddc6a4 !important;
  background:#f5eee3 !important;
  background-image:none !important;
  color:#8b4c08 !important;
}
body.dashboard-v5.operator-theme .shell-toolbar__item--plan-upgrade:hover{
  border-color:#c9aa7c !important;
  background:#eee3d2 !important;
}
body.dashboard-v5.operator-theme .operator-header-presence.operator-presence-panel{
  min-height:42px;
  margin-left:4px;
  padding:0 0 0 12px;
  border:0;
  border-left:1px solid #d7e0dc;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body.dashboard-v5.operator-theme .operator-header-presence .operator-presence-panel__toggle{
  min-height:34px;
  padding:3px 4px 3px 9px;
  border-color:#cbd8d3;
  border-radius:8px;
  background:#fff;
  color:#315f54;
}
body.dashboard-v5.operator-theme .operator-header-presence .operator-presence-panel__toggle[data-presence-status="online"]{
  border-color:#b7dac5;
  background:#edf7f1;
  color:#17613d;
}
body.dashboard-v5.operator-theme .operator-header-presence .operator-presence-panel__switch{
  background:#c8d2ce;
  box-shadow:none;
}
body.dashboard-v5.operator-theme .operator-header-presence .operator-presence-panel__toggle[data-presence-status="online"] .operator-presence-panel__switch{
  background:#51b879;
}
body.dashboard-v5.operator-theme .operator-header-presence .operator-presence-panel__toggle-dot{
  box-shadow:none;
}
body.dashboard-v5.operator-theme .operator-header-presence .operator-presence-panel__info-icon{
  border:0;
  border-radius:7px;
  background:#edf2f0;
}
body.dashboard-v5.operator-theme .shell-toolbar__home,
body.dashboard-v5.customer-theme .shell-toolbar__home{
  min-height:42px;
  padding:0 18px;
  border:1px solid #246e63 !important;
  border-radius:8px !important;
  background:#246e63 !important;
  background-image:none !important;
  color:#fff !important;
  box-shadow:none !important;
}
body.dashboard-v5.operator-theme .shell-toolbar__home.is-current,
body.dashboard-v5.customer-theme .shell-toolbar__home.is-current{
  background:#246e63 !important;
  color:#fff !important;
}
body.dashboard-v5.operator-theme .shell-toolbar__home:hover,
body.dashboard-v5.customer-theme .shell-toolbar__home:hover{
  background:#1d5b52 !important;
  border-color:#1d5b52 !important;
  color:#fff !important;
  transform:none !important;
}
body.dashboard-v5.operator-theme .shell-profile__avatar,
body.dashboard-v5.customer-theme .shell-profile__avatar{
  box-shadow:none !important;
}
body.dashboard-v5.operator-theme .shell-profile__trigger,
body.dashboard-v5.customer-theme .shell-profile__trigger{
  width:42px;
  min-width:42px !important;
  padding:0 !important;
}
body.dashboard-v5.operator-theme .shell-toolbar__item--notifications,
body.dashboard-v5.customer-theme .shell-toolbar__item--notifications,
body.dashboard-v5.operator-theme .shell-toolbar__item.is-quiet,
body.dashboard-v5.customer-theme .shell-toolbar__item.is-quiet{
  width:42px;
  min-width:42px;
}
body.dashboard-v5.operator-theme .shell-toolbar__badge,
body.dashboard-v5.customer-theme .shell-toolbar__badge{
  border:2px solid #fff;
  box-shadow:none !important;
}
body.dashboard-v5.operator-theme .shell-header__meta .eyebrow,
body.dashboard-v5.customer-theme .shell-header__meta .eyebrow{
  border:0 !important;
  border-radius:4px !important;
  background:#edf2f0 !important;
  box-shadow:none !important;
}
@media(max-width:1180px){
  body.dashboard-v5.operator-theme .dash-topbar__inner,
  body.dashboard-v5.customer-theme .dash-topbar__inner{padding:12px 16px !important}
}
@media(max-width:980px){
  body.dashboard-v5.operator-theme .dash-topbar__inner,
  body.dashboard-v5.customer-theme .dash-topbar__inner{min-height:68px}
  body.dashboard-v5.operator-theme .shell-toolbar,
  body.dashboard-v5.customer-theme .shell-toolbar{flex-wrap:nowrap}
}
@media(max-width:760px){
  body.dashboard-v5.operator-theme .dash-topbar__inner,
  body.dashboard-v5.customer-theme .dash-topbar__inner{padding:10px 14px !important}
  body.dashboard-v5.operator-theme .shell-profile__trigger,
  body.dashboard-v5.customer-theme .shell-profile__trigger{width:44px;min-width:44px}
}
