.layout-module__L5FxyW__header{background-color:var(--foreground);flex-direction:row;justify-content:space-between;width:100%;max-width:800px;padding:0 60px;display:flex}.layout-module__L5FxyW__nav ul{justify-content:space-between;align-items:center;gap:70px;height:100%;list-style:none;display:flex}.layout-module__L5FxyW__body{background-color:var(--background);color:var(--text-primary);flex-direction:column;flex:1;justify-content:space-between;align-items:center;width:100%;height:100vh;display:flex}.layout-module__L5FxyW__main{background-color:var(--foreground);flex-direction:column;flex:1;justify-content:start;align-items:flex-start;width:100%;max-width:800px;padding:70px 60px;display:flex}@media (prefers-color-scheme:dark){.layout-module__L5FxyW__logo__image{filter:invert()}}@media (hover:hover) and (pointer:fine){a.layout-module__L5FxyW__logo:hover{background:0 0}}.layout-module__L5FxyW__header a{flex-direction:row;align-items:center;gap:25px;display:flex}.layout-module__L5FxyW__footer{background-color:var(--foreground);justify-content:center;width:100%;max-width:800px;display:flex}@media (max-width:700px){.layout-module__L5FxyW__header{flex-direction:column;justify-content:flex-start;padding:0 25px}.layout-module__L5FxyW__header .layout-module__L5FxyW__nav ul{justify-content:flex-start;gap:25px}.layout-module__L5FxyW__main{padding:50px 25px}}
:root{--success:#155724;--error:#721c24;--background:#fafafa;--foreground:#fff;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb}@font-face{font-family:OperatorMono Light;src:url(/fonts/OperatorMono-Light.otf)format("woff")}@font-face{font-family:OperatorMono LightItalic;src:url(/fonts/OperatorMono-LightItalic.otf)format("woff")}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#000;--text-primary:#ededed;--text-secondary:#999;--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a}}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:OperatorMono Light;display:flex}h1,h2,h3,h4,h5,h6{font-family:OperatorMono LightItalic}*{box-sizing:border-box;margin:0;padding:0}h2{margin-bottom:1.5rem;font-size:1.6rem}a{color:inherit;font-size:1rem;text-decoration:none}@media (hover:hover) and (pointer:fine){a:hover{background:var(--button-secondary-hover)}}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}button{background-color:var(--text-primary);width:100%;color:var(--background);cursor:pointer;border:none;border-radius:6px;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;transition:background-color .2s}button:hover:not(:disabled){background-color:var(--button-primary-hover)}button:disabled{opacity:.6;cursor:not-allowed}table{width:100%}table thead th{border-bottom:2px solid var(--text-primary);text-align:left}
