:root{--bg:#f3f5f3;--surface:#ffffff;--surface-2:#e8ece9;--ink:#121a15;--ink-2:#45534b;--ink-3:#6e7c74;--rule:#d4dad6;--rule-strong:#b8c2bc;--accent:#0b6b4f;--accent-ink:#075139;--accent-soft:#dcebe4;--flag:#8a4b12;--flag-soft:#f2e6d6;--ok:#0b6b4f;--shadow:0 1px 2px rgba(18,26,21,.05),0 8px 24px -16px rgba(18,26,21,.28);--f-ar:"Noto Naskh Arabic","Segoe UI",Tahoma,sans-serif;--f-ui:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0d1310;--surface:#151d18;--surface-2:#1c2620;--ink:#e7eeea;--ink-2:#a7b6ad;--ink-3:#798880;--rule:#293530;--rule-strong:#3a4a43;--accent:#4bc79a;--accent-ink:#8fe0c1;--accent-soft:#0f2e23;--flag:#d6a45c;--flag-soft:#2c2416;--ok:#4bc79a;--shadow:0 1px 2px rgba(0,0,0,.4),0 8px 24px -16px rgba(0,0,0,.8)}}:root[data-theme=dark]{--bg:#0d1310;--surface:#151d18;--surface-2:#1c2620;--ink:#e7eeea;--ink-2:#a7b6ad;--ink-3:#798880;--rule:#293530;--rule-strong:#3a4a43;--accent:#4bc79a;--accent-ink:#8fe0c1;--accent-soft:#0f2e23;--flag:#d6a45c;--flag-soft:#2c2416;--ok:#4bc79a;--shadow:0 1px 2px rgba(0,0,0,.4),0 8px 24px -16px rgba(0,0,0,.8)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--f-ui);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}[dir=rtl],[dir=rtl] body{font-family:var(--f-ar)}a{color:var(--accent-ink)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}.site-head{border-bottom:1px solid var(--rule);background:var(--surface)}.bar{max-width:1000px;margin:0 auto;padding:12px clamp(16px,4vw,28px);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.bar,.brand{align-items:center}.brand{display:inline-flex;gap:8px;font-weight:700;color:var(--ink);text-decoration:none;font-size:17px}.brand-mark{width:14px;height:14px;border-radius:4px;background:var(--accent);flex:none}.bar nav{display:flex;gap:18px;font-size:14.5px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bar nav::-webkit-scrollbar{display:none}.bar nav a{flex:0 0 auto;white-space:nowrap;padding-block:2px;color:var(--ink-2);text-decoration:none}.bar nav a:hover{color:var(--accent-ink)}.wrap{max-width:1000px;margin:0 auto;padding:clamp(20px,4vw,36px) clamp(16px,4vw,28px) 72px;gap:clamp(26px,4vw,40px)}.site-foot,.wrap{display:flex;flex-direction:column}.site-foot{border-top:1px solid var(--rule);background:var(--surface);padding:24px clamp(16px,4vw,28px);font-size:13.5px;color:var(--ink-3);gap:6px;align-items:center;text-align:center}.site-foot p{margin:0;max-width:72ch}.site-foot .strong{color:var(--ink-2);font-weight:600}h1{font-size:clamp(26px,4.6vw,40px);line-height:1.2}h1,h2{margin:0;text-wrap:balance}h2{font-size:clamp(18px,2.6vw,23px);line-height:1.3}.hero{display:flex;flex-direction:column;gap:10px}.lede{color:var(--ink-2);font-size:clamp(15px,1.9vw,17.5px)}.lede,.sub{margin:0;max-width:66ch}.sub{color:var(--ink-3);font-size:14px}.block{gap:12px}.block,.prose{display:flex;flex-direction:column}.prose{gap:6px}.prose h2{margin-top:16px}.prose p{margin:0;max-width:70ch;color:var(--ink-2)}.crumbs{display:flex;gap:8px;font-size:13px;flex-wrap:wrap}.crumbs,.crumbs a{color:var(--ink-3)}.crumbs a{text-decoration:none}.callout{background:var(--surface);border:1px solid var(--rule);-webkit-border-start:3px solid var(--accent);border-inline-start:3px solid var(--accent);border-radius:6px;padding:16px 18px;box-shadow:var(--shadow)}.callout p{margin:0;color:var(--ink-2);max-width:70ch}.finding{display:block;background:var(--flag-soft);border:1px solid var(--flag);border-radius:6px;padding:16px 18px;color:var(--ink);font-size:clamp(16px,2.2vw,19px);font-weight:600;text-decoration:none;max-width:70ch;line-height:1.5}.finding-static{cursor:default}a.finding:hover{filter:brightness(1.02)}.grid2{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:12px;gap:12px}.card{display:flex;flex-direction:column;gap:4px;text-decoration:none;background:var(--surface);border:1px solid var(--rule);border-radius:6px;padding:15px 16px;color:var(--ink);box-shadow:var(--shadow)}.card:hover{border-color:var(--accent)}.card-title{font-weight:600;font-size:16px}.card-meta{font-size:12.5px;color:var(--ink-3)}.chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:7px}.chip{display:inline-block;padding:6px 12px;border-radius:999px;text-decoration:none;border:1px solid var(--rule-strong);background:var(--surface-2);color:var(--ink-2);font-size:14px}.chip:hover{border-color:var(--accent);color:var(--accent-ink)}.tablewrap{overflow-x:auto;border:1px solid var(--rule);border-radius:6px;background:var(--surface)}table{border-collapse:collapse;width:100%;min-width:560px}td,th{padding:11px 14px;border-bottom:1px solid var(--rule);text-align:start;vertical-align:top}thead th{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-3);font-weight:600;border-bottom:1px solid var(--rule-strong);white-space:nowrap}tbody tr:last-child td,tbody tr:last-child th{border-bottom:0}tbody th{font-weight:600;white-space:nowrap}tr.row-flag{background:var(--flag-soft)}.terms{font-size:13.5px;color:var(--ink-2);line-height:1.5;min-width:280px}.src{font-size:12.5px}.src,.tag{white-space:nowrap}.tag{display:inline-block;padding:2px 9px;border-radius:999px;font-size:12px;font-weight:600}.tag-hidden{background:var(--flag);color:#fff}.tag-partial{background:var(--flag-soft);color:var(--flag)}.tag-claims_none,.tag-full{background:var(--accent-soft);color:var(--accent-ink)}.pending{display:inline-block;padding:2px 9px;border-radius:999px;background:var(--surface-2);color:var(--ink-3);border:1px dashed var(--rule-strong);font-size:12px;white-space:nowrap;cursor:help}.ok{color:var(--ok);font-weight:600}.empty{background:var(--surface);border:1px dashed var(--rule-strong);border-radius:6px;padding:clamp(18px,3vw,26px);display:flex;flex-direction:column;gap:8px}.empty p{margin:0;color:var(--ink-2);max-width:70ch}.spec{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px}.spec>div{background:var(--surface);border:1px solid var(--rule);border-radius:6px;padding:14px 15px}.spec dt{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3);font-weight:600}.spec dd{margin:5px 0 0;font-size:16px;font-weight:600}.faq dl{margin:0;display:flex;flex-direction:column;gap:14px}.faq dt{font-weight:600;font-size:16px}.faq dd{margin:4px 0 0;color:var(--ink-2);max-width:70ch}@media (max-width:640px){.tablewrap{border:none;background:transparent;overflow-x:visible;box-shadow:none}.tablewrap table{min-width:0;width:100%}.tablewrap thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.tablewrap tbody,.tablewrap tr{display:block;width:100%}.tablewrap tr{background:var(--surface);border:1px solid var(--rule);border-radius:6px;padding:14px 15px;-webkit-margin-after:10px;margin-block-end:10px;box-shadow:var(--shadow)}.tablewrap tr:last-child{-webkit-margin-after:0;margin-block-end:0}.tablewrap th[scope=row]{display:block;font-size:16.5px;padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid var(--rule);white-space:normal}.tablewrap td{display:flex;gap:10px;padding:5px 0;border-bottom:0;align-items:baseline;min-width:0;white-space:normal}.tablewrap td:before{content:attr(data-label);flex:0 0 auto;min-width:92px;font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3)}.tablewrap td.terms{flex-direction:column;align-items:stretch;min-width:0}.tablewrap td.terms:before{-webkit-margin-after:4px;margin-block-end:4px}}