:root{color:#142033;background:#eef3f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:inherit}.gateway-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:linear-gradient(120deg,rgba(20,76,124,.12) 0 36%,transparent 36% 100%),linear-gradient(300deg,transparent 0 62%,rgba(20,184,166,.14) 62% 100%),#eef3f7}.gateway-shell{width:min(1040px,100%);display:grid;gap:34px}.gateway-header{display:flex;align-items:center;justify-content:center}.gateway-logo{width:min(260px,68vw);max-height:72px;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(17,42,69,.12))}.gateway-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.gateway-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);align-content:space-between;gap:42px;min-height:306px;padding:28px;border:1px solid rgba(126,148,173,.26);border-radius:8px;background:#ffffffe0;text-decoration:none;box-shadow:0 24px 64px #1f2d3d1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.gateway-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-top:4px solid var(--card-accent);pointer-events:none}.gateway-card:hover,.gateway-card:focus-visible{border-color:color-mix(in srgb,var(--card-accent),#ffffff 30%);box-shadow:0 30px 76px #1f2d3d29;transform:translateY(-4px);outline:none}.gateway-card--admin{--card-accent: #155799}.gateway-card--pos{--card-accent: #0f8f72}.gateway-card__badge{width:58px;height:58px;display:inline-grid;place-items:center;border:1px solid color-mix(in srgb,var(--card-accent),#ffffff 64%);border-radius:8px;background:color-mix(in srgb,var(--card-accent),#ffffff 90%);color:var(--card-accent);font-weight:800;letter-spacing:0}.gateway-card__body{display:grid;gap:12px;min-width:0}.gateway-card__topline{display:flex;align-items:center;justify-content:space-between;gap:14px}.gateway-card__eyebrow{color:#65758b;font-size:12px;font-weight:700;text-transform:uppercase}.gateway-card__meta{padding:6px 10px;border:1px solid rgba(120,139,161,.28);border-radius:999px;color:#40536b;background:#f8fafcbd;font-size:12px;font-weight:800}.gateway-card__title{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#111d2e;font-size:28px;font-weight:800;line-height:1.18}.gateway-card__description{max-width:34ch;color:#526178;font-size:16px;line-height:1.5}.gateway-card__arrow{flex:0 0 auto;width:42px;height:42px;display:inline-grid;place-items:center;border-radius:8px;background:var(--card-accent);color:#fff;font-size:20px;font-weight:800}@media(max-width:720px){.gateway-page{place-items:start;padding:22px}.gateway-options{grid-template-columns:1fr}.gateway-card{min-height:242px;padding:22px}}@media(max-width:420px){.gateway-card__topline,.gateway-card__title{align-items:flex-start;flex-direction:column}.gateway-card__arrow{width:38px;height:38px}}
