/* Kakao help and command guide page. */

.no-bottom-nav .legal-footer{
  padding-bottom:28px;
}
.help-page{
  gap:26px;
  background:linear-gradient(180deg,#fffdf5 0,#f7f9fc 280px);
}
.help-mention{
  display:inline;
  color:#1877f2;
  font-weight:650;
  white-space:nowrap;
}
.help-command-list code .help-mention,
.help-full-list code .help-mention,
.help-game-tile b .help-mention{
  color:#1877f2;
}
.help-hero{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(120px,.7fr);
  align-items:center;
  gap:18px;
  overflow:hidden;
  border:1px solid #f1e6b8;
  background:linear-gradient(135deg,#fffdf3 0%,#fff9d9 58%,#fff 100%);
  box-shadow:0 14px 34px rgba(91,72,0,.08);
}
.help-hero__copy span{
  display:block;
  color:#8b6f00;
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
}
.help-hero__copy h2{
  margin:8px 0 8px;
  color:#101828;
  font-size:23px;
  line-height:1.18;
  letter-spacing:-.025em;
  font-weight:640;
  word-break:keep-all;
}
.help-hero__copy p{
  margin:0;
  color:#475467;
  font-size:14px;
  line-height:1.55;
  word-break:keep-all;
}
.help-hero__image{
  width:100%;
  aspect-ratio:1.35/1;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 16px 35px rgba(16,24,40,.16);
}
.help-hero__steps{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:14px;
}
.help-hero__steps i{
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fee500;
  color:#3b3520;
  font-size:10px;
  font-style:normal;
  font-weight:650;
}
.help-hero__steps em{
  color:#5f5a49;
  font-size:11px;
  font-style:normal;
  font-weight:450;
}
.help-command-section{
  display:grid;
  gap:12px;
}
.help-section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 2px;
}
.help-section-heading div>span{
  display:block;
  margin-bottom:3px;
  color:#9a7b00;
  font-size:9px;
  font-weight:600;
  letter-spacing:.12em;
}
.help-section-heading h3{
  margin:0;
  color:#171717;
  font-size:17px;
  line-height:1.3;
  letter-spacing:-.02em;
}
.help-section-heading>p{
  margin:0 0 1px;
  color:#8a8f98;
  font-size:11px;
  font-weight:400;
  line-height:1.4;
  text-align:right;
  word-break:keep-all;
}
.help-command-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.help-command-card{
  border:1px solid #e9ebef;
  border-radius:20px;
  background:#fff;
  padding:17px;
  box-shadow:0 8px 22px rgba(30,34,44,.045);
}
.help-command-card strong,
.help-command-card p{
  display:block;
  word-break:keep-all;
}
.help-command-card strong{
  color:#101828;
  font-size:14px;
  font-weight:600;
  line-height:1.35;
}
.help-command-card p{
  margin:6px 0 12px;
  color:#667085;
  font-size:12px;
  font-weight:400;
  line-height:1.55;
}
.help-command-list,
.help-full-list article{
  display:grid;
  gap:8px;
}
.help-command-list code{
  display:flex;
  align-items:center;
  gap:4px;
  width:100%;
  border:1px solid #e9eef6;
  border-radius:10px;
  background:#f8fbff;
  color:#1d2939;
  font-family:inherit;
  font-size:12px;
  font-weight:500;
  line-height:1.35;
  padding:8px 10px;
  white-space:nowrap;
  overflow-x:auto;
  word-break:normal;
  scrollbar-width:none;
}
.help-full-list code{
  display:flex;
  align-items:center;
  gap:4px;
  width:100%;
  border:1px solid #e9eef6;
  border-radius:10px;
  background:#f8fbff;
  color:#1d2939;
  font-family:inherit;
  font-size:10px;
  font-weight:480;
  line-height:1.25;
  padding:6px 8px;
  white-space:nowrap;
  overflow-x:auto;
  word-break:normal;
  scrollbar-width:none;
}
.help-command-tail{
  flex:0 0 auto;
  white-space:nowrap;
}
.help-command-list code::-webkit-scrollbar,
.help-full-list code::-webkit-scrollbar{
  display:none;
}
.accent-game{background:linear-gradient(145deg,#fff 70%,#eef6ff);}
.accent-profile{background:linear-gradient(145deg,#fff 70%,#effbf5);}
.accent-reward{background:linear-gradient(145deg,#fff 70%,#fff8e8);}
.accent-box{background:linear-gradient(145deg,#fff 70%,#fff2f8);}
.accent-event{background:linear-gradient(145deg,#fff 70%,#f6f1ff);}
.accent-tower{background:linear-gradient(145deg,#fff 70%,#fff6df);}
.help-game-strip{
  display:grid;
  gap:10px;
}
.help-game-tile{
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  align-items:center;
  gap:12px;
  border:1px solid #e8eef7;
  border-radius:18px;
  background:#fff;
  padding:10px;
}
.help-game-tile img{
  width:86px;
  aspect-ratio:1.18/1;
  object-fit:cover;
  border-radius:12px;
}
.help-game-tile b,
.help-game-tile small{
  display:block;
  line-height:1.45;
  word-break:keep-all;
}
.help-game-tile b{
  color:#101828;
  font-size:14px;
  font-weight:560;
}
.help-game-tile small{
  margin-top:3px;
  color:#667085;
  font-size:12px;
}
.help-full-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.help-full-list article{
  align-content:start;
  border:1px solid #e8eef7;
  border-radius:18px;
  background:#fff;
  padding:15px;
  box-shadow:0 7px 20px rgba(30,34,44,.035);
}
.help-full-list span{
  display:block;
  color:#101828;
  font-size:13px;
  font-weight:580;
}
.help-full-list small{
  display:block;
  margin:-2px 0 3px;
  color:#858b96;
  font-size:10.5px;
  font-weight:400;
  line-height:1.5;
  word-break:keep-all;
}
.help-note-band{
  border:1px solid #dbeafe;
  border-radius:18px;
  background:#f7fbff;
  padding:16px;
}
.help-note-band b{
  display:block;
  color:#175cd3;
  font-size:14px;
  font-weight:560;
}
.help-note-band p{
  margin:6px 0 0;
  color:#475467;
  font-size:13px;
  font-weight:400;
  line-height:1.55;
  word-break:keep-all;
}
