/* Composants exclusivement réservés aux pages .guide-page.
   Palette, rayons, ombres et largeur alignés sur le calculateur historique. */
.guide-page{margin:0;background:#f8fafc;color:#0f172a;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
.guide-page *{box-sizing:border-box}
.guide-page .guide-wrap{width:min(calc(100% - 2rem),1024px);margin-inline:auto}
.guide-page .guide-header{background:#fff;border-bottom:1px solid #e2e8f0}
.guide-page .guide-header-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.guide-page .guide-brand{display:flex;align-items:center;gap:.5rem;color:#1e293b;font-size:1.25rem;font-weight:700;text-decoration:none}
.guide-page .guide-brand-mark{width:24px;height:24px;color:#2563eb}
.guide-page .guide-nav{display:flex;gap:1rem;flex-wrap:wrap}
.guide-page .guide-nav a{color:#334155;text-decoration:none;font-size:.9rem;font-weight:600}
.guide-page .guide-nav a:hover{text-decoration:underline;color:#1d4ed8}
.guide-page .guide-main{padding:2rem 0 4rem}
.guide-page .guide-breadcrumb{font-size:.875rem;color:#64748b;margin-bottom:1.5rem}
.guide-page .guide-breadcrumb a,.guide-page .guide-sources a{color:#2563eb}
.guide-page .guide-hero{max-width:850px;text-align:center;margin-inline:auto}
.guide-page .guide-kicker,.guide-page .learning-step{color:#2563eb;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em}
.guide-page h1{font-size:clamp(2rem,5vw,2.5rem);line-height:1.15;margin:.5rem 0 1rem;color:#1e293b}
.guide-page h2{font-size:clamp(1.35rem,3vw,1.75rem);line-height:1.25;margin:0 0 1rem;color:#334155}
.guide-page h3{font-size:1.1rem;line-height:1.35;margin:0 0 .5rem;color:#334155}
.guide-page p{margin-top:0}.guide-page .guide-lead{font-size:1.125rem;color:#475569;max-width:720px;margin-inline:auto}
.guide-page .guide-section{margin-top:2.5rem}
.guide-page .guide-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(15,23,42,.1),0 4px 6px -4px rgba(15,23,42,.1)}
.guide-page .guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.guide-page .guide-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}
.guide-page .guide-summary .guide-card{padding:1rem;box-shadow:0 4px 6px -1px rgba(15,23,42,.08)}
.guide-page .guide-summary p{margin:0;color:#475569;font-size:.9rem}
.guide-page .guide-flow{display:flex;align-items:stretch;gap:.5rem;padding:.25rem 0}
.guide-page .guide-flow-item{min-width:0;flex:1;background:#fff;border:2px solid #bfdbfe;border-radius:.75rem;padding:1rem;text-align:center;font-weight:700;color:#334155}
.guide-page .guide-arrow{align-self:center;color:#2563eb;font-size:1.4rem}
.guide-page .guide-side-notes{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}
.guide-page .guide-note,.guide-page .takeaway{border-left:4px solid #2563eb;background:#eff6ff;padding:1rem;border-radius:.75rem;color:#334155}
.guide-page .takeaway{margin-top:1rem}.guide-page .takeaway strong{display:block;color:#1d4ed8;font-size:.78rem;letter-spacing:.05em;margin-bottom:.25rem}
.guide-page .concept-card p:last-child{margin-bottom:0}.guide-page .concept-card .question{font-weight:700;color:#334155;margin-bottom:.25rem}
.guide-page .common-errors{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.guide-page .error-item{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;box-shadow:0 4px 6px -1px rgba(15,23,42,.07)}
.guide-page .error-item .myth{font-weight:700;color:#334155}.guide-page .error-item .correction{color:#475569;margin-bottom:0}
.guide-page .payslip-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:1.25rem;align-items:start}
.guide-page .payslip{background:#fff;border:1px solid #cbd5e1;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(15,23,42,.1)}
.guide-page .payslip-meta{display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1rem;font-size:.9rem;margin-bottom:1rem;color:#475569}
.guide-page .payslip-zone{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:52px;margin:.45rem 0;padding:.75rem 1rem;background:#f8fafc;color:#334155;border:1px solid #cbd5e1;border-radius:.75rem;text-align:left;font:inherit;font-weight:600;cursor:pointer}
.guide-page .payslip-zone:hover{border-color:#2563eb;background:#eff6ff}.guide-page .payslip-zone[aria-pressed="true"]{border:2px solid #2563eb;background:#dbeafe;color:#1e3a8a}
.guide-page .payslip-zone:focus-visible,.guide-page .feedback-btn:focus-visible,.guide-page .reason-btn:focus-visible,.guide-page .guide-cta:focus-visible,.guide-page summary:focus-visible{outline:3px solid #f59e0b;outline-offset:3px}
.guide-page .payslip-amount{white-space:nowrap}.guide-page .payslip-note{font-size:.875rem;color:#64748b;margin:.9rem 0 0}
.guide-page .payslip-panel{position:sticky;top:1rem;background:#eff6ff;border:1px solid #93c5fd;border-radius:1rem;padding:1.5rem}
.guide-page .payslip-panel p:last-child{margin-bottom:0}
.guide-page .rates-details{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(15,23,42,.08)}
.guide-page .rates-details summary{cursor:pointer;padding:1.25rem 1.5rem;font-weight:700;color:#2563eb;min-height:52px}
.guide-page .rates-content{padding:0 1.5rem 1.5rem}.guide-page .table-scroll{overflow-x:auto}
.guide-page .guide-rates{width:100%;border-collapse:collapse;min-width:520px}.guide-page .guide-rates th,.guide-page .guide-rates td{text-align:left;padding:.75rem;border-bottom:1px solid #e2e8f0}.guide-page .guide-rates th{background:#f1f5f9;color:#334155}
.guide-page .guide-cta{display:inline-block;background:#2563eb;color:#fff;text-decoration:none;font-weight:600;padding:.75rem 1rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(37,99,235,.25)}
.guide-page .guide-cta:hover{background:#1d4ed8}
.guide-page .feedback-actions,.guide-page .feedback-reasons{display:flex;flex-wrap:wrap;gap:.75rem}.guide-page .feedback-reasons{margin-top:1rem}
.guide-page .feedback-btn,.guide-page .reason-btn{min-height:44px;border-radius:.5rem;padding:.65rem 1rem;font:inherit;font-weight:600;cursor:pointer}.guide-page .feedback-btn{border:1px solid #2563eb;background:#fff;color:#1d4ed8}.guide-page .feedback-btn.primary{background:#2563eb;color:#fff}.guide-page .reason-btn{border:1px solid #cbd5e1;background:#fff;color:#334155}
.guide-page .feedback-status{min-height:1.6rem;margin-top:1rem;font-weight:600;color:#166534}.guide-page .guide-sources h3{margin-top:1.25rem}.guide-page .guide-sources li{margin:.5rem 0}.guide-page .guide-disclaimer{font-size:.9rem;color:#475569;background:#f1f5f9;border-radius:.75rem;padding:1rem}
.guide-page .guide-footer{background:#0f172a;color:#94a3b8;padding:2rem 0;border-top:1px solid #1e293b}.guide-page .guide-footer-inner{text-align:center}.guide-page .guide-footer a{color:#cbd5e1}.guide-page .guide-list-card{text-decoration:none;color:inherit;display:block}.guide-page .guide-list-card:hover{border-color:#93c5fd}
.guide-hub-page .guide-hero{padding:.75rem 0 1rem}.guide-hub-page .hub-category{margin-top:3rem}.guide-hub-page .hub-category-heading{margin-bottom:1rem}.guide-hub-page .hub-category-heading .guide-kicker{margin-bottom:.25rem}.guide-hub-page .hub-category-heading h2{margin-bottom:0}.guide-hub-page .hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-hub-page .guide-list-card{display:flex;flex-direction:column;min-height:100%}.guide-hub-page .guide-list-card p{color:#475569}.guide-hub-page .guide-list-card span{margin-top:auto;padding-top:.5rem;color:#1d4ed8;font-weight:800}.guide-hub-page .guide-list-card:hover,.guide-hub-page .guide-list-card:focus-visible{border-color:#60a5fa;box-shadow:0 12px 22px rgba(37,99,235,.12)}.guide-hub-page .guide-list-card:focus-visible{outline:3px solid #f59e0b;outline-offset:3px}
@media(max-width:900px){.guide-hub-page .hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.guide-hub-page .hub-grid{grid-template-columns:1fr}.guide-hub-page .hub-category{margin-top:2.25rem}.guide-hub-page .guide-list-card{padding:1.1rem}}
@media(max-width:900px){.guide-page .guide-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-page .payslip-layout{grid-template-columns:1fr}.guide-page .payslip-panel{position:static}}
@media(max-width:700px){.guide-page .guide-flow{flex-direction:column}.guide-page .guide-arrow{transform:rotate(90deg)}.guide-page .guide-side-notes,.guide-page .guide-grid,.guide-page .common-errors{grid-template-columns:1fr}}
@media(max-width:480px){.guide-page .guide-wrap{width:min(calc(100% - 1.25rem),1024px)}.guide-page .guide-header-inner{align-items:flex-start;flex-direction:column;padding:.75rem 0}.guide-page .guide-main{padding-top:1.25rem}.guide-page .guide-summary{grid-template-columns:1fr}.guide-page .guide-card,.guide-page .payslip{padding:1rem}.guide-page .payslip-meta{grid-template-columns:1fr}.guide-page .payslip-zone{min-height:54px;padding:.75rem}.guide-page h1{font-size:2rem}}

/* V5.5 — page hub Guides & astuces uniquement */
.guide-hub-page{background:#fff;color:#101a46}.guide-hub-page .guide-main{padding:0 0 3rem}.guide-hub-page .guide-wrap{width:min(calc(100% - 2.5rem),1180px)}
.guide-hub-page .hub-hero{overflow:hidden;border-bottom:1px solid #e6edfb;background:linear-gradient(110deg,#fff 0%,#fbfdff 58%,#edf4ff 100%)}
.guide-hub-page .hub-hero-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:center;min-height:350px;gap:1.5rem}
.guide-hub-page .hub-hero-copy{padding:1.45rem 0 1.75rem}.guide-hub-page .guide-breadcrumb{margin:0 0 1rem;color:#68748f}.guide-hub-page .hub-hero h1{margin:0 0 .75rem;color:#081547;font-size:clamp(2.5rem,4.1vw,3.55rem)!important;letter-spacing:-.045em;white-space:nowrap}.guide-hub-page .hub-hero .guide-lead{max-width:690px;margin:0;color:#27345d;font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.55}.guide-hub-page .hub-source-badge{display:inline-flex;align-items:center;min-height:38px;margin-top:.9rem;border:1px solid #cad6ec;border-radius:999px;padding:.45rem .95rem;color:#42516e;background:rgba(255,255,255,.85);font-size:.82rem;font-weight:750}.guide-hub-page .hub-source-badge::before{content:"✓";display:grid;place-items:center;width:1.35rem;height:1.35rem;margin-right:.45rem;border-radius:50%;color:#fff;background:#165be7;font-size:.72rem}.guide-hub-page .hub-hero-art{align-self:end;width:min(100%,500px);height:auto;justify-self:end}
.guide-hub-page .hub-content{padding-top:1rem}.guide-hub-page .guide-section{margin-top:1.8rem;scroll-margin-top:6rem}.guide-hub-page .hub-section-heading{display:block;margin-bottom:1.05rem}.guide-hub-page .hub-section-heading h2{margin:0;color:#0b1748;font-size:clamp(1.35rem,2.2vw,1.75rem)}.guide-hub-page .hub-section-heading p{margin:.15rem 0 0;color:#51607d;font-size:.93rem}
.guide-hub-page .hub-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.guide-hub-page .hub-category-card{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 42%;min-height:255px;border:1px solid #dbe8fb;border-radius:1.35rem;padding:1.35rem;color:#0c1746;background:linear-gradient(135deg,#f5f9ff,#e9f3ff);text-decoration:none}.guide-hub-page .hub-category-card::after{content:"";position:absolute;z-index:-1;width:12rem;height:12rem;right:-4rem;bottom:-5rem;border-radius:50%;background:rgba(255,255,255,.6)}.guide-hub-page .hub-card-violet{border-color:#e5ddfb;background:linear-gradient(135deg,#fbfaff,#f0edff)}.guide-hub-page .hub-card-green{border-color:#d5eee6;background:linear-gradient(135deg,#f8fdfb,#e9f7f2)}.guide-hub-page .hub-category-card div{display:flex;min-width:0;flex-direction:column;z-index:1}.guide-hub-page .hub-category-card h3{margin:0 0 .75rem;color:#0b1748;font-size:1.18rem}.guide-hub-page .hub-category-card p{color:#344264;font-size:.88rem;line-height:1.58}.guide-hub-page .hub-category-card span{margin-top:auto;color:#075bed;font-weight:800}.guide-hub-page .hub-card-violet span{color:#5c38d8}.guide-hub-page .hub-card-green span{color:#087656}.guide-hub-page .hub-category-card img{align-self:end;width:155%;max-width:190px;height:auto;margin:0 -24% -1.2rem -15%;filter:drop-shadow(0 12px 13px rgba(20,38,85,.13))}
.guide-hub-page .hub-essential-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.guide-hub-page .hub-essential-card{display:grid;grid-template-columns:minmax(0,1fr) 38%;min-height:220px;overflow:hidden;border:1px solid #dbe4f2;border-radius:1.15rem;padding:1.35rem 1.15rem 1.1rem 1.4rem;color:inherit;background:#fff;text-decoration:none}.guide-hub-page .hub-essential-card div{display:flex;min-width:0;flex-direction:column;z-index:1}.guide-hub-page .hub-essential-card h3{margin:0 0 .55rem;color:#0a1647;font-size:1.2rem}.guide-hub-page .hub-essential-card p{margin-bottom:.7rem;color:#3e4b69;font-size:.86rem;line-height:1.5}.guide-hub-page .hub-essential-card span{margin-top:auto;color:#075bed;font-weight:800}.guide-hub-page .hub-essential-card img{align-self:end;width:145%;max-width:220px;height:auto;margin:0 -28% -1rem -16%;filter:drop-shadow(0 12px 13px rgba(20,38,85,.12))}
.guide-hub-page .hub-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.guide-hub-page .hub-topic-card{scroll-margin-top:6rem;border:1px solid #dbe4f2;border-radius:1.1rem;padding:1.15rem 1.15rem .85rem;background:#fff}.guide-hub-page .hub-topic-card h3{margin:0 0 .55rem;color:#075bed;font-size:1.05rem}.guide-hub-page .hub-topic-violet h3{color:#6343dc}.guide-hub-page .hub-topic-green h3{color:#087656}.guide-hub-page .hub-topic-card ul{margin:0;padding:0;list-style:none}.guide-hub-page .hub-topic-card li+li{border-top:1px solid #e7ecf5}.guide-hub-page .hub-topic-card a{display:flex;align-items:center;justify-content:space-between;gap:.7rem;min-height:35px;color:#16234c;font-size:.84rem;text-decoration:none}.guide-hub-page .hub-topic-card a span{font-size:1.25rem}
.guide-hub-page .hub-final-cta{display:grid;grid-template-columns:160px minmax(0,1fr) auto;align-items:center;gap:1.3rem;min-height:145px;margin-top:1.7rem;overflow:hidden;border-radius:1.25rem;padding:1.1rem 1.7rem;background:linear-gradient(100deg,#eaf3ff,#eef2ff 68%,#e1ebff)}.guide-hub-page .hub-final-cta img{align-self:end;width:175px;height:auto;margin-bottom:-1.8rem;filter:drop-shadow(0 10px 12px rgba(20,38,85,.14))}.guide-hub-page .hub-final-cta h2{margin:0;color:#0b1748;font-size:1.28rem}.guide-hub-page .hub-final-cta strong{display:block;color:#075bed}.guide-hub-page .hub-final-cta p{max-width:580px;margin:.2rem 0 0;color:#3f4d6b;font-size:.84rem}.guide-hub-page .hub-final-cta>a{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:50px;border-radius:.75rem;padding:.75rem 1.35rem;color:#fff;background:#075be8;font-weight:800;text-decoration:none;box-shadow:0 8px 18px rgba(7,91,232,.18)}
.guide-hub-page .hub-category-card,.guide-hub-page .hub-essential-card,.guide-hub-page .hub-topic-card a,.guide-hub-page .hub-final-cta>a{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.guide-hub-page .hub-category-card:hover,.guide-hub-page .hub-essential-card:hover{transform:translateY(-2px);border-color:#90b8fa;box-shadow:0 14px 28px rgba(20,56,130,.1)}.guide-hub-page .hub-topic-card a:hover{color:#075bed}.guide-hub-page .hub-final-cta>a:hover{background:#064dca}.guide-hub-page .hub-category-card:focus-visible,.guide-hub-page .hub-essential-card:focus-visible,.guide-hub-page .hub-topic-card a:focus-visible,.guide-hub-page .hub-final-cta>a:focus-visible{outline:3px solid #f59e0b;outline-offset:3px}
@media(max-width:900px){.guide-hub-page .hub-hero-inner{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);min-height:350px}.guide-hub-page .hub-category-grid{grid-template-columns:1fr}.guide-hub-page .hub-category-card{grid-template-columns:minmax(0,1fr) 180px;min-height:205px}.guide-hub-page .hub-category-card img{width:205px;margin-bottom:-1.5rem}.guide-hub-page .hub-topic-grid{grid-template-columns:1fr 1fr}.guide-hub-page .hub-topic-grid .hub-topic-card:last-child{grid-column:1/-1}.guide-hub-page .hub-final-cta{grid-template-columns:120px 1fr}.guide-hub-page .hub-final-cta img{width:145px}.guide-hub-page .hub-final-cta>a{grid-column:2}}
@media(max-width:700px){.guide-hub-page .guide-wrap{width:min(calc(100% - 1.25rem),1180px)}.guide-hub-page .hub-hero-inner{display:flex;min-height:0;flex-direction:column;gap:0}.guide-hub-page .hub-hero-copy{padding:.85rem 0 .15rem}.guide-hub-page .guide-breadcrumb{margin-bottom:.6rem}.guide-hub-page .hub-hero h1{margin-bottom:.55rem;font-size:clamp(2.15rem,10.5vw,3rem)!important;white-space:normal}.guide-hub-page .hub-hero .guide-lead{line-height:1.48}.guide-hub-page .hub-source-badge{margin-top:.7rem}.guide-hub-page .hub-hero-art{align-self:center;width:min(78%,360px);margin-top:-.1rem}.guide-hub-page .hub-content{padding-top:.15rem}.guide-hub-page .guide-section{margin-top:1.45rem}.guide-hub-page .hub-essential-grid,.guide-hub-page .hub-topic-grid{grid-template-columns:1fr}.guide-hub-page .hub-topic-grid .hub-topic-card:last-child{grid-column:auto}.guide-hub-page .hub-final-cta{grid-template-columns:95px 1fr;padding:1rem}.guide-hub-page .hub-final-cta img{width:115px;margin-left:-.7rem}.guide-hub-page .hub-final-cta>a{grid-column:1/-1;width:100%}}
@media(max-width:430px){.guide-hub-page .hub-category-card{grid-template-columns:minmax(0,1fr) 115px;min-height:250px;padding:1.1rem}.guide-hub-page .hub-category-card img{width:165px;margin-right:-45px}.guide-hub-page .hub-essential-card{grid-template-columns:minmax(0,1fr) 110px;min-height:255px;padding:1.1rem}.guide-hub-page .hub-essential-card img{width:165px;margin-right:-50px}.guide-hub-page .hub-final-cta{grid-template-columns:1fr;text-align:center}.guide-hub-page .hub-final-cta img{justify-self:center;width:135px;margin:0 0 -.65rem}.guide-hub-page .hub-final-cta>a{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.guide-hub-page .hub-category-card,.guide-hub-page .hub-essential-card,.guide-hub-page .hub-topic-card a,.guide-hub-page .hub-final-cta>a{transition:none}}

/* Bulletin pédagogique — guide Comprendre sa fiche de paie */
.guide-page .guide-toc{margin-top:1.5rem;padding:1rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem}.guide-page .guide-toc strong{color:#334155}.guide-page .guide-toc ul{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin:.5rem 0 0;padding-left:1.2rem}.guide-page .guide-toc a{color:#2563eb}
.guide-page .minute-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.guide-page .minute-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;box-shadow:0 4px 6px -1px rgba(15,23,42,.07)}.guide-page .minute-number{display:block;color:#2563eb;font-size:1.2rem;font-weight:800}.guide-page .minute-card p:last-child{margin-bottom:0}
.guide-page .bulletin-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(300px,2fr);gap:1.25rem;align-items:start}.guide-page .bulletin-document{background:#fff;color:#1f2937;border:1px solid #94a3b8;box-shadow:0 10px 20px rgba(15,23,42,.12);padding:1rem;font-family:Arial,sans-serif;font-size:.79rem}.guide-page .bulletin-head{display:grid;grid-template-columns:1fr 1fr;border:1px solid #64748b;margin-bottom:.75rem}.guide-page .bulletin-head>div{padding:.75rem}.guide-page .bulletin-head>div+div{border-left:1px solid #94a3b8}.guide-page .bulletin-title{text-align:right;font-size:1.15rem;font-weight:800;text-transform:uppercase}.guide-page .bulletin-subtitle{color:#475569;font-size:.75rem}.guide-page .bulletin-table{width:100%;border-collapse:collapse;table-layout:fixed}.guide-page .bulletin-table th,.guide-page .bulletin-table td{border:1px solid #cbd5e1;padding:.38rem .3rem;text-align:right;vertical-align:middle}.guide-page .bulletin-table th:first-child,.guide-page .bulletin-table td:first-child{text-align:left;width:30%}.guide-page .bulletin-table th{background:#f1f5f9;font-size:.67rem;text-transform:uppercase;color:#334155}.guide-page .bulletin-table .family td{background:#e2e8f0;text-align:left;font-weight:800;text-transform:uppercase;color:#334155}.guide-page .bulletin-table .total td{font-weight:800;border-top:2px solid #64748b}.guide-page .bulletin-table .important td{background:#eff6ff;font-weight:800}.guide-page .bulletin-table .final td{background:#dbeafe;border-top:2px solid #2563eb;font-size:.92rem;font-weight:900;color:#1e3a8a}.guide-page .bulletin-table .expenses td{background:#f8fafc}.guide-page .bulletin-table .muted-cell{color:#94a3b8}.guide-page .pay-trigger{border:0;background:transparent;color:#1d4ed8;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;font:inherit;font-weight:700;text-align:left;cursor:pointer;padding:.2rem}.guide-page .pay-trigger:focus-visible{outline:3px solid #f59e0b;outline-offset:2px}.guide-page tr.is-selected td{box-shadow:inset 0 2px #2563eb,inset 0 -2px #2563eb}.guide-page .bulletin-warning{margin:.75rem 0 0;font-size:.72rem;color:#475569}
.guide-page .explain-panel{position:sticky;top:1rem;background:#eff6ff;border:1px solid #93c5fd;border-radius:1rem;padding:1.5rem}.guide-page .explain-panel h3{font-size:1.25rem}.guide-page .explain-panel .formula{background:#fff;border:1px solid #bfdbfe;border-radius:.75rem;padding:.8rem;margin:.75rem 0;font-variant-numeric:tabular-nums}.guide-page .explain-panel .remember{font-weight:800;color:#1e3a8a}.guide-page .technical-explanations details,.guide-page .faq-list details{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;margin:.65rem 0}.guide-page .technical-explanations summary,.guide-page .faq-list summary{cursor:pointer;min-height:48px;padding:.8rem 1rem;font-weight:700;color:#334155}.guide-page .detail-body{padding:0 1rem 1rem}.guide-page .detail-body p:last-child{margin-bottom:0}
.guide-page .mobile-bulletin{display:none}.guide-page .mobile-pay-block{background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;padding:1rem;margin:.75rem 0}.guide-page .mobile-pay-block h3{font-size:.85rem;text-transform:uppercase}.guide-page .mobile-amount{font-size:1.35rem;font-weight:850;color:#1e3a8a;margin:.25rem 0}.guide-page .mobile-lines{display:grid;grid-template-columns:1fr auto;gap:.35rem 1rem}.guide-page .mobile-final{background:#dbeafe;border:2px solid #2563eb;text-align:center}.guide-page .mobile-details summary{cursor:pointer;font-weight:700;color:#2563eb;min-height:44px;padding:.6rem 0}.guide-page .small-action{min-height:44px;border:1px solid #2563eb;background:#fff;color:#1d4ed8;border-radius:.5rem;padding:.55rem .8rem;font:inherit;font-weight:700;cursor:pointer}
.guide-page .mobile-contrib-detail{border-top:1px solid #e2e8f0;padding:.7rem 0}.guide-page .mobile-contrib-detail h4{margin:0 0 .35rem;color:#334155}.guide-page .mobile-contrib-detail dl{display:grid;grid-template-columns:1fr auto;gap:.2rem .75rem;margin:0}.guide-page .mobile-contrib-detail dt{color:#64748b}.guide-page .mobile-contrib-detail dd{margin:0;font-weight:700}
.guide-page .money-path{display:flex;align-items:stretch;gap:.35rem}.guide-page .money-step{flex:1;min-width:0;background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;padding:.75rem;text-align:center}.guide-page .money-step strong{display:block;font-size:1.05rem;color:#1e3a8a}.guide-page .money-arrow{align-self:center;color:#2563eb;font-weight:900}.guide-page .look-table{width:100%;border-collapse:collapse}.guide-page .look-table th,.guide-page .look-table td{padding:.75rem;border-bottom:1px solid #e2e8f0;text-align:left}.guide-page .look-table th{background:#f1f5f9;color:#334155}.guide-page .look-table td:last-child{font-weight:800;color:#1e3a8a}
.guide-page .quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.guide-page .quiz-option{min-height:48px;border:1px solid #cbd5e1;background:#fff;border-radius:.5rem;padding:.7rem;text-align:left;font:inherit;cursor:pointer}.guide-page .quiz-option[aria-pressed="true"]{border:2px solid #2563eb;background:#eff6ff}.guide-page .quiz-result{min-height:1.6rem;margin-top:1rem;font-weight:700}.guide-page .checklist{columns:2;list-style:none;padding:0}.guide-page .checklist li{break-inside:avoid;margin:.55rem 0}.guide-page .checklist li::before{content:"□";margin-right:.55rem;color:#2563eb;font-size:1.15rem}.guide-page .example-warning{border-left:4px solid #f59e0b;background:#fffbeb;padding:1rem 1.25rem;border-radius:.75rem}.guide-page .feedback-topic{margin-top:1rem}
@media(max-width:950px){.guide-page .minute-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-page .bulletin-layout{grid-template-columns:1fr}.guide-page .explain-panel{position:static}.guide-page .money-path{display:grid;grid-template-columns:1fr}.guide-page .money-arrow{transform:rotate(90deg);justify-self:center}}
@media(max-width:600px){.guide-page .desktop-bulletin{display:none}.guide-page .mobile-bulletin{display:block}.guide-page .minute-grid{grid-template-columns:1fr}.guide-page .guide-toc ul{display:block}.guide-page .quiz-options{grid-template-columns:1fr}.guide-page .checklist{columns:1}.guide-page .look-table,.guide-page .look-table tbody,.guide-page .look-table tr,.guide-page .look-table th,.guide-page .look-table td{display:block}.guide-page .look-table thead{display:none}.guide-page .look-table tr{border:1px solid #e2e8f0;border-radius:.75rem;margin:.7rem 0;padding:.75rem}.guide-page .look-table td{border:0;padding:.25rem 0}.guide-page .look-table td:first-child::before{content:"Question : ";font-weight:800}.guide-page .look-table td:last-child::before{content:"Réponse : ";color:#334155}}

.guide-page .guide-more-link,.guide-page .panel-links{margin-top:1rem}.guide-page .guide-more-link a,.guide-page .panel-links a{font-weight:700}.guide-page .panel-links .subtle-link{font-weight:500}.guide-page .check-zones{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.guide-page .check-zones .guide-card{padding:1rem}.guide-page .check-zone-number{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-weight:850}.guide-page .check-zones h3{font-size:1rem;margin:.65rem 0 .4rem}.guide-page .check-zones p{margin:0;font-size:.92rem}

.guide-page .status-badge{display:inline-block;background:#dbeafe;color:#1e40af;border:1px solid #93c5fd;border-radius:999px;padding:.35rem .7rem;font-size:.85rem;font-weight:800}.guide-page .aids-hero h2{font-size:1.45rem;margin-top:1.25rem}.guide-page .orientation-note,.guide-page .warning-card{background:#eff6ff;border:1px solid #93c5fd;border-radius:1rem;padding:1.25rem}.guide-page .orientation-note p:last-child,.guide-page .warning-card p:last-child{margin-bottom:0}.guide-page .aids-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.guide-page .aid-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.guide-page .aid-preview{background:#fff;border:1px solid #cbd5e1;border-radius:1rem;padding:1.25rem}.guide-page .aid-name{margin:0 0 .5rem;font-weight:850;text-transform:uppercase;color:#1e3a8a}.guide-page .aid-status{display:inline-block;background:#fef3c7;color:#92400e;border-radius:999px;padding:.25rem .6rem;font-size:.8rem;font-weight:800}.guide-page .future-action{display:block;margin-top:1rem;color:#475569;border:1px dashed #94a3b8;border-radius:.5rem;padding:.65rem;font-weight:700}.guide-page .aids-scope{margin-top:1rem;color:#475569}.guide-page .waiting-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.guide-page .waiting-links a{display:flex;flex-direction:column;gap:.5rem;color:#1d4ed8;text-decoration:none}.guide-page .waiting-links a:hover{border-color:#60a5fa}.guide-page .waiting-links a:focus-visible,.guide-page .guide-more-link a:focus-visible,.guide-page .panel-links a:focus-visible{outline:3px solid #f59e0b;outline-offset:3px}

@media(max-width:950px){.guide-page .check-zones{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-page .aid-preview-grid,.guide-page .waiting-links{grid-template-columns:1fr}.guide-page .aids-steps{grid-template-columns:1fr}}
@media(max-width:600px){.guide-page .check-zones{grid-template-columns:1fr}.guide-page .aids-hero h2{font-size:1.2rem}.guide-page .orientation-note,.guide-page .warning-card,.guide-page .aid-preview{padding:1rem}}
/* Guide emploi — carte éditoriale dans la page Guides & astuces */
.hub-essential-card.hub-employment-guide{grid-column:1/-1;min-height:210px;background:linear-gradient(120deg,#eef4ff,#f5f0ff)}
.hub-card-label{margin:0 0 .35rem!important;color:#315fde!important;font-size:.75rem!important;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.hub-employment-art{position:relative;display:grid;width:180px;height:145px;place-items:center;align-self:center;border-radius:35% 65% 50% 50%;background:linear-gradient(145deg,#cfe0ff,#eee7ff);color:#174bc7;font-size:2rem;font-weight:900}
.hub-employment-art b{padding:.9rem;border-radius:.7rem;background:#fff;box-shadow:0 12px 24px #244a8526}.hub-employment-art i{position:absolute;right:20px;top:18px;display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#16a57f;color:#fff;font-style:normal}.hub-employment-art small{position:absolute;left:16px;bottom:14px;padding:.35rem .55rem;border-radius:.5rem;background:#fff;color:#6543d7;font-size:.75rem}
.guide-hub-page .hub-essential-card .hub-employment-image{display:block;width:230px;max-width:none;height:150px;align-self:center;margin:0;border-radius:1rem;object-fit:cover;object-position:center 34%;filter:none}
@media(max-width:680px){.hub-essential-card.hub-employment-guide{grid-column:auto}.hub-employment-art{width:120px;height:105px;font-size:1.3rem}}
@media(max-width:680px){.guide-hub-page .hub-essential-card .hub-employment-image{width:145px;height:110px;margin:0 -30px 0 -5px}}
