.light-score-range{margin:1.5rem 0}.light-range-bar{display:flex;border-radius:8px;overflow:hidden;height:56px;border:1px solid #e5e7eb}.light-range-segment{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:600;position:relative}.light-range-label{font-size:1.1rem;line-height:1}.light-range-desc{font-size:.7rem;opacity:.85;margin-top:2px}.light-range-weak{background:linear-gradient(135deg,#ef4444,#dc2626)}.light-range-moderate{background:linear-gradient(135deg,#f59e0b,#d97706)}.light-range-good{background:linear-gradient(135deg,#3b82f6,#2563eb)}.light-range-excellent{background:linear-gradient(135deg,#22c55e,#16a34a)}[data-theme=dark] .light-range-bar{border-color:var(--grey-80)}.docs-two-source{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}@media(max-width:640px){.docs-two-source{grid-template-columns:1fr}}.docs-source-card{border-radius:8px;padding:1.25rem;border:1px solid #e5e7eb;position:relative}.docs-source-card h4{margin-top:.5rem;margin-bottom:.5rem}.docs-source-card p{font-size:.875rem;margin-bottom:.75rem}.docs-source-badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.05em;padding:.125rem .5rem;border-radius:3px}.docs-source-primary{background:#eff6ff;border-color:#bfdbfe}.docs-source-primary .docs-source-badge{background:#3b82f6;color:#fff}.docs-source-fallback{background:#f9fafb;border-color:#e5e7eb}.docs-source-fallback .docs-source-badge{background:#6b7280;color:#fff}.docs-source-scores{font-size:.8rem;color:#6b7280;font-weight:500}[data-theme=dark] .docs-source-primary{background:#3b82f614;border-color:#3b82f64d}[data-theme=dark] .docs-source-fallback{background:#6b728014;border-color:var(--grey-80)}[data-theme=dark] .docs-source-card p{color:var(--grey-30)}[data-theme=dark] .docs-source-scores{color:var(--grey-40)}.docs-flowchart{margin:1.5rem 0;display:flex;flex-direction:column;align-items:center;gap:0}.flow-step{display:flex;flex-direction:column;align-items:center}.flow-arrow{font-size:1.25rem;color:#6b7280;line-height:1.2}.flow-box{padding:.75rem 1.25rem;border-radius:8px;text-align:center;font-size:.875rem;line-height:1.5;max-width:280px}.flow-question{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.flow-decision{background:#fef3c7;border:1px solid #fcd34d;color:#92400e}.flow-result{padding:.5rem 1rem;border-radius:6px;font-size:.8125rem}.flow-result-alt{background:#dcfce7;border:1px solid #86efac;color:#166534}.flow-result-default{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.flow-branches{display:flex;gap:2rem;margin-top:.25rem}.flow-branch{display:flex;flex-direction:column;align-items:center;gap:0}.flow-label-yes,.flow-label-no{font-size:.7rem;font-weight:700;padding:.125rem .375rem;border-radius:3px;margin-bottom:0}.flow-label-yes{background:#dcfce7;color:#166534}.flow-label-no{background:#fef2f2;color:#991b1b}[data-theme=dark] .flow-question{background:#3b82f61f;border-color:#3b82f64d;color:#93c5fd}[data-theme=dark] .flow-decision{background:#f59e0b1f;border-color:#f59e0b4d;color:#fcd34d}[data-theme=dark] .flow-result-alt{background:#16a34a1f;border-color:#16a34a4d;color:#86efac}[data-theme=dark] .flow-result-default{background:#6b72801f;border-color:var(--grey-80);color:var(--grey-30)}[data-theme=dark] .flow-arrow{color:var(--grey-50)}@media(max-width:640px){.flow-branches{flex-direction:column;gap:.5rem}}.purity-grid{margin:1.5rem 0;display:flex;flex-direction:column;gap:1rem}.purity-group{border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.purity-group-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem}.purity-factors{display:flex;gap:.75rem}.purity-factor{flex:1;padding:.75rem;border-radius:8px;text-align:center;border:2px solid}.purity-positive{border-color:#22c55e;background:#f0fdf4}.purity-negative{border-color:#ef4444;background:#fef2f2}.purity-symbol{font-size:1.5rem;font-weight:800;line-height:1}.purity-positive .purity-symbol{color:#16a34a}.purity-negative .purity-symbol{color:#dc2626}.purity-code{font-size:.875rem;font-weight:700;color:#374151;margin-top:.25rem}.purity-desc{font-size:.7rem;color:#6b7280;margin-top:.125rem}.purity-result{text-align:center;padding:.75rem;border-radius:8px;font-weight:600}.purity-result-pure{background:#dcfce7;color:#166534;border:1px solid #86efac}[data-theme=dark] .purity-group{border-color:var(--grey-80)}[data-theme=dark] .purity-group-title{color:var(--grey-40)}[data-theme=dark] .purity-positive{border-color:#22c55e;background:#16a34a1a}[data-theme=dark] .purity-negative{border-color:#ef4444;background:#ef44441a}[data-theme=dark] .purity-code{color:var(--grey-20)}[data-theme=dark] .purity-desc{color:var(--grey-40)}[data-theme=dark] .purity-result-pure{background:#16a34a26;color:#86efac;border-color:#16a34a4d}.truth-table-visual{margin:1.5rem auto;max-width:360px}.tt-header,.tt-row{display:grid;grid-template-columns:1fr 1fr 1fr}.tt-corner{background:transparent}.tt-col-label,.tt-row-label{font-size:.8rem;font-weight:600;color:#374151;padding:.5rem;text-align:center;display:flex;align-items:center;justify-content:center}.tt-cell{padding:.75rem;text-align:center;font-size:1.1rem;font-weight:700;border:1px solid #e5e7eb}.tt-direct{background:#dcfce7;color:#166534}.tt-retro{background:#fef2f2;color:#991b1b}.tt-note{display:block;font-size:.6rem;font-weight:400;opacity:.7}[data-theme=dark] .tt-col-label,[data-theme=dark] .tt-row-label{color:var(--grey-20)}[data-theme=dark] .tt-cell{border-color:var(--grey-80)}[data-theme=dark] .tt-direct{background:#16a34a26;color:#86efac}[data-theme=dark] .tt-retro{background:#ef444426;color:#fca5a5}.decision-tree{margin:1.5rem 0;display:flex;flex-direction:column;align-items:center}.dt-node{display:flex;flex-direction:column;align-items:center}.dt-check .dt-label{background:#fef3c7;border:1px solid #fcd34d;color:#92400e;padding:.5rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:500;text-align:center}.dt-branches{display:flex;gap:1.5rem;margin-top:.5rem}.dt-branch{display:flex;flex-direction:column;align-items:center;gap:.35rem}.dt-branch-label{font-size:.65rem;font-weight:700;padding:.1rem .35rem;border-radius:3px}.dt-yes .dt-branch-label{background:#dcfce7;color:#166534}.dt-no .dt-branch-label{background:#fef2f2;color:#991b1b}.dt-score{padding:.5rem 1rem;border-radius:8px;font-weight:700;font-size:1rem;text-align:center}.dt-score-100{background:#dcfce7;color:#166534;border:2px solid #22c55e}.dt-score-80{background:#dbeafe;color:#1e40af;border:2px solid #3b82f6}.dt-score-60{background:#fef3c7;color:#92400e;border:2px solid #f59e0b;font-size:.8rem}.dt-score-30{background:#fef2f2;color:#991b1b;border:2px solid #ef4444}[data-theme=dark] .dt-check .dt-label{background:#f59e0b1f;border-color:#f59e0b4d;color:#fcd34d}[data-theme=dark] .dt-score-100{background:#16a34a26;color:#86efac;border-color:#22c55e}[data-theme=dark] .dt-score-80{background:#3b82f626;color:#93c5fd;border-color:#3b82f6}[data-theme=dark] .dt-score-60{background:#f59e0b26;color:#fcd34d;border-color:#f59e0b}[data-theme=dark] .dt-score-30{background:#ef444426;color:#fca5a5;border-color:#ef4444}@media(max-width:640px){.dt-branches{flex-direction:column;gap:.5rem}.decision-tree{overflow-x:auto}}.example-result{margin:1rem 0 1.5rem;padding:1.25rem;background:#f0fdf4;border:1px solid #86efac;border-radius:8px}.example-factors{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.factor-badge{padding:.25rem .75rem;border-radius:4px;font-size:.8125rem;font-weight:600}.factor-positive{background:#dcfce7;color:#166534}.factor-negative{background:#fef2f2;color:#991b1b}.example-verdict{font-size:.9375rem;font-weight:500;color:#166534}[data-theme=dark] .example-result{background:#16a34a14;border-color:#16a34a4d}[data-theme=dark] .factor-positive{background:#16a34a26;color:#86efac}[data-theme=dark] .factor-negative{background:#ef444426;color:#fca5a5}[data-theme=dark] .example-verdict{color:#86efac}
