@charset "UTF-8";.vt-page-bottom-mobile,.vt-page-top-mobile{z-index:1000;position:sticky;width:100%;max-width:100vw}.vt-page-top-mobile{top:0}.vt-page-bottom-mobile{bottom:0}@media (min-width:992px){.vt-page-bottom-mobile,.vt-page-top-mobile{display:none}.mobile-menu{display:none}}.mobile-menu{position:fixed;top:0;right:0;width:86vw;max-width:540px;max-height:100vh;overflow-y:hidden;overflow-x:auto;z-index:100500;transform:translateX(100%);transition:transform .4s ease;background-color:var(--vt-bg,#fff);color:var(--vt-color,#333)}.mobile-menu a:-moz-any-link{color:var(--vt-link-color)}.mobile-menu a:any-link{color:var(--vt-link-color)}.mobile-shadow{display:none;background-color:rgba(0,0,0,.85);position:fixed;top:0;right:0;bottom:0;left:0;z-index:100400}.gamburger{font-size:24px;line-height:14px}.show-mobile-menu .mobile-menu,.show-mobile-menu .mobile-shadow{display:block;transform:translateX(0)}.show-mobile-menu .gamburger{transform:rotate(90deg)}.comment-expander{cursor:pointer;background-color:#fcfcfc;padding:8px 4px 8px 20px;border:1px solid #ccc;border-radius:8px;max-height:6em;line-height:1.2em;overflow:auto;text-overflow:ellipsis;transition:max-height .3s ease,padding .3s ease}.comment-expander.expanded{max-height:none;overflow:visible;outline:1px solid green}body{min-height:100vh;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.task-running{color:#0bc600}.task-new{color:red}.task-plan{color:#7500ff}.task-pause{color:gray}.task-archive{opacity:.8}