:root{--begonia:#f56e70;--bg-red:var(--begonia);--bg-gray-light:#fafbfc;--text-red:#dc5557;--text-gray:#586069}html{color:#24292e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}body{background-color:#fff;font-size:inherit;min-height:100vh;margin:5px 0 0}body:before{background-color:var(--bg-red);content:"";display:block;position:fixed;top:0;left:0;right:0;height:5px;z-index:10}#root{display:flex;align-items:center;flex-direction:column}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration-color:var(--text-red);transition:color .2s cubic-bezier(0,0,.3,1)}a:hover{color:var(--text-red)}.weekday{margin:10px;min-height:20px}.main{max-width:820px;padding:16px}.header{text-align:center;font-size:1.1rem}.avatar{background:var(--bg-red);border-radius:50%;margin:2rem 0}.avatar-glasses{transition:transform .2s cubic-bezier(0,0,.3,1);will-change:transform}.avatar:hover .avatar-glasses{transform:translate(61px,55px)}.links{display:flex;justify-content:center}.links>a{display:flex;align-items:center;padding:5px}.links svg{fill:currentColor}.section{margin-top:4rem}.section>h1{color:var(--text-gray);font-weight:400;font-size:1rem;position:sticky;top:5px;background:rgba(255,255,255,.9);backdrop-filter:blur(3px);padding-top:8px;padding-bottom:8px;z-index:1}.section>h2{font-size:2.4rem;font-weight:500;margin-top:0;margin-bottom:32px}.repo-list{list-style:none;padding:0;margin:0}.repo-item{border-radius:4px;padding:16px;margin-left:-16px;margin-right:-16px;transition:.3s;will-change:transform}@media (min-width:820px){.repo-item:focus-within,.repo-item:hover{transform:scale(1.025);box-shadow:0 4px 14px rgba(0,0,0,.08);background:var(--bg-gray-light)}}.repo-list svg{vertical-align:text-bottom}.repo-list a{text-decoration:none}.repo-item>a{font-size:1.25rem;font-weight:600;margin-left:8px}.repo-item>a:after{content:"→";font-size:90%;display:inline-block;margin-left:.2rem;transition:.2s}.repo-item>a:hover:after{transform:translateX(4px)}.repo-item>p{margin-top:8px;line-height:1.2}.repo-item>small{color:var(--text-gray);display:flex;max-width:calc(100vw - 32px);justify-content:flex-start;align-items:center}.repo-item>small>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.repo-item>small>:not(:last-child){margin-right:16px}.text-mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace!important}.fade-in{opacity:0;transition:opacity .3s ease-in}@media (min-width:620px){html{font-size:16px}.section{margin-top:8rem}.section>h2{font-size:3rem}}@media (min-width:820px){.section>h1{margin:0 calc(50% - 50vw + 8px);padding-left:calc(50vw - 50% - 8px);padding-right:calc(50vw - 50% - 8px)}}