.back-to-top{position:fixed;right:28px;bottom:32px;z-index:999;display:inline-flex;align-items:center;gap:8px;padding:12px 18px 12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(17,17,17,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#fff;font-family:DM Sans,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.02em;cursor:pointer;box-shadow:0 12px 40px rgba(0,0,0,.28);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px) scale(.96);transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),visibility .35s,background .2s ease,border-color .2s ease,box-shadow .2s ease}.back-to-top--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}body.mobile-nav-open .back-to-top{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px) scale(.96)}.back-to-top-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;color:#111;flex-shrink:0;transition:transform .2s ease,background .2s ease,color .2s ease}.back-to-top-icon svg{width:12px;height:12px}.back-to-top-label{padding-right:2px;line-height:1}.back-to-top:hover{background:#fff;color:#111;border-color:rgba(0,0,0,.08);box-shadow:0 16px 48px rgba(0,0,0,.18);transform:translateY(-2px) scale(1)}.back-to-top:hover .back-to-top-icon{background:#111;color:#fff;transform:translateY(-1px)}.back-to-top:active{transform:translateY(0) scale(.98)}@media (max-width:640px){.back-to-top{right:20px;bottom:24px;padding:10px 16px 10px 12px;font-size:.75rem}.back-to-top-icon{width:26px;height:26px}}.site-access-gate{display:flex;align-items:center;justify-content:center;position:fixed;inset:0;z-index:var(--z-site-access);padding:32px 24px;background:#f4f4f4;text-align:center}.site-access-gate-inner{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:360px;width:100%}.site-access-gate-logo{height:32px;width:auto;object-fit:contain}.site-access-gate-title{margin:8px 0 0;font-family:DM Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#111}.site-access-gate-lede{margin:0;font-family:Inter,system-ui,sans-serif;font-size:.95rem;line-height:1.6;color:#555}.site-access-gate-form{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%;margin-top:4px}.site-access-gate-label{align-self:flex-start;font-family:Inter,system-ui,sans-serif;font-size:.82rem;font-weight:600;color:#444}.site-access-gate-input{width:100%;padding:12px 14px;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:#fff;font-family:inherit;font-size:.95rem;color:#111}.site-access-gate-input:focus{outline:none;border-color:rgba(0,0,0,.35);box-shadow:0 0 0 3px rgba(0,0,0,.06)}.site-access-gate-error{margin:0;font-family:Inter,system-ui,sans-serif;font-size:.82rem;line-height:1.5;color:#b42318;text-align:left}.site-access-gate-submit{margin-top:4px;padding:12px 16px;border:none;border-radius:8px;background:#111;font-family:inherit;font-size:.95rem;font-weight:600;color:#fff;cursor:pointer;transition:background .2s ease}.site-access-gate-submit:hover{background:#333}