body {
    min-width: 900px;
    min-height: 520px;
    background: #09050a;
    color: #d8ccd5;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
}

#app { position: relative; width: 100%; height: 100%; background: #09050a; }

#main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 204px;
    overflow: hidden;
    background: #0d080e url('../img/guide/hero-codex.jpg') no-repeat 100% 0;
    background-size: 72% auto;
}

#main:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(13,8,14,.90), rgba(13,8,14,.98) 260px);
    background: linear-gradient(to bottom, rgba(13,8,14,.90), rgba(13,8,14,.98) 260px);
    pointer-events: none;
}

#topbar {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    height: 58px;
    padding: 9px 18px 8px 22px;
    border-bottom: 1px solid #4b1738;
    background: #110a11;
    background: -webkit-linear-gradient(left, rgba(17,10,17,.98), rgba(29,7,22,.94));
    background: linear-gradient(to right, rgba(17,10,17,.98), rgba(29,7,22,.94));
    box-shadow: 0 5px 18px rgba(0,0,0,.55);
}

.topbar-title { float: left; height: 41px; min-width: 285px; }
.topbar-emblem {
    position: relative;
    float: left;
    width: 39px;
    height: 39px;
    margin-right: 11px;
    border: 1px solid #7c2059;
    background: #170b15;
    box-shadow: inset 0 0 12px rgba(230,44,155,.16), 0 0 10px rgba(230,44,155,.10);
}
.topbar-emblem:before, .topbar-emblem:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-color: #ff6fbd;
}
.topbar-emblem:before { left: -1px; top: -1px; border-left: 1px solid; border-top: 1px solid; }
.topbar-emblem:after { right: -1px; bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; }
.topbar-emblem img { display: block; width: 29px; height: 29px; margin: 4px; }
.topbar-heading { float: left; height: 40px; padding-left: 11px; border-left: 1px solid #58203f; }
.topbar-kicker { display: block; color: #b66699; font-size: 8px; font-weight: bold; letter-spacing: 1.7px; margin: 1px 0 4px; }
.topbar-kicker b { color: #ff74bf; font-family: 'Courier New', monospace; }
.topbar-title strong { display: block; color: #fff4fb; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 22px; }

.topbar-tools { float: right; height: 40px; white-space: nowrap; }
.topbar-tools label { display: inline-block; margin-right: 7px; color: #8f7186; font-size: 9px; font-weight: bold; letter-spacing: 1.4px; }
#guide-search {
    width: 178px;
    height: 31px;
    padding: 0 10px;
    outline: none;
    color: #f5ddec;
    background: #090609;
    border: 1px solid #4c1739;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
}
#guide-search:focus { border-color: #d52b90; box-shadow: 0 0 8px rgba(213,43,144,.25); }
#server-clock {
    display: inline-block;
    min-width: 50px;
    height: 31px;
    margin-left: 8px;
    padding: 0 8px;
    color: #ff83c9;
    border-left: 1px solid #4c1739;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: bold;
    line-height: 31px;
    text-align: center;
}

#content-scroll {
    position: absolute;
    z-index: 10;
    top: 58px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#content { padding: 18px 20px 36px; }

#content-scroll:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 59px;
    left: 204px;
    width: 220px;
    height: 220px;
    background: -webkit-radial-gradient(center, ellipse, rgba(206,34,135,.10) 0%, rgba(9,5,9,0) 70%);
    pointer-events: none;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #080508; border-left: 1px solid #24101f; }
::-webkit-scrollbar-thumb { background: #5d1746; border: 2px solid #080508; }
::-webkit-scrollbar-thumb:hover { background: #a72472; }

.loading-rune, .error-panel, .empty-search {
    margin: 80px auto;
    padding: 24px;
    width: 70%;
    color: #c995b6;
    border: 1px solid #4b1738;
    background: rgba(14,7,13,.92);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    text-align: center;
}
.error-panel strong { color: #ff74bd; }
