:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f8fb;--background-secondary:#f1f5f8;--surface:#fbfdff;--surface-soft:#f3f6f9;--surface-hover:#edf2f6;--heading:#071c2c;--text:#1b3448;--muted:#63778a;--nav-text:#344d61;--nav-text-hover:#071c2c;--primary:#0c3049;--primary-hover:#16445f;--accent:#c91f37;--accent-hover:#aa182f;--accent-soft:#fff0f3;--accent-border:#e9b4bd;--donate-background:transparent;--donate-border:#dca1aa;--donate-text:#b21d33;--donate-active-background:#fff0f3;--success:#168567;--success-soft:#e9f7f2;--line:#dce5ec;--line-strong:#b7c7d3;--nav-background:#f5f8fbf5;--footer-background:linear-gradient(180deg, #eef3f7 0%, #f5f8fb 100%);--footer-heading:#071c2c;--footer-text:#1b3448;--footer-muted:#63778a;--footer-accent:#c91f37;--footer-line:#071c2c1a;--shadow-small:0 8px 28px #071c2c0e;--shadow-medium:0 20px 55px #071c2c18;--shadow-large:0 28px 75px #071c2c1f;--max:1360px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#101c27;--background-secondary:#152433;--surface:#1b2c3c;--surface-soft:#203344;--surface-hover:#273d4f;--heading:#f4f7fa;--text:#dce5ec;--muted:#a7b6c4;--nav-text:#cbd7e0;--nav-text-hover:#fff;--primary:#24475f;--primary-hover:#2c5873;--accent:#db344b;--accent-hover:#ec465c;--accent-soft:#2c222a;--accent-border:#6e3a45;--donate-background:transparent;--donate-border:#8e5660;--donate-text:#f09aa7;--donate-active-background:#33242b;--success:#4bc49e;--success-soft:#18372f;--line:#2b4052;--line-strong:#496176;--nav-background:#111f2cf5;--footer-background:linear-gradient(180deg, #152838 0%, #112330 100%);--footer-heading:#f5f8fa;--footer-text:#dce6ed;--footer-muted:#9fb0bd;--footer-accent:#ef9eaa;--footer-line:#ffffff17;--shadow-small:0 8px 28px #00000024;--shadow-medium:0 20px 50px #0003;--shadow-large:0 28px 70px #00000040}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55;transition:background .28s,color .28s}main{background:var(--bg);min-height:70vh;transition:background .28s,color .28s}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img,svg{max-width:100%;display:block}::selection{background:var(--accent);color:#fff}.container{width:min(var(--max), calc(100% - 48px));margin-inline:auto}.btn{border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 20px;font-weight:850;transition:transform .2s,background .2s,color .2s,border-color .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-large{min-height:53px;padding-inline:24px}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 9px 22px #071c2c24}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 12px 30px #071c2c33}.btn-danger{background:var(--accent);color:#fff;box-shadow:0 9px 22px #c91f372e}.btn-danger:hover{background:var(--accent-hover);box-shadow:0 12px 28px #c91f3742}.btn-secondary{border-color:var(--line);background:var(--surface);color:var(--heading)}.btn-secondary:hover{border-color:var(--line-strong);background:var(--surface-hover);box-shadow:var(--shadow-small)}.brand{align-items:center;gap:11px;display:inline-flex}.brandIcon{width:42px;height:42px;color:var(--accent);background:linear-gradient(145deg,#12394f,#1c4d67);border-radius:13px;flex:none;place-items:center;transition:transform .22s,box-shadow .22s;display:grid;box-shadow:0 8px 20px #071c2c24}html[data-theme=dark] .brandIcon{background:linear-gradient(145deg,#294b61,#345e77)}.brand:hover .brandIcon{transform:translateY(-2px)scale(1.03);box-shadow:0 12px 27px #071c2c33}.brandIcon svg{width:29px;height:29px}.brandText{display:block}.brandText strong{color:var(--heading);letter-spacing:-.025em;font-size:1.02rem;line-height:1.1;transition:color .25s;display:block}.brandText small{color:var(--muted);text-transform:uppercase;letter-spacing:.19em;margin-top:5px;font-size:.63rem;font-weight:850;display:block}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px;font-size:.76rem;font-weight:900;display:inline-block}.muted{color:var(--muted)}.h2{max-width:900px;color:var(--heading);letter-spacing:-.045em;margin:10px 0 18px;font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.04}.h3{color:var(--heading);margin:0 0 8px;font-size:1.24rem}.lead{max-width:760px;color:var(--muted);font-size:1.08rem;line-height:1.75}.section{background:var(--bg);padding:86px 0}.section-sm{background:var(--bg);padding:58px 0}.page-hero{background:var(--bg);padding:72px 0 38px}.grid{gap:22px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--line);background:var(--surface);color:var(--text);box-shadow:var(--shadow-small);border-radius:20px;padding:26px;transition:background .25s,border-color .25s,color .25s}.card-hover{transition:transform .22s,box-shadow .22s,border-color .22s,background .22s}.card-hover:hover{border-color:var(--line-strong);background:var(--surface-hover);box-shadow:var(--shadow-medium);transform:translateY(-5px)}.actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pill{border:1px solid var(--line);background:var(--surface);color:var(--heading);border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:.85rem;font-weight:800;display:inline-flex}.badge-red{border-color:var(--accent-border);background:var(--accent-soft);color:var(--accent)}.divider{background:var(--line);width:100%;height:1px;margin:22px 0}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.field{flex-direction:column;gap:8px;display:flex}.field.full{grid-column:1/-1}label{color:var(--heading);font-size:.87rem;font-weight:800}input,select,textarea{border:1px solid var(--line);background:var(--surface);width:100%;min-height:48px;color:var(--text);border-radius:11px;outline:none;padding:12px 14px;transition:border-color .2s,box-shadow .2s,background .25s,color .25s}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.72}input:focus,select:focus,textarea:focus{border-color:var(--line-strong);box-shadow:0 0 0 3px #37688624}textarea{resize:vertical;min-height:120px}.notice{border-left:4px solid var(--primary);background:var(--surface-soft);color:var(--text);border-radius:12px;padding:15px 17px}.notice-danger{border-left-color:var(--accent);background:var(--accent-soft);color:var(--text)}.split{grid-template-columns:.76fr 1.24fr;align-items:start;gap:28px;display:grid}.sidebar-card{position:sticky;top:108px}.searchbar{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-small);border-radius:16px;grid-template-columns:1fr 1fr 1fr auto;gap:10px;padding:12px;display:grid}.homeHero{background:radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--accent) 7%, transparent), transparent 30%), radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--primary) 7%, transparent), transparent 25%), var(--bg);padding:92px 0 0;transition:background .25s;position:relative;overflow:hidden}.homeHeroGrid{z-index:2;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);align-items:center;gap:82px;display:grid;position:relative}.homeHeroContent{max-width:790px}.heroBadge{border:1px solid var(--accent-border);background:var(--accent-soft);color:var(--accent);border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.84rem;font-weight:850;transition:transform .2s,background .2s;display:inline-flex}.heroBadge:hover{transform:translateY(-2px)}.heroBadge:before{content:"";background:var(--accent);border-radius:50%;width:7px;height:7px}.homeHeroTitle{max-width:800px;color:var(--heading);letter-spacing:-.055em;margin:22px 0;font-size:clamp(3rem,4.6vw,4.75rem);line-height:1.02}.homeHeroDescription{max-width:700px;color:var(--muted);margin:0;font-size:1.1rem;line-height:1.78}.homeHeroActions{flex-wrap:wrap;gap:12px;margin-top:29px;display:flex}.heroTrust{flex-wrap:wrap;gap:20px;margin-top:28px;display:flex}.heroTrustItem{color:var(--muted);align-items:center;gap:7px;font-size:.88rem;font-weight:750;display:inline-flex}.heroTrustItem span{background:var(--success-soft);width:20px;height:20px;color:var(--success);border-radius:50%;place-items:center;font-size:.68rem;font-weight:900;display:grid}.donorSearchCard{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-large);border-radius:24px;padding:31px;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s}.donorSearchCard:hover{border-color:var(--line-strong);transform:translateY(-4px)}.searchCardHeader{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.searchCardEyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px;font-size:.72rem;font-weight:900;display:block}.searchCardHeader h2{max-width:320px;color:var(--heading);letter-spacing:-.035em;margin:0;font-size:1.7rem;line-height:1.12}.searchDropIcon{background:var(--accent-soft);width:55px;height:55px;color:var(--accent);border-radius:16px;flex:none;place-items:center;transition:transform .22s,background .22s;display:grid}.donorSearchCard:hover .searchDropIcon{transform:scale(1.06)}.searchDropIcon svg{width:31px;height:31px}.searchForm{gap:16px;margin-top:27px;display:grid}.donorSearchButton{width:100%;min-height:51px}.donorSearchButton svg{width:18px;height:18px}.searchPrivacy{border-top:1px solid var(--line);grid-template-columns:auto 1fr;gap:10px;margin-top:19px;padding-top:18px;display:grid}.privacyIndicator{background:var(--success);border-radius:50%;width:9px;height:9px;margin-top:6px}.searchPrivacy strong{color:var(--heading);margin-bottom:2px;font-size:.8rem;display:block}.searchPrivacy p{color:var(--muted);margin:0;font-size:.77rem;line-height:1.5}.searchSecondary{color:var(--muted);text-align:center;margin-top:17px;font-size:.8rem}.searchSecondary a{color:var(--heading);margin-left:5px;font-weight:850;transition:color .2s}.searchSecondary a:hover{color:var(--accent)}.heroStats{z-index:2;border-top:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin-top:82px;display:grid;position:relative}.heroStat{border-right:1px solid var(--line);min-height:108px;padding:27px 29px;transition:background .2s,transform .2s}.heroStat:hover{background:var(--surface-soft)}.heroStat:first-child{padding-left:0}.heroStat:last-child{border-right:0}.heroStat strong{color:var(--heading);letter-spacing:-.025em;margin-bottom:4px;font-size:1.3rem;display:block}.heroStat span{color:var(--muted);font-size:.86rem}.homeSection{padding:100px 0;transition:background .25s}.howSection{background:var(--surface)}.sectionIntro{max-width:820px;margin-bottom:43px}.sectionIntro h2{max-width:800px;color:var(--heading);letter-spacing:-.045em;margin:0 0 17px;font-size:clamp(2.35rem,3.8vw,3.65rem);line-height:1.045}.sectionIntro p{max-width:650px;color:var(--muted);margin:0;font-size:1.02rem;line-height:1.75}.stepGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.stepCard{border:1px solid var(--line);background:var(--surface);min-height:335px;box-shadow:var(--shadow-small);border-radius:19px;flex-direction:column;padding:27px;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:flex}.stepCard:hover{border-color:var(--line-strong);background:var(--surface-hover);box-shadow:var(--shadow-medium);transform:translateY(-6px)}.stepCardTop{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.stepIcon{background:var(--surface-soft);width:50px;height:50px;color:var(--heading);border-radius:14px;place-items:center;transition:transform .2s,background .2s;display:grid}.stepCard:hover .stepIcon{transform:scale(1.07)}.stepCard:nth-child(2) .stepIcon{background:var(--accent-soft);color:var(--accent)}.stepNumber{color:var(--muted);opacity:.45;font-size:.95rem;font-weight:900}.stepCard h3{color:var(--heading);letter-spacing:-.025em;margin:0 0 12px;font-size:1.3rem}.stepCard p{color:var(--muted);margin:0 0 26px;font-size:.94rem;line-height:1.75}.stepLink{color:var(--heading);align-items:center;gap:7px;margin-top:auto;font-size:.9rem;font-weight:850;transition:color .2s;display:inline-flex}.stepLink span{transition:transform .2s}.stepLink:hover{color:var(--accent)}.stepLink:hover span{transform:translate(4px)}.trustSection{background:var(--background-secondary)}.trustGrid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:78px;display:grid}.trustIntro h2{max-width:580px;color:var(--heading);letter-spacing:-.045em;margin:0 0 18px;font-size:clamp(2.3rem,3.7vw,3.55rem);line-height:1.045}.trustIntro p{max-width:590px;color:var(--muted);margin:0 0 28px;font-size:1rem;line-height:1.8}.trustList{gap:14px;display:grid}.trustItem{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-small);border-radius:16px;grid-template-columns:48px 1fr;gap:17px;padding:21px 23px;transition:transform .22s,background .22s,border-color .22s,box-shadow .22s;display:grid}.trustItem:hover{border-color:var(--line-strong);background:var(--surface-hover);box-shadow:var(--shadow-medium);transform:translate(5px)}.trustNumber{background:var(--primary);color:#fff;border-radius:12px;place-items:center;width:43px;height:43px;font-size:.72rem;font-weight:900;display:grid}.trustItem h3{color:var(--heading);margin:1px 0 4px;font-size:1.02rem}.trustItem p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.65}.hemrowSection{background:var(--background-secondary);padding:0 0 92px}.hemrowCard{border:1px solid var(--line);color:#fff;box-shadow:var(--shadow-medium);background:radial-gradient(circle at 90% 20%,#c91f3738,#0000 34%),linear-gradient(135deg,#123b59 0%,#1b4a65 100%);border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(220px,auto);align-items:center;gap:45px;padding:45px 49px;transition:transform .25s,box-shadow .25s;display:grid;overflow:hidden}html[data-theme=dark] .hemrowCard{background:radial-gradient(circle at 90% 20%,#db344b29,#0000 34%),linear-gradient(135deg,#243f54 0%,#2d4d62 100%)}.hemrowCard:hover{box-shadow:var(--shadow-large);transform:translateY(-3px)}.hemrowLabel{color:#f5b1ba;text-transform:uppercase;letter-spacing:.14em;margin-bottom:11px;font-size:.73rem;font-weight:900;display:block}.hemrowContent h2{color:#fff;letter-spacing:-.04em;max-width:720px;margin:0 0 13px;font-size:clamp(2rem,3vw,2.8rem);line-height:1.08}.hemrowContent p{color:#d1dce4;max-width:720px;margin:0;font-size:.96rem;line-height:1.75}.hemrowAction{flex-direction:column;gap:10px;min-width:220px;display:flex}.hemrowDonateButton{color:#173247;background:#fffffff5;border:1px solid #fffc;border-radius:11px;justify-content:space-between;align-items:center;gap:18px;min-height:50px;padding:0 20px;font-weight:850;transition:transform .2s,background .2s,color .2s;display:flex}.hemrowDonateButton:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.hemrowDonateButton span{font-size:1.1rem;transition:transform .2s}.hemrowDonateButton:hover span{transform:translate(4px)}.hemrowAction small{color:#b7c5d0;font-size:.7rem;line-height:1.5}.table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:16px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--line);text-align:left;padding:14px 16px}th{background:var(--surface-soft);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.76rem}td{color:var(--text)}.kpi{color:var(--heading);font-size:2rem;font-weight:900}.status{font-size:.82rem;font-weight:800}.status.ok{color:var(--success)}.status.warn{color:#c18a20}.status.danger{color:var(--accent)}.empty{color:var(--muted);text-align:center;padding:42px 20px}.text-link{color:var(--heading);font-weight:850;transition:color .2s}.text-link:hover{color:var(--accent)}@media (max-width:1100px){.homeHeroGrid,.trustGrid{gap:45px}}@media (max-width:930px){.homeHero{padding-top:65px}.homeHeroGrid,.trustGrid{grid-template-columns:1fr}.donorSearchCard{max-width:620px}.heroStats{grid-template-columns:repeat(2,1fr)}.heroStat{border-bottom:1px solid var(--line)}.heroStat:nth-child(2){border-right:0}.stepGrid{grid-template-columns:1fr}.stepCard{min-height:auto}.hemrowCard{grid-template-columns:1fr}.hemrowAction{max-width:310px}.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1fr}.sidebar-card{position:static}.searchbar{grid-template-columns:1fr 1fr}}@media (max-width:650px){.container{width:calc(100% - 24px)}.homeHero{padding-top:52px}.homeHeroTitle{font-size:2.72rem;line-height:1.03}.homeHeroDescription{font-size:1rem}.homeHeroActions{flex-direction:column;align-items:stretch}.homeHeroActions .btn{width:100%}.heroTrust{flex-direction:column;gap:10px}.donorSearchCard{border-radius:20px;padding:23px}.searchCardHeader h2{font-size:1.45rem}.searchDropIcon{width:48px;height:48px}.heroStats{grid-template-columns:1fr;margin-top:60px}.heroStat{border-right:0;min-height:auto;padding:20px 0}.homeSection{padding:72px 0}.sectionIntro h2,.trustIntro h2{font-size:2.2rem}.trustItem{grid-template-columns:42px 1fr;padding:19px}.trustNumber{width:39px;height:39px}.hemrowSection{padding-bottom:70px}.hemrowCard{padding:31px 24px}.hemrowAction{min-width:0;max-width:none}.grid-2,.grid-3,.grid-4,.form-grid,.searchbar{grid-template-columns:1fr}.field.full{grid-column:auto}}
.Navbar-module__cJzEcG__header{z-index:100;background:var(--nav-background);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);width:100%;transition:background .25s,border-color .25s;position:sticky;top:0}.Navbar-module__cJzEcG__shell{align-items:center;width:100%;max-width:none;min-height:82px;padding-left:24px;padding-right:24px;display:flex}.Navbar-module__cJzEcG__logoArea{flex:none;align-items:center;margin-right:auto;display:flex}.Navbar-module__cJzEcG__nav{flex:none;justify-content:flex-end;align-items:center;gap:28px;margin-left:auto;display:flex}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:25px;display:flex}.Navbar-module__cJzEcG__navLinks a{min-height:82px;color:var(--nav-text);white-space:nowrap;align-items:center;font-size:.93rem;font-weight:800;transition:color .2s,opacity .2s;display:inline-flex;position:relative}.Navbar-module__cJzEcG__navLinks a:after{content:"";background:var(--accent);border-radius:999px 999px 0 0;width:0;height:3px;transition:width .2s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--nav-text-hover)}.Navbar-module__cJzEcG__navLinks a:hover:after{width:24px}.Navbar-module__cJzEcG__navLinks a.Navbar-module__cJzEcG__active{color:var(--nav-text-hover)}.Navbar-module__cJzEcG__navLinks a.Navbar-module__cJzEcG__active:after{width:28px}.Navbar-module__cJzEcG__navActions{justify-content:flex-end;align-items:center;gap:9px;display:flex}.Navbar-module__cJzEcG__donateButton,.Navbar-module__cJzEcG__signInButton,.Navbar-module__cJzEcG__signOutButton,.Navbar-module__cJzEcG__requestButton{white-space:nowrap;border-radius:11px;justify-content:center;align-items:center;min-height:46px;padding-left:16px;padding-right:16px;font-family:inherit;font-size:.9rem;font-weight:850;transition:transform .2s,background .2s,color .2s,border-color .2s,box-shadow .2s;display:inline-flex}.Navbar-module__cJzEcG__donateButton:hover,.Navbar-module__cJzEcG__signInButton:hover,.Navbar-module__cJzEcG__signOutButton:hover,.Navbar-module__cJzEcG__requestButton:hover{transform:translateY(-2px)}.Navbar-module__cJzEcG__donateButton{border:1px solid var(--donate-border);background:var(--donate-background);color:var(--donate-text)}.Navbar-module__cJzEcG__donateButton:hover{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 8px 20px #c91f372b}.Navbar-module__cJzEcG__actionActive{border-color:var(--accent);background:var(--donate-active-background);color:var(--accent)}.Navbar-module__cJzEcG__themeButton{border:1px solid var(--line);background:var(--surface);width:46px;height:46px;color:var(--heading);cursor:pointer;border-radius:11px;flex:0 0 46px;place-items:center;padding:0;transition:transform .2s,background .2s,border-color .2s,color .2s,box-shadow .2s;display:grid;position:relative}.Navbar-module__cJzEcG__themeButton:hover{border-color:var(--line-strong);background:var(--surface-hover);box-shadow:var(--shadow-small);transform:translateY(-2px)}.Navbar-module__cJzEcG__themeButton span{place-items:center;width:21px;height:21px;display:grid}.Navbar-module__cJzEcG__themeButton svg{width:21px;height:21px}.Navbar-module__cJzEcG__sunIcon{display:none!important}.Navbar-module__cJzEcG__moonIcon{display:grid!important}html[data-theme=dark] .Navbar-module__cJzEcG__sunIcon{display:grid!important}html[data-theme=dark] .Navbar-module__cJzEcG__moonIcon{display:none!important}.Navbar-module__cJzEcG__signInButton{border:1px solid var(--line);background:var(--surface);color:var(--heading)}.Navbar-module__cJzEcG__signInButton:hover{border-color:var(--line-strong);background:var(--surface-hover);box-shadow:var(--shadow-small)}.Navbar-module__cJzEcG__signOutForm{align-items:center;margin:0;display:flex}.Navbar-module__cJzEcG__signOutButton{border:1px solid var(--line);background:var(--surface);color:var(--heading);cursor:pointer}.Navbar-module__cJzEcG__signOutButton:hover{border-color:var(--accent);background:var(--donate-active-background);color:var(--accent);box-shadow:var(--shadow-small)}.Navbar-module__cJzEcG__requestButton{border:1px solid var(--accent);background:var(--accent);color:#fff;gap:8px;box-shadow:0 8px 20px #c91f372e}.Navbar-module__cJzEcG__requestButton:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 12px 27px #c91f3740}.Navbar-module__cJzEcG__requestDot{background:#fff;border-radius:50%;flex:0 0 7px;width:7px;height:7px}.Navbar-module__cJzEcG__menuButton{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:11px;width:45px;height:45px;margin-left:auto;padding:10px;display:none}.Navbar-module__cJzEcG__menuButton span{background:var(--heading);border-radius:999px;width:100%;height:2px;margin:5px 0;transition:transform .2s,opacity .2s;display:block}.Navbar-module__cJzEcG__menuOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__menuOpen span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__menuOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1320px){.Navbar-module__cJzEcG__shell{padding-left:18px;padding-right:18px}.Navbar-module__cJzEcG__nav{gap:18px}.Navbar-module__cJzEcG__navLinks{gap:16px}.Navbar-module__cJzEcG__donateButton,.Navbar-module__cJzEcG__signInButton,.Navbar-module__cJzEcG__signOutButton,.Navbar-module__cJzEcG__requestButton{padding-left:12px;padding-right:12px}}@media (max-width:1100px){.Navbar-module__cJzEcG__shell{min-height:74px;padding-left:15px;padding-right:15px}.Navbar-module__cJzEcG__menuButton{display:block}.Navbar-module__cJzEcG__nav{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-large);border-radius:18px;flex-direction:column;align-items:stretch;gap:16px;margin:0;padding:16px;display:none;position:absolute;top:74px;left:14px;right:14px}.Navbar-module__cJzEcG__navOpen{display:flex}.Navbar-module__cJzEcG__navLinks{flex-direction:column;align-items:stretch;gap:3px}.Navbar-module__cJzEcG__navLinks a{border-radius:10px;min-height:46px;padding-left:13px;padding-right:13px}.Navbar-module__cJzEcG__navLinks a:after{display:none}.Navbar-module__cJzEcG__navLinks a:hover,.Navbar-module__cJzEcG__navLinks a.Navbar-module__cJzEcG__active{background:var(--surface-hover);color:var(--heading)}.Navbar-module__cJzEcG__navActions{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:9px;padding-top:14px;display:grid}.Navbar-module__cJzEcG__navActions>*{min-width:0}.Navbar-module__cJzEcG__donateButton,.Navbar-module__cJzEcG__signInButton,.Navbar-module__cJzEcG__signOutButton,.Navbar-module__cJzEcG__signOutForm{width:100%}.Navbar-module__cJzEcG__themeButton{flex:initial;width:100%}.Navbar-module__cJzEcG__requestButton{grid-column:1/-1;width:100%}}@media (max-width:560px){.Navbar-module__cJzEcG__shell{padding-left:12px;padding-right:12px}.Navbar-module__cJzEcG__navActions{grid-template-columns:1fr}.Navbar-module__cJzEcG__themeButton,.Navbar-module__cJzEcG__donateButton,.Navbar-module__cJzEcG__signInButton,.Navbar-module__cJzEcG__signOutButton,.Navbar-module__cJzEcG__requestButton{width:100%}.Navbar-module__cJzEcG__requestButton{grid-column:auto}}
.Footer-module__S6Hkya__footer{background:var(--footer-background);color:var(--footer-text);border-top:1px solid var(--footer-line);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--footer-heading) 3%, transparent);margin:0;padding:44px 0 18px;transition:background .25s,color .25s,border-color .25s}.Footer-module__S6Hkya__shell{width:calc(100% - 48px);max-width:1450px;margin:0 auto}.Footer-module__S6Hkya__main{grid-template-columns:minmax(280px,1.45fr) .9fr .9fr .9fr;align-items:start;gap:48px;display:grid}.Footer-module__S6Hkya__brandColumn{max-width:390px}.Footer-module__S6Hkya__footer .brandText strong{color:var(--footer-heading)}.Footer-module__S6Hkya__footer .brandText small{color:var(--footer-muted)}.Footer-module__S6Hkya__footer .brandIcon{box-shadow:0 7px 18px color-mix(in srgb, var(--primary) 12%, transparent)}.Footer-module__S6Hkya__description{max-width:365px;color:var(--footer-muted);margin:18px 0 10px;font-size:.9rem;line-height:1.65}.Footer-module__S6Hkya__tagline{color:var(--footer-accent);margin:0 0 16px;font-size:.88rem;font-weight:850}.Footer-module__S6Hkya__footerDonate{color:var(--footer-heading);align-items:center;gap:7px;font-size:.87rem;font-weight:800;transition:color .2s,transform .2s;display:inline-flex}.Footer-module__S6Hkya__footerDonate span{transition:transform .2s}.Footer-module__S6Hkya__footerDonate:hover{color:var(--accent)}.Footer-module__S6Hkya__footerDonate:hover span{transform:translate(4px)}.Footer-module__S6Hkya__linkColumn{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.Footer-module__S6Hkya__linkColumn strong{color:var(--footer-heading);margin-bottom:4px;font-size:.93rem;font-weight:850}.Footer-module__S6Hkya__linkColumn a{color:var(--footer-muted);font-size:.88rem;line-height:1.4;transition:color .2s,transform .2s}.Footer-module__S6Hkya__linkColumn a:hover{color:var(--accent);transform:translate(3px)}.Footer-module__S6Hkya__bottomDivider{background:var(--footer-line);width:100%;height:1px;margin:30px 0 15px}.Footer-module__S6Hkya__bottom{text-align:center;justify-content:center;align-items:center;min-height:26px;display:flex}.Footer-module__S6Hkya__bottom p{color:var(--footer-muted);margin:0;font-size:.8rem}html[data-theme=dark] .Footer-module__S6Hkya__footer{box-shadow:inset 0 1px #ffffff06}html[data-theme=dark] .Footer-module__S6Hkya__footer .brandIcon{box-shadow:0 8px 20px #00000029}@media (max-width:950px){.Footer-module__S6Hkya__footer{padding-top:38px}.Footer-module__S6Hkya__main{grid-template-columns:1fr 1fr;gap:34px 45px}.Footer-module__S6Hkya__brandColumn{max-width:none}.Footer-module__S6Hkya__description{max-width:430px}.Footer-module__S6Hkya__bottomDivider{margin-top:28px}}@media (max-width:600px){.Footer-module__S6Hkya__footer{padding:36px 0 16px}.Footer-module__S6Hkya__shell{width:calc(100% - 28px)}.Footer-module__S6Hkya__main{grid-template-columns:1fr;gap:26px}.Footer-module__S6Hkya__description{margin-top:15px}.Footer-module__S6Hkya__bottomDivider{margin:25px 0 14px}}
