body {
  letter-spacing: 2px;
  line-height: 1.7;
  padding: 0 10px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  font-family: "Reggae One", "Orbitron", sans-serif;
}

.game-guide {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 20px;
  background: linear-gradient(to bottom, #fff9e6 0%, #fffef7 100%);
  border: 4px solid #8b6914;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), 0 0 0 8px #d4af37, inset 0 2px 10px rgba(255, 255, 255, 0.8);
  color: #2c1810;
  line-height: 1.8;
  box-sizing: border-box;
  position: relative;
}
.game-guide::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(45deg, #d4af37, #f4e4a6, #d4af37);
  border-radius: 20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .game-guide {
    margin: 30px auto 15px;
    padding: 30px 20px;
  }
}
@media (max-width: 479px) {
  .game-guide {
    margin: 20px auto 10px;
    padding: 20px 15px;
    font-size: 0.9rem;
  }
}
.game-guide h2 {
  font-family: "Reggae One", "Orbitron", sans-serif;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #8b0000;
  text-shadow: 2px 2px 4px rgba(255, 215, 0, 0.5), 0 0 20px rgba(255, 215, 0, 0.3);
  padding: 20px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 140, 0, 0.2));
  border-radius: 15px;
  border: 3px solid #d4af37;
}
@media (max-width: 767px) {
  .game-guide h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .game-guide h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 12px;
  }
}
.game-guide h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #5e2d00;
  margin: 30px 0 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #d4af37;
  text-shadow: 1px 1px 2px rgba(255, 215, 0, 0.3);
}
@media (max-width: 767px) {
  .game-guide h3 {
    font-size: 1.4rem;
    margin: 25px 0 15px;
  }
}
@media (max-width: 479px) {
  .game-guide h3 {
    font-size: 1.2rem;
    margin: 20px 0 12px;
  }
}
.game-guide h4 {
  font-size: 1.2rem;
  margin: 15px 0 10px;
  color: #5e2d00;
}
@media (max-width: 479px) {
  .game-guide h4 {
    font-size: 1.1rem;
  }
}
.game-guide section {
  margin-bottom: 35px;
}
@media (max-width: 479px) {
  .game-guide section {
    margin-bottom: 25px;
  }
}
.game-guide section ul {
  margin-left: 1.5em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .game-guide section ul {
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
}
@media (max-width: 479px) {
  .game-guide section ul {
    margin-left: 0.3em;
    padding-left: 0.3em;
  }
}
.game-guide section ul li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.game-guide section p {
  margin-bottom: 12px;
  line-height: 1.8;
}
.game-guide section strong {
  color: #8b0000;
  font-weight: 700;
}
.game-guide .hero-message {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #8b0000;
  padding: 25px;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.5);
  border: 2px solid #d4af37;
}
@media (max-width: 767px) {
  .game-guide .hero-message {
    font-size: 1.2rem;
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .game-guide .hero-message {
    font-size: 1rem;
    padding: 15px;
  }
}
.game-guide .hero-message p {
  margin: 8px 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}
.game-guide .step-box {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .game-guide .step-box {
    flex-direction: column;
    gap: 15px;
  }
}
.game-guide .step-box .step {
  flex: 1;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  padding: 20px;
  border-radius: 12px;
  border: 3px solid #2196f3;
  position: relative;
  box-shadow: 0 4px 10px rgba(33, 150, 243, 0.3);
}
.game-guide .step-box .step .step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #2196f3;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(33, 150, 243, 0.5);
}
.game-guide .step-box .step p {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8;
}
.game-guide .rule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .game-guide .rule-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.game-guide .rule-grid .rule-item {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  padding: 20px;
  border-radius: 12px;
  border: 3px solid #ff9800;
  box-shadow: 0 4px 10px rgba(255, 152, 0, 0.2);
  text-align: center;
}
.game-guide .rule-grid .rule-item .icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 10px;
}
.game-guide .rule-grid .rule-item p {
  margin: 0;
  line-height: 1.6;
}
.game-guide .action-showcase {
  display: grid;
  gap: 25px;
  margin-top: 25px;
}
.game-guide .action-showcase .action-detail {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.game-guide .action-showcase .action-detail:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.game-guide .action-showcase .action-detail .action-header {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  font-weight: bold;
}
.game-guide .action-showcase .action-detail .action-header .action-icon {
  font-size: 2.5rem;
}
.game-guide .action-showcase .action-detail .action-header h4 {
  margin: 0;
  font-size: 1.5rem;
  color: white;
}
@media (max-width: 479px) {
  .game-guide .action-showcase .action-detail .action-header h4 {
    font-size: 1.3rem;
  }
}
.game-guide .action-showcase .action-detail .action-body {
  background: white;
  padding: 20px;
}
.game-guide .action-showcase .action-detail .action-body .action-desc {
  font-weight: 600;
  color: #5e2d00;
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.game-guide .action-showcase .action-detail .action-body ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.game-guide .action-showcase .action-detail .action-body ul li {
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
.game-guide .action-showcase .action-detail.attack .action-header {
  background: linear-gradient(135deg, #f44336 0%, #e91e63 100%);
}
.game-guide .action-showcase .action-detail.defense .action-header {
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
}
.game-guide .action-showcase .action-detail.recovery .action-header {
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
}
.game-guide .action-showcase .action-detail.special .action-header {
  background: linear-gradient(135deg, #ff9800 0%, #ffa726 100%);
}
.game-guide .enemy-info {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .game-guide .enemy-info {
    grid-template-columns: 1fr;
  }
}
.game-guide .enemy-info .accordion-item {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  border-radius: 12px;
  border: 3px solid #9c27b0;
  box-shadow: 0 4px 10px rgba(156, 39, 176, 0.2);
  overflow: hidden;
}
.game-guide .enemy-info .accordion-item .accordion-header {
  color: #4a148c;
  margin: 0;
  padding: 20px 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .game-guide .enemy-info .accordion-item .accordion-header {
    cursor: default;
  }
}
@media (max-width: 767px) {
  .game-guide .enemy-info .accordion-item .accordion-header:hover {
    background: rgba(156, 39, 176, 0.1);
  }
}
.game-guide .enemy-info .accordion-item .accordion-header .accordion-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .game-guide .enemy-info .accordion-item .accordion-header .accordion-icon {
    display: none;
  }
}
.game-guide .enemy-info .accordion-item .accordion-content {
  padding: 0 25px 25px;
}
@media (max-width: 767px) {
  .game-guide .enemy-info .accordion-item .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
}
@media (max-width: 767px) {
  .game-guide .enemy-info .accordion-item.active .accordion-icon {
    transform: rotate(180deg);
  }
  .game-guide .enemy-info .accordion-item.active .accordion-content {
    max-height: 900px;
    padding: 0 25px 25px;
  }
}
.game-guide .enemy-info .enemy-behavior h4,
.game-guide .enemy-info .special-enemy h4 {
  color: #4a148c;
  margin-top: 0;
}
.game-guide .enemy-info .poison-warning {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  border: 2px solid #d32f2f;
}
.game-guide .enemy-info .poison-warning p {
  font-weight: 600;
  color: #b71c1c;
  margin-bottom: 10px;
}
.game-guide .tips-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .game-guide .tips-grid {
    grid-template-columns: 1fr;
  }
}
.game-guide .tips-grid .tip-card {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  padding: 20px;
  border-radius: 12px;
  border: 3px solid #4caf50;
  box-shadow: 0 4px 10px rgba(76, 175, 80, 0.2);
  text-align: center;
}
.game-guide .tips-grid .tip-card .tip-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 10px;
}
.game-guide .tips-grid .tip-card h4 {
  color: #1b5e20;
  margin: 10px 0;
}
.game-guide .tips-grid .tip-card p {
  margin: 0;
  line-height: 1.6;
  color: #2e7d32;
}
.game-guide .final-message {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #8b0000;
  padding: 30px;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
  border-radius: 15px;
  margin-top: 40px;
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.5), inset 0 2px 5px rgba(255, 255, 255, 0.5);
  border: 3px solid #d4af37;
  animation: pulse 2s ease-in-out infinite;
}
@media (max-width: 479px) {
  .game-guide .final-message {
    font-size: 1.2rem;
    padding: 20px;
  }
}
.game-guide .final-message p {
  margin: 8px 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

.content {
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin: 0 auto 40px;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  .content {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}
.content .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 1;
}
.content .btns .btn {
  display: block;
  padding: 18px 40px;
  border: none;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  font-family: "Reggae One", "Orbitron", sans-serif;
}
@media (max-width: 479px) {
  .content .btns .btn {
    font-size: 1.1rem;
    padding: 15px 30px;
  }
}
.content .btns .btn.battle {
  background: linear-gradient(135deg, #f44336 0%, #ff5722 100%);
  color: white;
  border: 3px solid #c62828;
  animation: bounce 2s ease-in-out infinite;
}
.content .btns .btn.battle:hover {
  background: linear-gradient(135deg, #ff5722 0%, #ff6f00 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(244, 67, 54, 0.5);
}
.content .btns .btn.home {
  background: linear-gradient(135deg, #2196f3 0%, #03a9f4 100%);
  color: white;
  border: 3px solid #1565c0;
}
.content .btns .btn.home:hover {
  background: linear-gradient(135deg, #03a9f4 0%, #00bcd4 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(33, 150, 243, 0.5);
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}/*# sourceMappingURL=description.css.map */