@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap";:root{--coe-primary-bg: #002945;--coe-primary-text: #86D3E7;--coe-surface: #003558;--coe-surface-elevated: #04416B;--coe-accent-blue: #0388EA;--coe-accent-green: #5FCF5F;--coe-accent-yellow: #E9BD87;--coe-accent-orange: #FA7B1A;--coe-accent-red: #AD3F41;--coe-accent-magenta: #BA38BA;--coe-accent-teal: #4DD0D6;--coe-accent-teal-soft: rgba(77, 208, 214, .16);--coe-secondary-bg: #9AC2DE;--coe-secondary-text: #002238;--coe-color-success: var(--coe-accent-green);--coe-color-warning: var(--coe-accent-yellow);--coe-color-error: var(--coe-accent-red);--coe-color-info: var(--coe-accent-blue);--coe-color-cta: var(--coe-accent-orange);--coe-color-premium: var(--coe-accent-magenta);--coe-text-muted: rgba(134, 211, 231, .72);--coe-text-faint: rgba(134, 211, 231, .5);--coe-border: rgba(134, 211, 231, .18);--coe-divider: rgba(134, 211, 231, .1);--coe-gradient-pyramid: linear-gradient( 135deg, #BA38BA 0%, #AD3F41 20%, #FA7B1A 40%, #5FCF5F 60%, #E9BD87 80%, #0388EA 100% );--coe-gradient-warm: linear-gradient(135deg, #FA7B1A, #BA38BA);--coe-gradient-cool: linear-gradient(135deg, #0388EA, #5FCF5F);--coe-gradient-teal: linear-gradient(135deg, #4DD0D6 0%, #0388EA 60%, #5FCF5F 100%);--coe-font-family: "Rubik", system-ui, -apple-system, "Segoe UI", sans-serif;--coe-font-weight-regular: 400;--coe-font-weight-medium: 500;--coe-font-weight-semibold: 600;--coe-font-weight-bold: 700;--coe-font-size-hero: 3rem;--coe-font-size-h1: 2.375rem;--coe-font-size-h2: 1.875rem;--coe-font-size-h3: 1.5rem;--coe-font-size-h4: 1.25rem;--coe-font-size-body-large: 1.125rem;--coe-font-size-body: 1rem;--coe-font-size-small: .875rem;--coe-font-size-caption: .75rem;--coe-line-height-hero: 1.1;--coe-line-height-heading: 1.3;--coe-line-height-body: 1.6;--coe-spacing-3xs: 2px;--coe-spacing-2xs: 4px;--coe-spacing-xs: 8px;--coe-spacing-sm: 12px;--coe-spacing-md: 16px;--coe-spacing-lg: 24px;--coe-spacing-xl: 32px;--coe-spacing-2xl: 48px;--coe-spacing-3xl: 64px;--coe-spacing-4xl: 96px;--coe-radius-sm: 4px;--coe-radius-md: 8px;--coe-radius-lg: 12px;--coe-radius-xl: 16px;--coe-radius-full: 9999px;--coe-shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--coe-shadow-md: 0 4px 12px rgba(0, 0, 0, .25);--coe-shadow-lg: 0 12px 32px rgba(0, 0, 0, .3);--coe-shadow-xl: 0 24px 48px rgba(0, 0, 0, .35);--coe-container-width: 1120px;--coe-text-width: 65ch}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background-color:var(--coe-primary-bg)}body{font-family:var(--coe-font-family);font-size:var(--coe-font-size-body);font-weight:var(--coe-font-weight-regular);line-height:var(--coe-line-height-body);background-color:var(--coe-primary-bg);color:var(--coe-primary-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:var(--coe-accent-blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--coe-accent-yellow)}img,svg{display:block;max-width:100%}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}::selection{background:var(--coe-accent-orange);color:var(--coe-primary-bg)}.site-header[data-astro-cid-3ef6ksr2]{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:var(--coe-spacing-lg) var(--coe-spacing-xl);max-width:var(--coe-container-width);margin:0 auto}.brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center}.brand[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:32px;width:auto}.site-nav[data-astro-cid-3ef6ksr2]{display:flex;gap:var(--coe-spacing-xl)}.site-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--coe-text-muted);font-size:var(--coe-font-size-small);font-weight:var(--coe-font-weight-medium);letter-spacing:.01em}.site-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--coe-primary-text)}@media(max-width:640px){.site-nav[data-astro-cid-3ef6ksr2]{display:none}}.footer[data-astro-cid-sz7xmlte]{padding:var(--coe-spacing-2xl) var(--coe-spacing-xl);background:var(--coe-surface);border-top:1px solid var(--coe-divider)}.footer-inner[data-astro-cid-sz7xmlte]{max-width:var(--coe-container-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:var(--coe-spacing-xl);flex-wrap:wrap}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--coe-spacing-md);flex-wrap:wrap}.footer-brand[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:24px;width:auto}.footer-tag[data-astro-cid-sz7xmlte]{font-size:var(--coe-font-size-small);color:var(--coe-text-faint)}.footer-meta[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--coe-spacing-xl);flex-wrap:wrap}.footer-copy[data-astro-cid-sz7xmlte]{font-size:var(--coe-font-size-small);color:var(--coe-text-faint)}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:var(--coe-spacing-lg)}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:var(--coe-font-size-small);color:var(--coe-text-muted)}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--coe-primary-text)}
