* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Serif SC', '宋体', 'Times New Roman', serif;
  background: #FDF8E6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100" opacity="0.06"><path fill="none" stroke="%238B6B4A" stroke-width="0.4" d="M20 30 Q 60 10, 100 25 T 180 20 M10 70 Q 50 50, 90 65 T 170 60"/></svg>');
  background-repeat: repeat;
  color: #3A3226;
  line-height: 1.8;
  scroll-behavior: smooth;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 5;
}

.site-header {
    background: #1A1612;
    border-bottom: 1px solid rgba(217, 180, 139, 0.3);
    position: relative;
    z-index: 100;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    max-width: 1400px;
    margin: 0 auto;
}
.logo a {
    font-size: 26px;
    font-weight: 700;
    color: #F0E2C5;
    letter-spacing: 2px;
    text-decoration: none;
}
.main-nav { position: absolute; left: 50%; transform: translateX(-50%); }
.nav-list { display: flex; list-style: none; gap: 42px; }
.nav-link {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #E8DDD0;
    padding: 6px 0;
    position: relative;
    text-decoration: none;
}
.nav-link i { font-size: 16px; color: #D9B48B; }
.nav-link:hover { color: #F0E2C5; }
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: #C77A5A;
    transition: width 0.25s;
}
.nav-link:hover::after { width: 100%; }
.menu-toggle { display: none; flex-direction: column; cursor: pointer; z-index: 10; }
.menu-toggle span { width: 26px; height: 2px; background: #ECE3D8; margin: 5px 0; }

.site-footer {
    background: #1A1612;
    border-top: 1px solid rgba(217, 180, 139, 0.3);
    padding: 30px 0;
    margin-top: 60px;
    text-align: center;
    color: #8A7E6E;
    font-size: 13px;
    line-height: 1.6;
    z-index: 100;
}

.next-page-section {
    max-width: 1200px;
    margin: 40px auto 40px;
    padding: 0 28px;
    text-align: center;
}
.next-page-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #8B1E2D;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    opacity: 0.9;
    text-align: center;
}
.next-page-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background: linear-gradient(to right, transparent, #8B1E2D);
    opacity: 0.5;
}
.next-page-btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background: linear-gradient(to left, transparent, #8B1E2D);
    opacity: 0.5;
}
.next-page-btn:hover {
    letter-spacing: 3px;
    opacity: 1;
}

.page-container {
  max-width: 1200px;
  width: 100%;
  margin: 24px auto;
  padding: 0 24px;
}

.top-banner {
  width: 100%;
  height: 320px;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 3px solid rgba(200, 160, 115, 0.45);
  box-shadow: 0 12px 28px rgba(80, 45, 20, 0.1);
}

.top-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.balance-card {
  background: rgba(245, 232, 210, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 48px;
  padding: 18px 30px;
  margin-bottom: 28px;
  border: 2px solid rgba(190, 150, 100, 0.5);
  box-shadow: 0 8px 18px rgba(70, 40, 15, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.balance-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.6rem;
  color: #4d311a;
}

.balance-label i {
  font-size: 2.2rem;
  color: #c49a2b;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}

.balance-amount {
  font-size: 2.4rem;
  font-weight: 700;
  color: #8B1E2D;
  letter-spacing: 6px;
  background: rgba(210, 175, 130, 0.2);
  padding: 6px 28px;
  border-radius: 60px;
  border: 1.5px dashed #b2906e;
  font-family: 'Noto Serif SC', serif;
}

.balance-tip {
  color: #6b4f32;
  font-size: 0.95rem;
  background: rgba(255,255,240,0.3);
  padding: 6px 16px;
  border-radius: 30px;
}

.exchange-row {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.ticket-left {
  flex: 0 0 260px;
  background: rgba(235, 215, 185, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 32px;
  padding: 22px 18px;
  border: 2px solid rgba(200, 160, 115, 0.45);
  box-shadow: 0 10px 22px rgba(70, 40, 15, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ticket-stamp {
  font-size: 0.9rem;
  color: #7a5e44;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.ticket-img {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid #dac09e;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  margin-bottom: 16px;
}

.ticket-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ticket-caption {
  font-size: 1rem;
  color: #3e2c1c;
  font-style: italic;
  border-top: 1px dashed #b2906e;
  padding-top: 14px;
  width: 100%;
}

.list-right {
  flex: 1;
  background: rgba(245, 232, 210, 0.4);
  backdrop-filter: blur(6px);
  border-radius: 32px;
  padding: 24px 28px;
  border: 2px solid rgba(200, 160, 115, 0.45);
  box-shadow: 0 10px 22px rgba(70, 40, 15, 0.06);
}

.list-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  border-bottom: 2px dashed rgba(180, 130, 80, 0.3);
  padding-bottom: 14px;
}

.list-header i {
  font-size: 1.9rem;
  color: #b57a4a;
}

.list-header h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #5e3a22;
  letter-spacing: 4px;
}

.exchange-table {
  width: 100%;
  border-collapse: collapse;
}

.exchange-table th {
  text-align: left;
  padding: 12px 8px 8px;
  font-weight: 600;
  color: #8B5A2D;
  border-bottom: 1px solid rgba(180, 130, 80, 0.3);
  font-size: 1rem;
}

.exchange-table td {
  padding: 14px 8px;
  border-bottom: 1px dotted rgba(180, 130, 80, 0.2);
  color: #3A2A1C;
}

.item-name {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.badge-limit {
  background: #8B1E2D;
  color: #F5E8D4;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 30px;
  margin-left: 8px;
}

.badge-hot {
  background: #c47a2b;
  color: #fff5e6;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 30px;
}

.price {
  font-weight: 700;
  color: #8B1E2D;
}

.strategy-section {
  background: rgba(235, 218, 192, 0.4);
  backdrop-filter: blur(6px);
  border-radius: 36px;
  padding: 28px 30px;
  border: 2px solid rgba(200, 160, 115, 0.5);
  margin-bottom: 40px;
  box-shadow: 0 15px 30px -8px rgba(70, 40, 15, 0.1);
}

.strategy-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.strategy-title i {
  font-size: 2.2rem;
  color: #b57a4a;
}

.strategy-title h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #4d311a;
  letter-spacing: 6px;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.strategy-card {
  background: rgba(255, 250, 240, 0.55);
  border-radius: 24px;
  padding: 18px 16px;
  border: 1.5px solid rgba(170, 135, 90, 0.4);
  backdrop-filter: blur(4px);
  transition: all 0.15s;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  border-bottom: 1.5px dashed #b2906e;
  padding-bottom: 12px;
}

.card-header i {
  font-size: 1.4rem;
  color: #8B5A2D;
  width: 24px;
  text-align: center;
}

.card-header h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #5e3a22;
  letter-spacing: 1px;
}

.strategy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.strategy-list li {
  margin-bottom: 14px;
  font-size: 0.9rem;
  line-height: 1.5;
  display: flex;
  gap: 10px;
}

.strategy-list li i.fa-circle {
  font-size: 0.4rem;
  color: #b57a4a;
  margin-top: 8px;
  flex-shrink: 0;
}

.list-content {
  flex: 1;
}

.highlight {
  color: #8B1E2D;
  font-weight: 700;
  background: rgba(210, 175, 130, 0.15);
  padding: 1px 6px;
  border-radius: 20px;
  display: inline-block;
}

.sub-tip {
  margin-top: 16px;
  padding: 10px 12px;
  background: rgba(210, 175, 130, 0.18);
  border-radius: 20px;
  font-size: 0.85rem;
  border-left: 4px solid #b57a4a;
  color: #3e2c1c;
  line-height: 1.5;
}

.sub-tip i {
  margin-right: 6px;
  color: #8B5A2D;
}

.group-title {
  font-weight: 700;
  color: #6b3f1f;
  margin: 12px 0 8px 0;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.group-title i {
  font-size: 0.8rem;
  color: #b57a4a;
}

.rumor-box {
  background: rgba(200, 170, 140, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 40px;
  padding: 18px 28px;
  border: 1.5px dashed #b2906e;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.rumor-icon {
  font-size: 2.2rem;
  color: #8B1E2D;
}

.rumor-text {
  flex: 1;
  font-size: 1.1rem;
  color: #3A2A1C;
  font-style: italic;
}

.rumor-author {
  color: #7a5e44;
  font-size: 0.9rem;
}

.seal-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  opacity: 0.3;
}

@media screen and (max-width: 900px) {
  .strategy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 760px) {
  body { padding: 0; }
  .exchange-row {
    flex-direction: column;
  }
  .ticket-left {
    flex: auto;
    width: 100%;
  }
  .balance-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 560px) {
  .strategy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
    .main-nav { position: static; transform: none; }
    .nav-list {
        position: fixed; top: 70px; left: -100%;
        width: 75%; height: calc(100vh - 70px);
        background: #2A241E;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        transition: left 0.3s;
        gap: 28px;
        box-shadow: 4px 0 20px rgba(0,0,0,0.5);
        z-index: 99;
        border-left: 3px solid #8B1E2D;
    }
    .nav-list.show { left: 0; }
    .menu-toggle { display: flex; }
}