:root {
  --gold: #e8c77a;
  --gold-bright: #fff0b5;
  --crystal: #8ee9ff;
  --violet: #8065ff;
  --ink: #0b071a;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; overflow: hidden; }
body {
  background:
    linear-gradient(rgba(5,3,18,0.68), rgba(13,7,35,0.8)),
    radial-gradient(circle at 50% 100%, rgba(91,55,188,0.3), transparent 44%),
    url('../images/title-hero.png') center center / cover fixed no-repeat,
    #0b0718;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #fff; user-select: none;
}
canvas { display: block; touch-action: none; transition: filter 0.6s ease, opacity 0.6s ease; }
body.is-before-start canvas { filter: blur(4px) brightness(0.45); opacity: 0.55; }
#game-topbar { display: contents; }
#hud { position: fixed; top: 14px; left: 16px; z-index: 10; text-shadow: 0 2px 12px #080412; }
#hud h1 {
  display: flex; flex-direction: column; width: max-content; color: #f8e9b8;
  font: 700 17px/1 Georgia, 'Times New Roman', serif; letter-spacing: 2.2px;
  text-shadow: 0 1px 0 #795f2f, 0 0 14px rgba(110,157,255,0.55), 0 3px 12px #06020f;
}
#hud h1 small { margin-top: 5px; color: rgba(159,221,255,0.72); font-size: 7px; letter-spacing: 4.3px; text-align: center; }
.score-frame {
  position: relative; width: max-content; min-width: 132px; margin-top: 7px; padding: 6px 14px 5px;
  border: 1px solid rgba(232,199,122,0.44); border-radius: 3px;
  background: linear-gradient(120deg, rgba(18,9,43,0.88), rgba(57,34,91,0.7));
  box-shadow: inset 0 0 18px rgba(104,80,200,0.14), 0 4px 18px rgba(0,0,0,0.25);
  text-align: right;
}
.score-frame::before,
.score-frame::after { content: '◆'; position: absolute; top: 50%; color: var(--gold); font-size: 6px; transform: translateY(-50%); }
.score-frame::before { left: 4px; }
.score-frame::after { right: 4px; }
.score-frame > span { display: block; color: rgba(232,199,122,0.72); font: 8px/1 Georgia, serif; letter-spacing: 2px; }
#score { color: #fff6d7; font: 700 25px/1.15 Georgia, serif; margin-top: 3px; font-variant-numeric: tabular-nums; letter-spacing: 1px; }
#adventure-status {
  display: flex; align-items: center; gap: 8px; width: max-content; margin-top: 8px;
  padding: 6px 10px 6px 7px; border: 1px solid rgba(232,199,122,0.27); border-radius: 8px;
  background: linear-gradient(135deg, rgba(16,9,39,0.78), rgba(42,25,76,0.58));
  backdrop-filter: blur(5px);
}
#player-icon {
  display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%;
  color: var(--crystal); background: rgba(93,190,255,0.14); box-shadow: inset 0 0 12px rgba(126,226,255,0.28);
}
#adventure-status > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
#player-name { font-size: 11px; letter-spacing: 1px; }
#player-title { margin-top: 2px; color: rgba(255,255,255,0.48); font-size: 8px; letter-spacing: 0.6px; }
#mode-banner {
  position: fixed; top: 15px; left: 50%; z-index: 10; transform: translateX(-50%);
  display: flex; align-items: center; gap: 10px; padding: 7px 15px;
  border: 1px solid rgba(232,199,122,0.32); border-radius: 3px;
  background: linear-gradient(90deg, rgba(12,6,31,0.45), rgba(40,23,77,0.82), rgba(12,6,31,0.45));
  color: rgba(232,199,122,0.64); backdrop-filter: blur(5px);
  text-shadow: 0 0 12px rgba(110,160,255,0.55);
}
#mode-banner strong { color: #f7e9ba; font: 10px/1 Georgia, serif; letter-spacing: 2.4px; }
body[data-mode="eternal"] #mode-banner { border-color: rgba(142,233,255,0.5); color: #9eeaff; }
body[data-mode="eternal"] #mode-banner strong { color: #b8f3ff; }
#next-wrap {
  position: fixed; top: 14px; right: 16px; z-index: 10;
  display: flex; align-items: flex-start; gap: 14px; text-align: center;
}
#next-wrap span { font-size: 10px; opacity: 0.72; letter-spacing: 2px; color: var(--gold); }
#next { display: flex; flex-direction: column; gap: 6px; margin-top: 6px; align-items: center; }
#next-next { display: flex; flex-direction: column; gap: 4px; margin-top: 7px; align-items: center; transform: scale(0.82); transform-origin: top center; }
#next-wrap .next-next-slot > span { font-size: 8px; opacity: 0.48; letter-spacing: 1.2px; }
.nb {
  width: 26px; height: 24px; clip-path: polygon(50% 0, 88% 20%, 100% 62%, 70% 100%, 28% 94%, 0 55%, 14% 18%);
  box-shadow: inset -3px -4px 6px rgba(0,0,0,0.25), inset 3px 4px 6px rgba(255,255,255,0.45);
}
.nb-0 { clip-path: polygon(50% 0, 90% 23%, 96% 67%, 67% 100%, 25% 91%, 0 52%, 17% 15%); }
.nb-1 { clip-path: polygon(50% 0, 93% 28%, 84% 82%, 48% 100%, 8% 75%, 5% 26%); }
.nb-2 { clip-path: polygon(50% 0, 88% 25%, 100% 55%, 50% 100%, 0 55%, 13% 24%); }
.nb-3 { clip-path: polygon(50% 0, 100% 36%, 82% 91%, 28% 100%, 0 48%, 18% 13%); }
body[data-mode="eternal"] #adventure-status { border-color: rgba(142,233,255,0.52); box-shadow: 0 0 16px rgba(85,126,255,0.15); }

/* ================= タイトル / 冒険準備 ================= */
#title-screen {
  position: fixed; inset: 0; z-index: 100; overflow-y: auto; overflow-x: hidden;
  isolation: isolate; transition: opacity 0.65s ease, visibility 0.65s ease;
}
#title-screen.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.title-art {
  position: absolute; inset: 0; z-index: -3;
  background: #100a27 url('../images/title-hero.png') center center / cover no-repeat;
  transform: scale(1.025); animation: title-drift 14s ease-in-out infinite alternate;
}
.title-vignette {
  position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, transparent 4%, rgba(5,3,15,0.16) 56%, rgba(3,2,10,0.82) 100%),
    linear-gradient(90deg, rgba(5,2,17,0.78) 0%, rgba(5,2,17,0.18) 46%, rgba(5,2,17,0.62) 100%),
    linear-gradient(0deg, rgba(5,2,15,0.95) 0%, transparent 38%, rgba(4,2,13,0.38) 100%);
}
.title-vignette::after {
  content: ''; position: absolute; inset: 0; opacity: 0.22;
  background-image: radial-gradient(circle, rgba(175,220,255,0.8) 0 1px, transparent 1.5px);
  background-size: 61px 73px; animation: magic-dust 16s linear infinite;
}
.title-content {
  width: min(1220px, calc(100% - 52px)); min-height: 100%; margin: 0 auto; padding: 38px 0;
  display: grid; grid-template-columns: minmax(320px, 1fr) minmax(360px, 440px);
  align-items: center; gap: clamp(28px, 6vw, 90px);
}
.title-heading { text-align: center; filter: drop-shadow(0 5px 18px rgba(2,1,10,0.9)); }
.title-eyebrow {
  color: var(--gold); font: 600 11px/1.4 Georgia, serif; letter-spacing: 5px; text-transform: uppercase;
}
.title-crystal {
  width: 44px; margin: 14px auto 3px; color: var(--crystal); font-size: 35px;
  text-shadow: 0 0 9px #fff, 0 0 25px #40bfff, 0 0 48px #754cff;
  animation: crystal-pulse 2.4s ease-in-out infinite;
}
.title-heading h1 {
  position: relative; color: #f7f1df; font: 700 clamp(43px, 6.4vw, 86px)/0.83 Georgia, 'Times New Roman', serif;
  letter-spacing: -2px; text-transform: uppercase;
  text-shadow: 0 2px 0 #8a6f3d, 0 5px 18px #05020d, 0 0 35px rgba(106,139,255,0.44);
}
.title-heading h1 span {
  display: block; margin-bottom: 11px; color: var(--gold-bright); font-size: 0.43em; letter-spacing: 13px;
}
.title-subtitle {
  display: inline-block; margin-top: 23px; padding: 7px 20px;
  border-top: 1px solid rgba(232,199,122,0.55); border-bottom: 1px solid rgba(232,199,122,0.55);
  color: rgba(255,255,255,0.82); font-family: serif; font-size: 13px; letter-spacing: 3px;
}
.adventure-setup {
  position: relative; padding: 22px; border: 1px solid rgba(232,199,122,0.33); border-radius: 6px;
  background: linear-gradient(145deg, rgba(9,5,25,0.91), rgba(25,15,55,0.84));
  box-shadow: 0 26px 70px rgba(0,0,0,0.48), inset 0 0 40px rgba(93,75,180,0.1);
  backdrop-filter: blur(10px);
}
.adventure-setup::before,
.adventure-setup::after {
  content: '◆'; position: absolute; color: var(--gold); font-size: 9px; text-shadow: 0 0 8px rgba(255,222,143,0.8);
}
.adventure-setup::before { top: -6px; left: -5px; }
.adventure-setup::after { right: -5px; bottom: -6px; }
.setup-block + .setup-block { margin-top: 19px; }
.setup-label {
  margin-bottom: 9px; color: rgba(255,255,255,0.73); font-family: serif; font-size: 12px; letter-spacing: 1.6px;
}
.setup-label span { margin-right: 7px; color: var(--gold); font-size: 9px; }
.character-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.character-card,
.mode-card {
  font-family: inherit; color: #fff; cursor: pointer; outline: none;
  border: 1px solid rgba(255,255,255,0.13); background: rgba(255,255,255,0.045);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.character-card { min-height: 112px; padding: 11px 5px 9px; border-radius: 5px; text-align: center; }
.character-card:hover,
.mode-card:hover { transform: translateY(-2px); border-color: rgba(183,210,255,0.48); background: rgba(119,96,220,0.14); }
.character-card.selected,
.mode-card.selected {
  border-color: var(--gold); background: linear-gradient(160deg, rgba(112,84,221,0.24), rgba(30,21,61,0.72));
  box-shadow: 0 0 0 1px rgba(232,199,122,0.17), inset 0 0 20px rgba(105,148,255,0.12);
}
.character-emblem {
  display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 8px; border-radius: 50%;
  font: 25px/1 Georgia, serif; border: 1px solid currentColor; box-shadow: inset 0 0 18px currentColor, 0 0 14px rgba(100,150,255,0.2);
}
.character-emblem.serena { color: #83dfff; background: rgba(39,132,200,0.2); }
.character-emblem.gareth { color: #ffd782; background: rgba(190,124,39,0.2); }
.character-emblem.fiona { color: #8eebac; background: rgba(48,154,90,0.2); }
.character-copy { display: flex; flex-direction: column; gap: 3px; }
.character-copy strong { font-family: serif; font-size: 13px; letter-spacing: 1px; }
.character-copy small { color: rgba(255,255,255,0.52); font-size: 9px; white-space: nowrap; }
.mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mode-card { display: flex; flex-direction: column; gap: 4px; min-height: 62px; padding: 10px 12px; border-radius: 5px; text-align: left; }
.mode-card strong { color: #f7edce; font-family: serif; font-size: 12px; letter-spacing: 0.6px; }
.mode-card small { color: rgba(255,255,255,0.5); font-size: 9px; line-height: 1.45; }
#start-button {
  position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column;
  width: 100%; min-height: 58px; margin-top: 21px; overflow: hidden; cursor: pointer;
  border: 1px solid #e5c36f; border-radius: 4px; color: #fff6d8;
  background: linear-gradient(100deg, #463181, #7556bf 48%, #3a2b72);
  box-shadow: 0 8px 28px rgba(64,42,143,0.38), inset 0 1px 0 rgba(255,255,255,0.23);
  transition: filter 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
#start-button::before {
  content: ''; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transition: transform 0.6s ease;
}
#start-button:not(:disabled):hover { filter: brightness(1.18); transform: translateY(-2px); }
#start-button:not(:disabled):hover::before { transform: translateX(120%); }
#start-button:disabled { cursor: not-allowed; opacity: 0.42; filter: grayscale(0.4); }
#start-button span { z-index: 1; font: 700 15px/1.2 serif; letter-spacing: 4px; }
#start-button small { z-index: 1; margin-top: 3px; color: rgba(255,255,255,0.52); font-size: 8px; letter-spacing: 2.5px; }
#start-guide { min-height: 13px; margin-top: 8px; color: rgba(255,255,255,0.46); font-size: 9px; text-align: center; letter-spacing: 0.8px; }

@keyframes title-drift { from { transform: scale(1.025) translate3d(-0.4%, 0, 0); } to { transform: scale(1.055) translate3d(0.4%, -0.4%, 0); } }
@keyframes crystal-pulse { 50% { transform: scale(1.12); filter: brightness(1.28); } }
@keyframes magic-dust { to { background-position: 61px -73px; } }
#chain {
  position: fixed; top: 30%; left: 50%; transform: translate(-50%,-50%) scale(0.5);
  font-size: 44px; font-weight: 800; z-index: 10; opacity: 0; pointer-events: none;
    color: #fff1b8; font-family: Georgia, serif; letter-spacing: 3px;
    text-shadow: 0 2px 0 #745326, 0 0 24px rgba(255,180,255,0.9), 0 0 48px rgba(110,120,255,0.65);
}
#chain.show { animation: pop-in 0.9s ease-out; }
@keyframes pop-in {
  0% { opacity: 0; transform: translate(-50%,-50%) scale(0.4); }
  15% { opacity: 1; transform: translate(-50%,-50%) scale(1.15); }
  30% { transform: translate(-50%,-50%) scale(1); }
  75% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%,-50%) scale(1.05); }
}
#over {
  position: fixed; inset: 0; z-index: 20; display: none;
  align-items: center; justify-content: center; flex-direction: column; gap: 14px;
  background: rgba(10,8,24,0.75); backdrop-filter: blur(6px);
}
#over::before {
  content: ''; position: absolute; width: min(520px, calc(100vw - 32px)); height: 300px; z-index: -1;
  border: 1px solid rgba(232,199,122,0.28); border-radius: 8px;
  background: radial-gradient(circle, rgba(82,51,143,0.36), rgba(8,4,22,0.8) 72%);
  box-shadow: 0 24px 80px rgba(0,0,0,0.65);
}
#over .over-kicker { color: var(--gold); font: 9px/1 Georgia, serif; letter-spacing: 3px; }
#over h2 { font-size: 34px; letter-spacing: 6px; }
#over p { opacity: 0.8; }
#finalScore { color: #fff2c6; font: 17px/1.5 Georgia, serif; letter-spacing: 1px; }
.over-actions { display: flex; gap: 10px; }
#over button {
  font-family: inherit; font-size: 15px; letter-spacing: 2px; padding: 10px 28px;
  border-radius: 24px; border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.1); color: #fff; cursor: pointer;
}
#over button:hover { background: rgba(255,255,255,0.25); }
#menu-button { border-color: rgba(232,199,122,0.55) !important; color: #f4d990 !important; }
.pad { position: fixed; bottom: 12px; z-index: 10; }
#padL { left: 14px; display: grid; grid-template-columns: repeat(3, 46px); grid-template-rows: repeat(2, 46px); gap: 5px; }
#padR { right: 14px; display: flex; gap: 8px; align-items: flex-end; }
.pad button {
  width: 46px; height: 46px; border-radius: 50%; font-size: 17px;
  border: 1px solid rgba(255,255,255,0.3); background: rgba(255,255,255,0.08);
  color: #fff; cursor: pointer; backdrop-filter: blur(4px);
}
.pad button:active { background: rgba(255,255,255,0.3); }
.pad button.is-pressed { background: rgba(255,255,255,0.3); box-shadow: 0 0 16px rgba(150,210,255,0.55); }
.drop-symbol {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  flex-direction: column; width: 24px; height: 28px; color: #fff;
  filter: drop-shadow(0 0 5px rgba(150,210,255,0.45));
}
.drop-symbol i { display: block; height: 10px; font: normal 13px/10px sans-serif; }
.drop-symbol.soft i + i { margin-top: 1px; opacity: 0.7; font-size: 10px; }
.drop-symbol.hard i { margin-top: 2px; font-size: 14px; }
.drop-symbol.hard b {
  display: block; width: 20px; height: 2px; margin-top: 5px; border-radius: 2px;
  background: currentColor; box-shadow: 0 -3px 7px rgba(150,210,255,0.7);
}
#tU { grid-column: 2; grid-row: 1; }
#tL { grid-column: 1; grid-row: 2; }
#tD { grid-column: 2; grid-row: 2; }
#tRt { grid-column: 3; grid-row: 2; }
#help {
  position: fixed; top: 150px; bottom: auto; left: 16px; transform: none;
  z-index: 10; width: 250px; max-width: calc(100vw - 32px);
  padding: 7px 11px; border: 1px solid rgba(255,255,255,0.16); border-radius: 10px;
  background: rgba(14,10,34,0.68); backdrop-filter: blur(5px);
  color: rgba(255,255,255,0.88); font-size: 11px; line-height: 1.75;
    letter-spacing: 0.35px; text-align: left; pointer-events: none;
}
#help strong { margin-right: 8px; color: #ffd9ff; letter-spacing: 1px; }
#help kbd {
  display: inline-block; min-width: 20px; padding: 0 5px; margin: 0 2px;
  border: 1px solid rgba(255,255,255,0.28); border-bottom-width: 2px; border-radius: 4px;
  background: rgba(255,255,255,0.1); color: #fff; font: inherit; line-height: 1.45;
}
#help .sep { margin: 0 5px; opacity: 0.35; }
#help .mouse-help { opacity: 0.58; font-size: 10px; }

#bgm-toggle {
  position: fixed; top: 15px; right: 16px; z-index: 120;
  padding: 7px 11px; border: 1px solid rgba(232,199,122,0.45); border-radius: 16px;
  background: rgba(8,4,24,0.72); color: #f4dfa2; backdrop-filter: blur(6px);
  font: 9px/1.2 Georgia, serif; letter-spacing: 1px; cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
#bgm-toggle:hover { background: rgba(85,57,139,0.82); }
#bgm-toggle[aria-pressed="false"] { opacity: 0.55; color: rgba(255,255,255,0.65); }
body:not(.is-before-start) #bgm-toggle { z-index: 11; top: 147px; }
@media (max-width: 420px) {
  .title-content { width: calc(100% - 24px); padding: 24px 0; }
  .title-heading h1 { font-size: 46px; }
  .title-heading h1 span { letter-spacing: 8px; }
  .title-subtitle { margin-top: 15px; padding-inline: 10px; font-size: 10px; letter-spacing: 1.5px; }
  .adventure-setup { padding: 15px 12px; }
  .character-card { min-height: 100px; padding-inline: 2px; }
  .character-emblem { width: 42px; height: 42px; font-size: 21px; }
  .character-copy small { font-size: 8px; letter-spacing: -0.3px; }
  .mode-card { padding-inline: 9px; }
  #padL { left: 8px; grid-template-columns: repeat(3, 42px); grid-template-rows: repeat(2, 42px); gap: 4px; }
  #padR { right: 8px; gap: 5px; }
  .pad button { width: 42px; height: 42px; font-size: 15px; }
}
@media (max-width: 350px) {
  #padL { grid-template-columns: repeat(3, 38px); grid-template-rows: repeat(2, 38px); }
  #padR { gap: 4px; }
  .pad button { width: 38px; height: 38px; font-size: 14px; }
}

@media (max-width: 900px) {
  .title-content {
    grid-template-columns: 1fr; align-content: center; gap: 26px;
    width: min(520px, calc(100% - 32px)); padding-block: 28px;
  }
  .title-art { background-position: 50% center; }
  .title-heading h1 { font-size: clamp(44px, 12vw, 66px); }
  .title-eyebrow { font-size: 9px; letter-spacing: 3px; }
  .title-crystal { margin-top: 7px; }
}

@media (max-width: 800px) {
  #help { display: none; }
  #game-topbar {
    position: fixed; top: 10px; left: 10px; right: 10px; z-index: 10;
    display: grid;
    grid-template-columns: 34px minmax(64px, 0.8fr) minmax(92px, 1.2fr) 58px;
    grid-template-rows: 18px 44px 36px;
    gap: 6px;
    align-items: stretch;
    pointer-events: none;
  }
  #game-topbar > * { pointer-events: auto; }
  #hud { display: contents; }
  #hud h1 {
    grid-column: 1 / 4; grid-row: 1; align-self: center;
    font-size: 12px; letter-spacing: 1.4px;
  }
  #hud h1 small { display: none; }
  .score-frame {
    grid-column: 1 / 3; grid-row: 2;
    width: auto; min-width: 0; margin: 0; padding: 4px 10px 3px;
  }
  .score-frame > span { font-size: 6px; letter-spacing: 1.3px; }
  #score { margin-top: 2px; font-size: 18px; }
  #adventure-status {
    position: static; grid-column: 3; grid-row: 2;
    width: auto; min-width: 0; margin: 0; padding: 4px 8px 4px 5px; gap: 6px;
    border-radius: 6px;
  }
  #player-icon { width: 24px; height: 24px; font-size: 12px; }
  #player-name { font-size: 9px; }
  #player-title { font-size: 7px; max-width: 105px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  #mode-banner {
    position: static; grid-column: 2 / 4; grid-row: 3;
    transform: none; justify-content: center; padding: 5px 9px; gap: 7px;
  }
  #mode-banner strong { font-size: 8px; letter-spacing: 1.4px; }
  #next-wrap {
    position: static; grid-column: 4; grid-row: 1 / 4;
    flex-direction: column; align-items: center; gap: 4px;
  }
  #next-wrap .next-slot { display: flex; flex-direction: column; align-items: center; }
  #next-wrap .next-next-slot > span { display: block; margin-top: 0; }
  #next-wrap span { font-size: 7px; letter-spacing: 1px; white-space: nowrap; }
  #next, #next-next { gap: 3px; margin-top: 4px; transform: none; }
  #next .nb, #next-next .nb { width: 20px; height: 18px; }
  body:not(.is-before-start) #bgm-toggle {
    position: static; grid-column: 1; grid-row: 3;
    width: 34px; height: 34px; padding: 0;
    border-radius: 50%; font-size: 0;
  }
  body:not(.is-before-start) #bgm-toggle::before { content: '♫'; font-size: 14px; }
}

@media (max-height: 720px) and (min-width: 901px) {
  .title-content { padding-block: 18px; }
  .title-heading h1 { font-size: 62px; }
  .title-subtitle { margin-top: 16px; }
  .adventure-setup { padding: 16px 18px; }
  .character-card { min-height: 96px; }
  .character-emblem { width: 39px; height: 39px; font-size: 20px; margin-bottom: 5px; }
  .setup-block + .setup-block { margin-top: 13px; }
  #start-button { min-height: 50px; margin-top: 14px; }
}

@media (max-width: 420px) {
  .title-content { width: calc(100% - 24px); padding-block: 24px; }
  .title-heading h1 { font-size: 46px; }
  .title-heading h1 span { letter-spacing: 8px; }
  .title-subtitle { margin-top: 15px; padding-inline: 10px; font-size: 10px; letter-spacing: 1.5px; }
  .adventure-setup { padding: 15px 12px; }
}
