@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);:root{--shadow-color-dark:rgba(137,0,242,0.1);--shadow-color-darker:rgba(137,0,242,0.2);--shadow-color:rgba(94,96,206,0.3);--shadow-color-light:rgba(94,96,206,0.2);--shadow-color-lighter:rgba(94,96,206,0.1);--mobile-bar-height:70px;--background-color:#fff;--color-primary:#8900f2;--color-primary-dark:#240046;--color-accent:#c4c4c4;--color-accent-dark:#888;--color-accent-light:#f6f6f6;--color-success:#3f6;--color-code-header-bg:#3c4257;--color-code-header-bg-light:#e3e8ee;--color-code-header-title:#a3acb9;--color-code-header-title-light:#697386;--color-code-comment:#c1c9d2;--color-code-body-bg:#4f566b;--color-code-body-bg-light:#f7fafc;--color-code-body-line-number:#697386;--color-code-blue:#a4cdfe;--color-code-light-theme-keyword:#067ab8;--color-code-default-syntax:#f5fbff;--color-code-default-syntax-light:#4f566b;--color-code-token:var(--color-code-body-line-number);--color-code-green:#85d996;--color-code-light-theme-string:#09825d;--color-code-number:#efc078;--color-code-number-dark:#d97917;--color-code-method:#e0aaff;--color-code-annotation:#f9c74f;--color-code-property:#fdffb6}div{box-sizing:border-box;z-index:0}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Roboto,sans-serif;overflow-y:scroll}::-webkit-scrollbar{padding:4px 0;width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.1);border-radius:20px;border:3px solid transparent}.fixed{position:fixed}.visible{opacity:1}.invisible{opacity:0}.anim{-webkit-transition:all .2s cubic-bezier(.6,-.5,.01,.99);transition:all .2s cubic-bezier(.6,-.5,.01,.99)}.centerFlex{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.tab{width:4px}*{-webkit-tap-highlight-color:transparent}.fillParent{padding:0;margin:auto;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.CloudLighting svg polyline,.GithubPullRequest svg path{fill:none}code{font-size:1.1rem;border:1px solid rgba(0,0,0,.05);padding:0 3px;border-radius:2px;background-color:var(--color-code-body-bg-light)}.space{width:24px;display:inline-block}.anchor{white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-inline-flex;display:inline-flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;text-decoration:none;background-color:#4361ee;padding:2px 8px;color:#fff;border-radius:2px;cursor:pointer}.anchor:active{color:#fff}.name{border:2px solid #fff;display:inline-block;color:#fff;padding:0 4px;margin-right:2px;border-radius:5px;background-color:#3a86ff}