@font-face {
  font-family: serpentine;
  src: url("/Serpentine.ttf"); }
/* Build settings */
/* Enable hiding stuff. */
*[hidden], .hidden {
  display: none; }

*[hide] *, .hide * {
  display: none; }

/* Build imports */
.window {
  display: flex;
  position: absolute;
  box-sizing: border-box;
  /* Initial position */
  /*
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  */
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(2, 2, 2, 0.2);
  overflow: hidden;
  background: #fff;
  /* initial margin */
  margin: 0;
  z-index: 32000;
  /* Body scrollbar */ }
  .window .header {
    background: #058CC1;
    padding: 4px 8px;
    position: absolute;
    height: 40px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    cursor: move; }
    .window .header .title, .window .header .options {
      padding: 9px 0;
      cursor: default; }
    .window .header .title {
      font-weight: bold;
      float: left; }
    .window .header .menu {
      cursor: pointer;
      display: inline-block;
      float: left;
      margin: 10px 5px 10px 0; }
    .window .header .options {
      float: right; }
      .window .header .options .fa {
        cursor: pointer; }
      .window .header .options .fa:hover {
        color: #fff; }
  .window .header:after {
    display: table;
    content: '';
    clear: both; }
  .window .navigation {
    background: #f9f9f9;
    flex: 1;
    margin: 40px 0 0 0;
    height: 100%;
    max-width: 200px;
    padding: 20px 0 0 5px; }
  .window .navigation[hidden] {
    display: none; }
  .window .body {
    flex: 1;
    margin: 40px 0 0 0;
    position: relative;
    padding: 4px 8px;
    overflow-y: scroll;
    box-sizing: border-box;
    height: -webkit-fill-available; }
  .window .resize {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px 0 0 0;
    background: #058CC1;
    cursor: nw-resize; }
  .window .body::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .window .body::-webkit-scrollbar-track {
    background: #fff; }
  .window .body::-webkit-scrollbar-thumb {
    background: #058CC1; }

.window .body div.module_tabs_container {
  position: relative;
  margin-top: -4px;
  top: auto;
  margin-left: 0; }
.window .body div#c {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0; }
  .window .body div#c h1:first-child {
    display: none; }
.window .body div.mm_actions {
  position: absolute;
  top: 0; }
.window .body .minimize, .window .body .maximize, .window .body .moduleclose {
  display: none; }

div.spiral-menu {
  user-select: none;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* everything is centered in spiral menu container */ }
  div.spiral-menu .control, div.spiral-menu > .options, div.spiral-menu div.spiral-option {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%; }
  div.spiral-menu .realm-core, div.spiral-menu .control .opener {
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    width: 128px;
    height: 128px;
    border-radius: 64px; }
    div.spiral-menu .realm-core img, div.spiral-menu .control .opener img {
      width: 100%;
      height: 100%; }
  div.spiral-menu .realm-core {
    position: fixed;
    background: #0f0f0f; }
  div.spiral-menu .control {
    margin: -160px 0 0 -160px;
    width: 320px;
    height: 320px;
    transition: 0.5s;
    overflow: visible;
    border-radius: 160px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    /* Main options opener. */
    /* Control minified and options */ }
    div.spiral-menu .control .opener {
      position: absolute;
      background: #058CC1;
      left: 50%;
      top: 50%;
      margin: -64px 0 0 -64px; }
    div.spiral-menu .control .minified {
      cursor: alias;
      width: 320px;
      height: 320px; }
      div.spiral-menu .control .minified .spiral-option .title {
        color: rgba(0, 0, 0, 0) !important;
        transition: 0.3s;
        text-align: left; }
      div.spiral-menu .control .minified .spiral-option:hover > .title {
        background: #fff;
        color: #000 !important;
        margin-left: 45px; }
  div.spiral-menu .anchor {
    width: 32px;
    height: 32px;
    z-index: 32000;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #058CC1;
    box-sizing: border-box;
    border-radius: 16px;
    cursor: pointer; }
    div.spiral-menu .anchor img {
      width: 32px;
      height: 32px; }
    div.spiral-menu .anchor .fa {
      height: 12px;
      width: 12px;
      color: #fff;
      font-size: 9px;
      position: absolute;
      top: -3px;
      right: -3px;
      background: #fff;
      color: #000;
      border-radius: 6px; }
  div.spiral-menu > .options {
    z-index: 32002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8; }
    div.spiral-menu > .options div.spiral-option {
      position: absolute;
      margin: 0;
      top: auto;
      left: auto;
      width: 12px;
      height: 12px;
      border-radius: 6px; }
      div.spiral-menu > .options div.spiral-option .title {
        display: none; }
    div.spiral-menu > .options div.menu {
      transition: 0.5s;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 300px;
      border-top: none;
      border-bottom: none;
      padding: 10px;
      background: #292929;
      box-sizing: border-box; }
      div.spiral-menu > .options div.menu.left {
        left: 10px; }
      div.spiral-menu > .options div.menu.right {
        right: 10px; }
      div.spiral-menu > .options div.menu div.search input.search {
        padding: 8px 8px;
        border: none;
        background: #fff;
        color: #000;
        outline: none;
        width: 100%;
        border-radius: 4px; }
      div.spiral-menu > .options div.menu div.list {
        margin: 10px 0;
        padding: 10px;
        height: calc(100% - 60px);
        overflow-y: scroll;
        overflow-x: hidden; }
        div.spiral-menu > .options div.menu div.list::-webkit-scrollbar {
          width: 0px; }
        div.spiral-menu > .options div.menu div.list::-webkit-scrollbar-track {
          background: #fff; }
        div.spiral-menu > .options div.menu div.list::-webkit-scrollbar-thumb {
          background: #000; }
  div.spiral-menu .clock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 32003;
    color: #000;
    font-size: 12px;
    margin-top: -42px;
    text-align: right;
    vertical-align: bottom;
    pointer-events: none;
    max-width: 48px; }
    div.spiral-menu .clock .time {
      font-size: 15px;
      color: #626262; }
    div.spiral-menu .clock .date {
      color: #9e9e9e; }
    div.spiral-menu .clock.white {
      color: #fff; }
      div.spiral-menu .clock.white .time {
        color: #f9f9f9; }
      div.spiral-menu .clock.white .date {
        color: #dedede; }

div.spiral-option {
  background: #000;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 32px;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  overflow: visible; }
  div.spiral-option > .title {
    color: #fff;
    position: absolute;
    font-weight: bold;
    max-width: 180px;
    padding: 4px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 1px; }

div.spiral-placeholder {
  margin-bottom: 5px;
  border-radius: 4px;
  background: #3e3e3e;
  color: #fff; }
  div.spiral-placeholder .container {
    position: relative;
    height: 32px;
    vertical-align: middle; }
    div.spiral-placeholder .container .bullet {
      position: absolute;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background-color: var(--color);
      top: 10px;
      left: 10px; }
    div.spiral-placeholder .container .title {
      display: inline-block;
      margin: 3px 0 0 32px; }
  div.spiral-placeholder:hover {
    cursor: pointer;
    background-color: var(--color);
    color: var(--inverted_color); }
    div.spiral-placeholder:hover .bullet {
      background-color: var(--inverted_color); }

/* Realms container. */
.realms {
  transform-origin: 50% 50%;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("/img/grid.png");
  background-position: 0 0;
  overflow: hidden; }

/* A single workspace */
.realm {
  transform-origin: 50% 50%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: visible; }

> .realm[hidden] {
  display: none; }

/*# sourceMappingURL=build.css.map */
