html,body,#root{min-height:100%}body{overflow-x:hidden}.portal-login-gateway{box-sizing:border-box;position:relative;height:100svh;min-height:100svh;display:grid;place-items:center;overflow:hidden;background-size:cover;background-position:center;padding:clamp(1.25rem,4vw,4rem);color:#0b1629}.portal-login-gateway:before{content:"";position:absolute;inset:-24px;background:inherit;background-size:cover;background-position:center;filter:blur(22px) saturate(1.05);transform:scale(1.04)}.portal-login-gateway__veil{position:absolute;inset:0;background:linear-gradient(135deg,#050c1866,#f6f0e64d);backdrop-filter:blur(2px)}.portal-login-gateway__card{--portal-login-slant-top:43%;--portal-login-slant-bottom:52%;box-sizing:border-box;position:relative;z-index:1;display:grid;width:75vw;height:85vh;min-height:0;max-height:85vh;overflow:hidden;border-radius:34px;background:#fff;box-shadow:0 34px 90px #040c1859,0 1px #ffffff80 inset}.portal-login-gateway__panel{grid-area:1/1;position:relative;z-index:2;height:100%;background:#fff;clip-path:polygon(0 0,var(--portal-login-slant-top) 0,var(--portal-login-slant-bottom) 100%,0 100%)}.portal-login-gateway__panel-inner{box-sizing:border-box;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(1rem,2.4vh,2.5rem);min-height:0;height:100%;width:min(100%,calc(var(--portal-login-slant-top) - clamp(2rem,4vw,4rem)));max-width:clamp(300px,30vw,520px);min-width:0;padding:clamp(1.5rem,4vh,4rem) clamp(1rem,2vw,2rem) clamp(1.5rem,4vh,4rem) clamp(2rem,4.5vw,4.75rem)}.portal-login-gateway__brand{width:-moz-max-content;width:max-content;letter-spacing:.32em;text-transform:uppercase;font-size:.72rem;font-weight:800;color:#806a45;border-bottom:2px solid #c3a76f;padding-bottom:.5rem;padding-right:1.35rem}.portal-login-gateway__identity{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:clamp(.75rem,2vh,1.4rem);min-height:0;overflow:visible}.portal-login-gateway__logo-stage{display:grid;place-items:center;width:clamp(96px,15vh,150px);height:clamp(96px,15vh,150px);padding:clamp(.55rem,1.4vh,1rem);border:1px solid rgba(198,174,132,.45);border-radius:34%;background:linear-gradient(145deg,#fffdf8f0,#f7f1e7c7);box-shadow:0 18px 38px #44341b24,0 1px #ffffffe6 inset;flex:0 0 auto}.portal-login-gateway__logo{display:block;width:auto;max-width:100%;height:clamp(76px,12vh,122px);-o-object-fit:contain;object-fit:contain;opacity:0;animation:portalLogoFadeIn .28s ease forwards}.portal-login-gateway__eyebrow{font-family:Georgia,serif;font-size:clamp(1.35rem,min(2vw,4vh),2.1rem);line-height:1.05;color:#1a2638;margin:0}.portal-login-gateway h1{font-size:clamp(2rem,min(4.2vw,7vh),4.25rem);font-weight:560;line-height:1;letter-spacing:-.055em;margin:0;color:#081427;max-width:100%;overflow-wrap:anywhere}.portal-login-gateway__action{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(.75rem,1.8vh,1.2rem);min-height:0}.portal-login-gateway__button{width:-moz-max-content;width:max-content;min-width:clamp(220px,18vw,280px);border:0;border-radius:999px;background:#07162d;color:#fff;padding:clamp(.9rem,1.8vh,1.08rem) 1.9rem;font-weight:900;letter-spacing:.04em;box-shadow:0 15px 32px #07162d40;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.portal-login-gateway__button:hover{background:#0c2345;transform:translateY(-1px);box-shadow:0 18px 38px #07162d57}.portal-login-gateway__button:focus-visible{outline:3px solid rgba(195,167,111,.62);outline-offset:4px}.portal-login-gateway__media{grid-area:1/1;position:relative;z-index:1;height:100%;min-height:100%;background:linear-gradient(135deg,#172339,#c9b99f);overflow:hidden;clip-path:polygon(var(--portal-login-slant-top) 0,100% 0,100% 100%,var(--portal-login-slant-bottom) 100%)}.portal-login-gateway__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.portal-login-gateway__media--fallback{display:grid;place-items:center}.portal-login-gateway__monogram{display:grid;place-items:center;width:10rem;height:10rem;border:1px solid rgba(255,255,255,.45);border-radius:999px;color:#ffffffb8;font-family:Georgia,serif;font-size:5rem}@keyframes portalLogoFadeIn{to{opacity:1}}@supports not (height:100svh){.portal-login-gateway{height:100vh;min-height:100vh}}@media (max-width:820px){.portal-login-gateway{height:auto;min-height:100svh;padding:1rem;place-items:stretch}.portal-login-gateway__card{grid-template-rows:auto auto;width:min(100%,42rem);height:auto;min-height:auto;max-height:none;border-radius:26px}.portal-login-gateway__media{grid-area:1/1;min-height:220px;height:auto;clip-path:none}.portal-login-gateway__panel{grid-area:2/1;height:auto;clip-path:none}.portal-login-gateway__panel-inner{height:auto;width:100%;max-width:none;padding:2rem;gap:2.25rem}.portal-login-gateway__button{width:100%;min-width:0;justify-content:center}.portal-login-gateway__action{align-items:stretch}.portal-login-gateway__identity{min-height:0}.portal-login-gateway__logo-stage{width:clamp(100px,24vw,132px);height:clamp(100px,24vw,132px);padding:.65rem}.portal-login-gateway__logo{height:clamp(88px,20vw,116px);max-width:100%}.portal-login-gateway h1{font-size:2.5rem;line-height:1.05}}@media (max-width:520px){.portal-login-gateway__media{display:none}.portal-login-gateway__card{margin:auto}.portal-login-gateway__panel{min-height:78vh}.portal-login-gateway__panel-inner{gap:2rem}.portal-login-gateway__logo-stage{width:104px;height:104px}.portal-login-gateway__logo{height:90px}}
