/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.35;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--accent-color: #3f6b66;--background-color: #f2f2f4;--text-color: #19191c;--text-soft: #4a4a51;--line: color-mix(in srgb, var(--text-color) 16%, transparent);--border-radius: 8px;--max-width: 72rem;--box-shadow: none;--font-family: "Raleway", ui-sans-serif, system-ui, sans-serif;--font-size: 1rem;--font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--glass-bg: color-mix(in srgb, var(--text-color), transparent 96%);--glass-bg-hover: color-mix(in srgb, var(--text-color), transparent 92%);--glass-border: color-mix(in srgb, var(--text-color), transparent 88%);--glass-blur: 0px;--premium-shadow: none;--accent-alpha: color-mix(in srgb, var(--accent-color), transparent 88%);--accent-rgb: 63, 107, 102;--sticky-top: 4.5rem;--spring-easing: cubic-bezier(.16, 1, .3, 1);--chrome-height: 7.5rem}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:100 900;src:url(/fonts/Raleway-Variable.woff2) format("woff2")}html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;background-color:var(--background-color)}html{color-scheme:light}#app{position:relative;height:100%;width:100%;max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;overflow:hidden;padding:0 1.5rem;box-sizing:border-box}@media (max-width: 768px){#app{padding:0 1rem}}mm-header{width:100%;z-index:2}mm-footer{width:100%;z-index:2}mm-main{position:relative;flex:1;width:100%;overflow-y:auto;overflow-x:hidden;z-index:1;min-height:0;scrollbar-width:none;-ms-overflow-style:none}mm-main::-webkit-scrollbar{display:none}mm-router,mm-page-home,mm-page-lab,mm-page-projects{display:flex;flex-direction:column;flex:1;width:100%;min-height:100%}body{color:var(--text-color);font-family:var(--font-family);font-optical-sizing:auto;font-size:var(--font-size);font-style:normal;font-weight:400;line-height:1.5;transition:background-color .4s var(--spring-easing),color .4s var(--spring-easing)}body[data-theme=dark]{color-scheme:dark;--accent-color: #3f6b66;--background-color: #1c1c1f;--text-color: #ededf0;--text-soft: #b8b8bf;--line: color-mix(in srgb, var(--text-color) 34%, transparent);--accent-rgb: 63, 107, 102;--glass-bg: color-mix(in srgb, var(--text-color), transparent 94%);--glass-bg-hover: color-mix(in srgb, var(--text-color), transparent 90%);--glass-border: color-mix(in srgb, var(--text-color), transparent 80%)}.skip-link{position:absolute;left:1rem;top:.75rem;z-index:30;padding:.45rem .75rem;background:var(--text-color);color:var(--background-color);font-size:.85rem;text-decoration:none;border-radius:var(--border-radius);transform:translateY(-160%)}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px}.skip-link:focus{transform:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::selection{background-color:var(--accent-color);color:var(--background-color)}@media (prefers-reduced-motion: no-preference){::view-transition-group(*){animation-duration:.45s;animation-timing-function:var(--spring-easing)}}@keyframes scale-out{to{scale:0}}@keyframes fade-in{to{opacity:1}}
