@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";body{height:100vh;margin:0;font-family:Akkurat Mono,monospace;overflow:hidden}.page{--bg:#fff;--text:#000;--text-sub:#555;--text-muted:#888;--text-mid:#444;--kbd-bg:#f5f5f5;--kbd-border:#bbb}.page.dark{--bg:#111;--text:#f0f0f0;--text-sub:#999;--text-muted:#666;--text-mid:#bbb;--kbd-bg:#222;--kbd-border:#444}.page{background:var(--bg);align-items:center;min-height:100vh;padding:30px;transition:background .2s;display:flex;position:relative}.top-bar{justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:30px;left:30px;right:30px}.social-links{align-items:center;gap:30px;display:flex}.theme-toggle{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.page.dark .social-links img,.page.dark .theme-toggle img{filter:invert()brightness(1.8)}.hints{flex-direction:column;gap:8px;display:flex;position:fixed;bottom:28px;left:30px}.main-content{align-items:center;gap:10px;margin-top:-3rem;display:flex}.ascii-wrapper{margin-left:60px}.ascii-pre{color:var(--text)}.mobile-hints{display:none}.bottom-right{flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:fixed;bottom:28px;right:30px}.subtitle{font-size:1rem}@media (width<=768px){body{height:auto;overflow:hidden auto}.page{min-height:unset;padding:24px 20px 40px;display:block}.top-bar{margin-bottom:0;position:static}.social-links{flex-direction:column;align-items:center;gap:16px}.social-links a img{width:22px;height:22px}.theme-toggle img{width:20px;height:20px}.hints,.bottom-right{display:none}.main-content{flex-direction:column;align-items:flex-start;gap:32px}.subtitle{font-size:.9rem}.ascii-wrapper{pointer-events:none;order:1;justify-content:center;width:100%;margin-top:-15px;margin-bottom:-15px;margin-left:0;display:flex}.mobile-hints{flex-direction:column;order:2;gap:8px;margin-top:-20px;display:flex}.experiences{order:3}}
