:root{
  --ea-bg:#03101a;
  --ea-bg-2:#071d2a;
  --ea-surface:#0a2231;
  --ea-surface-strong:#0d2b3b;
  --ea-line:rgba(94,225,220,.22);
  --ea-line-soft:rgba(145,205,215,.13);
  --ea-ink:#effcff;
  --ea-muted:#9db5c2;
  --ea-aqua:#35e1d8;
  --ea-aqua-soft:#75f4ec;
  --ea-gold:#f4c65a;
  --ea-danger:#ff7184;
  --ea-shadow:0 34px 100px rgba(0,0,0,.42);
  color-scheme:dark;
}
html[data-theme="light"]{
  --ea-bg:#eaf5f7;
  --ea-bg-2:#dceff2;
  --ea-surface:#ffffff;
  --ea-surface-strong:#f4fafb;
  --ea-line:rgba(15,141,145,.22);
  --ea-line-soft:rgba(20,82,102,.12);
  --ea-ink:#082131;
  --ea-muted:#617987;
  --ea-aqua:#0dbdb8;
  --ea-aqua-soft:#28d8d1;
  --ea-gold:#a97609;
  --ea-danger:#c63f55;
  --ea-shadow:0 30px 90px rgba(29,76,94,.18);
  color-scheme:light;
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--ea-bg);scroll-behavior:smooth}
body{margin:0;min-height:100vh;background:var(--ea-bg);color:var(--ea-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input{font:inherit}
a,button{transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(53,225,216,.34);outline-offset:3px}
[hidden]{display:none!important}

.enterprise-gateway-body{
  display:flex;
  flex-direction:column;
  background:
    radial-gradient(circle at 12% 8%,rgba(32,214,204,.17),transparent 27%),
    radial-gradient(circle at 88% 22%,rgba(47,131,179,.18),transparent 31%),
    linear-gradient(135deg,var(--ea-bg) 0%,var(--ea-bg-2) 58%,#072f3c 100%);
  position:relative;
  overflow-x:hidden;
}
.enterprise-gateway-body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(92,225,219,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(92,225,219,.04) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}
.enterprise-gateway-header{
  min-height:78px;
  padding:0 clamp(20px,5vw,76px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
  z-index:20;
  border-bottom:1px solid var(--ea-line-soft);
  background:rgba(2,12,20,.78);
  backdrop-filter:blur(20px);
}
html[data-theme="light"] .enterprise-gateway-header{background:rgba(242,250,251,.82)}
.enterprise-gateway-brand{display:flex;align-items:center;gap:11px;color:var(--ea-ink);text-decoration:none}
.enterprise-gateway-brand img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 9px 24px rgba(53,225,216,.28))}
.enterprise-gateway-brand span{display:flex;flex-direction:column;line-height:1}
.enterprise-gateway-brand strong{font-size:23px;letter-spacing:-.04em}
.enterprise-gateway-brand small{margin-top:5px;color:var(--ea-aqua-soft);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.enterprise-gateway-back,.enterprise-gateway-header-actions a{color:var(--ea-muted);font-size:14px;font-weight:800;text-decoration:none}
.enterprise-gateway-back:hover,.enterprise-gateway-header-actions a:hover{color:var(--ea-ink);transform:translateY(-1px)}
.enterprise-gateway-header-actions{display:flex;align-items:center;gap:22px}
.enterprise-gateway-header-actions .enterprise-gateway-outline{padding:11px 16px;border:1px solid var(--ea-line);border-radius:12px;color:var(--ea-aqua-soft)}
.enterprise-access-kicker{display:inline-block;color:var(--ea-aqua-soft);font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}

.enterprise-login-shell{
  width:min(1320px,calc(100% - 40px));
  margin:auto;
  padding:72px 0 82px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.72fr);
  gap:80px;
  align-items:center;
  position:relative;
  z-index:1;
}
.enterprise-login-story h1{
  max-width:760px;
  margin:18px 0 22px;
  font-size:clamp(48px,5.3vw,78px);
  line-height:.98;
  letter-spacing:-.055em;
}
.enterprise-login-story>p{max-width:720px;margin:0;color:var(--ea-muted);font-size:18px;line-height:1.75}
.enterprise-login-benefits{margin-top:34px;display:grid;gap:13px;max-width:690px}
.enterprise-login-benefits article{padding:15px 16px;border:1px solid var(--ea-line-soft);border-radius:17px;background:rgba(255,255,255,.035);display:flex;align-items:center;gap:15px}
html[data-theme="light"] .enterprise-login-benefits article{background:rgba(255,255,255,.62)}
.enterprise-login-benefits article>span{width:41px;height:41px;flex:0 0 auto;border-radius:13px;display:grid;place-items:center;background:rgba(53,225,216,.11);color:var(--ea-aqua-soft);font-size:11px;font-weight:900}
.enterprise-login-benefits article div{display:flex;flex-direction:column;gap:4px}
.enterprise-login-benefits b{font-size:14px}
.enterprise-login-benefits small{color:var(--ea-muted);line-height:1.45}
.enterprise-login-security{max-width:690px;margin-top:21px;padding:14px 16px;border:1px solid rgba(244,198,90,.2);border-radius:16px;background:rgba(244,198,90,.07);display:flex;align-items:flex-start;gap:12px}
.enterprise-login-security>span{color:var(--ea-gold);font-size:24px}
.enterprise-login-security p{margin:0;color:var(--ea-muted);font-size:13px;line-height:1.6}

.enterprise-login-window,.enterprise-access-window{
  border:1px solid var(--ea-line);
  border-radius:30px;
  background:linear-gradient(160deg,rgba(10,34,49,.97),rgba(5,20,31,.98));
  box-shadow:var(--ea-shadow),inset 0 1px rgba(255,255,255,.06);
  overflow:hidden;
  position:relative;
}
html[data-theme="light"] .enterprise-login-window,html[data-theme="light"] .enterprise-access-window{background:linear-gradient(160deg,#fff,#f4fafb)}
.enterprise-login-window:before,.enterprise-access-window:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent,var(--ea-aqua),transparent)}
.enterprise-login-window{padding:30px}
.enterprise-login-window-top,.enterprise-access-window-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.enterprise-login-window-top small,.enterprise-access-window-head small{color:var(--ea-aqua-soft);font-size:10px;font-weight:900;letter-spacing:.15em}
.enterprise-login-window-top h2,.enterprise-access-window-head h1{margin:6px 0 0;font-size:32px;letter-spacing:-.035em}
.enterprise-secure-badge{padding:8px 10px;border:1px solid var(--ea-line);border-radius:999px;color:var(--ea-muted);font-size:10px;font-weight:900;display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.enterprise-secure-badge i{width:7px;height:7px;border-radius:50%;background:var(--ea-aqua);box-shadow:0 0 14px rgba(53,225,216,.75)}
.enterprise-existing-session{margin-top:22px;padding:15px;border:1px solid rgba(53,225,216,.24);border-radius:17px;background:rgba(53,225,216,.07);display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}
.enterprise-session-avatar{width:47px;height:47px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#0b6971,#24cfc7);color:#fff;font-weight:900}
.enterprise-existing-session>div:nth-child(2){display:flex;min-width:0;flex-direction:column}
.enterprise-existing-session small{color:var(--ea-aqua-soft);font-size:9px;font-weight:900;letter-spacing:.1em}
.enterprise-existing-session b{margin-top:3px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.enterprise-existing-session div>span{margin-top:2px;color:var(--ea-muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.enterprise-existing-actions{grid-column:1/-1;display:flex;gap:9px}
.enterprise-existing-actions a,.enterprise-existing-actions button{flex:1;min-height:39px;border-radius:11px;display:grid;place-items:center;font-size:11px;font-weight:900;text-decoration:none;cursor:pointer}
.enterprise-existing-actions a{background:var(--ea-aqua);color:#052b2a}
.enterprise-existing-actions button{border:1px solid var(--ea-line);background:transparent;color:var(--ea-ink)}
.enterprise-login-form{margin-top:25px;display:grid;gap:17px}
.enterprise-login-form>label{display:grid;gap:8px;color:var(--ea-muted);font-size:12px;font-weight:800}
.enterprise-input-wrap{min-height:52px;border:1px solid var(--ea-line-soft);border-radius:14px;background:rgba(255,255,255,.04);display:flex;align-items:center;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
html[data-theme="light"] .enterprise-input-wrap{background:#fff}
.enterprise-input-wrap:focus-within{border-color:rgba(53,225,216,.65);box-shadow:0 0 0 4px rgba(53,225,216,.08)}
.enterprise-input-wrap>i{width:46px;display:grid;place-items:center;color:var(--ea-aqua-soft);font-style:normal;font-size:13px;font-weight:900}
.enterprise-input-wrap input{min-width:0;flex:1;height:50px;padding:0 12px 0 0;border:0;outline:0;background:transparent;color:var(--ea-ink)}
.enterprise-input-wrap input::placeholder{color:rgba(157,181,194,.55)}
.enterprise-password-toggle{height:36px;margin-right:8px;padding:0 10px;border:0;border-radius:9px;background:rgba(53,225,216,.09);color:var(--ea-aqua-soft);font-size:10px;font-weight:900;cursor:pointer}
.enterprise-login-options{display:flex;align-items:center;justify-content:space-between;gap:18px}
.enterprise-login-options label{display:flex;align-items:center;gap:7px;color:var(--ea-muted);font-size:11px}
.enterprise-login-options input{accent-color:var(--ea-aqua)}
.enterprise-login-options a{color:var(--ea-aqua-soft);font-size:11px;font-weight:800;text-decoration:none}
.enterprise-login-submit,.enterprise-access-primary{
  min-height:54px;
  padding:0 18px;
  border:0;
  border-radius:14px;
  background:linear-gradient(135deg,var(--ea-aqua),#72f3eb);
  color:#042b2b;
  box-shadow:0 15px 34px rgba(32,214,204,.22);
  font-weight:900;
  cursor:pointer;
  text-decoration:none;
}
.enterprise-login-submit{display:flex;align-items:center;justify-content:space-between}
.enterprise-login-submit b{font-size:21px}
.enterprise-login-submit:hover,.enterprise-access-primary:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(32,214,204,.29)}
.enterprise-login-submit:disabled{opacity:.62;cursor:wait;transform:none}
.enterprise-login-message{padding:13px 14px;border:1px solid rgba(53,225,216,.28);border-radius:13px;background:rgba(53,225,216,.09);color:var(--ea-aqua-soft);font-size:12px;line-height:1.55}
.enterprise-login-message.error{border-color:rgba(255,113,132,.34);background:rgba(255,113,132,.09);color:#ffb0bc}
html[data-theme="light"] .enterprise-login-message.error{color:#a5293d}
.enterprise-login-divider{margin:24px 0 18px;display:flex;align-items:center;gap:12px;color:var(--ea-muted);font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.enterprise-login-divider:before,.enterprise-login-divider:after{content:"";height:1px;flex:1;background:var(--ea-line-soft)}
.enterprise-login-help{padding:14px;border:1px solid var(--ea-line-soft);border-radius:15px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:rgba(255,255,255,.025)}
.enterprise-login-help>div{display:flex;align-items:center;gap:10px}
.enterprise-login-help>div>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:rgba(53,225,216,.1);color:var(--ea-aqua-soft);font-weight:900}
.enterprise-login-help p{margin:0;display:flex;flex-direction:column;gap:3px}
.enterprise-login-help b{font-size:11px}
.enterprise-login-help small{color:var(--ea-muted);font-size:10px;line-height:1.4}
.enterprise-login-help>a{color:var(--ea-aqua-soft);font-size:10px;font-weight:900;text-decoration:none;white-space:nowrap}

.enterprise-access-shell{
  width:min(1260px,calc(100% - 40px));
  margin:auto;
  padding:70px 0 82px;
  display:grid;
  grid-template-columns:minmax(420px,.95fr) minmax(430px,.75fr);
  gap:70px;
  align-items:center;
  position:relative;
  z-index:1;
}
.enterprise-access-visual{display:grid;gap:18px}
.enterprise-access-network{min-height:560px;border:1px solid var(--ea-line);border-radius:36px;background:linear-gradient(150deg,rgba(8,42,58,.8),rgba(3,17,28,.92));box-shadow:var(--ea-shadow),inset 0 1px rgba(255,255,255,.06);position:relative;overflow:hidden}
html[data-theme="light"] .enterprise-access-network{background:linear-gradient(150deg,#f9ffff,#dff2f4)}
.enterprise-access-network:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(35,220,210,.18),transparent 40%)}
.enterprise-access-network-head{position:absolute;z-index:3;top:25px;left:27px;right:27px;display:flex;align-items:center;justify-content:space-between}
.enterprise-access-network-head span{color:var(--ea-aqua-soft);font-size:10px;font-weight:900;letter-spacing:.17em}
.enterprise-access-network-head b{color:var(--ea-muted);font-size:11px}
.enterprise-access-core{position:absolute;z-index:4;left:50%;top:51%;width:174px;height:174px;transform:translate(-50%,-50%);border:2px solid rgba(53,225,216,.72);border-radius:50%;background:radial-gradient(circle,#0c5964 0%,#073642 60%,#061e2b 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 0 14px rgba(53,225,216,.06),0 0 70px rgba(53,225,216,.24)}
.enterprise-access-core img{width:82px;filter:drop-shadow(0 6px 16px rgba(53,225,216,.25))}
.enterprise-access-core strong{margin-top:5px;font-size:14px;letter-spacing:.06em;color:#f3ffff}
.enterprise-access-core small{margin-top:3px;color:#94c8cf;font-size:9px;text-transform:uppercase;letter-spacing:.12em}
.enterprise-access-orbit{position:absolute;left:50%;top:51%;border:1px dashed rgba(53,225,216,.2);border-radius:50%;transform:translate(-50%,-50%)}
.orbit-one{width:340px;height:340px;animation:enterpriseOrbit 22s linear infinite}
.orbit-two{width:460px;height:460px;animation:enterpriseOrbitReverse 30s linear infinite}
.enterprise-access-node{position:absolute;z-index:4;width:128px;padding:13px;border:1px solid var(--ea-line);border-radius:16px;background:rgba(7,34,48,.92);display:flex;align-items:center;gap:10px;box-shadow:0 16px 40px rgba(0,0,0,.2)}
html[data-theme="light"] .enterprise-access-node{background:rgba(255,255,255,.92)}
.enterprise-access-node i{min-width:36px;height:36px;padding:0 5px;border-radius:11px;display:grid;place-items:center;background:#0a5d66;color:#7af8f0;font-style:normal;font-size:11px;font-weight:900}
.enterprise-access-node span{font-size:12px;font-weight:900}
.access-node-a{left:29px;top:112px}.access-node-b{right:29px;top:121px}.access-node-c{left:34px;bottom:78px}.access-node-d{right:34px;bottom:82px}
.enterprise-access-trust{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;color:var(--ea-muted);font-size:11px;font-weight:800}
.enterprise-access-trust span{display:flex;align-items:center;gap:7px}
.enterprise-access-trust i{width:6px;height:6px;border-radius:50%;background:var(--ea-aqua);box-shadow:0 0 10px rgba(53,225,216,.7)}
.enterprise-access-window{min-height:600px;display:flex;flex-direction:column}
.enterprise-access-window-head{padding:28px 29px 23px;border-bottom:1px solid var(--ea-line-soft)}
.enterprise-access-window-head h1{font-size:28px}
.enterprise-access-state{padding:36px 30px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.enterprise-access-state h2{margin:18px 0 10px;font-size:27px;letter-spacing:-.035em}
.enterprise-access-state>p{max-width:430px;margin:0;color:var(--ea-muted);line-height:1.65;font-size:14px}
.enterprise-access-loader{width:92px;height:92px;border:1px solid var(--ea-line);border-radius:50%;display:grid;place-items:center;position:relative;background:rgba(53,225,216,.06)}
.enterprise-access-loader:before{content:"";position:absolute;inset:-9px;border:2px solid transparent;border-top-color:var(--ea-aqua);border-radius:50%;animation:enterpriseSpin 1.1s linear infinite}
.enterprise-access-loader img{width:58px}
.enterprise-state-icon{width:68px;height:68px;border-radius:21px;display:grid;place-items:center;background:rgba(53,225,216,.1);border:1px solid var(--ea-line);color:var(--ea-aqua-soft);font-size:30px;font-weight:900}
.enterprise-state-icon.denied{background:rgba(255,113,132,.09);border-color:rgba(255,113,132,.22);color:#ff9cab}
.enterprise-access-actions{width:100%;margin-top:25px;display:flex;gap:11px;justify-content:center}
.enterprise-access-actions.vertical{flex-direction:column}
.enterprise-access-actions a,.enterprise-access-actions button{min-height:50px;padding:0 17px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}
.enterprise-access-primary{border:0}
.enterprise-access-secondary{border:1px solid var(--ea-line);background:rgba(255,255,255,.035);color:var(--ea-ink)}
.enterprise-access-secondary:hover{transform:translateY(-2px);border-color:rgba(53,225,216,.46);background:rgba(53,225,216,.06)}
.enterprise-authorized-state{align-items:stretch;text-align:left;justify-content:flex-start;padding-top:28px}
.enterprise-authorized-identity{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}
.enterprise-authorized-identity>span{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,#0b6971,#24cfc7);color:#fff;font-weight:900;font-size:18px}
.enterprise-authorized-identity>div{min-width:0}
.enterprise-authorized-identity small{color:var(--ea-aqua-soft);font-size:9px;font-weight:900;letter-spacing:.12em}
.enterprise-authorized-identity h2{margin:4px 0 0;font-size:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.enterprise-authorized-identity p{margin:3px 0 0;color:var(--ea-muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.enterprise-authorized-identity em{padding:7px 9px;border-radius:999px;background:rgba(53,225,216,.1);color:var(--ea-aqua-soft);font-size:9px;font-style:normal;font-weight:900}
.enterprise-access-summary{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.enterprise-access-summary article{padding:16px;border:1px solid var(--ea-line-soft);border-radius:15px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;gap:5px}
.enterprise-access-summary small{color:var(--ea-muted);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.enterprise-access-summary b{font-size:25px}
.enterprise-authorized-note{margin-top:16px;padding:13px;border-radius:13px;background:rgba(53,225,216,.07);border:1px solid rgba(53,225,216,.18);display:flex;gap:10px;align-items:flex-start}
.enterprise-authorized-note>span{color:var(--ea-aqua-soft);font-weight:900}
.enterprise-authorized-note p{margin:0;color:var(--ea-muted);font-size:11px;line-height:1.55}
.enterprise-access-text-button{border:0;background:transparent;color:var(--ea-muted)}
.enterprise-access-text-button:hover{color:var(--ea-ink)}
.enterprise-access-window-footer{padding:16px 25px;border-top:1px solid var(--ea-line-soft);display:flex;justify-content:space-between;gap:15px;color:var(--ea-muted);font-size:10px}
.enterprise-access-window-footer a{color:var(--ea-aqua-soft);font-weight:900;text-decoration:none}

.enterprise-gateway-footer{
  min-height:64px;
  padding:16px clamp(20px,5vw,76px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
  z-index:2;
  border-top:1px solid var(--ea-line-soft);
  color:var(--ea-muted);
  font-size:11px;
}
.enterprise-gateway-footer nav{display:flex;gap:18px}
.enterprise-gateway-footer a{color:var(--ea-muted);text-decoration:none}
.enterprise-gateway-footer a:hover{color:var(--ea-ink)}

@keyframes enterpriseSpin{to{transform:rotate(360deg)}}
@keyframes enterpriseOrbit{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes enterpriseOrbitReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}

@media(max-width:1040px){
  .enterprise-login-shell,.enterprise-access-shell{grid-template-columns:1fr;gap:45px;width:min(760px,calc(100% - 32px))}
  .enterprise-login-story{text-align:center}
  .enterprise-login-story>p,.enterprise-login-benefits,.enterprise-login-security{margin-left:auto;margin-right:auto}
  .enterprise-access-visual{order:2}
  .enterprise-access-window{order:1}
}
@media(max-width:680px){
  .enterprise-gateway-header{min-height:68px;padding:0 16px}
  .enterprise-gateway-brand img{width:41px;height:41px}
  .enterprise-gateway-brand strong{font-size:20px}
  .enterprise-gateway-back{font-size:0}
  .enterprise-gateway-back:after{content:"← Volver";font-size:12px}
  .enterprise-gateway-header-actions>a:not(.enterprise-gateway-outline){display:none}
  .enterprise-login-shell,.enterprise-access-shell{width:calc(100% - 24px);padding:36px 0 50px}
  .enterprise-login-story h1{font-size:43px}
  .enterprise-login-story>p{font-size:16px}
  .enterprise-login-window{padding:22px;border-radius:23px}
  .enterprise-login-window-top,.enterprise-access-window-head{flex-direction:column}
  .enterprise-login-window-top h2{font-size:28px}
  .enterprise-login-options{align-items:flex-start;flex-direction:column}
  .enterprise-login-help{align-items:flex-start;flex-direction:column}
  .enterprise-login-help>a{margin-left:42px}
  .enterprise-access-network{min-height:440px;border-radius:26px}
  .enterprise-access-core{width:140px;height:140px}
  .enterprise-access-core img{width:66px}
  .orbit-one{width:260px;height:260px}.orbit-two{width:350px;height:350px}
  .enterprise-access-node{width:102px;padding:9px}
  .enterprise-access-node i{min-width:30px;height:30px}
  .enterprise-access-node span{font-size:10px}
  .access-node-a{left:12px;top:88px}.access-node-b{right:12px;top:96px}.access-node-c{left:14px;bottom:54px}.access-node-d{right:14px;bottom:58px}
  .enterprise-access-window{min-height:570px;border-radius:24px}
  .enterprise-access-window-head{padding:23px}
  .enterprise-access-state{padding:29px 21px}
  .enterprise-access-actions{flex-direction:column}
  .enterprise-authorized-identity{grid-template-columns:auto 1fr}
  .enterprise-authorized-identity em{grid-column:2;justify-self:start}
  .enterprise-access-window-footer,.enterprise-gateway-footer{align-items:flex-start;flex-direction:column}
  .enterprise-gateway-footer{padding:18px 16px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
