@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/assets/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-300-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --sis-blue: #0066b3;
  --sis-blue-deep: #064f8c;
  --sis-indigo: #2f19e8;
  --sis-indigo-dark: #2410bd;
  --sis-navy: #0a1736;
  --sis-text: #17223b;
  --sis-muted: #667085;
  --sis-border: #dce2ec;
  --sis-border-soft: #e9edf4;
  --sis-surface: #ffffff;
  --sis-surface-muted: #f7f8fb;
  --sis-lavender: #f3f1ff;
  --sis-success: #087a55;
  --sis-shadow: 0 18px 48px rgb(24 31 51 / 8%);
  --sis-shadow-card: 0 8px 24px rgb(21 35 74 / 8%);
  --sis-radius-xl: 28px;
  --sis-radius-lg: 20px;
  --sis-radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--sis-surface-muted);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 18% 2%, rgb(223 232 255 / 65%), transparent 34rem),
    linear-gradient(180deg, #fff 0, var(--sis-surface-muted) 26rem);
  color: var(--sis-text);
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 0.65rem;
  background: var(--sis-navy);
  padding: 0.65rem 0.9rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--sis-border-soft);
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 1px 0 rgb(10 23 54 / 2%);
}

.header-inner {
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 94rem);
  margin: 0 auto;
  padding: 0.65rem 1rem;
}

.brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
  color: var(--sis-navy);
  text-decoration: none;
}

.brand img {
  width: 8.75rem;
  height: 3.4rem;
  flex: none;
  object-fit: contain;
}

.brand-rule {
  display: none;
  width: 1px;
  height: 2rem;
  flex: none;
  background: var(--sis-border);
}

.brand-name {
  display: none;
  max-width: 10rem;
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.header-utility {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.environment-badge,
.module-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.environment-badge {
  border: 1px solid rgb(0 102 179 / 22%);
  background: rgb(0 102 179 / 8%);
  padding: 0.4rem 0.58rem;
  color: var(--sis-blue-deep);
}

.staff-service {
  display: none;
  align-items: center;
  gap: 0.45rem;
  color: var(--sis-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.staff-service-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--sis-success);
  box-shadow: 0 0 0 0.2rem rgb(8 122 85 / 10%);
}

.portal-shell {
  width: min(100%, 94rem);
  margin: 0 auto;
  padding: 1rem;
}

.portal-grid {
  display: grid;
  gap: 1rem;
}

.available-workspace,
.coming-panel {
  border: 1px solid var(--sis-border-soft);
  border-radius: var(--sis-radius-lg);
  background: var(--sis-surface);
  box-shadow: var(--sis-shadow);
}

.available-workspace {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 4%, rgb(49 25 232 / 10%), transparent 24rem),
    linear-gradient(145deg, #fff 0%, #f9faff 58%, #f3f1ff 100%);
}

.hero-copy {
  position: relative;
  padding: 2rem 1.25rem 1.6rem;
}

.hero-copy::after {
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 17rem;
  height: 17rem;
  border: 1px solid rgb(47 25 232 / 7%);
  border-radius: 50%;
  box-shadow:
    0 0 0 2rem rgb(47 25 232 / 2%),
    0 0 0 4rem rgb(0 102 179 / 2%);
  content: "";
  pointer-events: none;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--sis-blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1 {
  position: relative;
  z-index: 1;
  margin: 0.45rem 0 0;
  color: var(--sis-navy);
  font-size: clamp(2rem, 7vw, 3.85rem);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero-description {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  margin: 1rem 0 0;
  color: var(--sis-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.available-section {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgb(220 226 236 / 75%);
  background: rgb(255 255 255 / 74%);
  padding: 1.25rem;
}

.section-heading,
.coming-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading h2,
.coming-heading h2 {
  margin: 0.25rem 0 0;
  color: var(--sis-navy);
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.module-count {
  background: var(--sis-lavender);
  padding: 0.45rem 0.65rem;
  color: var(--sis-indigo-dark);
}

.module-count-muted {
  background: var(--sis-surface-muted);
  color: var(--sis-muted);
}

.available-grid {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.module-card {
  display: grid;
  min-width: 0;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid var(--sis-border);
  border-radius: var(--sis-radius-md);
  background: rgb(255 255 255 / 94%);
}

.module-card-available {
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 8.2rem;
  padding: 1rem;
  box-shadow: var(--sis-shadow-card);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.module-icon,
.coming-icon {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(145deg, #eef6ff, var(--sis-lavender));
  color: var(--sis-blue-deep);
}

.module-icon {
  width: 3.4rem;
  height: 3.4rem;
}

.module-icon svg,
.coming-icon svg,
.open-action svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.module-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.module-card-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.status {
  display: inline-flex;
  margin-bottom: 0.3rem;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.status-available {
  color: var(--sis-success);
}

.module-title {
  color: var(--sis-navy);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;
}

.module-description {
  display: none;
  margin-top: 0.45rem;
  color: var(--sis-muted);
  font-size: 0.79rem;
  line-height: 1.5;
}

.open-action {
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: var(--sis-indigo);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
}

.open-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.open-action svg {
  width: 1.15rem;
  height: 1.15rem;
}

.coming-panel {
  padding: 1.25rem;
}

.coming-description {
  margin: 0.7rem 0 0;
  color: var(--sis-muted);
  font-size: 0.88rem;
}

.coming-grid {
  display: grid;
  gap: 0;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.coming-module {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid var(--sis-border-soft);
  padding: 0.8rem 0;
}

.coming-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.75rem;
  color: #5547a9;
}

.coming-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.coming-module > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.coming-module strong {
  overflow: hidden;
  color: var(--sis-text);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.coming-module small {
  margin-top: 0.12rem;
  color: #746ba4;
  font-size: 0.72rem;
  font-weight: 650;
}

.portal-footer {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.2rem 0.2rem 0.25rem;
  color: var(--sis-muted);
  font-size: 0.74rem;
  text-align: center;
}

.module-card-available:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgb(47 25 232 / 32%);
  outline-offset: 3px;
}

@media (hover: hover) {
  .module-card-available:hover {
    transform: translateY(-3px);
    border-color: rgb(47 25 232 / 32%);
    box-shadow: 0 16px 34px rgb(34 29 102 / 13%);
  }

  .module-card-available:hover .open-action {
    background: var(--sis-indigo-dark);
  }
}

@media (min-width: 40rem) {
  .header-inner,
  .portal-shell {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .brand img {
    width: 11rem;
    height: 4.1rem;
  }

  .brand-rule,
  .brand-name {
    display: block;
  }

  .brand-name {
    max-width: none;
    font-size: 1rem;
  }

  .staff-service {
    display: inline-flex;
  }

  .portal-shell {
    padding-top: 1.5rem;
  }

  .hero-copy,
  .available-section,
  .coming-panel {
    padding: 1.75rem;
  }

  .available-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .module-card-available {
    grid-template-columns: 1fr;
    min-height: 17rem;
    align-content: start;
    justify-items: start;
    padding: 1.25rem;
  }

  .module-icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.25rem;
  }

  .module-icon svg {
    width: 2.25rem;
    height: 2.25rem;
  }

  .module-title {
    font-size: 1.08rem;
  }

  .module-description {
    display: block;
  }

  .open-action {
    width: 100%;
    min-height: 2.7rem;
    margin-top: auto;
    gap: 0.4rem;
  }

  .open-action span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
  }

  .portal-footer {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 70rem) {
  .header-inner {
    min-height: 5.75rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .portal-shell {
    padding: 2rem;
  }

  .portal-grid {
    grid-template-columns: minmax(0, 1.82fr) minmax(21rem, 1fr);
    align-items: stretch;
    gap: 1.25rem;
  }

  .available-workspace,
  .coming-panel {
    min-height: calc(100vh - 10.5rem);
    border-radius: var(--sis-radius-xl);
  }

  .available-workspace {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    display: flex;
    min-height: 18rem;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 3.5rem 2.5rem;
  }

  .hero-description {
    font-size: 1.08rem;
  }

  .available-section {
    padding: 2rem 2.5rem 2.5rem;
  }

  .coming-panel {
    padding: 2rem;
  }

  .coming-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .skip-link,
  .module-card-available {
    transition: none;
  }
}
