:root { color-scheme: dark; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #f2f7fd; background: #06111e; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; }
.ol-is-preview { min-width: 0; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #a7dcff; outline-offset: 5px; }
p, h1, h2, h3 { margin: 0; }
svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ol-symbols { position: absolute; overflow: hidden; }
.ol-skip { position: fixed; z-index: 10; left: 16px; top: 12px; padding: 14px 20px; background: #f2f7fd; color: #06111e; border-radius: 6px; transform: translateY(-200%); }
.ol-skip:focus { transform: translateY(0); }
.ol-preview-note { padding: 12px 20px; background: #eaf3f8; color: #17435e; text-align: center; font-size: 12px; line-height: 1.6; }
.ol-preview-errors { padding: 18px 22px; background: #fff1e8; color: #7e301a; font-size: 13px; line-height: 1.7; }
.ol-preview-errors ul { padding-left: 20px; margin: 10px 0; }
.ol-site { --ol-edge: #284052; --ol-muted: #b3c2d2; --ol-accent: #a7dcff; --ol-gutter: max(30px, calc((100vw - 1216px) / 2)); width: 100%; background: #06111e; }
/* The opaque header and clipped hero keep the image entirely below the logo. */
.ol-header { padding: 14px var(--ol-gutter); min-height: 78px; display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center; position: relative; z-index: 2; background: #06111e; border-bottom: 1px solid #ffffff12; }
.ol-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; min-height: 44px; }
.ol-brand img { display: block; width: 42px; height: auto; object-fit: contain; padding: 0; background: transparent; border: 0; border-radius: 0; flex-shrink: 0; }
.ol-brand-name strong { display: block; font-size: 18px; line-height: 1.2; letter-spacing: -.02em; font-weight: 700; }
.ol-contact-top { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 19px; min-height: 46px; border: 1px solid #c7e8fc; border-radius: 8px; background: #c9e8fa; color: #08283e; font-size: 13px; font-weight: 700; line-height: 1.5; box-shadow: 0 4px 20px #82c8f017; transition: background-color .2s, border-color .2s, box-shadow .2s; }
.ol-contact-top svg { width: 17px; height: 17px; }
.ol-contact-top:hover { background: #e7f6ff; border-color: #e7f6ff; box-shadow: 0 5px 24px #82c8f02b; }
.ol-contact-top--back { background: #ffffff08; border-color: #7696b044; color: #d6e9f6; box-shadow: none; }
.ol-contact-top--back:hover { background: #ffffff13; border-color: #9ac6e26b; }
.ol-footer-contact a:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.ol-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 540px; padding: 60px var(--ol-gutter) 38px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: #06111e; }
.ol-art { position: absolute; z-index: -2; inset: 0; background-image: url('../portal/newportal/PortalOUS-hero-1600.webp'); background-size: cover; background-repeat: no-repeat; background-position: center 58%; filter: hue-rotate(190deg) saturate(.75); opacity: .9; }
.ol-hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,#06111eff 0%,#06111ed9 27%,#06111e80 49%,#06111e00 76%),linear-gradient(0deg,#06111e 0%,#06111e00 23%,#06111e00 82%,#06111e85 100%); }
.ol-status { display: inline-flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid #759cb34d; border-radius: 5px; color: #d0e9fb; background: #071624b8; font-size: 10px; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 28px; }
.ol-status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ol-accent); box-shadow: 0 0 12px #b1e5ff7d; flex-shrink: 0; }
.ol-site[data-variant="maintenance"] .ol-status { border-color: #cfa47666; color: #f5d9b7; }
.ol-site[data-variant="maintenance"] .ol-status-dot { background: #efb875; box-shadow: none; }
.ol-hero h1 { max-width: 770px; font-weight: 800; font-size: clamp(38px, 5.4vw, 72px); line-height: 1.09; letter-spacing: -.04em; text-wrap: balance; overflow-wrap: anywhere; }
.ol-hero h1 span, .ol-hero h1 em { display: block; }
.ol-hero h1 em { color: #b5dbf2; font-style: normal; font-weight: 500; line-height: 1.12; padding: 6px 0 10px; }
.ol-hero-copy { margin-top: 24px; max-width: 405px; font-size: 14px; line-height: 1.8; color: #c7d4e2; text-wrap: pretty; overflow-wrap: anywhere; }
.ol-hero-copy strong { display: block; color: #f1f7ff; font-weight: 500; margin-bottom: 3px; }
.ol-disciplines { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: #afc7dc; margin-top: 36px; font-size: 10px; letter-spacing: .075em; line-height: 1.6; }
.ol-disciplines span + span::before { content: '·'; display: inline-block; margin-right: 10px; color: #7bc7f4; }
.ol-services { padding: 20px var(--ol-gutter) 39px; position: relative; background: #06111e; }
.ol-services-heading { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: center; margin-bottom: 20px; border-top: 1px solid #88b4d329; padding-top: 25px; }
.ol-services-heading h2 { font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.ol-services-heading p { font-size: 12px; line-height: 1.6; color: var(--ol-muted); }
.ol-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ol-cards--1 { grid-template-columns: 1fr; }
.ol-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ol-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ol-service { min-width: 0; min-height: 44px; position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 24px 22px 19px; border-radius: 10px; border: 1px solid var(--ol-edge); background: linear-gradient(145deg,#122638,#0a1726); box-shadow: 0 12px 40px #00000017; transition: transform .2s, border-color .2s, background .2s; }
.ol-service:hover { transform: translateY(-4px); border-color: #7ba9c4; background: linear-gradient(145deg,#1a3448,#0b1c2b); }
.ol-service-top { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 24px; }
.ol-service-top svg { width: 22px; height: 22px; stroke-width: 1.3; color: var(--ol-accent); }
.ol-index { color: #94adc0; font-size: 10px; letter-spacing: .14em; }
.ol-service h3 { font-size: 18px; font-weight: 600; letter-spacing: -.025em; margin-bottom: 10px; }
.ol-service p { color: #b5c7d8; font-size: 13px; line-height: 1.7; margin-bottom: 24px; }
.ol-service-action { width: 100%; margin-top: auto; min-height: 44px; padding-top: 14px; border-top: 1px solid #9cc6e222; display: flex; justify-content: space-between; align-items: center; gap: 7px; font-size: 12px; line-height: 1.5; color: #e0f2ff; }
.ol-service-action svg { width: 17px; height: 17px; }
.ol-service--registration { background: linear-gradient(145deg,#d7edfc,#a8cfe8); border-color: #b5dcf4; color: #092238; }
.ol-service--registration:hover { background: linear-gradient(145deg,#e4f4ff,#bcdef3); border-color: #e1f4ff; }
.ol-service--registration .ol-service-top svg, .ol-service--registration h3, .ol-service--registration .ol-service-action { color: #092238; }
.ol-service--registration .ol-index, .ol-service--registration p { color: #2b4e69; }
.ol-service--registration .ol-service-action { border-top-color: #294d6733; }
.ol-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px; margin: 0 var(--ol-gutter); padding: 25px 0 28px; border-top: 1px solid #88b4d329; }
.ol-footer-intro { font-size: 12px; line-height: 1.6; }
.ol-footer-intro small { display: block; color: #aebed0; font-size: 11px; margin-top: 5px; }
.ol-footer-contact { display: flex; flex-wrap: wrap; gap: 20px; font-size: 12px; color: #caddeb; }
.ol-footer-contact a { display: flex; align-items: center; gap: 8px; padding: 6px 0; min-height: 44px; overflow-wrap: anywhere; }
.ol-footer-contact svg { width: 15px; height: 15px; color: #9fc2da; }
.ol-legal { padding: 18px var(--ol-gutter) 22px; background: #030c15; color: #a2b3c4; font-size: 10px; line-height: 1.7; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 9px 24px; }
@media (max-width: 1024px) { .ol-hero { min-height: 470px; padding-top: 52px; padding-bottom: 30px; } }
@media (max-width: 900px) {
  .ol-site { --ol-gutter: 30px; }
  .ol-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ol-cards--1 { grid-template-columns: 1fr; }
  .ol-service p { margin-bottom: 18px; }
  .ol-service-top { margin-bottom: 20px; }
  .ol-hero { min-height: 440px; padding-top: 48px; padding-bottom: 25px; }
  .ol-hero h1 { font-size: clamp(38px, 6.3vw, 56px); }
  .ol-services { padding-top: 20px; padding-bottom: 30px; }
}
@media (max-width: 780px) {
  .ol-header { min-height: 64px; padding-top: 10px; padding-bottom: 10px; }
  .ol-brand img { width: 36px; }
  .ol-brand-name strong { font-size: 16px; }
}
@media (max-width: 560px) {
  .ol-site { --ol-gutter: 22px; }
  .ol-header { padding-top: 12px; padding-bottom: 14px; gap: 12px; }
  .ol-brand { width: 100%; }
  .ol-contact-top { width: 100%; }
  .ol-hero { padding-top: 32px; padding-bottom: 28px; min-height: 470px; justify-content: flex-start; }
  .ol-hero h1 { font-size: clamp(30px, 9.5vw, 44px); max-width: 100%; }
  .ol-hero h1 em { max-width: 95%; }
  .ol-status { font-size: 10px; letter-spacing: .08em; margin-bottom: 25px; }
  .ol-hero-copy { font-size: 14px; max-width: 340px; margin-top: 23px; line-height: 1.75; }
  .ol-art { inset: 0; background-size: auto 100%; background-position: 64% center; opacity: .6; }
  .ol-hero::after { background: linear-gradient(90deg,#06111edd,#06111e55),linear-gradient(0deg,#06111e,transparent 27%); }
  .ol-disciplines { margin-top: 32px; font-size: 10px; gap: 8px; }
  .ol-disciplines span + span::before { margin-right: 8px; }
  .ol-services { padding-top: 0; padding-bottom: 28px; }
  .ol-services-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ol-cards { grid-template-columns: 1fr; gap: 11px; }
  .ol-service { padding: 20px 18px 15px; display: grid; grid-template-columns: 28px minmax(0, 1fr); column-gap: 12px; }
  .ol-service-top { grid-column: 1; grid-row: 1 / span 2; margin: 2px 0 0; }
  .ol-index { display: none; }
  .ol-service h3 { grid-column: 2; margin-bottom: 8px; }
  .ol-service p { grid-column: 2; margin-bottom: 14px; font-size: 13px; line-height: 1.6; }
  .ol-service-action { grid-column: 2; padding-top: 10px; }
  .ol-footer { gap: 17px; padding: 23px 0; }
  .ol-footer-contact { gap: 2px; flex-direction: column; }
  .ol-legal { padding-top: 18px; padding-bottom: 18px; }
}
@media (max-width: 420px) { .ol-brand-name strong { font-size: 14px; } }
@media (prefers-reduced-motion: reduce) { .ol-service, .ol-contact-top { transition: none; } .ol-service:hover { transform: none; } }
