/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;tab-size:4;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentColor}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{--theme:"light"}@media (prefers-color-scheme:dark){:root{--theme:"dark"}}body{flex-direction:column;min-height:100vh;margin:0;font-family:avenir,montserrat,corbel,URW Gothic,source-sans-pro,sans-serif;transition:background-color .3s,color .3s;display:flex}body.theme-light,body:not([class*=theme-]):root[style*="--theme: 'light'"]{color:#333;background-color:#f5f5f5}body.theme-dark,body:not([class*=theme-]):root[style*="--theme: 'dark'"]{color:#f5f5f5;background-color:#222}main{flex:1}footer{text-align:center;padding:20px;font-size:.9rem}.theme-light footer{color:#333;background-color:#f5f5f5}.theme-dark footer{color:#f5f5f5;background-color:#222}.theme-light footer span{color:#555}.theme-dark footer span{color:#aaa}.landing-page{flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.landing-page .avatar{border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;padding:6px;display:flex}.theme-light .landing-page .avatar{background:linear-gradient(45deg,#f0f,#0ff)}.theme-dark .landing-page .avatar{background:linear-gradient(45deg,#f6f,#6ff)}.landing-page .avatar img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.landing-page .person{text-align:center;margin-bottom:20px;font-size:2rem;font-weight:700}.landing-page .person .role{font-size:1.3rem;font-weight:400;display:block}.theme-light .landing-page .person .role{color:#666}.theme-dark .landing-page .person .role{color:#bbb}.landing-page .intro{text-align:center;max-width:600px;margin-bottom:20px;font-size:1rem;line-height:1.5}.theme-light .landing-page .intro{color:#555}.theme-dark .landing-page .intro{color:#aaa}.landing-page .links{flex-wrap:wrap;justify-content:center;gap:30px;margin-bottom:40px;display:flex}.landing-page .links a{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.theme-light .landing-page .links a{color:#0073e6;background-color:#f0f8ff}.theme-dark .landing-page .links a{color:#4da6ff;background-color:#1a2733}.landing-page .links a:before{content:"";opacity:0;z-index:1;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.theme-light .landing-page .links a:before{background:linear-gradient(45deg,#0073e6,#00c6ff)}.theme-dark .landing-page .links a:before{background:linear-gradient(45deg,#4da6ff,#66d9ff)}.landing-page .links a svg{z-index:2;transition:color .3s,-webkit-transform .3s;-moz-transition:transform .3s,color .3s;width:24px;height:24px;transition:transform .3s,color .3s;position:relative}.landing-page .links a:hover{transform:translateY(-5px)}.theme-light .landing-page .links a:hover{box-shadow:0 5px 15px #0073e64d}.theme-dark .landing-page .links a:hover{box-shadow:0 5px 15px #4da6ff4d}.landing-page .links a:hover:before{opacity:1}.landing-page .links a:hover svg{transform:scale(1.2)}.theme-light .landing-page .links a:hover svg{color:#fff}.theme-dark .landing-page .links a:hover svg{color:#111}.theme-toggle{position:absolute;top:20px;right:20px}.theme-toggle button{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:5px;transition:background-color .3s}.theme-light .theme-toggle button{color:#333}.theme-dark .theme-toggle button{color:#f5f5f5}.theme-light .theme-toggle button:hover{background-color:#3333331a}.theme-dark .theme-toggle button:hover{background-color:#f5f5f51a}.theme-toggle button .sun-icon,.theme-toggle button .moon-icon{display:none}.theme-light .theme-toggle .sun-icon,.theme-dark .theme-toggle .moon-icon{display:block}
