/* GestiConnect V66 — prise de rendez-vous simplifiée et clients dynamiques */
.appointment-main-grid>.appointment-date-field,.appointment-main-grid>.activity-field,.appointment-main-grid>.primary-need-field{grid-column:span 4}
.appointment-main-grid>.primary-need-field{align-self:start}
.check-card span,.dynamic-check span{display:grid;gap:3px;min-width:0}
.check-card strong,.check-card small,.dynamic-check strong,.dynamic-check small{display:block;min-width:0;line-height:1.35}
.check-card small,.dynamic-check small{color:#64736c;font-size:12px;font-weight:600}
.check-card,.dynamic-check{align-items:start!important}
.customer-picker-native{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.customer-autocomplete-shell,.customer-live-search{position:relative;display:flex;gap:10px;align-items:center}
.customer-autocomplete-shell>input,.customer-live-search>input{flex:1;min-width:0}
.customer-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:9px;background:#eef3f0;color:#315447;font-size:22px;cursor:pointer}
.customer-autocomplete-results,.customer-live-results{position:absolute;z-index:60;left:0;right:0;top:calc(100% + 6px);display:grid;max-height:310px;overflow:auto;padding:6px;border:2px solid #78998c;border-radius:12px;background:#fff;box-shadow:0 16px 34px rgba(16,49,37,.16)}
.customer-autocomplete-item,.customer-live-results button{display:grid;gap:3px;width:100%;padding:11px 13px;border:0;border-bottom:1px solid #e5ece8;background:#fff;text-align:left;cursor:pointer}
.customer-autocomplete-item:hover,.customer-live-results button:hover{background:#eef8f3}
.customer-autocomplete-item strong,.customer-live-results strong{color:#153d2f;font-size:13px}.customer-autocomplete-item span,.customer-live-results span{color:#68776f;font-size:11px}
.customer-search-state{padding:12px;color:#6d7973;font-size:12px}
.selected-customer-summary{display:flex;justify-content:space-between;gap:12px;margin-top:9px;padding:11px 13px;border:1px solid #b9d2c5;border-radius:11px;background:#f3faf6}.selected-customer-summary span{color:#61736a;font-size:11px}
.customer-directory-card{overflow:visible}.customer-directory-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px}.customer-live-search{width:min(720px,100%)}
.customer-directory-list{display:grid}.customer-directory-row{border-bottom:1px solid #e1e9e5}.customer-directory-row:last-child{border-bottom:0}
.customer-row-main{display:grid;grid-template-columns:44px minmax(170px,1.1fr) minmax(190px,1fr) minmax(220px,1.3fr) 24px;gap:14px;align-items:center;width:100%;padding:16px 18px;border:0;background:#fff;text-align:left;cursor:pointer}
.customer-row-main:hover,.customer-row-main[aria-expanded="true"]{background:#f5faf7}.customer-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#173f31;color:#fff;font-weight:900}.customer-main-info,.customer-contact-info,.customer-address-info{display:grid;gap:3px;min-width:0}.customer-row-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17382d;font-size:13px}.customer-row-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6e7b75;font-size:11px}.customer-row-chevron{font-size:25px;color:#557266;transition:.18s}.customer-row-main[aria-expanded="true"] .customer-row-chevron{transform:rotate(90deg)}
.customer-action-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px 17px 76px;background:#f3f8f5;border-top:1px solid #dfe9e4}.customer-action-panel>div:first-child{display:grid;gap:3px}.customer-action-panel span{color:#6b7871;font-size:11px}.customer-action-buttons{display:flex;flex-wrap:wrap;gap:8px}
@media(max-width:1050px){.appointment-main-grid>.appointment-date-field,.appointment-main-grid>.activity-field,.appointment-main-grid>.primary-need-field{grid-column:span 6}.appointment-main-grid>.primary-need-field{grid-column:1/-1}.customer-row-main{grid-template-columns:44px 1fr 1fr 24px}.customer-address-info{display:none}.customer-action-panel{align-items:flex-start;flex-direction:column;padding-left:76px}}
@media(max-width:700px){.appointment-main-grid>.appointment-date-field,.appointment-main-grid>.activity-field,.appointment-main-grid>.primary-need-field{grid-column:1/-1}.customer-directory-head,.customer-action-panel{align-items:stretch;flex-direction:column}.customer-live-search{width:100%}.customer-row-main{grid-template-columns:40px 1fr 24px}.customer-contact-info{display:none}.customer-action-panel{padding-left:18px}.selected-customer-summary{align-items:flex-start;flex-direction:column}}
