/* ============================================================
   GEVA — Shell partagé des écrans (app client + console interne)
   Layout uniquement : sidebar, topbar, content, page-header,
   tabs, table, KPI strip, panneaux, timeline, empty state.
   Les composants (boutons, badges, cartes, champs) viennent de
   integration/static/css/components.css. Tout via les tokens.
   ============================================================ */

*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--font-sans);background:var(--geva-slate-50);color:var(--color-text);-webkit-font-smoothing:antialiased;}

.app{display:grid;grid-template-columns:256px 1fr;min-height:100vh;}

/* ---------- Sidebar ---------- */
.side{background:var(--color-surface);border-right:1px solid var(--color-divider);display:flex;flex-direction:column;padding:18px 14px;position:sticky;top:0;height:100vh;}
.side__brand{display:flex;align-items:center;gap:11px;padding:4px 8px 6px;}
.side__brand img{width:36px;height:36px;border-radius:11px;box-shadow:var(--shadow-sm);}
.side__brand .bt{font-weight:var(--weight-extrabold);font-size:18px;letter-spacing:-.02em;}
.side__brand .bt b{color:var(--geva-blue);}
.side__brand .tag{display:block;font-size:10.5px;font-weight:var(--weight-semibold);letter-spacing:.14em;text-transform:uppercase;color:var(--geva-slate-400);margin-top:1px;}
.side__role{margin-left:auto;font-size:10px;font-weight:var(--weight-bold);letter-spacing:.1em;text-transform:uppercase;color:var(--geva-blue);background:var(--geva-blue-soft);padding:3px 8px;border-radius:var(--radius-pill);}

.nav{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;
  scrollbar-width:thin;scrollbar-color:var(--color-border-strong) transparent;}
/* La sidebar défile UNIQUEMENT si le contenu déborde (overflow-y:auto, jamais `scroll` permanent) :
   s'il y a la place → fixe, aucune scrollbar ; sinon → molette possible (scrollbar fine et discrète).
   Utile notamment en opérateur (Espace interne) quand « Mes assistants » est déplié. La hauteur s'adapte
   aussi via l'accordéon (ouvert par défaut en grande hauteur, fermé en hauteur réduite — cf. plus bas). */
.nav::-webkit-scrollbar{width:8px;}
.nav::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:8px;}
.nav::-webkit-scrollbar-thumb:hover{background:var(--color-text-subtle);}
.nav::-webkit-scrollbar-track{background:transparent;}
.nav__lbl{font-size:10.5px;font-weight:var(--weight-bold);letter-spacing:.12em;text-transform:uppercase;color:var(--geva-slate-400);padding:14px 10px 6px;}
.nav > .nav__lbl:first-child{padding-top:2px;}    /* « Principal » remonté, proche du logo */
.nav__item{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:var(--radius-md);color:var(--geva-slate-600);font-size:14.5px;font-weight:var(--weight-medium);cursor:pointer;border:none;background:none;width:100%;text-align:left;text-decoration:none;transition:background .15s,color .15s;}
.nav__item svg{width:21px;height:21px;flex:none;}
.nav__item img{width:22px;height:22px;border-radius:7px;flex:none;}
.nav__item:hover{background:var(--geva-slate-50);color:var(--color-text);}
.nav__item.active{background:var(--geva-blue-soft);color:var(--geva-blue);font-weight:var(--weight-semibold);}
.nav__item .count{margin-left:auto;font-size:12px;font-weight:var(--weight-bold);color:var(--geva-slate-500);background:var(--geva-slate-100);border-radius:var(--radius-pill);padding:1px 8px;}
.nav__item.active .count{background:var(--color-surface);color:var(--geva-blue);}

/* Assistants : liste PLATE sous le label « Assistants » (un `.nav__item` par assistant disponible).
   Le badge module fait la même taille que les autres icônes (22px via `.nav__item img`). */

/* Pied de sidebar COMPACT : moins de hauteur sur le bloc profil + Mode sombre / Espace
   interne / Paramètres / Déconnexion. Scopé au pied (la nav principale au-dessus est inchangée). */
.side__foot{margin-top:auto;display:flex;flex-direction:column;gap:2px;padding-top:10px;border-top:1px solid var(--color-divider);}
.side__foot .nav__item{padding:6px 11px;}    /* items du pied plus serrés que la nav principale */
.nav{padding-bottom:8px;}    /* respiration avant le profil (pas « collé ») */
.userchip{display:flex;align-items:center;gap:10px;padding:5px 8px;border-radius:var(--radius-md);}
.avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:var(--weight-bold);font-size:14px;flex:none;color:#fff;background:var(--geva-gradient);}
img.avatar{object-fit:cover;background:var(--color-surface-2,#eef0f4);}
.userchip .nm{font-size:13.5px;font-weight:var(--weight-semibold);line-height:1.2;}
.userchip .rl{font-size:12px;color:var(--color-text-muted);}

/* ---------- Main / topbar ---------- */
.main{display:flex;flex-direction:column;min-width:0;}
/* Hauteur FIXE identique sur toutes les pages (le contenu du bloc topbar varie : recherche,
   bouton, cloche… ou rien). 70px = hauteur du plus grand élément (bouton 42px) + 14px en haut/bas.
   `align-items:center` centre le contenu verticalement → rendu inchangé là où il y avait un bouton. */
.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:16px;height:var(--topbar-h,70px);box-sizing:border-box;padding:0 30px;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--color-divider);}
.crumb{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--color-text-muted);}
.crumb a{color:var(--color-text-muted);text-decoration:none;}
.crumb a:hover{color:var(--geva-blue);}
.crumb svg{width:15px;height:15px;opacity:.6;}
.topbar h1{font-size:20px;font-weight:var(--weight-bold);letter-spacing:-.02em;}
.grow{flex:1;}
.searchform{margin:0;}
.searchbar input{border:0;outline:0;background:transparent;font:inherit;color:var(--color-text);width:100%;min-width:0;}
.searchbar:focus-within{border-color:var(--geva-blue);box-shadow:0 0 0 3px var(--color-focus-ring);}
/* Cloche notifications — popover natif <details> (zéro JS, CSP-safe). */
.notif{position:relative;}
.notif>summary{list-style:none;cursor:pointer;}
.notif>summary::-webkit-details-marker{display:none;}
.notif__panel{position:absolute;right:0;top:48px;width:320px;max-width:86vw;background:var(--color-surface);
  border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:12px;z-index:40;}
.notif__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;}
.notif__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;}
.notif__list a{display:flex;justify-content:space-between;gap:10px;padding:8px 4px;text-decoration:none;color:inherit;border-top:1px solid var(--color-divider);}
.notif__list li:first-child a{border-top:0;}
.notif__list a:hover{background:var(--color-surface-sunk);border-radius:8px;}
.notif__t{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:var(--weight-semibold);}
.notif__w{flex:none;color:var(--color-text-subtle);font-size:12px;}
.notif__empty{color:var(--color-text-muted);font-size:13.5px;margin:8px 2px;line-height:1.4;}
.notif__more{display:inline-block;margin-top:8px;color:var(--geva-blue);font-size:13px;font-weight:var(--weight-semibold);text-decoration:none;}
/* Dropdown de recherche live (search_live.js, pages authentifiées). */
.searchform{position:relative;}
.searchsug{position:absolute;top:46px;left:0;width:340px;max-width:80vw;background:var(--color-surface);
  border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:6px;z-index:60;}
.searchsug__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;text-decoration:none;color:inherit;}
.searchsug__item:hover,.searchsug__item.is-active{background:var(--color-surface-sunk);}
.searchsug__ic{width:18px;height:18px;color:var(--color-text-subtle);flex:none;}
.searchsug__t{display:flex;flex-direction:column;min-width:0;}
.searchsug__l{font-size:14px;font-weight:var(--weight-semibold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.searchsug__s{font-size:12px;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.searchbar{display:flex;align-items:center;gap:9px;height:40px;width:300px;max-width:32vw;padding:0 13px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .15s,box-shadow .15s;}
.searchbar:focus-within{border-color:var(--geva-blue);box-shadow:0 0 0 3px var(--color-focus-ring);}
.searchbar svg{width:18px;height:18px;color:var(--color-text-subtle);}
.searchbar input{border:none;outline:none;background:none;font:inherit;font-size:14px;flex:1;min-width:0;color:var(--color-text);}
.topbtn{width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--geva-slate-600);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background .15s,border-color .15s;}
.topbtn:hover{background:var(--geva-slate-25);color:var(--color-text);}
.topbtn svg{width:20px;height:20px;}
.topbtn .dot{position:absolute;top:8px;right:9px;width:8px;height:8px;border-radius:50%;background:var(--geva-blue-vivid);border:2px solid var(--color-surface);}

/* ---------- Content ---------- */
.content{padding:26px 30px 48px;display:flex;flex-direction:column;gap:22px;max-width:1240px;width:100%;}

/* En-tête de page : hauteur CONSTANTE (58px) sur TOUTES les pages — page module (.page-head) comme
   accueil tableau de bord (.hello « Bonjour … »). Garantit que l'espace topbar→contenu (KPI, onglets,
   tableaux) est strictement identique d'une page à l'autre. */
.page-head,.hello{min-height:58px;}
.page-head{display:flex;align-items:flex-start;gap:16px;}
.page-head__badge{width:52px;height:52px;border-radius:14px;box-shadow:var(--shadow-sm);flex:none;}
/* Bloc texte : prend l'espace dispo + autorise la troncature → la hauteur du page-head est
   CONSTANTE d'une page à l'autre (titre + description sur UNE seule ligne). Les KPI/onglets/tableaux
   en dessous démarrent donc au même endroit partout (cohérence pixel inter-modules). */
.page-head > div:not(.page-head__actions){flex:1 1 auto;min-width:0;}
.page-head__t{font-size:24px;font-weight:var(--weight-extrabold);letter-spacing:-.025em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.page-head__d{color:var(--color-text-muted);font-size:14.5px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.page-head__actions{margin-left:auto;display:flex;gap:10px;align-items:center;flex:none;}

/* KPI strip */
.kpis{display:grid;gap:14px;}
.kpis--3{grid-template-columns:repeat(3,1fr);}
.kpis--4{grid-template-columns:repeat(4,1fr);}
.kpi{background:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--radius-lg);padding:16px 18px;box-shadow:var(--shadow-sm);min-height:116px;}
.kpi .t{display:flex;align-items:center;justify-content:space-between;color:var(--color-text-muted);font-size:12.5px;font-weight:var(--weight-semibold);}
.kpi .ic{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;}
.kpi .ic svg{width:18px;height:18px;}
.kpi .v{font-size:25px;font-weight:var(--weight-extrabold);letter-spacing:-.02em;margin-top:10px;}
.kpi .s{font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.kpi .s.up{color:var(--geva-success);font-weight:var(--weight-semibold);}
.kpi .s.down{color:var(--geva-danger);font-weight:var(--weight-semibold);}

/* Tabs */
.tabs{display:flex;gap:4px;border-bottom:1px solid var(--color-divider);}
.tab{padding:10px 14px;font-size:14px;font-weight:var(--weight-semibold);color:var(--color-text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;margin-bottom:-1px;transition:color .15s,border-color .15s;}
.tab:hover{color:var(--color-text);}
.tab.active{color:var(--geva-blue);border-bottom-color:var(--geva-blue);}
.tab .pill{margin-left:7px;font-size:11.5px;font-weight:var(--weight-bold);background:var(--geva-slate-100);color:var(--geva-slate-500);border-radius:var(--radius-pill);padding:1px 7px;}
.tab.active .pill{background:var(--geva-blue-soft);color:var(--geva-blue);}

/* Panel + table */
.panel{background:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;}
.panel__head{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--color-divider);}
.panel__head h3{font-size:15px;font-weight:var(--weight-bold);}
table{width:100%;border-collapse:collapse;}
th{text-align:left;font-size:11px;font-weight:var(--weight-bold);letter-spacing:.07em;text-transform:uppercase;color:var(--geva-slate-400);padding:12px 18px;border-bottom:1px solid var(--color-divider);white-space:nowrap;}
td{padding:13px 18px;border-bottom:1px solid var(--color-divider);font-size:14px;vertical-align:middle;}
tr:last-child td{border-bottom:none;}
tbody tr{transition:background .12s;}
tbody tr:hover{background:var(--geva-slate-25);}
.cellmod{display:flex;align-items:center;gap:10px;font-weight:var(--weight-semibold);}
.cellmod img{width:28px;height:28px;border-radius:8px;}
.entity{display:flex;align-items:center;gap:11px;}
.entity .ava{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:var(--weight-bold);color:#fff;flex:none;}
.entity .nm{font-weight:var(--weight-semibold);line-height:1.2;}
.entity .sub{font-size:12.5px;color:var(--color-text-muted);}
.amount{font-weight:var(--weight-bold);font-variant-numeric:tabular-nums;}
.muted{color:var(--color-text-muted);}
.rowact{display:flex;gap:3px;justify-content:flex-end;}
.ra{width:32px;height:32px;border-radius:9px;border:none;background:none;color:var(--geva-slate-500);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s,color .12s;}
.ra:hover{background:var(--geva-slate-100);color:var(--color-text);}
.ra svg{width:18px;height:18px;}
.modtags{display:flex;gap:5px;}
.modtags img{width:24px;height:24px;border-radius:7px;box-shadow:var(--shadow-xs);}

/* Two-column (list + detail) */
.split{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;align-items:start;}
/* `display:block` EXPLICITE : neutralise une vieille règle générique `.detail{display:grid}` de
   app.css (chargée avant) qui mettait `__head` et `__body` côte à côte (panneau coupé). Le panneau
   est une carte dont l'en-tête et le corps s'empilent. */
.detail{display:block;background:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);position:sticky;top:84px;overflow:hidden;}
.detail__head{padding:18px;border-bottom:1px solid var(--color-divider);}
.detail__body{padding:18px;display:flex;flex-direction:column;gap:14px;}
.field{display:flex;justify-content:space-between;gap:12px;font-size:13.5px;}
.field .k{color:var(--color-text-muted);}
.field .v{font-weight:var(--weight-semibold);text-align:right;}

/* List rows (call log) */
.list{display:flex;flex-direction:column;}
.li{display:flex;align-items:center;gap:13px;padding:13px 16px;border-bottom:1px solid var(--color-divider);cursor:pointer;transition:background .12s;}
.li:last-child{border-bottom:none;}
.li:hover,.li.active{background:var(--geva-slate-25);}
.li.active{box-shadow:inset 3px 0 0 var(--geva-blue);}
.li__ic{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:none;}
.li__ic svg{width:19px;height:19px;}
.li__main{flex:1;min-width:0;}
.li__t{font-weight:var(--weight-semibold);font-size:14px;}
.li__s{font-size:12.5px;color:var(--color-text-muted);}
.li__meta{text-align:right;font-size:12.5px;color:var(--color-text-muted);white-space:nowrap;}

/* Timeline */
.timeline{display:flex;flex-direction:column;gap:0;}
.tl{display:flex;gap:13px;padding-bottom:18px;position:relative;}
.tl:not(:last-child)::before{content:"";position:absolute;left:15px;top:30px;bottom:0;width:2px;background:var(--color-divider);}
.tl__dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none;z-index:1;}
.tl__dot svg{width:16px;height:16px;}
.tl__c{padding-top:5px;}
.tl__t{font-size:14px;font-weight:var(--weight-semibold);}
.tl__s{font-size:13px;color:var(--color-text-muted);margin-top:1px;}
.tl__time{font-size:12px;color:var(--color-text-subtle);margin-top:2px;}

/* Section header */
.sec-h{display:flex;align-items:center;justify-content:space-between;}
.sec-h h3{font-size:16px;font-weight:var(--weight-bold);letter-spacing:-.01em;}

/* Module toggle grid (admin client) */
.modgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
.modrow{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--color-divider);border-radius:var(--radius-md);background:var(--color-surface);}
.modrow img{width:40px;height:40px;border-radius:11px;flex:none;box-shadow:var(--shadow-xs);}
.modrow .nm{font-weight:var(--weight-bold);font-size:14.5px;}
.modrow .ds{font-size:12.5px;color:var(--color-text-muted);}
.modrow .sw{margin-left:auto;}
.switch{width:42px;height:24px;border-radius:var(--radius-pill);background:var(--geva-slate-200);position:relative;cursor:pointer;border:none;transition:background .18s;flex:none;}
.switch::after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:var(--color-on-accent);box-shadow:var(--shadow-xs);transition:left .18s;}
.switch.on{background:var(--geva-blue);}
.switch.on::after{left:20px;}

/* Toast */
.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%) translateY(18px);opacity:0;background:var(--color-inverse);color:var(--color-on-inverse);padding:11px 17px;border-radius:var(--radius-md);font-size:14px;font-weight:var(--weight-medium);box-shadow:var(--shadow-xl);display:flex;align-items:center;gap:9px;pointer-events:none;transition:opacity .2s,transform .2s;z-index:60;}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0);}
.toast svg{width:18px;height:18px;color:var(--geva-blue-vivid);}

@media (max-width:1080px){
  .app{grid-template-columns:78px 1fr;}
  .side__brand .bt,.side__brand .tag,.nav__lbl,.userchip .nm,.userchip .rl,.nav__item span,.nav__item .count{display:none;}
  .nav__item{justify-content:center;}
  .kpis--4,.kpis--3{grid-template-columns:repeat(2,1fr);}
  .split{grid-template-columns:1fr;}.detail{position:static;}
  .modgrid{grid-template-columns:1fr;}
}

/* ===========================================================
   TÉLÉPHONE (≤700px) — sidebar masquée, barre de nav FIXE EN BAS.
   Aucun menu en tiroir : la navigation reste toujours visible.
   =========================================================== */
.bottombar{display:none;}
@media (max-width:700px){
  .app{grid-template-columns:1fr;}
  .side{display:none;}
  .topbar{--topbar-h:66px;padding:0 16px;gap:10px;}
  .topbar h1{font-size:18px;}
  .searchbar{display:none;}            /* moins d'infos au même endroit */
  /* Téléphone : on dégage la place pour que « GEVA Suite » ET le bouton Déconnexion restent visibles.
     Crumb sur une seule ligne (jamais recouvert par la cloche), nom d'utilisateur masqué, CTA en icône. */
  .crumb{font-size:12.5px;flex:none;white-space:nowrap;}
  .crumb svg,.crumb span{display:none;}              /* garde « GEVA Suite », masque le sous-fil */
  .topbar .muted{display:none;}                       /* masque le nom d'utilisateur (place) */
  .topbar .geva-btn--primary span{display:none;}      /* « Nouvel assistant » → icône seule */
  .topbar .geva-btn--primary{padding:0 12px;flex:none;}
  .notif,.topbar form{flex:none;}                     /* cloche + déconnexion jamais rognées */
  .content{padding:18px 16px 92px;gap:18px;}  /* place pour la bottom-bar */
  .page-head{flex-wrap:wrap;gap:12px;}
  .page-head__actions{margin-left:0;width:100%;}
  .page-head__actions .geva-btn{flex:1;}
  .kpis--4,.kpis--3{grid-template-columns:1fr 1fr;}
  .panel{overflow-x:auto;-webkit-overflow-scrolling:touch;}
  table{min-width:560px;}
  .settings{grid-template-columns:1fr;}
  .splitcols{grid-template-columns:1fr;}
  .modcards{grid-template-columns:1fr 1fr;}

  .bottombar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:50;
    background:var(--color-surface);border-top:1px solid var(--color-divider);
    padding:6px 6px calc(6px + env(safe-area-inset-bottom,0px));justify-content:space-around;
    box-shadow:0 -2px 14px rgba(11,27,43,0.07);}
  .bottombar a{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:7px 4px;
    border-radius:var(--radius-md);color:var(--color-text-muted);text-decoration:none;
    font-size:11px;font-weight:var(--weight-semibold);min-width:0;}
  .bottombar a svg{width:23px;height:23px;}
  .bottombar a.active{color:var(--geva-blue);}
  .bottombar a.bottombar__cta{color:#fff;}
  .bottombar a.bottombar__cta .ic{width:42px;height:42px;border-radius:50%;background:var(--geva-gradient);
    display:flex;align-items:center;justify-content:center;margin-top:-22px;box-shadow:var(--shadow-blue);}
  .bottombar a.bottombar__cta .ic svg{width:24px;height:24px;}
}

/* ===========================================================
   États : vide / erreur / chargement (squelettes)
   =========================================================== */
.state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:48px 24px;}
.state__ic{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  background:var(--geva-blue-soft);color:var(--geva-blue);}
.state__ic svg{width:28px;height:28px;}
.state--error .state__ic{background:var(--geva-danger-soft);color:var(--geva-danger);}
.state__t{font-size:17px;font-weight:var(--weight-bold);color:var(--color-text);}
.state__d{font-size:14px;color:var(--color-text-muted);max-width:42ch;line-height:1.5;}
.state__actions{display:flex;gap:10px;margin-top:4px;}

/* Squelettes de chargement */
.skel{background:linear-gradient(90deg,var(--geva-slate-100) 25%,var(--geva-slate-50) 37%,var(--geva-slate-100) 63%);
  background-size:400% 100%;border-radius:var(--radius-sm);animation:geva-shimmer 1.4s ease infinite;}
.skel--line{height:12px;margin:6px 0;}
.skel--title{height:18px;width:40%;margin-bottom:14px;}
.skel--circle{border-radius:50%;}
.skel-row{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--color-divider);}
.skel-row .skel--circle{width:34px;height:34px;flex:none;}
.skel-row .skel--grow{flex:1;}
@keyframes geva-shimmer{0%{background-position:100% 0;}100%{background-position:-100% 0;}}
@media (prefers-reduced-motion: reduce){.skel{animation:none;}}
@media (max-width:430px){
  .kpis--4,.kpis--3,.modcards{grid-template-columns:1fr;}
}
