[data-astro-cid-ee6qhyem],[data-astro-cid-ee6qhyem]:before,[data-astro-cid-ee6qhyem]:after{box-sizing:border-box;margin:0;padding:0}:root{--fhn-blue: #004c97;--fhn-blue-dark: #003d7a;--fhn-green: #16a34a;--fhn-green-light: #dcfce7;--fhn-red: #e41e26;--fhn-navy: #111827;--fhn-gray: #6b7280;--fhn-gray-light: #f3f4f6;--fhn-border: #e5e7eb}html{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;display:flex;flex-direction:column;background:#fff;color:var(--fhn-navy)}.top-bar[data-astro-cid-ee6qhyem]{height:4px;background:linear-gradient(90deg,var(--fhn-blue) 0%,var(--fhn-green) 33%,var(--fhn-red) 66%,var(--fhn-blue) 100%);background-size:300% 100%;animation:gradientShift 6s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.page[data-astro-cid-ee6qhyem]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center}.logo-ring[data-astro-cid-ee6qhyem]{position:relative;width:100px;height:100px;margin-bottom:2.5rem}.logo-ring[data-astro-cid-ee6qhyem]:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid var(--fhn-blue);opacity:0;animation:pulse-ring 3s ease-out infinite}.logo-ring[data-astro-cid-ee6qhyem]:after{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid var(--fhn-green);opacity:0;animation:pulse-ring 3s ease-out 1.5s infinite}@keyframes pulse-ring{0%{transform:scale(.9);opacity:.6}to{transform:scale(1.4);opacity:0}}.logo-circle[data-astro-cid-ee6qhyem]{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--fhn-blue) 0%,var(--fhn-blue-dark) 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #004c9733;animation:fadeScale .8s ease-out}.logo-circle[data-astro-cid-ee6qhyem] svg[data-astro-cid-ee6qhyem]{width:48px;height:48px}@keyframes fadeScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.badge[data-astro-cid-ee6qhyem]{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fhn-green);background:var(--fhn-green-light);padding:.375rem 1rem;border-radius:9999px;margin-bottom:1.25rem;animation:fadeUp .6s ease-out .2s both}h1[data-astro-cid-ee6qhyem]{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem;animation:fadeUp .6s ease-out .3s both}h1[data-astro-cid-ee6qhyem] .accent[data-astro-cid-ee6qhyem]{background:linear-gradient(135deg,var(--fhn-blue),var(--fhn-green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle[data-astro-cid-ee6qhyem]{font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.7;color:var(--fhn-gray);max-width:520px;margin:0 auto 2.5rem;animation:fadeUp .6s ease-out .4s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.progress-section[data-astro-cid-ee6qhyem]{width:100%;max-width:400px;margin-bottom:2.5rem;animation:fadeUp .6s ease-out .5s both}.progress-label[data-astro-cid-ee6qhyem]{display:flex;justify-content:space-between;font-size:.8125rem;font-weight:500;color:var(--fhn-gray);margin-bottom:.625rem}.progress-track[data-astro-cid-ee6qhyem]{width:100%;height:8px;background:var(--fhn-gray-light);border-radius:9999px;overflow:hidden}.progress-fill[data-astro-cid-ee6qhyem]{height:100%;width:0;border-radius:9999px;background:linear-gradient(90deg,var(--fhn-blue),var(--fhn-green));animation:fillBar 1.8s ease-out .8s forwards}@keyframes fillBar{to{width:75%}}.milestones[data-astro-cid-ee6qhyem]{display:flex;gap:.5rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.milestone[data-astro-cid-ee6qhyem]{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--fhn-gray);padding:.25rem .75rem;border-radius:9999px;border:1px solid var(--fhn-border);background:#fff}.milestone[data-astro-cid-ee6qhyem].done{color:var(--fhn-green);border-color:var(--fhn-green-light);background:var(--fhn-green-light)}.milestone[data-astro-cid-ee6qhyem] .dot[data-astro-cid-ee6qhyem]{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.milestone[data-astro-cid-ee6qhyem].done .dot[data-astro-cid-ee6qhyem]{background:var(--fhn-green)}.divider[data-astro-cid-ee6qhyem]{width:48px;height:2px;background:var(--fhn-border);border-radius:1px;margin:0 auto 2rem;animation:fadeUp .6s ease-out .6s both}.cards[data-astro-cid-ee6qhyem]{display:grid;grid-template-columns:1fr;gap:1rem;max-width:640px;width:100%;margin-bottom:2.5rem;animation:fadeUp .6s ease-out .7s both}@media(min-width:640px){.cards[data-astro-cid-ee6qhyem]{grid-template-columns:1fr 1fr 1fr}}.card[data-astro-cid-ee6qhyem]{padding:1.25rem;border:1px solid var(--fhn-border);border-radius:.75rem;background:#fff;transition:box-shadow .2s,transform .2s}.card[data-astro-cid-ee6qhyem]:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.card-icon[data-astro-cid-ee6qhyem]{width:36px;height:36px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.card-icon[data-astro-cid-ee6qhyem] svg[data-astro-cid-ee6qhyem]{width:20px;height:20px}.card-icon[data-astro-cid-ee6qhyem].blue{background:#dbeafe;color:var(--fhn-blue)}.card-icon[data-astro-cid-ee6qhyem].green{background:var(--fhn-green-light);color:var(--fhn-green)}.card-icon[data-astro-cid-ee6qhyem].red{background:#fee2e2;color:var(--fhn-red)}.card[data-astro-cid-ee6qhyem] h3[data-astro-cid-ee6qhyem]{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.card[data-astro-cid-ee6qhyem] p[data-astro-cid-ee6qhyem]{font-size:.8125rem;color:var(--fhn-gray);line-height:1.5}.footer[data-astro-cid-ee6qhyem]{padding:1.5rem;text-align:center;border-top:1px solid var(--fhn-border);animation:fadeUp .6s ease-out .8s both}.footer-text[data-astro-cid-ee6qhyem]{font-size:.8125rem;color:var(--fhn-gray);line-height:1.6}.footer[data-astro-cid-ee6qhyem] a[data-astro-cid-ee6qhyem]{color:var(--fhn-blue);text-decoration:none;font-weight:500}.footer[data-astro-cid-ee6qhyem] a[data-astro-cid-ee6qhyem]:hover{text-decoration:underline}.affiliation[data-astro-cid-ee6qhyem]{font-size:.6875rem;color:#9ca3af;margin-top:.5rem}@media(prefers-reduced-motion:reduce){[data-astro-cid-ee6qhyem],[data-astro-cid-ee6qhyem]:before,[data-astro-cid-ee6qhyem]:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.progress-fill[data-astro-cid-ee6qhyem]{width:75%}}
