@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:2.5em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}@media (max-width: 480px){html{font-size:15px}}@media (min-width: 768px) and (max-width: 1199px){html{font-size:16px}}@media (min-width: 1200px){html{font-size:18px}}.modal-panel{--min: 250px;--pref: 20rem;--max: 50vw;inline-size:clamp(var(--min),var(--pref),var(--max));max-block-size:50vh;overflow:auto;background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 20px 60px #0003}.modal-backdrop{position:fixed;inset:0;background:#00000073;display:grid;place-items:center;padding:1rem;z-index:1500}.modal-close{padding:0%;position:sticky;top:0;float:right;border:0;background:transparent;font-size:2rem;line-height:1;cursor:pointer}.modal-name{font-size:1.5rem;margin-top:.75rem}.modal-role{color:#6b7280;margin-top:.25rem}.modal-bio{margin-top:.75rem;line-height:1.8}.modal-detail{margin:.5rem}.modal-photo{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:.75rem}.modal-photo.upper{object-position:top}.member-card{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;margin:20px;align-items:center}.member-no-photo,.member-photo{width:150px;height:150px;object-fit:cover;background-color:#eee;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#4e4e4e;border-radius:10%}.member-no-photo.upper,.member-photo.upper{object-position:top}.member-name{text-align:center;margin:10px 0 0;font-size:1.4rem;font-weight:700}.member-role,.member-bio{margin:5px 0;text-align:center;color:#666;font-size:1rem;font-weight:500}.floating-links{z-index:1200}.floating-links.is-fixed{position:fixed;left:20px;bottom:20px}.floating-links.is-sticky{position:sticky;left:20px;bottom:20px}.floating-links{display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:flex-start}.floating-links .floating-toggle{width:48px;height:50px;border-radius:10px;border:none;background:#111827;color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #02061740}.floating-links .floating-list{list-style:none;margin:0;padding:8px;display:flex;flex-direction:column;gap:8px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #02061714;width:30px;transition:width .22s cubic-bezier(.2,.8,.2,1),padding .18s ease}.floating-links .floating-link{display:inline-flex;align-items:center;gap:10px;width:75%;padding:6px 8px;color:#111827;text-decoration:none;font-weight:1000}.floating-links .floating-link:hover,.floating-links .floating-link:focus{background:#0ea5e914;transform:translateY(-2px);outline:none}.floating-links .floating-label{white-space:nowrap;opacity:0;transform:translate(-6px);transition:opacity .22s cubic-bezier(.2,.8,.2,1),transform .22s cubic-bezier(.2,.8,.2,1)}.floating-links .fl-icon{width:18px;height:18px;color:#0ea5e9;flex:0 0 18px}.floating-links:not(.is-open) .floating-list{width:35px;padding-left:6px}.floating-links:not(.is-open) .floating-label{opacity:0;transform:translate(-6px)}.floating-links:hover .floating-list,.floating-links:focus-within .floating-list,.floating-links.is-open .floating-list{width:150px;padding:8px 12px}.floating-links:hover .floating-label,.floating-links:focus-within .floating-label,.floating-links.is-open .floating-label{opacity:1;transform:translate(0)}@media (hover: none) and (pointer: coarse){.floating-links .floating-toggle{display:inline-flex}}@media (max-width: 720px){.floating-links .floating-toggle{display:inline-flex}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}header{background:#fff}main{padding-top:120px;padding-bottom:2rem;min-height:calc(100vh - 140px - 4rem)}.site-title{color:#000;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-nav{position:fixed;top:0;left:0;right:0;height:90px;gap:1rem;z-index:1000;display:flex;justify-content:center;align-items:center}.main-nav .nav-center{display:flex;align-items:center}.main-nav .nav-center h1{margin:0;font-size:clamp(1.5rem,4vw,2rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-nav .nav-right{padding:0 1.5rem;gap:1rem}.sub-nav{position:fixed;top:90px;left:0;right:0;height:50px;z-index:999;display:flex;justify-content:center;align-items:center}.nav-list{list-style:none;margin:0;padding:0;display:flex;gap:3px;align-items:center}.nav-list a{display:inline-block;padding:6px 10px;text-decoration:none;color:#222;border-radius:6px}.nav-list a.active{background:#111827;color:#fff;box-shadow:0 2px 6px #0000001f}.nav-list a:focus{outline:3px solid rgba(59,130,246,.4);outline-offset:2px}.logo{height:4em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover,.logo.react:hover{filter:drop-shadow(0 0 2em rgba(251,255,23,.6666666667))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.back-to-top{position:fixed;right:16px;bottom:16px;z-index:1000;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid #e5e7eb;background:#ffffffe6;color:#111827;font-size:12px;font-weight:700;letter-spacing:.04em;box-shadow:0 4px 12px #0000001f;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.back-to-top:hover{background:#fff}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media (prefers-color-scheme: dark){.back-to-top{border-color:#374151;background:#111827e6;color:#e5e7eb}.back-to-top:hover{background:#111827}}
