/* ==========================================================================
   JS Shop — administration de la boutique
   Même langage que la boutique : Inter, blanc et brume, un seul accent violet,
   cartes arrondies (28 px), pilules, aucun dégradé. Barre du haut, menu
   latéral, vues animées (tableaux, panneaux, graphiques).
   ========================================================================== */

.page-admin { background: var(--surface); }
.page-admin .totop { display: none; }
.ad [hidden], .ad-gate [hidden], .adp [hidden], .adlg [hidden] { display: none !important; }

/* ---------------------------------------------------------------- Barre du haut */
.ad-top {
  position: sticky; top: 0; z-index: 60; height: 76px;
  display: flex; align-items: center; gap: 14px; padding: 0 20px 0 22px;
  background: rgba(255, 255, 255, .9); -webkit-backdrop-filter: blur(18px) saturate(1.4); backdrop-filter: blur(18px) saturate(1.4);
  box-shadow: 0 1px 0 transparent; transition: box-shadow .3s;
}
.ad-top.is-scrolled { box-shadow: 0 1px 0 var(--line); }
.ad-top__menu { display: none; margin-left: -8px; }
.ad-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-size: 21px; font-weight: 600; letter-spacing: -0.045em; }
.ad-brand img { width: 38px; height: 38px; flex: none; transition: transform .8s var(--ease-spring); }
.ad-brand:hover img { transform: rotate(-12deg) scale(1.06); }
.ad-brand span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 18ch; }
.ad-pop-wrap { position: relative; }
.ad-status {
  display: inline-flex; align-items: center; gap: 7px; height: 30px; padding: 0 10px 0 11px; border-radius: 9999px;
  box-shadow: inset 0 0 0 1.5px var(--violet); color: var(--violet); font-size: 13px; font-weight: 600;
  transition: background-color .25s, color .25s, box-shadow .25s, transform .45s var(--ease-spring);
}
.ad-status:hover { background: rgba(84, 51, 235, .07); }
.ad-status:active { transform: scale(.95); }
.ad-status .i { width: 12px; height: 12px; stroke-width: 2.4; transition: transform .35s var(--ease); }
.ad-status[aria-expanded="true"] .i { transform: rotate(180deg); }
.ad-status__dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.ad-status__dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: currentColor; animation: pulse-dot 1.8s var(--ease) infinite; }
.ad-status.is-paused { color: var(--ash); box-shadow: inset 0 0 0 1.5px var(--stone); }
.ad-status.is-paused .ad-status__dot::after { animation: none; }
.ad-top__right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.ad-search {
  display: inline-flex; align-items: center; gap: 10px; width: clamp(180px, 20vw, 280px); height: 46px; padding: 0 10px 0 16px;
  border-radius: 9999px; background: var(--canvas); color: var(--muted); font-size: 14px; transition: box-shadow .25s, background-color .25s;
}
.ad-search:hover { box-shadow: inset 0 0 0 1px var(--stone); }
.ad-search .i { width: 18px; height: 18px; }
.ad-search span { flex: 1; text-align: left; }
.ad-create {
  display: inline-flex; align-items: center; gap: 9px; height: 50px; padding: 0 22px 0 16px; border-radius: 9999px;
  background: var(--canvas); font-size: 17px; font-weight: 500; letter-spacing: -0.02em;
  transition: background-color .25s, transform .45s var(--ease-spring);
}
.ad-create:hover { background: #e6e9eb; }
.ad-create:active { transform: scale(.95); }
.ad-create .i { width: 24px; height: 24px; transition: transform .6s var(--ease-spring); }
.ad-create:hover .i, .ad-create[aria-expanded="true"] .i { transform: rotate(90deg); }
.ad-bell { width: 48px; height: 48px; }
.ad-bell .i { width: 26px; height: 26px; }
.ad-bell__dot { position: absolute; top: 9px; right: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 2px var(--surface); animation: bump .6s var(--ease-spring); }
.ad-avatar {
  display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%;
  background: var(--violet); color: #fff; font-size: 17px; font-weight: 600; letter-spacing: -0.03em;
  transition: transform .45s var(--ease-spring), box-shadow .3s;
}
.ad-avatar:hover { box-shadow: 0 0 0 3px var(--surface), 0 0 0 5px var(--violet-wash); }
.ad-avatar:active { transform: scale(.93); }

/* ---------------------------------------------------------------- Menus déroulants */
.pop {
  position: absolute; z-index: 90; top: calc(100% + 10px); right: 0; min-width: 250px; padding: 8px;
  border-radius: 22px; background: var(--surface); box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), var(--shadow-lift);
  transform-origin: top right; animation: pop-in .38s var(--ease-spring);
}
.pop--status { left: 0; right: auto; transform-origin: top left; min-width: 300px; }
.pop.is-leaving { animation: pop-out .2s var(--ease) forwards; }
@keyframes pop-in { from { opacity: 0; transform: translateY(-6px) scale(.94); } }
@keyframes pop-out { to { opacity: 0; transform: translateY(-4px) scale(.97); } }
.pop__item {
  display: flex; align-items: center; gap: 12px; width: 100%; min-height: 46px; padding: 8px 12px; border-radius: 14px;
  font-size: 15px; text-align: left; color: var(--ink); transition: background-color .2s;
}
.pop__item:hover, .pop__item:focus-visible { background: var(--canvas); }
.pop__item > .i { width: 20px; height: 20px; color: var(--slate); }
.pop__item small { display: block; font-size: 12.5px; color: var(--muted); }
.pop__item--danger { color: #b3261e; }
.pop__item--danger > .i { color: #b3261e; }
.pop__item[aria-checked="true"]::after { content: ""; margin-left: auto; width: 8px; height: 8px; border-radius: 50%; background: var(--violet); }
.pop__sep { height: 1px; margin: 6px 8px; background: var(--line); }
.pop__head { padding: 10px 12px 8px; }
.pop__head b { display: block; font-size: 15px; font-weight: 600; }
.pop__head span { display: block; font-size: 13px; color: var(--muted); overflow-wrap: anywhere; }
.pop__role { display: inline-flex !important; width: fit-content; margin-top: 8px; height: 24px; padding: 0 10px; border-radius: 9999px; background: rgba(84, 51, 235, .1); color: var(--violet) !important; font-size: 12px !important; font-weight: 600; line-height: 24px; }
.pop--activity { width: min(380px, calc(100vw - 24px)); padding: 6px; }
.act__head { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px 8px; }
.act__head b { font-size: 16px; font-weight: 600; }
.act__head span { font-size: 12.5px; color: var(--muted); }
.act__list { display: grid; max-height: min(420px, 60vh); overflow-y: auto; }
.act__item { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px 12px; border-radius: 16px; text-align: left; transition: background-color .2s; }
.act__item:hover { background: var(--canvas); }
.act__ico { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--canvas); color: var(--slate); }
.act__item.is-new .act__ico { background: rgba(84, 51, 235, .1); color: var(--violet); }
.act__ico .i { width: 19px; height: 19px; }
.act__txt { display: grid; gap: 1px; font-size: 14px; line-height: 1.35; }
.act__txt span { font-size: 12.5px; color: var(--muted); }
.act__empty { padding: 26px 16px 30px; text-align: center; font-size: 14px; color: var(--muted); }

/* ---------------------------------------------------------------- Menu latéral */
.ad-body { display: grid; grid-template-columns: 280px minmax(0, 1fr); align-items: start; }
.ad-side {
  position: sticky; top: 76px; height: calc(100vh - 76px); overflow-y: auto; scrollbar-width: none;
  display: flex; flex-direction: column; gap: 4px; padding: 30px 18px 22px;
}
.ad-side::-webkit-scrollbar { display: none; }
.ad-side__ink {
  position: absolute; z-index: 0; left: 18px; right: 18px; top: 0; height: 56px; border-radius: 18px; background: var(--canvas);
  opacity: 0; transform: translateY(var(--y, 0)); transition: transform .6s var(--ease-spring), opacity .3s;
}
.ad-side__ink.is-on { opacity: 1; }
.ad-nav {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; height: 56px; padding: 0 18px 0 20px;
  border-radius: 18px; font-size: 18px; letter-spacing: -0.025em; color: var(--slate); transition: color .25s;
}
.ad-nav:hover, .ad-nav[aria-current="page"] { color: var(--ink); }
.ad-nav[aria-current="page"] { font-weight: 600; }
.ad-nav > .i { width: 23px; height: 23px; transition: transform .5s var(--ease-spring), stroke-width .2s; }
.ad-nav:hover > .i { transform: scale(1.12) rotate(-6deg); }
.ad-nav[aria-current="page"] > .i { stroke-width: 2.2; }
.ad-nav__label { flex: 1; white-space: nowrap; }
.ad-nav__n {
  display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 7px; border-radius: 12px;
  background: var(--violet); color: #fff; font-size: 12px; font-style: normal; font-weight: 600; font-variant-numeric: tabular-nums;
  animation: bump .6s var(--ease-spring);
}
.ad-nav[hidden] { display: none; }
.ad-side__foot { margin-top: auto; padding-top: 14px; }
.ad-nav--shop { font-size: 15px; height: 48px; color: var(--muted); }
.ad-nav--shop > .i { width: 20px; height: 20px; }
.ad-nav__ext { width: 12px !important; height: 12px !important; opacity: .6; }
.ad-scrim { position: fixed; inset: 0; z-index: 70; background: rgba(0, 0, 0, .28); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); animation: fade-in .4s var(--ease); }

/* ---------------------------------------------------------------- Contenu */
.ad-main { min-width: 0; min-height: calc(100vh - 76px); padding: 34px clamp(20px, 3.4vw, 56px) 96px; outline: none; }
.ad-view { max-width: 1160px; }
.ad-view.is-entering > * { animation: view-in .7s var(--ease) backwards; }
.ad-view.is-entering > *:nth-child(2) { animation-delay: .06s; }
.ad-view.is-entering > *:nth-child(3) { animation-delay: .12s; }
.ad-view.is-entering > *:nth-child(4) { animation-delay: .18s; }
.ad-view.is-entering > *:nth-child(5) { animation-delay: .24s; }
.ad-view.is-entering > *:nth-child(n+6) { animation-delay: .3s; }
@keyframes view-in { from { opacity: 0; transform: translateY(18px); } }
.ad-h { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 24px; margin-bottom: 28px; }
.ad-h h1 { font-size: clamp(34px, 3.6vw, 48px); font-weight: 600; letter-spacing: -0.058em; line-height: 1; }
.ad-h__sub { margin-top: 10px; font-size: 15px; color: var(--muted); }
.ad-h__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.ad-back { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 14px; font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
.ad-back:hover { color: var(--ink); }
.ad-back .i { width: 16px; height: 16px; transition: transform .4s var(--ease-spring); }
.ad-back:hover .i { transform: translateX(-3px); }
.btn--mist { --bg: var(--canvas); --fg: var(--ink); }
.btn--mist:hover { --bg: #e6e9eb; }
.btn .i { flex: none; }
.ad-grid { display: grid; gap: 16px; }
.ad-grid--2 { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); }
.ad-grid--halves { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ad-stack { display: grid; gap: 16px; }
.ad-sec { margin-top: 16px; }

.card { position: relative; min-width: 0; padding: 24px; border-radius: var(--r-card); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.card--mist { background: var(--canvas); box-shadow: none; }
.card--flush { padding: 8px 8px 12px; }
.card__h { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.card--flush .card__h { padding: 16px 16px 0; }
.card__h h2 { font-size: 19px; font-weight: 600; letter-spacing: -0.045em; }
.card__h p { margin-top: 3px; font-size: 13px; color: var(--muted); }
.card__link { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 500; color: var(--violet); white-space: nowrap; }
.card__link .i { width: 15px; height: 15px; transition: transform .4s var(--ease-spring); }
.card__link:hover .i { transform: translateX(3px); }

/* Accueil : bonjour et tâches */
.hello { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.hello__date { font-size: 14px; font-weight: 500; color: var(--muted); text-transform: capitalize; }
.hello h1 { margin-top: 6px; font-size: clamp(36px, 4vw, 54px); font-weight: 600; letter-spacing: -0.06em; line-height: 1; }
.hello h1 .wave { display: inline-block; transform-origin: 70% 80%; animation: wave 2.2s var(--ease) .9s 1; }
@keyframes wave { 10%, 30% { transform: rotate(14deg); } 20%, 40% { transform: rotate(-8deg); } 50% { transform: none; } }
.todo { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin-bottom: 16px; }
.todo__item {
  position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 14px;
  min-height: 84px; padding: 16px 18px 16px 16px; border-radius: 24px; background: var(--canvas);
  transition: transform .5s var(--ease-spring), background-color .25s, box-shadow .3s;
}
.todo__item:hover { transform: translateY(-3px); background: #eceff1; }
.todo__item.is-hot { background: var(--violet); color: #fff; box-shadow: var(--shadow-violet); }
.todo__item.is-hot:hover { background: #4a2bd9; }
.todo__ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--surface); color: var(--violet); }
.todo__item.is-hot .todo__ico { background: rgba(255, 255, 255, .16); color: #fff; }
.todo__ico .i { width: 22px; height: 22px; }
.todo__txt { display: grid; gap: 2px; font-size: 13px; color: var(--muted); }
.todo__txt b { font-size: 16px; font-weight: 600; letter-spacing: -0.03em; color: var(--ink); }
.todo__item.is-hot .todo__txt, .todo__item.is-hot .todo__txt b { color: #fff; }
.todo__item > .i { width: 18px; height: 18px; opacity: .55; transition: transform .45s var(--ease-spring); }
.todo__item:hover > .i { transform: translateX(4px); opacity: 1; }
.todo__item.is-done { grid-template-columns: 46px minmax(0, 1fr); }

/* Indicateurs */
.kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.kpi { position: relative; min-width: 0; min-height: 132px; padding: 18px 20px 16px; border-radius: 24px; background: var(--canvas); overflow: hidden; }
.kpi__label { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--slate); }
.kpi__label .i { width: 16px; height: 16px; color: var(--muted); }
.kpi__value { margin-top: 10px; font-size: clamp(24px, 2.3vw, 32px); font-weight: 600; letter-spacing: -0.055em; line-height: 1; font-variant-numeric: tabular-nums; white-space: nowrap; }
.kpi__foot { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 12px; color: var(--muted); }
.delta { display: inline-flex; align-items: center; gap: 3px; height: 22px; padding: 0 8px; border-radius: 9999px; background: rgba(84, 51, 235, .1); color: var(--violet); font-size: 12px; font-weight: 600; font-variant-numeric: tabular-nums; }
.delta .i { width: 13px; height: 13px; stroke-width: 2.2; }
.delta.is-down { background: #fbeae9; color: #b3261e; }
.delta.is-flat { background: var(--surface); color: var(--muted); }
.kpi__spark { position: absolute; right: 18px; bottom: 16px; width: 84px; height: 32px; overflow: visible; }
.kpi__spark path { fill: none; stroke: var(--violet); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: var(--len, 300); stroke-dashoffset: var(--len, 300); animation: draw 1.2s var(--ease) .35s forwards; }
.kpi__spark circle { fill: var(--violet); opacity: 0; animation: fade-in .3s 1.4s forwards; }
.kpi__spark .is-area { stroke: none; fill: rgba(84, 51, 235, .1); stroke-dasharray: none; animation: fade-in .8s var(--ease) .5s backwards; }

/* ---------------------------------------------------------------- Graphiques */
.chart { position: relative; width: 100%; height: 280px; touch-action: pan-y; }
.chart svg { display: block; width: 100%; height: 100%; overflow: visible; }
.chart__grid line { stroke: var(--line); stroke-width: 1; }
.chart__grid text, .chart__x text { font-size: 11px; fill: var(--muted); font-family: var(--font); letter-spacing: 0; }
.chart__line { fill: none; stroke: var(--violet); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.chart__line--prev { stroke: var(--stone); stroke-width: 1.8; stroke-dasharray: 5 5; }
.chart__area { fill: rgba(84, 51, 235, .08); }
.chart.is-drawn .chart__line:not(.chart__line--prev) { animation: draw 1.6s var(--ease) forwards; }
.chart.is-drawn .chart__area { animation: fade-in 1.2s var(--ease) .35s backwards; }
.chart.is-drawn .chart__line--prev { animation: fade-in 1s var(--ease) .6s backwards; }
.chart__guide { stroke: var(--ink); stroke-width: 1; stroke-dasharray: 3 3; opacity: 0; transition: opacity .2s; }
.chart__dot { fill: var(--surface); stroke: var(--violet); stroke-width: 2.6; opacity: 0; transition: opacity .2s; }
.chart.is-hover .chart__guide, .chart.is-hover .chart__dot { opacity: 1; }
.chart__tip {
  position: absolute; z-index: 3; top: 0; left: 0; min-width: 150px; padding: 10px 12px; border-radius: 16px;
  background: var(--ink); color: #fff; font-size: 12px; line-height: 1.4; pointer-events: none;
  opacity: 0; transform: translate(-50%, calc(-100% - 14px)) scale(.94); transition: opacity .2s, transform .3s var(--ease-spring);
}
.chart.is-hover .chart__tip { opacity: 1; transform: translate(-50%, calc(-100% - 14px)); }
.chart__tip b { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.chart__tip span { color: rgba(255, 255, 255, .6); }
.chart__legend { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12.5px; color: var(--muted); }
.chart__legend span { display: inline-flex; align-items: center; gap: 7px; }
.chart__legend i { width: 18px; height: 3px; border-radius: 2px; background: var(--violet); }
.chart__legend i.is-prev { background: none; border-top: 2px dashed var(--stone); height: 0; }
.chart__total { font-size: clamp(28px, 3vw, 40px); font-weight: 600; letter-spacing: -0.055em; font-variant-numeric: tabular-nums; line-height: 1; }

.vbars { display: grid; grid-template-columns: repeat(var(--n, 7), minmax(0, 1fr)); align-items: end; gap: 10px; height: 200px; padding-top: 22px; }
.vbar { position: relative; display: grid; align-content: end; justify-items: center; gap: 8px; height: 100%; }
.vbar i { position: relative; width: 100%; max-width: 46px; height: calc(var(--h) * 100%); min-height: 3px; border-radius: 12px 12px 6px 6px; background: var(--canvas); transform-origin: 50% 100%; transition: background-color .25s; animation: grow-y .9s var(--ease-spring) backwards; animation-delay: calc(var(--i) * 60ms + 200ms); }
.vbar.is-top i { background: var(--violet); }
.vbar:hover i { background: var(--violet-wash); }
.vbar.is-top:hover i { background: #4a2bd9; }
.vbar i b { position: absolute; left: 50%; bottom: calc(100% + 6px); translate: -50% 0; font-size: 12px; font-weight: 600; font-style: normal; color: var(--ink); white-space: nowrap; }
.vbar span { font-size: 12px; color: var(--muted); }
@keyframes grow-y { from { transform: scaleY(0); } }

.hbars { display: grid; gap: 12px; }
.hbar { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 12px; }
.hbar .media { width: 44px; height: 52px; border-radius: 12px; }
.hbar__txt { min-width: 0; display: grid; gap: 6px; }
.hbar__txt b { font-size: 14px; font-weight: 600; letter-spacing: -0.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hbar__track { height: 8px; border-radius: 8px; background: var(--canvas); overflow: hidden; }
.hbar__track i { display: block; height: 100%; width: calc(var(--p) * 100%); border-radius: inherit; background: var(--violet); transform-origin: 0 50%; animation: grow-x 1.1s var(--ease) backwards; animation-delay: calc(var(--i) * 80ms + 250ms); }
.hbar__val { text-align: right; font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; }
.hbar__val span { display: block; font-size: 12px; font-weight: 400; color: var(--muted); }
@keyframes grow-x { from { transform: scaleX(0); } }

.donut { display: grid; grid-template-columns: 170px minmax(0, 1fr); align-items: center; gap: 24px; }
.donut svg { width: 170px; height: 170px; transform: rotate(-90deg); overflow: visible; }
.donut circle { fill: none; stroke-width: 22; transition: stroke-width .3s var(--ease); }
.donut circle.is-track { stroke: var(--canvas); }
.donut circle.is-part { stroke-linecap: butt; animation: donut-in 1.2s var(--ease) backwards; animation-delay: calc(var(--i) * 140ms + 200ms); }
.donut circle.is-part:hover { stroke-width: 28; }
@keyframes donut-in { from { stroke-dasharray: 0 999; } }
.donut__legend { display: grid; gap: 10px; }
.donut__legend li { display: grid; grid-template-columns: 12px minmax(0, 1fr) auto; align-items: center; gap: 10px; font-size: 14px; }
.donut__legend i { width: 12px; height: 12px; border-radius: 4px; }
.donut__legend b { font-weight: 600; font-variant-numeric: tabular-nums; }
.donut__legend span { color: var(--muted); font-size: 12.5px; }

/* ---------------------------------------------------------------- Barre d’outils, tableaux */
.ad-tools { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.ad-tools .tabs { max-width: 100%; }
.ad-field {
  display: inline-flex; align-items: center; gap: 10px; height: 44px; min-width: min(300px, 100%); padding: 0 16px;
  border-radius: 9999px; background: var(--canvas); transition: box-shadow .25s, background-color .25s;
}
.ad-field:focus-within { background: var(--surface); box-shadow: inset 0 0 0 1.5px var(--violet), 0 0 0 4px rgba(84, 51, 235, .12); }
.ad-field .i { width: 18px; height: 18px; color: var(--muted); }
.ad-field input { flex: 1; min-width: 0; height: 100%; border: 0; background: none; outline: none; font-size: 14px; }
.ad-field input::placeholder { color: #a3a09f; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }

.tbl-wrap { overflow-x: auto; margin: 0 -8px; padding: 0 8px; }
.tbl { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; }
.tbl th {
  padding: 0 14px 12px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap;
  font-size: 12px; font-weight: 500; letter-spacing: .03em; text-transform: uppercase; color: var(--muted);
}
.tbl td { padding: 14px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.tbl tbody tr { transition: background-color .2s; }
.tbl tbody tr[data-open] { cursor: pointer; }
.tbl tbody tr:hover { background: #f8f9fa; }
.tbl tbody tr:hover td:first-child { border-radius: 16px 0 0 16px; }
.tbl tbody tr:hover td:last-child { border-radius: 0 16px 16px 0; }
.tbl tbody tr.is-in { animation: row-in .55s var(--ease) backwards; animation-delay: calc(min(var(--i, 0), 14) * 28ms); }
@keyframes row-in { from { opacity: 0; transform: translateY(10px); } }
.tbl .r { text-align: right; }
.tbl .nowrap { white-space: nowrap; }
.tbl .muted { font-size: 13px; }
.tbl__chev { width: 16px; height: 16px; color: var(--muted); opacity: 0; transform: translateX(-6px); transition: opacity .25s, transform .35s var(--ease-spring); }
.tbl tbody tr:hover .tbl__chev { opacity: 1; transform: none; }
.tbl__num { font-weight: 600; font-variant-numeric: tabular-nums; }
.who { display: flex; align-items: center; gap: 12px; min-width: 0; }
.who__txt { display: grid; min-width: 0; }
.who__txt b { font-weight: 600; letter-spacing: -0.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.who__txt span { font-size: 13px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ava {
  flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--ava, var(--violet)); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: -0.03em;
}
.ava--lg { width: 64px; height: 64px; font-size: 21px; }
.ava--xl { width: 76px; height: 76px; font-size: 24px; }
.ava--ghost { background: none; color: var(--muted); border: 1.5px dashed #b9b6b4; }
.ava--ghost .i { width: 24px; height: 24px; }
.thumbs { display: flex; }
.thumbs .media { width: 34px; height: 42px; border-radius: 10px; box-shadow: 0 0 0 2px var(--surface); }
.thumbs .media + .media { margin-left: -10px; }
.thumbs em { display: grid; place-items: center; width: 34px; height: 42px; margin-left: -10px; border-radius: 10px; background: var(--canvas); box-shadow: 0 0 0 2px var(--surface); font-size: 11px; font-style: normal; font-weight: 600; }
.prod { display: flex; align-items: center; gap: 14px; min-width: 0; }
.prod .media { flex: none; width: 48px; height: 58px; border-radius: 14px; }
.more-row { display: flex; justify-content: center; margin-top: 18px; }

/* Pastilles de statut : un seul accent, en nuances */
.pill {
  display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 11px; border-radius: 9999px;
  background: var(--canvas); color: var(--slate); font-size: 12.5px; font-weight: 600; white-space: nowrap;
}
.pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pill--plain::before { display: none; }
.pill--a_traiter, .pill--en_attente, .pill--violet { background: rgba(84, 51, 235, .1); color: var(--violet); }
.pill--a_traiter::before, .pill--en_attente::before { animation: pulse-soft 1.6s ease-in-out infinite; }
@keyframes pulse-soft { 50% { opacity: .35; } }
.pill--en_preparation { background: var(--surface); color: var(--violet); box-shadow: inset 0 0 0 1.5px var(--violet-wash); }
.pill--expediee, .pill--valide, .pill--actif { background: var(--violet); color: #fff; }
.pill--livree { background: var(--ink); color: #fff; }
.pill--annulee, .pill--refuse, .pill--out { background: #fbeae9; color: #b3261e; }
.pill--brouillon, .pill--off { background: var(--canvas); color: var(--muted); }
.pill--low { background: #fff4e5; color: #8a4b00; }
.pill--attente_paiement, .pill--pay-en_attente { background: #fff4e5; color: #8a4b00; }
.pill--attente_paiement::before, .pill--pay-en_attente::before { animation: pulse-soft 1.6s ease-in-out infinite; }
.pill--pay-payee { background: var(--surface); color: var(--slate); box-shadow: inset 0 0 0 1px var(--line); }
.pill--pay-payee::before { background: var(--violet); }
.pill--pay-remboursee { background: var(--canvas); color: var(--slate); }
.pill--pay-remboursee::before { background: transparent; box-shadow: inset 0 0 0 1.5px currentColor; }
.pill--pay-annule, .pill--pay-aucun { background: var(--canvas); color: var(--muted); }
.stockcell { display: grid; gap: 6px; min-width: 96px; font-variant-numeric: tabular-nums; }
.stockcell span { font-size: 13.5px; font-weight: 500; }
.stockcell i { display: block; height: 5px; border-radius: 5px; background: var(--canvas); overflow: hidden; }
.stockcell i::after { content: ""; display: block; height: 100%; width: calc(var(--p) * 100%); border-radius: inherit; background: var(--violet); transform-origin: 0 50%; animation: grow-x 1s var(--ease) .2s backwards; }
.stockcell.is-low span { color: #8a4b00; }
.stockcell.is-low i::after { background: #d9822b; }
.stockcell.is-out span { color: #b3261e; }
.code { display: inline-flex; align-items: center; height: 32px; padding: 0 12px; border-radius: 10px; background: var(--canvas); font-size: 14px; font-weight: 600; letter-spacing: .06em; font-variant-numeric: tabular-nums; }

/* États vides, chargement */
.ad-empty { display: grid; justify-items: center; gap: 12px; padding: 56px 20px 60px; border-radius: var(--r-card); background: var(--canvas); text-align: center; }
.ad-empty__ico { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--surface); color: var(--violet); animation: float 4s ease-in-out infinite alternate; }
.ad-empty__ico .i { width: 30px; height: 30px; }
.ad-empty h2 { font-size: 22px; font-weight: 600; letter-spacing: -0.045em; }
.ad-empty p { max-width: 44ch; font-size: 14.5px; line-height: 1.5; color: var(--muted); }
.ad-empty__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 4px; }
.sk { display: grid; gap: 14px; }
.sk i { display: block; height: 18px; border-radius: 10px; background: var(--canvas); animation: sk 1.2s ease-in-out infinite; }
.sk i:nth-child(2n) { width: 82%; animation-delay: .15s; }
.sk i:nth-child(3n) { width: 64%; animation-delay: .3s; }
.sk--block i { height: 120px; border-radius: 24px; }
@keyframes sk { 50% { opacity: .45; } }

/* Bandeau (information, démonstration) */
.banner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px;
  padding: 22px 24px; border-radius: 22px; background: rgba(84, 51, 235, .07);
}
.banner p { flex: 1 1 320px; font-size: 16px; line-height: 1.5; letter-spacing: -0.02em; color: #3b2aa8; }
.banner b { font-weight: 600; color: var(--violet); }
.banner--plain { background: var(--canvas); }
.banner--plain p { color: var(--slate); font-size: 14.5px; }
.banner .btn { flex: none; }
.banner--warn { margin-bottom: 16px; background: #fff4e5; }
.banner--warn p { color: #6b3a00; font-size: 14.5px; }
.banner--warn b { color: #8a4b00; }
.note { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; border-radius: 18px; background: var(--canvas); font-size: 13.5px; line-height: 1.5; color: var(--slate); }
.note .i { flex: none; width: 18px; height: 18px; margin-top: 1px; color: var(--violet); }

/* ---------------------------------------------------------------- Panneau latéral (détails) */
.adp { position: fixed; inset: 0; z-index: 150; visibility: hidden; transition: visibility 0s .7s; }
.adp.is-open { visibility: visible; transition: none; }
.adp__scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .22); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); opacity: 0; transition: opacity .5s var(--ease); }
.adp.is-open .adp__scrim { opacity: 1; }
.adp__panel {
  position: absolute; top: 8px; right: 8px; bottom: 8px; width: min(600px, calc(100% - 16px));
  display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-lift);
  transform: translateX(calc(100% + 24px)); transition: transform .7s var(--ease); outline: none;
}
.adp.is-open .adp__panel { transform: none; }
.adp__head { display: flex; align-items: flex-start; gap: 12px; padding: 22px 16px 14px 26px; }
.adp__title { flex: 1; min-width: 0; }
.adp__title h2 { font-size: 26px; font-weight: 600; letter-spacing: -0.05em; line-height: 1.1; overflow-wrap: anywhere; }
.adp__title p { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 8px; font-size: 13.5px; color: var(--muted); }
.adp__body { flex: 1; overflow-y: auto; overscroll-behavior: contain; display: grid; align-content: start; gap: 22px; padding: 4px 26px 26px; }
.adp__body > * { animation: view-in .6s var(--ease) backwards; }
.adp__body > *:nth-child(2) { animation-delay: .05s; }
.adp__body > *:nth-child(3) { animation-delay: .1s; }
.adp__body > *:nth-child(n+4) { animation-delay: .15s; }
.adp__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 16px 26px 20px; border-top: 1px solid var(--line); }
.adp__foot .grow { flex: 1; }
.adp h3 { margin-bottom: 10px; font-size: 13px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; color: var(--muted); }
.kv { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; margin: 0; }
.kv dt { font-size: 12.5px; color: var(--muted); }
.kv dd { margin: 3px 0 0; font-size: 14.5px; font-weight: 500; line-height: 1.4; overflow-wrap: anywhere; }
.kv dd span { display: block; font-weight: 400; color: var(--muted); }
.kv .full { grid-column: 1 / -1; }

/* Étapes d’une commande */
.steps-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
.steps-bar li { display: grid; gap: 8px; font-size: 12px; color: var(--muted); }
.steps-bar li i { display: block; height: 6px; border-radius: 6px; background: var(--canvas); overflow: hidden; }
.steps-bar li i::after { content: ""; display: block; height: 100%; background: var(--violet); transform-origin: 0 50%; transform: scaleX(0); transition: transform .8s var(--ease); transition-delay: calc(var(--i) * 140ms + 150ms); }
.steps-bar li.is-done { color: var(--ink); font-weight: 500; }
.steps-bar li.is-done i::after { transform: none; }
.steps-bar.is-cancelled li i::after { background: #b3261e; }
.lines { display: grid; gap: 2px; }
.line { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.line:last-child { border-bottom: 0; }
.line .media { width: 52px; height: 62px; border-radius: 14px; }
.line__txt { display: grid; gap: 2px; min-width: 0; font-size: 13px; color: var(--muted); }
.line__txt b { font-size: 14.5px; font-weight: 600; color: var(--ink); letter-spacing: -0.02em; }
.line__price { text-align: right; font-size: 14px; font-weight: 500; font-variant-numeric: tabular-nums; }
.line__price span { display: block; font-size: 12px; font-weight: 400; color: var(--muted); }
.totals { display: grid; gap: 8px; padding: 16px 18px; border-radius: 20px; background: var(--canvas); }
.totals > div { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.totals dd { margin: 0; font-variant-numeric: tabular-nums; font-weight: 500; }
.totals .is-total { margin-top: 4px; padding-top: 10px; border-top: 1px solid rgba(0, 0, 0, .08); font-weight: 600; }
.totals .is-total dd { font-size: 20px; font-weight: 600; letter-spacing: -0.04em; }
.totals .is-disc { color: var(--violet); }
.timeline { position: relative; display: grid; gap: 14px; padding-left: 22px; }
.timeline::before { content: ""; position: absolute; left: 5px; top: 6px; bottom: 6px; width: 2px; border-radius: 2px; background: var(--line); }
.timeline li { position: relative; display: grid; gap: 2px; font-size: 14px; }
.timeline li::before { content: ""; position: absolute; left: -22px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--surface); box-shadow: inset 0 0 0 2.5px var(--violet); }
.timeline li.is-note::before { box-shadow: inset 0 0 0 2.5px var(--stone); }
.timeline li span { font-size: 12.5px; color: var(--muted); }
.timeline li.is-pay::before { background: var(--violet); box-shadow: 0 0 0 3px rgba(84, 51, 235, .16); }
.timeline li em { font-size: 13px; font-style: normal; color: var(--slate); }
.timeline li q { quotes: none; padding: 8px 12px; margin-top: 4px; border-radius: 12px; background: var(--canvas); font-size: 13.5px; color: var(--slate); }
.ship-form { display: grid; gap: 12px; padding: 16px; border-radius: 20px; background: rgba(84, 51, 235, .06); animation: view-in .5s var(--ease); }
.ship-form__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 10px; }
.note-form { display: flex; gap: 8px; }
.note-form .fld__box { flex: 1; }

/* ---------------------------------------------------------------- Formulaires */
.form { display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form__row--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form__sec { display: grid; gap: 14px; padding: 20px; border-radius: 24px; background: var(--canvas); }
.form__sec .fld__box { background: var(--surface); }
.form__sec h3 { margin: 0; }
.fld__box .unit { flex: none; font-size: 14px; color: var(--muted); }
.fld__box input[type="number"] { -moz-appearance: textfield; }
.fld__box input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
/* Produit : photos, tarifs particuliers / grossistes, aperçu */
.prod-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 16px; }
.prod-top .muted { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; }
.prod-top__acts { display: flex; flex-wrap: wrap; gap: 8px; }
.pics { position: relative; display: grid; grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); gap: 10px; border-radius: 18px; transition: box-shadow .25s, background-color .25s; }
.pics.is-drop { background: rgba(84, 51, 235, .06); box-shadow: 0 0 0 2px var(--violet); }
.pic { position: relative; aspect-ratio: 4 / 5; margin: 0; border-radius: 16px; overflow: hidden; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); animation: pic-in .5s var(--ease-spring) both; }
.pic .media { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; }
.pic.is-main { box-shadow: 0 0 0 2px var(--violet); }
.pic[draggable="true"] { cursor: grab; }
.pic.is-drag { opacity: .45; }
.pic.is-over { box-shadow: 0 0 0 2px var(--ink); }
.pic__tag { position: absolute; left: 8px; top: 8px; height: 22px; padding: 0 8px; border-radius: 9999px; background: var(--violet); color: #fff; font-size: 11px; font-weight: 600; line-height: 22px; }
.pic__acts { position: absolute; left: 6px; right: 6px; bottom: 6px; display: flex; justify-content: center; gap: 4px; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .35s var(--ease-spring); }
.pic:hover .pic__acts, .pic:focus-within .pic__acts { opacity: 1; transform: none; }
@media (hover: none) { .pic__acts { opacity: 1; transform: none; } }
.pic__acts button { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255, 255, 255, .94); color: var(--ink); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease-spring), background-color .2s, color .2s; }
.pic__acts button:hover { transform: scale(1.1); }
.pic__acts button:disabled { opacity: .35; pointer-events: none; }
.pic__acts button[data-pic-del]:hover { background: #fbeae9; color: #b3261e; }
.pic__acts .i { width: 14px; height: 14px; }
.pic.is-busy { display: grid; place-items: center; align-content: center; gap: 8px; color: var(--muted); font-size: 12px; }
.pic.is-busy .spin { width: 28px; height: 28px; border-width: 3px; }
.pic--add { display: grid; place-items: center; align-content: center; gap: 4px; padding: 10px; text-align: center; color: var(--violet); cursor: pointer; box-shadow: inset 0 0 0 1.5px var(--violet-wash); transition: background-color .2s, box-shadow .2s; }
.pic--add:hover, .pic--add:focus-within { background: rgba(84, 51, 235, .06); box-shadow: inset 0 0 0 1.5px var(--violet); }
.pic--add .i { width: 22px; height: 22px; }
.pic--add b { font-size: 12.5px; font-weight: 600; line-height: 1.25; }
.pic--add small { font-size: 11.5px; color: var(--muted); }
.pic--add input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
@keyframes pic-in { from { opacity: 0; transform: scale(.92); } }
.pics__empty { grid-column: 1 / -1; font-size: 13px; color: var(--muted); }
.pics__err .fld__err:empty { display: none; }
.pics__link { display: flex; gap: 8px; }
.pics__link .fld__box { flex: 1; min-width: 0; }
.tiers { display: grid; gap: 12px; }
.tier { display: grid; align-content: start; gap: 12px; min-width: 0; padding: 16px; border-radius: 20px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.tier--pro { box-shadow: inset 0 0 0 1.5px var(--violet-wash); }
.tier .fld__box { background: var(--canvas); }
.tier__h { display: flex; align-items: center; gap: 10px; }
.tier__h b { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.02em; }
.tier__h span { font-size: 12.5px; color: var(--muted); }
.tier__ico { flex: none; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--canvas); color: var(--ink); }
.tier--pro .tier__ico { background: var(--violet); color: #fff; }
.tier__ico .i { width: 18px; height: 18px; }
.tier__calc { min-height: 1.45em; font-size: 13px; line-height: 1.45; color: var(--muted); }
.tier__calc b { font-weight: 600; color: var(--ink); }
.tier__calc.is-warn { color: #8a4b00; }
.tier__note { display: flex; align-items: flex-start; gap: 6px; font-size: 12.5px; line-height: 1.45; color: var(--slate); }
.tier__note .i { flex: none; width: 15px; height: 15px; margin-top: 1px; color: var(--violet); }
@media (max-width: 480px) { .tier .form__row { grid-template-columns: minmax(0, 1fr); } }
.pv { position: fixed; inset: 0; z-index: 400; display: flex; flex-direction: column; background: rgba(242, 244, 245, .97); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); opacity: 0; transition: opacity .35s var(--ease); }
.pv.is-in { opacity: 1; }
.pv.is-leaving { opacity: 0; }
.pv__bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; padding: 12px 16px; background: var(--surface); box-shadow: 0 1px 0 var(--line); }
.pv__title { flex: 1 1 200px; display: grid; min-width: 0; }
.pv__title b { overflow: hidden; font-size: 16px; font-weight: 600; letter-spacing: -0.02em; white-space: nowrap; text-overflow: ellipsis; }
.pv__title span { font-size: 12.5px; color: var(--muted); }
.pv__note { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 16px; background: #fff4e5; color: #6b3a00; font-size: 13px; }
.pv__note .i { flex: none; width: 16px; height: 16px; }
.pv__stage { flex: 1; min-height: 0; display: grid; padding: 16px; }
.pv__frame { position: relative; width: 100%; max-width: 1600px; height: 100%; margin: 0 auto; overflow: hidden; border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-lift); transition: max-width .55s var(--ease); }
.pv__frame.is-mobile { max-width: 400px; }
.pv__frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.pv__frame.is-loading::after { content: ""; position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; margin: -20px; border-radius: 50%; border: 3px solid var(--line); border-top-color: var(--violet); animation: spin .8s linear infinite; }
body.is-pv { overflow: hidden; }
@media (max-width: 640px) { .pv__dev { display: none; } .pv__stage { padding: 8px; } }
@media (prefers-reduced-motion: reduce) { .pic { animation: none; } .pv, .pv__frame { transition: none; } }
.img-prev { display: grid; grid-template-columns: 88px minmax(0, 1fr); align-items: center; gap: 16px; }
.img-prev .media { width: 88px; height: 108px; border-radius: 18px; }
.stepper { display: inline-flex; align-items: center; height: 48px; padding: 4px; border-radius: 9999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.stepper button { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; transition: background-color .2s, transform .35s var(--ease-spring); }
.stepper button:hover { background: var(--canvas); }
.stepper button:active { transform: scale(.88); }
.stepper .i { width: 16px; height: 16px; }
.stepper input { width: 70px; height: 40px; border: 0; background: none; text-align: center; font-size: 16px; font-weight: 600; font-variant-numeric: tabular-nums; outline: none; }

/* Interrupteur */
.sw { position: relative; display: inline-flex; align-items: center; gap: 12px; cursor: pointer; font-size: 14.5px; }
.sw input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.sw__track { position: relative; flex: none; width: 46px; height: 28px; border-radius: 9999px; background: var(--stone); transition: background-color .3s; }
.sw__track::after { content: ""; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, .18); transition: transform .5s var(--ease-spring); }
.sw input:checked + .sw__track { background: var(--violet); }
.sw input:checked + .sw__track::after { transform: translateX(18px); }
.sw input:focus-visible + .sw__track { outline: 2px solid var(--violet); outline-offset: 3px; }
.sw small { display: block; font-size: 12.5px; color: var(--muted); }

/* Choix segmenté */
.seg { position: relative; display: inline-flex; padding: 4px; border-radius: 9999px; background: var(--canvas); }
.seg button { position: relative; z-index: 1; height: 38px; padding: 0 16px; border-radius: 9999px; font-size: 14px; font-weight: 500; color: var(--muted); transition: color .3s; }
.seg button[aria-pressed="true"] { color: var(--ink); }
.seg__ink { position: absolute; z-index: 0; top: 4px; left: 0; height: 38px; width: var(--w, 0); border-radius: 9999px; background: var(--surface); box-shadow: var(--shadow-sm); transform: translateX(var(--x, 0)); transition: transform .55s var(--ease-spring), width .55s var(--ease-spring); }
.seg--block { display: flex; }
.seg--block button { flex: 1; }

/* Fenêtre (invitation, code promo) */
.adlg { position: fixed; inset: 0; z-index: 170; display: grid; place-items: center; padding: 16px; }
.adlg__scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); animation: fade-in .35s var(--ease); }
.adlg__card { position: relative; width: min(520px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; padding: 28px; border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-lift); animation: dlg-in .55s var(--ease-spring); }
.adlg.is-leaving .adlg__card { animation: dlg-out .25s var(--ease) forwards; }
.adlg.is-leaving .adlg__scrim { animation: fade-out .25s var(--ease) forwards; }
@keyframes dlg-in { from { opacity: 0; transform: translateY(18px) scale(.95); } }
@keyframes dlg-out { to { opacity: 0; transform: translateY(10px) scale(.97); } }
@keyframes fade-out { to { opacity: 0; } }
.adlg__card h2 { padding-right: 40px; font-size: 26px; font-weight: 600; letter-spacing: -0.05em; line-height: 1.1; }
.adlg__card > p { margin-top: 8px; font-size: 14.5px; line-height: 1.5; color: var(--muted); }
.adlg__close { position: absolute; top: 16px; right: 16px; }
.adlg__body { display: grid; gap: 16px; margin-top: 22px; }
.adlg__foot { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.roles-pick { display: grid; gap: 8px; }
.role-opt { position: relative; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; align-items: start; padding: 14px 16px; border-radius: 18px; box-shadow: inset 0 0 0 1px var(--line); cursor: pointer; transition: box-shadow .25s, background-color .25s; }
.role-opt:hover { box-shadow: inset 0 0 0 1px var(--stone); }
.role-opt input { position: absolute; opacity: 0; }
.role-opt__dot { width: 20px; height: 20px; margin-top: 1px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--stone); transition: box-shadow .3s var(--ease-spring); }
.role-opt b { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.02em; }
.role-opt span { display: block; margin-top: 2px; font-size: 13px; line-height: 1.4; color: var(--muted); }
.role-opt:has(input:checked) { background: rgba(84, 51, 235, .06); box-shadow: inset 0 0 0 1.5px var(--violet); }
.role-opt input:checked + .role-opt__dot { box-shadow: inset 0 0 0 6px var(--violet); }
.role-opt input:focus-visible + .role-opt__dot { outline: 2px solid var(--violet); outline-offset: 2px; }

/* ---------------------------------------------------------------- Paramètres */
.set { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.set__nav { position: sticky; top: 108px; display: grid; gap: 4px; }
.set__link { position: relative; display: flex; align-items: center; gap: 14px; height: 54px; padding: 0 16px; border-radius: 16px; font-size: 17px; letter-spacing: -0.025em; color: var(--slate); transition: background-color .25s, color .25s; }
.set__link:hover { background: #f7f8f9; color: var(--ink); }
.set__link[aria-current="page"] { background: var(--canvas); color: var(--ink); font-weight: 600; }
.set__link .i { width: 21px; height: 21px; }
.set__link[aria-current="page"] .i { stroke-width: 2.2; }
.set__pane { min-width: 0; }
.set__pane > * + * { margin-top: 22px; }
.set__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.bigtabs { position: relative; display: flex; gap: 34px; }
.bigtabs a { position: relative; padding-bottom: 8px; font-size: 26px; font-weight: 600; letter-spacing: -0.045em; color: #8d8a89; transition: color .25s; }
.bigtabs a:hover { color: var(--slate); }
.bigtabs a[aria-current="page"] { color: var(--ink); }
.bigtabs a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 3px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.bigtabs a[aria-current="page"]::after { transform: none; }
.team { width: 100%; border-collapse: collapse; }
.team th { padding: 18px 0 16px; border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--ash); }
.team td { padding: 22px 0; border-bottom: 1px solid var(--line); vertical-align: middle; }
.team tr.is-in { animation: row-in .55s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 70ms); }
.team tr.is-leaving { animation: row-out .45s var(--ease) forwards; }
@keyframes row-out { to { opacity: 0; transform: translateX(24px); } }
.mem { display: flex; align-items: center; gap: 18px; min-width: 0; }
.mem__txt { display: grid; min-width: 0; }
.mem__txt b { font-size: 18px; font-weight: 500; letter-spacing: -0.03em; }
.mem__txt span { font-size: 15px; color: var(--ash); overflow-wrap: anywhere; }
.mem__role { font-size: 18px; letter-spacing: -0.025em; }
.mem__role small { display: block; margin-top: 2px; font-size: 13px; letter-spacing: -0.01em; color: var(--muted); }
.team .col-role { width: 34%; }
.team .col-act { width: 56px; text-align: right; }
.role-sel { position: relative; display: inline-flex; align-items: center; }
.role-sel select { appearance: none; -webkit-appearance: none; height: 40px; padding: 0 38px 0 16px; border: 0; border-radius: 9999px; background: var(--canvas); font-size: 15px; font-weight: 500; cursor: pointer; outline: none; transition: box-shadow .25s; }
.role-sel select:focus-visible { box-shadow: inset 0 0 0 1.5px var(--violet); }
.role-sel .i { position: absolute; right: 14px; width: 14px; height: 14px; pointer-events: none; }
/* Liste des rôles habillée (voir « Listes de choix » dans style.css) : sa propre flèche suffit. */
.role-sel .dd + .i { display: none; }
.role-sel .dd__btn { padding: 0 14px 0 16px; font-size: 15px; }
.perm-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.perm-table th, .perm-table td { padding: 14px 10px; border-bottom: 1px solid var(--line); text-align: center; }
.perm-table th:first-child, .perm-table td:first-child { text-align: left; padding-left: 0; }
.perm-table thead th { font-size: 13px; font-weight: 600; letter-spacing: -0.01em; vertical-align: bottom; }
.perm-table td:first-child b { display: block; font-weight: 600; }
.perm-table td:first-child span { font-size: 12.5px; color: var(--muted); }
.perm-yes { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--violet); color: #fff; animation: bump .55s var(--ease-spring) backwards; animation-delay: calc(var(--i, 0) * 25ms + 200ms); }
.perm-yes .i { width: 14px; height: 14px; stroke-width: 2.6; }
.perm-no { display: inline-block; width: 12px; height: 2px; border-radius: 2px; background: var(--stone); }
.role-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.role-card { padding: 18px; border-radius: 22px; background: var(--canvas); }
.role-card b { display: block; font-size: 16px; font-weight: 600; letter-spacing: -0.03em; }
.role-card p { margin-top: 6px; font-size: 13.5px; line-height: 1.45; color: var(--muted); }
.role-card em { display: inline-block; margin-top: 12px; font-size: 12.5px; font-style: normal; font-weight: 600; color: var(--violet); }
.dev-list { display: grid; gap: 8px; }
.dev-row { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 18px; background: var(--canvas); }
.dev-row .i { width: 20px; height: 20px; color: var(--violet); }
.dev-row b { display: block; font-size: 14.5px; font-weight: 600; }
.dev-row span { font-size: 13px; color: var(--muted); }
.dev-row code, .api-list code { font-size: 12.5px; }
.api-list { display: grid; gap: 4px; font-size: 13px; }
.api-list li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 10px; padding: 8px 12px; border-radius: 12px; background: var(--canvas); }
.api-list em { font-style: normal; font-weight: 600; color: var(--violet); }
.api-list em .i { width: 16px; height: 16px; }
/* Paiement : encadré de la commande, étapes et configuration */
.paybox { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 14px; padding: 14px 16px; border-radius: 20px; box-shadow: inset 0 0 0 1px var(--line); }
.paybox__ico { flex: none; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--canvas); color: var(--violet); }
.paybox__ico .i { width: 20px; height: 20px; }
.paybox__txt { flex: 1 1 220px; display: grid; gap: 2px; min-width: 0; }
.paybox__txt b { font-size: 15px; font-weight: 600; letter-spacing: -0.02em; }
.paybox__txt span { font-size: 13px; line-height: 1.45; color: var(--muted); }
.paybox__acts { display: flex; flex-wrap: wrap; gap: 8px; }
.paybox--payee .paybox__ico { background: var(--violet); color: #fff; }
.paybox--en_attente .paybox__ico { background: #fff4e5; color: #8a4b00; }
.paybox--remboursee .paybox__ico { background: var(--ink); color: #fff; }
.paybox.is-alert { background: #fbeae9; box-shadow: none; }
.paybox.is-alert .paybox__ico { background: var(--surface); color: #b3261e; }
.paybox.is-alert b { color: #b3261e; }
.pay-steps { display: grid; gap: 10px; counter-reset: pay; }
.pay-steps li { position: relative; display: grid; gap: 4px; padding: 14px 16px 14px 56px; border-radius: 18px; background: var(--canvas); counter-increment: pay; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.pay-steps li::before { content: counter(pay); position: absolute; left: 16px; top: 14px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 12.5px; font-weight: 600; }
.pay-steps b { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.pay-steps code { font-size: 12px; overflow-wrap: anywhere; }
.pay-code { justify-self: start; max-width: 100%; margin-top: 4px; padding: 8px 12px; border-radius: 10px; background: var(--ink); color: #fff; font-size: 12.5px !important; overflow-wrap: anywhere; }
.pay-events { display: flex; flex-wrap: wrap; gap: 6px; margin: 2px 0; }
.pay-events code { padding: 4px 8px; border-radius: 8px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); color: var(--slate); }
.pay-copy { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 4px 0; }
.pay-copy code { max-width: 100%; padding: 8px 12px; border-radius: 10px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); color: var(--ink); overflow-wrap: anywhere; }
.preview-ship { display: grid; gap: 10px; padding: 16px; border-radius: 20px; box-shadow: inset 0 0 0 1px var(--line); font-size: 13.5px; }
.preview-ship .ship { margin: 0; }

/* ---------------------------------------------------------------- Boutique en ligne */
.set__intro { max-width: 66ch; font-size: 15px; line-height: 1.5; color: var(--muted); }
.form__acts { display: flex; flex-wrap: wrap; gap: 10px; }
/* Image seule : aperçu, envoi, lien, image d’origine */
.imgf { position: relative; display: grid; grid-template-columns: 120px minmax(0, 1fr); align-items: start; gap: 16px; padding: 12px; border-radius: 22px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .25s, background-color .25s; }
.imgf.is-drop { background: rgba(84, 51, 235, .06); box-shadow: inset 0 0 0 2px var(--violet); }
.imgf__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 14px; background: var(--canvas); }
.imgf__media .media { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; }
.imgf__media.is-new .media { animation: pic-in .5s var(--ease-spring) both; }
.imgf__none { position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); }
.imgf__none .i { width: 26px; height: 26px; }
.imgf__spin { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(255, 255, 255, .72); }
.imgf__spin .spin { width: 28px; height: 28px; border-width: 3px; }
.imgf__side { display: grid; align-content: start; gap: 10px; min-width: 0; }
.imgf__btns { display: flex; flex-wrap: wrap; gap: 8px; }
.imgf__file { position: relative; overflow: hidden; cursor: pointer; }
.imgf__file input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.imgf__file:focus-within { box-shadow: 0 0 0 2px var(--surface), 0 0 0 4px var(--violet); }
.imgf__link { display: flex; gap: 8px; }
.imgf .fld__box { flex: 1; min-width: 0; height: 42px; padding: 0 14px; background: var(--canvas); }
.imgf .fld__box input { font-size: 14px; }
.imgf__hint { font-size: 12.5px; line-height: 1.45; color: var(--muted); }
.imgf--sm { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; padding: 8px; border-radius: 18px; }
.imgf--sm .imgf__media { border-radius: 10px; }
/* Sélection ordonnée de produits ou de marques */
.pick { display: grid; gap: 10px; }
.pick__list { display: grid; gap: 6px; }
.pick__it { display: grid; grid-template-columns: 20px 44px minmax(0, 1fr) auto auto; align-items: center; gap: 12px; padding: 8px 8px 8px 10px; border-radius: 18px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.pick__it.is-new, .rows__it.is-new { animation: pic-in .45s var(--ease-spring) both; }
.pick__n, .rows__n { font-size: 12.5px; font-weight: 600; font-variant-numeric: tabular-nums; text-align: center; color: var(--muted); }
.pick__it .media, .pick__res .media { width: 44px; height: 54px; border-radius: 12px; }
.pick__txt { display: grid; min-width: 0; }
.pick__txt b { overflow: hidden; font-size: 14px; font-weight: 600; letter-spacing: -0.02em; white-space: nowrap; text-overflow: ellipsis; }
.pick__txt span { overflow: hidden; font-size: 12.5px; color: var(--muted); white-space: nowrap; text-overflow: ellipsis; }
.pick__txt mark { border-radius: 4px; background: rgba(84, 51, 235, .14); color: inherit; }
.pick__empty { padding: 14px 16px; border-radius: 18px; border: 1.5px dashed var(--stone); font-size: 13.5px; color: var(--muted); }
.pick__add { position: relative; }
.pick__add .fld__box { height: 46px; }
.pick__add .fld__box input { font-size: 14.5px; }
.pick__add input:disabled { cursor: not-allowed; }
.pick__res { position: absolute; z-index: 5; top: calc(100% + 6px); left: 0; right: 0; max-height: 320px; overflow-y: auto; overscroll-behavior: contain; padding: 6px; border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-lift); animation: dlg-in .35s var(--ease-spring); }
.pick__res li[role="option"] { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 6px 10px 6px 6px; border-radius: 14px; cursor: pointer; }
.pick__res li[aria-selected="true"] { background: var(--canvas); }
.pick__none { padding: 12px; font-size: 13.5px; color: var(--muted); }
.pick__acts, .rows__acts { display: flex; gap: 2px; }
.pick__acts button, .rows__acts button { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--slate); transition: background-color .2s, color .2s, transform .3s var(--ease-spring); }
.pick__acts button:hover, .rows__acts button:hover { background: var(--canvas); color: var(--ink); }
.pick__acts button:active, .rows__acts button:active { transform: scale(.88); }
.pick__acts button:disabled, .rows__acts button:disabled { opacity: .3; pointer-events: none; }
.pick__acts [data-pick-del]:hover, .rows__acts [data-row-del]:hover { background: #fbeae9; color: #b3261e; }
.pick__acts .i, .rows__acts .i { width: 16px; height: 16px; }
/* Lignes ordonnées : sous-catégories, messages, vignettes */
.rows { display: grid; gap: 8px; }
.rows__it { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto auto; align-items: center; gap: 10px; }
.rows__it .fld__box { height: 46px; padding: 0 16px; }
.rows__it .fld__box input, .rows__it .fld__box select { font-size: 15px; }
.rows__meta { font-size: 12.5px; white-space: nowrap; color: var(--muted); }
.rows__meta em { font-style: normal; font-weight: 600; color: var(--violet); }
.rows__tools { display: flex; flex-wrap: wrap; gap: 8px; }
.rows__it--tile { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "img acts" "f f"; align-items: start; padding: 10px; border-radius: 22px; background: var(--canvas); }
.rows__it--tile > .imgf { grid-area: img; }
.rows__it--tile > .rows__acts { grid-area: acts; }
.rows__it--tile > .rows__f { grid-area: f; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.rows__it--tile .fld__box { background: var(--surface); }
.rows__it--tile > .rows__f.rows__f--one { grid-template-columns: minmax(0, 1fr); }
.form__sec .imgf .fld__box, .rows__it--tile .imgf .fld__box { background: var(--canvas); }
/* Catégories */
.catc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.catc { position: relative; display: grid; align-content: start; gap: 8px; padding: 10px 10px 6px; border-radius: 26px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .3s, transform .45s var(--ease-spring); animation: view-in .6s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 70ms); }
.catc:hover { box-shadow: inset 0 0 0 1px var(--stone), var(--shadow-sm); transform: translateY(-3px); }
.catc__open { display: grid; align-content: start; gap: 12px; width: 100%; padding: 0 0 6px; border-radius: 18px; text-align: left; cursor: pointer; }
.catc__open:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; }
.catc__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 18px; }
.catc__media .media { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; transition: transform .8s var(--ease); }
.catc:hover .catc__media .media { transform: scale(1.04); }
.catc__tag, .lookc__n { position: absolute; left: 10px; top: 10px; height: 24px; padding: 0 10px; border-radius: 9999px; font-size: 11.5px; font-weight: 600; line-height: 24px; }
.catc__tag { background: var(--violet); color: #fff; }
/* Pictogramme du menu, posé sur l’image. */
.catc__ico { position: absolute; right: 10px; top: 10px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--ink); }
.catc__ico .i { width: 18px; height: 18px; }
.catc__txt { display: grid; gap: 3px; padding: 0 6px; }
.catc__txt b { font-size: 19px; font-weight: 600; letter-spacing: -0.04em; }
.catc__txt span { font-size: 13.5px; line-height: 1.4; color: var(--muted); }
.catc__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 10px; padding: 0 6px; font-size: 12.5px; color: var(--slate); }
.catc__edit { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; color: var(--violet); }
.catc__edit .i { width: 14px; height: 14px; }
.catc__acts { display: flex; align-items: center; gap: 2px; padding-top: 6px; border-top: 1px solid var(--line); }
.catc__pos { margin-left: auto; padding-right: 8px; font-size: 12px; color: var(--muted); }
/* Choix du pictogramme d’une catégorie. */
.icopick { display: flex; flex-wrap: wrap; gap: 6px; }
.icopick button { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--canvas); color: var(--slate); transition: background-color .25s, color .25s, transform .45s var(--ease-spring); }
.icopick button:hover { color: var(--ink); transform: translateY(-2px); }
.icopick button[aria-checked="true"] { background: var(--ink); color: #fff; }
.icopick button:focus-visible { outline: 2px solid var(--violet); outline-offset: 2px; }
.icopick .i { width: 22px; height: 22px; }
/* Lookbook */
.lookc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }
.lookc { display: grid; align-content: start; gap: 10px; padding: 8px 8px 6px; border-radius: 24px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); animation: view-in .6s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 60ms); }
.lookc__media { position: relative; display: block; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 18px; }
.lookc__media .media { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; transition: transform .8s var(--ease); }
.lookc__media:hover .media { transform: scale(1.04); }
.lookc__media:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; }
.lookc__n { background: rgba(255, 255, 255, .92); color: var(--ink); }
.lookc__body { display: grid; gap: 2px; padding: 0 6px; }
.lookc__body b { overflow: hidden; font-size: 15px; font-weight: 600; letter-spacing: -0.03em; white-space: nowrap; text-overflow: ellipsis; }
.lookc__body span { font-size: 12.5px; color: var(--muted); }
.lookc__acts { display: flex; align-items: center; gap: 2px; }
.lookc__acts .grow { flex: 1; }
.lookc__acts .icon-btn { width: 36px; height: 36px; }
.lookc__acts .icon-btn .i { width: 17px; height: 17px; }
.lookc__acts .icon-btn:disabled { opacity: .3; pointer-events: none; }
/* Page d’accueil : blocs */
.hblocks { display: grid; gap: 10px; }
.hblocks__g { margin: 14px 0 2px; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.hblocks__g:first-child { margin-top: 0; }
.hblock { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) auto; align-items: center; gap: 14px 20px; padding: 16px 16px 16px 20px; border-radius: 22px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); animation: view-in .6s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 45ms); }
.hblock__txt { display: grid; gap: 4px; min-width: 0; }
.hblock__txt b { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 16px; font-weight: 600; letter-spacing: -0.03em; }
.hblock__txt span { font-size: 13px; line-height: 1.45; color: var(--muted); }
.hblock__prev { display: grid; gap: 8px; min-width: 0; }
.hblock__sum { overflow: hidden; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; color: var(--slate); }
.hblock__sum b { font-weight: 600; color: var(--ink); }
.hthumbs { display: flex; flex-wrap: wrap; gap: 6px; }
.hthumbs .media { width: 38px; height: 46px; border-radius: 10px; }
.hthumbs em { display: grid; place-items: center; width: 38px; height: 46px; border-radius: 10px; background: var(--canvas); font-size: 12px; font-style: normal; font-weight: 600; }
/* Bandeau d’annonce : aperçu */
.annprev__bar { display: flex; align-items: center; justify-content: center; height: 40px; padding: 0 20px; overflow: hidden; border-radius: 9999px; background: var(--ink); color: #fff; font-size: 13px; letter-spacing: -0.015em; white-space: nowrap; }
.annprev__bar > span { display: block; overflow: hidden; text-overflow: ellipsis; }
.annprev__bar b { font-weight: 600; }
.annprev__bar .i { display: inline-block; width: 14px; height: 14px; margin-left: 6px; vertical-align: -2px; }
.annprev__bar[data-theme="violet"] { background: var(--violet); }
.annprev__bar[data-theme="clair"] { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
/* Message du bandeau : texte et lien côte à côte. */
.rows__it--ann .rows__f { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 8px; }
.rows__empty { padding: 12px 14px; border-radius: 16px; background: var(--canvas); font-size: 13px; color: var(--muted); }
/* Silhouettes dans le panneau du lookbook. */
.lkrow { grid-template-columns: 48px minmax(0, 1fr) auto; }
.lkrow__media { display: block; width: 48px; height: 60px; overflow: hidden; border-radius: 12px; }
.lkrow__media .media { width: 100%; height: 100%; border-radius: 0; }
.lkrow__media:focus-visible { outline: 2px solid var(--violet); outline-offset: 2px; }
.lkrow__txt { display: grid; gap: 2px; min-width: 0; }
.lkrow__txt b { overflow: hidden; font-size: 14px; font-weight: 600; letter-spacing: -0.02em; white-space: nowrap; text-overflow: ellipsis; }
.lkrow__txt span { font-size: 12.5px; color: var(--muted); }
/* Panneau ouvert depuis l’éditeur visuel : au-dessus de l’éditeur. */
body.is-txe .adp { z-index: 168; }
.fld__hint code { padding: 1px 6px; border-radius: 6px; background: var(--canvas); font-size: 12px; color: var(--ink); }
@media (max-width: 899px) {
  .hblock { grid-template-columns: minmax(0, 1fr) auto; }
  .hblock__prev { grid-column: 1 / -1; grid-row: 2; }
}
@media (max-width: 560px) {
  .imgf { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; }
  .imgf--sm { grid-template-columns: 56px minmax(0, 1fr); }
  .imgf__link { flex-wrap: wrap; }
  .pick__it { grid-template-columns: 44px minmax(0, 1fr) auto; grid-template-rows: auto auto; row-gap: 4px; }
  .pick__it .pick__n { display: none; }
  .pick__it .media { grid-row: 1 / span 2; }
  .pick__it .pill { grid-column: 2; grid-row: 2; justify-self: start; height: 22px; font-size: 11.5px; }
  .pick__it .pick__acts { grid-column: 3; grid-row: 1 / span 2; }
  .rows__it { grid-template-columns: 18px minmax(0, 1fr) auto; row-gap: 4px; }
  .rows__it .rows__meta { grid-column: 2; grid-row: 2; }
  .rows__it .rows__acts { grid-column: 3; grid-row: 1; }
  .rows__it--tile { grid-template-columns: minmax(0, 1fr) auto; }
  .rows__it--tile > .rows__f { grid-template-columns: minmax(0, 1fr); }
  .rows__it--ann .rows__f { grid-template-columns: minmax(0, 1fr); }
  .lkrow { grid-template-columns: 40px minmax(0, 1fr) auto; }
  .lkrow__media { width: 40px; height: 50px; }
  .lookc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .imgf__media.is-new .media, .pick__it.is-new, .rows__it.is-new, .catc, .lookc, .hblock, .pick__res { animation: none; }
  .catc, .catc__media .media, .lookc__media .media { transition: none; }
}

/* Textes du site : synthèse par page */
.txp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.txp { display: grid; align-content: start; gap: 12px; padding: 18px; border-radius: 22px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); animation: view-in .6s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 60ms); }
.txp__ico { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--canvas); color: var(--violet); }
.txp__ico .i { width: 20px; height: 20px; }
.txp__txt b { display: block; font-size: 17px; font-weight: 600; letter-spacing: -0.03em; }
.txp__txt span { display: block; margin-top: 3px; font-size: 13px; line-height: 1.4; color: var(--muted); }
.txp__n { font-size: 13px; color: var(--slate); }
.txp__n b { font-weight: 600; }
.txp__n em { font-style: normal; font-weight: 600; color: var(--violet); }
.txp__acts { display: flex; flex-wrap: wrap; gap: 8px; }
/* Textes du site : éditeur visuel (page réelle à gauche, liste à droite) */
body.is-txe { overflow: hidden; }
.txe { position: fixed; inset: 0; z-index: 165; display: flex; flex-direction: column; background: #eceef0; opacity: 0; transition: opacity .3s var(--ease); }
.txe.is-in { opacity: 1; }
.txe.is-leaving { opacity: 0; }
.txe__bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; padding: 10px 14px; background: var(--surface); box-shadow: 0 1px 0 var(--line); }
.txe__title { display: grid; min-width: 0; margin-right: auto; }
.txe__title b { font-size: 16px; font-weight: 600; letter-spacing: -0.02em; }
.txe__title span { font-size: 12.5px; color: var(--muted); }
.txe__title span.is-dirty { font-weight: 600; color: var(--violet); }
.txe__bar .seg button { height: 34px; padding: 0 13px; font-size: 13.5px; white-space: nowrap; }
.txe__bar .seg .seg__ink { height: 34px; }
.txe__hist { display: flex; gap: 2px; }
.txe__hist .icon-btn { width: 36px; height: 36px; }
.txe__hist .icon-btn .i { width: 18px; height: 18px; }
.txe__hist .icon-btn:disabled { opacity: .3; pointer-events: none; }
.txe__redo .i { transform: scaleX(-1); }
.txe__bar .btn:disabled { opacity: .45; pointer-events: none; }
.txe__body { flex: 1; min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) 380px; }
.txe__stage { display: grid; min-width: 0; min-height: 0; padding: 14px; }
.txe__frame { position: relative; width: 100%; max-width: 1600px; height: 100%; margin: 0 auto; overflow: hidden; border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-lift); transition: max-width .55s var(--ease); }
.txe__frame.is-mobile { max-width: 400px; }
.txe__frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.txe__frame.is-loading::after { content: ""; position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; margin: -20px; border-radius: 50%; border: 3px solid var(--line); border-top-color: var(--violet); animation: spin .8s linear infinite; }
.txe__side { display: flex; flex-direction: column; min-width: 0; min-height: 0; background: var(--surface); box-shadow: -1px 0 0 var(--line); }
.txe__search { display: grid; gap: 10px; padding: 14px 16px 8px; }
.txe__search .fld__box { height: 44px; padding: 0 16px; }
.txe__search .fld__box input { font-size: 14.5px; }
.txe__search .seg button { height: 34px; font-size: 13.5px; }
.txe__search .seg .seg__ink { height: 34px; }
.txe__list { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 0 10px 14px; }
.txg h3 { position: sticky; top: 0; z-index: 1; display: flex; justify-content: space-between; gap: 8px; margin: 0; padding: 12px 8px 8px; background: var(--surface); font-size: 11.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.txg h3 em { font-style: normal; font-variant-numeric: tabular-nums; }
.txg ul { display: grid; gap: 2px; }
.txi { border-radius: 14px; transition: background-color .2s, box-shadow .2s; }
.txi:hover { background: #f6f7f8; }
.txi.is-sel { background: var(--canvas); box-shadow: inset 0 0 0 1.5px var(--violet); }
.txi__main { display: grid; gap: 2px; width: 100%; padding: 9px 12px; border-radius: 14px; text-align: left; }
.txi__main:focus-visible { outline: 2px solid var(--violet); outline-offset: -2px; }
.txi__kind { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 600; letter-spacing: .02em; color: var(--muted); }
.txi__kind em { font-style: normal; color: var(--violet); }
.txi__kind small { font-size: 11px; font-weight: 500; }
.txi.is-draft .txi__kind::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--violet); }
.txi__txt { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 14px; line-height: 1.4; overflow-wrap: anywhere; color: var(--ink); }
.txi__txt i { color: var(--muted); }
.txi__edit { display: grid; gap: 8px; padding: 0 12px 12px; }
.txi__edit textarea { width: 100%; padding: 10px 12px; border: 0; border-radius: 12px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font: inherit; font-size: 14.5px; line-height: 1.45; color: var(--ink); resize: vertical; outline: none; transition: box-shadow .2s; }
.txi__edit textarea:focus { box-shadow: inset 0 0 0 1.5px var(--violet), 0 0 0 4px rgba(84, 51, 235, .12); }
.txi__orig { font-size: 12.5px; line-height: 1.45; color: var(--muted); overflow-wrap: anywhere; }
.txi__orig span { font-weight: 600; }
.txi__acts { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.txi__note { font-size: 12px; line-height: 1.4; color: var(--muted); }
.txe__empty { padding: 28px 12px; text-align: center; font-size: 13.5px; color: var(--muted); }
.txe__help { padding: 10px 16px 14px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.55; color: var(--muted); }
.txe__help kbd { display: inline-block; padding: 0 5px; border-radius: 5px; background: var(--canvas); font: 600 11px/18px inherit; color: var(--ink); }
@media (max-width: 1100px) { .txe__dev { display: none; } }
@media (max-width: 899px) {
  .txe__body { grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) minmax(0, 44%); }
  .txe__side { box-shadow: 0 -1px 0 var(--line); }
  .txe__stage { padding: 8px; }
  .txe__help { display: none; }
  .txe__bar { gap: 8px; padding: 8px 10px; }
  .txe__title { order: -1; flex: 1 1 60%; }
  .txe__bar [data-txe-page] { max-width: 100%; overflow-x: auto; scrollbar-width: none; }
  .txe__bar [data-txe-page]::-webkit-scrollbar { display: none; }
}
@media (max-width: 560px) {
  .txe__bar .btn span { font-size: 13px; }
  .txe__bar [data-txe-discard] { display: none; }
  .txe__body { grid-template-rows: minmax(0, 1fr) minmax(0, 40%); }
  .txe__search { grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 10px 12px 6px; }
  .txe__search .seg button { padding: 0 12px; }
}
@media (prefers-reduced-motion: reduce) { .txe, .txe__frame { transition: none; } .txp { animation: none; } }

/* Promotions */
.promos { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 14px; }
.promo {
  position: relative; display: grid; gap: 14px; padding: 22px; border-radius: var(--r-card); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow .3s, transform .5s var(--ease-spring);
  animation: view-in .6s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 60ms);
}
.promo:hover { box-shadow: inset 0 0 0 1px var(--stone), var(--shadow-card); transform: translateY(-3px); }
.promo.is-off { background: #fbfbfb; }
.promo.is-off .promo__big { color: var(--muted); }
.promo__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.promo__code { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 8px 0 14px; border-radius: 12px; background: var(--canvas); font-size: 15px; font-weight: 600; letter-spacing: .07em; }
.promo__code button { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: var(--muted); transition: background-color .2s, color .2s; }
.promo__code button:hover { background: var(--surface); color: var(--ink); }
.promo__code .i { width: 15px; height: 15px; }
.promo__big { font-size: 34px; font-weight: 600; letter-spacing: -0.06em; line-height: 1; color: var(--violet); }
.promo__rules { display: flex; flex-wrap: wrap; gap: 6px; }
.promo__rules span { height: 26px; padding: 0 10px; border-radius: 9999px; background: var(--canvas); font-size: 12px; font-weight: 500; line-height: 26px; color: var(--slate); }
.promo__use { display: grid; gap: 6px; font-size: 12.5px; color: var(--muted); }
.promo__use i { display: block; height: 6px; border-radius: 6px; background: var(--canvas); overflow: hidden; }
.promo__use i::after { content: ""; display: block; height: 100%; width: calc(var(--p) * 100%); border-radius: inherit; background: var(--violet); animation: grow-x 1s var(--ease) .3s backwards; transform-origin: 0 50%; }
.promo__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px solid var(--line); }

/* Recherche globale */
.qs { position: fixed; inset: 0; z-index: 180; display: grid; justify-items: center; align-items: start; padding: 12vh 16px 16px; }
.qs__scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .28); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); animation: fade-in .3s var(--ease); }
.qs__card { position: relative; width: min(640px, 100%); border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-lift); overflow: hidden; animation: dlg-in .45s var(--ease-spring); }
.qs__field { display: flex; align-items: center; gap: 12px; height: 64px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.qs__field .i { width: 22px; height: 22px; color: var(--violet); }
.qs__field input { flex: 1; height: 100%; border: 0; background: none; outline: none; font-size: 18px; letter-spacing: -0.02em; }
.qs__list { display: grid; max-height: min(460px, 60vh); overflow-y: auto; padding: 8px; }
.qs__group { padding: 10px 12px 6px; font-size: 12px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; color: var(--muted); }
.qs__item { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 8px 12px; border-radius: 16px; text-align: left; }
.qs__item[aria-selected="true"], .qs__item:hover { background: var(--canvas); }
.qs__item .media { width: 40px; height: 46px; border-radius: 10px; }
.qs__item .ava { width: 40px; height: 40px; font-size: 13px; }
.qs__ico { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--canvas); color: var(--violet); }
.qs__item[aria-selected="true"] .qs__ico { background: var(--surface); }
.qs__ico .i { width: 19px; height: 19px; }
.qs__txt { display: grid; min-width: 0; font-size: 14.5px; }
.qs__txt b { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.qs__txt span { font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.qs__item > em { font-size: 13px; font-style: normal; font-weight: 500; color: var(--muted); font-variant-numeric: tabular-nums; }
.qs__empty { padding: 36px 20px 40px; text-align: center; font-size: 14px; color: var(--muted); }
.qs__foot { display: flex; gap: 16px; padding: 10px 20px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }

/* Toast de l’administration : bouton de fermeture */
.toast__close { flex: none; display: grid; place-items: center; width: 38px; height: 38px; margin-left: 4px; border-radius: 50%; color: #fff; transition: background-color .2s; }
.toast__close:hover { background: rgba(255, 255, 255, .12); }
.toast__close .i { width: 18px; height: 18px; }
.page-admin .toast--plain { padding-left: 22px; }

/* ---------------------------------------------------------------- Connexion de l’équipe */
.ad-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: var(--canvas); overflow-y: auto; }
.ad-gate__card { width: min(440px, 100%); padding: clamp(24px, 4vw, 40px); border-radius: var(--r-sheet); background: var(--surface); box-shadow: var(--shadow-lg); text-align: center; animation: dlg-in .7s var(--ease-spring); }
.ad-gate__logo { width: 64px; height: 64px; margin: 0 auto 14px; animation: float 4s ease-in-out infinite alternate; }
.ad-gate__title { font-size: 32px; font-weight: 600; letter-spacing: -0.055em; }
.ad-gate__msg { margin: 8px auto 22px; max-width: 34ch; font-size: 14.5px; line-height: 1.5; color: var(--muted); }
.ad-gate__form { display: grid; gap: 14px; text-align: left; }
.ad-gate__foot { margin-top: 18px; font-size: 13px; color: var(--muted); }
.page-admin.is-gated .ad { display: none; }

/* ---------------------------------------------------------------- Responsive */
@media (max-width: 1279px) {
  .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ad-grid--2 { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 1199px) and (min-width: 900px) {
  .ad-body { grid-template-columns: 92px minmax(0, 1fr); }
  .ad-side { padding-inline: 14px; }
  .ad-side__ink { left: 14px; right: 14px; }
  .ad-nav { justify-content: center; padding: 0; gap: 0; }
  .ad-nav__label, .ad-nav__ext { display: none; }
  .ad-nav__n { position: absolute; top: 6px; right: 6px; min-width: 20px; height: 20px; padding: 0 5px; font-size: 11px; }
  .ad-nav[data-tip]:hover::after {
    content: attr(data-tip); position: absolute; left: calc(100% + 10px); top: 50%; translate: 0 -50%;
    padding: 7px 12px; border-radius: 10px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 500; white-space: nowrap;
    animation: fade-in .2s var(--ease); pointer-events: none;
  }
  .set { grid-template-columns: 210px minmax(0, 1fr); }
}
@media (max-width: 899px) {
  .ad-top { height: 64px; gap: 8px; padding: 0 10px 0 12px; }
  .ad-top__menu { display: inline-grid; }
  .ad-brand { font-size: 18px; }
  .ad-brand img { width: 32px; height: 32px; }
  .ad-status { height: 28px; padding: 0 8px; font-size: 12px; }
  .ad-status [data-ad-status] { display: none; }
  .ad-search { width: 44px; padding: 0; justify-content: center; }
  .ad-search span, .ad-search kbd { display: none; }
  .ad-create { width: 44px; height: 44px; padding: 0; justify-content: center; }
  .ad-create span { display: none; }
  .ad-bell { width: 44px; height: 44px; }
  .ad-avatar { width: 42px; height: 42px; font-size: 15px; }
  .ad-top__right { gap: 4px; }
  .ad-body { grid-template-columns: minmax(0, 1fr); }
  .ad-side {
    position: fixed; z-index: 80; top: 8px; left: 8px; bottom: 8px; height: auto; width: min(300px, calc(100% - 48px));
    border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-lift);
    transform: translateX(calc(-100% - 24px)); transition: transform .6s var(--ease); padding-top: 22px;
  }
  .ad.is-menu .ad-side { transform: none; }
  .ad-main { min-height: calc(100vh - 64px); padding: 22px 16px 80px; }
  .pop { position: fixed; top: 70px; left: 12px; right: 12px; min-width: 0; width: auto; }
  .pop--status { right: 12px; }
  .todo { grid-template-columns: minmax(0, 1fr); }
  .ad-grid--halves { grid-template-columns: minmax(0, 1fr); }
  .set { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .set__nav { position: static; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; margin: 0 -16px; padding: 0 16px 4px; }
  .set__nav::-webkit-scrollbar { display: none; }
  .set__link { flex: none; height: 44px; font-size: 15px; background: var(--canvas); }
  .set__link[aria-current="page"] { background: var(--ink); color: #fff; }
  .bigtabs { gap: 24px; }
  .bigtabs a { font-size: 22px; }
  .team thead { display: none; }
  .team tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .team td { padding: 0; border: 0; }
  .team .col-role { grid-column: 1; grid-row: 2; width: auto; padding-left: 74px; }
  .team .col-act { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
  .mem__txt b { font-size: 16px; }
  .mem__txt span { font-size: 14px; }
  .mem__role { font-size: 15px; }
  .donut { grid-template-columns: minmax(0, 1fr); justify-items: center; }
  .form__row, .form__row--3, .ship-form__row { grid-template-columns: minmax(0, 1fr); }
  .kv { grid-template-columns: minmax(0, 1fr); }
  .adp__panel { top: auto; left: 8px; width: auto; height: calc(100% - 40px); transform: translateY(calc(100% + 24px)); }
  .adp__head { padding: 18px 12px 10px 20px; }
  .adp__body { padding: 4px 20px 22px; }
  .adp__foot { padding: 14px 20px 18px; }
  .adp__title h2 { font-size: 22px; }
  /* Tableaux en cartes */
  .tbl--cards thead { display: none; }
  .tbl--cards, .tbl--cards tbody { display: block; }
  .tbl--cards tbody tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 12px; padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .tbl--cards td { padding: 0; border: 0; }
  .tbl--cards td[data-hide-sm] { display: none; }
  .tbl--cards td:first-child { grid-column: 1 / -1; }
  .tbl--cards tbody tr:hover td:first-child, .tbl--cards tbody tr:hover td:last-child { border-radius: 0; }
  .tbl__chev { display: none; }
}
@media (max-width: 560px) {
  .ad-brand span { display: none; }
  .kpis { grid-template-columns: minmax(0, 1fr); }
  .ad-h h1 { font-size: 32px; }
  .hello h1 { font-size: 36px; }
  .ad-tools { align-items: stretch; }
  .ad-field { width: 100%; }
  .chart { height: 220px; }
  .kpi__spark { width: 70px; }
  .promos { grid-template-columns: minmax(0, 1fr); }
  .banner { padding: 18px; }
  .banner p { font-size: 15px; }
  .adlg__card { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .ad-view.is-entering > *, .adp__body > *, .tbl tbody tr.is-in, .team tr.is-in, .promo { animation: none; }
  .ad-status__dot::after, .pill--a_traiter::before, .pill--en_attente::before, .pill--attente_paiement::before, .pill--pay-en_attente::before, .ad-empty__ico, .ad-gate__logo { animation: none; }
  .kpi__spark path { animation: none; stroke-dashoffset: 0; }
  .kpi__spark circle { opacity: 1; animation: none; }
  .chart.is-drawn .chart__line, .chart.is-drawn .chart__area, .vbar i, .hbar__track i, .donut circle.is-part, .stockcell i::after, .promo__use i::after, .perm-yes { animation: none; }
  .adp__panel, .ad-side, .steps-bar li i::after { transition: none; }
}
