/* DFB Guides: waterfall layout + live widget chrome. Inherits theme tokens. */
.dfbg-toc { background: var(--c-surface, #fff); border: 1px solid var(--c-border, #e7e2d6); border-radius: 14px; padding: 16px 20px; margin: 22px 0; }
.dfbg-toc-title { margin: 0 0 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--c-text-3, #8a8377); }
.dfbg-toc ol { margin: 0; padding-left: 18px; columns: 2; column-gap: 28px; }
.dfbg-toc li { margin: 4px 0; break-inside: avoid; }
.dfbg-toc a { color: var(--c-brand, #1a7f4b); font-weight: 600; text-decoration: none; }
.dfbg-toc a:hover { text-decoration: underline; }
@media (max-width: 640px) { .dfbg-toc ol { columns: 1; } }
.dfbg-widget { margin: 26px 0; }
.dfbg-widget--live { background: var(--c-surface, #fff); border: 1px solid var(--c-border, #e7e2d6); border-radius: 14px; padding: 18px 20px; }
.dfbg-live-head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.dfbg-live-head h3 { margin: 0; font-size: 16px; }
.dfbg-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-brand, #1a7f4b); animation: dfbg-pulse 2s infinite; }
.dfbg-live-dot--red { background: #c4453a; }
@keyframes dfbg-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.dfbg-live-note { font-size: 12px; color: var(--c-text-3, #8a8377); }
.dfbg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; }
.dfbg-rating { margin: 6px 0 0; font-size: 12.5px; color: var(--c-text-2, #55503f); }
.dfbg-more { margin: 12px 0 0; font-size: 13.5px; }
.dfbg-more a { color: var(--c-brand, #1a7f4b); font-weight: 700; text-decoration: none; }
.dfbg-report { padding: 10px 0; border-bottom: 1px solid var(--c-border, #e7e2d6); }
.dfbg-report:last-child { border-bottom: 0; }
.dfbg-report-body { margin: 0 0 4px; font-weight: 600; }
.dfbg-report-meta { margin: 0; font-size: 12.5px; color: var(--c-text-3, #8a8377); }
.dfbg-report-meta a { color: var(--c-brand, #1a7f4b); font-weight: 600; }
.dfbg-qlist { margin: 0; padding: 0; list-style: none; }
.dfbg-qlist li { padding: 8px 0; border-bottom: 1px solid var(--c-border, #e7e2d6); font-size: 14.5px; }
.dfbg-qlist li:last-child { border-bottom: 0; }
.dfbg-qlist a { color: var(--c-brand, #1a7f4b); font-weight: 700; text-decoration: none; margin-left: 6px; }
.dfbg-census { background: var(--c-brand-light, #e7f2ea); border-radius: 12px; padding: 14px 18px; font-size: 15px; }
.dfbg-census-n { font-size: 22px; font-weight: 800; color: var(--c-brand, #1a7f4b); margin-right: 4px; }
.dfbg-census a { color: var(--c-brand, #1a7f4b); font-weight: 700; margin-left: 6px; }
.dfbg-widget--recall ul { margin: 0; padding: 0; list-style: none; }
.dfbg-widget--recall li { padding: 7px 0; border-bottom: 1px solid var(--c-border, #e7e2d6); }
.dfbg-widget--recall li:last-child { border-bottom: 0; }
.dfbg-widget--recall a { color: inherit; font-weight: 600; text-decoration: none; }
.dfbg-fine { font-size: 12px; color: var(--c-text-3, #8a8377); margin-left: 6px; }
.dfbg-explore { background: var(--c-surface-2, #f4f1e7); border-radius: 14px; padding: 18px 20px; }
.dfbg-explore h3 { margin: 0 0 10px; font-size: 15px; }
.dfbg-explore ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 6px 18px; }
.dfbg-explore a { color: var(--c-brand, #1a7f4b); font-weight: 700; text-decoration: none; }
.dfbg-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14.5px; }
.dfbg-table th, .dfbg-table td { padding: 9px 12px; border-bottom: 1px solid var(--c-border, #e7e2d6); text-align: left; }
.dfbg-table th { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--c-text-3, #8a8377); }
.dfbg-faq-item { border: 1px solid var(--c-border, #e7e2d6); border-radius: 12px; padding: 12px 16px; margin: 10px 0; background: var(--c-surface, #fff); }
.dfbg-faq-item summary { font-weight: 700; cursor: pointer; }
.dfbg-faq-item p { margin: 10px 0 2px; }
