:root{--brand-navy:#01426a;--brand-cyan:#016b6b;--brand-off-white:#f5f7f7;--brand-slate:#4a5568;--bg:var(--brand-off-white);--surface:#fff;--ink:#1a1f2e;--ink-soft:var(--brand-slate);--ink-muted:#7b8293;--border:#e4e1d8;--border-strong:#c7c3b6;--accent:var(--brand-navy);--accent-soft:var(--brand-cyan);--accent-bg:#e8eef5;--success:#2f855a;--success-bg:#e6f4ea;--warning:#b7791f;--warning-bg:#fdf6dc;--danger:#a02a2a;--danger-bg:#fbeae8;--tier-free:#6b7280;--tier-pro:#2563eb;--tier-inst:#7c3aed;--tier-admin:#b91c1c;--shadow:0 1px 2px #1018280a, 0 1px 3px #1018280f;--radius:8px;--max-width:1200px}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:15px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;cursor:pointer;border-radius:var(--radius);transition:background .12s,border-color .12s,transform .12s}.topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:40;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.5rem;display:flex;position:sticky;top:0}.topbar .brand{color:var(--ink);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;display:flex}.topbar .brand .dot{background:var(--accent);border-radius:50%;width:10px;height:10px;display:inline-block}.topbar nav{flex-wrap:wrap;gap:.25rem;display:flex}.topbar nav a{color:var(--ink-soft);border-radius:6px;padding:.4rem .8rem;font-size:.92rem;font-weight:500}.topbar nav a.active,.topbar nav a:hover{background:var(--accent-bg);color:var(--accent);text-decoration:none}.topbar .nav-actions{align-items:center;gap:.6rem;display:flex}.topbar .nav-actions a{color:var(--ink-soft);font-size:.88rem;text-decoration:none}.topbar .nav-actions a:hover{color:var(--accent)}.topbar .nav-actions .btn-primary{background:var(--accent);color:var(--surface);border-radius:6px;padding:.4rem .95rem;font-weight:600}.topbar .nav-actions .btn-primary:hover{filter:brightness(.95);color:var(--surface)}.topbar .hamburger{cursor:pointer;color:var(--ink);background:0 0;border:0;padding:.2rem .5rem;font-size:1.4rem;display:none}@media (width<=960px){.topbar .hamburger{display:inline-flex}.topbar nav{top:100%;background:var(--surface);border-bottom:1px solid var(--border);z-index:39;flex-direction:column;gap:0;padding:.5rem 1rem .75rem;display:none;position:absolute;inset-inline:0}.topbar.mobile-open nav{display:flex}.topbar nav a{padding:.6rem .5rem}.topbar .nav-actions a:not(.btn-primary){display:none}}.role-pill{border:1px solid var(--border);border-radius:999px;align-items:center;gap:.4rem;padding:.25rem .6rem;font-size:.78rem;font-weight:600;display:inline-flex}.role-pill.free{color:var(--tier-free);background:#f3f4f6}.role-pill.pro{color:var(--tier-pro);background:#dbeafe;border-color:#bfdbfe}.role-pill.institutional{color:var(--tier-inst);background:#ede9fe;border-color:#ddd6fe}.role-pill.admin{color:var(--tier-admin);background:#fee2e2;border-color:#fecaca}.role-pill button{color:inherit;background:0 0;border:none;padding:0;font-size:.78rem;text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:1.5rem}.landing{background:linear-gradient(180deg, var(--bg) 0%, #f1ede3 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:3rem 1.5rem;display:flex}.landing h1{text-align:center;letter-spacing:-.02em;max-width:760px;margin:0 0 .5rem;font-size:2.4rem;font-weight:800}.landing .tag{color:var(--ink-soft);text-align:center;max-width:640px;margin:0 0 .3rem;font-size:1.05rem}.landing .concept-badge{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.78rem;font-weight:600;display:inline-block}.role-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;width:100%;max-width:1040px;margin-top:2.5rem;display:grid}.role-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;text-align:start;border-radius:12px;flex-direction:column;gap:.6rem;padding:1.5rem 1.25rem;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative;overflow:hidden}.role-card:before{content:"";top:0;height:3px;position:absolute;inset-inline:0}.role-card.admin:before{background:var(--tier-admin)}.role-card.free:before{background:var(--tier-free)}.role-card.pro:before{background:var(--tier-pro)}.role-card.institutional:before{background:var(--tier-inst)}.role-card:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:0 6px 16px #10182814}.role-card .title{font-size:1.05rem;font-weight:700}.role-card .desc{color:var(--ink-soft);font-size:.88rem;line-height:1.5}.role-card .cta{color:var(--accent);margin-top:.8rem;font-size:.88rem;font-weight:600}.landing-footer{color:var(--ink-muted);text-align:center;margin-top:3rem;font-size:.82rem}.landing-footer a{color:var(--ink-soft)}.page-header{margin-bottom:1.5rem}.page-header h2{letter-spacing:-.01em;margin:0 0 .25rem;font-size:1.4rem}.page-header p{color:var(--ink-soft);margin:0}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:1.75rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;padding:1rem}.stat-card .label{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.78rem}.stat-card .value{margin-top:.15rem;font-size:1.6rem;font-weight:700}.doc-list{flex-direction:column;gap:.65rem;display:flex}.card-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.card-grid{grid-template-columns:repeat(2,1fr)}}.card-clamp{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.card-grid-tile{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);cursor:default;border-inline-start:3px solid #0000;border-radius:8px;flex-direction:column;transition:border-color .12s,box-shadow .16s,transform .16s;display:flex;overflow:hidden}.card-grid-tile:hover{border-color:var(--border-strong);border-inline-start-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.card-grid-tile:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-inline-start-color:var(--accent)}.card-grid-tile .banner{background:linear-gradient(135deg, var(--accent-bg), var(--surface));border-bottom:1px solid var(--border);flex:0 0 110px;height:110px}.card-grid-tile .body{flex-direction:column;flex:auto;gap:.5rem;padding:.9rem 1rem 1rem;display:flex}.card-grid-tile h3{color:var(--ink);margin:0;font-size:1rem;line-height:1.3}.card-grid-tile .meta{color:var(--ink-muted);flex-wrap:wrap;align-items:center;gap:.6rem;font-size:.78rem;display:flex}.card-grid-tile .meta .source{color:var(--accent);font-weight:600}.doc-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);cursor:pointer;border-inline-start:3px solid #0000;border-radius:8px;padding:1rem 1.1rem;transition:border-color .12s,box-shadow .16s}.doc-card:hover{border-color:var(--border-strong);border-inline-start-color:var(--accent);box-shadow:0 4px 12px #0000001f}.doc-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-inline-start-color:var(--accent)}.doc-card .meta{color:var(--ink-muted);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.4rem;font-size:.82rem;display:flex}.doc-card .source{color:var(--accent);font-weight:600}.doc-card h3{color:var(--ink);letter-spacing:-.005em;margin:0 0 .35rem;font-size:1.02rem}.doc-card p{color:var(--ink-soft);margin:0;font-size:.9rem;line-height:1.55}.chips{flex-wrap:wrap;gap:.35rem;margin-top:.6rem;display:flex}.chip{background:var(--accent-bg);color:var(--accent);border-radius:999px;padding:.14rem .55rem;font-size:.76rem;font-weight:500}.chip.country{color:var(--ink-soft);background:#f3f4f6}.chip.outcome{color:#276749;background:#e6f4ea}.chip.domain{color:var(--accent);background:#e8eef5}.chip.instrument{color:#854d0e;background:#fef3c7}.chip.pop{color:#9d174d;background:#fce7f3}@media (forced-colors:active){.card-grid-tile:focus-visible,.doc-card:focus-visible,.queue-item:focus-visible,.public-card-link:focus-visible .public-card{outline-offset:2px;outline:3px solid highlight}}button.chip-expander{cursor:pointer;font:inherit;text-underline-offset:2px;border:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}button.chip-expander:hover{filter:brightness(.95)}.browse{grid-template-columns:260px 1fr;gap:1.5rem;display:grid}@media (width<=860px){.browse{grid-template-columns:1fr}}.filters{background:var(--surface);border:1px solid var(--border);border-radius:8px;height:fit-content;padding:1rem;position:sticky;top:70px}.filters h4{text-transform:uppercase;color:var(--ink-muted);letter-spacing:.04em;margin:0 0 .5rem;font-size:.78rem}.filters .facet{margin-bottom:1rem}.filters .facet-items{flex-direction:column;gap:.2rem;display:flex}.filters .facet-items button{text-align:start;color:var(--ink-soft);background:0 0;border:none;border-radius:4px;justify-content:space-between;align-items:center;padding:.3rem .5rem;font-size:.88rem;display:flex}.filters .facet-items button:hover{background:var(--accent-bg);color:var(--accent)}.filters .facet-items button.active{background:var(--accent);color:#fff}.filters .facet-items button .count{color:inherit;opacity:.7;font-size:.75rem}.compact-filter{margin-bottom:.6rem;position:relative}.compact-filter-box{border:1px solid var(--brand-slate);background:#fff;border-radius:8px;align-items:center;display:flex}.compact-filter.open .compact-filter-box{border-color:var(--brand-cyan)}.compact-filter-trigger{cursor:pointer;min-width:0;color:var(--brand-slate);text-align:start;background:0 0;border:none;flex:1;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .7rem;font-size:.9rem;display:flex}.compact-filter-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compact-filter-label strong{color:var(--brand-navy);font-weight:700}.compact-filter-chevron{color:var(--brand-slate);flex-shrink:0;font-size:.7rem;transition:transform .15s}.compact-filter.open .compact-filter-chevron{transform:rotate(180deg)}.compact-filter-clear{cursor:pointer;color:var(--brand-slate);background:0 0;border:none;flex-shrink:0;padding:0 .55rem;font-size:1.15rem;line-height:1}.compact-filter-clear:hover{color:var(--brand-navy)}.compact-filter-popup{top:calc(100% + 4px);z-index:50;border:1px solid var(--border);background:#fff;border-radius:8px;flex-direction:column;max-height:320px;padding:.5rem;display:flex;position:absolute;inset-inline:0;box-shadow:0 6px 18px #00000024}.compact-filter-search{box-sizing:border-box;border:1px solid var(--border);border-radius:6px;width:100%;margin-bottom:.4rem;padding:.4rem .6rem;font-size:.85rem}.compact-filter-list{margin:0;padding:0;list-style:none;overflow-y:auto}.compact-filter-item{cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.3rem .4rem;font-size:.88rem;display:flex}.compact-filter-item:hover{background:#f2f7f7}.compact-filter-item input{flex-shrink:0}.compact-filter-empty{color:var(--ink-muted);padding:.5rem;font-size:.85rem}.rc-filter{margin-bottom:.6rem}.rc-pills{flex-wrap:wrap;gap:.3rem;margin-bottom:.4rem;display:flex}.rc-pill{background:var(--brand-cyan);color:#fff;border-radius:999px;align-items:center;gap:.2rem;padding-block:.15rem;padding-inline:.55rem .2rem;font-size:.78rem;display:inline-flex}.rc-pill button{color:#fff;cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:.95rem;line-height:1}.rc-pill button:hover{opacity:.8}.rc-mode{color:var(--ink-soft);border-bottom:1px solid var(--border);gap:.8rem;margin-bottom:.4rem;padding:.1rem .4rem .45rem;font-size:.82rem;display:flex}.rc-mode label{cursor:pointer;align-items:center;gap:.3rem;display:inline-flex}.rc-group{margin-bottom:.3rem}.rc-group-header{text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted);padding:.3rem .4rem .15rem;font-size:.72rem}.rc-group ul{margin:0;padding:0;list-style:none}.prefs-controls{max-width:440px}.prefs-field-label{color:var(--ink-soft);margin:.85rem 0 .3rem;font-size:.82rem;font-weight:600;display:block}.search-bar{gap:.5rem;margin-bottom:1rem;display:flex}.search-bar input{border:1px solid var(--border);background:var(--surface);border-radius:6px;outline:none;flex:1;padding:.6rem .85rem;font-family:inherit;font-size:.95rem}.search-bar input:focus{border-color:var(--accent)}.btn{border:1px solid var(--border-strong);background:var(--surface);color:var(--ink);border-radius:6px;padding:.55rem 1rem;font-size:.88rem;font-weight:600}.btn:hover{background:#f6f4ed}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn.primary:hover{background:var(--accent-soft)}.btn.success{background:var(--success);color:#fff;border-color:var(--success)}.btn.danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn:disabled{opacity:.55;cursor:not-allowed}.meter-banner{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.6rem 1rem;font-size:.9rem;display:flex}.meter-banner.locked{background:var(--danger-bg);color:var(--danger);border-color:#fca5a5}.meter-banner .bar{background:#fff9;border-radius:999px;width:140px;height:6px;overflow:hidden}.meter-banner .fill{opacity:.7;background:currentColor;height:100%}.admin-tabs{border-bottom:1px solid var(--border);gap:.25rem;margin-bottom:1.5rem;display:flex}.admin-tabs button{color:var(--ink-soft);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.7rem 1rem;font-size:.92rem;font-weight:500}.admin-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.ingest-form{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.ingest-form label{margin-bottom:.4rem;font-size:.88rem;font-weight:600;display:block}.ingest-form .row{gap:.5rem;display:flex}.ingest-form input[type=url]{border:1px solid var(--border);border-radius:6px;outline:none;flex:1;padding:.6rem .85rem;font-family:inherit;font-size:.95rem}.ingest-form input[type=url]:focus{border-color:var(--accent)}.ingest-form .hint{color:var(--ink-muted);margin-top:.5rem;font-size:.82rem}.ingest-result{background:var(--success-bg);color:var(--success);border:1px solid #a7d7b3;border-radius:6px;margin-top:.75rem;padding:.75rem 1rem;font-size:.88rem}.ingest-result.error{background:var(--danger-bg);color:var(--danger);border-color:#fca5a5}.queue-item{background:var(--surface);border:1px solid var(--border);border-inline-start:3px solid #0000;border-radius:8px;margin-bottom:.75rem;padding:1.1rem;transition:border-color .12s,box-shadow .16s}.queue-item:hover{border-color:var(--border-strong);box-shadow:0 4px 12px #0000001f}.queue-item .actions{gap:.5rem;margin-top:.75rem;display:flex}.doc-detail{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;padding:1.75rem}.doc-detail h2{letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.5rem}.doc-detail .source-link{word-break:break-all;color:var(--accent);font-size:.88rem}.doc-detail .section{margin-top:1.4rem}.doc-detail .section h4{text-transform:uppercase;color:var(--ink-muted);letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.doc-detail .summary{color:var(--ink);font-size:.96rem;line-height:1.6}.loading,.empty{text-align:center;color:var(--ink-muted);padding:3rem 1rem}.spinner{border:2px solid var(--border);border-top-color:var(--accent);vertical-align:middle;border-radius:50%;width:18px;height:18px;margin-inline-end:.4rem;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-row{grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:1.75rem;display:grid}@media (width<=860px){.dashboard-row{grid-template-columns:1fr}}.section-head{justify-content:space-between;align-items:baseline;margin-bottom:.75rem;display:flex}.section-head h3{letter-spacing:-.005em;margin:0;font-size:1.12rem}.section-head a{font-size:.88rem}.case-card-compact{border:1px solid var(--border);border-inline-start:2px solid var(--brand-cyan);box-shadow:var(--shadow);cursor:pointer;background:#f2f7f7;border-radius:8px;margin-bottom:.6rem;padding:1rem}.case-card-compact .headline{color:var(--ink);margin:0 0 .3rem;font-size:.95rem;font-weight:600}.case-card-compact .who-where{color:var(--ink-soft);font-size:.82rem}.public-home{max-width:1100px;margin:0 auto;padding:0 1.5rem 4rem}.public-topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:1.2rem 0;display:flex}.public-topbar .brand{color:var(--ink);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-flex}.public-topbar .brand .dot{background:var(--accent);border-radius:50%;width:10px;height:10px}.public-topbar .preview-demo-link{color:var(--ink-soft);border:1px solid var(--border);border-radius:4px;padding:.4rem .9rem;font-size:.88rem;text-decoration:none}.public-topbar .preview-demo-link:hover{color:var(--accent);border-color:var(--accent)}.public-hero{padding:1.5rem 0 2.5rem}.public-hero h1{margin:.6rem 0 1rem;font-size:2.4rem;line-height:1.15}.public-hero .tag{color:var(--ink-soft);max-width:720px;font-size:1.05rem;line-height:1.55}.public-section{margin-top:2.8rem}.public-section .section-head{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.public-section h2{margin:0;font-size:1.5rem}.public-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem;display:grid}.public-card{background:var(--surface);border:1px solid var(--border);border-inline-start:3px solid #0000;border-radius:6px;flex-direction:column;gap:.5rem;padding:1.1rem 1.2rem;transition:border-color .12s,box-shadow .16s;display:flex}.public-card-link{color:inherit;text-decoration:none;display:block}.public-card-link:hover .public-card{border-color:var(--border-strong);border-inline-start-color:var(--accent);box-shadow:0 4px 12px #0000001f}.public-card-link:focus-visible{outline:none}.public-card-link:focus-visible .public-card{outline:2px solid var(--accent);outline-offset:2px;border-inline-start-color:var(--accent)}.public-card .meta{color:var(--ink-muted);gap:.6rem;font-size:.78rem;display:flex}.public-card .meta .source{color:var(--accent);font-weight:600}.public-card h3{margin:0;font-size:1rem;line-height:1.35}.public-card p{color:var(--ink-soft);margin:0;font-size:.9rem;line-height:1.5}.public-card .chips{flex-wrap:wrap;gap:.35rem;margin-top:.3rem;display:flex}.public-footer{border-top:1px solid var(--border);color:var(--ink-muted);margin-top:4rem;padding-top:2rem;font-size:.85rem}.public-footer p{margin:.3rem 0}:root{--palette-navy:#0a2540;--palette-cyan:#00b4d8;--palette-cyan-text:#0e7490;--palette-off-white:#f8f9fa;--palette-slate:#334155;--palette-cyan-soft:#e0f7fb}.home-our-goals,.home-vision-mission,.home-target-audience,.home-how-it-works,.home-feature-deep-dive,.home-trust-strip{margin-top:4.5rem}.home-our-goals h2,.home-vision-mission h2,.home-target-audience h2,.home-how-it-works h2,.home-feature-deep-dive h2{color:var(--palette-navy);margin:0 0 1.5rem;font-size:1.875rem;font-weight:700;line-height:1.25}.home-our-goals h3,.home-vision-mission h3,.home-target-audience h3,.home-how-it-works h3,.home-feature-deep-dive h3{color:var(--palette-navy);margin:0 0 .5rem;font-size:1.05rem;font-weight:600;line-height:1.35}.home-our-goals p,.home-vision-mission p,.home-target-audience p,.home-how-it-works p,.home-feature-deep-dive p{color:var(--palette-slate);margin:0;font-size:.97rem;line-height:1.6}.home-our-goals,.home-target-audience,.home-feature-deep-dive{background:var(--palette-off-white);border-radius:8px;margin-inline:-1.5rem;padding:3rem 1.5rem}.home-our-goals-body,.home-vision-mission-body{grid-template-columns:1fr;gap:2rem;display:grid}.home-our-goals article,.home-vision-mission article{grid-template-columns:1fr;align-items:start;gap:.6rem 2rem;display:grid}@media (width>=768px){.home-our-goals article,.home-vision-mission article{grid-template-columns:2fr 3fr}}.home-our-goals article h3,.home-vision-mission article h3{margin:0;font-size:1.875rem;font-weight:700;line-height:1.2}.home-target-audience-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.home-target-audience-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.home-target-audience-grid{grid-template-columns:repeat(4,1fr)}}.home-audience-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.75rem;height:100%;padding:1.5rem 1.25rem;display:flex}.home-audience-icon{color:var(--palette-cyan);background:var(--palette-cyan-soft);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex}.home-how-it-works-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.home-how-it-works-grid{grid-template-columns:repeat(3,1fr)}}.home-step-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.6rem;padding:2rem 1.25rem 1.25rem;display:flex;position:relative}.home-step-num{top:-16px;background:var(--palette-cyan);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;inset-inline-start:1.25rem}.home-step-icon{color:var(--palette-navy)}.home-feature-deep-dive-head{margin-bottom:1.5rem}.home-section-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--palette-cyan-text);margin:0 0 .4rem;font-size:.78rem;font-weight:700}.home-feature-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.home-feature-grid{grid-template-columns:repeat(3,1fr)}}.home-feature-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.75rem;height:100%;padding:1.5rem 1.25rem;transition:border-color .12s,box-shadow .16s,transform .12s;display:flex;position:relative}.home-feature-card:hover{border-color:var(--palette-cyan);box-shadow:0 6px 16px #0a254014}.home-feature-card.coming-soon{opacity:.85}.home-feature-card.coming-soon:hover{border-color:var(--border);box-shadow:none}.home-feature-card-head{align-items:center;gap:.7rem;display:flex}.home-feature-icon{color:var(--palette-navy);justify-content:center;align-items:center;display:inline-flex}.home-feature-card h3{flex:auto;margin:0}.home-feature-badge{text-transform:uppercase;letter-spacing:.05em;background:var(--palette-cyan-soft);color:var(--palette-navy);white-space:nowrap;border-radius:999px;padding:.15rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.home-feature-tagline{color:var(--palette-navy);font-weight:600;font-size:.95rem!important}.home-feature-body{flex:auto}.home-feature-cta{color:var(--palette-cyan-text);align-self:flex-start;margin-top:.25rem;font-size:.9rem;font-weight:600;text-decoration:none}.home-feature-cta:hover{text-decoration:underline}.home-feature-cta.disabled{color:var(--ink-muted);cursor:not-allowed}.home-trust-strip{text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem 0 1.5rem}.home-trust-strip-caption{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-muted);margin:0 0 1rem;font-size:.78rem;font-weight:600}.home-trust-strip-list{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1.5rem 2rem;max-width:1100px;margin:0 auto;padding:0 1.5rem;list-style:none;display:flex}.home-trust-strip-list li{justify-content:center;align-items:center;margin:0;display:flex}.home-trust-strip-logo{object-fit:contain;filter:grayscale();opacity:.65;width:auto;max-width:180px;height:56px;transition:opacity .16s,filter .16s;display:inline-block}.home-trust-strip-logo:hover{opacity:1;filter:grayscale(.4)}.public-latest .section-head h2{font-size:1.25rem}@media (width<=480px){.public-home{padding:0 1rem 3rem}.public-hero h1{letter-spacing:-.01em;font-size:1.85rem;line-height:1.18}.public-hero .tag{font-size:.98rem}.public-section{margin-top:2rem}.public-section h2{font-size:1.4rem}}.auth-card{background:#fff;border:1px solid #eaeaea;border-radius:10px;max-width:420px;margin:64px auto;padding:32px 28px}.auth-card h1{margin:0 0 12px;font-size:1.4rem}.auth-card form{gap:14px;margin-top:20px;display:grid}.auth-card label{gap:6px;font-size:.92rem;display:grid}.auth-card label span{color:#444;font-weight:600}.auth-card input{border:1px solid #ccc;border-radius:6px;padding:10px 12px;font-size:1rem}.auth-card input:focus{outline-offset:-1px;outline:2px solid #1f6feb}.auth-card .auth-error{color:#b3261e;margin:0;font-size:.9rem}.auth-card .auth-actions{align-items:center;gap:16px;margin-top:20px;display:flex}.auth-card .small{font-size:.85rem}.link-as-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}[dir=rtl] .rtl-flip{display:inline-block;transform:scaleX(-1)}.event-badge{text-transform:capitalize;letter-spacing:.01em;color:#334155;background:#e2e8f0;border-radius:999px;padding:.1rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.event-badge.conflict{color:#7a1f1f;background:#f4e2e2}.event-badge.economic_shock{color:#92400e;background:#fef3c7}.event-badge.food_security_shock{color:#9a3412;background:#ffedd5}.event-badge.climate{color:#0f5e57;background:#d1f0ec}.event-badge.displacement{color:#1e40af;background:#dbeafe}.event-badge.pandemic{color:#5b21b6;background:#ede9fe}.event-badge.social_crisis{color:#334155;background:#e2e8f0}
