.hero {
  padding: 50px 0;
  text-align: center;
}

.hero h1 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 15px;
}

.hero p {
  font-size: 20px;
}

.hero-badges {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}

.hero-badge {
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1b1f;
}

.hero-badge img {
  width: 14px;
  height: 14px;
}

.search-area {
  width: 710px;
  margin: 25px auto 0;
  position: static;
  transform: none;
}

.search-area .search-icon {
  width: 46px;
  height: 46px;
}

.search-panel {
  width: 710px;
  border: 3px solid #000;
}

.search-wrap {
  width: 710px;
  height: 70px;
  border-radius: 35px;
  border: 3px solid var(--ink-700);
  display: flex;
  align-items: center;
  padding: 0 12px 0 28px;
  background: white;
}

.search-wrap input {
  border: none;
  outline: none;
  font-size: 18px;
}

.quick-row {
  margin: 25px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 156px) 1fr 1fr;
  gap: 12px;
  align-items: center;
  justify-content: center;
  max-width: 846px;
}

.quick-item {
  /*
  width: 66px;
  height: 66px;
  background: white;
  border-radius: 33px;
   */
  display: grid;
  place-items: center;
}

.quick-btn {
  height: 189px;
  border-radius: 14px;
  background: var(--bg-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  gap: 6px;
}

.quick-btn img {
  width: 66px;
  object-fit: contain;
}

.stat-card.live {
  position: relative;
  width: 342px;
  height: 189px;
  border-radius: 20px;
  overflow: hidden;
}

.stat-card.live .live-bg {
  position: absolute;
  inset: 0;
  background: #1a1b1f;
  border-radius: 20px;
}

.stat-card.live .live-graph {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 311px;
  height: 128px;
  object-fit: contain;
}

.stat-card.live .live-gradient {
  position: absolute;
  left: 60px;
  top: 0;
  width: 282px;
  height: 189px;
  border-radius: 20px;
  background: linear-gradient(90deg, #1a1b1f 44.618%, rgba(26, 27, 31, 0) 71.354%);
}

.stat-card.live .live-title {
  position: absolute;
  left: 32px;
  top: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.36px;
}

.stat-card.live .live-row {
  position: absolute;
  left: 32px;
  top: 69px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-card.live .live-icon {
  width: 47px;
  height: 47px;
  border-radius: 10px;
  border: 1px solid rgba(109, 139, 255, 0.8);
  display: grid;
  place-items: center;
  background: #1a1b1f;
}

.stat-card.live .live-icon img {
  width: 39px;
  height: 35px;
  object-fit: contain;
}

.stat-card.live .live-game {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #ffffff;
  letter-spacing: -0.36px;
  text-align: left;
}

.stat-card.live .live-price {
  position: absolute;
  left: 32px;
  top: 127px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  letter-spacing: -0.72px;
}

.stat-card.live .live-amount {
  font-weight: 500;
  color: #ffffff;
}

.stat-card.live .live-value {
  font-weight: 700;
  color: #6082ff;
}

.stat-card.live .live-meta {
  position: absolute;
  right: 12px;
  top: 148px;
  font-size: 12px;
  color: rgba(46, 82, 213, 0.8);
  letter-spacing: -0.36px;
}

.stat-card.live .live-date {
  position: absolute;
  right: 12px;
  top: 164px;
  font-size: 12px;
  color: #848484;
  letter-spacing: -0.36px;
}

.stat-card.featured {
  position: relative;
  width: 342px;
  height: 189px;
  border-radius: 20px;
  overflow: hidden;
  background: #1a1b1f;
  text-align: left;
  padding: 28px 32px;
}

.stat-card.featured .featured-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.stat-card.featured .featured-arrow {
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}

.stat-card.featured .featured-route {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.32px;
  white-space: nowrap;
  margin-top: 10px;
}

.stat-card.featured .featured-offer {
  width: 280px;
  height: 34px;
  border: 1px solid #4edfff;
  border-radius: 5px;
  color: #4edfff;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 7px;
}

.stat-card.featured .featured-offer-text {
  position: absolute;
  left: 44px;
  top: 106px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  white-space: nowrap;
}

.stat-card.featured .featured-price {
  position: absolute;
  right: 30px;
  top: 131px;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: #6082ff;
}

.stat-card.featured .featured-number {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.88px;
}

.stat-card.featured .featured-unit {
  font-size: 18px;
  font-weight: 700;
}

.ticker {
  background: rgba(131, 142, 184, 0.1);
  height: 48px;
  display: flex;
  align-items: center;
}

.ticker .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ticker-left{
  width:calc(100% - 284px);
}
.ticker-left,
.ticker-right {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1a1b1f;
}

.ticker-badge-dark {
  background: #1a1b1f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 22px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
}

.ticker-badge-dark img {
  width: 8px;
  height: 15px;
  display: block;
}

.ticker-badge-live {
  background: #ff0202;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
}

.ticker-left .ticker-text,
.ticker-right .ticker-text {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.ticker-strong {
  font-weight: 700;
  letter-spacing: -0.26px;
}

.ticker-regular {
  font-weight: 500;
  letter-spacing: -0.26px;
}

.ticker-date {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.24px;
}

.dark-hero {
  background: #1a1b1f;
  padding: 60px 0 98px;
  color: #ffffff;
}

.picks-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.picks-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}

.picks-layout {
  display: flex;
  gap: 8px;
  align-items: center;
}

.picks-carousel {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}

.picks-card {
  position: relative;
  width: 86px;
  height: 316px;
  border-radius: 10px;
  overflow: visible;
  flex: 0 0 auto;
  overflow: hidden;
}

.picks-card-closed,
.picks-card-open {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picks-card-open {
  opacity: 0;
  width: 542px;
  height: 316px;
  left: 0;
  top: 0;
  pointer-events: none;
}

.picks-card-panel {
  position: absolute;
  left: 36px;
  top: 159px;
  width: 470px;
  height: 125px;
  border-radius: 10px;
  background: #000000;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  color: #ffffff;
}

.picks-card-panel-title {
  color: #4edfff;
  font-size: 20px;
  font-weight: 700;
}

.picks-card-panel-count {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 700;
}

.picks-card-panel-count .count-number {
  font-size: 34px;
}

.picks-card-panel-count .count-unit {
  font-size: 30px;
}

.picks-card-panel-meta {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.picks-card-panel-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%) rotate(45deg);
}

.picks-card.is-open .picks-card-open,
.picks-card.is-hover .picks-card-open {
  opacity: 1;
}

.picks-card.is-open .picks-card-closed,
.picks-card.is-hover .picks-card-closed {
  opacity: 0;
}

.picks-card.is-open .picks-card-panel,
.picks-card.is-hover .picks-card-panel {
  display: flex;
}
.picks-card.is-open,
.picks-card.is-hover {
  z-index: 2;
  width: 542px;
  height: 316px;
}

.banner {
  background-color: #ffffff;
}

.banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 2560px;
}

.banner-image {
  width: 100%;
  max-width: 2560px;
  height: auto;
  display: block;
  object-fit: contain;
}

.benefit {
  padding: 56px 0 108px;
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-700);
  margin-bottom: 20px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefit-card {
  border: 1px solid var(--line-200);
  border-radius: 10px;
  padding: 36px;
  background: white;
  min-height: 316px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  position: relative;
}

.benefit-card.dark {
  background: #0f1116;
  color: white;
}

.benefit-card strong {
  font-size: 24px;
  color: inherit;
  letter-spacing: -0.01em;
}

.benefit-icon {
  width: 133px;
  height: 117px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.benefit-icon img {
  width: 133px;
  height: 117px;
  object-fit: contain;
}

.notice-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.notice-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.notice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #191919;
  font-size: 18px;
  font-weight: 600;
}

.notice-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #191919;
}

.notice-more img {
  width: 16px;
  height: 16px;
  display: block;
}

.notice-body {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: #ffffff;
  height: 110px;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.notice-icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #f5f5f5;
  display: grid;
  place-items: center;
}

.notice-icon img {
  width: 80px;
  height: 53px;
  object-fit: cover;
}

.notice-text-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.18px;
}

.notice-text-desc {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.notice-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.notice-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.28px;
}

.notice-tag {
  min-width: 44px;
  height: 20px;
  padding: 0 8px;
  border-radius: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.24px;
  line-height: 1;
}

.notice-tag.event {
  background: #ff3c3c;
}

.notice-tag.info {
  background: #000000;
}

.floating {
  position: fixed;
  right: 20px;
  bottom: 120px;
  width: 40px;
  height: 148px;
  z-index: 10;
}

.floating-btn {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}

.floating-btn.card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-btn img {
  display: block;
}

.floating-info-icon {
  width: 24px;
  height: 24px;
}

.floating-top {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #868ba2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.floating-top .arrow {
  position: absolute;
  left: 15px;
  top: 7px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.floating-top .label {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  line-height: 24px;
}
