:root,html[data-theme=light]{--background:#fdfdfd;--foreground:#282728;--accent:#006cac;--muted:#e6e6e6;--border:#ece9e9;--content-max:42rem}html[data-theme=dark]{--background:#050505;--foreground:#eaedf3;--accent:#4ade80;--muted:#262626;--border:#166534}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-y:scroll}@media (min-width:768px){html{zoom:1.25}}body{background:var(--background);color:var(--foreground);margin:0;font-family:Atkinson Hyperlegible,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.6;transition:background .25s,color .25s}body ::selection{background:color-mix(in srgb, var(--accent) 75%, transparent);color:var(--background)}a{color:inherit;outline-offset:1px;text-decoration:none}a:hover{color:var(--accent)}button:not(:disabled),[role=button]:not(:disabled){cursor:pointer}img{max-width:100%;height:auto}body{width:100%}.page{width:100%;max-width:var(--content-max);flex-direction:column;min-height:100svh;margin-left:auto;margin-right:auto;display:flex}main,section,.container-inner,.content-wrap{width:100%;padding:0 1.25rem}main{flex:1}footer{width:100%}hr.border{border:0;border-top:1px solid var(--accent);margin:0}header{width:100%}.header-inner{background:var(--background);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 1.25rem .75rem;display:flex}.site-title{white-space:nowrap;font-size:1.6rem;font-weight:600;line-height:1.75rem}.site-title a,.site-title a:hover{color:var(--foreground)}.nav-links{align-items:center;gap:1.25rem;display:flex}.nav-links a{font-weight:500}.nav-links .active-nav{text-underline-offset:4px;-webkit-text-decoration:underline wavy;text-decoration:underline wavy;text-decoration-thickness:2px}.nav-icon{vertical-align:middle;opacity:.9;width:20px;height:20px;display:inline-block}.nav-icon:hover{opacity:1}#theme-toggle,.nav-game-btn{color:inherit;font-family:inherit;font-size:inherit;background:0 0;border:none;align-items:center;padding:0;font-weight:500;display:inline-flex}#theme-toggle{width:20px;height:20px;position:relative}#theme-toggle:hover svg,.nav-game-btn:hover{color:var(--accent)}.nav-utils{align-items:center;gap:1.25rem;display:flex}.nav-check{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.nav-toggle{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:-.5rem 0;padding:0;display:none}.nav-toggle .icon-menu,.nav-toggle .icon-close{display:block}.nav-toggle .icon-close,.nav-check:checked+.nav-toggle .icon-menu{display:none}.nav-check:checked+.nav-toggle .icon-close{display:block}.nav-toggle svg{width:22px;height:22px}@media (max-width:680px){.header-inner{flex-wrap:wrap;position:relative}.nav-toggle{display:flex}.nav-links{background:var(--background);border-top:1px solid var(--border);z-index:100;flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.25rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 20px #00000014}.nav-check:checked~.nav-links{display:flex}.nav-links>a,.nav-links>.nav-game-btn{background:0 0;border:none;padding:.6rem 0;font-size:1.05rem;font-weight:500}.nav-links>a:not(:last-child),.nav-links>.nav-game-btn{border-bottom:none}.nav-links>.nav-utils{border-top:1px solid var(--border);flex-direction:row;justify-content:flex-end;gap:1rem;margin-top:.75rem;padding-top:.75rem}.nav-links .nav-utils a,.nav-links .nav-utils #theme-toggle{opacity:.85;border:none;padding:.4rem;font-size:.95rem}.nav-links .nav-utils #theme-toggle{width:36px;height:36px}.nav-links .nav-utils .nav-icon{width:20px;height:20px}}.hero{flex-direction:row;align-items:flex-start;gap:.875rem;padding:.75rem 0 .5rem;display:flex}.hero-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:7.1rem;height:7.1rem;transition:transform .3s,box-shadow .3s}.hero-avatar:hover{transform:scale(1.05);box-shadow:0 10px 25px #00000026}.hero-right{text-align:left;flex:1}.hero-right h1{margin:.25rem 0 0;font-size:1.5rem;font-weight:700}.hero-right .hi-link{color:inherit;cursor:default;text-decoration:none}.hero-right .hi-link:hover{color:inherit}.hero-right p{opacity:.85;margin:.15rem 0 0}.hero-socials{flex-wrap:wrap;gap:.2rem;margin-top:.5rem;display:flex}.hero-socials a{padding:.35rem;transition:transform .15s;display:inline-flex}.hero-socials a:hover{color:var(--accent);transform:rotate(6deg)}.hero-socials svg{opacity:.9;width:24px;height:24px}@media (max-width:520px){.hero{text-align:center;flex-direction:column;align-items:center;gap:.375rem}.hero-right{text-align:center}.hero-right h1{justify-content:center;margin-top:0}.hero-socials{justify-content:center}.hero-avatar{width:6.3rem;height:6.3rem}}.posts-section{padding:1rem 0 .5rem}.posts-section h2{letter-spacing:.025em;margin:0;font-size:1.35rem;font-weight:600}.posts-list{margin:0;padding:0;list-style:none}.post-card{margin:1rem 0}.post-card-title{margin:0 0 .25rem;font-size:1.2rem;font-weight:500}.post-card-title a{color:var(--accent);text-underline-offset:4px;-webkit-text-decoration:underline dashed;text-decoration:underline dashed;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.post-card-title a:hover{text-decoration-style:solid}.post-card-meta{opacity:.8;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.8125rem;font-style:italic;display:flex}.post-card-meta .meta-icon{width:1.25rem;min-width:1.25rem;height:1.25rem}.post-card-meta .meta-dot:before{content:"•";margin-right:.25rem}.post-card-desc{opacity:.8;margin:0}.all-posts-btn{text-align:center;margin:2rem 0;display:block}.all-posts-btn a{color:var(--foreground);align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.all-posts-btn a:hover{color:var(--accent)}.all-posts-btn svg{width:1rem;height:1rem}.page-title{letter-spacing:.05em;margin:1rem 0 .75rem;font-size:1.35rem;font-weight:600}.posts-by-year{margin:0;padding:0;list-style:none}.year-group{margin-bottom:1.25rem}.year-group h2{opacity:.6;margin:0 0 .5rem;font-size:.95rem;font-weight:600}.post-entry{margin-bottom:.5rem}.post-entry a{color:var(--accent);text-underline-offset:4px;-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.post-entry a:hover{text-decoration-style:solid}.post-entry .date{opacity:.6;margin-right:.5rem;font-size:.9rem;font-style:italic}.article{padding:1rem 0}.article h1{letter-spacing:.025em;margin:0 0 .35rem;font-size:1.4rem;font-weight:700}.article-meta{opacity:.8;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8125rem;font-style:italic;display:flex}.article-meta .meta-icon{width:1.25rem;min-width:1.25rem;height:1.25rem}.copy-post-btn{color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;margin-left:auto;padding:0;font-family:inherit;font-size:.8125rem;font-style:normal;line-height:1;transition:color .15s;display:inline-flex}.copy-post-btn:hover,.copy-post-btn.copied{color:var(--accent)}.copy-post-btn svg{width:.95rem;height:.95rem;display:block}@media (max-width:520px){.copy-post-btn{margin-left:0;font-style:italic}}.article-body{max-width:var(--content-max)}.article-body p{margin:0 0 .875rem}.article-body strong{font-weight:700}.article-body a{color:var(--foreground);text-underline-offset:8px;-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.article-body a:hover{color:var(--accent)}.article-body blockquote{border-left:3px solid color-mix(in srgb, var(--accent) 50%, transparent);opacity:.8;margin:1rem 0;padding-left:.875rem}.article-body h2{margin:1.25rem 0 .5rem;font-size:1.2rem}.article-body h3{margin:1rem 0 .5rem;font-size:1.05rem;font-style:italic}.article-body ul,.article-body ol{margin:0 0 .75rem;padding-left:1.25rem}.article-body li{margin-bottom:.35rem}.article-body li::marker{color:var(--accent)}.article-body img{border:2px solid var(--border);border-radius:.25rem;width:100%;margin:.5rem 0}.article-body code{background:color-mix(in srgb, var(--muted) 75%, transparent);border-radius:.25rem;padding:.2em .4em;font-size:.9em}.article-body pre{background:var(--muted);border:1px solid var(--border);border-radius:.25rem;margin:1.5rem 0;padding:1rem;overflow-x:auto}.article-body pre code{background:0 0;padding:0}@media (max-width:520px){.article-body pre{white-space:pre-wrap;overflow-wrap:anywhere}}.about-section{padding:1rem 0 .75rem}.about-section h1{letter-spacing:.05em;margin:0 0 .75rem;font-size:1.35rem;font-weight:700}.about-layout{flex-direction:row;align-items:flex-start;gap:1.25rem;display:flex}.about-img{border:0;border-radius:.5rem;flex-shrink:0;width:100%;max-width:281px}.about-body{flex:1;min-width:0}.about-body p{margin:0 0 .5rem;font-size:.95rem;line-height:1.5}.about-body a,.about-section>p a{text-underline-offset:8px;-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.about-body a:hover,.about-section>p a:hover{color:var(--accent)}.about-contact{opacity:.8;margin-top:.5rem;font-size:.9rem}.achievements-toggle{color:var(--accent);cursor:pointer;font-weight:500}.achievements-list{margin-top:.75rem;padding-left:1.25rem}.achievements-list li{margin-bottom:.35rem}.achievements-list li::marker{color:var(--accent)}.github-graph{margin:1.5rem 0}.github-graph h2{margin:0 0 .75rem;font-size:1.3rem;font-weight:700}.github-graph .gh-cal-link{border:1px solid var(--border);border-radius:.375rem;width:100%;padding:.6rem;display:block;overflow-x:auto}.github-graph .gh-cal{width:100%;min-width:560px;height:auto;display:block}.github-graph .gh-cal .l0{fill:var(--muted)}.github-graph .gh-cal .l1{fill:#9fd0ee}.github-graph .gh-cal .l2{fill:#4ba3da}.github-graph .gh-cal .l3{fill:#1c7bc0}.github-graph .gh-cal .l4{fill:#006cac}html[data-theme=dark] .github-graph .gh-cal .l0{fill:var(--muted)}html[data-theme=dark] .github-graph .gh-cal .l1{fill:#0e4429}html[data-theme=dark] .github-graph .gh-cal .l2{fill:#15803d}html[data-theme=dark] .github-graph .gh-cal .l3{fill:#2ea043}html[data-theme=dark] .github-graph .gh-cal .l4{fill:#4ade80}@media (max-width:560px){.about-layout{flex-direction:column}.about-img{max-width:100%}}.about-split{gap:2rem;margin-top:1.5rem;display:flex}.split-col{flex:1;min-width:0}.split-col h2{margin-bottom:.75rem!important;font-size:1.15rem!important}@media (max-width:640px){.about-split{flex-direction:column;gap:1.5rem}}.search-section{padding:1rem 0 2rem}.search-section h1{color:var(--accent);margin:0 0 .25rem;font-size:1.6rem;font-weight:700}.search-section .search-sub{opacity:.6;margin:0 0 1.25rem;font-size:.95rem}.search-box{border:2px solid var(--accent);background:var(--background);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:box-shadow .2s;display:flex}.search-box:focus-within{box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 25%, transparent)}.search-box svg{opacity:.5;flex-shrink:0;width:20px;height:20px}.search-box input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1.05rem}.search-box input::placeholder{color:var(--foreground);opacity:.35}.search-results{margin:1.5rem 0 0;padding:0;list-style:none}.search-results li{border-bottom:1px solid var(--border);padding:.875rem 0}.search-results li:first-child{border-top:1px solid var(--border)}.search-results li a{display:block}.search-results li a:hover .sr-title{color:var(--accent)}.sr-title{font-size:1.05rem;font-weight:600}.sr-meta{opacity:.5;margin-top:.1rem;font-size:.8rem}.sr-desc{opacity:.7;margin-top:.15rem;font-size:.9rem}.sr-empty{text-align:center;opacity:.4;padding:2rem 0;font-style:italic}footer{margin-top:auto}.footer-inner{flex-flow:row-reverse wrap;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;display:flex}.footer-socials{flex-wrap:wrap;justify-content:center;gap:.25rem;display:flex}.footer-socials a{padding:.25rem;transition:transform .15s;display:inline-flex}.footer-socials a:hover{color:var(--accent);transform:rotate(6deg)}.footer-socials svg{opacity:.9;width:20px;height:20px}.footer-license{opacity:.7;white-space:nowrap;font-size:.95rem}.footer-license a{color:inherit}.footer-license a:hover{color:var(--accent)}@media (max-width:520px){.footer-inner{flex-direction:column;gap:.5rem}}.game-overlay{z-index:1000;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);-webkit-overflow-scrolling:touch;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0;overflow:auto}.game-overlay.hidden{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.game-close{top:max(.75rem, env(safe-area-inset-top));right:max(.75rem, env(safe-area-inset-right));z-index:1001;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;line-height:1;display:flex;position:absolute}.game-close:hover{background:#fff3}.game-wrap{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:0;padding:0 .5rem;display:flex}.game-screen{color:#fff;white-space:pre;text-align:center;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:touch;max-width:100%;font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.15;overflow:auto}.game-hud{color:#888;text-align:center;max-width:100%;margin-top:.75rem;padding:0 .5rem;font-family:Courier New,Courier,monospace;font-size:13px}.game-hud span{color:#fff}.game-speed-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.game-speed-wrap span{color:#aaa;font-size:14px}.game-speed-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:4px;padding:4px 10px;font-family:inherit;font-size:13px;transition:all .2s}.game-speed-btn:hover{background:#fff3}.game-speed-btn.active{color:#000;background:#fff;border-color:#fff;font-weight:700}.game-mobile-controls{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:400px;margin-top:1rem;display:none}.game-move-slider{appearance:none;background:0 0;width:100%;height:40px;margin:0}.game-move-slider:focus{outline:none}.game-move-slider::-webkit-slider-runnable-track{cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:5px;width:100%;height:10px}.game-move-slider::-webkit-slider-thumb{cursor:pointer;-webkit-appearance:none;background:#fff;border-radius:50%;width:28px;height:28px;margin-top:-10px;box-shadow:0 2px 5px #0000004d}.game-move-slider::-moz-range-track{cursor:pointer;background:#fff3;border-radius:5px;width:100%;height:10px}.game-move-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:28px;height:28px;box-shadow:0 2px 5px #0000004d}.game-mobile-controls .game-ctrl-btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#ffffff26;border:1px solid #fff6;border-radius:.25rem;width:100%;min-height:56px;padding:.5rem 1rem;font-family:Courier New,Courier,monospace;font-size:14px}.game-mobile-controls .game-ctrl-btn:active{background:#ffffff40}.game-mobile-controls .game-ctrl-btn.game-btn-fire{letter-spacing:1px;background:#ff505059;border-color:#ff787899;font-size:1.2rem;font-weight:700}.game-mobile-controls .game-ctrl-btn.game-btn-restart{background:#50ff5059;border-color:#78ff7899;flex-basis:100%;margin-top:.5rem}.hidden-strict{display:none!important}@media (max-width:680px){.game-mobile-controls{display:flex}}@media (max-width:480px){.game-screen{font-size:9px;line-height:1.1}.game-hud{font-size:10px}}@media (max-width:360px){.game-screen{font-size:7px}.game-hud{font-size:9px}}.search-mark{background:color-mix(in srgb, var(--accent) 30%, transparent);color:inherit;border-radius:2px;padding:0 2px}.gh-cal-fallback{opacity:.6;font-size:.9rem;font-style:italic;display:inline-block}
