@charset "UTF-8";
:root{color-scheme:light;--ink:#000814;--navy:#001d3d;--blue:#003566;--yellow:#ffc300;--gold:#ffd60a;--paper:#faf9f5;--muted:#6c747c;--line:#dadcda;font-family:Arial,Helvetica,sans-serif;color:var(--navy);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--blue);outline-offset:5px}button,input{border-radius:0}button{color:inherit}::selection{background:var(--gold);color:var(--ink)}
.page-shell{max-width:1000px;padding:0 54px;margin:auto}.site-header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-size:16px;font-weight:700;letter-spacing:-.5px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--gold);font-size:24px;line-height:1;font-family:Georgia,serif}.deadline{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:1.3px;font-weight:700}.deadline-dot{width:5px;height:5px;background:var(--yellow);border-radius:50%}
.intro{text-align:center;padding:70px 0 46px}.eyebrow{font-size:10px;letter-spacing:2.05px;font-weight:700;margin:0 0 23px;color:var(--blue);line-height:1.6}h1{font-size:clamp(42px,6vw,66px);font-weight:500;line-height:1.1;letter-spacing:-3.2px;margin:0}.highlight-word{position:relative;white-space:nowrap;isolation:isolate}.highlight-word svg{position:absolute;width:103%;height:14px;left:-1%;bottom:-6px;z-index:-1;overflow:visible}.highlight-word path{fill:none;stroke:var(--gold);stroke-width:8;stroke-linecap:round}.intro-copy{font-size:15px;line-height:1.8;margin:28px 0 0;color:#4d5c6a}.intro-copy span{display:inline-block;margin-top:4px;color:var(--navy)}
.fundraiser{padding:0 20px}.fund-totals{border-bottom:1px solid var(--line);display:flex;align-items:flex-end;justify-content:space-between;padding:16px 0 24px;margin-bottom:14px}.total-label{font-size:9px;font-weight:700;letter-spacing:1.65px;margin:0 0 10px;color:var(--muted)}.total-value{font-size:36px;font-weight:600;letter-spacing:-1.6px;margin:0;line-height:1}.target-value{font-size:18px;font-weight:400;color:#78828b;letter-spacing:-.5px}.completion-block{text-align:right}.percent-value{font-size:20px;letter-spacing:-.7px;font-weight:600;margin:0 0 7px}.remaining-copy{font-size:11px;color:var(--muted);margin:0}.give-area{text-align:center;padding:32px 0 15px}.primary-button{display:inline-flex;justify-content:space-between;align-items:center;gap:35px;min-height:54px;background:var(--yellow);color:var(--ink);padding:17px 24px;border:1px solid transparent;font-size:14px;font-weight:600;transition:background .18s,transform .18s}.primary-button:hover{background:var(--gold);transform:translateY(-2px)}.primary-button:active{transform:translateY(0)}.primary-button>span:last-child{font-size:20px;font-weight:400;line-height:.7}.give-caption{font-size:11px;color:var(--muted);margin:14px 0 0}.status-message{font-size:12px;margin:12px 0 0;min-height:15px;color:var(--blue)}
.history-section{padding:25px 20px 0}.section-heading{border-bottom:1px solid var(--line);padding-bottom:19px;display:flex;align-items:center;justify-content:space-between;gap:16px}h2{font-size:17px;font-weight:500;letter-spacing:-.4px;margin:0}.history-count{color:var(--muted);font-size:10px;white-space:nowrap}.empty-history{text-align:center;padding:29px 10px 35px;font-size:13px;line-height:1.8;color:var(--muted);margin:0}.empty-history span{font-size:11px;color:#87919a}.history-list ul{list-style:none;padding:0;margin:0}.history-row,.contribution-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}.donor-info{display:flex;align-items:center;gap:12px}.donor-avatar{width:34px;height:34px;flex:none;display:grid;place-items:center;background:#eeeee8;border-radius:50%;font-size:12px;color:var(--blue)}.donor-name{font-size:13px;font-weight:600;overflow-wrap:anywhere}.donation-date,.donor-date{font-size:10px;color:var(--muted);margin-top:4px}.donation-value,.donation-amount{font-size:16px;font-weight:600;white-space:nowrap}.site-footer{border-top:1px solid var(--line);margin-top:22px;padding:25px 0 32px;display:flex;align-items:flex-start;gap:16px;font-size:10px;color:var(--muted)}.site-footer>span:first-child{color:var(--navy);white-space:nowrap}.site-footer p{margin:0 0 0 auto;text-align:right;font-size:9px;line-height:1.6}.footer-spark{color:var(--blue);font-size:23px;line-height:1}
dialog{background:var(--paper);color:var(--navy);border:1px solid var(--line);padding:0;max-width:440px;width:calc(100% - 32px);max-height:calc(100dvh - 32px);overflow:auto;box-shadow:0 24px 90px #00081430}dialog::backdrop{background:#00081480;backdrop-filter:blur(4px)}.dialog-content{position:relative;padding:42px 34px 28px}.close-button{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:28px;line-height:1;width:30px;height:30px}.dialog-content .eyebrow{font-size:9px;margin-bottom:16px}.dialog-content h2{font-size:30px;letter-spacing:-1px;line-height:1.15}.dialog-description{font-size:13px;color:var(--muted);line-height:1.65;margin:14px 0 25px}form label{display:block;font-size:12px;margin:19px 0 8px;font-weight:600}input{width:100%;background:transparent;border:1px solid #bdc4c8;padding:13px 14px;min-height:47px;color:var(--navy);font-size:15px}input::placeholder{color:#8c949c}.amount-field{position:relative}.amount-field input{padding-right:40px}.amount-field>span{position:absolute;right:16px;top:14px}.amount-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.amount-presets button{background:transparent;border:1px solid var(--line);padding:10px 3px;font-size:12px}.amount-presets button:hover,.amount-presets button[aria-pressed=true]{border-color:var(--blue);background:#001d3d08}.form-error{font-size:12px;color:#9b332d;line-height:1.5;min-height:18px;margin:15px 0 10px}form .primary-button{width:100%;font-size:13px;gap:12px}.dialog-note{font-size:10px;color:var(--muted);text-align:center;margin:15px 0 0;line-height:1.5}
.history-list{list-style:none;padding:0;margin:0}.history-item{display:flex;align-items:center;gap:12px;padding:19px 0;border-bottom:1px solid var(--line)}.history-avatar{width:34px;height:34px;flex:none;display:grid;place-items:center;background:#eeeee8;border-radius:50%;font-size:12px;color:var(--blue)}.history-details{min-width:0;flex:1}.history-details strong{display:block;font-size:13px;font-weight:600;overflow-wrap:anywhere}.history-details time{display:block;font-size:10px;color:var(--muted);margin-top:5px}.history-amount{font-size:15px;font-weight:600;white-space:nowrap}.history-empty{list-style:none;text-align:center;padding:32px 10px;font-size:12px;line-height:1.8;color:var(--muted)}
@media(min-width:1200px){.page-shell{max-width:940px}.intro{padding-top:60px;padding-bottom:36px}.fundraiser,.history-section{padding-left:42px;padding-right:42px}}
@media(max-width:600px){.page-shell{padding:0 22px}.site-header{height:82px}.wordmark{font-size:14px;gap:9px}.brand-mark{width:30px;height:30px;font-size:22px}.deadline{font-size:8px;letter-spacing:.6px;gap:6px}.intro{padding:48px 0 32px}.eyebrow{font-size:8px;letter-spacing:1.3px;margin-bottom:20px}h1{font-size:43px;letter-spacing:-2px}.intro-copy{font-size:13px;margin-top:24px}.fundraiser{padding:0}.fund-totals{padding:15px 0 23px;margin-bottom:9px}.total-label{font-size:8px;letter-spacing:1.3px}.total-value{font-size:29px;letter-spacing:-1px}.target-value{font-size:15px}.percent-value{font-size:18px}.remaining-copy{font-size:9px;max-width:110px;line-height:1.5}.give-area{padding-top:25px}.primary-button{min-height:52px;font-size:13px;gap:28px}.history-section{padding:20px 0 0}.section-heading{gap:8px}h2{font-size:15px}.history-count{font-size:9px}.site-footer{flex-wrap:wrap;position:relative;padding-right:22px;gap:10px}.site-footer p{margin:0;text-align:left;width:100%;font-size:8px}.footer-spark{position:absolute;right:0;top:25px}.dialog-content{padding:40px 24px 25px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Reduced page copy: keep the amount as the sole progress readout. */
.fund-totals{justify-content:center;padding-bottom:24px}.page-shell{padding-bottom:48px}.intro{padding-bottom:36px}.intro h1{font-size:clamp(34px,5.2vw,58px);letter-spacing:-2px}.status-message:empty{display:none}
@media(max-width:600px){.intro h1{font-size:clamp(29px,8.4vw,43px);letter-spacing:-1.4px}}

@font-face{font-family:Comfortaa;src:url('./comfortaa.ttf') format('truetype');font-weight:300 700;font-style:normal;font-display:swap}
:root{font-family:Comfortaa,ui-rounded,Arial,sans-serif}
.primary-button{border-radius:16px;justify-content:center;gap:0;font-weight:700}
.primary-button>span:last-child{font-size:inherit;font-weight:inherit;line-height:1.4}
.intro h1{letter-spacing:-1.8px;line-height:1.2;font-weight:600}
@media(max-width:600px){.intro h1{font-size:clamp(25px,7.1vw,38px);letter-spacing:-1px}}

.headline-aside{display:block;font-size:clamp(15px,2vw,21px);font-weight:400;letter-spacing:0;line-height:1.6;margin-top:20px}
