.hub-explorer-book-button {
  position: absolute;
  z-index: 8;
  right: 18px;
  bottom: 82px;
  display: grid;
  gap: 2px;
  padding: 10px 14px;
  border: 1px solid #b89b59;
  border-radius: 13px;
  background: #15271fed;
  color: #f5e9c8;
  box-shadow: 0 8px 25px #0008;
  cursor: pointer;
}
.hub-explorer-book-button span { font-weight: 900; }
.hub-explorer-book-button b { color: #bcb49d; font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }

.explorer-book-view { min-height: 760px; background: radial-gradient(circle at 80% 5%, #94753c28, transparent 30%), #eee6d2; }
.explorer-book-shell { width: min(980px, 100%); margin: auto; padding: 28px 34px 48px; }
.explorer-book-hero { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; padding: 28px; border: 1px solid #c9b98e; border-radius: 24px; background: linear-gradient(135deg, #fffaf0, #e6d8b7); box-shadow: 0 18px 45px #5b482326; }
.explorer-book-hero h2 { margin: 2px 0 8px; }
.explorer-book-hero p:last-child { max-width: 620px; margin: 0; color: #655d4c; }
.explorer-book-hero > strong { display: grid; place-items: center; min-width: 112px; min-height: 112px; border: 2px solid #b68e36; border-radius: 50%; background: #20382c; color: #ffe7a5; font: 900 1.65rem Georgia, serif; box-shadow: inset 0 0 0 8px #caa74b26, 0 10px 30px #10221840; text-align: center; }
.explorer-xp-card { margin: 16px 0; padding: 16px 20px; border-radius: 17px; background: #22382e; color: #f8f0dd; }
.explorer-xp-card > div:first-child { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 9px; }
.explorer-xp-track { height: 12px; overflow: hidden; border-radius: 99px; background: #0e1e17; }
.explorer-xp-track i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #a37c2b, #f0cc6d); transition: width .3s; }
.explorer-book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.explorer-panel { margin: 16px 0 0; padding: 20px; border: 1px solid #d0c3a3; border-radius: 18px; background: #fffaf0; }
.explorer-panel h3 { margin: 4px 0 8px; font-family: Georgia, serif; }
.explorer-panel p:not(.eyebrow) { margin: 0; color: #6b6455; }
.explorer-healing { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.explorer-healing button, .explorer-travel button { border: 0; border-radius: 12px; padding: 11px 14px; background: #2c6b47; color: white; font-weight: 900; cursor: pointer; }
.explorer-healing button:disabled { opacity: .45; cursor: not-allowed; }
.explorer-travel { display: flex; flex-wrap: wrap; gap: 8px; }
.explorer-travel span { color: #817865; }
.explorer-milestones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.explorer-milestones article { display: grid; grid-template-columns: 45px 1fr; gap: 10px; align-items: center; padding: 12px; border: 1px solid #ddd4bd; border-radius: 13px; opacity: .52; filter: grayscale(.7); }
.explorer-milestones article.unlocked { border-color: #b89545; background: #fff3ce; opacity: 1; filter: none; }
.explorer-milestones b { color: #9a772c; font-size: 1rem; }
.explorer-milestones strong, .explorer-milestones span { display: block; }
.explorer-milestones span { margin-top: 3px; color: #766d5b; font-size: .72rem; }
.explorer-notes { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.explorer-notes li { padding: 12px; border-left: 3px solid #967738; background: #f0e7d2; }
.explorer-notes strong, .explorer-notes span { display: block; }
.explorer-notes span { margin-top: 4px; color: #6c6454; font-size: .82rem; }
body.explorer-level-50 .explorer-book-hero { box-shadow: 0 0 0 2px #e1bb58, 0 18px 55px #d3a63245; }
body.explorer-level-50 .account-avatar,
body.explorer-level-50 .profile-preview { box-shadow: 0 0 0 3px #d7ae45, 0 0 28px #f2cc6a99; }

.enemy-gene-analysis { margin-top: 7px; padding: 6px 8px; border-radius: 9px; background: #172a23c9; color: #bfcac3; font-size: .66rem; font-weight: 850; }
.enemy-gene-analysis[data-mode="category"] { color: #f0d58e; }
.enemy-gene-analysis[data-mode="exact"] { color: #a9ead0; }
.enemy-gene-analysis.anomaly { color: #9eeeff; box-shadow: 0 0 16px #47cffc4f; }

.explorer-secret { display: none; position: absolute; z-index: 25; border: 0; background: transparent; color: #ffe49a; cursor: pointer; filter: drop-shadow(0 0 9px #ffe37aaa); }
body.explorer-level-30 .explorer-secret { display: grid; place-items: center; }
.explorer-secret i { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #efd787; border-radius: 50%; background: #13271fe8; font-style: normal; animation: explorer-secret-pulse 1.8s ease-in-out infinite; }
.explorer-secret span { position: absolute; top: 46px; width: max-content; padding: 5px 8px; border-radius: 8px; background: #101c18e8; font-size: .62rem; font-weight: 900; }
.explorer-secret-forest { left: 1740px; top: 760px; }
.explorer-secret-swamp { left: 1120px; top: 170px; }
@keyframes explorer-secret-pulse { 50% { transform: scale(1.12); box-shadow: 0 0 25px #f5d76d99; } }

.cave-view { min-height: 760px; background: #050908; color: #e8e1cf; }
.cave-shell { position: relative; width: min(1000px, 100%); min-height: 710px; margin: auto; padding: 30px; background: radial-gradient(circle at 50% 42%, #1f4a3b 0, #0b1814 28%, #030706 68%); overflow: hidden; }
.cave-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.cave-heading h2 { margin: 2px 0 5px; color: #f5e8c8; font-family: Georgia, serif; }
.cave-heading p:last-child { margin: 0; color: #9ca9a0; }
.cave-heading button { padding: 10px 13px; border: 1px solid #8c7950; border-radius: 11px; background: #14241e; color: #eee2c8; cursor: pointer; font-weight: 850; }
.cave-depths { width: min(620px, 100%); margin: 85px auto 30px; text-align: center; }
.cave-runes { color: #80cfba; font-size: 2.5rem; letter-spacing: .8rem; text-shadow: 0 0 18px #5fc7ad; }
.cave-depths p { color: #a8b5ad; line-height: 1.65; }
.cave-explore { margin-top: 12px; padding: 14px 24px; border: 1px solid #b8a064; border-radius: 13px; background: linear-gradient(#355f4e, #193a2d); color: #fff0ca; font-size: 1rem; font-weight: 950; cursor: pointer; box-shadow: 0 10px 30px #000a; }
.cave-roster-panel { margin-top: 55px; }
.cave-roster-panel h3 { text-align: center; font-family: Georgia, serif; }
.cave-roster { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.cave-roster article { display: grid; place-items: center; min-height: 100px; padding: 8px; border: 1px solid #40544a; border-radius: 12px; background: #0d1814d9; }
.cave-roster img { width: 70px; height: 70px; object-fit: contain; }
.cave-roster span { font-size: .7rem; font-weight: 850; }
.cave-roster article.unknown { filter: grayscale(1) brightness(.4); }
.cave-team-hud { top: 90px; }
.cave-message { background: #0c1814; color: #c8d2cc; }

@media (max-width: 720px) {
  .hub-explorer-book-button { right: 12px; bottom: 138px; }
  .explorer-book-shell { padding: 20px 16px 35px; }
  .explorer-book-hero { align-items: flex-start; padding: 20px; }
  .explorer-book-hero > strong { min-width: 76px; min-height: 76px; font-size: 1.05rem; }
  .explorer-book-grid { grid-template-columns: 1fr; }
  .explorer-milestones { grid-template-columns: 1fr; }
  .explorer-healing { align-items: flex-start; flex-direction: column; }
  .cave-shell { min-height: calc(100vh - 48px); padding: 20px 16px; }
  .cave-heading { flex-direction: column-reverse; }
  .cave-depths { margin-top: 55px; }
  .cave-roster { grid-template-columns: repeat(3, 1fr); }
}
