:root{--ink: #202126;--muted: #a7a9ad;--soft: #f1f2f3;--panel: #f8f8f8;--line: #e7e8ea;--yellow: #ffcc29;--yellow-soft: #fff1ad;--blue: #0033a0;--blue-soft: #e8eefc;--red: #cf142b;--red-soft: #ffe8ec;--lime: var(--yellow);--lime-soft: var(--yellow-soft);--white: #ffffff;--danger: var(--red);font-family:Helvetica,Helvetica Neue,Arial,sans-serif;color:var(--ink);background:#e9eaec}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}.login-screen{height:100vh;padding:18px;display:grid;place-items:center;position:relative;background:url(/assets/login-background-caracas.jpg);background-size:cover;background-position:center;overflow:hidden}.login-screen:before{content:none}.login-panel{width:min(100%,860px);max-height:calc(100vh - 36px);padding:clamp(22px,4vw,40px);display:grid;justify-items:center;align-content:center;gap:clamp(16px,3vw,24px);border-radius:24px;background:#ffffffe6;position:relative;overflow:hidden;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 30px 90px #1b1c1f1f}.login-panel:before{content:"";position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(90deg,var(--yellow) 0 33.33%,var(--blue) 33.33% 66.66%,var(--red) 66.66% 100%)}.login-brand{width:min(100%,390px);min-height:230px;display:grid;place-items:center;border-radius:0;background:transparent}.login-brand img{width:min(100%,330px);height:auto;display:block;filter:drop-shadow(0 16px 28px rgba(0,51,160,.12))}.login-content{width:min(100%,430px);display:grid;justify-items:stretch;gap:14px}.login-copy{display:grid;justify-items:center;gap:8px;margin-bottom:4px;text-align:center}.login-copy h1{font-size:clamp(44px,5.7vw,68px);line-height:1.04;font-weight:900;max-width:12ch}.login-form{display:grid;gap:12px}.login-form .submit-button{margin-top:14px}.login-form label{text-align:left}.login-input{min-height:50px;padding:0 16px;display:flex;align-items:center;gap:10px;border-radius:999px;background:var(--panel);box-shadow:inset 0 0 0 1px transparent}.login-input:focus-within{box-shadow:inset 0 0 0 2px var(--blue)}.login-input svg{flex:0 0 auto;color:var(--blue)}.login-input input{min-height:46px;padding:0;background:transparent;border-radius:0;outline:0;box-shadow:none}.login-input input:focus{outline:0;box-shadow:none}.login-error{margin:0;padding:12px 14px;border-radius:8px;background:var(--red-soft);color:var(--red);font-size:13px;font-weight:800}.login-footer-brand{margin-top:4px;min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;color:#8f9297;font-size:11px;font-weight:700;text-align:center}.login-footer-brand img{width:82px;max-height:22px;object-fit:contain;opacity:.72}.login-footer-brand small{color:#a1a4aa;font-size:10px;font-weight:600}.app-shell{height:100vh;display:grid;grid-template-columns:82px 1fr;padding:14px;background:#e9eaec;overflow:hidden}.rail{background:#fbfbfb;border-radius:24px 0 0 24px;padding:28px 16px;position:fixed;left:14px;top:14px;width:82px;height:calc(100vh - 28px);z-index:20;display:flex;flex-direction:column;align-items:center;gap:14px;box-shadow:10px 0 24px #1b1c1f0a}.brand-logo{width:56px;height:auto;max-height:58px;object-fit:contain;margin-bottom:28px}.rail-button,.icon-pill,.tiny-menu,.remove-button{border:0;display:grid;place-items:center}.rail-button{width:42px;height:42px;border-radius:50%;color:#8d8f94;background:#f0f1f2}.rail-button.active{background:var(--lime);color:var(--ink)}.rail-button.dark{background:var(--blue);color:var(--white)}.workspace{grid-column:2;min-width:0;height:calc(100vh - 28px);background:var(--white);border-radius:0 24px 24px 0;padding:40px 42px 32px;position:relative;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable}.workspace::-webkit-scrollbar{width:10px}.workspace::-webkit-scrollbar-track{background:transparent}.workspace::-webkit-scrollbar-thumb{background:#d9dce0;border:3px solid var(--white);border-radius:999px}.workspace:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--yellow) 0 33.33%,var(--blue) 33.33% 66.66%,var(--red) 66.66% 100%)}.workspace>*{position:relative}.topbar,.status-pills,.hero-row,.range-controls,.section-heading,.records-toolbar,.record-row,.user-chip,.mini-brand,.date-chip{display:flex;align-items:center}.topbar{justify-content:space-between;gap:24px}.status-pills{gap:12px;min-width:0}.icon-pill{width:58px;height:58px;border-radius:50%;background:var(--white);box-shadow:inset 0 0 0 1px var(--line),0 12px 32px #1b1c1f0a}.user-chip{height:58px;gap:12px;padding:7px 18px 7px 7px;border-radius:999px;box-shadow:inset 0 0 0 1px var(--line),0 12px 32px #1b1c1f0a}.avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:var(--white);font-weight:800}.logo-avatar{overflow:hidden;background:#050505}.logo-avatar img{width:38px;height:auto;display:block}.user-chip span:last-child{display:grid;line-height:1.15}.user-chip small,.mini-brand span,.date-chip{color:var(--muted)}.mini-brand{gap:8px;font-weight:700}.live-status{min-height:38px;padding:0 14px;border-radius:999px;background:var(--panel);white-space:nowrap}.live-status.live{color:var(--blue)}.live-status.offline{color:var(--red)}.date-chip{height:48px;border:0;border-radius:999px;gap:9px;padding:0 16px;background:var(--white);box-shadow:inset 0 0 0 1px var(--line),0 10px 24px #1b1c1f0a}.date-chip span{min-width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:var(--white);font-size:12px}.quick-menu{margin-top:18px;padding:8px;display:flex;flex-wrap:wrap;gap:8px;border-radius:999px;background:var(--panel)}.quick-menu button{min-height:38px;border:0;border-radius:999px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;background:var(--white);color:var(--ink);font-size:13px;font-weight:800}.quick-menu button:hover,.range-controls button:hover:not(.primary-action),.filter-tabs button:hover,.link-button:hover{background:var(--blue-soft)}.range-controls .primary-action:hover,.submit-button:hover{background:#00246f;color:var(--white)}.rail-button:focus-visible,.icon-pill:focus-visible,.date-chip:focus-visible,.range-controls button:focus-visible,.filter-tabs button:focus-visible,.quick-menu button:focus-visible,.tiny-menu:focus-visible,.remove-button:focus-visible,.submit-button:focus-visible,select:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.hero-row{justify-content:space-between;gap:22px;margin:46px 0 34px}.eyebrow{margin:0;color:#b8babf;font-size:clamp(13px,1.6vw,18px);font-weight:700;line-height:1.3;letter-spacing:.18em;text-transform:uppercase}h1{margin:0;font-size:clamp(42px,6vw,72px);letter-spacing:0;line-height:.94;font-weight:900}.hero-badge{width:74px;height:74px;border-radius:50%;background:var(--lime);display:grid;place-items:center;position:relative;margin-right:auto}.hero-badge span{font-size:60px;line-height:.8;font-weight:900}.hero-badge svg{position:absolute;right:-12px;bottom:8px;padding:6px;width:30px;height:30px;color:var(--white);border-radius:50%;background:var(--blue)}.range-controls{gap:12px;flex-wrap:wrap;justify-content:flex-end}.date-picker-wrap{position:relative}.range-controls button,.primary-action,.filter-tabs button,.link-button{border:0;border-radius:999px;background:var(--soft);color:var(--ink);min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.range-controls .primary-action,.submit-button{background:var(--blue);color:var(--white)}.date-button.open{background:var(--blue-soft);color:var(--blue)}.date-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:290px;padding:10px;display:grid;gap:8px;border-radius:8px;background:var(--white);box-shadow:0 22px 60px #1b1c1f24,inset 0 0 0 1px var(--line)}.date-dropdown .date-option{width:100%;min-height:42px;padding:0 12px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--panel);color:var(--ink);font-size:13px;font-weight:800}.date-dropdown .date-option.active{background:var(--yellow)}.date-dropdown .date-option strong{color:var(--blue)}.date-input-label{padding:10px;border-radius:8px;background:var(--panel)}.date-input-label input{min-height:38px;padding:0 10px}.day-list{display:grid;gap:6px;max-height:190px;overflow-y:auto}.day-list p{margin:0;padding:10px;color:#8f9297;font-size:13px}.dashboard-grid{display:grid;grid-template-columns:minmax(220px,290px) minmax(360px,1fr) minmax(240px,310px);gap:18px;min-width:0}.dashboard-grid.accounts-mode{grid-template-columns:1fr}.dashboard-grid.accounts-mode>:not(.account-card){display:none}.summary-card,.form-card,.qualification-card,.records-card,.account-card{background:var(--panel);border-radius:8px;padding:22px;min-width:0}.card-title,.section-heading{justify-content:space-between;gap:10px;font-weight:700}.lime-dot,.news-dot{width:18px;height:18px;border-radius:5px;display:inline-block;vertical-align:middle;margin-right:8px;background:var(--lime)}.news-dot{width:20px;height:20px;border-radius:50%;margin-left:auto;margin-right:0;background:var(--blue)}.big-number{display:block;margin-top:42px;font-size:clamp(52px,8vw,82px);line-height:.92;font-weight:500}.micro-copy{color:#74767a;max-width:190px;margin:38px 0 30px;font-size:12px;text-transform:uppercase}.split-metrics{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.split-metrics div{padding-top:18px;display:grid;gap:4px}.split-metrics div+div{border-left:1px solid var(--line);padding-left:18px}.split-metrics strong{font-size:30px;font-weight:500}.split-metrics span,.daily-summary span,.record-main span,.record-files span,.gift-preview span,.file-input small{color:#8f9297;font-size:12px}.daily-summary{margin-top:18px;min-height:48px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:8px;background:var(--white)}.daily-summary strong{font-size:22px;font-weight:800;color:var(--blue)}.registration-form{display:grid;gap:14px;margin-top:20px}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#73767a}input,select{width:100%;min-height:46px;border:0;border-radius:999px;background:var(--white);padding:0 16px;color:var(--ink);outline:1px solid transparent}input:focus,select:focus{outline-color:var(--blue)}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.file-input{min-height:70px;border-radius:8px;padding:14px;background:var(--white);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;color:var(--ink);cursor:pointer}.file-input input{display:none}.file-input span{display:grid;gap:3px;min-width:0}.file-input small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-input em{color:var(--blue);font-size:10px;font-style:normal;font-weight:800;line-height:1.15}.waiver{min-height:54px;padding:12px 14px;grid-template-columns:auto 1fr;align-items:center;border-radius:8px;background:var(--white);color:var(--ink);cursor:pointer}.waiver input{width:22px;min-height:22px;accent-color:var(--blue)}.waiver span{display:grid;gap:3px}.waiver small{color:var(--blue);font-size:11px;font-weight:900}.submit-button{min-height:54px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:9px}.submit-message{margin:-2px 0 0;padding:12px 14px;border-radius:8px;background:var(--white);color:#62656a;font-size:13px;font-weight:700}.qualification-card{display:grid;gap:14px;align-content:start}.tiny-menu{width:32px;height:32px;border-radius:50%;background:var(--white)}.gift-preview{min-height:178px;border-radius:8px;background:linear-gradient(135deg,#fff,#f7f9ff 48%,#fff1f3);display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px}.benefit-item{min-width:0;padding:14px 10px;justify-items:center;align-content:center;display:grid;gap:8px;border-radius:8px;background:#ffffffb8;text-align:center}.benefit-item strong{font-size:15px;line-height:1}.benefit-item span:last-child{line-height:1.2}.benefit-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center}.benefit-icon.photo{background:var(--yellow);color:var(--ink)}.benefit-icon.tattoo{font-weight:900;color:var(--yellow);background:var(--blue)}.check-item{min-height:42px;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:10px;color:#9a9ca1}.check-item span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--white)}.check-item.done{color:var(--ink);font-weight:700}.check-item.done span{background:var(--blue);color:var(--white)}.records-card{grid-column:1 / -1}.account-card{grid-column:1 / -1;display:grid;gap:14px}.account-form{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr)) auto;gap:12px;align-items:end}.account-submit{min-width:160px}.account-message{margin:0;padding:11px 14px;border-radius:8px;background:var(--white);color:#62656a;font-size:13px;font-weight:800}.user-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}.user-row{min-height:68px;padding:10px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;border-radius:8px;background:var(--white)}.user-row div{min-width:0;display:grid;gap:3px}.user-row span:not(.record-avatar){color:#8f9297;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-row em{padding:7px 10px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:12px;font-style:normal;font-weight:900}.records-toolbar{justify-content:space-between;gap:14px;margin-bottom:14px}.search-box{min-height:48px;flex:1;display:flex;align-items:center;gap:8px;padding:0 14px;border-radius:999px;background:var(--white)}.search-box input{min-height:42px;padding:0}.filter-tabs{display:flex;padding:4px;border-radius:999px;background:var(--white)}.filter-tabs button{min-height:40px;background:transparent;padding:0 14px}.filter-tabs button.selected{background:var(--lime)}.records-list{display:grid;gap:10px}.record-row{min-height:76px;display:grid;column-gap:18px;row-gap:10px;padding:12px;border-radius:8px;background:var(--white);grid-template-columns:auto minmax(190px,1.2fr) minmax(190px,280px) minmax(112px,max-content) max-content max-content 34px;align-items:center}.record-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:var(--white);font-weight:900}.record-main,.record-files{display:grid;gap:4px;min-width:0}.record-files{width:100%;max-width:280px;justify-self:stretch;padding-right:4px}.record-main small{color:var(--blue);font-size:11px;font-weight:800}.record-main span,.record-files span,.attachment-chip span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-chip{min-height:26px;min-width:0;width:100%;max-width:100%;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:12px;font-weight:800;text-decoration:none;overflow:hidden}.attachment-chip svg{flex:0 0 auto}.attachment-chip span{min-width:0}.attachment-chip.muted{background:var(--soft);color:#8f9297}.waiver-chip{border:0;cursor:pointer;background:var(--yellow-soft);color:var(--ink)}.donation{min-width:112px;justify-self:end;text-align:right;font-size:22px;font-weight:500;font-variant-numeric:tabular-nums}.qualified-chip,.pending-chip{min-height:28px;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.qualified-chip{background:var(--lime);color:var(--ink)}.pending-chip{background:var(--red-soft);color:var(--red)}.link-button{min-height:34px;padding:0 12px;background:var(--blue-soft);color:var(--blue);font-size:12px;font-weight:800}.link-button.muted{color:#8f9297;background:var(--soft)}.remove-button{width:34px;height:34px;border-radius:50%;color:var(--danger);background:var(--red-soft)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:18px;background:#20212657;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.delete-modal{width:min(100%,430px);padding:26px;display:grid;gap:14px;border-radius:8px;background:var(--white);box-shadow:0 24px 80px #1b1c1f38}.waiver-modal{width:min(100%,920px);max-height:calc(100vh - 36px);padding:24px;display:grid;gap:16px;border-radius:8px;background:var(--white);box-shadow:0 24px 80px #1b1c1f38;overflow:hidden}.waiver-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.waiver-modal h2{margin:0;font-size:clamp(28px,4vw,42px);line-height:.95;font-weight:900}.waiver-volunteer-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.waiver-volunteer-summary div{min-width:0;padding:12px;display:grid;gap:4px;border-radius:8px;background:var(--panel)}.waiver-volunteer-summary span{color:#8f9297;font-size:11px;font-weight:800;text-transform:uppercase}.waiver-volunteer-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.waiver-document{min-height:280px;max-height:min(46vh,520px);display:grid;justify-items:center;overflow:auto;border-radius:8px;background:#f0f1f3;border:1px solid var(--line)}.waiver-paper{width:min(100%,780px);padding:clamp(22px,4vw,42px);display:grid;gap:18px;background:var(--white);color:#18191d;box-shadow:0 16px 44px #1b1c1f14}.waiver-paper-header{display:flex;align-items:center;justify-content:center;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--line);text-align:left}.waiver-paper-header img{width:92px;height:auto;display:block}.waiver-paper-header div{display:grid;gap:4px}.waiver-paper-header strong{font-size:clamp(16px,2.4vw,22px);line-height:1.05;font-weight:900;text-transform:uppercase}.waiver-paper-header span{color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.waiver-filled-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.waiver-filled-grid div,.waiver-paper-footer div{min-width:0;padding:10px 12px;display:grid;gap:4px;border-radius:8px;background:var(--panel)}.waiver-filled-grid span,.waiver-paper-footer span{color:#777b82;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.waiver-filled-grid strong,.waiver-paper-footer strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.waiver-paper p{margin:0;color:#2d3035;font-size:14px;line-height:1.65}.waiver-questions{display:grid;gap:8px}.waiver-questions>strong{font-size:13px;font-weight:900;text-transform:uppercase}.waiver-question{display:grid;grid-template-columns:1fr 54px 54px;gap:10px;align-items:center;font-size:12px;line-height:1.25}.waiver-question button{min-height:30px;border:0;border-radius:999px;background:var(--soft);color:#62656a;font-size:12px;font-weight:900}.waiver-question button.selected{background:var(--blue);color:var(--white)}.waiver-question button:hover{background:var(--blue-soft);color:var(--blue)}.waiver-question button.selected:hover{background:var(--blue);color:var(--white)}.waiver-question.read-only em{min-height:30px;display:grid;place-items:center;border-radius:999px;background:var(--soft);color:#8f9297;font-style:normal;font-weight:900}.waiver-question.read-only em.selected{background:var(--blue);color:var(--white)}.waiver-paper-footer{display:grid;grid-template-columns:1.4fr 1fr;gap:10px;padding-top:8px;border-top:1px solid var(--line)}.waiver-signature{display:grid;gap:12px}.waiver-signature input{border-radius:8px;background:var(--panel)}.waiver-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.modal-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:var(--red);background:var(--red-soft)}.delete-modal h2{margin:0;font-size:28px;line-height:1;font-weight:900}.delete-modal p{margin:0;color:#62666c;line-height:1.4}.delete-modal label{color:var(--ink)}.confirm-line{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.delete-modal input{border-radius:8px;background:var(--panel)}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.secondary-button,.danger-button{min-height:46px;border:0;border-radius:999px;font-weight:800}.secondary-button{background:var(--soft);color:var(--ink)}.danger-button{background:var(--red);color:var(--white)}.danger-button:disabled{cursor:not-allowed;opacity:.45}.empty-state{min-height:100px;display:flex;align-items:center;justify-content:center;gap:8px;color:#8f9297;border-radius:8px;background:var(--white)}.site-footer{margin-top:18px;padding:14px 18px;min-height:58px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;background:#f0f1f3;color:#7a7d82;font-size:12px;font-weight:700}.site-footer img{width:96px;max-height:24px;object-fit:contain;opacity:.72}.site-footer small{color:#9a9da2;font-size:11px;font-weight:600}@media(max-width:1100px){.login-panel{gap:28px}.login-brand{width:min(100%,350px);min-height:210px}.app-shell{grid-template-columns:1fr;height:auto;min-height:100vh;padding:0;overflow:visible}.rail{display:none}.workspace{grid-column:1;height:auto;min-height:100vh;overflow:visible;border-radius:0;padding:22px}.topbar,.hero-row,.records-toolbar{align-items:flex-start;flex-direction:column}.topbar{gap:18px}.status-pills{width:100%;justify-content:space-between}.status-pills.right{justify-content:flex-end}.dashboard-grid{grid-template-columns:1fr;width:100%}.record-row{grid-template-columns:auto minmax(0,1fr)}.record-files,.donation,.qualified-chip,.pending-chip,.link-button,.remove-button{grid-column:2;justify-self:start}.record-files{max-width:100%;padding-right:0}.donation{justify-self:start;text-align:left}}@media(max-width:680px){.login-screen{padding:0}.login-panel{min-height:100vh;border-radius:0;padding:26px 16px;align-content:center;gap:20px}.login-brand{width:min(100%,280px);min-height:170px}.login-brand img{width:min(100%,250px)}.login-content{width:min(100%,360px)}.login-copy h1{font-size:clamp(36px,13vw,48px)}.workspace{padding:16px 14px 22px}.icon-pill.check,.hero-badge{display:none}.topbar{display:grid;grid-template-columns:repeat(4,50px);justify-content:center;align-items:center;column-gap:10px;row-gap:14px;width:100%}.status-pills,.status-pills.right{display:contents}.status-pills.right .live-status,.status-pills.right .date-chip{display:none}.status-pills.right .live-status{grid-column:1 / -1;grid-row:2;display:inline-flex;justify-self:center;min-height:34px;padding:0 14px;font-size:13px}.icon-pill{width:50px;height:50px;flex:0 0 50px;grid-row:3;justify-self:center}.quick-menu{border-radius:18px;margin-top:12px;width:100%}.quick-menu button{flex:1 1 145px}.user-chip{grid-column:1 / -1;grid-row:1;justify-self:center;width:min(100%,280px);max-width:calc(100vw - 42px);height:52px;padding-right:14px}.hero-row{gap:18px;margin:34px 0 24px}.eyebrow{font-size:12px;line-height:1.45;letter-spacing:.2em}h1{font-size:clamp(52px,15vw,72px);line-height:1}.field-pair,.upload-grid{grid-template-columns:1fr}.record-row{column-gap:12px;padding:12px}.record-main strong,.record-main span,.record-main small{overflow-wrap:anywhere}.record-files,.donation,.qualified-chip,.pending-chip,.link-button,.remove-button{grid-column:1 / -1;justify-self:stretch}.record-files{width:100%}.donation{width:100%;padding-top:4px;border-top:1px solid var(--line);text-align:left}.qualified-chip,.pending-chip,.link-button{width:fit-content;justify-self:start}.remove-button{justify-self:end}.summary-card,.form-card,.qualification-card,.records-card,.account-card{padding:16px;width:100%}.account-form{grid-template-columns:1fr}.account-submit{width:100%}.waiver-volunteer-summary,.waiver-filled-grid,.waiver-paper-footer,.waiver-actions{grid-template-columns:1fr}.waiver-paper-header{justify-content:flex-start}.waiver-question{grid-template-columns:1fr 54px 54px;padding-bottom:8px;border-bottom:1px solid var(--line)}.filter-tabs{width:100%;overflow-x:auto}.range-controls button,.date-picker-wrap,.date-button{width:100%}.date-dropdown{left:0;right:auto;width:min(100%,320px)}.site-footer{flex-direction:column;gap:8px;text-align:center}}
