/* ============================================================
   MU FALLEN — Archivo del Viajero
   CSS conservador para navegadores Chromium/Awesomium antiguos.
   ============================================================ */

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background: #02070d url("../img/background.jpg") center center no-repeat;
  background-size: cover;
  color: #d7e8f3;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input {
  font-family: Arial, Tahoma, sans-serif;
}

button {
  cursor: pointer;
}

button:focus, input:focus {
  outline: 1px solid #5ad7ff;
  outline-offset: -1px;
}

img {
  border: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#guideApp {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 620px;
  background: rgba(2, 7, 13, 0.88);
}

/* Header ---------------------------------------------------- */
#topHeader {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  height: 94px;
  border-bottom: 1px solid #174765;
  background: #06121d;
  background: -webkit-linear-gradient(left, rgba(4, 18, 29, 0.99), rgba(4, 12, 20, 0.96));
  background: linear-gradient(to right, rgba(4, 18, 29, 0.99), rgba(4, 12, 20, 0.96));
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.65);
}

#topHeader:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, transparent, #5ad7ff, transparent);
  background: linear-gradient(to right, transparent, #5ad7ff, transparent);
  content: "";
  opacity: 0.42;
}

.brand-block {
  position: absolute;
  top: 0;
  left: 17px;
  width: 430px;
  height: 93px;
}

.brand-logo {
  position: absolute;
  top: 8px;
  left: 0;
  width: 82px;
  height: 72px;
}

.brand-copy {
  position: absolute;
  top: 15px;
  left: 94px;
}

.brand-kicker {
  color: #5ad7ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-title {
  margin-top: 1px;
  color: #eef8ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.15;
}

.brand-title span {
  color: #33b7ee;
}

.brand-subtitle {
  margin-top: 3px;
  color: #7795a8;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-tools {
  position: absolute;
  top: 18px;
  right: 226px;
  width: 325px;
}

.search-label {
  display: block;
  margin-bottom: 4px;
  color: #6f9bb5;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.search-box {
  position: relative;
  height: 42px;
  border: 1px solid #1a506e;
  background: #030b12;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.65);
}

.search-rune {
  position: absolute;
  top: 7px;
  left: 12px;
  color: #5ad7ff;
  font-family: Georgia, serif;
  font-size: 21px;
}

#guideSearch {
  position: absolute;
  top: 0;
  right: 38px;
  bottom: 0;
  left: 38px;
  width: 245px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #eef8ff;
  font-size: 12px;
}

#guideSearch::-webkit-input-placeholder {
  color: #577083;
}

#clearSearch {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #6f8b9d;
  font-size: 10px;
  font-weight: bold;
}

#clearSearch:hover {
  color: #eef8ff;
}

.header-chapter {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 190px;
  padding-left: 16px;
  border-left: 1px solid #174765;
}

.header-chapter span,
.header-chapter strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-chapter span {
  color: #3cbdea;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.4px;
}

.header-chapter strong {
  margin-top: 5px;
  color: #d8e9f4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

/* Top chapter rail ----------------------------------------- */
#topNav {
  position: absolute;
  z-index: 18;
  top: 94px;
  right: 0;
  left: 0;
  height: 54px;
  overflow: hidden;
  border-bottom: 1px solid #12374e;
  background: rgba(3, 10, 17, 0.97);
  text-align: center;
  white-space: nowrap;
}

#topNav button {
  display: inline-block;
  height: 54px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-right: 1px solid #102e40;
  background: transparent;
  color: #819cac;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 54px;
  text-transform: uppercase;
}

#topNav button span {
  margin-right: 4px;
  color: #286c92;
  font-family: Arial, sans-serif;
  font-size: 9px;
}

.menu-icon,
.chapter-emblem,
.card-emblem,
.chapter-symbol,
.heading-emblem,
.feature-emblem,
.search-results-icon {
  background-image: url("../img/rune-atlas.png");
  background-repeat: no-repeat;
  background-size: 400% 200%;
}

.icon-book { background-position: 0 0; }
.icon-compass { background-position: 33.333% 0; }
.icon-path { background-position: 66.666% 0; }
.icon-helmet { background-position: 100% 0; }
.icon-gem { background-position: 0 100%; }
.icon-castle { background-position: 33.333% 100%; }
.icon-scroll { background-position: 66.666% 100%; }
.icon-shield { background-position: 100% 100%; }

#topNav .menu-icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 7px 0 0;
  border: 1px solid #1e5b78;
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 0 9px rgba(48, 183, 230, 0.12);
}

#topNav button:hover,
#topNav button.active {
  background: #0a2232;
  color: #eef8ff;
  box-shadow: inset 0 -2px 0 #43c6f7;
}

#topNav button.active span {
  color: #5ad7ff;
}

/* Workspace ------------------------------------------------ */
#workspace {
  position: absolute;
  top: 148px;
  right: 0;
  bottom: 0;
  left: 0;
}

#chapterIndex {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 274px;
  overflow-y: auto;
  border-right: 1px solid #174765;
  background: #061019;
  background: rgba(4, 15, 24, 0.97);
  box-shadow: 8px 0 28px rgba(0, 0, 0, 0.45);
}

.index-heading {
  height: 72px;
  padding: 15px 15px 13px;
  border-bottom: 1px solid #133a51;
  background: #081927;
}

.index-sigil {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  border: 1px solid #297aa3;
  border-radius: 50%;
  color: #5ad7ff;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 14px rgba(39, 166, 220, 0.18);
}

.index-heading div {
  display: inline-block;
  vertical-align: middle;
}

.index-heading small,
.index-heading strong {
  display: block;
}

.index-heading small {
  color: #568096;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.index-heading strong {
  margin-top: 2px;
  color: #d9edf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 1px;
}

.search-status {
  padding: 10px 14px 8px;
  color: #58788b;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.chapter-links {
  border-top: 1px solid #0d2b3d;
}

.chapter-link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 57px;
  margin: 0;
  padding: 10px 10px 9px 62px;
  border: 0;
  border-bottom: 1px solid #0d2b3d;
  background: transparent;
  color: #8ca3b2;
  text-align: left;
}

.chapter-link:hover,
.chapter-link.active {
  background: #0a2232;
  background: -webkit-linear-gradient(left, #0a2232, #071722);
  background: linear-gradient(to right, #0a2232, #071722);
  color: #eef8ff;
}

.chapter-link.active:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background: #4ed2ff;
  content: "";
  box-shadow: 0 0 12px #31b5e8;
}

.chapter-emblem {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid #174b68;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(44, 168, 214, 0.08);
}

.chapter-link.active .chapter-emblem {
  border-color: #4cccf9;
  box-shadow: 0 0 13px rgba(65, 194, 241, 0.24);
}

.chapter-link-copy,
.chapter-link-copy strong,
.chapter-link-copy small {
  display: block;
}

.chapter-link-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.chapter-link-copy small {
  margin-top: 2px;
  color: #547185;
  font-size: 9px;
}

.no-results {
  display: none;
  margin: 12px;
  padding: 15px;
  border: 1px dashed #205a79;
  color: #7795a7;
  text-align: center;
}

.no-results strong,
.no-results span {
  display: block;
}

.no-results strong {
  color: #b8d7e8;
  font-family: Georgia, serif;
  font-size: 13px;
}

.no-results span {
  margin-top: 4px;
  font-size: 10px;
}

.server-dossier {
  margin: 16px 13px 10px;
  border: 1px solid #16435c;
  background: #040d14;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.dossier-title {
  padding: 9px 10px;
  border-bottom: 1px solid #16435c;
  color: #5ad7ff;
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

.dossier-row {
  padding: 6px 10px;
  border-bottom: 1px solid #0e2c3e;
  font-size: 10px;
}

.dossier-row span {
  color: #607c8d;
}

.dossier-row strong {
  float: right;
  color: #d2e7f2;
}

.dossier-row .status-online {
  color: #74e5a0;
}

.compatibility-note {
  padding: 4px 16px 20px;
  color: #3e5e70;
  font-size: 9px;
  line-height: 1.4;
  text-align: center;
}

#reader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 274px;
  overflow-y: auto;
  background: rgba(2, 7, 12, 0.72);
  padding: 25px 28px 35px;
}

#chapterIndex::-webkit-scrollbar,
#reader::-webkit-scrollbar {
  width: 7px;
}

#chapterIndex::-webkit-scrollbar-track,
#reader::-webkit-scrollbar-track {
  background: #030a10;
}

#chapterIndex::-webkit-scrollbar-thumb,
#reader::-webkit-scrollbar-thumb {
  background: #176891;
  border: 1px solid #2ca9dd;
}

.guide-chapter {
  display: none;
  max-width: 1120px;
  margin: 0 auto;
}

.guide-chapter.active {
  display: block;
}

/* Search results ------------------------------------------- */
.search-results-view {
  display: none;
  max-width: 1120px;
  margin: 0 auto;
}

.search-results-view.active {
  display: block;
}

.search-results-header {
  position: relative;
  min-height: 126px;
  margin-bottom: 20px;
  padding: 24px 190px 20px 108px;
  border: 1px solid #246584;
  background: #081d2a;
  background: -webkit-linear-gradient(left, #0b2a3c, #06131e);
  background: linear-gradient(to right, #0b2a3c, #06131e);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.search-results-icon {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 72px;
  height: 72px;
  border: 1px solid #3baed9;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(61, 193, 238, 0.17);
}

.search-results-kicker {
  color: #56cff4;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.search-results-header h1 {
  margin: 4px 0 3px;
  color: #eef8ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: normal;
}

.search-results-header p {
  margin: 0;
  color: #819cab;
  font-size: 11px;
}

#closeSearchResults {
  position: absolute;
  top: 42px;
  right: 20px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #2a789a;
  background: #071925;
  color: #75cee9;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1px;
}

#closeSearchResults:hover {
  border-color: #5ad7ff;
  color: #eef8ff;
}

.search-result-group {
  margin-bottom: 20px;
  border-top: 1px solid #194c67;
  border-left: 1px solid #194c67;
}

.search-result-group-title {
  margin: 0;
  padding: 10px 14px;
  border-right: 1px solid #194c67;
  border-bottom: 1px solid #194c67;
  background: #0a293c;
  color: #68d2f2;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: normal;
}

.search-result-group-title span {
  float: right;
  color: #4f778b;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-result-button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 76px;
  padding: 12px 52px 11px 15px;
  border: 0;
  border-right: 1px solid #194c67;
  border-bottom: 1px solid #194c67;
  background: rgba(5, 19, 29, 0.92);
  color: #849dab;
  text-align: left;
}

.search-result-button:hover {
  background: #0a2637;
  box-shadow: inset 3px 0 0 #4dccf5;
}

.result-location,
.result-title,
.result-excerpt {
  display: block;
}

.result-location {
  margin-bottom: 2px;
  color: #3aaed8;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.result-title {
  color: #e2eff5;
  font-family: Georgia, serif;
  font-size: 14px;
}

.result-excerpt {
  margin-top: 4px;
  color: #7892a1;
  font-size: 10px;
  line-height: 1.45;
}

.result-arrow {
  position: absolute;
  top: 25px;
  right: 19px;
  width: 28px;
  height: 28px;
  border: 1px solid #256d8d;
  border-radius: 50%;
  color: #5ad7ff;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

.search-result-button mark {
  padding: 0 2px;
  background: #c79a31;
  color: #071019;
}

.search-results-empty {
  display: none;
  min-height: 160px;
  padding: 30px 20px;
  border: 1px dashed #245d78;
  background: rgba(4, 15, 23, 0.75);
  color: #7692a2;
  text-align: center;
}

.search-results-empty span,
.search-results-empty strong,
.search-results-empty p {
  display: block;
}

.search-results-empty span {
  color: #4fcaf3;
  font-family: Georgia, serif;
  font-size: 28px;
}

.search-results-empty strong {
  margin-top: 5px;
  color: #dcebf3;
  font-family: Georgia, serif;
  font-size: 15px;
}

.search-results-empty p {
  margin: 5px 0 0;
  font-size: 10px;
}

.search-target-flash {
  box-shadow: 0 0 0 2px #5ad7ff, 0 0 28px rgba(67, 197, 241, 0.28) !important;
}

/* Home ------------------------------------------------------ */
.hero-panel {
  position: relative;
  height: 305px;
  overflow: hidden;
  border: 1px solid #246585;
  background: #071522 url("../img/hero-exclusive.jpg") center center no-repeat;
  background-size: cover;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
}

.hero-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(2, 8, 14, 0.34);
  background: -webkit-linear-gradient(left, rgba(2, 8, 14, 0.96) 0%, rgba(3, 11, 18, 0.74) 43%, rgba(3, 11, 18, 0.1) 80%);
  background: linear-gradient(to right, rgba(2, 8, 14, 0.96) 0%, rgba(3, 11, 18, 0.74) 43%, rgba(3, 11, 18, 0.1) 80%);
}

.hero-content {
  position: absolute;
  top: 42px;
  left: 42px;
  width: 560px;
}

.eyebrow {
  color: #71dfff;
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 0 8px 3px 0;
  background: #4fcdf5;
}

.hero-content h1 {
  margin: 12px 0 10px;
  color: #f2f9fd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 1.05;
  text-shadow: 0 6px 18px #000;
}

.hero-content h1 em {
  color: #2da9df;
  font-style: normal;
}

.hero-content p {
  width: 500px;
  margin: 0 0 18px;
  color: #bdd2de;
  font-size: 13px;
  line-height: 1.6;
}

.primary-action {
  height: 39px;
  padding: 0 16px;
  border: 1px solid #5ad7ff;
  background: #168fd0;
  background: -webkit-linear-gradient(top, #2eb1e7, #116c9d);
  background: linear-gradient(to bottom, #2eb1e7, #116c9d);
  color: #effaff;
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-shadow: 0 1px 2px #06405f;
}

.primary-action:hover {
  background: #35bce9;
  box-shadow: 0 0 18px rgba(63, 202, 251, 0.35);
}

.primary-action b {
  margin-left: 10px;
  font-size: 16px;
}

.fact-strip {
  margin: 0 13px 27px;
  border-right: 1px solid #17435c;
  border-bottom: 1px solid #17435c;
  border-left: 1px solid #17435c;
  background: #06131e;
}

.fact {
  float: left;
  width: 25%;
  min-height: 74px;
  padding: 13px 14px;
  border-right: 1px solid #143a50;
  text-align: center;
}

.fact:last-child {
  border-right: 0;
}

.fact span,
.fact strong,
.fact small {
  display: block;
}

.fact span {
  color: #55788c;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.fact strong {
  margin-top: 1px;
  color: #5ad7ff;
  font-family: Georgia, serif;
  font-size: 18px;
}

.fact small {
  color: #7290a1;
  font-size: 9px;
}

.section-heading {
  margin: 0 0 17px;
  text-align: center;
}

.section-heading.compact {
  margin-top: 28px;
  text-align: left;
}

.section-code {
  color: #2ea9da;
  font-family: Georgia, serif;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 2.5px;
}

.section-heading h2 {
  margin: 4px 0 3px;
  color: #eef8ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: normal;
}

.section-heading p {
  margin: 0;
  color: #7793a3;
  font-size: 11px;
}

.guide-card-grid {
  margin: 0 -6px 20px;
}

.guide-card {
  position: relative;
  float: left;
  width: 32.33%;
  min-height: 180px;
  margin: 0 0.5%;
  padding: 21px 18px 17px;
  overflow: hidden;
  border: 1px solid #164761;
  background: #071722;
  background: -webkit-linear-gradient(top, #0b2231, #06131d);
  background: linear-gradient(to bottom, #0b2231, #06131d);
  color: #b9cfdb;
  text-align: left;
}

.guide-card:hover {
  border-color: #4bc9f6;
  background: #0b2636;
  box-shadow: 0 0 20px rgba(42, 175, 225, 0.16);
}

.card-emblem {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(69, 193, 238, 0.22);
  border-radius: 50%;
  opacity: 0.5;
}

.guide-card small,
.guide-card strong,
.guide-card p,
.guide-card b {
  position: relative;
  z-index: 1;
  display: block;
}

.guide-card small {
  color: #3eb6e4;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.guide-card strong {
  margin-top: 8px;
  color: #eff8fd;
  font-family: Georgia, serif;
  font-size: 17px;
}

.guide-card p {
  min-height: 52px;
  margin: 8px 0 8px;
  color: #7793a4;
  font-size: 11px;
  line-height: 1.55;
}

.guide-card b {
  color: #55caef;
  font-size: 8px;
  letter-spacing: 1px;
}

.notice-box {
  position: relative;
  min-height: 74px;
  margin: 20px 0;
  padding: 15px 18px 14px 70px;
  border: 1px solid #205f7f;
  background: #071824;
  box-shadow: inset 0 0 22px rgba(19, 108, 148, 0.08);
}

.notice-icon {
  position: absolute;
  top: 15px;
  left: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid #43bee9;
  border-radius: 50%;
  color: #70dcff;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.notice-box strong {
  display: block;
  color: #dcecf5;
  font-family: Georgia, serif;
  font-size: 13px;
}

.notice-box p {
  margin: 4px 0 0;
  color: #86a2b2;
  font-size: 11px;
}

/* Chapter common ------------------------------------------- */
.chapter-banner {
  position: relative;
  min-height: 140px;
  margin-bottom: 22px;
  padding: 30px 30px 24px 132px;
  overflow: hidden;
  border: 1px solid #205a78;
  background: #071722;
  background: -webkit-linear-gradient(left, #0b2535, #06121c);
  background: linear-gradient(to right, #0b2535, #06121c);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.chapter-banner:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: -webkit-linear-gradient(left, transparent, rgba(51, 183, 238, 0.08));
  background: linear-gradient(to right, transparent, rgba(51, 183, 238, 0.08));
  content: "";
}

.chapter-symbol {
  position: absolute;
  top: 25px;
  left: 27px;
  width: 80px;
  height: 82px;
  border: 1px solid #2b83aa;
  border-radius: 50%;
  box-shadow: inset 0 0 25px rgba(42, 158, 204, 0.09), 0 0 20px rgba(0, 0, 0, 0.3);
}

.chapter-banner div,
.chapter-banner h1,
.chapter-banner p {
  position: relative;
  z-index: 2;
}

.chapter-banner div > span {
  color: #48bce7;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.chapter-banner h1 {
  margin: 5px 0 4px;
  color: #f0f8fc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.1;
}

.chapter-banner p {
  margin: 0;
  color: #829cac;
  font-size: 11px;
}

.chapter-intro {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-left: 3px solid #2eb6e7;
  background: rgba(9, 27, 40, 0.74);
  color: #a8beca;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.65;
}

.step-list {
  border-top: 1px solid #16435b;
}

.step-row {
  position: relative;
  min-height: 88px;
  padding: 17px 18px 15px 108px;
  border-right: 1px solid #16435b;
  border-bottom: 1px solid #16435b;
  border-left: 1px solid #16435b;
  background: rgba(6, 20, 30, 0.82);
}

.step-row:hover {
  background: rgba(10, 34, 49, 0.88);
}

.step-token {
  position: absolute;
  top: 21px;
  left: 17px;
  width: 70px;
  min-height: 30px;
  padding: 6px 5px;
  border: 1px solid #256d90;
  color: #4bc7f2;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 16px;
  text-align: center;
}

.step-row h3 {
  margin: 0 0 4px;
  color: #e6f1f7;
  font-family: Georgia, serif;
  font-size: 15px;
}

.step-row p {
  margin: 0;
  color: #829ba9;
  font-size: 11px;
}

code {
  padding: 2px 5px;
  border: 1px solid #1d526e;
  background: #02090f;
  color: #72ddff;
  font-family: "Courier New", monospace;
}

.two-column {
  margin: 20px -7px 0;
}

.half-panel {
  float: left;
  width: 48.6%;
  margin: 0 0.7%;
}

.info-panel {
  min-height: 178px;
  padding: 19px;
  border: 1px solid #17465f;
  background: rgba(6, 20, 30, 0.88);
}

.info-panel.panel-warning {
  border-color: #6a572a;
  background: rgba(31, 27, 17, 0.78);
}

.panel-label {
  color: #39b7e7;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 2px;
}

.panel-warning .panel-label {
  color: #d9a441;
}

.info-panel h3 {
  margin: 5px 0 8px;
  color: #e5f0f6;
  font-family: Georgia, serif;
  font-size: 17px;
}

.info-panel p,
.info-panel li {
  color: #829aa9;
  font-size: 11px;
}

.info-panel p {
  margin: 0;
}

.check-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  margin: 5px 0;
  padding-left: 17px;
}

.check-list li:before {
  margin-left: -17px;
  margin-right: 7px;
  color: #63d994;
  content: "✓";
}

.mini-rule {
  margin-top: 13px;
  padding: 8px 10px;
  border-left: 2px solid #d9a441;
  background: rgba(0, 0, 0, 0.22);
  color: #c5af75;
  font-size: 10px;
}

/* Leveling -------------------------------------------------- */
.rate-callout {
  margin-bottom: 20px;
  border: 1px solid #1d5877;
  background: rgba(6, 20, 31, 0.9);
}

.rate-callout > div {
  float: left;
  width: 170px;
  padding: 13px 18px;
  border-right: 1px solid #1d5877;
  text-align: center;
}

.rate-callout span,
.rate-callout strong {
  display: block;
}

.rate-callout span {
  color: #55788b;
  font-size: 8px;
  letter-spacing: 2px;
}

.rate-callout strong {
  color: #5ad7ff;
  font-family: Georgia, serif;
  font-size: 20px;
}

.rate-callout p {
  margin: 0 0 0 170px;
  padding: 15px 18px;
  color: #8ba5b3;
  font-size: 11px;
}

.level-route {
  border-top: 1px solid #17465f;
}

.level-stage {
  position: relative;
  min-height: 184px;
  padding: 18px 18px 17px 158px;
  border-right: 1px solid #17465f;
  border-bottom: 1px solid #17465f;
  border-left: 1px solid #17465f;
  background: rgba(5, 17, 26, 0.88);
}

.level-stage:hover {
  background: rgba(8, 29, 42, 0.9);
}

.level-badge {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 116px;
  height: 116px;
  padding-top: 25px;
  border: 1px solid #2a7ca2;
  background: #071a28;
  text-align: center;
  box-shadow: inset 0 0 24px rgba(44, 163, 210, 0.09);
}

.level-badge small,
.level-badge strong {
  display: block;
}

.level-badge small {
  color: #5b879c;
  font-size: 8px;
  letter-spacing: 2px;
}

.level-badge strong {
  color: #5ad7ff;
  font-family: Georgia, serif;
  font-size: 23px;
}

.level-content h3 {
  margin: 0;
  color: #e6f1f6;
  font-family: Georgia, serif;
  font-size: 17px;
}

.level-content > p {
  margin: 2px 0 8px;
  color: #728d9d;
  font-size: 11px;
}

.route-tags span,
.invasion-tags span {
  display: inline-block;
  margin: 0 4px 5px 0;
  padding: 3px 7px;
  border: 1px solid #1c5673;
  background: #06131d;
  color: #62cbea;
  font-size: 9px;
}

.level-content ul {
  margin: 7px 0 0;
  padding-left: 16px;
}

.level-content li {
  margin: 2px 0;
  color: #839ba9;
  font-size: 10px;
}

.tip-grid {
  margin: 20px -5px 0;
}

.tip {
  position: relative;
  float: left;
  width: 32.33%;
  min-height: 130px;
  margin: 0 0.5%;
  padding: 17px 15px 14px;
  border-top: 2px solid #278fb8;
  background: rgba(7, 23, 34, 0.84);
}

.tip span {
  display: block;
  margin-bottom: 4px;
  color: #3bb9e9;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.tip strong {
  color: #daeaf3;
  font-family: Georgia, serif;
  font-size: 13px;
}

.tip p {
  margin: 5px 0 0;
  color: #748e9d;
  font-size: 10px;
}

/* Classes --------------------------------------------------- */
.chapter-banner-portrait {
  min-height: 260px;
  padding: 72px 310px 55px 132px;
}

.chapter-banner-portrait .chapter-symbol {
  top: 88px;
}

.chapter-banner-portrait img {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 32px;
  width: auto;
  height: 240px;
  max-width: none;
}

.class-table {
  border-top: 1px solid #17465f;
  border-left: 1px solid #17465f;
}

.class-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #17465f;
  background: rgba(5, 18, 28, 0.86);
  table-layout: fixed;
}

.class-row:nth-child(odd) {
  background: rgba(9, 27, 39, 0.86);
}

.class-row span {
  display: table-cell;
  width: 33.33%;
  padding: 11px 13px;
  border-right: 1px solid #17465f;
  color: #8fa7b5;
  font-size: 10px;
  vertical-align: middle;
}

.class-row span:first-child {
  color: #d6e8f2;
  font-family: Georgia, serif;
  font-size: 11px;
}

.class-row span b {
  display: inline-block;
  width: 28px;
  margin-right: 7px;
  color: #4ecdf6;
  font-family: Arial, sans-serif;
  font-size: 9px;
}

.class-head span {
  background: #0b2a3d;
  color: #57c8ef !important;
  font-family: Arial, sans-serif !important;
  font-size: 8px !important;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Items ----------------------------------------------------- */
.item-anatomy {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #174c67;
  background: rgba(5, 17, 27, 0.9);
  table-layout: fixed;
}

.item-preview,
.item-points {
  display: table-cell;
  vertical-align: middle;
}

.item-preview {
  position: relative;
  width: 34%;
  padding: 40px 20px;
  overflow: hidden;
  border-right: 1px solid #174c67;
  text-align: center;
}

.item-glow {
  position: absolute;
  top: 20%;
  left: 27%;
  width: 46%;
  height: 60%;
  border-radius: 50%;
  background: rgba(64, 213, 255, 0.14);
  box-shadow: 0 0 45px rgba(75, 211, 255, 0.3);
}

.item-preview strong,
.item-preview span,
.item-preview em {
  position: relative;
  z-index: 1;
  display: block;
}

.item-preview strong {
  color: #65ed91;
  font-family: Georgia, serif;
  font-size: 15px;
}

.item-preview span {
  margin-top: 7px;
  color: #d5e8f2;
  font-size: 10px;
}

.item-preview em {
  margin-top: 13px;
  color: #536f81;
  font-size: 9px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.item-points {
  padding: 12px 18px;
}

.item-points > div {
  padding: 8px 0;
  border-bottom: 1px solid #11364a;
}

.item-points b {
  display: inline-block;
  width: 78px;
  color: #4fcaf2;
  font-family: Georgia, serif;
  font-size: 11px;
  vertical-align: top;
}

.item-points p {
  display: inline-block;
  width: 72%;
  margin: 0;
  color: #7f98a7;
  font-size: 10px;
}

.jewel-grid {
  margin: 0 -5px;
}

.jewel {
  position: relative;
  float: left;
  width: 32.33%;
  min-height: 132px;
  margin: 0 0.5% 8px;
  padding: 15px 13px 13px 50px;
  border: 1px solid #15445d;
  background: rgba(6, 20, 30, 0.86);
}

.jewel-orb {
  position: absolute;
  top: 19px;
  left: 14px;
  width: 23px;
  height: 23px;
  border: 1px solid #d8f6ff;
  border-radius: 50%;
  background: #4fc9ff;
  box-shadow: 0 0 13px #39b8ed;
}

.jewel-orb.violet { background: #9e70f4; box-shadow: 0 0 13px #8150dd; }
.jewel-orb.gold { background: #ebbb45; box-shadow: 0 0 13px #ca8e20; }
.jewel-orb.red { background: #e26262; box-shadow: 0 0 13px #bd3939; }
.jewel-orb.green { background: #64da94; box-shadow: 0 0 13px #37aa67; }
.jewel-orb.white { background: #edfaff; box-shadow: 0 0 13px #a8e9ff; }

.jewel strong {
  display: block;
  color: #e0edf4;
  font-family: Georgia, serif;
  font-size: 12px;
}

.jewel p {
  margin: 5px 0 0;
  color: #738d9d;
  font-size: 10px;
}

.chaos-warning {
  position: relative;
  min-height: 100px;
  margin: 20px 0;
  padding: 17px 20px 16px 100px;
  border: 1px solid #705a2a;
  background: rgba(34, 28, 14, 0.76);
}

.chaos-symbol {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 59px;
  height: 59px;
  border: 1px solid #c89b3b;
  border-radius: 50%;
  color: #e0b85b;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 57px;
  text-align: center;
  box-shadow: inset 0 0 18px rgba(210, 159, 49, 0.12);
}

.chaos-warning span {
  color: #c99e44;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 2px;
}

.chaos-warning h3 {
  margin: 2px 0 3px;
  color: #eee3c7;
  font-family: Georgia, serif;
  font-size: 15px;
}

.chaos-warning p {
  margin: 0;
  color: #aa9c79;
  font-size: 10px;
}

.guide-table {
  width: 100%;
  margin: 18px 0;
  border-top: 1px solid #17465f;
  border-left: 1px solid #17465f;
  border-collapse: collapse;
}

.guide-table th,
.guide-table td {
  padding: 10px 12px;
  border-right: 1px solid #17465f;
  border-bottom: 1px solid #17465f;
  text-align: left;
}

.guide-table th {
  background: #0a293c;
  color: #54c9ef;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.guide-table td {
  background: rgba(5, 18, 28, 0.88);
  color: #829ba9;
  font-size: 10px;
}

.guide-table td:first-child {
  color: #dceaf1;
  font-family: Georgia, serif;
}

/* Events ---------------------------------------------------- */
.event-hero {
  position: relative;
  height: auto;
  min-height: 0;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid #235f7e;
  background: #06131d;
}

.event-hero img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
}

.event-hero:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(2, 8, 13, 0.25);
  background: -webkit-linear-gradient(top, rgba(1, 7, 12, 0.08), rgba(1, 7, 12, 0.94));
  background: linear-gradient(to bottom, rgba(1, 7, 12, 0.08), rgba(1, 7, 12, 0.94));
  content: "";
}

.event-hero-copy {
  position: absolute;
  z-index: 2;
  bottom: 23px;
  left: 28px;
}

.event-hero-copy span {
  color: #5ad7ff;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 2px;
}

.event-hero-copy h1 {
  margin: 3px 0;
  color: #f2f8fb;
  font-family: Georgia, serif;
  font-size: 29px;
  letter-spacing: 1px;
  text-shadow: 0 3px 9px #000;
}

.event-hero-copy p {
  margin: 0;
  color: #b5cbd6;
  font-size: 11px;
}

.event-list {
  border-top: 1px solid #17465f;
}

.event-row {
  position: relative;
  min-height: 105px;
  padding: 15px 18px 13px 92px;
  border-right: 1px solid #17465f;
  border-bottom: 1px solid #17465f;
  border-left: 1px solid #17465f;
  background: rgba(5, 18, 28, 0.88);
}

.event-code {
  position: absolute;
  top: 19px;
  left: 18px;
  width: 53px;
  height: 53px;
  border: 1px solid #2b82a8;
  color: #54cff7;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 51px;
  text-align: center;
}

.event-row h3 {
  margin: 0;
  color: #e5f0f6;
  font-family: Georgia, serif;
  font-size: 15px;
}

.event-row p {
  margin: 3px 0 5px;
  color: #7f98a6;
  font-size: 10px;
}

.event-row small {
  color: #3faed7;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0.7px;
}

.invasion-tags {
  margin-bottom: 20px;
}

.invasion-tags span {
  margin: 0 5px 7px 0;
  padding: 6px 10px;
  color: #b9d9e8;
}

/* Commands -------------------------------------------------- */
.command-note {
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 1px solid #635526;
  background: rgba(31, 27, 15, 0.76);
  color: #b6a97e;
  font-size: 10px;
}

.command-section {
  margin-bottom: 19px;
  border-top: 1px solid #17465f;
  border-left: 1px solid #17465f;
}

.command-section h2 {
  margin: 0;
  padding: 11px 14px;
  border-right: 1px solid #17465f;
  border-bottom: 1px solid #17465f;
  background: #0a283a;
  color: #dcebf3;
  font-family: Georgia, serif;
  font-size: 14px;
}

.command-section h2 span {
  margin-right: 8px;
}

.command-section h2 .heading-emblem {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #286d8b;
  border-radius: 50%;
  vertical-align: middle;
}

.command-row {
  display: table;
  width: 100%;
  border-right: 1px solid #17465f;
  border-bottom: 1px solid #17465f;
  background: rgba(5, 18, 28, 0.86);
  table-layout: fixed;
}

.command-row:nth-child(odd) {
  background: rgba(8, 26, 38, 0.86);
}

.command-row code,
.command-row p {
  display: table-cell;
  padding: 10px 13px;
  vertical-align: middle;
}

.command-row code {
  width: 31%;
  border: 0;
  border-right: 1px solid #17465f;
  background: rgba(0, 0, 0, 0.18);
  color: #6fdcff;
  font-size: 11px;
}

.command-row p {
  margin: 0;
  color: #839aa8;
  font-size: 10px;
}

/* Account and web ------------------------------------------ */
.web-feature-grid {
  margin: 0 -6px 17px;
}

.web-feature {
  position: relative;
  float: left;
  width: 48.8%;
  min-height: 132px;
  margin: 0 0.6% 9px;
  padding: 17px 16px 15px 57px;
  border: 1px solid #17465f;
  background: rgba(5, 19, 29, 0.88);
}

.web-feature > span {
  position: absolute;
  top: 18px;
  left: 14px;
  width: 31px;
  height: 31px;
  border: 1px solid #287ba0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(52, 181, 226, 0.12);
}

.web-feature h3 {
  margin: 0;
  color: #e1edf3;
  font-family: Georgia, serif;
  font-size: 14px;
}

.web-feature p {
  margin: 6px 0 0;
  color: #7d96a5;
  font-size: 10px;
}

.account-flow {
  display: table;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #194c67;
  background: rgba(5, 18, 28, 0.88);
  table-layout: fixed;
}

.account-step,
.account-arrow {
  display: table-cell;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
}

.account-step {
  width: 29%;
}

.account-step span,
.account-step strong,
.account-step small {
  display: block;
}

.account-step span {
  width: auto;
  height: auto;
  margin: 0 auto 5px;
  border: 0;
  color: #5bd5fb;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.account-step strong {
  color: #deebf2;
  font-family: Georgia, serif;
  font-size: 12px;
}

.account-step small {
  margin-top: 2px;
  color: #5f7b8d;
  font-size: 8px;
}

.account-arrow {
  width: 6.5%;
  color: #43bde8;
  font-family: Georgia, serif;
  font-size: 25px;
}

.security-card {
  position: relative;
  min-height: 170px;
  margin-top: 22px;
  padding: 20px 22px 18px 118px;
  border: 1px solid #286b8a;
  background: #071a27;
  background: -webkit-linear-gradient(left, #0b293a, #06141f);
  background: linear-gradient(to right, #0b293a, #06141f);
}

.security-shield {
  position: absolute;
  top: 32px;
  left: 28px;
  width: 66px;
  height: 82px;
  border: 1px solid #4fc8f1;
  border-radius: 50% 50% 58% 58%;
  color: #74ddff;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
  box-shadow: inset 0 0 22px rgba(66, 197, 241, 0.12), 0 0 22px rgba(47, 168, 211, 0.12);
}

.security-card span {
  color: #52c9ee;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 2px;
}

.security-card h2 {
  margin: 3px 0 8px;
  color: #e6f1f6;
  font-family: Georgia, serif;
  font-size: 18px;
}

.security-card ol {
  margin: 0;
  padding-left: 18px;
}

.security-card li {
  margin: 4px 0;
  color: #8aa1ae;
  font-size: 10px;
}

/* Official JSON guides ------------------------------------- */
.json-guide-toolbar {
  position: relative;
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid #205c79;
  background: #071824;
  background: -webkit-linear-gradient(left, #0a2737, #06131d);
  background: linear-gradient(to right, #0a2737, #06131d);
}

.json-guide-toolbar-copy span,
.json-guide-toolbar-copy strong,
.json-guide-toolbar-copy small {
  display: block;
}

.json-guide-toolbar-copy span {
  color: #51c8ef;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.json-guide-toolbar-copy strong {
  margin-top: 3px;
  color: #edf7fc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.json-guide-toolbar-copy small {
  margin-top: 3px;
  color: #7994a4;
  font-size: 9px;
}

.json-guide-categories {
  margin-top: 14px;
}

.json-guide-categories button {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 7px 11px;
  border: 1px solid #245f7b;
  background: #07151f;
  color: #7897a8;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.json-guide-categories button:hover,
.json-guide-categories button.active {
  border-color: #4dc9f3;
  background: #0b293a;
  color: #66d6fa;
}

.json-guide-list {
  border-top: 1px solid #1b536f;
}

.json-guide-loading {
  padding: 28px 18px;
  border-right: 1px solid #17465f;
  border-bottom: 1px solid #17465f;
  border-left: 1px solid #17465f;
  color: #7692a2;
  text-align: center;
}

.json-guide-card {
  position: relative;
  border-right: 1px solid #17465f;
  border-bottom: 1px solid #17465f;
  border-left: 1px solid #17465f;
  background: rgba(5, 18, 28, 0.9);
}

.json-guide-card:hover {
  border-color: #287a9d;
  background: rgba(8, 29, 42, 0.94);
}

.json-guide-toggle {
  position: relative;
  display: table;
  width: 100%;
  min-height: 146px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a8beca;
  table-layout: fixed;
  text-align: left;
}

.json-guide-thumb,
.json-guide-copy {
  display: table-cell;
  vertical-align: middle;
}

.json-guide-thumb {
  width: 190px;
  padding: 12px;
  border-right: 1px solid #16465f;
  background: #040d14;
}

.json-guide-thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #245c76;
}

.json-guide-copy {
  padding: 18px 125px 18px 20px;
}

.json-guide-category,
.json-guide-title,
.json-guide-summary {
  display: block;
}

.json-guide-category {
  color: #4dc7ef;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.json-guide-title {
  margin: 4px 0 7px;
  color: #edf6fa;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.2;
}

.json-guide-summary {
  color: #7f99a8;
  font-size: 10px;
  line-height: 1.55;
}

.json-guide-action {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 88px;
  height: 30px;
  margin-top: -15px;
  border: 1px solid #296e8d;
  color: #52c9ef;
  font-size: 8px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 30px;
  text-align: center;
}

.json-guide-card.expanded .json-guide-action {
  border-color: #54d1f7;
  background: #0b2b3c;
  color: #9ae8ff;
}

.json-guide-body {
  display: none;
  padding: 22px;
  border-top: 1px solid #1b5875;
  background: #040d14;
}

.json-guide-card.expanded .json-guide-body {
  display: block;
}

.json-guide-cover {
  margin-bottom: 21px;
  padding: 10px;
  border: 1px solid #1e5874;
  background: #02070b;
  text-align: center;
}

.json-guide-cover img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.json-guide-rich {
  overflow: hidden;
  color: #a1b5c0;
  font-size: 11px;
  line-height: 1.7;
}

.json-guide-rich h2,
.json-guide-rich h3,
.json-guide-rich h4 {
  margin: 20px 0 8px;
  color: #e9f4f9 !important;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.25;
}

.json-guide-rich h2 { font-size: 21px; }
.json-guide-rich h3 { font-size: 18px; }
.json-guide-rich h4 { font-size: 15px; }

.json-guide-rich p {
  margin: 9px 0;
  color: #a1b5c0 !important;
}

.json-guide-rich ul,
.json-guide-rich ol {
  margin: 8px 0 12px;
  padding-left: 23px;
}

.json-guide-rich li {
  margin: 4px 0;
}

.json-guide-rich b {
  color: #e2edf2;
}

.json-guide-rich iframe {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 10px auto 18px;
  border: 1px solid #245f7b;
}

/* Reader footer -------------------------------------------- */
.reader-navigation {
  max-width: 1120px;
  margin: 28px auto 0;
  padding-top: 17px;
  border-top: 1px solid #16435c;
}

.reader-nav-button {
  width: 48.5%;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid #174c68;
  background: rgba(5, 19, 29, 0.88);
  color: #8da6b4;
  text-align: left;
}

.reader-nav-button.next {
  float: right;
  text-align: right;
}

.reader-nav-button.previous {
  float: left;
}

.reader-nav-button:hover {
  border-color: #45c4f0;
  background: #092334;
}

.reader-nav-button:disabled {
  cursor: default;
  opacity: 0.3;
}

.reader-nav-button span,
.reader-nav-button strong {
  display: block;
}

.reader-nav-button span {
  color: #388eb1;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1px;
}

.reader-nav-button strong {
  margin-top: 3px;
  color: #dbeaf2;
  font-family: Georgia, serif;
  font-size: 12px;
}

.noscript-message {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 14px;
  border: 1px solid #9c732a;
  background: #221b0c;
  color: #f0d18a;
  text-align: center;
}

/* Compact layouts ------------------------------------------ */
@media screen and (max-width: 1050px) {
  .brand-block { width: 380px; }
  .brand-title { font-size: 20px; }
  .header-tools { right: 205px; width: 280px; }
  #guideSearch { width: 200px; }
  .header-chapter { width: 172px; }
  #topNav button { padding: 0 9px; font-size: 10px; }
  #chapterIndex { width: 240px; }
  #reader { left: 240px; padding-right: 21px; padding-left: 21px; }
}

@media screen and (max-width: 840px) {
  .brand-block { width: 330px; }
  .brand-logo { width: 70px; height: 64px; top: 12px; }
  .brand-copy { left: 79px; }
  .brand-title { font-size: 17px; }
  .brand-subtitle { display: none; }
  .header-tools { right: 18px; width: 275px; }
  .header-chapter { display: none; }
  #topNav { overflow-x: auto; text-align: left; }
  #chapterIndex { width: 205px; }
  #reader { left: 205px; padding: 18px 15px 28px; }
  .chapter-link { padding-left: 52px; }
  .chapter-emblem { left: 9px; }
  .search-results-header { padding-right: 155px; }
  #closeSearchResults { right: 16px; width: 128px; }
  .server-dossier { margin-right: 8px; margin-left: 8px; }
  .hero-content { left: 29px; width: 470px; }
  .hero-content h1 { font-size: 32px; }
  .hero-content p { width: 430px; }
  .chapter-banner-portrait { min-height: 230px; padding: 60px 205px 46px 110px; }
  .chapter-banner-portrait .chapter-symbol { top: 75px; left: 19px; }
  .chapter-banner-portrait img { top: 5px; right: 12px; width: auto; height: 218px; }
  .json-guide-thumb { width: 155px; }
  .json-guide-copy { padding-right: 105px; }
  .json-guide-action { right: 12px; width: 78px; }
}

@media screen and (max-width: 680px) {
  #guideApp { min-width: 0; }
  #topHeader { height: 130px; }
  .brand-block { left: 10px; width: 320px; height: 73px; }
  .brand-logo { top: 5px; width: 64px; height: 57px; }
  .brand-copy { top: 12px; left: 70px; }
  .header-tools { top: 76px; right: 12px; left: 12px; width: auto; }
  .search-label { display: none; }
  .search-box { height: 40px; }
  #guideSearch { right: 38px; width: auto; }
  #topNav { top: 130px; height: 50px; }
  #topNav button { height: 50px; line-height: 50px; }
  #workspace { top: 180px; }
  #chapterIndex { display: none; }
  #reader { left: 0; }
  .hero-panel { height: 290px; }
  .hero-content { top: 33px; left: 23px; width: 88%; }
  .hero-content h1 { font-size: 28px; }
  .hero-content p { width: 90%; }
  .fact { width: 50%; border-bottom: 1px solid #143a50; }
  .guide-card { width: 99%; min-height: 145px; margin-bottom: 8px; }
  .guide-card p { min-height: 0; }
  .chapter-banner { padding-left: 100px; }
  .chapter-symbol { left: 15px; width: 66px; height: 68px; }
  .chapter-banner h1 { font-size: 22px; }
  .search-results-header { min-height: 176px; padding: 82px 15px 17px; }
  .search-results-icon { top: 14px; left: 15px; width: 54px; height: 54px; }
  .search-results-header h1 { font-size: 21px; }
  #closeSearchResults { top: 22px; right: 15px; width: 135px; }
  .search-result-group-title span { display: block; float: none; margin-top: 4px; }
  .search-result-button { padding: 13px 38px 13px 14px; }
  .half-panel, .tip, .jewel, .web-feature { width: 99%; margin-bottom: 8px; }
  .rate-callout > div { float: none; width: 100%; border-right: 0; border-bottom: 1px solid #1d5877; }
  .rate-callout p { margin-left: 0; }
  .level-stage { padding-left: 125px; }
  .level-badge { left: 13px; width: 95px; height: 105px; }
  .chapter-banner-portrait { min-height: 390px; padding: 25px 24px 255px 100px; }
  .chapter-banner-portrait .chapter-symbol { top: 25px; left: 15px; }
  .chapter-banner-portrait img { top: auto; right: 50%; bottom: 4px; width: auto; height: 245px; margin-right: -82px; opacity: 0.88; }
  .event-hero-copy { bottom: 15px; left: 17px; }
  .event-hero-copy h1 { font-size: 22px; }
  .json-guide-toggle { display: block; min-height: 0; }
  .json-guide-thumb, .json-guide-copy { display: block; width: auto; }
  .json-guide-thumb { padding: 10px; border-right: 0; border-bottom: 1px solid #16465f; }
  .json-guide-thumb img { width: auto; max-width: 100%; }
  .json-guide-copy { padding: 15px 15px 55px; }
  .json-guide-action { top: auto; right: 15px; bottom: 14px; width: 95px; margin-top: 0; }
  .json-guide-body { padding: 12px; }
  .json-guide-rich iframe { height: 240px; }
  .class-row span { padding: 8px; font-size: 9px; }
  .item-preview, .item-points { display: block; width: 100%; }
  .item-preview { border-right: 0; border-bottom: 1px solid #174c67; }
  .item-points p { width: 68%; }
}
