.maple-home {
  --cream: #fffaf0;
  --cream-strong: #fff4d8;
  --paper: #ffffff;
  --orange: #ff9d3c;
  --orange-dark: #d66a1f;
  --brown: #6f4425;
  --wood: #9b6a3e;
  --yellow: #ffd86b;
  --green: #59b36a;
  --red: #e56b55;
  --line: #ead8b8;
  --shadow: 0 1.4rem 3.2rem rgba(113, 76, 36, 0.12);
  --soft-shadow: 0 0.8rem 2rem rgba(113, 76, 36, 0.08);
  background:
    radial-gradient(circle at 10% 4%, rgba(255, 216, 107, 0.35), transparent 24rem),
    radial-gradient(circle at 88% 0%, rgba(255, 157, 60, 0.20), transparent 26rem),
    linear-gradient(180deg, #fff8df 0%, #fffaf2 36%, #f8efe1 100%);
  color: #3e2a1b;
  min-height: 100vh;
  padding: 15.2rem 0 7rem;
}

.maple-home * {
  box-sizing: border-box;
}

.maple-home a {
  color: inherit;
  text-decoration: none;
}

.maple-home-container {
  width: 100%;
}

.maple-home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.maple-home-brand {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.maple-home-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 1.8rem;
  background: linear-gradient(135deg, #ffb347, #ffe18a);
  box-shadow: inset 0 -0.4rem 0 rgba(111, 68, 37, 0.16), var(--soft-shadow);
  font-size: 2.8rem;
}

.maple-home-brand h1 {
  margin: 0;
  color: var(--brown);
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0;
}

.maple-home-brand p {
  margin: 0.4rem 0 0;
  color: #8a6746;
  font-size: 1.5rem;
}

.maple-home-nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  border: 0.1rem solid rgba(234, 216, 184, 0.8);
  border-radius: 99rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--soft-shadow);
}

.maple-home-nav a {
  padding: 1rem 1.5rem;
  border-radius: 99rem;
  color: #6e4c2d;
  font-size: 1.5rem;
  font-weight: 700;
}

.maple-home-nav a:hover {
  background: #fff0c5;
  color: var(--orange-dark);
}

.maple-home-layout {
  display: flex;
  gap: 2.4rem;
  align-items: start;
}

.maple-home-main {
  width: calc(100% - 32.4rem);
  flex-grow: 0;
  flex-shrink: 1;
  min-width: 0;
}

.maple-home-sidebar {
  width: 30rem;
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 0;
}

.maple-main-banner {
  position: relative;
  overflow: hidden;
  border: 0.1rem solid rgba(234, 216, 184, 0.9);
  border-radius: 2.4rem;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.maple-popular-search-section {
  margin-top: 1.8rem;
}

.maple-main-swiper {
  height: 34rem;
}

.maple-main-slide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34rem;
  padding: 4.6rem 5rem;
  overflow: hidden;
}

.maple-main-slide::before,
.maple-main-slide::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.maple-main-slide::before {
  width: 24rem;
  height: 24rem;
  right: 6rem;
  top: 3rem;
  background: rgba(255, 255, 255, 0.34);
}

.maple-main-slide::after {
  width: 14rem;
  height: 14rem;
  right: 22rem;
  bottom: -4rem;
  background: rgba(255, 255, 255, 0.24);
}

.maple-main-slide.is-info {
  background: linear-gradient(135deg, #ffb75e 0%, #ffd77d 48%, #fff0ba 100%);
}

.maple-main-slide.is-calc {
  background: linear-gradient(135deg, #f7c873 0%, #ff9f62 52%, #fff0cf 100%);
}

.maple-main-slide.is-place {
  background: linear-gradient(135deg, #ffc46b 0%, #ffed99 48%, #dff6bd 100%);
}

.maple-main-copy {
  position: relative;
  z-index: 1;
  max-width: 58rem;
}

.maple-main-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
  padding: 0.7rem 1.2rem;
  border: 0.1rem solid rgba(111, 68, 37, 0.16);
  border-radius: 99rem;
  background: rgba(255, 255, 255, 0.62);
  color: #7a4d20;
  font-size: 1.4rem;
  font-weight: 800;
}

.maple-main-copy h2 {
  margin: 0;
  color: #3f2917;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.12;
}

.maple-main-copy p {
  max-width: 54rem;
  margin: 1.6rem 0 2.4rem;
  color: #674527;
  font-size: 1.8rem;
  line-height: 1.65;
}

.maple-home .maple-main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  height: 4.6rem;
  padding: 0 2rem;
  border-radius: 99rem;
  background: #5f371b;
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 900;
  box-shadow: 0 0.8rem 1.8rem rgba(95, 55, 27, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.maple-home .maple-main-button:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 1.1rem 2.4rem rgba(95, 55, 27, 0.28);
}

.maple-slide-art {
  position: absolute;
  right: 6rem;
  bottom: 3rem;
  z-index: 1;
  width: 22rem;
  height: 17rem;
  border-radius: 2.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.1)),
    repeating-linear-gradient(90deg, rgba(111, 68, 37, 0.15) 0 0.7rem, transparent 0.7rem 1.4rem);
  box-shadow: inset 0 -0.8rem 0 rgba(111, 68, 37, 0.12), var(--soft-shadow);
}

.maple-slide-art span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 2rem;
  background: #fffaf0;
  box-shadow: var(--soft-shadow);
  font-size: 3rem;
}

.maple-slide-art span:nth-child(1) {
  left: 2rem;
  top: 2rem;
}

.maple-slide-art span:nth-child(2) {
  right: 2rem;
  top: 4.8rem;
}

.maple-slide-art span:nth-child(3) {
  left: 8rem;
  bottom: 1.8rem;
}

.maple-main-banner .swiper-pagination {
  bottom: 1.8rem;
}

.maple-main-banner .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  background: rgba(95, 55, 27, 0.34);
  opacity: 1;
}

.maple-main-banner .swiper-pagination-bullet-active {
  width: 2.8rem;
  border-radius: 99rem;
  background: var(--brown);
}

.maple-alpha-status {
  margin-top: 1.8rem;
  padding: 2.2rem;
  border: 0.1rem solid rgba(123, 164, 132, 0.42);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 241, 0.92));
  box-shadow: var(--soft-shadow);
}

.maple-alpha-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}

.maple-alpha-eyebrow {
  display: inline-flex;
  margin-bottom: 0.6rem;
  color: #2f7a45;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0;
}

.maple-alpha-head h2 {
  margin: 0;
  color: #2f3d2f;
  font-size: 2.3rem;
  font-weight: 900;
}

.maple-alpha-drop {
  display: inline-flex;
  align-items: center;
  min-height: 3.6rem;
  padding: 0.8rem 1.2rem;
  border: 0.1rem solid #d5c08f;
  border-radius: 99rem;
  background: #fff7dd;
  color: #805c18;
  font-size: 1.35rem;
  font-weight: 900;
  white-space: nowrap;
}

.maple-alpha-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.maple-alpha-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 8.6rem;
  padding: 1.4rem;
  border: 0.1rem solid rgba(190, 216, 194, 0.86);
  border-radius: 1.2rem;
  background: #ffffff;
}

.maple-alpha-card:hover {
  border-color: #75ad80;
  box-shadow: 0 0.8rem 1.8rem rgba(58, 110, 65, 0.12);
}

.maple-alpha-card strong {
  color: #254a2a;
  font-size: 2.4rem;
  font-weight: 950;
  line-height: 1;
}

.maple-alpha-card span {
  color: #5f745f;
  font-size: 1.35rem;
  font-weight: 850;
}

.maple-alpha-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.maple-alpha-links a {
  display: inline-flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0.7rem 1.2rem;
  border: 0.1rem solid #d8e5d9;
  border-radius: 99rem;
  background: #f7fbf6;
  color: #315c38;
  font-size: 1.35rem;
  font-weight: 850;
}

.maple-alpha-links a:hover {
  border-color: #7fba89;
  background: #edf8ef;
}

.maple-section {
  margin-top: 2.4rem;
  padding: 2.4rem;
  border: 0.1rem solid rgba(234, 216, 184, 0.9);
  border-radius: 2rem;
  background: rgba(255, 250, 240, 0.86);
  box-shadow: var(--soft-shadow);
}

.maple-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}

.maple-section-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  color: var(--brown);
  font-size: 2.2rem;
  font-weight: 900;
}

.maple-more-link {
  color: #a06424;
  font-size: 1.4rem;
  font-weight: 800;
}

.shortcut-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.shortcut-card {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: calc((100% - 4.2rem) / 4);
  min-height: 11.2rem;
  padding: 1.6rem;
  border: 0.1rem solid rgba(234, 216, 184, 0.88);
  border-radius: 1.8rem;
  background: var(--paper);
  box-shadow: 0 0.6rem 1.4rem rgba(113, 76, 36, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.shortcut-card:hover {
  transform: translateY(-0.4rem);
  border-color: #ffc46b;
  box-shadow: 0 1.3rem 2.6rem rgba(113, 76, 36, 0.14);
}

.shortcut-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  min-width: 4.6rem;
  height: 4.6rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #fff0bb, #ffc56c);
  font-size: 2.3rem;
}

.maple-slide-art .fa,
.shortcut-icon .fa {
  font-family: FontAwesome !important;
  color: #8a4a1f;
  line-height: 1;
}

.maple-slide-art .fa {
  font-size: 2.8rem;
}

.shortcut-icon .fa {
  font-size: 2.2rem;
}

.shortcut-card h3 {
  margin: 0;
  color: #4d301a;
  font-size: 1.7rem;
  font-weight: 900;
}

.shortcut-card p {
  margin: 0.7rem 0 0;
  color: #8a6746;
  font-size: 1.35rem;
  line-height: 1.45;
}

.board-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.board-card {
  width: calc((100% - 2.4rem) / 2);
  min-width: 0;
  padding: 2rem;
  border: 0.1rem solid rgba(234, 216, 184, 0.88);
  border-radius: 1.8rem;
  background: #ffffff;
}

.board-card.is-wide {
  width: 100%;
  flex-basis: 100%;
}

.board-card.is-wide .report-list {
  flex-flow: row wrap;
}

.board-card.is-wide .report-item {
  width: calc((100% - 2rem) / 3);
}

.post-list,
.rank-list,
.report-list,
.spot-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 0.1rem dashed #ead8b8;
}

.post-item:last-child {
  border-bottom: 0;
}

.board-name {
  display: inline-flex;
  align-items: center;
  min-width: 6.8rem;
  justify-content: center;
  padding: 0.5rem 0.8rem;
  border-radius: 99rem;
  background: #fff0c7;
  color: #9a5a1f;
  font-size: 1.2rem;
  font-weight: 900;
}

.post-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  color: #4f321c;
  font-size: 1.55rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-meta {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.8rem;
  color: #9a7957;
  font-size: 1.3rem;
  white-space: nowrap;
}

.comment-count {
  color: var(--orange-dark);
  font-weight: 900;
}

.post-detail {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  color: #a65a24;
  font-size: 1.3rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ad-banner-horizontal,
.ad-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem dashed #d9b981;
  border-radius: 1.8rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 244, 216, 0.45)),
    repeating-linear-gradient(45deg, rgba(214, 106, 31, 0.08) 0 1rem, transparent 1rem 2rem);
  color: #a0703e;
  font-size: 1.5rem;
  font-weight: 900;
}

.ad-banner-horizontal {
  height: 11rem;
  margin-top: 2.4rem;
}

.ad-box {
  height: 20rem;
}

.spot-item,
.report-item,
.side-report-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.2rem;
  border: 0.1rem solid rgba(234, 216, 184, 0.8);
  border-radius: 1.4rem;
  background: #fff;
}

.spot-row,
.report-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.spot-name,
.report-name {
  color: #4d301a;
  font-size: 1.55rem;
  font-weight: 900;
}

.spot-meta,
.report-meta {
  color: #8a6746;
  font-size: 1.3rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.4rem;
  padding: 0.5rem 0.8rem;
  border-radius: 99rem;
  font-size: 1.25rem;
  font-weight: 900;
}

.status-open {
  background: #e8f8dc;
  color: #2d7f42;
}

.status-full {
  background: #ffe6de;
  color: #b54933;
}

.trade-safe-note {
  margin: 0 0 1.4rem;
  padding: 1.2rem 1.4rem;
  border-radius: 1.4rem;
  background: #fff4d8;
  color: #7b5735;
  font-size: 1.4rem;
}

.maple-home-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.side-card {
  padding: 2rem;
  border: 0.1rem solid rgba(234, 216, 184, 0.9);
  border-radius: 2rem;
  background: rgba(255, 250, 240, 0.92);
  box-shadow: var(--soft-shadow);
}

.side-title {
  margin: 0 0 1.4rem;
  color: var(--brown);
  font-size: 1.9rem;
  font-weight: 900;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.login-form input {
  width: 100%;
  height: 4.4rem;
  padding: 0 1.4rem;
  border: 0.1rem solid #e2c99f;
  border-radius: 1.2rem;
  background: #fff;
  color: #4d301a;
  font-size: 1.5rem;
}

.login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6rem;
  border: 0;
  border-radius: 1.3rem;
  background: linear-gradient(135deg, #ff9d3c, #d66a1f);
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.login-links {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  color: #8a6746;
  font-size: 1.35rem;
  margin-top: 0.6rem;
}

.rank-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 0;
  color: #4d301a;
  font-size: 1.45rem;
  font-weight: 800;
  border-bottom: 0.1rem dashed #ead8b8;
}

.rank-list li:last-child {
  border-bottom: 0;
}

.rank-list b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.8rem;
  background: #fff0c7;
  color: #c46b20;
  font-size: 1.2rem;
}

.side-report-item {
  gap: 0.3rem;
}

.side-report-item strong {
  color: #4d301a;
  font-size: 1.45rem;
}

.side-report-item span {
  color: #8a6746;
  font-size: 1.25rem;
}

@media (max-width: 1180px) {
  .shortcut-grid {
    gap: 1.4rem;
  }

  .shortcut-card {
    width: calc((100% - 2.8rem) / 3);
  }

  .maple-slide-art {
    opacity: 0.45;
  }

  .maple-alpha-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .maple-home-layout {
    flex-direction: column;
  }

  .maple-home-main {
    width: 100%;
  }

  .maple-home-sidebar {
    width: 100%;
    flex-flow: row wrap;
    flex-shrink: 1;
  }

  .maple-home-sidebar .side-card {
    width: calc((100% - 1.8rem) / 2);
  }

  .side-card.is-login {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .maple-home {
    padding: 8.4rem 0 5rem;
  }

  .maple-home-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .maple-home-nav {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .maple-main-swiper,
  .maple-main-slide {
    height: auto;
    min-height: 38rem;
  }

  .maple-main-slide {
    padding: 3rem 2.4rem 9rem;
  }

  .maple-main-copy h2 {
    font-size: 3rem;
  }

  .maple-main-copy p {
    font-size: 1.6rem;
  }

  .maple-alpha-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .maple-alpha-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maple-slide-art {
    right: 2rem;
    bottom: 2rem;
    width: 16rem;
    height: 10rem;
  }

  .board-columns,
  .maple-home-sidebar {
    flex-direction: column;
  }

  .shortcut-grid {
    flex-direction: row;
    gap: 1.2rem;
  }

  .board-card,
  .board-card.is-wide .report-item,
  .maple-home-sidebar .side-card {
    width: 100%;
  }

  .shortcut-card {
    width: calc((100% - 1.2rem) / 2);
    min-height: 0;
    padding: 1.5rem;
    gap: 1rem;
    align-items: flex-start;
  }

  .shortcut-icon {
    width: 4.4rem;
    min-width: 4.4rem;
    height: 4.4rem;
    font-size: 1.8rem;
  }

  .shortcut-card h3 {
    font-size: 1.5rem;
  }

  .shortcut-card p {
    display: -webkit-box;
    margin-top: .5rem;
    overflow: hidden;
    color: #8a6746;
    font-size: 1.25rem;
    line-height: 1.45;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .maple-home-sidebar .side-card.is-report {
    display: none;
  }

  .maple-section,
  .side-card {
    padding: 1.8rem;
  }

  .post-item {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .board-name {
    width: 100%;
    justify-content: flex-start;
  }
}

.popular-box {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-width: 0;
  padding: 1.6rem 1.8rem;
  border: 0.1rem solid rgba(234, 216, 184, 0.9);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--soft-shadow);
}

.popular-box strong {
  flex-shrink: 0;
  padding: 0.9rem 1.4rem;
  border-radius: 99rem;
  background: linear-gradient(135deg, #7a431d, #5b3016);
  color: #fffaf0;
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 0.8rem 1.8rem rgba(113, 76, 36, 0.18);
}

.popular-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.popular-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 0.7rem 1.2rem;
  border: 0.1rem solid #ead8b8;
  border-radius: 99rem;
  background: #fffaf0;
  color: #7a431d;
  font-size: 1.35rem;
  font-weight: 800;
}

.popular-tags a:hover {
  border-color: #ff9d3c;
  background: #fff0c7;
  color: #d66a1f;
}

.rank-list a,
.side-report-item a {
  color: inherit;
}

.side-report-item a {
  font-weight: 850;
}

.login-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

@media (max-width: 768px) {
  .popular-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

.login-card .member-links { margin-bottom: 1.2rem; }
.login-card .login-button { text-align: center; }
