html.temporary-access-locked,html.temporary-access-locked body{min-height:100%;overflow:hidden;background:#eaf4ef}
html.temporary-access-locked body>*{display:none!important}
html.temporary-access-locked body>#temporaryAccessLock{display:grid!important}
.temporary-access-lock{position:fixed;inset:0;z-index:2147483647;place-items:center;padding:24px;background:radial-gradient(circle at 50% 35%,rgba(66,194,146,.2),transparent 32%),linear-gradient(145deg,#edf8f2,#dcece4);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI",Roboto,Arial,sans-serif;color:#15231f;transition:opacity .24s ease,transform .24s ease}
.temporary-access-card{width:min(430px,100%);padding:34px;border:1px solid rgba(14,122,88,.22);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 28px 80px rgba(7,94,67,.2);backdrop-filter:blur(12px)}
.temporary-access-cell{position:relative;width:82px;height:58px;margin:0 auto 22px;border:3px solid rgba(14,122,88,.5);border-radius:53% 47% 55% 45%/48% 56% 44% 52%;display:flex;align-items:center;justify-content:center;gap:5px;box-shadow:inset 0 0 0 6px rgba(66,194,146,.12),inset 0 0 25px rgba(66,194,146,.24),0 10px 24px rgba(7,94,67,.16)}
.temporary-access-cell:after{content:"";position:absolute;inset:7px;border:1px solid rgba(14,122,88,.3);border-radius:48% 52% 45% 55%/56% 45% 55% 44%}
.temporary-access-cell span{width:8px;height:30px;border-radius:999px;background:linear-gradient(180deg,#d2305c,#ffb000,#22b86f,#00aeea)}
.temporary-access-cell span:nth-child(2){height:40px}.temporary-access-cell span:nth-child(3){height:25px}
.temporary-access-kicker{margin:0 0 7px;color:#0e7a58;font-size:11px;font-weight:800;letter-spacing:1.35px;text-align:center}
.temporary-access-card h1{margin:0;text-align:center;font-size:28px;letter-spacing:-.6px}.temporary-access-copy{margin:10px auto 24px;max-width:330px;color:#66736f;font-size:14px;line-height:1.55;text-align:center}
.temporary-access-card label{display:block;margin-bottom:7px;color:#40534c;font-size:12px;font-weight:750}.temporary-access-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.temporary-access-entry input{min-width:0;height:45px;margin:0;padding:10px 12px;border:1px solid #bfcfc8;border-radius:9px;background:#fff;color:#15231f;font:inherit;outline:none}.temporary-access-entry input:focus{border-color:#0e7a58;box-shadow:0 0 0 4px rgba(14,122,88,.12)}.temporary-access-entry button{height:45px;padding:0 18px;border:0;border-radius:9px;background:#0e7a58;color:#fff;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 6px 16px rgba(14,122,88,.22)}.temporary-access-entry button:hover{background:#075e43}
.temporary-access-error{min-height:20px;margin:10px 0 0;color:#bd3434;font-size:12px;font-weight:700}.temporary-access-denied{animation:temporary-access-shake .34s ease}.temporary-access-success{opacity:0;transform:scale(1.015)}
@keyframes temporary-access-shake{25%{transform:translateX(-7px)}50%{transform:translateX(6px)}75%{transform:translateX(-3px)}}
@media(max-width:520px){.temporary-access-card{padding:28px 20px}.temporary-access-entry{grid-template-columns:1fr}.temporary-access-entry button{width:100%}}
