.kc-conseiller{
  position:relative;
  display:grid;
  gap:14px;
  margin-top:16px;
  padding:clamp(16px,2.5vw,22px);
  border:1px solid rgba(15,157,140,.42);
  border-radius:18px;
  background:
    radial-gradient(circle at 100% 0,rgba(217,149,33,.1),transparent 24%),
    linear-gradient(145deg,#fff 0%,rgba(238,250,247,.92) 100%);
  box-shadow:0 14px 36px rgba(11,111,98,.1),0 0 0 5px rgba(15,157,140,.055),inset 0 1px 0 rgba(255,255,255,.98)
}
.kc-conseiller-head{display:grid;gap:12px}
.kc-conseiller-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--teal-dark);
  font-size:.72rem;
  font-weight:750;
  letter-spacing:.18em;
  text-transform:uppercase
}
.kc-conseiller-kicker::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 4px rgba(217,149,33,.13)
}
.kc-conseiller h3{font-size:clamp(1.18rem,2vw,1.48rem)}
.kc-conseiller-head p{margin-top:7px;color:var(--slate);font-size:.92rem;line-height:1.5}
.kc-conseiller-local{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(15,157,140,.28);
  border-radius:999px;
  background:rgba(15,157,140,.08);
  color:var(--teal-dark);
  font-size:.73rem;
  font-weight:750
}
.kc-conseiller-open{justify-self:start}
.kc-conseiller-panel{display:grid;gap:12px;padding-top:4px}
.kc-conseiller-panel[hidden],.kc-conseiller-understood[hidden],.kc-conseiller-error[hidden]{display:none!important}
.kc-conseiller-panel label{color:var(--navy);font-size:.9rem;font-weight:750}
.kc-conseiller textarea{
  width:100%;
  min-height:132px;
  resize:vertical;
  border:1px solid rgba(20,34,79,.2);
  border-radius:14px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  font-size:.95rem;
  line-height:1.5;
  padding:13px 14px;
  box-shadow:inset 0 1px 2px rgba(20,34,79,.04)
}
.kc-conseiller textarea:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-color:var(--teal)}
.kc-conseiller-meta{display:flex;justify-content:space-between;gap:12px;color:var(--slate);font-size:.75rem;line-height:1.4}
.kc-conseiller-meta span:last-child{flex:none;color:var(--navy);font-weight:750}
.kc-conseiller-examples{display:flex;flex-wrap:wrap;gap:7px}
.kc-conseiller-examples button{
  min-height:44px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font:inherit;
  font-size:.78rem;
  font-weight:700;
  padding:8px 12px;
  cursor:pointer
}
.kc-conseiller-examples button:hover{border-color:rgba(15,157,140,.5);background:rgba(15,157,140,.06)}
.kc-conseiller-actions,.kc-conseiller-result-actions{display:flex;flex-wrap:wrap;gap:9px}
.kc-conseiller-actions .btn,.kc-conseiller-result-actions .btn{min-height:44px}
.kc-conseiller-error{margin:0;padding:10px 12px;border:1px solid rgba(180,35,24,.24);border-radius:12px;background:rgba(180,35,24,.06);color:#7a1d16;font-size:.84rem}
.kc-conseiller-understood{
  display:grid;
  gap:14px;
  margin-top:4px;
  padding:15px;
  border:1px solid rgba(15,157,140,.34);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 26px rgba(11,111,98,.07)
}
.kc-conseiller-understood-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.kc-conseiller-understood-head>div{display:grid;gap:4px}
.kc-conseiller-understood-head>div>span{color:var(--teal-dark);font-size:.72rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
.kc-conseiller-understood-head strong{color:var(--navy);font-size:.9rem;line-height:1.4}
.kc-conseiller-confidence{
  flex:none;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 9px;
  border:1px solid rgba(15,157,140,.26);
  border-radius:999px;
  background:rgba(15,157,140,.08);
  color:var(--teal-dark);
  font-size:.7rem;
  font-weight:750
}
.kc-conseiller-confidence[data-band="low"]{border-color:rgba(217,149,33,.3);background:rgba(217,149,33,.08);color:#76500c}
.kc-conseiller-understood-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}
.kc-conseiller-understood-item{min-width:0;padding:10px 11px;border:1px solid rgba(20,34,79,.09);border-radius:13px;background:rgba(243,245,250,.58)}
.kc-conseiller-understood-item dt{color:var(--slate);font-size:.7rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}
.kc-conseiller-understood-item dd{display:grid;gap:3px;margin:4px 0 0;color:var(--navy);font-size:.84rem;font-weight:750;line-height:1.3}
.kc-conseiller-understood-item dd span{color:var(--slate);font-size:.68rem;font-weight:650}
.kc-conseiller-understood-item[data-confidence="low"]{border-style:dashed}
.kc-conseiller-cautions{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.kc-conseiller-cautions li{position:relative;padding-left:16px;color:var(--slate);font-size:.79rem;line-height:1.45}
.kc-conseiller-cautions li::before{content:"";position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:50%;background:var(--teal)}
.kc-conseiller-note,.kc-conseiller-return-note{color:var(--slate);font-size:.75rem;line-height:1.45}
.kc-conseiller-return-note{margin:0;padding:9px 11px;border-left:3px solid var(--teal);border-radius:8px;background:rgba(15,157,140,.07)}
.kc-conseiller button{-webkit-tap-highlight-color:transparent}
.kc-conseiller [tabindex="-1"]{outline:none}
@media(min-width:760px){.kc-conseiller-head{grid-template-columns:minmax(0,1fr) auto;align-items:start}.kc-conseiller-local{justify-self:end}}
@media(max-width:700px){
  .kc-conseiller{padding:14px;border-radius:16px;box-shadow:0 10px 28px rgba(11,111,98,.09),0 0 0 4px rgba(15,157,140,.045)}
  .kc-conseiller-understood-grid{grid-template-columns:1fr}
  .kc-conseiller-understood-head{display:grid}
  .kc-conseiller-confidence{width:max-content}
  .kc-conseiller-actions,.kc-conseiller-result-actions{display:grid;grid-template-columns:1fr}
  .kc-conseiller-actions .btn,.kc-conseiller-result-actions .btn{width:100%}
  .kc-conseiller-meta{display:grid;gap:4px}
}
@media(prefers-reduced-motion:reduce){.kc-conseiller *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media(forced-colors:active){
  .kc-conseiller,.kc-conseiller-understood,.kc-conseiller-understood-item,.kc-conseiller textarea,.kc-conseiller-examples button{border:1px solid CanvasText;background:Canvas;color:CanvasText;box-shadow:none}
  .kc-conseiller-kicker::before,.kc-conseiller-cautions li::before{background:Highlight}
}
