:root{--bg:#f6f7f8;--surface:#ffffff;--surface-2:#fbfcfc;--ink:#12171c;--ink-2:#3d474f;--muted:#5c666f;--muted-2:#78838c;--faint:#98a2ab;--faint-2:#a9b2ba;--line:#e2e6ea;--line-2:#eef1f3;--line-3:#f1f4f5;--field-border:#d7dce1;--track:#eef1f3;--track-2:#e8ecef;--green:#14663c;--green-dark:#0e4a2b;--green-tint:#f1f7f3;--green-line:#d7e6dd;--green-ink:#1f3d2c;--navy:#0a1d4d;--navy-dark:#061336;--navy-line:#1e3466;--navy-soft:#9fb3d9;--navy-soft-2:#8ba3cf;--navy-head:#152f5c;--navy-accent:#1b3f7a;--navy-rule:#3d5a99;--navy-tint:#f2f5fa;--navy-tint-line:#d8e0ec;--panel-blue:#f4f6fa;--panel-blue-line:#ccd8e8;--red:#c90026;--red-2:#b2242b;--red-dark:#9c1f25;--red-bright:#e0264a;--red-light:#ff6b83;--red-tint:#fdeceb;--red-dot:#d13b30;--red-line:#dd8b90;--red-soft:#f6d6d8;--red-hover:#f6e8e9;--amber:#e0a11b;--amber-bg:#fdf8ea;--amber-line:#e6d5a8;--amber-ink:#6b5713;--blue:#2b7fd4;--purple:#7a4fbf;--mint:#5fd08a;--dark:#12171c;--dark-line:#262c32;--dark-text:#c8ced3;--shell:1240px;--gutter:24px;--radius:4px;--radius-sm:3px;--radius-xs:2px;--font-display:var(--font-archivo,"Archivo"),system-ui,sans-serif;--font-body:var(--font-public-sans,"Public Sans"),Helvetica,sans-serif;--font-deva:var(--font-devanagari,"Noto Sans Devanagari"),sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,monospace;--spring-settle:600ms linear(0,0.1061,0.3018,0.4922,0.6466,0.7613,0.8422,0.8975,0.9342,0.9582,0.9737,0.9836,0.9898,0.9937,0.9961,0.9976,0.9985,0.9991,1,1);--ease-out:cubic-bezier(0.2,0.8,0.3,1)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body),var(--font-deva);font-size:16px;-webkit-font-smoothing:antialiased}html[lang=ne] body{font-family:var(--font-deva),var(--font-body)}a{color:var(--green);text-decoration:none}a:hover{color:var(--green-dark);text-decoration:underline}img{max-width:100%}button,input,select,textarea{font-family:inherit;font-size:14px;color:var(--ink)}::placeholder{color:var(--faint)}:focus-visible{outline:2px solid var(--green);outline-offset:2px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--green);outline-offset:-1px}.reset-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;text-align:inherit;cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:12px;top:-60px;z-index:100;background:var(--ink);color:#fff;padding:10px 16px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;transition:top .15s ease}.skip-link:focus{top:12px;color:#fff;text-decoration:none}@keyframes hrn-live{0%,44%{opacity:1;transform:scale(1)}50%,94%{opacity:.18;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@keyframes hrn-halo{0%{transform:scale(1);opacity:.55}70%,to{transform:scale(2.6);opacity:0}}@keyframes hrn-trail{0%{background-position:-40% 0}to{background-position:140% 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.layout{min-height:100vh;display:flex;flex-direction:column}.layout>main{flex:1 1}.flagbar{height:4px;background:var(--red)}.shell{padding-left:var(--gutter);padding-right:var(--gutter)}.page,.shell{max-width:var(--shell);margin:0 auto}.page{padding:44px var(--gutter) 72px}.page--narrow{max-width:1040px}.page--form{max-width:960px}.h1{font-family:var(--font-display);font-weight:700;font-size:clamp(34px,4.4vw,52px);line-height:1.04;letter-spacing:-1.2px;margin:0 0 20px;text-wrap:balance}.h1--page{font-size:clamp(26px,3.2vw,34px);line-height:1.1;letter-spacing:-.8px;margin:0 0 6px}.h1--form{font-size:clamp(28px,3.4vw,38px);line-height:1.1;letter-spacing:-.9px;margin:0 0 12px}.h2{font-family:var(--font-display);font-weight:700;font-size:26px;letter-spacing:-.6px;margin:0 0 20px}.h2--rule{border-left:4px solid var(--red);padding-left:14px;margin-bottom:0}.h3{font-family:var(--font-display);font-weight:700;font-size:24px;letter-spacing:-.4px;margin:0}.eyebrow{letter-spacing:1.6px;margin:0}.eyebrow,.eyebrow--label{font-size:11px;text-transform:uppercase;color:var(--muted);font-weight:600}.eyebrow--label{letter-spacing:1.2px}.lede{font-size:18px;line-height:1.5;color:var(--ink-2);margin:0 0 28px;max-width:600px;text-wrap:pretty}.intro{font-size:15px;color:var(--muted);margin:0 0 24px;max-width:70ch;line-height:1.55}.mono{font-family:var(--font-mono)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 24px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:14.5px;font-weight:600;line-height:1.2;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.btn,.btn:hover{text-decoration:none}.btn--sm{padding:12px 20px;font-size:13.5px}.btn--md{padding:13px 22px;font-size:14px}.btn--block{width:100%}.btn--green{background:var(--green);color:#fff}.btn--green:hover{background:var(--green-dark);color:#fff}.btn--navy{background:var(--navy);color:#fff}.btn--navy:hover{background:var(--navy-dark);color:#fff}.btn--dark{background:var(--ink);color:#fff}.btn--dark:hover{background:#000;color:#fff}.btn--outline{background:var(--surface);border-color:var(--field-border);color:var(--ink)}.btn--outline:hover{border-color:var(--ink);color:var(--ink)}.btn--outline-green:hover{border-color:var(--green);color:var(--green)}.btn--white{background:#fff;color:var(--red-2)}.btn--white:hover{background:var(--red-hover);color:var(--red-2)}.btn--on-red{background:transparent;border-color:var(--red-line);color:#fff}.btn--on-red:hover{background:var(--red-dark);color:#fff}.btn-row{display:flex;flex-wrap:wrap;gap:10px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:var(--surface);border-bottom:1px solid var(--line)}.header__inner{flex-wrap:wrap;gap:16px;min-height:66px;padding-top:10px;padding-bottom:10px}.header__brand,.header__inner{display:flex;align-items:center}.header__brand{gap:14px}.header__brand:hover{text-decoration:none}.header__logo{height:46px;width:88px;display:block;object-fit:contain}.header__tagline{font-size:10.5px;letter-spacing:1.4px;color:var(--muted);text-transform:uppercase;border-left:1px solid var(--line);padding-left:14px;line-height:1.5;max-width:120px}.header__nav{display:flex;flex-wrap:wrap;gap:2px;margin-left:auto}.header__link{font-size:13.5px;font-weight:500;padding:8px 11px;border-radius:var(--radius-sm);color:var(--ink-2);background:transparent}.header__link:hover{background:var(--bg);color:var(--ink);text-decoration:none}.header__link[aria-current=page]{font-weight:600;color:var(--green-dark);background:var(--green-tint)}.langswitch{display:flex;border:1px solid var(--field-border);border-radius:var(--radius-sm);overflow:hidden}.langswitch__btn{padding:6px 10px;font-size:12px;font-weight:600;background:var(--surface);color:var(--muted)}.langswitch__btn:hover{color:var(--ink);text-decoration:none}.langswitch__btn[aria-current=true]{background:var(--ink);color:#fff}.langswitch__btn--np{font-family:var(--font-deva)}@media (max-width:720px){.header__tagline{display:none}.header__nav{order:3;width:100%;margin-left:0}}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.card--pad{padding:28px 26px}.card--flush{padding:0;overflow:hidden}.card--empty{padding:44px 24px;text-align:center}.card--empty-lg{padding:56px 24px;text-align:center}.card__title{font-family:var(--font-display);font-weight:600;font-size:17px;margin-bottom:8px}.card__title--lg{font-size:18px}.card__body{font-size:14px;line-height:1.55;color:var(--muted);max-width:52ch;margin:0 auto 20px}.grid{display:grid;grid-gap:16px;gap:16px}.grid--160{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.grid--180{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.grid--230{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.grid--240{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid--260{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid--280{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid--290{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.grid--300{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid--320{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.hero{background:var(--surface);border-bottom:1px solid var(--line)}.hero__inner{max-width:var(--shell);margin:0 auto;padding:66px var(--gutter) 52px}.hero__copy{max-width:760px}.hero__loop{margin-top:26px;display:flex;flex-wrap:wrap;align-items:baseline;gap:10px}.hero__loop-label{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--faint);font-weight:600}.hero__loop-word{font-family:var(--font-display);font-weight:700;font-size:17px;color:var(--red);letter-spacing:-.2px;transition:opacity .26s ease,transform .26s ease}.hero__loop-word[data-fading=true]{opacity:0;transform:translateY(-5px)}.tracker-band{background:var(--navy);color:#fff;position:relative}.tracker-band__trail{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,rgba(201,0,38,0) 0,var(--red) 35%,var(--red-light) 50%,var(--red) 65%,rgba(201,0,38,0) 100%);background-size:40% 100%;background-repeat:no-repeat;animation:hrn-trail 4.2s linear infinite}.tracker-band__inner{max-width:var(--shell);margin:0 auto;padding:34px var(--gutter) 38px}.tracker-band__head{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:24px}.tracker-band__label{font-size:11px;letter-spacing:1.6px;text-transform:uppercase;color:var(--navy-soft);font-weight:600}.tracker-band__link{margin-left:auto;font-size:13.5px;font-weight:600;color:#fff;border-bottom:1px solid var(--navy-rule)}.tracker-band__link:hover{color:var(--navy-soft);text-decoration:none}.tracker-band__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1px;gap:1px;background:var(--navy-line)}.tracker-band__cell{background:var(--navy);padding:22px 20px 20px}.tracker-band__value{font-family:var(--font-display);font-weight:700;font-size:40px;line-height:1;letter-spacing:-1.6px;color:#fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tracker-band__cell-label{font-size:12.5px;line-height:1.4;color:var(--navy-soft);margin-top:10px}.tracker-band__note{margin:18px 0 0;font-size:13.5px;line-height:1.55;color:var(--navy-soft-2);max-width:78ch}.pulse{position:relative;width:8px;height:8px;flex:none;display:inline-block}.pulse:after,.pulse:before{content:"";position:absolute;inset:0;border-radius:50%;background:var(--pulse-color,var(--mint))}.pulse:before{animation:hrn-live 2.4s ease-in-out infinite}.pulse:after{animation:hrn-halo 2.4s ease-out infinite}.section{max-width:var(--shell);margin:0 auto;padding:56px var(--gutter) 8px}.section--tight{padding-top:48px}.section--full{padding:48px var(--gutter)}.section__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:14px;margin-bottom:18px}.section__head-note{font-size:14px;color:var(--muted);max-width:56ch}.path-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;display:flex;flex-direction:column;gap:14px}.path-card--green{border-top:3px solid var(--green)}.path-card--green .h3{color:var(--green-dark)}.path-card--navy{border-top:3px solid var(--navy)}.path-card--navy .h3{color:var(--navy-head)}.path-card p{margin:0;font-size:15.5px;line-height:1.5;color:var(--ink-2)}.path-card__foot{margin-top:auto;padding-top:8px}.how-heading{font-family:var(--font-display);font-weight:600;font-size:13px;letter-spacing:1.8px;text-transform:uppercase;color:var(--muted);margin:0 0 22px;text-align:center}.how-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px}.how-card__n{font-family:var(--font-display);font-weight:700;font-size:12px;letter-spacing:1px;color:var(--red);margin-bottom:10px}.how-card__title{font-size:15px;font-weight:600;line-height:1.35}.statusbar{margin-top:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px 18px;display:flex;flex-wrap:wrap;align-items:center;gap:18px}.statusbar__label{font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted)}.dot{width:9px;height:9px;border-radius:50%;display:inline-block;flex:none;background:var(--dot-color,var(--ink))}.dot--sm{width:8px;height:8px}.dot--xs{width:7px;height:7px}.band{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.band__inner{max-width:var(--shell);margin:0 auto;padding:48px var(--gutter);display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:36px;gap:36px;align-items:center}.chips{display:flex;flex-wrap:wrap;gap:7px}.chip{font-size:12.5px;color:var(--ink-2);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-xs);padding:7px 11px}.splitcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}.trust{background:var(--navy);color:#fff}.trust__inner{max-width:var(--shell);margin:0 auto;padding:52px var(--gutter)}.trust__intro{margin:0 0 26px;font-size:15px;line-height:1.55;color:var(--navy-soft);max-width:64ch}.trust__item{border:1px solid var(--navy-line);border-radius:var(--radius);padding:18px 20px}.trust__k{font-size:11px;letter-spacing:1.3px;text-transform:uppercase;color:var(--red-bright);margin-bottom:10px}.trust__v{font-size:14px;line-height:1.55}.cta{background:var(--red-2);color:#fff}.cta__inner{max-width:var(--shell);margin:0 auto;padding:52px var(--gutter);display:flex;flex-wrap:wrap;gap:28px;align-items:center;justify-content:space-between}.cta h2{font-family:var(--font-display);font-weight:700;font-size:clamp(24px,2.8vw,32px);line-height:1.15;letter-spacing:-.7px;margin:0 0 10px;text-wrap:pretty}.cta p{margin:0;font-size:15px;line-height:1.55;color:var(--red-soft)}.form-rail{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px 20px;margin-bottom:18px;display:flex;flex-wrap:wrap;align-items:center;gap:16px;position:-webkit-sticky;position:sticky;top:calc(var(--header-h, 66px) + 10px);z-index:12}.form-rail__label{font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted);font-weight:600}.form-rail__pips{display:flex;flex-wrap:wrap;gap:6px}.pip{min-width:30px;text-align:center;font-family:var(--font-mono);font-size:11px;padding:5px 7px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);color:var(--muted-2);transition:background .15s ease,border-color .15s ease,color .15s ease}.pip[aria-expanded=true]{border-color:var(--green);background:var(--green);color:#fff}.pip[data-filled=true]{border-color:var(--green);color:var(--green-dark)}.pip[data-filled=true]:after{content:"•";margin-left:3px}.pip[data-filled=true][aria-expanded=true]{color:#fff}.form-rail__actions{margin-left:auto;display:flex;gap:14px;font-size:12.5px;font-weight:600}.linkish{color:var(--green)}.linkish:hover{color:var(--green-dark);text-decoration:underline}.linkish--muted{color:var(--muted-2)}.linkish--muted:hover{color:var(--ink)}.form-sections{display:grid;grid-gap:14px;gap:14px}.fsection{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.fsection__toggle{width:100%;padding:15px 22px;display:flex;align-items:center;gap:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fsection__toggle:hover{background:var(--surface-2)}.fsection__n{font-family:var(--font-mono);font-size:11px;color:var(--muted-2)}.fsection__title{font-family:var(--font-display);font-weight:600;font-size:15.5px}.fsection__hint{font-size:12px;color:var(--faint);margin-left:auto}.fsection__chevron{margin-left:4px;font-size:13px;color:var(--faint);transition:transform .22s ease;display:inline-block;transform:rotate(-90deg)}.fsection__toggle[aria-expanded=true] .fsection__chevron{transform:rotate(0deg)}.fsection__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--spring-settle),visibility 0s linear .6s;visibility:hidden}.fsection__panel[data-open=true]{grid-template-rows:1fr;visibility:visible;transition:grid-template-rows var(--spring-settle),visibility 0s}.fsection__panel-inner{overflow:hidden;min-height:0}.fsection__body{padding:4px 22px 22px;display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));border-top:1px solid var(--line-2)}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field__label{font-size:11px;font-weight:600;letter-spacing:1.1px;text-transform:uppercase;color:var(--muted)}.field__note{font-size:12px;color:var(--faint)}.input,.select,.textarea{padding:11px 12px;border:1px solid var(--field-border);border-radius:var(--radius-sm);background:var(--surface);width:100%}.textarea{resize:vertical;line-height:1.5}.checkgrid{display:flex;flex-wrap:wrap;gap:8px}.checkchip{display:flex;align-items:center;gap:7px;border:1px solid var(--field-border);border-radius:var(--radius-sm);padding:8px 11px;font-size:13px;cursor:pointer;background:var(--surface)}.checkchip:hover{border-color:var(--green)}.checkchip input{accent-color:var(--green);margin:0}.checkchip--soft{border-color:var(--green-line)}.radiolist{display:grid;grid-gap:8px;gap:8px}.radiorow{display:flex;align-items:center;gap:10px;border:1px solid var(--field-border);border-radius:var(--radius-sm);padding:10px 12px;font-size:13.5px;cursor:pointer;background:var(--surface)}.radiorow:hover{border-color:var(--green)}.radiorow input{accent-color:var(--green);margin:0}.radiorow__label{font-weight:600}.radiorow__note{color:var(--faint)}.panel{border-radius:var(--radius);padding:22px}.panel--donate{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--navy)}.panel--organize{background:var(--green-tint);border:1px solid var(--green-line)}.panel--example{background:var(--navy-tint);border:1px solid var(--navy-tint-line)}.panel__title{font-family:var(--font-display);font-weight:600;font-size:15.5px;margin-bottom:8px}.panel__body{margin:0 0 14px;font-size:14px;line-height:1.55;color:var(--ink-2);max-width:66ch}.donate-toggle{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.donate-toggle input{accent-color:var(--navy);margin-top:3px}.donate-toggle__title{display:block;font-family:var(--font-display);font-weight:600;font-size:15.5px;margin-bottom:4px}.donate-toggle__body{display:block;font-size:14px;line-height:1.55;color:var(--muted);max-width:64ch}.pmdrf{margin-top:18px;background:var(--panel-blue);border:1px solid var(--panel-blue-line);border-radius:var(--radius);padding:20px;display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between}.pmdrf__cta{background:var(--navy);color:#fff;padding:14px 22px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;white-space:nowrap}.pmdrf__cta:hover{background:var(--navy-dark);color:#fff;text-decoration:none}.quote{font-size:16px;line-height:1.55;border-left:3px solid var(--navy-accent);padding-left:14px;margin-bottom:12px}.panel--example .eyebrow--label{color:var(--navy-accent);display:block;margin-bottom:12px}.submitbar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between}.consent{display:flex;gap:10px;align-items:flex-start;max-width:60ch;font-size:13.5px;line-height:1.5;color:var(--ink-2);cursor:pointer}.consent input{accent-color:var(--green);margin-top:3px}.filterbar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.filterbar .select{width:auto;min-width:150px;font-size:13.5px;padding:10px 12px}.filterbar__count{margin-left:auto;display:flex;align-items:center;font-family:var(--font-mono);font-size:12px;color:var(--muted-2)}.needtable{width:100%;border-collapse:collapse}.needtable thead tr{display:grid;grid-template-columns:1.1fr 1.5fr .8fr 1fr .8fr .8fr;grid-gap:12px;gap:12px;padding:13px 20px;border-bottom:1px solid var(--line);background:var(--surface-2)}.needtable th{padding:0;text-align:left;font-weight:600;min-width:0}.needtable td{display:block}.needtable__col{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted)}.needtable__col:hover{color:var(--ink)}.needtable__arrow{font-size:10px;color:#c3cad0}.needtable th[aria-sort=ascending] .needtable__arrow,.needtable th[aria-sort=descending] .needtable__arrow{color:var(--ink)}.needtable__empty{padding:64px 24px;text-align:center}@media (max-width:860px){.needtable thead{display:none}}.backlink{font-size:13px;color:var(--muted);margin-bottom:18px;display:inline-block}.backlink:hover{color:var(--ink);text-decoration:none}.notice{border:1px solid var(--amber-line);background:var(--amber-bg);border-radius:var(--radius-sm);padding:12px 16px;font-size:13px;color:var(--amber-ink);margin-bottom:18px}.badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.badge{display:flex;align-items:center;gap:7px;padding:6px 11px;border-radius:var(--radius-xs);font-size:11.5px;font-weight:600;letter-spacing:.6px}.badge--verified{background:var(--green-tint);color:var(--green-dark)}.badge--urgent{background:var(--red-tint);color:var(--red-2)}.detail__head{padding:28px;border-bottom:1px solid var(--line-2)}.detail__title{font-family:var(--font-display);font-weight:700;font-size:34px;line-height:1.14;letter-spacing:-.8px;margin:0 0 8px}.detail__meta{font-size:14.5px;color:var(--muted)}.detail__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.detail__main{padding:28px;border-right:1px solid var(--line-2)}.detail__body{margin:0 0 26px;font-size:15.5px;line-height:1.6;text-wrap:pretty}.detail__side{padding:28px;background:var(--surface-2)}.detail__count{font-family:var(--font-display);font-weight:700;font-size:44px;line-height:1;letter-spacing:-1.5px}.detail__count span{color:var(--faint-2)}.factlist{display:grid;grid-gap:11px;gap:11px}.fact{display:flex;justify-content:space-between;gap:16px;padding-bottom:10px;border-bottom:1px solid var(--line-3);font-size:13.5px}.fact__k{color:var(--muted)}.fact__v{font-weight:600;text-align:right}.meter{height:7px;background:var(--track-2);border-radius:4px}.meter--thin{height:6px;background:var(--track)}.meter__fill{height:100%;border-radius:4px;background:var(--green);transition:width var(--spring-settle)}.notice--warn{border-color:var(--red-line);background:var(--red-tint);color:var(--red-2)}.badge--unrequested{background:var(--amber-bg);color:var(--amber-ink);border:1px solid var(--amber-line)}.hint{font-size:12px;line-height:1.5;color:var(--faint);text-align:center}.tracker-note{border:1px solid var(--green-line);border-radius:var(--radius);background:var(--green-tint);padding:22px 24px;margin-bottom:22px;max-width:70ch}.tracker-note__title{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--green-dark);font-weight:600;margin-bottom:10px}.tracker-note p{margin:0;font-size:15px;line-height:1.55;color:var(--green-ink)}.stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px}.stat__value{font-family:var(--font-display);font-weight:700;font-size:34px;line-height:1;letter-spacing:-1.2px;color:var(--faint-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat__label{font-size:12.5px;line-height:1.4;color:var(--muted);margin-top:8px}.breakdown{display:grid;grid-gap:13px;gap:13px}.breakdown__row-head{display:flex;justify-content:space-between;gap:12px;font-size:13.5px;margin-bottom:6px}.breakdown__n{font-family:var(--font-mono);font-size:12px;color:var(--faint-2)}.card__heading{font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:18px}.card__heading--green{color:var(--green)}.card__heading--purple{color:var(--purple)}.card__heading--navy{color:var(--navy-accent)}.demandrow{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:11px;border-bottom:1px solid var(--line-3)}.demandrow__label{font-size:13.5px;color:var(--muted)}.demandrow__value{font-family:var(--font-display);font-weight:700;font-size:20px}.phase__stage{font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.phase__value{font-family:var(--font-display);font-weight:700;font-size:30px;line-height:1;letter-spacing:-1px;margin-bottom:8px}.phase__body{font-size:13px;line-height:1.5;color:var(--muted)}.network{display:flex;flex-direction:column;gap:12px}.network__name{font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.3px}.network__body{font-size:13px;line-height:1.5;color:var(--muted)}.network__count{display:flex;align-items:baseline;gap:8px;margin-top:auto}.network__count strong{font-family:var(--font-display);font-weight:700;font-size:22px}.network__count span{font-size:12.5px;color:var(--muted-2)}.network--new{border:1px dashed var(--field-border);border-radius:var(--radius);padding:22px;display:flex;flex-direction:column;justify-content:center;gap:10px;background:var(--surface-2)}.profilehead{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;margin-bottom:16px;display:flex;flex-wrap:wrap;gap:24px;align-items:center}.profilehead__avatar{width:66px;height:66px;border-radius:50%;background:var(--track);border:1px solid var(--line);flex:none}.profilehead__name{font-family:var(--font-display);font-weight:700;font-size:24px;letter-spacing:-.5px}.profilehead__meta{font-size:14px;color:var(--muted);margin-top:4px}.profilehead__progress{min-width:180px}.profilehead__progress-row{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:6px}.rowlist{display:grid;grid-gap:10px;gap:10px}.row{gap:14px;font-size:13.5px;padding-bottom:9px;border-bottom:1px solid var(--line-3)}.callout,.row{display:flex;justify-content:space-between}.callout{margin-top:16px;background:var(--green-tint);border:1px solid var(--green-line);border-radius:var(--radius);padding:22px;flex-wrap:wrap;gap:16px;align-items:center}.callout__body{max-width:60ch;font-size:14px;line-height:1.55;color:var(--ink-2)}.pstat__head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.pstat__label{font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted);font-weight:600}.pstat__value{font-family:var(--font-display);font-weight:700;font-size:32px;line-height:1;letter-spacing:-1.1px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pstat__note{font-size:12.5px;color:var(--faint);margin-top:8px}.queue__head{padding:16px 20px;border-bottom:1px solid var(--line-2);display:flex;flex-wrap:wrap;align-items:center;gap:12px}.queue__title{font-family:var(--font-display);font-weight:600;font-size:15.5px}.queue__note{font-size:12.5px;color:var(--faint)}.queue__filters{margin-left:auto;display:flex;flex-wrap:wrap;gap:8px}.qfilter{font-size:12px;font-weight:600;padding:6px 11px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);color:var(--muted);transition:background .15s ease,border-color .15s ease,color .15s ease}.qfilter[aria-pressed=true]{border-color:var(--navy);background:var(--navy);color:#fff}.queue__empty{padding:48px 24px;text-align:center}.module{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:8px;text-align:left}.module:hover{border-color:var(--navy)}.module__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.module__title{font-family:var(--font-display);font-weight:600;font-size:15px}.module__count{font-family:var(--font-mono);font-size:12px;color:var(--faint-2);white-space:nowrap;flex:none}.module__body{font-size:12.5px;line-height:1.5;color:var(--muted)}.handover{background:var(--dark);color:var(--dark-text);border-radius:var(--radius);padding:28px}.handover__title{font-size:11px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted-2);margin-bottom:14px}.handover__body{font-family:var(--font-display);font-weight:700;font-size:22px;color:#fff;margin-bottom:18px;max-width:40ch;line-height:1.25}.handover__item{border:1px solid var(--dark-line);border-radius:var(--radius-sm);padding:12px 14px;font-size:13.5px}.toast-region{position:fixed;left:0;right:0;bottom:26px;z-index:60;display:flex;justify-content:center;pointer-events:none;padding:0 20px}.toast{display:flex;align-items:flex-start;gap:12px;max-width:520px;background:var(--ink);color:#fff;border-radius:6px;padding:15px 18px;box-shadow:0 12px 34px rgba(0,0,0,.26);pointer-events:auto;opacity:1;transform:none;transition:opacity .24s var(--ease-out),transform .24s var(--ease-out)}@starting-style{.toast{opacity:0;transform:translateY(16px)}}.toast[data-closing=true]{opacity:0;transform:translateY(8px)}.toast__dot{width:8px;height:8px;border-radius:50%;background:var(--mint);margin-top:6px;flex:none}.toast__msg{font-size:13.5px;line-height:1.5;flex:1 1}.toast__close{font-size:16px;line-height:1;color:var(--muted-2);padding:2px 2px 2px 8px}.toast__close:hover{color:#fff}.veil{position:fixed;inset:0;z-index:70;background:rgba(9,16,26,.55);display:flex;align-items:center;justify-content:center;padding:24px;opacity:1;transition:opacity .2s ease}@starting-style{.veil{opacity:0}}.veil[data-closing=true]{opacity:0}.dialog{width:100%;max-width:680px;max-height:86vh;overflow:auto;background:var(--surface);border-radius:8px;opacity:1;transform:none;transition:opacity .2s var(--ease-out),transform .2s var(--ease-out)}@starting-style{.dialog{opacity:0;transform:translateY(18px) scale(.97)}}.dialog[data-closing=true]{opacity:0;transform:translateY(8px) scale(.99)}.dialog__head{padding:24px 26px;border-bottom:1px solid var(--line-2)}.dialog__close{margin-left:auto;font-size:20px;line-height:1;color:var(--faint)}.dialog__close:hover{color:var(--ink)}.dialog__title{font-family:var(--font-display);font-weight:700;font-size:24px;line-height:1.15;letter-spacing:-.6px;margin-bottom:6px}.dialog__meta{font-size:13.5px;color:var(--muted)}.dialog__body{padding:24px 26px}.dialog__body p{margin:0 0 20px;font-size:15px;line-height:1.6;text-wrap:pretty}.footer{background:var(--dark);color:var(--dark-text);margin-top:auto}.footer__inner{max-width:var(--shell);margin:0 auto;padding:40px var(--gutter) 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:32px;gap:32px}.footer__logo{display:inline-flex;background:#fff;border-radius:var(--radius);padding:12px 16px;margin-bottom:14px}.footer__tagline{font-size:13px;line-height:1.55;margin:0;color:var(--faint);max-width:340px}.footer__coltitle{font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted-2);margin-bottom:12px}.footer__links{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.footer__link{font-size:13.5px;color:var(--dark-text)}.footer__link:hover{color:#fff;text-decoration:none}.footer__bar{border-top:1px solid var(--dark-line)}.footer__note{max-width:var(--shell);margin:0 auto;padding:16px var(--gutter);font-size:12px;color:var(--muted-2)}.stack-8{display:grid;grid-gap:8px;gap:8px}.stack-9{display:grid;grid-gap:9px;gap:9px}.stack-12{display:grid;grid-gap:12px;gap:12px}.center{text-align:center}.mt-16{margin-top:16px}.mb-16{margin-bottom:16px}.mb-22{margin-bottom:22px}.maxw-56{max-width:56ch}.maxw-60{max-width:60ch}.maxw-64{max-width:64ch}html[data-reveal=on] [data-reveal]{opacity:0;transform:translateY(14px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}html[data-reveal=on] [data-reveal][data-revealed=true]{opacity:1;transform:none}.combobox{position:relative}.combobox__list{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow-y:auto;margin:0;padding:4px;list-style:none;background:var(--surface);border:1px solid var(--field-border);border-radius:var(--radius-sm);box-shadow:0 10px 28px rgba(0,0,0,.12)}.combobox__group{margin:8px 0 4px;padding:0 8px;font-size:10.5px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--faint)}.combobox__option{padding:8px 10px;border-radius:var(--radius-xs);font-size:14px;cursor:pointer}.combobox__option[aria-selected=true]{background:var(--green-tint);color:var(--green-dark)}.combobox__empty{padding:12px 10px;font-size:13.5px;color:var(--muted)}.locfield__status{margin:0;font-size:12.5px;line-height:1.5;min-height:1.2em}.locfield__ok{color:var(--green-dark);font-weight:600}.locfield__warn{color:var(--amber-ink);font-weight:600}.locfield__hint{color:var(--faint)}.upload,.upload__drop{display:grid;grid-gap:10px;gap:10px}.upload__drop{border:1px dashed var(--field-border);border-radius:var(--radius-sm);background:var(--surface);padding:20px;text-align:center;justify-items:center;transition:border-color .15s ease,background .15s ease}.upload__drop[data-dragging=true]{border-color:var(--green);background:var(--green-tint)}.upload__prompt{margin:0;font-size:13.5px;color:var(--muted)}.upload__limits{margin:0;font-size:12px;color:var(--faint)}.upload__list{list-style:none;margin:0;padding:0;display:grid;grid-gap:6px;gap:6px}.upload__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);font-size:13px}.upload__name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload__size{font-size:12px;color:var(--faint);flex:none}.upload__remove{font-size:16px;line-height:1;color:var(--muted-2);padding:0 2px;flex:none}.upload__rejected,.upload__remove:hover{color:var(--red-2)}.upload__rejected{list-style:none;margin:0;padding:0;font-size:12.5px;display:grid;grid-gap:4px;gap:4px}.upload__note{margin:0;font-size:12px;line-height:1.5;color:var(--faint)}.timeline__label{margin:0 0 12px;font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted)}.timeline__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0}.timeline__step{position:relative;display:flex;align-items:center;gap:7px;font-size:13px;padding-right:18px}.timeline__step:not(:last-child):after{content:"";position:absolute;right:6px;top:50%;width:6px;height:1px;background:var(--line)}.timeline__marker{width:9px;height:9px;border-radius:50%;flex:none;background:var(--dot-color,var(--ink))}.timeline[data-orientation=vertical] .timeline__list{display:grid;grid-gap:9px;gap:9px}.timeline[data-orientation=vertical] .timeline__step{padding-right:0;padding-left:0}.timeline[data-orientation=vertical] .timeline__step:not(:last-child):after{right:auto;left:4px;top:15px;width:1px;height:9px}.pmdrf-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--spring-settle),visibility 0s linear .6s;visibility:hidden}.pmdrf-panel[data-open=true]{grid-template-rows:1fr;visibility:visible;transition:grid-template-rows var(--spring-settle),visibility 0s}.pmdrf-panel__inner{overflow:hidden;min-height:0}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Fallback;src:local("Arial");ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.00%;size-adjust:98.70%}.__className_9dd457{font-family:Archivo,Archivo Fallback;font-style:normal}.__variable_9dd457{--font-archivo:"Archivo","Archivo Fallback"}@font-face{font-family:Public Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Public Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Public Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Public Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Public Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Public Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Public Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Public Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Public Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Public Sans Fallback;src:local("Arial");ascent-override:90.59%;descent-override:21.46%;line-gap-override:0.00%;size-adjust:104.87%}.__className_aca4c6{font-family:Public Sans,Public Sans Fallback;font-style:normal}.__variable_aca4c6{--font-public-sans:"Public Sans","Public Sans Fallback"}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ca60b95d975a0530-s.p.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/76d65646da49a987-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/85ec3505000466ce-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ca60b95d975a0530-s.p.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/76d65646da49a987-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/85ec3505000466ce-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Devanagari Fallback;src:local("Arial");ascent-override:84.27%;descent-override:38.37%;line-gap-override:0.00%;size-adjust:106.33%}.__className_664b9b{font-family:Noto Sans Devanagari,Noto Sans Devanagari Fallback;font-style:normal}.__variable_664b9b{--font-devanagari:"Noto Sans Devanagari","Noto Sans Devanagari Fallback"}