*{box-sizing:border-box}body{margin:0;padding:0;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#FAFAFA;color:#1A1A1A}h1,h2,h3,h4,h5,h6{font-family:EB Garamond,serif;font-weight:600}input:focus,textarea:focus{outline:none;border-color:#2A2A2A}button{font-family:Lato,sans-serif;transition:border-color .2s ease,opacity .2s ease}button:not(:disabled):hover{border-color:#1A1A1A}button:disabled{opacity:.4;cursor:not-allowed}pre::-webkit-scrollbar{width:6px;height:6px}pre::-webkit-scrollbar-track{background:#2A2A2A;border-radius:3px}pre::-webkit-scrollbar-thumb{background:#6B6B6B;border-radius:3px}pre::-webkit-scrollbar-thumb:hover{background:#8B8B8B}.github-link{position:fixed;top:20px;right:20px;font-family:Lato,sans-serif;font-size:14px;font-weight:400;color:#6B6B6B;text-decoration:none;padding:8px 16px;border:1px solid #e5e5e5;border-radius:4px;background:#FFFFFF;transition:border-color .2s ease,color .2s ease;z-index:1000}.github-link:hover{color:#1A1A1A;border-color:#2A2A2A}.dev-drawer{width:0;min-width:0;background:#1A1A1A;border-right:1px solid #2a2a2a;transition:width .3s ease,min-width .3s ease;overflow:hidden;display:flex;flex-direction:column;height:100vh;position:-webkit-sticky;position:sticky;top:0}.dev-drawer.open{width:400px;min-width:400px}.dev-drawer-content{width:400px;padding:1.5rem;display:flex;flex-direction:column}.dev-drawer-content,.main-content{height:100vh;overflow-y:auto}@media (max-width:768px){.dev-drawer.open{width:300px;min-width:300px}.dev-drawer-content{width:300px}.github-link{top:10px;right:10px;font-size:12px;padding:6px 12px}}