:root{--blue:#0000d6;--blue-dark:#000095;--yellow:#ffed00;--green:#20b645;--red:#ee3131;--white:#fff;--ink:#111;--muted:#5e6472;--shadow:0 8px 22px rgba(0,0,0,.18)}
*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--blue);color:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.5}.site-header{position:sticky;top:0;z-index:20;background:var(--blue-dark);border-bottom:2px solid #fff;padding:.5rem}.header-row{max-width:900px;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem}.header-row>:last-child{justify-self:end}.brand{color:#fff;text-decoration:none;font-weight:900;font-size:clamp(1.25rem,5vw,2rem);letter-spacing:.02em}.container{width:min(94%,760px);margin:1.2rem auto 2.5rem}.narrow{width:min(94%,520px)}h1,h2,h3{text-align:center;line-height:1.2}h1{font-size:clamp(1.6rem,6vw,2.35rem);margin:.75rem 0 1.25rem}.lead{text-align:center;font-size:1.08rem}.card{background:#fff;color:var(--ink);border:3px solid #0a0a0a;border-radius:20px;padding:clamp(1rem,4vw,1.5rem);box-shadow:var(--shadow);margin:1rem 0}.button,button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.7rem 1.15rem;border:3px solid #080808;border-radius:999px;color:#080808;font-weight:800;font-size:1rem;text-decoration:none;cursor:pointer}.button.block,button.block,input.block{width:100%}.button.compact{min-height:40px;padding:.45rem .8rem;font-size:.9rem}.yellow{background:var(--yellow)}.green{background:var(--green)}.red{background:var(--red)}.blue{background:#3e70ff;color:#fff}.gray{background:#e6e8ec}.button:hover,button:hover,input[type=submit]:hover{filter:brightness(1.08);transform:translateY(-1px)}.action-stack{display:grid;gap:1rem;width:min(100%,330px);margin:1rem auto}.action-stack .button{min-height:64px;font-size:1.15rem}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar{display:flex;gap:.65rem;flex-wrap:wrap;justify-content:center;margin:1rem 0}.search{width:min(100%,420px);margin:0 auto 1rem}.search input{width:100%}label{display:block;font-weight:800;margin:.9rem 0 .35rem}input,select,textarea{width:100%;min-height:48px;border:2px solid #5c6370;border-radius:12px;padding:.7rem;font:inherit;background:#fff;color:#111}textarea{min-height:120px;resize:vertical}.help{color:var(--muted);font-size:.9rem}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.list{display:grid;gap:.7rem}.list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem 1rem;background:#fff;color:#111;border:2px solid #111;border-radius:14px;text-decoration:none;font-weight:750}.list-item:hover{background:#fffbd2}.tag{border-radius:999px;padding:.2rem .55rem;background:#e8ebf2;font-size:.8rem}.detail-list{display:grid;grid-template-columns:minmax(110px,1fr) 2fr;gap:.55rem 1rem}.detail-list dt{font-weight:800}.detail-list dd{margin:0;overflow-wrap:anywhere}.directions{white-space:pre-wrap;font-size:1.08rem}.flash{width:min(94%,760px);margin:.8rem auto;padding:.8rem 1rem;border-radius:12px;border:2px solid #111;color:#111;font-weight:700}.flash.success{background:#bff3c8}.flash.error{background:#ffd0d0}.flash.info{background:#d8e8ff}.pending{border-left:8px solid #f3a600}.approved{border-left:8px solid #20a948}.rejected{border-left:8px solid #d62828}.site-footer{padding:1.5rem;text-align:center;background:#00008e}.site-footer nav{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:.7rem}.site-footer a{color:#fff}.empty{text-align:center;padding:2rem}.danger-note{background:#fff0f0;border:2px solid #c00;border-radius:12px;padding:.8rem;color:#750000}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:600px){.grid.two,.field-row{grid-template-columns:1fr}.container{margin-top:.8rem}.header-row{grid-template-columns:auto 1fr auto}.brand{text-align:center}.detail-list{grid-template-columns:1fr}.detail-list dd{margin-bottom:.55rem}}
.action-stack,.search{width:min(100%,330px)}.action-stack .button,.search .main-control{box-sizing:border-box;width:100%;height:64px;min-height:64px;margin:0;border:3px solid #080808;border-radius:999px;padding:.7rem 1.15rem;font-size:1.15rem;font-weight:800;line-height:1.2}.action-stack .button{display:flex}.search{position:relative}.search .main-control{display:block;appearance:none;-webkit-appearance:none;text-align:center;background:#fff;color:#111}.search .main-control::placeholder{color:#555;opacity:1}.live-results{position:absolute;z-index:15;top:calc(100% + .45rem);left:0;right:0;max-height:390px;overflow:auto;background:#fff;border:3px solid #111;border-radius:18px;box-shadow:var(--shadow);padding:.35rem}.live-results .list-item{border-width:0 0 1px;border-radius:10px;text-align:left}.live-results .list-item:last-child{border-bottom:0}.live-results .empty{color:#333;padding:1rem}
.menu-toggle{position:relative;justify-self:end;width:52px;height:48px;min-height:48px;padding:0;border:3px solid #080808;border-radius:14px;background:var(--yellow);font-size:1.6rem;font-weight:900;line-height:1}.menu-badge,.inline-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#d40000;color:#fff;font-size:.75rem}.menu-badge{position:absolute;right:-8px;top:-9px}.menu-shade{position:fixed;inset:0;z-index:49;background:rgba(0,0,0,.62)}.site-menu{position:fixed;z-index:50;top:0;right:0;width:min(88vw,340px);height:100vh;padding:1rem;background:#00008e;box-shadow:-8px 0 24px rgba(0,0,0,.45);transform:translateX(105%);transition:transform .2s ease}.site-menu.open{transform:translateX(0)}.menu-heading{display:flex;align-items:center;justify-content:space-between;font-size:1.5rem;margin-bottom:1rem}.menu-close{width:48px;min-height:48px;padding:0;border-radius:50%;background:var(--yellow);font-size:2rem}.site-menu nav{display:grid;gap:.65rem}.site-menu nav a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:.65rem 1rem;border:2px solid #111;border-radius:14px;background:#fff;color:#111;text-decoration:none;font-weight:800}.message-bubble{padding:.85rem 1rem;border-radius:16px;margin:.7rem 0;max-width:88%}.message-bubble.member{background:#fff0aa;color:#111}.message-bubble.admin{background:#bff3c8;color:#111;margin-left:auto}.message-meta{display:block;font-size:.78rem;color:#4b4b4b;margin-top:.35rem}.notification-card{border-left:8px solid var(--red)}
.site-menu{height:100vh;height:100dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.menu-heading{position:sticky;top:-1rem;z-index:2;background:#00008e;padding-top:1rem}
