html{scroll-behavior:smooth}body,html{height:100%}body{display:flex;flex-direction:column;min-height:100vh}body>*{flex-shrink:0}body>main{flex-grow:1}.bg-navy{background-color:#1a5bb8}.admin-sheet-backdrop{position:fixed;inset:0;z-index:1040;background:rgba(0,0,0,.5)}.admin-sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:16px 16px 0 0;padding:8px 0 calc(8px + env(safe-area-inset-bottom, 0));max-height:70vh;overflow-y:auto}.admin-sheet-handle{width:40px;height:4px;margin:8px auto 12px;border-radius:2px;background:#dee2e6}.admin-sheet-link{display:flex;align-items:center;padding:14px 20px;color:#212529;font-weight:500;text-decoration:none}.admin-sheet-link.active{color:#0d6efd;font-weight:700}.admin-sheet-link:active{background-color:#f8f9fa}