:root{color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}:where(html,body,#__next){min-height:100%;width:100%}*,:after,:before{box-sizing:border-box}*{margin:0}:where(input,textarea,select,button){font:inherit;color:inherit;border:0;padding:0;background-color:initial;border-radius:0;appearance:none}:where(svg,img,picture,video,iframe,canvas){display:block}:any-link{text-decoration:none}ul{padding:0}:root{--mobileNavOffset:calc(var(--spaceOuter) * 2 + var(--space2XL));scroll-behavior:smooth}body{font-family:var(--fontStack);font-weight:var(--fontWeightRegular);background-color:rgb(var(--rgbBackground));transition:background var(--durationM) ease;color:var(--colorTextBody);width:100vw;overflow-x:hidden}body:focus{outline:none}:where(code,pre){font-family:var(--monoFontStack)}::selection{background:rgb(var(--rgbAccent));color:rgb(var(--rgbBlack))}:focus{outline:4px solid rgb(var(--rgbText));outline-offset:4px}:focus:not(:focus-visible){outline:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes reveal{0%{transform:scaleX(0);transform-origin:left}50%{transform:scaleX(1);transform-origin:left}51%{transform:scaleX(1);transform-origin:right}to{transform:scaleX(0);transform-origin:right}}.App_app__jnOM3{width:100%;position:relative;display:grid;grid-template:100%/100%}.App_page__G3L86{grid-area:1/1;min-height:100lvh}.App_skip__R3pHq{isolation:isolate;color:rgb(var(--rgbBackground));z-index:var(--zIndex4)}.App_skip__R3pHq:focus{padding:var(--spaceS) var(--spaceM);position:fixed;top:var(--spaceM);left:var(--spaceM);text-decoration:none;font-weight:var(--fontWeightMedium);line-height:1;box-shadow:0 0 0 4px rgb(var(--rgbBackground)),0 0 0 8px rgb(var(--rgbText))}.App_skip__R3pHq:before{content:"";position:absolute;inset:0;background-color:rgb(var(--rgbPrimary));clip-path:polygon(0 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%);z-index:-1}.VisuallyHidden_hidden__Pgq2G{position:absolute}.VisuallyHidden_hidden__Pgq2G[data-hidden=true],.VisuallyHidden_hidden__Pgq2G[data-show-on-focus=true]:not(:focus){border:0;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;overflow:hidden;position:absolute;white-space:nowrap;word-wrap:normal}.MusicPlayer_player__Jdr6t{position:relative;display:flex;align-items:center;width:100%;color:rgb(var(--rgbText)/var(--opacity60));body[data-theme=dark] &{color:var(--colorTextBody)}body[data-theme=light] &{color:rgb(var(--rgbText)/.75)}}@media (max-height:696px),(max-width:696px){.MusicPlayer_player__Jdr6t{width:auto}}.MusicPlayer_toggleButton__bFmFJ{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--spaceS) 0 var(--spaceS) var(--spaceM);background:transparent;border:none;cursor:pointer;color:inherit;border-radius:6px 0 0 6px;transition:color var(--durationS) ease,background var(--durationS) ease}.MusicPlayer_toggleButton__bFmFJ:hover{color:rgb(var(--rgbText));background:rgb(var(--rgbText)/var(--opacity10))}.MusicPlayer_toggleButton__bFmFJ:disabled{opacity:.5;cursor:default}.MusicPlayer_toggleButton__bFmFJ[aria-pressed=true]{color:rgb(var(--rgbAccent))}@media (max-height:696px),(max-width:696px){.MusicPlayer_toggleButton__bFmFJ{padding:12px;border-radius:6px}}.MusicPlayer_infoButton__pqNnE{display:flex;align-items:center;flex:1 1 auto;min-width:0;padding:var(--spaceS) var(--spaceM) var(--spaceS) var(--spaceS);background:transparent;border:none;cursor:pointer;color:inherit;font-family:var(--fontStack);font-size:var(--headerNavFontSize);font-weight:var(--fontWeightMedium);text-align:left;border-radius:0 6px 6px 0;transition:color var(--durationS) ease,background var(--durationS) ease}.MusicPlayer_infoButton__pqNnE:hover,.MusicPlayer_infoButton__pqNnE[aria-expanded=true]{color:rgb(var(--rgbText));background:rgb(var(--rgbText)/var(--opacity10))}@media (max-height:696px),(max-width:696px){.MusicPlayer_infoButton__pqNnE{display:none}}.MusicPlayer_icon__V5cgE{min-width:18px;opacity:.8;flex-shrink:0}.MusicPlayer_info__3ntDW{display:flex;flex-direction:column;overflow:hidden}.MusicPlayer_title__j_MiJ{font-size:12px;font-weight:600}.MusicPlayer_artist__z_kAT,.MusicPlayer_title__j_MiJ{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.MusicPlayer_artist__z_kAT{font-size:10px;opacity:.7}.MusicPlayer_queue__MUEwU{position:absolute;left:calc(100% + var(--spaceS));bottom:0;z-index:var(--zIndex5);display:flex;flex-direction:column;width:320px;max-height:min(420px,calc(100dvh - var(--spaceXL) * 2));padding:var(--spaceXS);gap:2px;box-sizing:border-box;overflow-y:auto;border-radius:12px;background:rgb(var(--rgbBackground)/var(--opacity60));backdrop-filter:blur(20px);border:1px solid rgb(var(--rgbNeutral)/var(--opacity20));box-shadow:0 4px 20px rgb(0 0 0/var(--opacity10)),inset 0 1px 0 rgb(255 255 255/var(--opacity40))}@media (max-height:696px),(max-width:696px){.MusicPlayer_queue__MUEwU{left:50%;bottom:100%;transform:translateX(-50%);margin-bottom:var(--spaceS)}}.MusicPlayer_videoSlot__TRHH_{position:relative;width:100%;aspect-ratio:16/9;flex-shrink:0;border-radius:8px;overflow:hidden;background:#000;margin-bottom:2px}.MusicPlayer_volumeRow__uZtJL{display:flex;align-items:center;gap:var(--spaceS);padding:var(--spaceS);margin-bottom:2px;border-bottom:1px solid rgb(var(--rgbNeutral)/var(--opacity20))}.MusicPlayer_volumeButton__ORhp8{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;background:transparent;border:none;cursor:pointer;color:rgb(var(--rgbText)/var(--opacity60))}.MusicPlayer_volumeButton__ORhp8:hover{color:rgb(var(--rgbText))}.MusicPlayer_volumeSlider__BA1iM{flex:1 1 auto;accent-color:rgb(var(--rgbAccent));cursor:pointer}.MusicPlayer_queueList__ntWYR{display:flex;flex-direction:column;gap:2px}.MusicPlayer_queueItem__rfkB9{display:flex;align-items:center;gap:var(--spaceS);width:100%;padding:var(--spaceXS) var(--spaceS);background:transparent;border:none;border-radius:8px;cursor:pointer;color:rgb(var(--rgbText)/var(--opacity60));text-align:left;transition:color var(--durationS) ease,background var(--durationS) ease}.MusicPlayer_queueItem__rfkB9:hover{color:rgb(var(--rgbText));background:rgb(var(--rgbText)/var(--opacity10))}.MusicPlayer_queueItem__rfkB9:hover .MusicPlayer_queueIcon__LFiCG{opacity:1}.MusicPlayer_queueItem__rfkB9 .MusicPlayer_artist__z_kAT,.MusicPlayer_queueItem__rfkB9 .MusicPlayer_title__j_MiJ{max-width:180px}.MusicPlayer_queueItemActive__b_Lpz{color:rgb(var(--rgbAccent))}.MusicPlayer_queueItemActive__b_Lpz .MusicPlayer_queueIcon__LFiCG{opacity:1}.MusicPlayer_queueIcon__LFiCG{display:flex;align-items:center;justify-content:center;min-width:14px;opacity:0;flex-shrink:0;transition:opacity var(--durationS) ease}.Navbar_navbar__UMdIx{--headerNavFontSize:calc((16 / 16) * 1rem);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:var(--spaceS) var(--spaceS) var(--spaceL) var(--spaceS);gap:var(--spaceS);width:200px;position:fixed;top:calc(var(--spaceOuter) + var(--space2XL));left:calc(var(--spaceOuter) + var(--space2XL));bottom:calc(var(--spaceOuter) + var(--spaceXL));z-index:var(--zIndex4);isolation:isolate;border-radius:16px;box-sizing:border-box;transition:background var(--durationM) ease,box-shadow var(--durationM) ease;background:rgb(var(--rgbBackground)/var(--opacity60));backdrop-filter:blur(20px);border:1px solid rgb(var(--rgbNeutral)/var(--opacity20));box-shadow:0 4px 20px rgb(0 0 0/var(--opacity10)),inset 0 1px 0 rgb(255 255 255/var(--opacity40))}.Navbar_navbar__UMdIx[data-scrolling=true]{backdrop-filter:none;background:rgb(var(--rgbBackground)/.94)}@media (max-width:696px){.Navbar_navbar__UMdIx{--headerNavFontSize:calc((22 / 16) * 1rem)}}@media (max-height:696px),(max-width:696px){.Navbar_navbar__UMdIx{position:absolute;inset:0;height:100svh;width:100%;left:0;top:0;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--spaceS) var(--spaceL);gap:0;border-radius:0;border:none;pointer-events:none}.Navbar_navbar__UMdIx,.Navbar_navbar__UMdIx[data-scrolling=true]{background:transparent;backdrop-filter:none}}.Navbar_nav__vVzDp{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1 1 auto;gap:var(--spaceS);width:100%}@media (max-height:696px),(max-width:696px){.Navbar_nav__vVzDp{flex-direction:row;align-items:center;justify-content:center;position:fixed;bottom:calc(var(--spaceL) + env(safe-area-inset-bottom));left:var(--spaceL);right:var(--spaceL);padding:var(--spaceS) var(--spaceM);gap:var(--spaceS);background:rgb(var(--rgbBackground)/.85);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgb(var(--rgbNeutral)/var(--opacity20));pointer-events:auto;z-index:var(--zIndex4);width:auto;flex:none}}.Navbar_navList___cun9{display:flex;flex-direction:column;position:relative;width:100%;padding:0;gap:var(--spaceS);box-sizing:border-box}@media (max-height:696px),(max-width:696px){.Navbar_navList___cun9{flex-direction:row;gap:var(--spaceS);width:auto}}.Navbar_navLink__WmfVb{padding:var(--spaceS) var(--spaceM);color:rgb(var(--rgbText)/var(--opacity60));font-weight:var(--fontWeightMedium);font-size:var(--headerNavFontSize);text-decoration:none;position:relative;transition:all var(--durationS) ease;line-height:1;display:flex;width:100%;align-items:center;gap:var(--spaceS);border-radius:6px;box-sizing:border-box;color:rgb(var(--rgbText)/.75)}.Navbar_navLink__WmfVb:active,.Navbar_navLink__WmfVb:focus,.Navbar_navLink__WmfVb:hover,.Navbar_navLink__WmfVb[aria-current=page]{color:var(--colorTextBody);background:rgb(var(--rgbText)/var(--opacity10))}@media (max-height:696px),(max-width:696px){.Navbar_navLink__WmfVb{width:auto;padding:12px;background:transparent;gap:0;border-radius:12px}.Navbar_navLink__WmfVb span{display:none}.Navbar_navLink__WmfVb:active,.Navbar_navLink__WmfVb:focus,.Navbar_navLink__WmfVb:hover,.Navbar_navLink__WmfVb[aria-current=page]{background:rgb(var(--rgbText)/var(--opacity10))}.Navbar_navLinkSecondary__6ULr8{display:none}}.Navbar_navLinkIcon__xX3XP{opacity:.8;width:20px;height:20px;min-width:20px}.Navbar_navLinkAvatar__fJUe4{width:20px;height:20px;min-width:20px;border-radius:50%;object-fit:cover}.Navbar_navIcons__bGdzv{display:flex;align-items:center;justify-content:center;position:relative;z-index:var(--zIndex2);gap:var(--spaceS);margin-top:auto;width:100%;flex-direction:column}@media (max-height:696px),(max-width:696px){.Navbar_navIcons__bGdzv{flex-direction:row;position:static;margin-top:0;width:auto;gap:var(--spaceS)}}.Navbar_navIconLink__AzBnz{display:flex;align-items:center;justify-content:flex-start;padding:var(--spaceS) var(--spaceM);width:100%;height:auto;gap:var(--spaceS);color:var(--colorTextLight);transition:color var(--durationM) var(--bezierFastoutSlowin),transform var(--durationM) var(--bezierFastoutSlowin),background var(--durationM) var(--bezierFastoutSlowin);border-radius:8px;position:relative;box-sizing:border-box}.Navbar_navIconLink__AzBnz:active,.Navbar_navIconLink__AzBnz:focus,.Navbar_navIconLink__AzBnz:hover{color:rgb(var(--rgbAccentText));transform:translateY(-2px);background:rgb(var(--rgbAccent)/var(--opacity10))}.Navbar_navIcon__PyhK8{fill:currentColor;transition:fill var(--durationM) ease;opacity:.8;width:20px;height:20px;min-width:20px}.Navbar_navIconLink__AzBnz[data-icon=twitter]{color:#1da1f2}.Navbar_navIconLink__AzBnz[data-icon=github]{color:var(--colorTextBody)}.Navbar_navIconLink__AzBnz[data-icon=hashnode]{color:#2962ff}.Icon_icon__IcUiV{fill:currentColor}