:root{--background: #222222;--f-high: #ffffff;--f-med: #999999;--f-low: #555555;--f-inv: #222222;--b-high: #333333;--b-med: #444444;--b-low: #2a2a2a;--b-inv: #ffffff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--background);color:var(--f-high);font-family:IBM Plex Mono,Fira Mono,monospace;font-size:14px;line-height:1.6}::selection{background:var(--f-high);color:var(--background)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--b-med)}::-webkit-scrollbar-thumb:hover{background:var(--f-low)}html{scrollbar-color:var(--b-med) var(--background);scrollbar-width:thin}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background:none;border:none;outline:none}button{cursor:pointer}a{color:var(--f-med);text-decoration:none}a:hover{color:var(--f-high)}button:hover{opacity:.85}button:active{opacity:1}.koko-sidebar button:hover{color:var(--f-high)!important}button,a,input,textarea{transition:color 80ms ease,opacity 80ms ease,border-color 80ms ease}.msg-group-gap{margin-top:16px}div[style]:hover>div[style*="opacity: 0"]{opacity:1!important}div[style*="display: flex"][style*="gap: 10px"]:hover{background:#ffffff05}button[style*="gap: 6"]:hover{background:#ffffff0d!important}.koko-lightbox{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out}.koko-lightbox img{max-width:90vw;max-height:90vh;object-fit:contain}.koko-unread:after{content:"•";color:var(--f-high);margin-left:4px;font-size:14px}@media (max-width: 900px){.koko-sidebar{position:fixed;left:-180px;top:0;bottom:0;z-index:100;transition:left .1s linear}.koko-sidebar.open{left:0}.koko-hamburger{display:block!important}}@media (min-width: 901px){.koko-hamburger{display:none!important}}
