@font-face{font-family:system-local;src:local("Arial")}*{box-sizing:border-box}:root{--red:#e32832;--red-dark:#b91521;--ink:#171719;--muted:#68686f;--paper:#f5f4f1;--white:#fff;--line:#e3e1dc;--gold:#d5992d;--blue:#3976a8;--shadow:0 14px 34px rgba(22,22,25,.08);--radius:20px;--sidebar:248px;--topbar:76px}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 system-local,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select{font:inherit}button,a{outline-offset:3px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(227,40,50,.38)}a{color:inherit}.skip-link{position:fixed;z-index:1000;left:1rem;top:-5rem;background:var(--white);padding:.75rem 1rem;border-radius:8px}.skip-link:focus{top:1rem}.topbar{height:var(--topbar);position:fixed;z-index:50;inset:0 0 auto 0;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;letter-spacing:-.04em}.brand-mark{width:38px;height:38px;display:grid;place-items:center;background:var(--red);color:white;font-weight:900;clip-path:polygon(50% 0,100% 100%,0 100%)}.brand span:last-child{display:flex;flex-direction:column;line-height:1}.brand strong{font-size:17px}.brand b{font-size:12px;color:var(--red);letter-spacing:.12em;text-transform:uppercase}.topbar-actions{display:flex;align-items:center;gap:10px;position:relative}.icon-button,.profile-button{border:0;background:transparent;cursor:pointer}.icon-button{width:42px;height:42px;border-radius:12px;display:grid;place-items:center}.icon-button:hover{background:var(--paper)}.notification-dot{width:7px;height:7px;border-radius:50%;background:var(--red);position:absolute;transform:translate(6px,-7px)}.profile-button{display:flex;align-items:center;gap:10px;padding:5px 8px;border-radius:12px;text-align:left}.profile-button:hover{background:var(--paper)}.avatar{width:38px;height:38px;border-radius:12px;background:var(--ink);color:white;display:grid;place-items:center;font-size:12px;font-weight:800}.profile-copy{display:flex;flex-direction:column}.profile-copy small{color:var(--muted)}.popover{position:absolute;right:0;top:58px;background:white;border:1px solid var(--line);border-radius:14px;padding:16px;width:250px;box-shadow:var(--shadow)}.popover p{font-size:13px;color:var(--muted);margin:.4rem 0 0}.sidebar{position:fixed;z-index:40;top:var(--topbar);bottom:0;left:0;width:var(--sidebar);background:var(--ink);color:white;padding:22px 16px;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto}.sidebar nav{display:grid;gap:5px}.nav-link,.nav-parent{width:100%;display:flex;align-items:center;gap:12px;color:#d5d5d7;text-decoration:none;padding:11px 13px;border-radius:10px;border:0;background:none;text-align:left;cursor:pointer}.nav-parent{justify-content:space-between}.nav-parent>span:first-child{display:flex;gap:12px}.nav-link:hover,.nav-parent:hover,.nav-link.active{color:#fff;background:#29292c}.nav-link.active{box-shadow:inset 3px 0 var(--red)}.subnav{margin:2px 0 6px 41px;display:grid}.subnav a{color:#99999f;text-decoration:none;padding:7px 8px;font-size:13px;border-left:1px solid #3a3a3e}.subnav a:hover,.subnav a.active{color:white;border-color:var(--red)}.nav-parent[aria-expanded="false"]+ .subnav{display:none}.sidebar-card{border:1px solid #39393d;border-radius:16px;padding:16px;background:linear-gradient(135deg,#27272a,#1b1b1d)}.sidebar-card strong{display:block;margin:5px 0}.sidebar-card p{color:#aaaab0;font-size:12px;margin:0 0 12px}.mobile-nav-toggle{display:none}.sidebar-overlay{position:fixed;z-index:35;inset:var(--topbar) 0 0;background:rgba(0,0,0,.48)}main{margin-left:var(--sidebar);padding-top:var(--topbar);min-height:100vh}.page{display:none;padding:34px clamp(20px,4vw,56px) 60px;max-width:1500px;margin:0 auto}.page.active{display:block;animation:pageIn .28s ease}@keyframes pageIn{from{opacity:0;transform:translateY(7px)}}.hero,.rescue-hero{min-height:330px;border-radius:24px;padding:clamp(28px,5vw,62px);background:var(--red);color:white;display:grid;grid-template-columns:1.1fr .9fr;position:relative;overflow:hidden;box-shadow:var(--shadow)}.hero:after,.rescue-hero:after{content:"";position:absolute;width:210px;height:210px;border:45px solid rgba(255,255,255,.06);border-radius:50%;right:-100px;top:-105px}.hero h1,.rescue-hero h1{font-size:clamp(35px,5vw,62px);line-height:1.01;letter-spacing:-.055em;margin:12px 0 16px}.hero h1 span{color:#3b080b}.hero p,.rescue-hero p{max-width:600px;color:#ffe8e9;font-size:17px}.eyebrow{font-weight:800;color:var(--red);font-size:11px;letter-spacing:.15em}.eyebrow.light{color:#ffd0d3}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.button{border:1px solid transparent;border-radius:10px;padding:11px 16px;font-weight:750;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s ease}.button:hover{transform:translateY(-1px)}.button-light{background:white;color:var(--ink)}.button-ghost{border-color:rgba(255,255,255,.55);color:white;background:transparent}.button-primary{background:var(--red);color:white}.button-outline{background:transparent;border-color:#48484d;color:inherit}.full-width{width:100%}.hero-art{position:relative;min-height:210px;align-self:end}.sun{width:120px;height:120px;border-radius:50%;background:#f66f77;position:absolute;right:21%;top:3%}.mountain{position:absolute;bottom:-65px;clip-path:polygon(50% 0,100% 100%,0 100%)}.mountain.back{width:290px;height:230px;background:#8f1720;right:15%}.mountain.front{width:360px;height:260px;background:#3a0b0e;right:-2%}.route-line{position:absolute;z-index:2;right:10%;bottom:30px;width:190px;height:100px;border-top:3px dashed rgba(255,255,255,.7);border-radius:50%;transform:rotate(-31deg)}.section-heading,.page-header,.panel-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.section-heading{margin:34px 0 18px}.section-heading h2,.panel-heading h2,.page-header h1{margin:3px 0 0;line-height:1.15;letter-spacing:-.035em}.section-heading h2{font-size:28px}.demo-badge,.pill{font-size:11px;background:white;border:1px solid var(--line);border-radius:999px;padding:5px 9px;color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-grid.three{grid-template-columns:repeat(3,1fr);margin-top:18px}.stat-card,.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 4px 16px rgba(22,22,25,.035)}.stat-card{padding:20px;display:flex;align-items:center;gap:13px;min-height:108px}.stat-card>div{display:flex;flex-direction:column}.stat-card strong{font-size:27px;line-height:1}.stat-card span{color:var(--muted);font-size:13px}.stat-card small{margin-left:auto;color:var(--muted);font-size:11px}.stat-card small.trend{color:#25815b}.stat-icon{min-width:42px;height:42px;border-radius:13px;display:grid;place-items:center!important;color:white!important;font-size:18px!important}.stat-icon.red{background:var(--red)}.stat-icon.dark{background:var(--ink)}.stat-icon.gold{background:var(--gold)}.stat-icon.blue{background:var(--blue)}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-top:16px}.panel{padding:24px}.panel-heading{align-items:center}.panel-heading a{color:var(--red);font-size:13px;font-weight:700}.timeline{margin-top:10px}.timeline-item{display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.timeline-item:last-child{border:0}.timeline time{display:flex;flex-direction:column;align-items:center;font-size:9px;color:var(--muted);border-right:1px solid var(--line)}.timeline time b{font-size:19px;color:var(--ink)}.timeline-item>div{display:flex;flex-direction:column}.timeline-item div span,.task-row div span{color:var(--muted);font-size:12px}.pill.urgent{background:#ffeaeb;color:#b31520;border-color:#ffd1d4}.pill.warning{background:#fff3da;color:#7d5510;border-color:#f2ddb1}.focus-card{background:var(--ink);color:white;display:flex;flex-direction:column;justify-content:center}.focus-card h2{font-size:32px;line-height:1;margin:10px 0}.focus-card p{color:#b5b5b8}.focus-card a{color:white;font-weight:700;margin-top:15px}.progress{height:7px;border-radius:99px;background:#3c3c40;overflow:hidden}.progress span{display:block;height:100%;background:var(--red);border-radius:inherit}.page-header{margin:10px 0 28px;align-items:center}.page-header h1{font-size:clamp(34px,5vw,54px)}.page-header p{color:var(--muted);margin:.5rem 0}.document-layout{display:grid;grid-template-columns:2fr 1fr;gap:16px}.document-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.document-row:last-child{border:0}.file-icon{width:42px;height:46px;border-radius:9px;background:#ffecee;color:var(--red);display:grid;place-items:center;font-size:11px;font-weight:800}.document-row div{display:flex;flex-direction:column}.document-row small{color:var(--muted)}.document-row button{border:0;background:var(--paper);border-radius:8px;padding:8px;cursor:pointer}.privacy-note{background:var(--ink);color:white}.privacy-note>span{font-size:28px}.privacy-note p{color:#b9b9bd}.search-label{display:block;font-weight:700;margin-bottom:7px}.panel input,.panel select,.modal input,.modal select{width:100%;padding:12px 13px;border:1px solid var(--line);background:#fbfbfa;border-radius:10px;color:var(--ink)}.member-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.member-list{margin-top:12px}.member-item{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;border:0;border-bottom:1px solid var(--line);background:white;padding:13px 5px;text-align:left;cursor:pointer}.member-item:hover,.member-item.selected{background:#faf5f5}.member-item .avatar{background:var(--red)}.member-item div{display:flex;flex-direction:column}.member-item small{color:var(--muted)}.member-detail{text-align:center}.member-detail>.avatar{width:72px;height:72px;border-radius:22px;margin:3px auto 14px;background:var(--ink);font-size:20px}.member-detail h2{margin:0}.member-detail>p{color:var(--muted)}.detail-list{text-align:left;background:var(--paper);border-radius:12px;padding:4px 14px;margin-top:20px}.detail-list div{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid var(--line);font-size:13px}.detail-list div:last-child{border:0}.detail-list span{color:var(--muted)}.private-docs{margin-top:14px;text-align:left;border:1px dashed #d7b0b3;border-radius:12px;padding:13px}.private-docs strong{font-size:13px}.private-docs p{font-size:12px;color:var(--muted);margin:4px 0 0}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.photo-card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.photo-art{height:230px;position:relative;overflow:hidden}.photo-art.dawn{background:linear-gradient(#f8a181,#f4d3aa)}.photo-art.glacier{background:linear-gradient(#8fc7d5,#dfeff0)}.photo-art.forest{background:linear-gradient(#d79755,#405d48)}.peak{position:absolute;bottom:-1px;clip-path:polygon(50% 0,100% 100%,0 100%)}.peak.p1{width:88%;height:75%;right:-10%;background:#48464b}.peak.p2{width:73%;height:55%;left:-13%;background:#252b2f}.glacier .peak.p1{background:#d9e3e3}.glacier .peak.p2{background:#577d83}.forest .peak.p1{background:#31493d}.forest .peak.p2{background:#1d2b25}.photo-card>div:last-child{padding:18px}.photo-card span{font-size:11px;color:var(--red);font-weight:800}.photo-card h2{margin:4px 0;font-size:19px}.photo-card p{margin:0;color:var(--muted);font-size:13px}.task-dashboard{display:grid;grid-template-columns:1fr 1fr;gap:16px}.chart-panel h2{margin:4px 0}.donut-wrap{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:20px}.donut{width:150px;aspect-ratio:1;border-radius:50%;background:conic-gradient(var(--red) 0 72%,var(--gold) 72% 92%,#dedde0 92%);display:grid;place-items:center}.donut:before{content:"";position:absolute;width:105px;aspect-ratio:1;border-radius:50%;background:white}.donut div{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column}.donut strong{font-size:26px}.donut span{color:var(--muted);font-size:11px}.legend{list-style:none;padding:0;margin:0}.legend li{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin:10px 0;color:var(--muted);font-size:13px}.legend i{width:8px;height:8px;border-radius:50%}.legend i.done{background:var(--red)}.legend i.doing{background:var(--gold)}.legend i.todo{background:#dedde0}.bar-chart{height:180px;display:flex;align-items:flex-end;justify-content:space-around;gap:9px;border-bottom:1px solid var(--line);padding:15px 5px 0;margin-top:12px}.bar-item{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;flex:1;gap:5px}.bar-item span{width:min(32px,75%);background:var(--red);border-radius:6px 6px 0 0;min-height:5px;animation:grow .7s ease both}.bar-item small{font-size:10px;color:var(--muted)}@keyframes grow{from{height:0!important}}.task-list{margin-top:16px}.task-row{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.task-row:last-child{border:0}.task-row>div{display:flex;flex-direction:column}.check{width:24px;height:24px;border:2px solid #ccc;border-radius:8px;display:grid;place-items:center}.check.done{background:var(--red);color:white;border-color:var(--red)}.rescue-hero{background:var(--ink);min-height:360px}.rescue-hero>div:first-child{position:relative;z-index:2}.rescue-hero h1 span{color:var(--red)}.rescue-number{font-size:clamp(150px,22vw,300px);line-height:.8;font-weight:900;letter-spacing:-.1em;color:#252528;position:absolute;right:3%;bottom:-5%;z-index:1}.external-notice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:18px}.external-notice>span{width:48px;height:48px;border-radius:14px;background:#ffecee;color:var(--red);display:grid;place-items:center;font-size:25px}.external-notice h2,.external-notice p{margin:0}.external-notice p{color:var(--muted)}.sponsor-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:16px}.campaign h2{font-size:40px;margin:18px 0}.campaign h2 small{font-size:14px;color:var(--muted)}.progress.large{height:12px;background:var(--paper)}.campaign-meta{display:flex;justify-content:space-between;margin-top:20px}.campaign-meta span{display:flex;flex-direction:column;color:var(--muted);font-size:12px}.campaign-meta b{font-size:20px;color:var(--ink)}.sponsor-list h2{margin-top:0}.sponsor-list>div{display:flex;gap:12px;align-items:center;border-top:1px solid var(--line);padding:12px 0}.partner-logo{width:42px;height:42px;border-radius:12px;background:var(--ink);color:white;display:grid;place-items:center;font-weight:800;font-size:11px}.sponsor-list p{display:flex;flex-direction:column;margin:0}.sponsor-list small{color:var(--muted)}.modal-backdrop{position:fixed;z-index:100;inset:0;background:rgba(10,10,12,.65);display:grid;place-items:center;padding:20px}.modal{background:white;border-radius:20px;width:min(480px,100%);padding:24px;box-shadow:var(--shadow)}.modal-heading{display:flex;justify-content:space-between;align-items:flex-start}.modal h2{margin:3px 0 20px}.modal form{display:grid;gap:8px}.modal label{font-weight:700;font-size:13px;margin-top:4px}.form-note{font-size:12px;color:var(--muted)}.toast{position:fixed;z-index:120;right:24px;bottom:24px;background:var(--ink);color:white;border-left:4px solid var(--red);border-radius:10px;padding:13px 18px;box-shadow:var(--shadow);max-width:340px}[hidden]{display:none!important}
@media(max-width:1050px){.stat-grid{grid-template-columns:repeat(2,1fr)}.photo-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-art{position:absolute;right:0;bottom:0;width:45%;opacity:.6}.document-layout,.sponsor-grid{grid-template-columns:1fr}}
@media(max-width:780px){:root{--topbar:66px}.topbar{padding:0 15px}.profile-copy{display:none}.sidebar{transform:translateX(-100%);transition:transform .25s ease;width:min(285px,86vw)}.sidebar.open{transform:translateX(0)}main{margin-left:0;padding-bottom:65px}.mobile-nav-toggle{display:flex;position:fixed;z-index:45;bottom:14px;left:50%;transform:translateX(-50%);align-items:center;gap:8px;background:var(--ink);color:white;border:0;border-radius:99px;padding:11px 20px;box-shadow:var(--shadow)}.page{padding:24px 16px 45px}.dashboard-grid,.member-layout,.task-dashboard{grid-template-columns:1fr}.hero,.rescue-hero{border-radius:18px}.hero-art{display:none}.photo-grid{grid-template-columns:1fr 1fr}.photo-art{height:180px}.page-header{align-items:flex-start;flex-direction:column}.page-header .button{width:100%}.external-notice{grid-template-columns:auto 1fr}.external-notice .button{grid-column:1/-1}.toast{left:16px;right:16px;bottom:75px}}
@media(max-width:520px){.brand strong{font-size:15px}.topbar-actions>.icon-button{display:none}.stat-grid,.stat-grid.three,.photo-grid{grid-template-columns:1fr}.stat-card{min-height:90px}.hero{min-height:390px}.hero-actions .button{width:100%}.section-heading{align-items:flex-start}.timeline-item{grid-template-columns:46px 1fr}.timeline-item>.pill{grid-column:2;justify-self:start}.donut-wrap{flex-direction:column}.campaign h2{font-size:32px}.campaign-meta{gap:8px}.panel{padding:19px}.document-row{grid-template-columns:auto 1fr}.document-row button{grid-column:2;justify-self:start}.photo-art{height:220px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Backend-connected shell */
[hidden]{display:none!important}.login-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:#151517}.login-card{width:min(430px,100%);padding:2rem}.login-card label{display:grid;gap:.4rem;margin:1rem 0;font-weight:700}.login-card input{padding:.85rem;border:1px solid #d7d2ca;border-radius:8px;font:inherit}.login-card #loginError{color:#a51f2d;min-height:1.4em}.sidebar nav>a{display:block;padding:.85rem 1rem;color:inherit;text-decoration:none;border-radius:8px}.sidebar nav>a.active{background:#ece8df;font-weight:800}.sponsor-list>div{display:grid;margin:.75rem 0}.sponsor-list small{display:block;color:#68645e}

/* Phase 3 interactive forms */
.split-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:16px;align-items:start}.forms-stack{display:grid;gap:16px}.managed-form{display:grid;gap:.75rem}.managed-form h2{margin:0 0 .25rem}.managed-form label,.filter-row label,.inline-status{display:grid;gap:.35rem;font-size:.875rem;font-weight:700}.managed-form textarea,.managed-form input,.managed-form select,.filter-row select,.inline-status select{width:100%;padding:.75rem;border:1px solid var(--line);border-radius:9px;background:#fbfbfa;color:var(--ink)}.form-note,.form-status{margin:0;color:var(--muted);font-size:.85rem}.form-status{min-height:1.3rem}.form-status.error{color:#a51f2d}.filter-row{display:flex;justify-content:flex-end;margin:1rem 0}.filter-row label{width:min(260px,100%)}.inline-status{grid-template-columns:auto minmax(125px,180px);align-items:center}.chart-panel{margin-top:1rem}.progress-label{display:flex;justify-content:space-between;margin-bottom:.55rem}.chart-panel>progress{width:100%;height:12px;accent-color:var(--red)}.task-bars{display:grid;gap:.6rem;margin-top:1.25rem}.task-bars>div{display:grid;grid-template-columns:minmax(90px,150px) 1fr auto;align-items:center;gap:.75rem}.task-bars progress{width:100%;height:18px;accent-color:var(--red)}.task-bars small{text-align:left;color:var(--muted)}button:disabled{cursor:not-allowed;opacity:.55;transform:none}.external-notice>div{display:grid;gap:.2rem}.external-notice>div p{margin:0}.demo-badge{white-space:nowrap}.member-item{cursor:default}.document-row .button{justify-self:end}
@media(max-width:900px){.split-layout{grid-template-columns:1fr}.forms-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.forms-stack{grid-template-columns:1fr}.document-row{grid-template-columns:auto 1fr}.document-row .button{grid-column:2;justify-self:start}.task-row{grid-template-columns:1fr}.inline-status{grid-template-columns:1fr}.task-bars{gap:.25rem}.topbar-actions #identity{display:none}}

/* Phase 4 private photo gallery */
.album-gallery{display:grid;gap:18px}.album-block>header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.album-block>header h2{margin:.2rem 0;font-size:clamp(1.4rem,3vw,2rem)}.album-block>header p{margin:.35rem 0;color:var(--muted);white-space:pre-wrap}.album-block>header small{color:var(--muted);white-space:nowrap}.photo-frame{height:230px;background:#eceae5;overflow:hidden}.photo-frame img{display:block;width:100%;height:100%;object-fit:cover}.photo-card h3{margin:4px 0;font-size:19px}.photo-card .button{margin-top:12px;width:100%}.empty-state{color:var(--muted);grid-column:1/-1}.gallery-forms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.gallery-status{min-height:1.5em;color:var(--muted)}.gallery-status.error{color:#a51f2d}.consent-check{grid-template-columns:auto 1fr!important;align-items:start}.managed-form .consent-check input{width:auto;margin:.28rem 0 0}.managed-form textarea{resize:vertical}.photo-card>div:last-child p{overflow-wrap:anywhere}
@media(max-width:800px){.gallery-forms{grid-template-columns:1fr}.album-block>header{display:grid}.album-block>header small{white-space:normal}}

/* Phase 5 account security and audit */
.security-form{width:min(620px,100%)}.account-list,.audit-list{display:grid}.account-row,.audit-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;border-bottom:1px solid var(--line)}.account-row:last-child,.audit-row:last-child{border-bottom:0}.account-row>div,.audit-row>div{display:grid;gap:3px;min-width:0}.account-row small,.audit-row small,.audit-row time{color:var(--muted);overflow-wrap:anywhere}.audit-row>div:last-child{text-align:right}.pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:18px}
@media(max-width:620px){.account-row,.audit-row{align-items:stretch;flex-direction:column}.account-row .button{width:100%}.audit-row>div:last-child{text-align:left}.pagination{display:grid;grid-template-columns:1fr auto 1fr}.pagination .button{padding-inline:10px}}
.task-overdue{border-inline-start:4px solid #b42318}.task-overdue small{color:#8a1c13;font-weight:700}.stat-card small{display:block;margin-top:.35rem;color:inherit}

.upload-warning{border:2px solid #b45309;background:#fff7ed;color:#7c2d12;font-weight:700;margin-bottom:18px}
