body.is-demo-mode{--demo-accent:#7b4b3b}.demo-system-banner{position:relative;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 22px;background:linear-gradient(90deg,#2a1c15,#4e3025);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);font-size:12px}.demo-system-banner strong{font-weight:800}.demo-system-banner span{color:rgba(255,255,255,.72);margin-left:8px}.demo-system-banner a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border:1px solid rgba(255,255,255,.26);border-radius:9px;color:#fff;font-weight:750;text-decoration:none;white-space:nowrap}.demo-readonly-toast{position:fixed;right:22px;bottom:22px;z-index:9999;max-width:360px;padding:13px 15px;border-radius:13px;background:#21150f;color:#fff;box-shadow:0 16px 45px rgba(31,18,10,.28);font-size:12px;line-height:1.45;opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s}.demo-readonly-toast.is-visible{opacity:1;transform:none}.is-demo-mode form[method="post"] button[type="submit"]:not([data-demo-allow]){cursor:not-allowed}.is-demo-mode a[href="/compta/export"],.is-demo-mode a[href^="/paiements/connect"],.is-demo-mode a[href^="/abonnement/succes"]{opacity:.55;cursor:not-allowed}.demo-account-plan{display:inline-flex;align-items:center;gap:5px}.demo-account-plan:before{content:"";width:6px;height:6px;border-radius:50%;background:#4cb77a;box-shadow:0 0 0 4px rgba(76,183,122,.12)}@media(max-width:700px){.demo-system-banner{padding:9px 12px;align-items:flex-start}.demo-system-banner span{display:block;margin:2px 0 0}.demo-system-banner a{min-height:30px;padding:0 9px}.demo-readonly-toast{left:12px;right:12px;bottom:84px;max-width:none}}


/* Bandeau démonstration signalétique V38 */
.demo-system-banner{
  position:relative;
  z-index:80;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:58px;
  padding:11px 18px 11px 22px!important;
  overflow:hidden;
  border:0!important;
  border-bottom:3px solid #b94b00!important;
  background:#ff7900!important;
  color:#20150d!important;
  box-shadow:0 6px 18px rgba(104,48,0,.18);
}

.demo-system-banner::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:
    repeating-linear-gradient(
      -45deg,
      #20150d 0 8px,
      #ffc14d 8px 16px
    );
}

.demo-system-banner div{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px 12px;
  min-width:0;
}

.demo-system-banner strong{
  position:relative;
  padding:6px 10px;
  border-radius:7px;
  background:#20150d;
  color:#fff;
  font-size:11px!important;
  font-weight:900;
  line-height:1;
  letter-spacing:.05em;
  text-transform:uppercase;
  white-space:nowrap;
}

.demo-system-banner span{
  color:#20150d!important;
  font-size:11px!important;
  font-weight:750;
  line-height:1.4;
}

.demo-system-banner a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border:2px solid #20150d;
  border-radius:8px;
  background:#fff4e9;
  color:#20150d!important;
  font-size:10px!important;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
  transition:background .18s ease, transform .18s ease;
}

.demo-system-banner a:hover{
  background:#fff;
  transform:translateY(-1px);
}

@media(max-width:680px){
  .demo-system-banner{
    min-height:auto;
    padding:9px 9px 9px 18px!important;
    gap:8px;
  }

  .demo-system-banner div{
    display:block;
  }

  .demo-system-banner strong{
    display:inline-flex;
    margin-bottom:5px;
    font-size:9px!important;
  }

  .demo-system-banner span{
    display:block!important;
    font-size:8px!important;
    line-height:1.3;
  }

  .demo-system-banner a{
    min-height:34px;
    padding:0 9px;
    font-size:8px!important;
  }
}


/* Bandeau démo sobre et identifiable V39 */
.demo-system-banner{
  position:relative!important;
  z-index:80;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  min-height:48px!important;
  padding:8px 14px 8px 18px!important;
  overflow:hidden!important;
  border:0!important;
  border-bottom:1px solid #eadfd5!important;
  background:#fffaf6!important;
  color:#493c33!important;
  box-shadow:0 3px 12px rgba(70,48,35,.06)!important;
}

.demo-system-banner::before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:4px!important;
  background:#d78347!important;
}

.demo-system-banner div{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px 11px!important;
  min-width:0!important;
}

.demo-system-banner strong{
  margin:0!important;
  padding:5px 8px!important;
  border:0!important;
  border-radius:7px!important;
  background:#f3dfd0!important;
  color:#8c4f28!important;
  font-size:9px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.demo-system-banner span{
  display:block!important;
  color:#77675c!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.35!important;
}

.demo-system-banner a{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:32px!important;
  padding:0 11px!important;
  border:1px solid #d9c7b9!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#57453a!important;
  box-shadow:none!important;
  font-size:9px!important;
  font-weight:800!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.demo-system-banner a:hover{
  background:#f8eee7!important;
  border-color:#cfae97!important;
  transform:none!important;
}

@media(max-width:680px){
  .demo-system-banner{
    min-height:42px!important;
    padding:6px 7px 6px 13px!important;
    gap:7px!important;
  }

  .demo-system-banner div{
    flex:1!important;
    display:flex!important;
  }

  .demo-system-banner strong{
    margin:0!important;
    font-size:8px!important;
  }

  .demo-system-banner span{
    display:none!important;
  }

  .demo-system-banner a{
    min-height:30px!important;
    padding:0 8px!important;
    font-size:8px!important;
  }
}


/* Identification élégante du mode démonstration V40 */
.demo-system-banner{
  position:relative!important;
  z-index:80!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  min-height:54px!important;
  padding:9px 15px 9px 20px!important;
  overflow:hidden!important;
  border:0!important;
  border-top:1px solid #ead1bc!important;
  border-bottom:1px solid #dfb993!important;
  background:#fff4e9!important;
  color:#42342b!important;
  box-shadow:0 4px 14px rgba(91,57,34,.08)!important;
}

.demo-system-banner::before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:5px!important;
  background:#d97835!important;
}

.demo-system-banner div{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px 13px!important;
  min-width:0!important;
}

.demo-system-banner strong{
  margin:0!important;
  padding:6px 10px!important;
  border:1px solid #ddb18d!important;
  border-radius:8px!important;
  background:#f4d9c2!important;
  color:#8a441d!important;
  font-size:11px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.demo-system-banner span{
  display:block!important;
  margin:0!important;
  color:#69584c!important;
  font-size:12px!important;
  font-weight:650!important;
  line-height:1.4!important;
}

.demo-system-banner a{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:0 13px!important;
  border:1px solid #cfa581!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#704526!important;
  box-shadow:0 2px 7px rgba(91,57,34,.06)!important;
  font-size:11px!important;
  font-weight:800!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.demo-system-banner a:hover{
  background:#fffaf6!important;
  border-color:#b98058!important;
  transform:none!important;
}

@media(max-width:680px){
  .demo-system-banner{
    min-height:48px!important;
    padding:7px 8px 7px 14px!important;
    gap:8px!important;
  }

  .demo-system-banner div{
    flex:1!important;
    display:flex!important;
    gap:5px!important;
  }

  .demo-system-banner strong{
    padding:5px 7px!important;
    font-size:9px!important;
  }

  .demo-system-banner span{
    display:block!important;
    width:100%!important;
    font-size:9px!important;
    line-height:1.3!important;
  }

  .demo-system-banner a{
    min-height:34px!important;
    padding:0 9px!important;
    font-size:9px!important;
  }
}


/* Superposition propre menu mobile et bandeau démo V41 */
@media(max-width:680px){

  .demo-system-banner{
    z-index:40!important;
    transition:opacity .16s ease,visibility .16s ease!important;
  }

  .app-sidebar{
    z-index:1000!important;
  }

  .sidebar-backdrop,
  .sidebar-overlay,
  .app-sidebar-backdrop{
    z-index:990!important;
  }

  body.sidebar-open .demo-system-banner{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}

/* Bandeau démonstration premium V42 */
.demo-system-banner{
  position:relative!important;
  z-index:80!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  min-height:72px!important;
  padding:13px 18px 13px 22px!important;
  overflow:hidden!important;
  border:0!important;
  border-top:1px solid rgba(169,101,63,.16)!important;
  border-bottom:1px solid rgba(169,101,63,.24)!important;
  background:linear-gradient(105deg,#fffaf5 0%,#fff3e9 55%,#f7e5d7 100%)!important;
  color:#33251d!important;
  box-shadow:0 7px 22px rgba(82,49,28,.09)!important;
}
.demo-system-banner::before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:5px!important;
  background:linear-gradient(180deg,#a9653f,#6f3d21)!important;
}
.demo-system-banner-copy{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:5px 13px!important;
  min-width:0!important;
}
.demo-system-banner-copy strong{
  grid-row:1/3!important;
  margin:0!important;
  padding:7px 10px!important;
  border:1px solid #d9b89f!important;
  border-radius:9px!important;
  background:#f1d7c5!important;
  color:#7d431f!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.demo-system-banner-copy span{
  margin:0!important;
  color:#5f5046!important;
  font-size:11px!important;
  font-weight:650!important;
  line-height:1.45!important;
}
.demo-system-banner-copy span b{color:#302119!important;font-weight:850!important}
.demo-system-banner-copy small{
  display:block!important;
  color:#8a7668!important;
  font-size:9px!important;
  font-weight:650!important;
  line-height:1.35!important;
}
.demo-system-banner-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex:0 0 auto!important;
}
.demo-system-banner-actions a{
  min-height:38px!important;
  padding:0 13px!important;
  border-radius:10px!important;
  font-size:9.5px!important;
  font-weight:850!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.demo-system-banner-signup{
  border:1px solid #6f3d21!important;
  background:#211812!important;
  color:#fff!important;
  box-shadow:0 7px 17px rgba(33,24,18,.16)!important;
}
.demo-system-banner-signup:hover{background:#38271d!important;border-color:#38271d!important}
.demo-system-banner-exit{
  border:1px solid #d8c4b4!important;
  background:#fffaf7!important;
  color:#5c493d!important;
  box-shadow:none!important;
}
.demo-system-banner-exit:hover{background:#fff!important;border-color:#bd9d87!important}
@media(max-width:820px){
  .demo-system-banner{min-height:78px!important;padding:10px 10px 10px 16px!important;gap:10px!important}
  .demo-system-banner-copy{grid-template-columns:auto 1fr!important;gap:4px 8px!important}
  .demo-system-banner-copy strong{grid-row:auto!important;padding:5px 7px!important;font-size:8px!important}
  .demo-system-banner-copy span{font-size:8.5px!important;line-height:1.35!important}
  .demo-system-banner-copy small{display:none!important}
  .demo-system-banner-actions{display:grid!important;gap:5px!important}
  .demo-system-banner-actions a{min-height:30px!important;padding:0 8px!important;font-size:7.5px!important}
}
@media(max-width:520px){
  .demo-system-banner{align-items:flex-start!important;min-height:auto!important}
  .demo-system-banner-copy{display:block!important}
  .demo-system-banner-copy strong{display:inline-flex!important;margin-bottom:4px!important}
  .demo-system-banner-copy span{display:block!important;font-size:8px!important}
  .demo-system-banner-signup{max-width:118px!important;text-align:center!important;line-height:1.15!important;padding:5px 7px!important}
}

/* Bandeau démonstration SaaS premium V43 */
.demo-system-banner{
  position:relative!important;
  z-index:80!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  min-height:78px!important;
  padding:13px 16px 13px 18px!important;
  overflow:hidden!important;
  border:1px solid rgba(122,79,52,.16)!important;
  border-left:0!important;
  border-right:0!important;
  background:
    radial-gradient(420px 120px at 8% 0%,rgba(255,255,255,.92),transparent 72%),
    linear-gradient(105deg,#fffaf6 0%,#f8eee6 52%,#efe0d3 100%)!important;
  color:#2b201a!important;
  box-shadow:0 10px 30px rgba(63,39,25,.08)!important;
}
.demo-system-banner::before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:5px!important;
  background:linear-gradient(180deg,#b66e43 0%,#6f3d21 100%)!important;
}
.demo-system-banner::after{
  content:""!important;
  position:absolute!important;
  width:180px!important;
  height:180px!important;
  right:20%!important;
  top:-145px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.48)!important;
  pointer-events:none!important;
}
.demo-system-banner-copy{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  flex:1 1 auto!important;
}
.demo-system-banner-mark{
  display:grid!important;
  place-items:center!important;
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  border:1px solid rgba(111,61,33,.12)!important;
  border-radius:12px!important;
  background:#fffaf6!important;
  color:#8a4f2c!important;
  box-shadow:0 7px 18px rgba(63,39,25,.08)!important;
}
.demo-system-banner-mark svg{
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.demo-system-banner-text{
  display:grid!important;
  gap:3px!important;
  min-width:0!important;
}
.demo-system-banner-text strong{
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#2f2119!important;
  font-size:10.5px!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  white-space:normal!important;
}
.demo-system-banner-text span{
  display:block!important;
  margin:0!important;
  color:#67564a!important;
  font-size:10.5px!important;
  font-weight:650!important;
  line-height:1.45!important;
}
.demo-system-banner-text small{
  display:block!important;
  margin-top:1px!important;
  color:#8a7669!important;
  font-size:8.5px!important;
  font-weight:650!important;
  line-height:1.35!important;
}
.demo-system-banner-actions{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex:0 0 auto!important;
}
.demo-system-banner-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:0 14px!important;
  border-radius:11px!important;
  font-size:9.5px!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease!important;
}
.demo-system-banner-signup{
  border:1px solid #261a14!important;
  background:linear-gradient(145deg,#33231b,#1d1511)!important;
  color:#fff!important;
  box-shadow:0 9px 20px rgba(33,24,18,.16)!important;
}
.demo-system-banner-signup:hover{
  transform:translateY(-1px)!important;
  background:linear-gradient(145deg,#463027,#261b16)!important;
  border-color:#261a14!important;
  box-shadow:0 12px 24px rgba(33,24,18,.2)!important;
}
.demo-system-banner-exit{
  border:1px solid rgba(111,61,33,.18)!important;
  background:rgba(255,253,250,.76)!important;
  color:#665347!important;
  box-shadow:none!important;
}
.demo-system-banner-exit:hover{
  transform:translateY(-1px)!important;
  background:#fff!important;
  border-color:rgba(111,61,33,.34)!important;
}
@media(max-width:900px){
  .demo-system-banner{gap:12px!important;padding:11px 10px 11px 15px!important}
  .demo-system-banner-mark{flex-basis:34px!important;width:34px!important;height:34px!important}
  .demo-system-banner-text span{font-size:9px!important}
  .demo-system-banner-actions{display:grid!important;gap:5px!important}
  .demo-system-banner-actions a{min-height:32px!important;padding:0 9px!important;font-size:7.8px!important}
}
@media(max-width:620px){
  .demo-system-banner{align-items:flex-start!important;min-height:auto!important;padding:10px 8px 10px 14px!important}
  .demo-system-banner-copy{align-items:flex-start!important;gap:8px!important}
  .demo-system-banner-mark{flex-basis:30px!important;width:30px!important;height:30px!important;border-radius:9px!important}
  .demo-system-banner-mark svg{width:14px!important;height:14px!important}
  .demo-system-banner-text strong{font-size:8.5px!important}
  .demo-system-banner-text span{font-size:8px!important;line-height:1.35!important}
  .demo-system-banner-text small{display:none!important}
  .demo-system-banner-actions{flex:0 0 112px!important}
  .demo-system-banner-actions a{width:100%!important;min-height:31px!important;padding:4px 6px!important;white-space:normal!important;text-align:center!important;line-height:1.15!important}
}

/* Bandeau demonstration SaaS premium sans pictogramme V44 */
.demo-system-banner{
  position:relative!important;
  z-index:80!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:26px!important;
  min-height:76px!important;
  padding:13px 18px 13px 22px!important;
  overflow:hidden!important;
  border:0!important;
  border-top:1px solid rgba(123,83,57,.12)!important;
  border-bottom:1px solid rgba(123,83,57,.16)!important;
  background:linear-gradient(105deg,#fffaf7 0%,#f7ece4 58%,#efe0d4 100%)!important;
  color:#2b201a!important;
  box-shadow:0 9px 26px rgba(63,39,25,.07)!important;
}
.demo-system-banner::before{
  content:""!important;
  position:absolute!important;
  width:280px!important;
  height:180px!important;
  left:22%!important;
  top:-145px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(255,255,255,.90),rgba(255,255,255,0) 70%)!important;
  pointer-events:none!important;
}
.demo-system-banner::after{
  content:""!important;
  position:absolute!important;
  width:210px!important;
  height:210px!important;
  right:13%!important;
  bottom:-190px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(169,101,63,.11),rgba(169,101,63,0) 70%)!important;
  pointer-events:none!important;
}
.demo-system-banner-copy{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  min-width:0!important;
  flex:1 1 auto!important;
  max-width:980px!important;
}
.demo-system-banner-mark{display:none!important}
.demo-system-banner-text{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:7px 15px!important;min-width:0!important}
.demo-system-banner-text strong{
  display:inline-flex!important;
  align-items:center!important;
  min-height:25px!important;
  margin:0!important;
  padding:0 9px!important;
  border:1px solid rgba(130,76,43,.18)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.58)!important;
  color:#7b4828!important;
  font-size:8.5px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.demo-system-banner-text span{
  display:block!important;
  margin:0!important;
  color:#615044!important;
  font-size:10.5px!important;
  font-weight:650!important;
  line-height:1.45!important;
}
.demo-system-banner-text small{grid-column:2!important;margin:0!important;color:#887568!important;font-size:8px!important;line-height:1.35!important}
.demo-system-banner-actions{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important}
.demo-system-banner-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 14px!important;border-radius:11px!important;font-size:9.5px!important;font-weight:850!important;line-height:1.2!important;text-decoration:none!important;white-space:nowrap!important;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease!important}
.demo-system-banner-signup{border:1px solid #261a14!important;background:linear-gradient(145deg,#33231b,#1d1511)!important;color:#fff!important;box-shadow:0 9px 20px rgba(33,24,18,.16)!important}
.demo-system-banner-signup:hover{transform:translateY(-1px)!important;background:linear-gradient(145deg,#463027,#261b16)!important;box-shadow:0 12px 24px rgba(33,24,18,.2)!important}
.demo-system-banner-exit{border:1px solid rgba(111,61,33,.18)!important;background:rgba(255,253,250,.78)!important;color:#665347!important;box-shadow:none!important}
.demo-system-banner-exit:hover{transform:translateY(-1px)!important;background:#fff!important;border-color:rgba(111,61,33,.34)!important}
@media(max-width:900px){
  .demo-system-banner{gap:12px!important;padding:11px 10px 11px 15px!important}
  .demo-system-banner-text{grid-template-columns:1fr!important;gap:5px!important}
  .demo-system-banner-text strong{width:max-content!important}
  .demo-system-banner-text span{font-size:9px!important}
  .demo-system-banner-actions{display:grid!important;gap:5px!important}
  .demo-system-banner-actions a{min-height:32px!important;padding:0 9px!important;font-size:7.8px!important}
}
@media(max-width:620px){
  .demo-system-banner{align-items:flex-start!important;min-height:auto!important;padding:10px 8px 10px 12px!important}
  .demo-system-banner-text strong{font-size:8px!important}
  .demo-system-banner-text span{font-size:8px!important;line-height:1.35!important}
  .demo-system-banner-actions{flex:0 0 112px!important}
  .demo-system-banner-actions a{width:100%!important;min-height:31px!important;padding:4px 6px!important;white-space:normal!important;text-align:center!important;line-height:1.15!important}
}


/* BELLEO_DEMO_MOBILE_ACTIONS_R12 */
@media(max-width:620px){
  .demo-system-banner{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    padding:12px!important;
  }
  .demo-system-banner-copy{
    width:100%!important;
    max-width:none!important;
  }
  .demo-system-banner-text{
    grid-template-columns:1fr!important;
    gap:6px!important;
  }
  .demo-system-banner-text strong{
    width:max-content!important;
  }
  .demo-system-banner-text span{
    font-size:9px!important;
    line-height:1.4!important;
  }
  .demo-system-banner-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    flex:0 0 auto!important;
  }
  .demo-system-banner-actions a{
    width:100%!important;
    min-height:40px!important;
    padding:7px 12px!important;
    font-size:9px!important;
    line-height:1.25!important;
    white-space:normal!important;
    text-align:center!important;
  }
}

/* BELLEO_DEMO_EXPLORER_R15 */
.is-demo-mode .demo-explorer{
  margin:10px 12px 4px;
  padding:12px;
  border:1px solid rgba(137,83,49,.16);
  border-radius:16px;
  background:linear-gradient(145deg,#fffdfa 0%,#fbf3ed 100%);
  box-shadow:0 8px 22px rgba(70,42,25,.06);
}
.is-demo-mode .demo-explorer-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
  margin-bottom:9px;
}
.is-demo-mode .demo-explorer-head strong{
  display:block;
  color:#36271f;
  font-size:10px;
  line-height:1.2;
  font-weight:850;
}
.is-demo-mode .demo-explorer-head>div>span{
  display:block;
  margin-top:3px;
  color:#9a887b;
  font-size:7.5px;
  line-height:1.35;
  font-weight:650;
}
.is-demo-mode .demo-explorer-progress{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  min-width:38px;
  min-height:26px;
  padding:0 8px;
  border:1px solid #ead9cc;
  border-radius:999px;
  background:#fff;
  color:#8b5130;
  font-size:8px;
  font-weight:850;
}
.is-demo-mode .demo-explorer.is-complete .demo-explorer-progress{
  border-color:#cfe3d7;
  background:#eef8f2;
  color:#39765a;
}
.is-demo-mode .demo-explorer-list{
  display:grid;
  gap:4px;
}
.is-demo-mode .demo-explorer-link{
  display:grid;
  grid-template-columns:25px minmax(0,1fr) 18px;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:4px 7px 4px 5px;
  border:1px solid transparent;
  border-radius:10px;
  color:#6d5d52;
  text-decoration:none;
  transition:background .15s ease,border-color .15s ease,transform .15s ease;
}
.is-demo-mode .demo-explorer-link:hover{
  border-color:#ead9cc;
  background:#fff;
  transform:translateX(1px);
}
.is-demo-mode .demo-explorer-link.is-active{
  border-color:#ddc1ad;
  background:#fff;
  color:#6e3f26;
  box-shadow:0 4px 12px rgba(70,42,25,.04);
}
.is-demo-mode .demo-explorer-icon{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:8px;
  background:#f5e8de;
  color:#9b5b34;
}
.is-demo-mode .demo-explorer-icon svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.is-demo-mode .demo-explorer-link.is-active .demo-explorer-icon{
  background:#efe0d4;
  color:#7b4828;
}
.is-demo-mode .demo-explorer-link.is-visited:not(.is-active) .demo-explorer-icon{
  background:#edf7f1;
  color:#39765a;
}
.is-demo-mode .demo-explorer-label{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:8.5px;
  font-weight:760;
}
.is-demo-mode .demo-explorer-check{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:999px;
  color:transparent;
  font-size:9px;
  font-weight:900;
}
.is-demo-mode .demo-explorer-link.is-visited .demo-explorer-check{
  background:#edf7f1;
  color:#39765a;
}
body.sidebar-collapsed.is-demo-mode .demo-explorer{display:none}

@media(max-width:900px){
  .is-demo-mode .app-menu-toggle.is-demo-explorer-toggle{
    width:auto;
    min-width:88px;
    padding:0 11px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    color:#7b4828;
    background:#fffaf6;
    border-color:#e1c7b5;
    font-size:8px;
    font-weight:850;
  }
  .is-demo-mode .app-menu-toggle.is-demo-explorer-toggle span{display:inline!important}
  .is-demo-mode .demo-explorer{
    margin:8px 12px 5px;
    padding:12px;
  }
  .is-demo-mode .demo-explorer-link{min-height:38px}
}


/* BELLEO_DEMO_MOBILE_EQUAL_ACTIONS_R18 */
@media(max-width:620px){
  .demo-system-banner-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
  }
  .demo-system-banner-actions a{
    box-sizing:border-box!important;
    width:100%!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    padding:0 12px!important;
    margin:0!important;
    border-radius:12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .demo-system-banner-signup{
    font-size:8.5px!important;
    line-height:1.15!important;
    white-space:normal!important;
  }
  .demo-system-banner-exit{
    font-size:9.5px!important;
    line-height:1!important;
  }
}


/* BELLEO_DEMO_EXPLORER_ICONS_R19 */
/* Les raccourcis de démonstration reprennent les pictogrammes du menu principal. */

/* BELLEO_DEMO_MOBILE_EQUAL_ACTIONS_R20 */
@media(max-width:620px){
  .demo-system-banner-actions{
    width:100%!important;
    max-width:none!important;
    flex:1 1 auto!important;
    align-self:stretch!important;
  }

  .demo-system-banner-actions a,
  .demo-system-banner-signup,
  .demo-system-banner-exit{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    align-self:stretch!important;
    justify-self:stretch!important;
  }
}


/* BELLEO_DEMO_BANNER_R71_FINAL */

.demo-system-banner-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:7px!important;
  width:auto!important;
  max-width:none!important;
  flex:0 0 auto!important;
}

.demo-system-banner-actions a{
  box-sizing:border-box!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  min-height:38px!important;
  height:auto!important;
  padding:0 12px!important;
  border-radius:11px!important;
  font-size:8.8px!important;
  font-weight:850!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  text-align:center!important;
}

.demo-system-banner-client{
  border:1px solid #bd8967!important;
  background:#fffaf6!important;
  color:#7a4422!important;
  box-shadow:
    0 4px 12px
    rgba(122,68,34,.06)!important;
}

.demo-system-banner-client:hover{
  transform:translateY(-1px)!important;
  background:#f8ece3!important;
  border-color:#a9653f!important;
}

.demo-system-banner-agenda{
  border:
    1px solid
    rgba(111,61,33,.16)!important;

  background:
    rgba(255,255,255,.58)!important;

  color:#665347!important;

  box-shadow:none!important;
}

.demo-system-banner-agenda:hover{
  transform:translateY(-1px)!important;
  background:#fff!important;

  border-color:
    rgba(111,61,33,.30)!important;
}


/* Fenêtre réduite : 4 actions en grille 2 x 2 */

@media(max-width:1180px){

  .demo-system-banner{
    align-items:flex-start!important;
    gap:14px!important;
  }

  .demo-system-banner-actions{
    display:grid!important;

    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      )!important;

    width:
      min(
        590px,
        54vw
      )!important;

    gap:6px!important;
  }

  .demo-system-banner-actions a{
    width:100%!important;

    min-height:36px!important;

    padding:
      5px
      8px!important;

    white-space:normal!important;
  }

}


@media(max-width:760px){

  .demo-system-banner{
    flex-direction:column!important;
    align-items:stretch!important;
    gap:9px!important;

    min-height:auto!important;

    padding:
      10px
      11px!important;
  }

  .demo-system-banner-copy{
    width:100%!important;
    max-width:none!important;
  }

  .demo-system-banner-text{
    grid-template-columns:
      auto
      minmax(0,1fr)!important;

    gap:
      5px
      9px!important;
  }

  .demo-system-banner-text strong{
    width:max-content!important;
    font-size:7.8px!important;
  }

  .demo-system-banner-text span{
    display:block!important;
    font-size:8.4px!important;
    line-height:1.35!important;
  }

  .demo-system-banner-actions{
    width:100%!important;
    max-width:none!important;

    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      )!important;

    gap:6px!important;
  }

  .demo-system-banner-actions a,
  .demo-system-banner-signup,
  .demo-system-banner-client,
  .demo-system-banner-agenda,
  .demo-system-banner-exit{

    width:100%!important;

    min-height:38px!important;

    height:auto!important;
    max-height:none!important;

    padding:
      5px
      7px!important;

    font-size:8px!important;

    line-height:1.2!important;

    white-space:normal!important;
  }

}


/* BELLEO_R71C_PRO_ACTIONS_2X2 */

/*
 * Démo Pro :
 * les quatre actions reprennent la composition
 * visuelle du bandeau de la Démo cliente.
 */

.demo-system-banner-actions{
  display:grid!important;

  grid-template-columns:
    repeat(
      2,
      minmax(0,1fr)
    )!important;

  width:
    min(
      620px,
      52vw
    )!important;

  max-width:
    620px!important;

  flex:
    0
    1
    620px!important;

  gap:
    7px!important;

  align-items:
    stretch!important;
}

.demo-system-banner-actions a,
.demo-system-banner-signup,
.demo-system-banner-client,
.demo-system-banner-agenda,
.demo-system-banner-exit{

  box-sizing:
    border-box!important;

  width:
    100%!important;

  min-width:
    0!important;

  max-width:
    none!important;

  min-height:
    40px!important;

  height:
    auto!important;

  padding:
    6px
    12px!important;

  display:
    flex!important;

  align-items:
    center!important;

  justify-content:
    center!important;

  text-align:
    center!important;

  white-space:
    normal!important;

  line-height:
    1.2!important;
}


/*
 * Le CTA d'inscription garde la priorité visuelle,
 * sans devenir disproportionné.
 */

.demo-system-banner-signup{
  font-size:
    8.8px!important;
}


/*
 * Largeur intermédiaire :
 * le texte du bandeau conserve assez de place.
 */

@media(max-width:1050px){

  .demo-system-banner{
    align-items:
      flex-start!important;
  }

  .demo-system-banner-actions{
    width:
      min(
        520px,
        52vw
      )!important;

    flex-basis:
      520px!important;
  }

}


/*
 * Fenêtre réduite :
 * texte au-dessus puis vraie grille 2 x 2 pleine largeur.
 */

@media(max-width:760px){

  .demo-system-banner{
    flex-direction:
      column!important;

    align-items:
      stretch!important;

    gap:
      9px!important;
  }

  .demo-system-banner-actions{
    width:
      100%!important;

    max-width:
      none!important;

    flex:
      none!important;

    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      )!important;

    gap:
      6px!important;
  }

  .demo-system-banner-actions a,
  .demo-system-banner-signup,
  .demo-system-banner-client,
  .demo-system-banner-agenda,
  .demo-system-banner-exit{

    min-height:
      38px!important;

    padding:
      5px
      8px!important;

    font-size:
      8px!important;
  }

}


/*
 * Très petit écran :
 * on conserve volontairement 2 colonnes,
 * comme dans la Démo cliente.
 */

@media(max-width:390px){

  .demo-system-banner-actions{
    gap:
      5px!important;
  }

  .demo-system-banner-actions a,
  .demo-system-banner-signup,
  .demo-system-banner-client,
  .demo-system-banner-agenda,
  .demo-system-banner-exit{

    min-height:
      36px!important;

    padding:
      5px
      6px!important;

    font-size:
      7.4px!important;
  }

}


/* BELLEO_R71E_SIGNUP_CTA */

/*
 * CTA principal de conversion.
 * La grille 2 x 2 et ses dimensions restent intactes :
 * seule la hiérarchie visuelle est renforcée.
 */

.demo-system-banner-signup{
  position:relative!important;
  overflow:hidden!important;

  border:
    1px solid
    #20140f!important;

  background:
    linear-gradient(
      145deg,
      #3b261d 0%,
      #241712 55%,
      #17100d 100%
    )!important;

  color:#fff!important;

  font-size:
    9.4px!important;

  font-weight:
    900!important;

  letter-spacing:
    .01em!important;

  text-shadow:
    0 1px 1px
    rgba(0,0,0,.18)!important;

  box-shadow:
    0 8px 20px
    rgba(48,28,18,.20),
    inset 0 1px 0
    rgba(255,255,255,.10)!important;
}

.demo-system-banner-signup::after{
  content:"";

  position:absolute;

  top:-60%;
  left:-35%;

  width:38%;
  height:220%;

  transform:
    rotate(18deg);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.10),
      transparent
    );

  pointer-events:none;

  opacity:.75;
}

.demo-system-banner-signup:hover{
  transform:
    translateY(-1px)!important;

  border-color:
    #5b3828!important;

  background:
    linear-gradient(
      145deg,
      #503326 0%,
      #302019 58%,
      #211510 100%
    )!important;

  box-shadow:
    0 11px 25px
    rgba(48,28,18,.25),
    inset 0 1px 0
    rgba(255,255,255,.12)!important;
}


/*
 * En petite largeur, le CTA reste très lisible
 * sans grossir la grille ni pousser les autres boutons.
 */

@media(max-width:760px){

  .demo-system-banner-signup{
    font-size:
      8.6px!important;

    font-weight:
      900!important;
  }

}

@media(max-width:390px){

  .demo-system-banner-signup{
    font-size:
      8px!important;
  }

}

