@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Source+Sans+3:wght@400;500;600;700&display=swap";:root{color-scheme:light;--font-display: "Fraunces", "Iowan Old Style", "Times New Roman", serif;--font-body: "Source Sans 3", "Avenir Next", "Segoe UI", sans-serif;--color-page: #f4f8fc;--color-surface: #ffffff;--color-surface-soft: #ebf2fa;--color-border: #d7e3ef;--color-border-strong: #aabfd5;--color-text: #16324a;--color-text-muted: #4c6780;--color-heading: #0e2740;--color-primary: #1f66bf;--color-primary-hover: #184f95;--color-primary-soft: #dceafb;--color-link: #1758b2;--shadow-soft: 0 22px 55px rgba(15, 39, 64, .08), 0 6px 18px rgba(15, 39, 64, .05);--shadow-card: 0 16px 32px rgba(16, 45, 74, .08);--radius-sm: 16px;--radius-md: 22px;--radius-lg: 30px;--radius-pill: 999px;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 2rem;--space-8: 2.5rem;--space-9: 3rem;--space-section: clamp(3rem, 8vw, 6rem);--space-section-block: clamp(1.5rem, 4vw, 3rem)}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-page);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a,button{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}:focus-visible{outline:none;box-shadow:0 0 0 4px #1f66bf2e}#root{min-height:100vh}.page-bg{min-height:100vh;background:radial-gradient(circle at top left,rgba(255,255,255,.95),transparent 38%),radial-gradient(circle at top right,rgba(220,234,251,.8),transparent 28%),linear-gradient(180deg,#fafdff 0%,var(--color-page) 100%)}.site-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:1.25rem 0 4rem}.section-space{padding-block:var(--space-section-block)}.section-panel{padding:clamp(1.5rem,3vw,var(--space-8));border-radius:var(--radius-lg);border:1px solid rgba(215,227,239,.95);background:#ffffffe0;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-panel{padding-block:clamp(2rem,5vw,4rem)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:var(--space-6)}.max-readable{max-width:66ch}.stack-sm>*+*{margin-top:var(--space-3)}.stack-md>*+*{margin-top:var(--space-5)}.stack-lg>*+*{margin-top:var(--space-7)}.stack-xl>*+*{margin-top:var(--space-8)}.cluster{display:flex;flex-wrap:wrap;gap:.75rem}.button-row{display:flex;flex-wrap:wrap;gap:.9rem}.card-grid,.split-layout{display:grid;gap:var(--space-5)}.card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.split-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.eyebrow{margin:0;color:var(--color-primary-hover);font-size:.84rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.heading-display,.heading-lg,.heading-md{margin:0;color:var(--color-heading);font-family:var(--font-display);font-weight:700;line-height:1.08;letter-spacing:-.02em}.heading-display{font-size:clamp(2.65rem,7vw,4.75rem)}.heading-display-compact{font-size:clamp(2.15rem,5vw,3.6rem)}.heading-lg{font-size:clamp(1.8rem,4vw,2.8rem)}.heading-md{font-size:clamp(1.35rem,2.4vw,1.7rem)}.body-lg,.body-md,.body-sm{margin:0;color:var(--color-text-muted);line-height:1.7}.body-lg{font-size:1.15rem}.body-md{font-size:1rem}.body-sm{font-size:.92rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:3.4rem;padding:.95rem 1.4rem;border-radius:var(--radius-pill);border:1px solid transparent;font-family:var(--font-body);font-size:1rem;font-weight:700;line-height:1;text-decoration:none;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:var(--color-primary);box-shadow:0 14px 30px #1f66bf33}.btn-primary:hover{background:var(--color-primary-hover)}.btn-secondary{color:var(--color-heading);background:#ffffffeb;border-color:var(--color-border-strong)}.btn-secondary:hover{background:var(--color-surface-soft)}.card,.surface-soft,.note-surface{border:1px solid var(--color-border);border-radius:var(--radius-md)}.card{padding:var(--space-6);background:linear-gradient(180deg,#fffffffa,#f4f8fcfa);box-shadow:var(--shadow-card)}.surface-soft{padding:var(--space-6);background:linear-gradient(180deg,#ebf2fae0,#fffffff2)}.note-surface{padding:var(--space-6);background:#dceafb73}.badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:2rem;padding:.4rem .85rem;border-radius:var(--radius-pill);background:var(--color-primary-soft);color:var(--color-primary-hover);font-size:.85rem;font-weight:700;letter-spacing:.01em}.link-inline{color:var(--color-link);font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:.16em}.link-inline:hover{color:var(--color-primary-hover)}.divider{height:1px;background:linear-gradient(90deg,#aabfd500,#aabfd5f2,#aabfd500)}code{padding:.12rem .4rem;border-radius:999px;background:#dceafb99;color:var(--color-heading);font-family:ui-monospace,SF Mono,SFMono-Regular,monospace;font-size:.92em}.shell-skip-link{position:absolute;top:.75rem;left:1rem;z-index:20;transform:translateY(-150%);padding:.8rem 1rem;border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;font-weight:700;text-decoration:none}.shell-skip-link:focus-visible{transform:translateY(0)}.shell-header{position:relative}.shell-header-bar,.shell-footer-panel{background:#ffffffeb}.shell-header-bar{padding:1rem 1.2rem}.page-container{min-height:36vh;display:grid;align-content:start;gap:var(--space-7)}.shell-header-desktop{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.5rem}.shell-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.shell-wordmark{display:inline-flex;align-items:center;gap:.9rem;color:var(--color-text);text-decoration:none}.shell-wordmark-mark{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex:0 0 auto;border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--color-primary) 0%,#63a1ea 100%);box-shadow:0 14px 30px #1f66bf2e;color:#fff;font-family:var(--font-display);font-size:1.2rem;font-weight:700}.shell-wordmark-copy{display:grid;gap:.15rem}.shell-wordmark-title{font-size:1.45rem;line-height:1;letter-spacing:-.03em}.shell-wordmark-tagline{line-height:1.25}.shell-nav-list,.shell-mobile-list,.shell-footer-nav{margin:0;padding:0;list-style:none}.shell-nav-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.shell-nav-link,.shell-mobile-link{color:var(--color-text);text-decoration:none;font-weight:700}.shell-nav-link{display:inline-flex;align-items:center;min-height:2.75rem;padding:.7rem 1rem;border-radius:var(--radius-pill);border:1px solid rgba(170,191,213,.48);background:#ebf2fa8c;font-size:.98rem}.shell-nav-link:hover,.shell-nav-link:focus-visible{background:#dceafbeb;border-color:var(--color-border-strong)}.shell-nav-link-active{background:#dceafbf5;border-color:var(--color-border-strong);color:var(--color-primary-hover)}.shell-mobile-list{display:grid;gap:.75rem}.shell-mobile-link{display:flex;align-items:center;justify-content:space-between;min-height:3.2rem;padding:.95rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(170,191,213,.6);background:#ebf2faad}.shell-mobile-link:hover,.shell-mobile-link:focus-visible{background:#dceafbf5}.shell-mobile-link-active{background:#dceafbf5;border-color:var(--color-border-strong);color:var(--color-primary-hover)}.shell-footer-grid{display:grid;gap:1.5rem;grid-template-columns:1.25fr .9fr 1fr;align-items:start}.shell-footer-grid-mobile{grid-template-columns:1fr}.shell-footer-group{display:grid;gap:.85rem}.shell-footer-nav{display:grid;gap:.65rem}.shell-footer-link-active{color:var(--color-primary-hover)}.shell-footer-mission{max-width:18ch}.shell-footer-text{max-width:56ch}@media (max-width: 820px){.site-shell{width:min(100% - 1rem,1120px);padding-bottom:3rem}.section-heading,.split-layout{grid-template-columns:1fr}.section-heading{display:grid;align-items:start}}@media (max-width: 640px){.shell-wordmark-copy{gap:.2rem}.shell-wordmark-title{font-size:1.25rem}.shell-wordmark-tagline{max-width:18ch}.shell-mobile-top .btn{width:auto;flex:0 0 auto}.button-row>*{flex:1 1 100%}.btn{width:100%}.section-panel{padding:var(--space-6)}}
