:root{--bg:#f7f8f5;--ink:#101311;--muted:#59635d;--panel:#ffffff;--panel-strong:#111411;--line:#d7ddd6;--red:#d93131;--green:#0f8a62;--cyan:#087d91;--yellow:#f0c542;--violet:#6c4f91;--shadow:0 14px 35px rgba(16,19,17,0.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(16,19,17,.12);background:rgba(247,248,245,.93);padding:.85rem clamp(1rem,4vw,3rem);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.wordmark{display:inline-flex;align-items:center;gap:.7rem;font-weight:800;text-decoration:none}.mark{border:1px solid var(--ink);border-radius:6px;background:var(--yellow);padding:.28rem .45rem;font-size:.8rem}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.button-link,nav a{border:1px solid var(--ink);border-radius:8px;background:var(--panel);padding:.55rem .8rem;color:var(--ink);font-weight:700;font-size:.9rem;text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}.button-link:hover,nav a:hover{background:var(--ink);color:#fff;transform:translateY(-1px)}main{min-height:100vh}.case-hero{position:relative;min-height:470px;overflow:hidden;background:linear-gradient(90deg,rgba(8,12,10,.88),rgba(8,12,10,.42)),url(https://static.worldlibertyfinancial.com/images/open-graph/world-liberty-financial.jpg) 50%/cover;color:#fff}.case-hero:after{position:absolute;inset:auto 0 0 0;height:90px;background:linear-gradient(0deg,var(--bg),rgba(247,248,245,0));content:""}.hero-inner{position:relative;z-index:1;width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:clamp(3.6rem,8vw,6.5rem) 0 6rem}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;border:1px solid;border-radius:8px;padding:.4rem .65rem;font-weight:800;font-size:.82rem;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:880px;margin-bottom:1rem;font-size:5.2rem;line-height:.98}h1,h2{letter-spacing:0}h2{margin-bottom:.9rem;font-size:2.8rem;line-height:1}h3{margin-bottom:.55rem;font-size:1.2rem}.hero-deck{max-width:760px;color:rgba(255,255,255,.9);font-size:1.12rem;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.hero-actions .button-link{background:#fff;color:var(--ink)}.hero-actions .button-link.secondary{border-color:#fff;background:transparent;color:#fff}.section{padding:clamp(2.4rem,6vw,4.7rem) clamp(1rem,4vw,3rem)}.section.alt{background:#ebf3ef}.section.dark{background:var(--panel-strong);color:#fff}.section-inner{width:min(1180px,100%);margin:0 auto}.section-heading{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.8fr);grid-gap:1.5rem;gap:1.5rem;align-items:end;margin-bottom:1.4rem}.muted{color:var(--muted)}.dark .muted{color:rgba(255,255,255,.72)}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:1.1rem;box-shadow:var(--shadow)}.dark .card{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08);box-shadow:none}.stat{display:flex;min-height:145px;flex-direction:column;justify-content:space-between}.stat strong{display:block;margin-bottom:.45rem;font-size:1.7rem;line-height:1.05}.pill-row{display:flex;flex-wrap:wrap;gap:.45rem}.pill{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--line);border-radius:999px;background:#fff;padding:.35rem .55rem;color:var(--muted);font-size:.78rem;font-weight:800}.pill.red{border-color:rgba(217,49,49,.35);color:var(--red)}.pill.green{border-color:rgba(15,138,98,.35);color:var(--green)}.pill.cyan{border-color:rgba(8,125,145,.35);color:var(--cyan)}.bar-list{display:grid;grid-gap:.85rem;gap:.85rem}.bar-item{display:grid;grid-gap:.4rem;gap:.4rem}.bar-meta{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-weight:800;font-size:.9rem}.bar-track{height:14px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#eef1ed}.bar-fill{height:100%;border-radius:7px}.flow{grid-gap:.8rem}.flow,.flow-row{display:grid;gap:.8rem}.flow-row{grid-template-columns:minmax(160px,.9fr) minmax(130px,.7fr) minmax(190px,1fr);grid-gap:.8rem;align-items:stretch}.flow-node{border:1px solid var(--line);border-radius:8px;background:#fff;padding:1rem}.flow-arrow{display:flex;align-items:center;justify-content:center;border:1px solid rgba(8,125,145,.3);border-radius:8px;background:rgba(8,125,145,.1);color:var(--cyan);font-weight:900;text-align:center}.address{overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.86rem;line-height:1.5}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--ink)}.table-wrap .muted{color:var(--muted)}table{width:100%;min-width:760px;border-collapse:collapse}td,th{border-bottom:1px solid var(--line);padding:.9rem;text-align:left;vertical-align:top}th{background:#f0f3ed;font-size:.78rem;text-transform:uppercase}tr:last-child td{border-bottom:0}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.person-card{display:grid;min-height:320px;grid-gap:.8rem;gap:.8rem}.avatar{display:grid;width:72px;height:72px;place-items:center;border:1px solid var(--ink);border-radius:8px;background:var(--yellow);color:var(--ink);font-size:1.15rem;font-weight:900}.person-top{display:flex;align-items:center;gap:.85rem}.links{display:flex;flex-wrap:wrap;gap:.45rem}.links a{border:1px solid var(--line);border-radius:8px;padding:.42rem .55rem;font-size:.82rem;font-weight:800;text-decoration:none}.capture-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.capture-card{display:grid;grid-gap:.8rem;gap:.8rem}.capture-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--muted);font-weight:800}.capture-shell{border:1px solid var(--line);border-radius:8px;background:#f7faf4;padding:.9rem}.capture-shell p:last-child{margin-bottom:0}.screenshot-frame{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.screenshot-frame img{display:block;width:100%;height:auto;max-height:580px;object-fit:contain;background:#fff}.screenshot-frame figcaption{border-top:1px solid var(--line);padding:.55rem .75rem;color:var(--muted);font-size:.8rem;font-weight:800}.capture-links{display:flex;flex-wrap:wrap;gap:.5rem}.capture-links a{border:1px solid var(--ink);border-radius:8px;padding:.52rem .65rem;font-weight:800;text-decoration:none}.source-list{display:grid;grid-gap:.7rem;gap:.7rem}.source-list a{font-weight:800}.note{border-left:4px solid var(--red);padding:.9rem 1rem;background:#fff5f5}.dark .note{background:rgba(217,49,49,.15)}@media (max-width:920px){.capture-grid,.flow-row,.grid.four,.grid.three,.grid.two,.section-heading,.team-grid{grid-template-columns:1fr}.flow-arrow{min-height:54px}h1{font-size:3.6rem}h2{font-size:2.3rem}}@media (max-width:640px){.site-header{align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}nav a{padding:.48rem .6rem}h1{font-size:2.45rem}h2{font-size:1.85rem}.case-hero{min-height:560px}}