/* CL_REQ_PHASE1_SHELL_V1 */
:root{
  --clp1-border: rgba(255,255,255,.10);
  --clp1-border-strong: rgba(255,255,255,.16);
  --clp1-surface: rgba(7,18,34,.78);
  --clp1-surface-soft: rgba(12,28,49,.72);
  --clp1-surface-card: rgba(255,255,255,.04);
  --clp1-text: #f4f7fb;
  --clp1-text-soft: #b2bdd0;
  --clp1-accent: #8fc2ff;
  --clp1-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.cl-p1-shell{
  max-width: 1240px;
  margin: 18px auto 18px;
  padding: 0 14px;
}
.cl-p1-hero,
.cl-p1-presets{
  border: 1px solid var(--clp1-border);
  background: linear-gradient(180deg, rgba(9,23,42,.92), rgba(8,19,36,.88));
  border-radius: 22px;
  box-shadow: var(--clp1-shadow);
}
.cl-p1-hero{
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, .8fr);
  gap: 18px;
  padding: 24px;
}
.cl-p1-eyebrow{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--clp1-accent);
  margin-bottom: 8px;
}
.cl-p1-title{
  margin: 0;
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.05;
  color: var(--clp1-text);
}
.cl-p1-subtitle,
.cl-p1-section-copy,
.cl-p1-surface-copy,
.cl-p1-page-lead{
  color: var(--clp1-text-soft);
}
.cl-p1-subtitle{
  margin: 12px 0 0;
  max-width: 780px;
  font-size: 16px;
  line-height: 1.5;
}
.cl-p1-proof-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.cl-p1-proof-pill{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--clp1-border-strong);
  background: rgba(255,255,255,.05);
  color: var(--clp1-text);
  font-size: 13px;
}
.cl-p1-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.cl-p1-cta,
.cl-p1-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 16px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
}
.cl-p1-cta{
  background: linear-gradient(180deg,#8ec4ff,#66a9ff);
  color:#061426;
}
.cl-p1-ghost{
  border:1px solid var(--clp1-border-strong);
  color:var(--clp1-text);
  background: rgba(255,255,255,.04);
}
.cl-p1-hero-side{
  display:grid;
  gap:12px;
}
.cl-p1-side-card{
  border:1px solid var(--clp1-border);
  background: var(--clp1-surface-card);
  border-radius:18px;
  padding:14px 16px;
}
.cl-p1-side-label{
  color: var(--clp1-accent);
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:6px;
}
.cl-p1-side-value{
  color: var(--clp1-text);
  line-height:1.45;
}

.cl-p1-presets{
  margin-top: 14px;
  padding: 20px;
}
.cl-p1-section-title,
.cl-p1-surface-title{
  margin:0;
  color:var(--clp1-text);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.15;
}
.cl-p1-family-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.cl-p1-family{
  border:1px solid var(--clp1-border);
  background: var(--clp1-surface-card);
  border-radius:18px;
  padding:14px;
}
.cl-p1-family-title{
  color:var(--clp1-text);
  font-size:16px;
  font-weight:800;
  margin-bottom:10px;
}
.cl-p1-preset-list{
  display:grid;
  gap:10px;
}
.cl-p1-preset-card{
  display:grid;
  gap:4px;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.cl-p1-preset-card strong{
  color:var(--clp1-text);
  font-size:14px;
}
.cl-p1-preset-card span{
  color:var(--clp1-text-soft);
  font-size:13px;
  line-height:1.4;
}

.page.cl-p1-page{
  max-width: 1240px;
  margin: 16px auto 28px;
  padding: 0 14px;
}
.page.cl-p1-page > .h1{
  margin-top: 2px;
  margin-bottom: 8px;
}
.cl-p1-page-lead{
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.45;
  max-width: 860px;
}
.cl-p1-grid{
  gap: 18px !important;
}
.cl-p1-panel{
  border:1px solid var(--clp1-border-strong);
  box-shadow: var(--clp1-shadow);
}
.cl-p1-surface-head,
.cl-p1-proof-head{
  margin-bottom: 14px;
  padding: 16px 16px 0;
}
.cl-p1-panel--config .sectionTitle,
.cl-p1-panel--proof .sectionTitle{
  margin-top: 14px;
}

#cl-p1-proof-panel{
  position: relative;
}
#cl-p1-proof-panel .chartBox{
  min-height: 420px;
}
#cl-p1-proof-panel .rightTop{
  margin-bottom: 12px;
}

@media (max-width: 980px){
  .cl-p1-hero{
    grid-template-columns: 1fr;
  }
  .cl-p1-family-grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px){
  .cl-p1-shell,
  .page.cl-p1-page{
    padding: 0 10px;
  }
  .cl-p1-hero,
  .cl-p1-presets{
    padding: 16px;
    border-radius: 18px;
  }
  .cl-p1-proof-row,
  .cl-p1-hero-actions{
    flex-direction: column;
  }
  .cl-p1-cta,
  .cl-p1-ghost{
    width:100%;
  }
}
/* /CL_REQ_PHASE1_SHELL_V1 */


/* CL_REQ_PHASE1_VISUAL_POLISH_V1 */
.cl-p1-shell{
  margin-top: 22px;
}
.cl-p1-hero{
  background:
    radial-gradient(1200px 360px at 10% 0%, rgba(104,170,255,.16), transparent 55%),
    radial-gradient(900px 300px at 100% 10%, rgba(143,194,255,.10), transparent 52%),
    linear-gradient(180deg, rgba(9,23,42,.97), rgba(7,18,34,.94));
  border-color: rgba(255,255,255,.12);
}
.cl-p1-title{
  letter-spacing: -.03em;
  text-wrap: balance;
}
.cl-p1-subtitle{
  max-width: 760px;
  font-size: 17px;
}
.cl-p1-proof-pill{
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.06);
}
.cl-p1-side-card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-color: rgba(255,255,255,.12);
}
.cl-p1-presets{
  background:
    radial-gradient(900px 260px at 100% 0%, rgba(143,194,255,.07), transparent 55%),
    linear-gradient(180deg, rgba(8,19,36,.93), rgba(9,21,40,.90));
}
.cl-p1-shell-head{
  max-width: 860px;
}
.cl-p1-section-copy{
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.5;
}
.cl-p1-family-grid{
  gap: 16px;
}
.cl-p1-family{
  position: relative;
  overflow: hidden;
  padding: 16px;
  border-color: rgba(255,255,255,.11);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}
.cl-p1-family::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(143,194,255,.55), rgba(143,194,255,0));
}
.cl-p1-family-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
}
.cl-p1-family-title::before{
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg,#9bc9ff,#5f9eff);
  box-shadow: 0 0 0 6px rgba(143,194,255,.10);
}
.cl-p1-preset-list{
  gap: 12px;
}
.cl-p1-preset-card{
  min-height: 92px;
  align-content: start;
  border-color: rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.cl-p1-preset-card:hover{
  transform: translateY(-1px);
  border-color: rgba(143,194,255,.30);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
}
.cl-p1-preset-card strong{
  font-size: 15px;
  line-height: 1.25;
}
.cl-p1-preset-card span{
  font-size: 13px;
  line-height: 1.45;
}
.page.cl-p1-page{
  margin-top: 18px;
}
.page.cl-p1-page > .h1{
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
}
.cl-p1-page-lead{
  max-width: 820px;
  font-size: 15px;
}
.cl-p1-grid{
  align-items: start;
}
.cl-p1-panel{
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,19,36,.93), rgba(8,17,31,.92));
}
.cl-p1-panel--config{
  border-color: rgba(255,255,255,.12);
}
.cl-p1-panel--proof{
  border-color: rgba(143,194,255,.18);
}
.cl-p1-surface-head,
.cl-p1-proof-head{
  padding-top: 18px;
  padding-right: 18px;
  padding-left: 18px;
}
.cl-p1-surface-copy{
  margin-top: 8px;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.5;
}
.cl-p1-panel--config h2,
.cl-p1-panel--proof h2,
.cl-p1-panel--config .k,
.cl-p1-panel--proof .k{
  letter-spacing: -.01em;
}
.cl-p1-panel--config input,
.cl-p1-panel--config select,
.cl-p1-panel--config textarea{
  min-height: 46px;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(255,255,255,.04) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}
.cl-p1-panel--config input:focus,
.cl-p1-panel--config select:focus,
.cl-p1-panel--config textarea:focus{
  outline: none;
  border-color: rgba(143,194,255,.34) !important;
  box-shadow: 0 0 0 3px rgba(143,194,255,.10);
}
.cl-p1-panel--config button,
.cl-p1-panel--proof button,
#follow_create,
.btnThr,
.btnStruct{
  min-height: 44px;
  border-radius: 14px !important;
  font-weight: 700;
  transition: transform .14s ease, border-color .14s ease, filter .14s ease, box-shadow .14s ease;
}
#follow_create,
.btnThr,
.btnStruct{
  border: 1px solid rgba(255,255,255,.12) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)) !important;
}
#follow_create:hover,
.btnThr:hover,
.btnStruct:hover{
  transform: translateY(-1px);
  border-color: rgba(143,194,255,.28) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.cl-p1-panel .note{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
}
#cl-p1-proof-panel .rightTop{
  display: grid;
  gap: 12px;
}
#cl-p1-proof-panel .chartBox{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}
#cl-p1-proof-panel .note{
  font-size: 13px;
  line-height: 1.45;
}
@media (min-width: 1100px){
  .cl-p1-grid{
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr) !important;
  }
  .cl-p1-panel--proof{
    position: sticky;
    top: 18px;
  }
}
@media (max-width: 980px){
  .cl-p1-panel--proof{
    position: static;
  }
}
@media (max-width: 720px){
  .cl-p1-family{
    padding: 14px;
  }
  .cl-p1-preset-card{
    min-height: 82px;
  }
  .cl-p1-surface-head,
  .cl-p1-proof-head{
    padding-right: 14px;
    padding-left: 14px;
  }
}
/* /CL_REQ_PHASE1_VISUAL_POLISH_V1 */


/* CL_REQ_PHASE1_PRESET_DRIVER_V1 */
.cl-p1-preset-card[role="button"]{
  cursor: pointer;
  user-select: none;
}
.cl-p1-preset-card.is-active{
  border-color: rgba(143,194,255,.46);
  background:
    linear-gradient(180deg, rgba(143,194,255,.16), rgba(255,255,255,.05));
  box-shadow: 0 18px 34px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.05);
}
.cl-p1-preset-card.is-active::after{
  content: "Sélectionné";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(143,194,255,.14);
  border: 1px solid rgba(143,194,255,.24);
  color: #ddecff;
  font-size: 12px;
  font-weight: 700;
}
.cl-p1-preset-card:focus-visible{
  outline: 2px solid rgba(143,194,255,.70);
  outline-offset: 2px;
}
.cl-p1-dyn-card{
  margin: 12px 18px 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(143,194,255,.14);
  background:
    linear-gradient(180deg, rgba(143,194,255,.08), rgba(255,255,255,.03));
}
.cl-p1-dyn-kicker{
  color: var(--clp1-accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
}
.cl-p1-dyn-title{
  color: var(--clp1-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
.cl-p1-dyn-copy{
  margin-top: 8px;
  color: var(--clp1-text-soft);
  font-size: 14px;
  line-height: 1.5;
  max-width: 700px;
}
.cl-p1-target-btn{
  border-color: rgba(143,194,255,.34) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
[data-cl-preset-section][hidden]{
  display: none !important;
}
@media (max-width: 720px){
  .cl-p1-dyn-card{
    margin-right: 14px;
    margin-left: 14px;
  }
}
/* /CL_REQ_PHASE1_PRESET_DRIVER_V1 */


/* CL_REQ_PHASE1_SUMMARY_CTA_V1 */
.cl-p1-summary-card{
  margin: 0 18px 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(143,194,255,.18);
  background:
    radial-gradient(520px 140px at 100% 0%, rgba(143,194,255,.10), transparent 55%),
    linear-gradient(180deg, rgba(143,194,255,.08), rgba(255,255,255,.03));
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}
.cl-p1-summary-grid{
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.cl-p1-summary-row{
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.cl-p1-summary-row:last-child{
  border-bottom: 0;
}
.cl-p1-summary-row span{
  color: var(--clp1-text-soft);
  font-size: 13px;
}
.cl-p1-summary-row strong{
  color: var(--clp1-text);
  font-size: 14px;
  line-height: 1.4;
}
.cl-p1-create-active{
  width: 100%;
  min-height: 50px;
  margin-top: 14px;
  border: 0;
  border-radius: 16px;
  font-weight: 800;
  color: #061426;
  background: linear-gradient(180deg,#9ac9ff,#67a8ff);
  box-shadow: 0 18px 28px rgba(0,0,0,.18);
  cursor: pointer;
}
.cl-p1-create-active:hover{
  filter: brightness(1.03);
}
.cl-p1-create-note{
  margin-top: 10px;
  color: var(--clp1-text-soft);
  font-size: 13px;
  line-height: 1.45;
}
@media (max-width: 720px){
  .cl-p1-summary-card{
    margin-right: 14px;
    margin-left: 14px;
  }
  .cl-p1-summary-row{
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
/* /CL_REQ_PHASE1_SUMMARY_CTA_V1 */

/* CL_REQ_PHASE2_RECURAGE_V3 */
.cl-p1-settings-head{
  margin: 0 18px 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.025));
}
.cl-p1-settings-title{
  color: var(--clp1-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
.cl-p1-settings-copy{
  margin-top: 8px;
  color: var(--clp1-text-soft);
  font-size: 14px;
  line-height: 1.5;
  max-width: 720px;
}
.cl-p1-proof-caption{
  margin: 0 18px 10px;
  color: var(--clp1-text-soft);
  font-size: 13px;
  line-height: 1.5;
}
.cl-p1-proof-received-title{
  margin: 0 18px 14px;
  color: var(--clp1-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.cl-p1-panel--config [data-cl-preset-section]{
  margin: 0 18px 14px;
  padding: 14px 14px 10px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.02));
}
.cl-p1-panel--config [data-cl-preset-section] > .k:first-child{
  color: var(--clp1-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cl-p1-panel--proof .rightTop{
  padding: 0 18px 18px;
}
.cl-p1-panel--proof .rightTop > * + *{
  margin-top: 12px;
}
.cl-p1-panel--proof .note{
  border-color: rgba(143,194,255,.10);
}
.cl-p1-summary-card{
  border-color: rgba(143,194,255,.20);
}
.cl-p1-create-active{
  min-height: 52px;
  font-size: 15px;
  letter-spacing: -.01em;
}
@media (max-width: 720px){
  .cl-p1-settings-head,
  .cl-p1-proof-caption,
  .cl-p1-proof-received-title,
  .cl-p1-panel--config [data-cl-preset-section],
  .cl-p1-panel--proof .rightTop{
    margin-right: 14px;
    margin-left: 14px;
  }
  .cl-p1-panel--proof .rightTop{
    padding-right: 0;
    padding-left: 0;
  }
}
/* /CL_REQ_PHASE2_RECURAGE_V3 */


/* CL_REQ_PHASE3_FOCUS_CLEANUP_V1 */
.cl-p3-hidden{
  display: none !important;
}
.cl-p3-config-tight [data-cl-p3-main-section]{
  margin-bottom: 16px;
}
.cl-p3-config-tight [data-cl-p3-main-section].cl-p3-active-main{
  display: block !important;
}
.cl-p3-config-tight [data-cl-p3-main-section] .btnThr,
.cl-p3-config-tight [data-cl-p3-main-section] .btnStruct,
.cl-p3-config-tight [data-cl-p3-main-section] #follow_create{
  margin-top: 8px;
}
.cl-p1-panel--config{
  min-height: 0;
}
.cl-p1-panel--config .cl-p1-dyn-card,
.cl-p1-panel--config .cl-p1-settings-head{
  position: relative;
  z-index: 1;
}
.cl-p1-panel--config [data-cl-p3-main-section]{
  border-color: rgba(143,194,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}
.cl-p1-panel--proof{
  align-self: start;
}
@media (min-width: 1100px){
  .cl-p1-panel--proof{
    max-height: calc(100vh - 32px);
    overflow: auto;
  }
}
/* /CL_REQ_PHASE3_FOCUS_CLEANUP_V1 */


/* CL_REQ_PHASE4_HARD_CLEANUP_V1 */
.cl-p4-force-hidden{
  display: none !important;
}
.cl-p4-hidden{
  display: none !important;
}
[data-cl-p4-main-section].cl-p4-active{
  display: block !important;
}
.cl-p1-panel--config [data-cl-p4-main-section]{
  margin: 0 18px 16px;
  padding: 14px 14px 10px;
  border-radius: 18px;
  border: 1px solid rgba(143,194,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.02));
}
@media (max-width: 720px){
  .cl-p1-panel--config [data-cl-p4-main-section]{
    margin-right: 14px;
    margin-left: 14px;
  }
}
/* /CL_REQ_PHASE4_HARD_CLEANUP_V1 */

/* CL_BUILD_BADGE_V1 */
.cl-build-badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  margin:8px 0 0;
  border-radius:999px;
  border:1px solid rgba(143,194,255,.24);
  background:rgba(143,194,255,.10);
  color:#ddecff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
}
/* /CL_BUILD_BADGE_V1 */

/* CL_REQ_PHASE6_SECTION_RANGES_V1 */
.cl-p6-hidden{
  display:none !important;
}

.cl-p6-section{
  margin-bottom: 14px;
}

.cl-p6-focus-on{
  border-radius: 16px;
}

#cl-p1-proof-panel{
  position: sticky;
  top: 14px;
}

#cl-p1-proof-panel .cl-p1-summary-card{
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
  margin-bottom: 14px;
  border: 1px solid rgba(143,194,255,.26);
  background: linear-gradient(180deg, rgba(13,25,49,.96), rgba(8,18,38,.96));
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}

#cl-p1-proof-panel .chartBox{
  margin-top: 0 !important;
}

#cl-p1-proof-panel .rightTop{
  margin-bottom: 14px;
}

#cl-p1-proof-panel .cl-p1-create-active{
  min-height: 50px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 10px 24px rgba(85,150,255,.22);
}

#cl-p1-proof-panel .cl-p1-create-note,
#cl-p1-proof-panel .cl-p1-proof-caption{
  color:#d9e8ff;
}
/* /CL_REQ_PHASE6_SECTION_RANGES_V1 */

/* CL_REQ_PHASE7_MARKET_ADVANCED_V1 */
#cl-p7-market-actions{
  display:flex;
  gap:10px;
  align-items:center;
  margin: 12px 0 10px;
}

#cl-p7-market-actions #btnRefresh{
  min-width: 180px;
}

#cl-p7-market-advanced{
  margin: 0 0 14px;
  border: 1px solid rgba(143,194,255,.14);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10,20,40,.72), rgba(8,17,34,.72));
  overflow: hidden;
}

#cl-p7-market-advanced[open]{
  border-color: rgba(143,194,255,.22);
}

#cl-p7-market-advanced .cl-p7-market-advanced-summary{
  cursor:pointer;
  list-style:none;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  color:#dceaff;
  user-select:none;
}

#cl-p7-market-advanced .cl-p7-market-advanced-summary::-webkit-details-marker{
  display:none;
}

#cl-p7-market-advanced .cl-p7-market-advanced-body{
  padding: 0 14px 14px;
}

#cl-p7-market-advanced .small{
  margin: 0 0 8px;
}

#cl-p7-market-advanced #symbolPaste,
#cl-p7-market-advanced #shareLink{
  margin-bottom: 10px;
}

#cl-p7-market-advanced .pills{
  margin: 8px 0 10px;
}

#cl-p7-market-advanced label{
  display:block;
  margin: 8px 0 6px;
  font-size: 11px;
}

#cl-p7-market-advanced #btnCopy{
  width:100%;
  margin-top: 8px;
}

@media (max-width: 720px){
  #cl-p7-market-actions{
    flex-direction:column;
    align-items:stretch;
  }

  #cl-p7-market-actions #btnRefresh{
    min-width: 0;
    width:100%;
  }
}
/* /CL_REQ_PHASE7_MARKET_ADVANCED_V1 */

/* CL_REQ_PHASE12_SINGLE_OWNER_V1 */
.cl-p12-hidden{
  display:none !important;
}

#cl-p1-proof-panel{
  align-self:start;
}

#cl-p1-proof-panel .rightTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:14px;
  margin-bottom:8px;
}

#cl-p1-proof-panel .chartBox,
#cl-p1-proof-panel .chartBox > div{
  min-height:340px;
}

#cl-p1-proof-panel .cl-p1-summary-card{
  margin-top:14px;
  margin-bottom:12px;
}

#cl-p1-proof-panel .cl-p1-proof-caption{
  margin-top:8px;
}

@media (max-width: 720px){
  #cl-p1-proof-panel .chartBox,
  #cl-p1-proof-panel .chartBox > div{
    min-height:260px;
  }
}
/* /CL_REQ_PHASE12_SINGLE_OWNER_V1 */

/* CL_REQ_PHASE13C_SHARED_HEADER_CHART_V1 */

/* CL_REQ_PREMIUM_SHELL_V1 */
:root{
  --cl-shell-max: 1160px;
  --cl-shell-gap: 22px;
  --cl-shell-radius: 24px;
  --cl-shell-radius-sm: 18px;
  --cl-shell-border-light: rgba(18,34,72,.08);
  --cl-shell-border-dark: rgba(145,170,255,.14);
  --cl-shell-shadow-light: 0 16px 44px rgba(22,42,84,.08);
  --cl-shell-shadow-dark: 0 18px 50px rgba(0,0,0,.34);
  --cl-shell-glow-dark: radial-gradient(1200px 500px at 0% 0%, rgba(36,102,255,.10), transparent 58%);
}

.cl-p1-page{
  width:min(100%, var(--cl-shell-max));
  margin:0 auto;
  padding:0 0 72px;
}

.cl-p1-shell{
  width:100%;
  margin:0 auto;
  gap:var(--cl-shell-gap);
}

.cl-p1-hero,
.cl-p1-panel,
.cl-p1-panel--config,
.cl-p1-panel--proof,
.cl-p1-proof-panel,
.cl-p1-summary-card,
.cl-p1-dyn-card,
.cl-p1-side-card,
.cl-p1-family,
.cl-p1-preset-card,
.card{
  border-radius:var(--cl-shell-radius) !important;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cl-p1-hero{
  overflow:hidden;
  padding:28px !important;
}

.cl-p1-panel,
.cl-p1-panel--config,
.cl-p1-panel--proof,
.cl-p1-proof-panel,
.card{
  padding:22px !important;
}

.cl-p1-family{
  padding:14px !important;
}

.cl-p1-preset-card{
  padding:14px !important;
  min-height:108px;
}

.cl-p1-summary-card{
  padding:16px !important;
}

.cl-p1-hero-actions{
  gap:12px !important;
  align-items:center;
  flex-wrap:wrap;
}

.cl-p1-hero .btn,
.cl-p1-target-btn,
.cl-p1-ghost,
.cl-p1-create-active{
  min-height:44px !important;
  border-radius:14px !important;
  font-weight:700 !important;
  padding:0 16px !important;
}

.cl-p1-proof-pill,
.cl-p1-summary-row,
.cl-p1-config-story{
  border-radius:14px !important;
}

.cl-p1-title{
  letter-spacing:-.03em;
  line-height:.98 !important;
}

.cl-p1-subtitle,
.cl-p1-page-lead,
.cl-p1-section-copy,
.cl-p1-surface-copy,
.cl-p1-proof-caption,
.cl-p1-dyn-copy,
.cl-p1-create-note,
.cl-p1-settings-copy,
.cl-p1-side-label,
.muted{
  line-height:1.55 !important;
}

.cl-p1-proof-panel .tv-wrap,
#tvchart,
.tvchart{
  border-radius:18px !important;
  overflow:hidden;
}

.cl-p1-panel:hover,
.cl-p1-panel--config:hover,
.cl-p1-panel--proof:hover,
.cl-p1-proof-panel:hover,
.cl-p1-family:hover,
.cl-p1-preset-card:hover,
.card:hover{
  transform:translateY(-1px);
}

html[data-theme="light"] .cl-p1-page{
  background:transparent;
}

html[data-theme="light"] .cl-p1-hero,
html[data-theme="light"] .cl-p1-panel,
html[data-theme="light"] .cl-p1-panel--config,
html[data-theme="light"] .cl-p1-panel--proof,
html[data-theme="light"] .cl-p1-proof-panel,
html[data-theme="light"] .cl-p1-summary-card,
html[data-theme="light"] .cl-p1-dyn-card,
html[data-theme="light"] .cl-p1-side-card,
html[data-theme="light"] .cl-p1-family,
html[data-theme="light"] .cl-p1-preset-card,
html[data-theme="light"] .card{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,255,.98)) !important;
  border:1px solid var(--cl-shell-border-light) !important;
  box-shadow:var(--cl-shell-shadow-light) !important;
}

html[data-theme="light"] .cl-p1-hero{
  background:
    radial-gradient(900px 320px at 0% 0%, rgba(56,118,255,.10), transparent 56%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,255,.98)) !important;
}

html[data-theme="light"] .cl-p1-proof-pill,
html[data-theme="light"] .cl-p1-summary-row,
html[data-theme="light"] .cl-p1-config-story,
html[data-theme="light"] .cl-p1-target-btn,
html[data-theme="light"] .cl-p1-ghost{
  background:rgba(245,247,252,.95) !important;
  border:1px solid rgba(18,34,72,.08) !important;
}

html[data-theme="light"] .cl-p1-title,
html[data-theme="light"] .cl-p1-section-title,
html[data-theme="light"] .cl-p1-family-title,
html[data-theme="light"] .cl-p1-market-title,
html[data-theme="light"] .cl-p1-surface-title,
html[data-theme="light"] .cl-p1-dyn-title,
html[data-theme="light"] .cl-p1-proof-received-title,
html[data-theme="light"] .cl-p1-summary-row strong,
html[data-theme="light"] .cl-p1-side-value{
  color:#111b3b !important;
}

html[data-theme="light"] .cl-p1-subtitle,
html[data-theme="light"] .cl-p1-page-lead,
html[data-theme="light"] .cl-p1-section-copy,
html[data-theme="light"] .cl-p1-surface-copy,
html[data-theme="light"] .cl-p1-proof-caption,
html[data-theme="light"] .cl-p1-dyn-copy,
html[data-theme="light"] .cl-p1-create-note,
html[data-theme="light"] .cl-p1-settings-copy,
html[data-theme="light"] .cl-p1-side-label,
html[data-theme="light"] .muted{
  color:#54607b !important;
}

html[data-theme="dark"] .cl-p1-page{
  background:transparent;
}

html[data-theme="dark"] .cl-p1-hero,
html[data-theme="dark"] .cl-p1-panel,
html[data-theme="dark"] .cl-p1-panel--config,
html[data-theme="dark"] .cl-p1-panel--proof,
html[data-theme="dark"] .cl-p1-proof-panel,
html[data-theme="dark"] .cl-p1-summary-card,
html[data-theme="dark"] .cl-p1-dyn-card,
html[data-theme="dark"] .cl-p1-side-card,
html[data-theme="dark"] .cl-p1-family,
html[data-theme="dark"] .cl-p1-preset-card,
html[data-theme="dark"] .card{
  background:
    radial-gradient(1000px 420px at 0% 0%, rgba(32,95,255,.08), transparent 58%),
    linear-gradient(180deg, rgba(8,18,43,.92), rgba(6,14,34,.94)) !important;
  border:1px solid var(--cl-shell-border-dark) !important;
  box-shadow:var(--cl-shell-shadow-dark) !important;
}

html[data-theme="dark"] .cl-p1-hero{
  background:
    radial-gradient(1100px 420px at 0% 0%, rgba(36,102,255,.14), transparent 58%),
    linear-gradient(180deg, rgba(9,21,50,.96), rgba(5,14,35,.98)) !important;
}

html[data-theme="dark"] .cl-p1-proof-pill,
html[data-theme="dark"] .cl-p1-summary-row,
html[data-theme="dark"] .cl-p1-config-story,
html[data-theme="dark"] .cl-p1-target-btn,
html[data-theme="dark"] .cl-p1-ghost{
  background:rgba(18,29,60,.86) !important;
  border:1px solid rgba(145,170,255,.14) !important;
}

html[data-theme="dark"] .cl-p1-title,
html[data-theme="dark"] .cl-p1-section-title,
html[data-theme="dark"] .cl-p1-family-title,
html[data-theme="dark"] .cl-p1-market-title,
html[data-theme="dark"] .cl-p1-surface-title,
html[data-theme="dark"] .cl-p1-dyn-title,
html[data-theme="dark"] .cl-p1-proof-received-title,
html[data-theme="dark"] .cl-p1-summary-row strong,
html[data-theme="dark"] .cl-p1-side-value{
  color:#f4f7ff !important;
}

html[data-theme="dark"] .cl-p1-subtitle,
html[data-theme="dark"] .cl-p1-page-lead,
html[data-theme="dark"] .cl-p1-section-copy,
html[data-theme="dark"] .cl-p1-surface-copy,
html[data-theme="dark"] .cl-p1-proof-caption,
html[data-theme="dark"] .cl-p1-dyn-copy,
html[data-theme="dark"] .cl-p1-create-note,
html[data-theme="dark"] .cl-p1-settings-copy,
html[data-theme="dark"] .cl-p1-side-label,
html[data-theme="dark"] .muted{
  color:#b8c3de !important;
}

@media (max-width: 980px){
  .cl-p1-page{
    padding:0 0 56px;
  }
  .cl-p1-hero{
    padding:22px !important;
  }
  .cl-p1-panel,
  .cl-p1-panel--config,
  .cl-p1-panel--proof,
  .cl-p1-proof-panel,
  .card{
    padding:18px !important;
  }
}

@media (max-width: 720px){
  .cl-p1-page{
    width:min(100%, 100vw - 24px);
  }
  .cl-p1-shell{
    gap:16px;
  }
  .cl-p1-hero{
    padding:18px !important;
  }
  .cl-p1-panel,
  .cl-p1-panel--config,
  .cl-p1-panel--proof,
  .cl-p1-proof-panel,
  .card{
    padding:16px !important;
  }
  .cl-p1-title{
    font-size:clamp(34px, 8vw, 52px) !important;
  }
}
/* /CL_REQ_PREMIUM_SHELL_V1 */

/* CL_REQ_TOPBAR_CANON_V1 */
.cl-rq-shared-header-host{
  width:min(100%, 1160px) !important;
  max-width:1160px !important;
  margin:20px auto 0 !important;
  padding:0 16px !important;
  box-sizing:border-box !important;
}
.cl-rq-shared-header-host .cl-public-header--landing{
  display:grid !important;
  grid-template-columns:260px minmax(0, 1fr) !important;
  align-items:center !important;
  gap:18px !important;
  min-height:74px !important;
  padding:18px 22px !important;
  border-radius:22px !important;
  box-sizing:border-box !important;
}
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-header--landing{
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 12px 28px rgba(15,23,42,.08) !important;
}
html[data-theme="dark"] .cl-rq-shared-header-host .cl-public-header--landing{
  background:rgba(6,16,36,.88) !important;
  border:1px solid rgba(148,163,184,.14) !important;
  box-shadow:0 16px 36px rgba(0,0,0,.28) !important;
}
.cl-rq-shared-header-host .cl-public-brand{
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  text-decoration:none !important;
}
.cl-rq-shared-header-host .cl-public-logo{
  width:156px !important;
  max-width:156px !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
}
.cl-rq-shared-header-host .cl-public-brand-copy,
.cl-rq-shared-header-host .cl-public-brand-copy--single{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
}
.cl-rq-shared-header-host #cl-public-brand-sub{
  display:block !important;
  max-width:170px !important;
  font-size:15px !important;
  line-height:1.12 !important;
  font-weight:700 !important;
  letter-spacing:.01em !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
}
html[data-theme="light"] .cl-rq-shared-header-host #cl-public-brand-sub{
  color:#475569 !important;
}
html[data-theme="dark"] .cl-rq-shared-header-host #cl-public-brand-sub{
  color:#cbd5e1 !important;
}
.cl-rq-shared-header-host .cl-public-nav{
  display:grid !important;
  grid-template-columns:88px 112px 152px 112px 42px 42px 42px !important;
  justify-content:end !important;
  align-items:center !important;
  gap:8px !important;
  min-width:0 !important;
}
.cl-rq-shared-header-host .cl-public-nav > *{
  min-width:0 !important;
}
.cl-rq-shared-header-host .cl-public-nav .btn,
.cl-rq-shared-header-host .cl-public-nav a,
.cl-rq-shared-header-host .cl-public-nav button{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  height:40px !important;
  padding:0 10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  border-radius:12px !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:700 !important;
  box-sizing:border-box !important;
}
.cl-rq-shared-header-host #cl-rq-topbar-app{
  min-width:112px !important;
}
.cl-rq-shared-header-host #lang-fr,
.cl-rq-shared-header-host #lang-en,
.cl-rq-shared-header-host #toggle-theme{
  min-width:42px !important;
}
@media (max-width: 720px){
  .cl-rq-shared-header-host{
    width:min(100%, 100%) !important;
    margin:14px auto 0 !important;
    padding:0 14px !important;
  }
  .cl-rq-shared-header-host .cl-public-header--landing{
    grid-template-columns:1fr !important;
    gap:14px !important;
    padding:16px !important;
  }
  .cl-rq-shared-header-host .cl-public-brand{
    justify-content:flex-start !important;
  }
  .cl-rq-shared-header-host .cl-public-logo{
    width:148px !important;
    max-width:148px !important;
  }
  .cl-rq-shared-header-host #cl-public-brand-sub{
    max-width:none !important;
    font-size:14px !important;
  }
  .cl-rq-shared-header-host .cl-public-nav{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:stretch !important;
    gap:10px !important;
  }
  .cl-rq-shared-header-host .cl-public-nav > *{
    flex:1 1 calc(50% - 5px) !important;
    min-width:140px !important;
  }
  .cl-rq-shared-header-host #lang-fr,
  .cl-rq-shared-header-host #lang-en,
  .cl-rq-shared-header-host #toggle-theme{
    flex:1 1 calc(33.333% - 7px) !important;
    min-width:0 !important;
  }
}
@media (max-width: 560px){
  .cl-rq-shared-header-host .cl-public-nav > *{
    flex:1 1 100% !important;
  }
  .cl-rq-shared-header-host #lang-fr,
  .cl-rq-shared-header-host #lang-en,
  .cl-rq-shared-header-host #toggle-theme{
    flex:1 1 calc(33.333% - 7px) !important;
  }
}
/* /CL_REQ_TOPBAR_CANON_V1 */

/* CL_REQ_PREMIUM_POLISH_V2 */
:root{
  --cl-rq-polish-max: 1160px;
  --cl-rq-polish-gap: 24px;
  --cl-rq-polish-radius: 24px;
  --cl-rq-polish-radius-sm: 16px;
  --cl-rq-polish-shadow-light: 0 18px 42px rgba(15, 23, 42, .08);
  --cl-rq-polish-shadow-dark: 0 22px 60px rgba(2, 8, 23, .42);
  --cl-rq-polish-border-light: rgba(15, 23, 42, .08);
  --cl-rq-polish-border-dark: rgba(148, 163, 184, .14);
}

/* topbar requeteur : même logique visuelle, logo stable, texte centré */
.cl-rq-shared-header-host{
  width:min(100%, var(--cl-rq-polish-max)) !important;
  max-width:var(--cl-rq-polish-max) !important;
}

.cl-rq-shared-header-host .cl-public-header--landing{
  min-height:88px !important;
  align-items:center !important;
}

.cl-rq-shared-header-host .cl-public-brand{
  min-width:0 !important;
  gap:14px !important;
}

.cl-rq-shared-header-host .cl-public-logo{
  width:156px !important;
  max-width:156px !important;
  height:auto !important;
  display:block !important;
  flex:0 0 auto !important;
}

.cl-rq-shared-header-host .cl-public-brand-copy,
.cl-rq-shared-header-host .cl-public-brand-copy--single,
.cl-rq-shared-header-host #cl-public-brand-sub{
  opacity:1 !important;
  visibility:visible !important;
}

.cl-rq-shared-header-host #cl-public-brand-sub{
  display:block !important;
  font-size:12px !important;
  line-height:1.22 !important;
  font-weight:800 !important;
  letter-spacing:.01em !important;
  max-width:132px !important;
  overflow-wrap:anywhere !important;
}

.cl-rq-shared-header-host .cl-public-nav .btn,
.cl-rq-shared-header-host .cl-public-nav a,
.cl-rq-shared-header-host .cl-public-nav button{
  height:40px !important;
  min-height:40px !important;
  padding:0 12px !important;
  border-radius:14px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:700 !important;
}

.cl-rq-shared-header-host #cl-rq-topbar-app{
  min-width:112px !important;
  max-width:112px !important;
}

.cl-rq-shared-header-host #lang-fr,
.cl-rq-shared-header-host #lang-en,
.cl-rq-shared-header-host #toggle-theme{
  min-width:42px !important;
  max-width:42px !important;
  padding:0 !important;
}

/* shell global */
.cl-p1-shell,
.cl-p1-page{
  width:min(100%, var(--cl-rq-polish-max)) !important;
  max-width:var(--cl-rq-polish-max) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.cl-p1-shell{
  margin-top:20px !important;
}

.cl-p1-page{
  margin-top:26px !important;
}

/* hero / panels : même famille visuelle */
.cl-p1-hero,
.cl-p1-panel--config,
.cl-p1-panel--proof,
#cl-p1-proof-panel{
  border-radius:var(--cl-rq-polish-radius) !important;
  overflow:hidden !important;
  backdrop-filter:blur(8px);
}

html[data-theme="light"] .cl-p1-hero,
html[data-theme="light"] .cl-p1-panel--config,
html[data-theme="light"] .cl-p1-panel--proof,
html[data-theme="light"] #cl-p1-proof-panel{
  border:1px solid var(--cl-rq-polish-border-light) !important;
  box-shadow:var(--cl-rq-polish-shadow-light) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.94)) !important;
}

html[data-theme="dark"] .cl-p1-hero,
html[data-theme="dark"] .cl-p1-panel--config,
html[data-theme="dark"] .cl-p1-panel--proof,
html[data-theme="dark"] #cl-p1-proof-panel{
  border:1px solid var(--cl-rq-polish-border-dark) !important;
  box-shadow:var(--cl-rq-polish-shadow-dark) !important;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.14), transparent 34%),
    linear-gradient(180deg, rgba(8,18,38,.94), rgba(5,15,32,.92)) !important;
}

/* hero desktop plus vendeur */
.cl-p1-hero{
  grid-template-columns:minmax(0, 1.1fr) minmax(360px, .9fr) !important;
  gap:24px !important;
  padding:22px !important;
}

.cl-p1-hero-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-width:0 !important;
}

.cl-p1-title{
  margin:2px 0 10px !important;
  font-size:clamp(42px, 5vw, 64px) !important;
  line-height:.95 !important;
  letter-spacing:-.035em !important;
  max-width:10.5ch !important;
}

.cl-p1-subtitle{
  max-width:62ch !important;
  font-size:18px !important;
  line-height:1.58 !important;
  margin-bottom:16px !important;
}

.cl-p1-proof-row{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:0 0 16px !important;
}

.cl-p1-proof-pill{
  min-height:34px !important;
  padding:0 12px !important;
  display:inline-flex !important;
  align-items:center !important;
  border-radius:999px !important;
  font-size:13px !important;
  font-weight:700 !important;
}

.cl-p1-hero-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  align-items:center !important;
}

.cl-p1-hero .btn,
.cl-p1-hero .cl-p1-ghost,
.cl-p1-hero-actions .btn,
.cl-p1-hero-actions a{
  min-height:46px !important;
  padding:0 18px !important;
  border-radius:14px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  white-space:nowrap !important;
  font-weight:800 !important;
}

/* grille config + proof */
.cl-p1-grid{
  display:grid !important;
  grid-template-columns:minmax(0, 1.03fr) minmax(350px, .97fr) !important;
  gap:24px !important;
  align-items:start !important;
}

.cl-p1-panel--config,
.cl-p1-panel--proof,
#cl-p1-proof-panel{
  padding:0 !important;
}

.cl-p1-surface-head,
.cl-p1-proof-head{
  padding:18px 18px 0 !important;
  margin-bottom:12px !important;
}

.cl-p1-panel--config > *:not(.cl-p1-surface-head),
.cl-p1-panel--proof > *:not(.cl-p1-proof-head){
  margin-left:18px !important;
  margin-right:18px !important;
}

/* colonne droite plus propre et sticky */
#cl-p1-proof-panel{
  position:sticky !important;
  top:108px !important;
}

#cl-p1-proof-panel .rightTop{
  display:grid !important;
  gap:12px !important;
  margin-bottom:12px !important;
}

#cl-p1-proof-panel .chartBox{
  min-height:420px !important;
  border-radius:16px !important;
  overflow:hidden !important;
}

#cl-p1-proof-panel .note,
#cl-p1-proof-panel .cl-p1-summary-card,
#cl-p1-proof-panel .cl-p1-dyn-card{
  border-radius:16px !important;
}

#cl-p1-proof-panel .cl-p1-create-active{
  min-height:46px !important;
  border-radius:14px !important;
  font-weight:800 !important;
}

/* colonne gauche : rendre le vrai moteur plus propre */
.cl-p1-panel--config .k,
.cl-p1-panel--proof .k,
.cl-p1-section-title,
.cl-p1-surface-title{
  letter-spacing:-.02em !important;
}

.cl-p1-panel--config input,
.cl-p1-panel--config select,
.cl-p1-panel--config textarea{
  min-height:42px !important;
  border-radius:12px !important;
  font-size:14px !important;
}

.cl-p1-panel--config button{
  border-radius:12px !important;
}

/* sections preset / réglages / seuils */
.cl-p1-panel--config [data-cl-preset-section],
.cl-p1-panel--config [data-cl-p3-main-section],
.cl-p1-panel--config [data-cl-p4-main-section]{
  border-radius:18px !important;
  padding:14px !important;
}

.cl-p1-panel--config [data-cl-preset-section] > .k:first-child{
  margin-bottom:10px !important;
}

.cl-p1-panel--config [data-cl-p4-main-section]{
  display:grid !important;
  gap:12px !important;
}

.cl-p1-panel--config .cl-p1-dyn-card,
.cl-p1-panel--config .cl-p1-settings-head{
  border-radius:16px !important;
}

/* homogénéité light/dark */
html[data-theme="light"] .cl-p1-proof-pill,
html[data-theme="light"] .cl-p1-dyn-card,
html[data-theme="light"] .cl-p1-summary-card,
html[data-theme="light"] .cl-p1-settings-head,
html[data-theme="light"] #cl-p1-proof-panel .note{
  background:rgba(255,255,255,.86) !important;
  border:1px solid rgba(15,23,42,.08) !important;
}

html[data-theme="dark"] .cl-p1-proof-pill,
html[data-theme="dark"] .cl-p1-dyn-card,
html[data-theme="dark"] .cl-p1-summary-card,
html[data-theme="dark"] .cl-p1-settings-head,
html[data-theme="dark"] #cl-p1-proof-panel .note{
  background:rgba(9,21,44,.72) !important;
  border:1px solid rgba(148,163,184,.14) !important;
}

/* responsive */
@media (max-width: 1024px){
  #cl-p1-proof-panel{
    position:relative !important;
    top:auto !important;
  }
  .cl-p1-hero{
    grid-template-columns:1fr !important;
  }
  .cl-p1-grid{
    grid-template-columns:1fr !important;
  }
}

@media (max-width: 720px){
  .cl-p1-shell,
  .cl-p1-page{
    width:min(100%, calc(var(--cl-rq-polish-max))) !important;
  }

  .cl-p1-hero,
  .cl-p1-panel--config,
  .cl-p1-panel--proof,
  #cl-p1-proof-panel{
    border-radius:20px !important;
  }

  .cl-p1-hero{
    padding:18px !important;
    gap:18px !important;
  }

  .cl-p1-title{
    font-size:clamp(34px, 10vw, 48px) !important;
    max-width:none !important;
  }

  .cl-p1-subtitle{
    font-size:16px !important;
  }

  .cl-p1-panel--config > *:not(.cl-p1-surface-head),
  .cl-p1-panel--proof > *:not(.cl-p1-proof-head){
    margin-left:14px !important;
    margin-right:14px !important;
  }
}
/* /CL_REQ_PREMIUM_POLISH_V2 */

/* CL_REQ_LIGHT_REPAIR_V1 */
html[data-theme="light"]{
  --cl-rq-light-bg:#edf2f7;
  --cl-rq-light-surface:#ffffff;
  --cl-rq-light-surface-2:#f8fafc;
  --cl-rq-light-border:rgba(15,23,42,.10);
  --cl-rq-light-border-2:rgba(15,23,42,.08);
  --cl-rq-light-text:#0f172a;
  --cl-rq-light-muted:#475569;
  --cl-rq-light-kicker:#2563eb;
  --cl-rq-light-btn:#ffffff;
  --cl-rq-light-btn-text:#0f172a;
  --cl-rq-light-btn-border:rgba(15,23,42,.12);
  --cl-rq-light-primary-a:#6ea4ff;
  --cl-rq-light-primary-b:#4f86f7;
  --cl-rq-light-primary-text:#ffffff;
  --cl-rq-light-shadow:0 16px 36px rgba(15,23,42,.08);
}

html[data-theme="light"] body{
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.12), transparent 24%),
    var(--cl-rq-light-bg) !important;
  color:var(--cl-rq-light-text) !important;
}

/* topbar */
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-header--landing{
  background:rgba(255,255,255,.94) !important;
  border:1px solid var(--cl-rq-light-border) !important;
  box-shadow:var(--cl-rq-light-shadow) !important;
}

html[data-theme="light"] .cl-rq-shared-header-host .cl-public-brand,
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-brand-copy,
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-brand-copy--single,
html[data-theme="light"] .cl-rq-shared-header-host #cl-public-brand-sub{
  color:var(--cl-rq-light-text) !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-rq-shared-header-host #cl-public-brand-sub{
  color:var(--cl-rq-light-muted) !important;
}

html[data-theme="light"] .cl-rq-shared-header-host .cl-public-nav .btn,
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-nav a,
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-nav button{
  background:var(--cl-rq-light-btn) !important;
  color:var(--cl-rq-light-btn-text) !important;
  border:1px solid var(--cl-rq-light-btn-border) !important;
  box-shadow:none !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-rq-shared-header-host #cl-rq-topbar-app,
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-nav .btn.primary,
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-nav button.primary{
  background:linear-gradient(180deg, var(--cl-rq-light-primary-a), var(--cl-rq-light-primary-b)) !important;
  color:var(--cl-rq-light-primary-text) !important;
  border-color:transparent !important;
}

html[data-theme="light"] .cl-rq-shared-header-host .cl-public-nav .btn:hover,
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-nav a:hover,
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-nav button:hover{
  background:#f8fafc !important;
}

html[data-theme="light"] .cl-rq-shared-header-host #cl-rq-topbar-app:hover{
  filter:brightness(.98);
}

/* premium shell */
html[data-theme="light"] .cl-p1-hero,
html[data-theme="light"] .cl-p1-panel--config,
html[data-theme="light"] #cl-p1-proof-panel,
html[data-theme="light"] .cl-p1-panel--proof{
  background:
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,250,252,.96)) !important;
  border:1px solid var(--cl-rq-light-border) !important;
  box-shadow:var(--cl-rq-light-shadow) !important;
}

html[data-theme="light"] .cl-p1-hero{
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96)) !important;
}

html[data-theme="light"] .cl-p1-title,
html[data-theme="light"] .cl-p1-section-title,
html[data-theme="light"] .cl-p1-family-title,
html[data-theme="light"] .cl-p1-surface-title,
html[data-theme="light"] .cl-p1-dyn-title,
html[data-theme="light"] .cl-p1-summary-row strong,
html[data-theme="light"] .cl-p1-side-value,
html[data-theme="light"] .k,
html[data-theme="light"] #cl-p1-proof-panel .rightTop,
html[data-theme="light"] #cl-p1-proof-panel .note strong{
  color:var(--cl-rq-light-text) !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-subtitle,
html[data-theme="light"] .cl-p1-page-lead,
html[data-theme="light"] .cl-p1-section-copy,
html[data-theme="light"] .cl-p1-surface-copy,
html[data-theme="light"] .cl-p1-proof-caption,
html[data-theme="light"] .cl-p1-dyn-copy,
html[data-theme="light"] .cl-p1-create-note,
html[data-theme="light"] .cl-p1-settings-copy,
html[data-theme="light"] .cl-p1-side-label,
html[data-theme="light"] .muted{
  color:var(--cl-rq-light-muted) !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-eyebrow,
html[data-theme="light"] .cl-p1-dyn-kicker{
  color:var(--cl-rq-light-kicker) !important;
  opacity:1 !important;
}

/* pills / small cards */
html[data-theme="light"] .cl-p1-proof-pill,
html[data-theme="light"] .cl-p1-dyn-card,
html[data-theme="light"] .cl-p1-summary-card,
html[data-theme="light"] .cl-p1-settings-head,
html[data-theme="light"] #cl-p1-proof-panel .note,
html[data-theme="light"] .cl-p1-panel--config [data-cl-preset-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p3-main-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p4-main-section]{
  background:var(--cl-rq-light-surface) !important;
  border:1px solid var(--cl-rq-light-border-2) !important;
  color:var(--cl-rq-light-text) !important;
  opacity:1 !important;
}

/* buttons in content */
html[data-theme="light"] .cl-p1-hero .btn:not(.primary),
html[data-theme="light"] .cl-p1-ghost,
html[data-theme="light"] .cl-p1-target-btn,
html[data-theme="light"] .cl-p1-panel--config button:not(.primary):not(.cl-p1-create-active){
  background:#ffffff !important;
  color:var(--cl-rq-light-text) !important;
  border:1px solid var(--cl-rq-light-btn-border) !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-create-active,
html[data-theme="light"] .cl-p1-hero .btn.primary,
html[data-theme="light"] #cl-p1-proof-panel .cl-p1-create-active{
  background:linear-gradient(180deg, var(--cl-rq-light-primary-a), var(--cl-rq-light-primary-b)) !important;
  color:#ffffff !important;
  border-color:transparent !important;
  opacity:1 !important;
}

/* inputs/selects */
html[data-theme="light"] .cl-p1-panel--config input,
html[data-theme="light"] .cl-p1-panel--config select,
html[data-theme="light"] .cl-p1-panel--config textarea,
html[data-theme="light"] input,
html[data-theme="light"] select,
html[data-theme="light"] textarea,
html[data-theme="light"] summary{
  background:#ffffff !important;
  color:var(--cl-rq-light-text) !important;
  border:1px solid rgba(15,23,42,.12) !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-panel--config input::placeholder,
html[data-theme="light"] .cl-p1-panel--config textarea::placeholder,
html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder{
  color:#64748b !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-panel--config input:focus,
html[data-theme="light"] .cl-p1-panel--config select:focus,
html[data-theme="light"] .cl-p1-panel--config textarea:focus,
html[data-theme="light"] input:focus,
html[data-theme="light"] select:focus,
html[data-theme="light"] textarea:focus{
  outline:none !important;
  border-color:#60a5fa !important;
  box-shadow:0 0 0 3px rgba(96,165,250,.18) !important;
}

/* chart / proof area */
html[data-theme="light"] #cl-p1-proof-panel .chartBox,
html[data-theme="light"] #cl-p1-proof-panel #chart,
html[data-theme="light"] #tvchart,
html[data-theme="light"] .tvchart{
  background:#ffffff !important;
  border-radius:16px !important;
}

/* CL_RQ_VNEXT_CHART_CANVAS_UNMASK_V1
   LightweightCharts empile plusieurs canvas.
   En light, un fond blanc sur tous les canvas masque les couches inférieures.
*/
html[data-theme="light"] #cl-p1-proof-panel canvas{
  background:transparent !important;
  border-radius:0 !important;
}

/* avoid washed blocks */
html[data-theme="light"] .cl-p1-hero *,
html[data-theme="light"] .cl-p1-panel--config *,
html[data-theme="light"] #cl-p1-proof-panel *,
html[data-theme="light"] .cl-p1-panel--proof *{
  opacity:1 !important;
}
/* /CL_REQ_LIGHT_REPAIR_V1 */

/* CL_REQ_CONVERSION_FINISH_V3 */

/* desktop: meilleure densité du bloc config + preuve */
@media (min-width: 1025px){

  .cl-p1-grid{
    grid-template-columns:minmax(0, 1.06fr) minmax(320px, .94fr) !important;
    gap:20px !important;
    align-items:start !important;
  }

  .cl-p1-panel--config{
    padding-bottom:16px !important;
  }

  .cl-p1-panel--proof,
  #cl-p1-proof-panel{
    min-height:560px !important;
  }

  #cl-p1-proof-panel{
    top:100px !important;
  }

  .cl-p1-panel--config [data-cl-preset-section]{
    margin-bottom:12px !important;
  }

  .cl-p1-panel--config [data-cl-preset-section],
  .cl-p1-panel--config [data-cl-p3-main-section],
  .cl-p1-panel--config [data-cl-p4-main-section]{
    padding:12px !important;
  }

  .cl-p1-panel--config [data-cl-p3-main-section]{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
  }

  .cl-p1-panel--config [data-cl-p3-main-section] > *{
    min-width:0 !important;
  }

  .cl-p1-panel--config [data-cl-p4-main-section]{
    gap:10px !important;
  }

  .cl-p1-panel--config .cl-p1-dyn-card{
    padding:10px !important;
  }

  .cl-p1-panel--config input,
  .cl-p1-panel--config select,
  .cl-p1-panel--config textarea{
    min-height:40px !important;
    height:40px !important;
    padding:0 10px !important;
    font-size:13px !important;
  }

  .cl-p1-panel--config button,
  .cl-p1-create-active{
    min-height:42px !important;
    height:42px !important;
    padding:0 14px !important;
    font-size:13px !important;
  }

  .cl-p1-panel--config .k,
  .cl-p1-panel--proof .k{
    font-size:11px !important;
    letter-spacing:.08em !important;
  }

  .cl-p1-section-copy,
  .cl-p1-surface-copy,
  .cl-p1-proof-caption,
  .cl-p1-dyn-copy,
  .cl-p1-create-note{
    font-size:13px !important;
    line-height:1.45 !important;
  }

  .cl-p1-summary-card{
    min-height:120px !important;
  }

  #cl-p1-proof-panel .note{
    min-height:96px !important;
  }

  #cl-p1-proof-panel .chartBox{
    min-height:360px !important;
  }
}

/* hero un peu plus net */
.cl-p1-hero{
  gap:20px !important;
}

.cl-p1-hero-side{
  gap:14px !important;
}

.cl-p1-hero-side > *{
  min-height:128px !important;
}

.cl-p1-proof-row{
  margin-bottom:14px !important;
}

.cl-p1-proof-pill{
  min-height:32px !important;
  font-size:12px !important;
}

/* light: plus premium, moins délavé */
html[data-theme="light"] .cl-p1-hero{
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.10), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,247,252,.97)) !important;
}

html[data-theme="light"] .cl-p1-panel--config,
html[data-theme="light"] .cl-p1-panel--proof,
html[data-theme="light"] #cl-p1-proof-panel{
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,248,252,.97)) !important;
}

html[data-theme="light"] .cl-p1-proof-pill,
html[data-theme="light"] .cl-p1-dyn-card,
html[data-theme="light"] .cl-p1-summary-card,
html[data-theme="light"] .cl-p1-settings-head,
html[data-theme="light"] #cl-p1-proof-panel .note,
html[data-theme="light"] .cl-p1-panel--config [data-cl-preset-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p3-main-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p4-main-section]{
  background:#ffffff !important;
  box-shadow:0 8px 22px rgba(15,23,42,.05) !important;
}

html[data-theme="light"] .cl-p1-title{
  color:#0f172a !important;
}

html[data-theme="light"] .cl-p1-subtitle,
html[data-theme="light"] .cl-p1-page-lead,
html[data-theme="light"] .cl-p1-section-copy,
html[data-theme="light"] .cl-p1-surface-copy,
html[data-theme="light"] .cl-p1-proof-caption,
html[data-theme="light"] .cl-p1-dyn-copy,
html[data-theme="light"] .cl-p1-create-note,
html[data-theme="light"] .cl-p1-settings-copy,
html[data-theme="light"] .cl-p1-side-label,
html[data-theme="light"] .muted{
  color:#475569 !important;
}

html[data-theme="light"] .cl-p1-hero .btn:not(.primary),
html[data-theme="light"] .cl-p1-ghost{
  background:#ffffff !important;
  border:1px solid rgba(15,23,42,.12) !important;
  color:#0f172a !important;
}

html[data-theme="light"] .cl-p1-hero .btn.primary,
html[data-theme="light"] .cl-p1-create-active,
html[data-theme="light"] #cl-p1-proof-panel .cl-p1-create-active{
  box-shadow:0 10px 22px rgba(79,134,247,.22) !important;
}

/* dark: légère montée de niveau */
html[data-theme="dark"] .cl-p1-hero,
html[data-theme="dark"] .cl-p1-panel--config,
html[data-theme="dark"] .cl-p1-panel--proof,
html[data-theme="dark"] #cl-p1-proof-panel{
  box-shadow:0 18px 48px rgba(2,8,23,.34) !important;
}

html[data-theme="dark"] .cl-p1-proof-pill,
html[data-theme="dark"] .cl-p1-dyn-card,
html[data-theme="dark"] .cl-p1-summary-card,
html[data-theme="dark"] .cl-p1-settings-head,
html[data-theme="dark"] #cl-p1-proof-panel .note{
  background:rgba(10,22,45,.78) !important;
}

/* mobile/tablette */
@media (max-width: 1024px){
  .cl-p1-grid{
    grid-template-columns:1fr !important;
  }

  #cl-p1-proof-panel,
  .cl-p1-panel--proof{
    min-height:auto !important;
  }

  #cl-p1-proof-panel{
    position:relative !important;
    top:auto !important;
  }
}

@media (max-width: 720px){
  .cl-p1-title{
    font-size:clamp(32px, 10vw, 42px) !important;
    line-height:1 !important;
  }

  .cl-p1-panel--config [data-cl-p3-main-section]{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .cl-p1-hero-side > *{
    min-height:auto !important;
  }
}
/* /CL_REQ_CONVERSION_FINISH_V3 */

/* CL_REQ_LIGHT_CONTRAST_FINISH_V1 */
html[data-theme="light"] .cl-p1-page,
html[data-theme="light"] .cl-p1-shell{
  color:#0f172a !important;
}

html[data-theme="light"] .cl-p1-panel--config,
html[data-theme="light"] .cl-p1-panel--proof,
html[data-theme="light"] #cl-p1-proof-panel,
html[data-theme="light"] .cl-p1-hero{
  color:#0f172a !important;
}

/* toutes les cartes “blanches sur blanc” */
html[data-theme="light"] .cl-p1-family,
html[data-theme="light"] .cl-p1-preset-card,
html[data-theme="light"] .cl-p1-dyn-card,
html[data-theme="light"] .cl-p1-summary-card,
html[data-theme="light"] .cl-p1-settings-head,
html[data-theme="light"] .cl-p1-proof-pill,
html[data-theme="light"] .cl-p1-panel--config [data-cl-preset-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p3-main-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p4-main-section],
html[data-theme="light"] .cl-p1-panel--config .card,
html[data-theme="light"] #cl-p1-proof-panel .note{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.10) !important;
  box-shadow:0 10px 24px rgba(15,23,42,.06) !important;
  opacity:1 !important;
}

/* titres / textes */
html[data-theme="light"] .cl-p1-title,
html[data-theme="light"] .cl-p1-section-title,
html[data-theme="light"] .cl-p1-family-title,
html[data-theme="light"] .cl-p1-surface-title,
html[data-theme="light"] .cl-p1-dyn-title,
html[data-theme="light"] .cl-p1-summary-row strong,
html[data-theme="light"] .cl-p1-side-value,
html[data-theme="light"] .cl-p1-panel--config .k,
html[data-theme="light"] .cl-p1-panel--proof .k,
html[data-theme="light"] .cl-p1-panel--config strong,
html[data-theme="light"] .cl-p1-panel--proof strong{
  color:#0f172a !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-subtitle,
html[data-theme="light"] .cl-p1-page-lead,
html[data-theme="light"] .cl-p1-section-copy,
html[data-theme="light"] .cl-p1-surface-copy,
html[data-theme="light"] .cl-p1-proof-caption,
html[data-theme="light"] .cl-p1-dyn-copy,
html[data-theme="light"] .cl-p1-create-note,
html[data-theme="light"] .cl-p1-settings-copy,
html[data-theme="light"] .cl-p1-side-label,
html[data-theme="light"] .muted,
html[data-theme="light"] .note{
  color:#475569 !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-eyebrow,
html[data-theme="light"] .cl-p1-dyn-kicker{
  color:#2563eb !important;
  opacity:1 !important;
}

/* cartes presets étape 1 */
html[data-theme="light"] .cl-p1-family{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98)) !important;
  border:1px solid rgba(15,23,42,.10) !important;
}

html[data-theme="light"] .cl-p1-preset-card{
  min-height:94px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

html[data-theme="light"] .cl-p1-preset-card.is-active{
  border-color:#60a5fa !important;
  box-shadow:0 0 0 3px rgba(96,165,250,.14), 0 12px 28px rgba(15,23,42,.08) !important;
}

/* grille résumé / droite */
html[data-theme="light"] #cl-p1-proof-panel .rightTop > *,
html[data-theme="light"] #cl-p1-summary-card .cl-p1-summary-row{
  background:#ffffff !important;
  color:#0f172a !important;
  border-color:rgba(15,23,42,.10) !important;
}

html[data-theme="light"] #cl-p1-summary-card .cl-p1-summary-row span{
  color:#64748b !important;
}

/* inputs / selects bien visibles */
html[data-theme="light"] .cl-p1-panel--config input,
html[data-theme="light"] .cl-p1-panel--config select,
html[data-theme="light"] .cl-p1-panel--config textarea,
html[data-theme="light"] input,
html[data-theme="light"] select,
html[data-theme="light"] textarea,
html[data-theme="light"] summary{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.14) !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-panel--config select option,
html[data-theme="light"] select option{
  color:#0f172a !important;
  background:#ffffff !important;
}

html[data-theme="light"] .cl-p1-panel--config input::placeholder,
html[data-theme="light"] .cl-p1-panel--config textarea::placeholder,
html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder{
  color:#94a3b8 !important;
  opacity:1 !important;
}

/* CTA */
html[data-theme="light"] .cl-p1-create-active,
html[data-theme="light"] #cl-p1-proof-panel .cl-p1-create-active,
html[data-theme="light"] .cl-p1-hero .btn.primary{
  background:linear-gradient(180deg, #71a7ff, #4f86f7) !important;
  color:#ffffff !important;
  border-color:transparent !important;
  box-shadow:0 10px 24px rgba(79,134,247,.24) !important;
}

html[data-theme="light"] .cl-p1-hero .btn:not(.primary),
html[data-theme="light"] .cl-p1-ghost,
html[data-theme="light"] .cl-p1-target-btn{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.12) !important;
}

/* rien de washed */
html[data-theme="light"] .cl-p1-hero *,
html[data-theme="light"] .cl-p1-panel--config *,
html[data-theme="light"] .cl-p1-panel--proof *,
html[data-theme="light"] #cl-p1-proof-panel *{
  opacity:1 !important;
}
/* /CL_REQ_LIGHT_CONTRAST_FINISH_V1 */

/* CL_REQ_HOMOGENEITY_FINISH_V1 */

/* desktop : meilleure homogénéité produit */
@media (min-width: 1025px){

  .cl-p1-grid{
    grid-template-columns:minmax(0, 1fr) minmax(360px, .92fr) !important;
    gap:22px !important;
    align-items:start !important;
  }

  .cl-p1-panel--config{
    padding-bottom:14px !important;
  }

  .cl-p1-panel--proof,
  #cl-p1-proof-panel{
    min-height:620px !important;
  }

  #cl-p1-proof-panel{
    top:98px !important;
  }

  #cl-p1-proof-panel .rightTop{
    gap:10px !important;
  }

  #cl-p1-proof-panel .note{
    min-height:88px !important;
  }

  #cl-p1-proof-panel .chartBox{
    min-height:340px !important;
  }

  .cl-p1-panel--config [data-cl-p3-main-section]{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
  }

  .cl-p1-panel--config [data-cl-p4-main-section]{
    gap:10px !important;
  }

  .cl-p1-panel--config input,
  .cl-p1-panel--config select,
  .cl-p1-panel--config textarea{
    min-height:38px !important;
    height:38px !important;
    padding:0 10px !important;
    font-size:13px !important;
  }

  .cl-p1-panel--config button,
  .cl-p1-create-active{
    min-height:40px !important;
    height:40px !important;
    padding:0 14px !important;
    font-size:13px !important;
  }
}

/* étape 1 : cartes plus nettes et plus “produit” */
.cl-p1-family{
  overflow:hidden !important;
}

.cl-p1-preset-card{
  border-radius:16px !important;
  min-height:96px !important;
  padding:14px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease !important;
}

.cl-p1-preset-card strong{
  display:block !important;
  margin-bottom:6px !important;
  font-size:15px !important;
  line-height:1.2 !important;
}

.cl-p1-preset-card span{
  display:block !important;
  font-size:12px !important;
  line-height:1.42 !important;
}

.cl-p1-preset-card:hover{
  transform:translateY(-1px);
}

html[data-theme="light"] .cl-p1-preset-card{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98)) !important;
  border:1px solid rgba(15,23,42,.10) !important;
  box-shadow:0 8px 18px rgba(15,23,42,.05) !important;
}

html[data-theme="light"] .cl-p1-preset-card strong{
  color:#0f172a !important;
}

html[data-theme="light"] .cl-p1-preset-card span{
  color:#475569 !important;
}

html[data-theme="light"] .cl-p1-preset-card.is-active{
  border-color:#60a5fa !important;
  box-shadow:0 0 0 3px rgba(96,165,250,.14), 0 14px 28px rgba(15,23,42,.08) !important;
}

html[data-theme="dark"] .cl-p1-preset-card{
  background:rgba(8,22,46,.76) !important;
  border:1px solid rgba(148,163,184,.12) !important;
  box-shadow:0 8px 18px rgba(2,8,23,.22) !important;
}

html[data-theme="dark"] .cl-p1-preset-card strong{
  color:#f8fafc !important;
}

html[data-theme="dark"] .cl-p1-preset-card span{
  color:#cbd5e1 !important;
}

html[data-theme="dark"] .cl-p1-preset-card.is-active{
  border-color:#60a5fa !important;
  box-shadow:0 0 0 3px rgba(96,165,250,.16), 0 16px 30px rgba(2,8,23,.28) !important;
}

/* colonne droite : résumé plus vendeur */
#cl-p1-proof-panel .cl-p1-summary-card{
  padding:12px !important;
}

#cl-p1-proof-panel .cl-p1-summary-row{
  min-height:42px !important;
  padding:0 12px !important;
  border-radius:12px !important;
  display:grid !important;
  grid-template-columns:92px minmax(0, 1fr) !important;
  align-items:center !important;
  gap:10px !important;
}

#cl-p1-proof-panel .cl-p1-summary-row span{
  font-size:12px !important;
}

#cl-p1-proof-panel .cl-p1-summary-row strong{
  font-size:13px !important;
}

/* section config : respiration et rythme */
.cl-p1-panel--config .cl-p1-dyn-card{
  border-radius:14px !important;
}

.cl-p1-panel--config .cl-p1-settings-head{
  min-height:38px !important;
  display:flex !important;
  align-items:center !important;
}

.cl-p1-panel--config [data-cl-preset-section],
.cl-p1-panel--config [data-cl-p3-main-section],
.cl-p1-panel--config [data-cl-p4-main-section]{
  border-radius:18px !important;
}

.cl-p1-panel--config .k{
  font-size:11px !important;
  letter-spacing:.08em !important;
}

/* hero : un peu plus homogène avec la landing */
.cl-p1-hero{
  gap:22px !important;
}

.cl-p1-hero-copy{
  min-width:0 !important;
}

.cl-p1-title{
  max-width:10ch !important;
}

.cl-p1-hero-side > *{
  min-height:128px !important;
  border-radius:18px !important;
}

/* mobile/tablette */
@media (max-width: 1024px){
  .cl-p1-grid{
    grid-template-columns:1fr !important;
  }

  #cl-p1-proof-panel,
  .cl-p1-panel--proof{
    min-height:auto !important;
  }

  #cl-p1-proof-panel{
    position:relative !important;
    top:auto !important;
  }
}

@media (max-width: 720px){
  .cl-p1-preset-card{
    min-height:84px !important;
    padding:12px !important;
  }

  .cl-p1-preset-card strong{
    font-size:14px !important;
  }

  .cl-p1-preset-card span{
    font-size:12px !important;
  }

  .cl-p1-panel--config [data-cl-p3-main-section]{
    grid-template-columns:1fr !important;
  }

  .cl-p1-title{
    max-width:none !important;
  }
}
/* /CL_REQ_HOMOGENEITY_FINISH_V1 */

/* CL_REQ_PHASE1_CLOSE_V1 */

/* =========================
   1) Desktop : compacter la config
   ========================= */
@media (min-width: 1025px){

  .cl-p1-grid{
    grid-template-columns:minmax(0, .98fr) minmax(390px, 1.02fr) !important;
    gap:24px !important;
    align-items:start !important;
  }

  .cl-p1-panel--config{
    padding:18px !important;
  }

  .cl-p1-panel--proof,
  #cl-p1-proof-panel{
    min-height:640px !important;
  }

  #cl-p1-proof-panel{
    top:96px !important;
  }

  #cl-p1-proof-panel .rightTop{
    gap:12px !important;
  }

  #cl-p1-proof-panel .note{
    min-height:86px !important;
  }

  #cl-p1-proof-panel .chartBox{
    min-height:320px !important;
  }

  .cl-p1-panel--config [data-cl-preset-section],
  .cl-p1-panel--config [data-cl-p3-main-section],
  .cl-p1-panel--config [data-cl-p4-main-section]{
    padding:12px !important;
    margin-bottom:12px !important;
  }

  .cl-p1-panel--config [data-cl-p3-main-section]{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:10px !important;
  }

  .cl-p1-panel--config [data-cl-p3-main-section] > *{
    min-width:0 !important;
  }

  .cl-p1-panel--config [data-cl-p4-main-section]{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
    align-items:start !important;
  }

  .cl-p1-panel--config [data-cl-p4-main-section] > *{
    min-width:0 !important;
  }

  .cl-p1-panel--config .cl-p1-dyn-card{
    padding:10px !important;
    min-height:116px !important;
  }

  .cl-p1-panel--config input,
  .cl-p1-panel--config select,
  .cl-p1-panel--config textarea{
    min-height:38px !important;
    height:38px !important;
    padding:0 10px !important;
    font-size:13px !important;
  }

  .cl-p1-panel--config button,
  .cl-p1-create-active{
    min-height:40px !important;
    height:40px !important;
    padding:0 14px !important;
    font-size:13px !important;
  }

  .cl-p1-panel--config .k,
  .cl-p1-panel--proof .k{
    font-size:11px !important;
    letter-spacing:.08em !important;
  }

  .cl-p1-settings-head{
    min-height:36px !important;
    display:flex !important;
    align-items:center !important;
  }
}

/* =========================
   2) Hero plus produit
   ========================= */
.cl-p1-hero{
  gap:22px !important;
  padding:20px !important;
}

.cl-p1-hero-copy{
  min-width:0 !important;
}

.cl-p1-title{
  max-width:8.8ch !important;
  line-height:.95 !important;
}

.cl-p1-hero-actions{
  gap:10px !important;
}

.cl-p1-hero .btn,
.cl-p1-ghost{
  min-height:42px !important;
  height:42px !important;
  padding:0 14px !important;
  border-radius:12px !important;
}

.cl-p1-proof-pill{
  min-height:30px !important;
  padding:0 12px !important;
  font-size:12px !important;
}

.cl-p1-hero-side{
  gap:14px !important;
}

.cl-p1-hero-side > *{
  min-height:132px !important;
}

/* =========================
   3) Étape 1 plus homogène / plus nette
   ========================= */
.cl-p1-family{
  border-radius:18px !important;
  overflow:hidden !important;
}

.cl-p1-family-title{
  font-size:15px !important;
  line-height:1.2 !important;
}

.cl-p1-preset-card{
  min-height:98px !important;
  padding:14px !important;
  border-radius:14px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease !important;
}

.cl-p1-preset-card strong{
  display:block !important;
  margin-bottom:6px !important;
  font-size:15px !important;
  line-height:1.2 !important;
}

.cl-p1-preset-card span{
  display:block !important;
  font-size:12px !important;
  line-height:1.42 !important;
}

.cl-p1-preset-card:hover{
  transform:translateY(-1px);
}

/* =========================
   4) Colonne droite plus vendeuse
   ========================= */
#cl-p1-proof-panel{
  padding:18px !important;
}

#cl-p1-proof-panel .cl-p1-summary-card{
  padding:12px !important;
}

#cl-p1-proof-panel .cl-p1-summary-row{
  min-height:42px !important;
  padding:0 12px !important;
  border-radius:12px !important;
  display:grid !important;
  grid-template-columns:96px minmax(0, 1fr) !important;
  align-items:center !important;
  gap:10px !important;
}

#cl-p1-proof-panel .cl-p1-summary-row span{
  font-size:12px !important;
}

#cl-p1-proof-panel .cl-p1-summary-row strong{
  font-size:13px !important;
}

#cl-p1-proof-panel .cl-p1-create-active{
  min-height:44px !important;
  height:44px !important;
  font-size:14px !important;
  font-weight:700 !important;
}

/* =========================
   5) Thème clair : premium réel
   ========================= */
html[data-theme="light"] .cl-p1-hero{
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,247,252,.98)) !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 18px 40px rgba(15,23,42,.08) !important;
}

html[data-theme="light"] .cl-p1-panel--config,
html[data-theme="light"] .cl-p1-panel--proof,
html[data-theme="light"] #cl-p1-proof-panel{
  background:
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(246,248,252,.98)) !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 18px 40px rgba(15,23,42,.07) !important;
}

html[data-theme="light"] .cl-p1-family{
  background:linear-gradient(180deg, rgba(20,34,57,.96), rgba(32,49,78,.94)) !important;
  border:1px solid rgba(20,34,57,.10) !important;
  box-shadow:0 18px 36px rgba(15,23,42,.12) !important;
}

html[data-theme="light"] .cl-p1-family-title{
  color:#ffffff !important;
}

html[data-theme="light"] .cl-p1-family .cl-p1-section-copy{
  color:rgba(255,255,255,.74) !important;
}

html[data-theme="light"] .cl-p1-preset-card,
html[data-theme="light"] .cl-p1-dyn-card,
html[data-theme="light"] .cl-p1-summary-card,
html[data-theme="light"] .cl-p1-settings-head,
html[data-theme="light"] .cl-p1-proof-pill,
html[data-theme="light"] #cl-p1-proof-panel .note,
html[data-theme="light"] .cl-p1-panel--config [data-cl-preset-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p3-main-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p4-main-section]{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.10) !important;
  box-shadow:0 10px 24px rgba(15,23,42,.06) !important;
}

html[data-theme="light"] .cl-p1-preset-card.is-active{
  border-color:#60a5fa !important;
  box-shadow:0 0 0 3px rgba(96,165,250,.14), 0 14px 30px rgba(15,23,42,.10) !important;
}

html[data-theme="light"] .cl-p1-title,
html[data-theme="light"] .cl-p1-section-title,
html[data-theme="light"] .cl-p1-surface-title,
html[data-theme="light"] .cl-p1-dyn-title,
html[data-theme="light"] .cl-p1-summary-row strong,
html[data-theme="light"] .cl-p1-side-value{
  color:#0f172a !important;
}

html[data-theme="light"] .cl-p1-subtitle,
html[data-theme="light"] .cl-p1-page-lead,
html[data-theme="light"] .cl-p1-section-copy,
html[data-theme="light"] .cl-p1-surface-copy,
html[data-theme="light"] .cl-p1-proof-caption,
html[data-theme="light"] .cl-p1-dyn-copy,
html[data-theme="light"] .cl-p1-create-note,
html[data-theme="light"] .cl-p1-settings-copy,
html[data-theme="light"] .cl-p1-side-label,
html[data-theme="light"] .muted{
  color:#475569 !important;
}

html[data-theme="light"] .cl-p1-eyebrow,
html[data-theme="light"] .cl-p1-dyn-kicker{
  color:#2563eb !important;
}

html[data-theme="light"] .cl-p1-hero .btn:not(.primary),
html[data-theme="light"] .cl-p1-ghost,
html[data-theme="light"] .cl-p1-target-btn{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.12) !important;
}

html[data-theme="light"] .cl-p1-hero .btn.primary,
html[data-theme="light"] .cl-p1-create-active,
html[data-theme="light"] #cl-p1-proof-panel .cl-p1-create-active{
  background:linear-gradient(180deg, #71a7ff, #4f86f7) !important;
  color:#ffffff !important;
  border-color:transparent !important;
  box-shadow:0 12px 28px rgba(79,134,247,.26) !important;
}

/* =========================
   6) Thème sombre : micro montée en gamme
   ========================= */
html[data-theme="dark"] .cl-p1-hero,
html[data-theme="dark"] .cl-p1-panel--config,
html[data-theme="dark"] .cl-p1-panel--proof,
html[data-theme="dark"] #cl-p1-proof-panel{
  box-shadow:0 18px 46px rgba(2,8,23,.36) !important;
}

html[data-theme="dark"] .cl-p1-preset-card,
html[data-theme="dark"] .cl-p1-dyn-card,
html[data-theme="dark"] .cl-p1-summary-card,
html[data-theme="dark"] .cl-p1-settings-head,
html[data-theme="dark"] #cl-p1-proof-panel .note{
  box-shadow:0 10px 24px rgba(2,8,23,.18) !important;
}

/* =========================
   7) Tablette / mobile
   ========================= */
@media (max-width: 1024px){
  .cl-p1-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  #cl-p1-proof-panel,
  .cl-p1-panel--proof{
    min-height:auto !important;
  }

  #cl-p1-proof-panel{
    position:relative !important;
    top:auto !important;
  }

  .cl-p1-panel--config [data-cl-p3-main-section]{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }

  .cl-p1-panel--config [data-cl-p4-main-section]{
    grid-template-columns:1fr !important;
  }
}

@media (max-width: 720px){
  .cl-p1-title{
    max-width:none !important;
    font-size:clamp(34px, 10vw, 44px) !important;
  }

  .cl-p1-hero{
    padding:16px !important;
  }

  .cl-p1-preset-card{
    min-height:84px !important;
    padding:12px !important;
  }

  .cl-p1-preset-card strong{
    font-size:14px !important;
  }

  .cl-p1-preset-card span{
    font-size:12px !important;
  }

  .cl-p1-panel--config [data-cl-p3-main-section]{
    grid-template-columns:1fr !important;
  }

  #cl-p1-proof-panel .cl-p1-summary-row{
    grid-template-columns:84px minmax(0, 1fr) !important;
  }
}
/* /CL_REQ_PHASE1_CLOSE_V1 */

/* CL_REQ_THEME_NEUTRAL_V1 */

/* logo top bar : lisible en sombre, propre en clair */
html[data-theme="light"] .cl-rq-shared-header-host .cl-public-logo,
html[data-theme="light"] .cl-rq-shared-header-host .logo{
  filter:none !important;
  opacity:1 !important;
}

html[data-theme="dark"] .cl-rq-shared-header-host .cl-public-logo,
html[data-theme="dark"] .cl-rq-shared-header-host .logo{
  filter:brightness(0) invert(1) saturate(0) contrast(1.04) !important;
  opacity:.97 !important;
}

/* top bar neutre */
html[data-theme="light"] .cl-rq-shared-header-host{
  background:#f7f7f5 !important;
  box-shadow:0 14px 30px rgba(15,23,42,.08) !important;
}

html[data-theme="dark"] .cl-rq-shared-header-host{
  background:rgba(7,16,34,.88) !important;
}

/* mode clair : on supprime le bleu partout */
html[data-theme="light"] body{
  background:#eef0f2 !important;
}

html[data-theme="light"] .cl-p1-page,
html[data-theme="light"] .cl-p1-shell{
  background:transparent !important;
  color:#0f172a !important;
}

html[data-theme="light"] .cl-p1-hero,
html[data-theme="light"] .cl-p1-panel--config,
html[data-theme="light"] .cl-p1-panel--proof,
html[data-theme="light"] #cl-p1-proof-panel{
  background:#fbfbfa !important;
  background-image:none !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 18px 38px rgba(15,23,42,.07) !important;
}

/* étape 1 : plus de grand bloc bleu sombre */
html[data-theme="light"] .cl-p1-family{
  background:#fbfbfa !important;
  background-image:none !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 14px 30px rgba(15,23,42,.07) !important;
}

html[data-theme="light"] .cl-p1-family-title,
html[data-theme="light"] .cl-p1-title,
html[data-theme="light"] .cl-p1-section-title,
html[data-theme="light"] .cl-p1-surface-title,
html[data-theme="light"] .cl-p1-dyn-title,
html[data-theme="light"] .cl-p1-summary-row strong,
html[data-theme="light"] .cl-p1-side-value{
  color:#0f172a !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-subtitle,
html[data-theme="light"] .cl-p1-page-lead,
html[data-theme="light"] .cl-p1-section-copy,
html[data-theme="light"] .cl-p1-surface-copy,
html[data-theme="light"] .cl-p1-proof-caption,
html[data-theme="light"] .cl-p1-dyn-copy,
html[data-theme="light"] .cl-p1-create-note,
html[data-theme="light"] .cl-p1-settings-copy,
html[data-theme="light"] .cl-p1-side-label,
html[data-theme="light"] .muted{
  color:#475569 !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-eyebrow,
html[data-theme="light"] .cl-p1-dyn-kicker{
  color:#2563eb !important;
  opacity:1 !important;
}

/* cartes presets et cartes de droite : neutres, pas bleues */
html[data-theme="light"] .cl-p1-preset-card,
html[data-theme="light"] .cl-p1-dyn-card,
html[data-theme="light"] .cl-p1-summary-card,
html[data-theme="light"] .cl-p1-settings-head,
html[data-theme="light"] .cl-p1-proof-pill,
html[data-theme="light"] #cl-p1-proof-panel .note,
html[data-theme="light"] .cl-p1-panel--config [data-cl-preset-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p3-main-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p4-main-section]{
  background:#ffffff !important;
  background-image:none !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.10) !important;
  box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
}

html[data-theme="light"] .cl-p1-preset-card strong{
  color:#0f172a !important;
}
html[data-theme="light"] .cl-p1-preset-card span{
  color:#475569 !important;
}

html[data-theme="light"] .cl-p1-preset-card.is-active{
  border-color:#60a5fa !important;
  box-shadow:0 0 0 3px rgba(96,165,250,.14), 0 14px 28px rgba(15,23,42,.08) !important;
}

html[data-theme="light"] #cl-p1-proof-panel .cl-p1-summary-row{
  background:#ffffff !important;
  border-color:rgba(15,23,42,.10) !important;
}

html[data-theme="light"] #cl-p1-proof-panel .cl-p1-summary-row span{
  color:#64748b !important;
}

/* champs / selects */
html[data-theme="light"] .cl-p1-panel--config input,
html[data-theme="light"] .cl-p1-panel--config select,
html[data-theme="light"] .cl-p1-panel--config textarea,
html[data-theme="light"] input,
html[data-theme="light"] select,
html[data-theme="light"] textarea,
html[data-theme="light"] summary{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.12) !important;
  opacity:1 !important;
}

html[data-theme="light"] .cl-p1-panel--config input::placeholder,
html[data-theme="light"] .cl-p1-panel--config textarea::placeholder,
html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder{
  color:#94a3b8 !important;
  opacity:1 !important;
}

/* CTA : on garde le bleu uniquement ici */
html[data-theme="light"] .cl-rq-shared-header-host #cl-rq-topbar-app,
html[data-theme="light"] .cl-p1-create-active,
html[data-theme="light"] #cl-p1-proof-panel .cl-p1-create-active,
html[data-theme="light"] .cl-p1-hero .btn.primary{
  background:linear-gradient(180deg, #71a7ff, #4f86f7) !important;
  color:#ffffff !important;
  border-color:transparent !important;
  box-shadow:0 12px 28px rgba(79,134,247,.24) !important;
}

html[data-theme="light"] .cl-p1-hero .btn:not(.primary),
html[data-theme="light"] .cl-p1-ghost,
html[data-theme="light"] .cl-p1-target-btn{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.12) !important;
}

/* plus aucun voile bleu délavé */
html[data-theme="light"] .cl-p1-hero *,
html[data-theme="light"] .cl-p1-panel--config *,
html[data-theme="light"] .cl-p1-panel--proof *,
html[data-theme="light"] #cl-p1-proof-panel *{
  opacity:1 !important;
}
/* /CL_REQ_THEME_NEUTRAL_V1 */

/* CL_REQ_LAST_MILE_V1 */

/* topbar : logo seul */
.cl-rq-shared-header-host #cl-public-brand-sub,
.cl-rq-shared-header-host .cl-public-brand-copy,
.cl-rq-shared-header-host .cl-public-brand-copy--single{
  display:none !important;
}

.cl-rq-shared-header-host .cl-public-header--landing{
  grid-template-columns:156px minmax(0,1fr) !important;
}

.cl-rq-shared-header-host .cl-public-brand{
  display:flex !important;
  align-items:center !important;
  min-width:156px !important;
}

html[data-theme="light"] .cl-rq-shared-header-host .cl-public-logo,
html[data-theme="light"] .cl-rq-shared-header-host .logo{
  filter:none !important;
  opacity:1 !important;
}

html[data-theme="dark"] .cl-rq-shared-header-host .cl-public-logo,
html[data-theme="dark"] .cl-rq-shared-header-host .logo{
  filter:brightness(0) invert(1) saturate(0) contrast(1.04) !important;
  opacity:.98 !important;
}

/* requeteur light : neutre */
html[data-theme="light"] body{
  background:#eef0f2 !important;
}

html[data-theme="light"] .cl-p1-hero,
html[data-theme="light"] .cl-p1-panel--config,
html[data-theme="light"] .cl-p1-panel--proof,
html[data-theme="light"] #cl-p1-proof-panel,
html[data-theme="light"] .cl-p1-family{
  background:#fbfbfa !important;
  background-image:none !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 14px 30px rgba(15,23,42,.07) !important;
}

html[data-theme="light"] .cl-p1-preset-card,
html[data-theme="light"] .cl-p1-dyn-card,
html[data-theme="light"] .cl-p1-summary-card,
html[data-theme="light"] .cl-p1-proof-pill,
html[data-theme="light"] .cl-p1-settings-head,
html[data-theme="light"] #cl-p1-proof-panel .note,
html[data-theme="light"] .cl-p1-panel--config [data-cl-preset-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p3-main-section],
html[data-theme="light"] .cl-p1-panel--config [data-cl-p4-main-section]{
  background:#ffffff !important;
  background-image:none !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.10) !important;
  box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
}

/* graphique visible à nouveau */
@media (min-width: 1025px){
  #cl-p1-proof-panel{
    display:grid !important;
    grid-template-columns:1fr !important;
    align-items:start !important;
    gap:12px !important;
    position:sticky !important;
    top:96px !important;
    min-height:640px !important;
  }

  #cl-p1-proof-panel .rightTop{
    order:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:24px !important;
  }

  #cl-p1-proof-panel .chartBox,
  #cl-p1-proof-panel #chart,
  #cl-p1-proof-panel #candles_panel{
    order:2 !important;
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    min-height:300px !important;
    height:300px !important;
    overflow:hidden !important;
  }

  #cl-p1-proof-panel .cl-p1-summary-card{
    order:3 !important;
  }
}

@media (max-width: 1024px){
  #cl-p1-proof-panel{
    position:relative !important;
    top:auto !important;
    min-height:auto !important;
  }

  #cl-p1-proof-panel .chartBox,
  #cl-p1-proof-panel #chart,
  #cl-p1-proof-panel #candles_panel{
    min-height:240px !important;
    height:240px !important;
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
  }
}
/* /CL_REQ_LAST_MILE_V1 */
