/* Idéal Web — éléments visibles uniquement en mode test local */
.iw-local-test-panel{
  margin:16px 0;
  padding:16px;
  border:2px dashed #8b5cf6;
  border-radius:16px;
  background:#f7f3ff;
  color:#34235f;
}
.iw-local-test-panel[hidden]{display:none!important}
.iw-local-test-panel strong{display:block;font-size:1rem;margin-bottom:5px}
.iw-local-test-panel p{margin:5px 0 12px;line-height:1.5}
.iw-local-test-controls{display:grid;gap:10px}
.iw-local-test-controls label{display:grid;gap:5px;font-weight:800}
.iw-local-test-controls select{
  width:100%;
  min-height:44px;
  padding:0 10px;
  border:1px solid #b9a6e8;
  border-radius:10px;
  background:#fff;
}
.iw-local-test-button{
  min-height:48px;
  border:0;
  border-radius:12px;
  padding:0 14px;
  background:#6d28d9;
  color:#fff;
  font:inherit;
  font-weight:900;
  cursor:pointer;
}
.iw-local-test-button:hover{background:#5b21b6}
.iw-local-test-note{font-size:.78rem;color:#6a5798}
body[data-iw-local-test="1"] #accountEyebrow{color:#6d28d9}
body[data-iw-local-test="1"] .topbar{box-shadow:inset 0 -3px #8b5cf6}
.iw-local-test-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 9px;
  border-radius:999px;
  background:#ede9fe;
  color:#5b21b6;
  font-size:.76rem;
  font-weight:900;
}
