:root{--main-text: hsl(0, 0%, 20%);--white-text: hsl(0, 0%, 100%);--secondary-text: hsl(0, 0%, 40%);--tertiary-text: hsl(0, 0%, 60%);--title-accent: #ff531e;--blue: hsl(222, 71%, 56%);--light-gray: hsl(0, 0%, 93%);--light-gray-2: hsl(0, 0%, 87%);--light-gray-3: hsl(0, 0%, 82%);--header-background: hsl(0, 0%, 20%);--main-background: rgb(255, 255, 255);--main-drop-shadow: hsl(0, 0%, 94%)}@supports (color: color(display-p3 1 0 0)){:root{--title-accent: color(display-p3 1 .325 .118);--blue: color(display-p3 .16 .45 .85)}}@font-face{font-family:Apple Garamond;src:url(/fonts/AppleGaramond.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Apple Garamond;src:url(/fonts/AppleGaramond-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Apple Garamond;src:url(/fonts/AppleGaramond-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Optima;src:url(/fonts/Optima-Medium.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Optima;src:url(/fonts/Optima-Regular.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Optima;src:url(/fonts/Optima_Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Optima;src:url(/fonts/Optima-Bold.ttf) format("truetype");font-weight:700;font-style:normal}div,p,span,a,input,label,button,textarea,select,option{font-family:Optima,Figtree,serif,Roboto,Arial,Helvetica;font-weight:300;color:var(--main-text);font-size:.875rem}h1,h2,h3,h4,h5,h6{font-family:Apple Garamond,Figtree,serif,Roboto,Arial,Helvetica;font-weight:600;color:var(--main-text)}@media screen and (max-width: 400px){div,p,span,a,input,label,button,textarea,select,option{font-weight:400}h1,h2,h3,h4,h5,h6{font-weight:600}}h3,h4,h5{margin:0;color:var(--main-text)}a{text-decoration:none;cursor:pointer;color:var(--main-text)}strong{font-weight:600}p{margin:0;line-height:2}ul{list-style-type:none;padding:0;margin:8px 0}ol{display:flex;flex-direction:column;gap:8px}html{overflow:auto;overflow-x:hidden;scrollbar-width:thin;scroll-padding-block-start:48px}body{margin:0;padding:0;position:relative;display:flex;flex-direction:column;background-color:var(--main-background)}button{cursor:pointer;border:none;background-color:transparent}main{display:flex;margin-top:-300px;padding-top:300px;background-color:var(--main-background);flex-direction:column;align-items:center;flex:1}header{overflow:hidden}hr{border:0;border-top:1.5px solid var(--light-gray);width:100%;margin:0}*{scroll-behavior:smooth}::selection{background-color:#ff531e40}.astro-code{padding:16px;position:relative;border-radius:12px}.astro-code *{font-family:JetBrains Mono,monospace;font-size:.875rem;color:var(--main-text)}.astro-code:before{content:"";position:absolute;inset:0;background-color:var(--light-gray)}.astro-code code{position:relative;z-index:1}.header-back-extension{position:fixed;height:500px;z-index:-1;top:0;left:0;right:0}@supports (-moz-appearance: none){.header-back-extension{background-color:var(--main-background)}}@media (max-width: 400px){.header-back-extension{background-color:var(--main-background)}}.site-header{width:100%;display:flex;justify-content:center;margin-top:24px;margin-bottom:16px;position:relative;z-index:2}.site-header.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.site-header-link{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;text-decoration:none;color:var(--main-text);transition:color .2s ease-in-out}.site-header-link:hover{color:var(--title-accent)}.site-header-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;position:relative;transition:all .2s ease-in-out;background-color:#f5f5f5;aspect-ratio:1/1}.site-header-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;mix-blend-mode:multiply;filter:grayscale(100%) contrast(1.15) brightness(1.05);margin:0!important}.site-header-name{font-family:Apple Garamond,Figtree,serif,Roboto,Arial,Helvetica;font-size:1rem;font-weight:500;letter-spacing:.02em;white-space:nowrap;text-decoration:underline}.site-header-link:hover .site-header-name{color:var(--title-accent)}.site-header-link:hover .site-header-avatar:after{content:"";position:absolute;inset:0;background-color:var(--title-accent);mix-blend-mode:color;transition:all .2s ease-in-out;opacity:.45;pointer-events:none}#layout-main{padding:0 24px 24px;width:100%;max-width:100%;box-sizing:border-box;z-index:0;position:relative;min-width:0}.has-bottom-nav #layout-main{padding-bottom:100px}@media screen and (min-width: 768px){#layout-main{min-width:500px;max-width:800px;margin:0 auto}}.is-home #layout-main{min-height:100vh;display:flex;align-items:center}#layout-main--content{display:flex;flex-direction:column;align-items:center;width:100%;min-width:0}.is-home #layout-main--content{justify-content:center}#layout-main .layout-top-nav{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:24px;width:100%}#layout-main--items{min-width:0;width:100%}.layout-bottom-right-nav{position:fixed;bottom:16px;right:16px;z-index:10;background-color:var(--main-background);padding:12px 16px;border-radius:20px;box-shadow:0 4px 24px var(--main-background)}.layout-bottom-right-nav .layout-top-nav{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-end;margin-bottom:0}@media screen and (max-width: 768px){.layout-bottom-right-nav{left:0;right:0;bottom:var(--visual-viewport-bottom-offset, 0);top:auto;padding-bottom:max(24px,env(safe-area-inset-bottom,0px));padding-top:12px;box-shadow:0 -4px 12px 6px var(--main-background);transform:translateZ(0);backface-visibility:hidden}.layout-bottom-right-nav .layout-top-nav{flex-wrap:nowrap;justify-content:center}}.plastic-button{width:75px;height:75px;display:block;border-radius:15px;background:linear-gradient(to bottom,#332f36,#26282e);box-shadow:1.5px 1.5px 1.5px 1.5px #c8c8c899;position:relative;transition:all .2s cubic-bezier(.33,1,.68,1);padding:2px;text-decoration:none;color:inherit;box-sizing:border-box}.plastic-button:hover{box-shadow:2px 2px 2px 2px #c8c8c899;transition:all .2s cubic-bezier(.33,1,.68,1)}.plastic-button:hover .plastic-button--cap-sides{transform:scale(1.02);transition:all .2s cubic-bezier(.33,1,.68,1)}.plastic-button:active{box-shadow:1px 1px 1px 1px #c8c8c899;transition:all .2s cubic-bezier(.33,1,.68,1)}.plastic-button:active .plastic-button--cap-sides{transform:scale(.98) translateY(-.5px)}.plastic-button--cap-sides{width:100%;height:100%;justify-content:center;align-items:center;display:flex;background:conic-gradient(#c8c8d0,#61616b 45deg 60deg,#c8c8d0 70deg 90deg,#c8c8d0 110deg,#61616b 120deg 135deg,#c8c8d0 155deg 200deg,#61616b 225deg,#c8c8d0 285deg,#f5f5f5 290deg,#c8c8d0 300deg,#303036 315deg,#c8c8d0 360deg);box-shadow:inset 0 0 1px 1px #c8c8d0b3;border-radius:14px;transition:all .2s cubic-bezier(.33,1,.68,1);padding:3px;box-sizing:border-box;overflow:hidden;position:relative}.plastic-button--cap-sides:before{content:"";position:absolute;inset:2px;border-radius:16px;background-image:url(/_astro/noise.C1zfZqrs.png);background-size:cover;mix-blend-mode:soft-light;opacity:.2}.plastic-button--cap-sides:after{content:"";inset:2.5px;position:absolute;border-radius:11px;box-shadow:inset .5px -.5px .5px .5px #e3e3e8b3}.plastic-button--cap{font-family:Carrois Gothic SC,sans-serif;color:#00000080;font-weight:300;font-size:12px;background:linear-gradient(to bottom,#d6d6dc,#d6d6dc 60%,#e4e4e7 80%);transition:all .2s cubic-bezier(.33,1,.68,1);width:100%;height:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;border-radius:9px;position:relative;z-index:10;box-shadow:0 0 1px #e9e9ec,1px 0 1px #303036}.plastic-button--cap:after{content:"";position:absolute;inset:0;box-shadow:inset 0 2px 6px #fff;border-radius:10px;opacity:.5;z-index:-1}.plastic-button:before{content:"";position:absolute;inset:-1px;border-radius:16px;background-image:url(/_astro/noise.C1zfZqrs.png);background-size:cover;mix-blend-mode:soft-light;opacity:.8;z-index:-1}.plastic-button:after{content:"";position:absolute;inset:-1px;border-radius:16px;background:radial-gradient(circle at center,#fff,#fff 70%,#d4d2d7 80%);box-shadow:inset 0 0 1px #332f36;z-index:-2}.plastic-button.is-active .plastic-button--cap{color:#000000b3}.plastic-button.is-small{width:60px;height:60px}.plastic-button.is-small .plastic-button--cap{font-size:10px}.plastic-button.is-small .plastic-button--active-indicator{width:61px;height:61px;border-radius:12px}.plastic-button--active-indicator{position:absolute;width:76px;height:76px;border-radius:16px;background-color:#c98936;mix-blend-mode:overlay;pointer-events:none;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12}#upper-left-glare{top:2px;left:2px;position:absolute;width:14px;height:14px;border-radius:50%;border:none;pointer-events:none;background:conic-gradient(from 135deg,#fff0 130deg,#fff,#fff0 230deg);-webkit-mask:radial-gradient(farthest-side,transparent 50%,black 100%);mask:radial-gradient(farthest-side,transparent 50%,black 100%)}#upper-left-glare-2{position:absolute;border-radius:50%;border:none;pointer-events:none;filter:blur(1px);width:16px;height:16px;top:4px;left:4px;background:conic-gradient(from 135deg,#fff0 130deg,#fff,#fff0 230deg);mask:radial-gradient(farthest-side,transparent calc(100% - 1px),black 100%);opacity:.5}#upper-right-glare{top:2px;right:2px;position:absolute;width:14px;height:14px;border-radius:50%;border:none;pointer-events:none;filter:blur(1px);background:conic-gradient(from -45deg,#fff0 60deg,#ffffffe6,#fff0 120deg);-webkit-mask:radial-gradient(farthest-side,transparent 50%,black 100%);mask:radial-gradient(farthest-side,transparent 50%,black 100%)}#upper-right-glare-2{position:absolute;width:16px;height:16px;top:4px;right:4px;filter:blur(1px);border-radius:50%;border:none;pointer-events:none;background:conic-gradient(from -45deg,#fff0 60deg,#ffffffe6,#fff0 120deg);mask:radial-gradient(farthest-side,transparent calc(100% - 1px),black 100%);opacity:.5}#bottom-right-glare{bottom:2.5px;right:2.5px;position:absolute;width:22px;height:22px;border-radius:50%;background:conic-gradient(from -45deg,#fff0 120deg,#fff 180deg,#fff0 220deg);filter:blur(.5px);mask:radial-gradient(farthest-side,transparent 85%,black 100%);pointer-events:none}
