.summaries-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.summaries-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.summary-card{border:1px solid var(--gris);background:#fff;border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px #0000001a}.summary-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.summary-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.summary-icon{color:var(--bleu);font-size:1.5rem}.summary-category{color:var(--bleu);background:#003f881a;border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.summary-title{margin:0 0 1rem;font-size:1.4rem;line-height:1.4}.summary-title a{color:var(--bleu);text-decoration:none;transition:color .3s}.summary-title a:hover{color:var(--rouge);text-decoration:underline}.summary-description{color:#546e7a;flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.summary-meta{color:#78909c;border-top:1px solid var(--gris);justify-content:space-between;margin-bottom:1.5rem;padding-top:1rem;font-size:.9rem;display:flex}.summary-link{background:var(--bleu);color:#fff;text-align:center;border-radius:8px;align-self:flex-start;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.summary-link:hover{background:var(--rouge);text-decoration:none}.summary-detail-container{max-width:800px;margin:0 auto;padding:2rem 1rem}.summary-detail-header{background:linear-gradient(135deg,var(--bleu)0%,#001f44 100%);color:#fff;text-align:center;border-radius:15px;margin-bottom:2rem;padding:2.5rem}.summary-detail-category{background:#fff3;border-radius:25px;margin-bottom:1rem;padding:.5rem 1.2rem;font-weight:500;display:inline-block}.summary-detail-title{margin:1rem 0;font-size:2.5rem;line-height:1.2}.summary-detail-meta{opacity:.9;justify-content:center;gap:2rem;font-size:.95rem;display:flex}.toc-container{background:var(--gris);border:1px solid #e0e0e0;border-radius:10px;margin-bottom:2rem;padding:1.5rem}.toc-toggle{cursor:pointer;width:100%;color:var(--bleu);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:1.1rem;font-weight:600;display:flex}.toc-title{align-items:center;gap:.5rem;display:flex}.toc-list{margin-top:1rem;padding-left:1.5rem}.toc-item{margin:.8rem 0}.toc-link{cursor:pointer;text-align:left;color:var(--bleu);background:0 0;border:none;border-radius:5px;align-items:flex-start;gap:.5rem;width:100%;padding:.5rem;transition:background .2s;display:flex}.toc-link:hover{color:var(--rouge);background:#d628281a;text-decoration:underline}.toc-number{min-width:1.5rem;color:var(--rouge);font-weight:700}.summary-section{border-bottom:2px solid var(--gris);margin-bottom:3rem;padding-bottom:2rem}.section-title{color:var(--bleu);align-items:baseline;gap:.5rem;margin-bottom:1.2rem;font-size:1.6rem;display:flex}.section-number{color:var(--rouge);font-weight:700}.section-content{color:#444;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.section-list{padding-left:0;list-style:none}.list-item{align-items:flex-start;gap:.8rem;margin-bottom:.8rem;line-height:1.5;display:flex}.list-marker{color:var(--rouge);flex-shrink:0;margin-top:.2rem;font-weight:700}.list-text{flex:1}.related-summaries{border-top:3px solid var(--gris);margin-top:4rem;padding-top:2rem}.related-title{color:var(--bleu);text-align:center;margin-bottom:2rem;font-size:1.8rem}.related-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.summary-header h1{font-size:2rem}.summaries-grid{grid-template-columns:1fr;gap:1.5rem}.summary-detail-title{font-size:2rem}.summary-detail-meta{flex-direction:column;gap:.5rem}.related-grid{grid-template-columns:1fr}}@media (max-width:480px){.summary-detail-header{padding:1.5rem}.section-title{font-size:1.4rem}.summary-detail-title{font-size:1.8rem}}
