*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#060608;
  --surface:#0d0b08;
  --surface-2:#12100c;
  --surface-3:#17130e;
  --text:#f0ece4;
  --text-soft:#d8d2c8;
  --text-dim:#918b94;
  --gold:#c8a96e;
  --gold-light:#e8d5a8;
  --cyan:#4dd0e1;
  --green:#70c69a;
  --amber:#e8b35d;
  --red:#e98073;
  --line:rgba(200,169,110,.15);
  --line-soft:rgba(255,255,255,.075);
  --shadow:0 22px 70px rgba(0,0,0,.35);
  --font:"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --transition:.25s cubic-bezier(.25,.46,.45,.94);
}
html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.65;overflow-x:hidden}
a{color:inherit}
button,input{font:inherit}
button{cursor:pointer}
[hidden]{display:none!important}
.skip-link{position:fixed;left:1rem;top:-4rem;z-index:1000;background:var(--gold-light);color:#080808;padding:.75rem 1rem;border-radius:8px;text-decoration:none;font-weight:700;transition:top .2s}
.skip-link:focus{top:1rem}
.demo-banner{display:flex;justify-content:center;gap:.7rem;align-items:center;padding:.55rem 1rem;background:#17100a;border-bottom:1px solid rgba(232,179,93,.2);color:#c9c0b2;font-size:.76rem;letter-spacing:.02em}
.demo-banner strong{color:var(--amber);text-transform:uppercase;letter-spacing:.12em;font-size:.68rem}
.site-nav{position:sticky;top:0;z-index:100;background:rgba(6,6,8,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(200,169,110,.1)}
.nav-inner{max-width:1180px;margin:0 auto;padding:1.05rem 2rem;display:flex;align-items:center;gap:2rem}
.nav-brand{font-weight:750;letter-spacing:.12em;font-size:.9rem;text-decoration:none;color:var(--gold);text-transform:uppercase}
.nav-links{margin-left:auto;display:flex;gap:1.55rem}
.nav-links a{color:var(--text-dim);text-decoration:none;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;transition:color var(--transition)}
.nav-links a:hover,.nav-links a.active{color:var(--text)}
.hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 76% 18%,rgba(200,169,110,.09),transparent 34%),linear-gradient(180deg,#08080a 0%,#060608 100%)}
.hero-inner{max-width:1040px;margin:0 auto;padding:5rem 2rem 4rem}
.eyebrow{font-size:.65rem;font-weight:750;letter-spacing:.23em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
h1{font-size:clamp(2.15rem,5vw,4rem);line-height:1.08;letter-spacing:-.025em;max-width:840px;margin-bottom:1.25rem}
.hero-lede{max-width:760px;color:var(--text-dim);font-size:1.08rem}
.hero-points{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.8rem 0 1.35rem}
.hero-points span{font-size:.75rem;color:var(--gold-light);padding:.45rem .75rem;border:1px solid rgba(200,169,110,.18);border-radius:100px;background:rgba(200,169,110,.055)}
.scope-note{max-width:850px;padding:1rem 1.2rem;border-left:3px solid var(--cyan);border-radius:0 10px 10px 0;background:rgba(77,208,225,.045);color:#bfc4c4;font-size:.88rem}
.scope-note strong{color:#e8f5f6}
.diagnostic-shell{max-width:1180px;margin:0 auto;padding:3.5rem 2rem 6rem}
.diagnostic-card{border:1px solid var(--line);border-radius:24px;background:linear-gradient(150deg,#100e0b 0%,#090909 60%);box-shadow:var(--shadow);overflow:hidden}
.checker-head{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start;padding:2.25rem 2.5rem 1.7rem;border-bottom:1px solid var(--line-soft)}
.checker-head h2,.results-head h2,.section-heading h2{font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.2;margin-bottom:.65rem}
.checker-head p{color:var(--text-dim);max-width:700px}
.text-button{appearance:none;background:none;border:0;color:var(--text-dim);text-decoration:underline;text-decoration-color:rgba(255,255,255,.18);text-underline-offset:4px;font-size:.8rem;white-space:nowrap}
.text-button:hover{color:var(--text)}
.progress-wrap{padding:1.5rem 2.5rem;border-bottom:1px solid var(--line-soft);background:rgba(255,255,255,.012)}
.progress-meta{display:flex;justify-content:space-between;color:var(--text-dim);font-size:.75rem;margin-bottom:.65rem}
.progress-track{height:5px;border-radius:99px;background:rgba(255,255,255,.06);overflow:hidden}
.progress-bar{height:100%;width:25%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:99px;transition:width .35s ease}
.stepper{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.2rem}
.stepper li{display:flex;align-items:center;gap:.6rem;color:#625e66;font-size:.76rem;transition:color var(--transition)}
.stepper li span{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,.09);font-style:normal;font-weight:700;font-size:.72rem}
.stepper li em{font-style:normal}
.stepper li.active,.stepper li.done{color:var(--gold-light)}
.stepper li.active span{background:var(--gold);border-color:var(--gold);color:#090806}
.stepper li.done span{border-color:rgba(200,169,110,.5);color:var(--gold)}
.form-step{padding:2.4rem 2.5rem 1rem;animation:fadeIn .24s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.step-heading{max-width:780px;margin-bottom:2rem}
.step-kicker{display:block;color:var(--gold);font-size:.65rem;font-weight:750;text-transform:uppercase;letter-spacing:.18em;margin-bottom:.55rem}
.step-heading h3{font-size:1.55rem;line-height:1.25;margin-bottom:.55rem}
.step-heading p{color:var(--text-dim)}
fieldset{border:0;margin:0 0 2.2rem}
legend{font-weight:700;font-size:1rem;margin-bottom:1rem;color:var(--text-soft)}
.optional{color:var(--text-dim);font-size:.78rem;font-weight:400;margin-left:.35rem}
.choice-grid,.product-grid,.tick-grid,.country-grid{display:grid;gap:.85rem}
.choice-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.choice-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.choice-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.choice-card,.product-card,.tick-card,.country-card{position:relative;display:flex;align-items:flex-start;gap:.9rem;min-height:92px;padding:1.15rem 1.2rem;border:1px solid var(--line-soft);border-radius:14px;background:rgba(255,255,255,.015);transition:border-color var(--transition),background var(--transition),transform var(--transition),box-shadow var(--transition);cursor:pointer}
.choice-card:hover,.product-card:hover,.tick-card:hover,.country-card:hover{border-color:rgba(200,169,110,.32);background:rgba(200,169,110,.035);transform:translateY(-1px)}
.choice-card:has(input:checked),.product-card:has(input:checked),.tick-card:has(input:checked),.country-card:has(input:checked){border-color:rgba(200,169,110,.65);background:linear-gradient(145deg,rgba(200,169,110,.12),rgba(200,169,110,.035));box-shadow:inset 0 0 0 1px rgba(200,169,110,.08)}
.choice-card input,.product-card input,.tick-card input,.country-card input{position:absolute;opacity:0;pointer-events:none}
.choice-card::after,.tick-card::after,.country-card::after{content:"";flex:0 0 auto;order:-1;width:19px;height:19px;margin-top:2px;border:1px solid rgba(255,255,255,.19);border-radius:5px;background:#080808;transition:all var(--transition)}
.choice-card:has(input[type="radio"])::after{border-radius:50%}
.choice-card:has(input:checked)::after{border:5px solid var(--gold);background:#111}
.tick-card:has(input:checked)::after,.country-card:has(input:checked)::after{content:"✓";display:flex;align-items:center;justify-content:center;color:#0a0908;background:var(--gold);border-color:var(--gold);font-size:.75rem;font-weight:900}
.choice-content,.tick-card span,.country-card span,.product-card>span:last-child{display:flex;flex-direction:column;gap:.25rem}
.choice-card strong,.product-card strong,.tick-card strong,.country-card strong{font-size:.92rem;color:var(--text)}
.choice-card small,.product-card small,.tick-card small,.country-card small{color:var(--text-dim);font-size:.76rem;line-height:1.45}
.choice-card.compact{min-height:78px}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-card{align-items:center;min-height:108px}
.product-card.wide{grid-column:span 3;min-height:82px}
.product-icon{display:flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;border-radius:10px;border:1px solid rgba(200,169,110,.19);background:rgba(200,169,110,.08);color:var(--gold-light);font-weight:700}
.product-card:has(input:checked) .product-icon{background:var(--gold);color:#0a0908;border-color:var(--gold)}
.product-card::after{content:"";position:absolute;top:10px;right:10px;width:20px;height:20px;border:1px solid rgba(255,255,255,.19);border-radius:5px;background:#080808;transition:all var(--transition)}
.product-card:has(input:checked)::after{content:"✓";display:flex;align-items:center;justify-content:center;color:#0a0908;background:var(--gold);border-color:var(--gold);font-size:.76rem;font-weight:900}
.tick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.tick-card{min-height:90px}
.conditional-panel{padding:1.3rem 1.3rem .1rem;border:1px solid rgba(77,208,225,.2);border-radius:16px;background:rgba(77,208,225,.035);margin-bottom:2rem}
.country-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.country-card{min-height:84px}
.country-card.wide{grid-column:span 2}
.country-details{display:grid;gap:.8rem;margin-top:-.8rem;margin-bottom:2rem}
.country-detail-row{display:grid;grid-template-columns:minmax(150px,1.1fr) minmax(130px,.8fr) minmax(150px,.8fr);gap:.8rem;align-items:end;padding:1rem 1.1rem;border:1px solid var(--line-soft);border-radius:12px;background:rgba(255,255,255,.012)}
.country-detail-row strong{font-size:.9rem}
.field-label{display:flex;flex-direction:column;gap:.35rem;color:var(--text-dim);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}
.field-label input{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:9px;padding:.72rem .8rem;background:#080809;color:var(--text);outline:none}
.field-label input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,169,110,.1)}
.privacy-card{padding:1.2rem 1.3rem;border:1px solid rgba(112,198,154,.22);border-radius:14px;background:rgba(112,198,154,.04);margin-bottom:1.4rem}
.privacy-card strong{color:#bce6ce}
.privacy-card p{color:var(--text-dim);font-size:.85rem;margin-top:.35rem}
.validation-message{min-height:24px;margin:0 2.5rem;color:#ffaca3;font-size:.84rem;font-weight:600}
.form-actions{display:flex;justify-content:space-between;gap:1rem;padding:1.3rem 2.5rem 2.4rem}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:46px;padding:.75rem 1.35rem;border-radius:100px;border:1px solid transparent;font-size:.76rem;font-weight:750;letter-spacing:.07em;text-transform:uppercase;text-decoration:none;transition:all var(--transition)}
.button:disabled{opacity:.35;cursor:not-allowed}
.button-primary{color:#0a0908;background:linear-gradient(135deg,var(--gold-light),var(--gold));border-color:var(--gold)}
.button-primary:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(200,169,110,.2)}
.button-secondary{color:var(--text-soft);background:transparent;border-color:rgba(255,255,255,.12)}
.button-secondary:not(:disabled):hover{border-color:rgba(200,169,110,.38);color:var(--gold-light)}
.results{margin-top:3rem;animation:fadeIn .35s ease}
.results-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.4rem}
.results-head>div:first-child{max-width:720px}
.results-head p{color:var(--text-dim)}
.result-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}
.summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1.5rem 0}
.summary-item{padding:1rem 1.1rem;border:1px solid var(--line-soft);border-radius:12px;background:rgba(255,255,255,.015)}
.summary-item span{display:block;font-size:.62rem;text-transform:uppercase;letter-spacing:.13em;color:var(--text-dim);margin-bottom:.35rem}
.summary-item strong{font-size:.88rem;color:var(--text-soft)}
.status-legend{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.4rem 0 2rem}
.status-legend span,.result-status{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .65rem;border-radius:100px;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.legend-priority,.status-priority{color:#ffd5cf;background:rgba(233,128,115,.1);border:1px solid rgba(233,128,115,.24)}
.legend-check,.status-check{color:#f6ddb0;background:rgba(232,179,93,.1);border:1px solid rgba(232,179,93,.23)}
.legend-info,.status-info{color:#c9eff3;background:rgba(77,208,225,.08);border:1px solid rgba(77,208,225,.2)}
.legend-unlikely,.status-unlikely{color:#b9dfc8;background:rgba(112,198,154,.08);border:1px solid rgba(112,198,154,.19)}
.result-group{margin:2.3rem 0}
.result-group-title{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:1.25rem}
.result-count{display:inline-flex;align-items:center;justify-content:center;min-width:25px;height:25px;padding:0 .45rem;border-radius:50px;background:rgba(255,255,255,.06);color:var(--text-dim);font-size:.7rem}
.result-list{display:grid;gap:1rem}
.result-card{padding:1.4rem 1.55rem;border:1px solid var(--line-soft);border-radius:16px;background:linear-gradient(145deg,#100e0b,#090909)}
.result-card.priority{border-left:4px solid var(--red)}
.result-card.check{border-left:4px solid var(--amber)}
.result-card.info{border-left:4px solid var(--cyan)}
.result-card.unlikely{border-left:4px solid var(--green);opacity:.88}
.result-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}
.result-card h3{font-size:1.12rem;line-height:1.3}
.result-summary{color:var(--text-soft);font-size:.92rem;margin-bottom:.7rem}
.result-why{color:var(--text-dim);font-size:.82rem;padding:.75rem .85rem;border-radius:9px;background:rgba(255,255,255,.025);margin-bottom:.8rem}
.result-why strong{color:#bcb5bd}
.result-actions-list{margin:.65rem 0 0 1.1rem;color:#d9d4cc;font-size:.87rem}
.result-actions-list li{margin:.36rem 0;padding-left:.2rem}
.result-links{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--line-soft)}
.result-links a{color:var(--gold-light);font-size:.75rem;text-decoration:none}
.result-links a:hover{text-decoration:underline;text-underline-offset:3px}
.guides-section{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--line)}
.section-heading{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.5rem}
.section-heading>div{max-width:650px}
.section-heading>p{max-width:410px;color:var(--text-dim);font-size:.88rem}
.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.guide-card{display:flex;flex-direction:column;min-height:260px;padding:1.4rem;border:1px solid var(--line-soft);border-radius:16px;background:linear-gradient(145deg,#11100d,#090909)}
.guide-card.featured{border-color:rgba(200,169,110,.35);background:linear-gradient(145deg,#161209,#090909)}
.guide-tag{align-self:flex-start;padding:.25rem .6rem;border-radius:100px;background:rgba(200,169,110,.09);border:1px solid rgba(200,169,110,.16);color:var(--gold);font-size:.6rem;text-transform:uppercase;letter-spacing:.11em;font-weight:800;margin-bottom:1rem}
.guide-card h3{font-size:1.05rem;line-height:1.35;margin-bottom:.55rem}
.guide-card p{color:var(--text-dim);font-size:.83rem;margin-bottom:1rem}
.guide-reason{font-size:.75rem;color:#b8b1a8;padding:.65rem .75rem;border-radius:9px;background:rgba(255,255,255,.025);margin-bottom:1rem}
.guide-card .button{margin-top:auto;align-self:flex-start}
.guide-card.upcoming{opacity:.78}
.sources-section{margin-top:3rem}
.sources-section details{border:1px solid var(--line-soft);border-radius:14px;background:rgba(255,255,255,.012)}
.sources-section summary{cursor:pointer;padding:1.1rem 1.3rem;font-weight:700;color:var(--text-soft)}
.sources-content{padding:0 1.3rem 1.3rem;color:var(--text-dim);font-size:.84rem}
.sources-content p{margin-bottom:.8rem}
.sources-content ul{margin-left:1.2rem}
.sources-content li{margin:.45rem 0}
.sources-content a{color:var(--gold-light)}
.small-note{font-size:.76rem;color:#6f6973;margin-top:1rem}
.legal-callout{margin-top:1.2rem;padding:1.15rem 1.3rem;border-left:3px solid var(--amber);border-radius:0 10px 10px 0;background:rgba(232,179,93,.04);color:#bcb5ad;font-size:.82rem}
footer{border-top:1px solid rgba(255,255,255,.05);padding:2.5rem 2rem;text-align:center}
footer p{color:#6a6670;font-size:.75rem}
.footer-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1rem;flex-wrap:wrap}
.footer-links a{color:#6a6670;text-decoration:none;font-size:.78rem}
.footer-links a:hover{color:var(--text)}
.toast{position:fixed;right:1rem;bottom:1rem;z-index:500;padding:.8rem 1rem;border-radius:10px;background:#1b1813;border:1px solid rgba(200,169,110,.28);box-shadow:0 14px 40px rgba(0,0,0,.4);color:var(--gold-light);font-size:.82rem;animation:toastIn .25s ease}
@keyframes toastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:980px){
  .choice-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-grid,.tick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-card.wide{grid-column:span 2}
  .country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .results-head,.section-heading{align-items:flex-start;flex-direction:column}
  .result-actions{justify-content:flex-start}
}
@media(max-width:760px){
  .demo-banner{align-items:flex-start;flex-direction:column;gap:.1rem}
  .nav-inner{padding:.9rem 1.1rem;align-items:flex-start}
  .nav-links{gap:.75rem;overflow-x:auto;padding-bottom:.25rem}
  .nav-links a{white-space:nowrap;font-size:.7rem}
  .hero-inner{padding:3.5rem 1.2rem 3rem}
  .diagnostic-shell{padding:2rem 1rem 4rem}
  .checker-head{padding:1.6rem 1.3rem;flex-direction:column}
  .progress-wrap{padding:1.2rem 1.3rem}
  .stepper li em{display:none}
  .form-step{padding:1.7rem 1.3rem .8rem}
  .validation-message{margin:0 1.3rem}
  .form-actions{padding:1rem 1.3rem 1.7rem}
  .choice-grid-2,.choice-grid-3,.choice-grid-4,.product-grid,.tick-grid,.country-grid,.guide-grid{grid-template-columns:1fr}
  .product-card.wide,.country-card.wide{grid-column:span 1}
  .country-detail-row{grid-template-columns:1fr}
  .summary-strip{grid-template-columns:1fr}
  .results-head h2{font-size:1.7rem}
  .result-card-head{flex-direction:column}
}
@media(max-width:480px){
  .nav-inner{align-items:center}
  .nav-links{overflow:visible;justify-content:flex-end;min-width:0}
  .nav-links a:nth-child(n+3){display:none}
  .hero-points{align-items:flex-start;flex-direction:column}
  .form-actions{flex-direction:column-reverse}
  .form-actions .button{width:100%}
  .result-actions{width:100%;flex-direction:column}
  .result-actions .button{width:100%}
}
@media print{
  .demo-banner,.site-nav,.hero,.diagnostic-card,.result-actions,.status-legend,.guide-card .button,footer{display:none!important}
  body{background:#fff;color:#111;font-family:Arial,sans-serif}
  .diagnostic-shell{max-width:none;padding:0}
  .results{display:block!important;margin:0}
  .results-head h2,.section-heading h2,.result-card h3,.guide-card h3{color:#111}
  .results-head p,.summary-item strong,.result-summary,.result-actions-list,.guide-card p,.guide-reason,.sources-content,.legal-callout{color:#333}
  .summary-item,.result-card,.guide-card,.sources-section details{background:#fff;border-color:#ccc;box-shadow:none;break-inside:avoid}
  .result-card{margin-bottom:12px}
  .guide-grid{grid-template-columns:1fr 1fr}
  a{text-decoration:none;color:#111}
}

/* Catalogue produit étendu */
.product-search-wrap{display:grid;gap:.55rem;margin-bottom:1.25rem;padding:1rem 1.1rem;border:1px solid var(--line-soft);border-radius:14px;background:rgba(255,255,255,.018)}
.product-search-wrap input{width:100%;padding:.88rem 1rem;border:1px solid var(--line-soft);border-radius:10px;background:#0d0c0b;color:var(--text);font:inherit;outline:none}
.product-search-wrap input:focus{border-color:rgba(200,169,110,.7);box-shadow:0 0 0 3px rgba(200,169,110,.1)}
.product-family{margin:1.35rem 0}
.product-family h4{margin:0 0 .7rem;color:var(--gold);font-size:.84rem;letter-spacing:.08em;text-transform:uppercase}
.product-family[hidden],.product-card[hidden]{display:none!important}
.validation-inline{padding:.85rem 1rem;border:1px solid rgba(220,150,90,.35);border-radius:10px;background:rgba(220,150,90,.07);color:var(--text)}
.category-count{display:inline-flex;margin-left:.5rem;padding:.12rem .45rem;border-radius:99px;background:rgba(200,169,110,.12);color:var(--gold);font-size:.72rem}
@media(max-width:760px){.product-search-wrap{padding:.9rem}.product-family{margin:1rem 0}}

/* V0.3 — recherche produit et nouveau diagnostic */
.search-tools{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:1.6rem;color:var(--text-dim);font-size:.78rem}
.search-tools .text-button{font-size:.72rem}
#categorySearchStatus{font-variant-numeric:tabular-nums}
@media(max-width:640px){.search-tools{align-items:flex-start;flex-direction:column;gap:.45rem}.search-tools .text-button{white-space:normal;text-align:left}}


/* V0.5 — aide provisoire lorsque le guide n'est pas encore disponible */
.guide-help{margin:.15rem 0 1rem;border:1px solid rgba(200,169,110,.18);border-radius:11px;background:rgba(200,169,110,.035)}
.guide-help summary{cursor:pointer;padding:.75rem .85rem;color:var(--gold-light);font-size:.75rem;font-weight:750;line-height:1.35}
.guide-help-content{padding:0 .9rem .9rem;color:var(--text-dim);font-size:.78rem}
.guide-help-content p{margin:0 0 .7rem;color:#bbb4ab}
.guide-help-content h4{margin:.8rem 0 .35rem;color:#ddd5ca;font-size:.74rem}
.guide-help-content ol,.guide-help-content ul{margin:.25rem 0 .4rem 1.1rem}
.guide-help-content li{margin:.35rem 0}
.guide-help-content a{color:var(--gold-light);text-decoration:none}
.guide-help-content a:hover{text-decoration:underline;text-underline-offset:3px}
.guide-card.upcoming{opacity:1}
@media print{.guide-help{display:block}.guide-help summary{list-style:none}.guide-help-content{display:block!important}}
