:root{--primary: #4c93ff;--pane: rgba(255, 255, 255, .1);--pane-darker: rgba(255, 255, 255, .05);--success: #78e380}html,body{width:100%;height:100%;padding:0;margin:0;color:#fff;background-color:#131416;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;scrollbar-color:var(--primary)}#root{display:flex;overflow:hidden;flex-direction:column;height:100%;padding:4px;gap:4px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:999px}
