/* =========================================================================
   Snazzelia 7 — Prise de rendez-vous, direction artistique U.D.S
   Monochrome, filets fins, angles vifs, Manrope + Montserrat.
   Tout est confiné à .snz (aucune fuite vers le thème / Elementor).
   ========================================================================= */

.snz { --snz-bg: #fff; --snz-bg-2: #f4f4f2; --snz-bg-3: #e8e8e6; --snz-fg: #0c0c0c; --snz-dim: rgba(12,12,12,.56);
	--snz-faint: rgba(12,12,12,.30); --snz-line: rgba(12,12,12,.16); --snz-line-2: rgba(12,12,12,.07); --snz-accent: #0c0c0c; --snz-ink: #fff;
	--snz-display: "Manrope", "Helvetica Neue", Arial, sans-serif; --snz-sans: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--snz-radius: 0px; --snz-ease: cubic-bezier(.22, 1, .36, 1); --snz-dark: #0a0a0a; --snz-err: #b3261e; }
.snz, .snz * , .snz *::before, .snz *::after { box-sizing: border-box; }
.snz { font-family: var(--snz-sans); color: var(--snz-fg); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.snz[hidden], .snz [hidden] { display: none !important; }

/* Blindage : le kit Elementor / le thème peignent tous les <button>. */
.snz button { font: inherit; color: inherit; background: transparent; border: 0; border-radius: 0; box-shadow: none; text-transform: none; letter-spacing: inherit; padding: 0; margin: 0; cursor: pointer; line-height: inherit; min-height: 0; width: auto; text-shadow: none; }
.snz button:hover, .snz button:focus, .snz button:active { background-color: transparent; color: inherit; box-shadow: none; text-decoration: none; }
.snz button:focus-visible { outline: 1px solid var(--snz-fg); outline-offset: 3px; }
.snz input, .snz textarea { font: inherit; }
body.snz-lock { overflow: hidden !important; }

/* ------------------------------------------------------------------ */
/* Bouton déclencheur [snazzelia_booking]                              */
/* ------------------------------------------------------------------ */
.snz-trigger, .snz-trigger:hover, .snz-trigger:focus { display: inline-flex !important; align-items: center; gap: 12px; padding: 17px 26px !important;
	background: #0c0c0c !important; color: #fff !important; border: 1px solid #0c0c0c !important; border-radius: 0 !important; box-shadow: none !important;
	font: 600 11.5px/1 "Montserrat", "Helvetica Neue", Arial, sans-serif !important; letter-spacing: .14em !important; text-transform: uppercase !important; cursor: pointer; transition: background .4s, color .4s; }
.snz-trigger:hover { background: #fff !important; color: #0c0c0c !important; }
.snz-trigger i { font-style: normal; transition: transform .4s cubic-bezier(.22,1,.36,1); }
.snz-trigger:hover i { transform: translateX(4px); }

/* ------------------------------------------------------------------ */
/* Fenêtre                                                             */
/* ------------------------------------------------------------------ */
.snz-modal { position: fixed; inset: 0; z-index: 2147483000; display: flex; align-items: center; justify-content: center; padding: clamp(0px, 3vw, 40px); }
.snz-modal:not(.is-open) { pointer-events: none; }
.snz-veil { position: absolute; inset: 0; background: rgba(10, 10, 10, .58); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; transition: opacity .5s var(--snz-ease); }
.snz-modal.is-open .snz-veil { opacity: 1; }
.snz-panel { position: relative; display: grid; grid-template-columns: minmax(260px, 340px) 1fr; width: min(1180px, 100%); height: min(780px, 100%);
	background: var(--snz-bg); border-radius: var(--snz-radius); overflow: hidden; box-shadow: 0 40px 120px -40px rgba(0,0,0,.55);
	opacity: 0; transform: translateY(24px) scale(.985); transition: opacity .55s var(--snz-ease), transform .7s var(--snz-ease); }
.snz-modal.is-open .snz-panel { opacity: 1; transform: none; }

/* Colonne noire */
.snz-side { background: var(--snz-dark); color: #f5f4f1; padding: 34px 32px 28px; display: flex; flex-direction: column; gap: 28px; overflow: hidden; }
.snz-side-top { display: flex; align-items: center; justify-content: space-between; }
.snz-mark { font-family: var(--snz-display); font-weight: 800; font-size: 22px; letter-spacing: .02em; line-height: 1; }
.snz-mark small { display: block; margin-top: 8px; font-family: var(--snz-sans); font-size: 9px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: rgba(245,244,241,.45); }
.snz-side-title { font-family: var(--snz-display); font-size: clamp(28px, 2.6vw, 38px); font-weight: 600; line-height: 1.02; letter-spacing: -.03em; margin: 16px 0 14px; }
.snz-side-title em { font-style: normal; font-weight: 300; color: rgba(245,244,241,.55); }
.snz-side-intro { font-size: 13px; line-height: 1.7; color: rgba(245,244,241,.58); margin: 0; }
.snz-steps { list-style: none; margin: auto 0 0; padding: 0; border-top: 1px solid rgba(245,244,241,.12); }
.snz-steps li { display: grid; grid-template-columns: 34px 1fr; column-gap: 8px; padding: 14px 0; border-bottom: 1px solid rgba(245,244,241,.12); color: rgba(245,244,241,.36); transition: color .4s; }
.snz-steps li b { font-family: var(--snz-display); font-size: 12px; font-weight: 600; letter-spacing: .04em; padding-top: 2px; }
.snz-steps li span { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.snz-steps li i { grid-column: 2; font-style: normal; font-size: 13px; line-height: 1.45; color: rgba(245,244,241,.7); margin-top: 4px; }
.snz-steps li i:empty { display: none; }
.snz-steps li.is-on { color: #f5f4f1; }
.snz-steps li.is-done { color: rgba(245,244,241,.62); }
.snz-steps li.is-done b::after { content: " ✓"; }
.snz-side-foot { font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(245,244,241,.36); }

/* Colonne blanche */
.snz-main { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 0; }
.snz-progress { height: 2px; background: var(--snz-line-2); }
.snz-progress span { display: block; height: 100%; width: 25%; background: var(--snz-accent); transition: width .7s var(--snz-ease); }
.snz-modal.is-final .snz-head > div { visibility: hidden; height: 0; }
.snz-modal.is-final .snz-head { padding-bottom: 0; }
.snz-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 30px clamp(24px, 4vw, 52px) 20px; }
.snz-eyebrow { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--snz-dim); }
.snz-eyebrow::before { content: ""; display: inline-block; width: 22px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 11px; transform: translateY(-2px); }
.snz-eyebrow--light { color: rgba(245,244,241,.5); }
.snz-title { font-family: var(--snz-display) !important; font-size: clamp(28px, 3vw, 42px) !important; font-weight: 600 !important; line-height: 1.02 !important; letter-spacing: -.03em !important; margin: 12px 0 0 !important; color: var(--snz-fg) !important; text-transform: none !important; }
.snz .snz-x { width: 44px; height: 44px; display: grid; place-items: center; font-size: 26px; font-weight: 200; color: var(--snz-dim); border: 1px solid var(--snz-line); transition: color .3s, border-color .3s; flex: none; }
.snz .snz-x:hover { color: var(--snz-fg); border-color: var(--snz-fg); }
.snz .snz-x--mobile { display: none; color: rgba(245,244,241,.7); border-color: rgba(245,244,241,.2); }
.snz-body { flex: 1; overflow-y: auto; padding: 4px clamp(24px, 4vw, 52px) 28px; scroll-behavior: smooth; outline: none; }
.snz-lead { font-size: 14.5px; line-height: 1.7; color: var(--snz-dim); margin: 0 0 22px; max-width: 64ch; }

.snz-view { display: none; }
.snz-view.is-on { display: block; animation: snzIn .6s var(--snz-ease) both; }
@keyframes snzIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* Étape 1 — projets */
.snz-projects { border-top: 1px solid var(--snz-line); }
.snz .snz-project { position: relative; display: grid; grid-template-columns: 46px 1fr auto; gap: 4px 18px; align-items: start; width: 100%; text-align: left;
	padding: 20px 18px 20px 0; border-bottom: 1px solid var(--snz-line); transition: background .35s var(--snz-ease), padding .35s var(--snz-ease); }
.snz .snz-project:hover, .snz .snz-project:focus-visible { background: var(--snz-bg-2); padding-left: 12px; }
.snz .snz-project.is-on, .snz .snz-project.is-on:hover, .snz .snz-project.is-on:focus { background: var(--snz-bg-2); padding-left: 18px; box-shadow: inset 3px 0 0 var(--snz-accent); }
.snz-project-n { font-family: var(--snz-display); font-size: 13px; font-weight: 600; color: var(--snz-faint); padding-top: 3px; }
.snz-project.is-on .snz-project-n { color: var(--snz-fg); }
.snz-project-t { font-family: var(--snz-display); font-size: 18px; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; }
.snz-project-d { grid-column: 2; font-size: 13px; line-height: 1.6; color: var(--snz-dim); }
.snz-project-time { grid-row: 1; grid-column: 3; font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--snz-dim); border: 1px solid var(--snz-line); padding: 6px 10px; white-space: nowrap; }
.snz-project.is-on .snz-project-time { background: var(--snz-accent); color: var(--snz-ink); border-color: var(--snz-accent); }
.snz-other { grid-column: 2 / -1; margin-top: 10px; }
.snz-other input { width: 100%; border: 0; border-bottom: 1px solid var(--snz-line); background: transparent; padding: 8px 0; font-family: var(--snz-display); font-size: 16px; color: var(--snz-fg); outline: none; border-radius: 0; box-shadow: none; }
.snz-other input:focus { border-bottom-color: var(--snz-accent); }

/* Étape 2 — showrooms */
.snz-stores { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.snz .snz-store { display: flex; flex-direction: column; gap: 10px; text-align: left; min-height: 170px; padding: 24px 22px; border: 1px solid var(--snz-line); background: var(--snz-bg); transition: border-color .35s, background .35s, color .35s; }
.snz .snz-store:hover { border-color: var(--snz-fg); }
.snz .snz-store.is-on, .snz .snz-store.is-on:hover, .snz .snz-store.is-on:focus { background: var(--snz-accent); color: var(--snz-ink); border-color: var(--snz-accent); }
.snz-store-k { font-size: 10px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; opacity: .55; }
.snz-store-n { font-family: var(--snz-display); font-size: 22px; font-weight: 600; letter-spacing: -.02em; line-height: 1.1; }
.snz-store-a { font-size: 13px; line-height: 1.6; opacity: .72; white-space: pre-line; margin-top: auto; }
.snz-store-p { font-size: 12px; font-weight: 600; letter-spacing: .06em; opacity: .8; }

/* Étape 3 — calendrier + horaires */
.snz-when { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(22px, 3vw, 44px); align-items: start; }
.snz-cal-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--snz-line); }
.snz-cal-month { font-family: var(--snz-display); font-size: 18px; font-weight: 600; letter-spacing: -.01em; text-transform: capitalize; }
.snz .snz-cal-nav { width: 40px; height: 40px; border: 1px solid var(--snz-line); display: grid; place-items: center; font-size: 15px; transition: background .3s, color .3s, border-color .3s; }
.snz .snz-cal-nav:hover:not(:disabled) { background: var(--snz-accent); color: var(--snz-ink); border-color: var(--snz-accent); }
.snz .snz-cal-nav:disabled { opacity: .25; cursor: default; }
.snz-cal-week, .snz-cal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.snz-cal-week { margin: 14px 0 8px; }
.snz-cal-week span { text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--snz-faint); }
.snz .snz-day { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; font-family: var(--snz-display); font-size: 15px; font-weight: 500; color: var(--snz-faint); border: 1px solid transparent; transition: background .3s, color .3s, border-color .3s; }
.snz .snz-day.is-ok { color: var(--snz-fg); font-weight: 600; border-color: var(--snz-line); cursor: pointer; }
.snz .snz-day.is-ok:hover { border-color: var(--snz-fg); }
.snz .snz-day.is-sel, .snz .snz-day.is-sel:hover, .snz .snz-day.is-sel:focus { background: var(--snz-accent); color: var(--snz-ink); border-color: var(--snz-accent); }
.snz .snz-day.is-today::after { content: ""; position: absolute; bottom: 6px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.snz .snz-day:disabled { cursor: default; }
.snz-day.is-empty { visibility: hidden; }
.snz-cal.is-loading .snz-cal-days { opacity: .35; pointer-events: none; }
.snz-cal-legend { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--snz-dim); margin: 14px 0 0; }
.snz-cal-legend span { width: 12px; height: 12px; border: 1px solid var(--snz-line); display: inline-block; margin-left: 10px; }
.snz-cal-legend span:first-child { margin-left: 0; }
.snz-cal-legend .is-sel { background: var(--snz-accent); border-color: var(--snz-accent); }
.snz-slots-wrap { border-left: 1px solid var(--snz-line); padding-left: clamp(18px, 3vw, 40px); min-height: 100%; }
.snz-slots-group { margin-top: 18px; }
.snz-slots-group > span { display: block; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--snz-faint); margin-bottom: 10px; }
.snz-slots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 8px; }
.snz .snz-slot { padding: 13px 8px; border: 1px solid var(--snz-line); font-family: var(--snz-display); font-size: 15px; font-weight: 600; text-align: center; transition: background .3s, color .3s, border-color .3s; }
.snz .snz-slot:hover { border-color: var(--snz-fg); }
.snz .snz-slot.is-on, .snz .snz-slot.is-on:hover, .snz .snz-slot.is-on:focus { background: var(--snz-accent); color: var(--snz-ink); border-color: var(--snz-accent); }
.snz-slots-empty { margin-top: 18px; font-size: 13.5px; line-height: 1.7; color: var(--snz-dim); }
.snz-skel { height: 46px; background: linear-gradient(90deg, var(--snz-bg-2), var(--snz-bg-3), var(--snz-bg-2)); background-size: 200% 100%; animation: snzSk 1.2s linear infinite; }
@keyframes snzSk { to { background-position: -200% 0; } }

/* Étape 4 — coordonnées (champs soulignés, comme le formulaire U.D.S) */
.snz-row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.snz-field { display: block; margin-bottom: 24px; }
.snz-field > span { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--snz-dim); margin-bottom: 8px; }
.snz-field > span em { font-style: normal; text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--snz-faint); }
.snz .snz-field input, .snz .snz-field textarea { display: block; width: 100%; border: 0 !important; border-bottom: 1px solid var(--snz-line) !important; border-radius: 0 !important; background: transparent !important;
	box-shadow: none !important; padding: 8px 0 !important; font-family: var(--snz-display) !important; font-size: 17px !important; color: var(--snz-fg) !important; outline: none; transition: border-color .4s; min-height: 0; height: auto; }
.snz .snz-field textarea { resize: vertical; min-height: 74px; font-size: 15px !important; line-height: 1.55; }
.snz .snz-field input:focus, .snz .snz-field textarea:focus { border-bottom-color: var(--snz-accent) !important; }
.snz .snz-field input::placeholder, .snz .snz-field textarea::placeholder { color: var(--snz-faint); }
.snz-field.is-bad > span { color: var(--snz-err); }
.snz .snz-field.is-bad input { border-bottom-color: var(--snz-err) !important; }
.snz-check { display: flex; gap: 12px; align-items: flex-start; font-size: 12px; line-height: 1.6; color: var(--snz-dim); cursor: pointer; margin-top: 4px; }
.snz-check input { appearance: none; -webkit-appearance: none; flex: none; width: 18px; height: 18px; border: 1px solid var(--snz-fg); margin: 1px 0 0; background: var(--snz-bg); display: grid; place-items: center; cursor: pointer; border-radius: 0; }
.snz-check input:checked { background: var(--snz-accent); }
.snz-check input:checked::after { content: ""; width: 9px; height: 5px; border: 2px solid var(--snz-ink); border-top: 0; border-right: 0; transform: rotate(-45deg) translate(1px, -1px); }
.snz-check.is-bad span { color: var(--snz-err); }
.snz-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* Étape 5 — confirmation */
.snz-done { max-width: 620px; padding-top: 6px; }
.snz-done-mark { width: 58px; height: 58px; margin-bottom: 22px; }
.snz-done-mark svg { width: 100%; height: 100%; fill: none; stroke: var(--snz-fg); stroke-width: 1.5; }
.snz-done-mark circle { stroke-dasharray: 160; stroke-dashoffset: 160; animation: snzDraw 1s var(--snz-ease) .1s forwards; }
.snz-done-mark path { stroke-dasharray: 40; stroke-dashoffset: 40; animation: snzDraw .6s var(--snz-ease) .7s forwards; }
@keyframes snzDraw { to { stroke-dashoffset: 0; } }
.snz-done-title { font-family: var(--snz-display); font-size: clamp(34px, 4vw, 54px); font-weight: 600; letter-spacing: -.035em; line-height: 1; margin: 14px 0 16px; }
.snz-recap { margin: 26px 0; border-top: 1px solid var(--snz-fg); }
.snz-recap div { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--snz-line); }
.snz-recap dt { font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--snz-dim); padding-top: 2px; }
.snz-recap dd { margin: 0; font-family: var(--snz-display); font-size: 16px; font-weight: 500; white-space: pre-line; }
.snz-cal-links > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.snz-cal-links a { display: inline-flex; padding: 11px 16px; border: 1px solid var(--snz-line); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--snz-fg); text-decoration: none; transition: background .3s, color .3s, border-color .3s; }
.snz-cal-links a:hover { background: var(--snz-accent); color: var(--snz-ink); border-color: var(--snz-accent); }
.snz-manage-link { display: inline-block; margin-top: 22px; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--snz-fg); text-decoration: none; border-bottom: 1px solid var(--snz-line); padding-bottom: 3px; }

.snz-error { margin: 18px 0 0; padding: 12px 16px; border-left: 2px solid var(--snz-err); background: rgba(179, 38, 30, .06); color: var(--snz-err); font-size: 13px; }

/* Pied */
.snz-foot { display: flex; align-items: center; gap: 18px; padding: 18px clamp(24px, 4vw, 52px); border-top: 1px solid var(--snz-line); background: var(--snz-bg); }
.snz .snz-back { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--snz-dim); }
.snz .snz-back:hover { color: var(--snz-fg); }
.snz-foot-sum { flex: 1; font-size: 12.5px; color: var(--snz-dim); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: right; }
.snz .snz-btn { display: inline-flex; align-items: center; gap: 12px; padding: 17px 28px; background: var(--snz-accent); color: var(--snz-ink); border: 1px solid var(--snz-accent);
	font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: filter .3s, opacity .3s; white-space: nowrap; }
.snz .snz-btn:hover, .snz .snz-btn:focus, .snz .snz-btn:active { color: var(--snz-ink); background: var(--snz-accent); border-color: var(--snz-accent); }
.snz .snz-btn:hover { filter: brightness(1.35); }
.snz .snz-btn:disabled { opacity: .35; cursor: default; filter: none; }
.snz .snz-btn i { font-style: normal; transition: transform .4s var(--snz-ease); }
.snz .snz-btn:hover:not(:disabled) i { transform: translateX(4px); }
.snz .snz-btn.is-busy span::after { content: ""; display: inline-block; width: 10px; height: 10px; margin-left: 10px; border: 1.5px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: snzSpin .7s linear infinite; vertical-align: -1px; }
@keyframes snzSpin { to { transform: rotate(360deg); } }

/* Intégration en page : [snazzelia_booking inline="1"] */
.snz-inline-host .snz-modal { position: relative; inset: auto; padding: 0; z-index: 1; }
.snz-inline-host .snz-veil, .snz-inline-host .snz-x { display: none !important; }
.snz-inline-host .snz-panel { height: 760px; box-shadow: none; border: 1px solid var(--snz-line); opacity: 1; transform: none; }

/* ------------------------------------------------------------------ */
/* Mobile                                                              */
/* ------------------------------------------------------------------ */
@media (max-width: 900px) {
	.snz-modal { padding: 0; align-items: stretch; }
	.snz-panel { grid-template-columns: 1fr; grid-template-rows: auto 1fr; height: 100%; width: 100%; transform: translateY(40px); }
	.snz-side { padding: 18px 20px 14px; gap: 12px; }
	.snz-side-mid, .snz-side-foot { display: none; }
	.snz .snz-x--mobile { display: grid; width: 38px; height: 38px; }
	.snz-head .snz-x { display: none; }
	.snz-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; border: 0; margin: 0; }
	.snz-steps li { display: block; padding: 8px 0 0; border: 0; border-top: 2px solid rgba(245,244,241,.16); }
	.snz-steps li.is-on, .snz-steps li.is-done { border-top-color: #f5f4f1; }
	.snz-steps li span { display: none; }
	.snz-steps li i { display: none; }
	.snz-steps li b { font-size: 11px; }
	.snz-progress { display: none; }
	.snz-head { padding: 20px 20px 12px; }
	.snz-body { padding: 0 20px 20px; }
	.snz-foot { padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); }
	.snz-foot-sum { display: none; }
	.snz-foot .snz-btn { flex: 1; justify-content: center; }
	.snz .snz-project { grid-template-columns: 30px 1fr; padding-right: 0; }
	.snz-project-time { grid-row: auto; grid-column: 2; justify-self: start; margin-top: 8px; }
	.snz-when { grid-template-columns: 1fr; }
	.snz-slots-wrap { border-left: 0; padding-left: 0; border-top: 1px solid var(--snz-line); padding-top: 20px; }
	.snz-row { grid-template-columns: 1fr; gap: 0; }
	.snz-recap div { grid-template-columns: 1fr; gap: 4px; }
	.snz-inline-host .snz-panel { height: auto; min-height: 720px; }
}

@media (prefers-reduced-motion: reduce) {
	.snz *, .snz *::before, .snz *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ------------------------------------------------------------------ */
/* Page « Gérer mon rendez-vous »                                      */
/* ------------------------------------------------------------------ */
body.snz-manage-body { margin: 0; background: #f4f4f2; }
.snz-manage { min-height: 100vh; display: grid; grid-template-columns: minmax(280px, 420px) 1fr; }
.snz-manage .snz-side { min-height: 100vh; }
.snz-manage-main { padding: clamp(28px, 6vw, 80px); background: var(--snz-bg); }
.snz-manage-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.snz .snz-btn--ghost { background: transparent; color: var(--snz-fg); border-color: var(--snz-line); }
.snz .snz-btn--ghost:focus, .snz .snz-btn--ghost:active { background: transparent; color: var(--snz-fg); border-color: var(--snz-line); }
.snz .snz-btn--ghost:hover { background: var(--snz-accent); color: var(--snz-ink); border-color: var(--snz-accent); filter: none; }
.snz-manage-box { border-top: 1px solid var(--snz-line); padding-top: 26px; margin-top: 10px; }
.snz-manage-box textarea { width: 100%; }
.snz-note { padding: 16px 18px; background: var(--snz-bg-2); border-left: 2px solid var(--snz-fg); font-size: 14px; line-height: 1.7; margin: 20px 0; }
@media (max-width: 900px) {
	.snz-manage { grid-template-columns: 1fr; }
	.snz-manage .snz-side { min-height: 0; }
	.snz-manage .snz-side-mid { display: block; }
}
