@charset "utf-8";

/**
 * Lottomate GOLD mobile spacing tune
 * Path: /var/www/lottomate/assets/css/lottomate_gold_mobile_tune.css
 */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, video, iframe {
  max-width: 100%;
}

@media (max-width: 1220px) {
  .main {
    padding-top: 8px;
  }

  .hero-layout,
  .result-row {
    gap: 12px;
  }

  .side {
    margin-top: 2px;
  }
}

@media (max-width: 880px) {
  body {
    background: #f7f6f2;
  }

  .topbar {
    height: auto;
    min-height: 32px;
  }

  .topbar .wrap {
    min-height: 32px;
    justify-content: center;
  }

  .notice-line {
    max-width: 100%;
    text-align: center;
    font-size: 11px;
  }

  .gnb {
    position: sticky;
    top: 0;
  }

  .gnb .wrap {
    height: 62px;
  }

  .brand {
    font-size: 21px;
  }

  .brand-crown {
    width: 40px;
    height: 36px;
    border-radius: 12px;
    font-size: 21px;
  }

  .main {
    padding-top: 8px;
  }

  section {
    padding: 22px 0;
  }

  .hero {
    min-height: auto;
    border-radius: 18px;
  }

  .hero-copy {
    padding: 28px 22px 0;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 1.18;
  }

  .hero p {
    font-size: 14px;
    margin-top: 12px;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-art {
    height: 220px;
    transform: scale(.92);
    transform-origin: center top;
  }

  .side {
    gap: 8px;
  }

  .panel {
    border-radius: 13px;
  }

  .login {
    padding: 12px;
  }

  .login input {
    height: 36px;
  }

  .login button {
    height: 38px;
  }

  .gold-card,
  .summary,
  .auto-check {
    padding: 13px;
  }

  .summary-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .summary-grid strong {
    font-size: 15px;
  }

  .latest {
    min-height: auto;
    border-radius: 16px;
    padding: 20px 14px;
  }

  .trophy {
    height: 80px;
  }

  .trophy:before {
    font-size: 70px;
  }

  .latest-center h2 {
    font-size: 30px;
  }

  .neon-balls {
    gap: 6px;
    margin: 14px 0;
    flex-wrap: wrap;
  }

  .neon {
    width: 39px;
    height: 39px;
    font-size: 16px;
  }

  .amount-box {
    margin-top: 18px;
  }

  .amount-box .amount {
    font-size: 22px;
  }

  .amount-box .net b {
    font-size: 21px;
  }

  .auto-banner {
    padding: 18px;
    justify-content: center;
  }

  .auto-banner strong {
    font-size: 19px;
  }

  .section-card {
    padding: 16px;
    border-radius: 16px;
  }

  .section-title {
    font-size: 21px;
    margin-bottom: 14px;
  }

  .preview-grid {
    gap: 10px;
  }

  .preview-img {
    height: 112px;
  }

  .preview-body {
    padding: 12px;
  }

  .board {
    padding: 15px;
  }

  .premium-banner {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .premium-banner h2 {
    font-size: 24px;
  }

  footer {
    margin-top: 22px;
    padding-bottom: 110px;
  }

  .bottom-cta {
    bottom: 10px;
    width: calc(100% - 20px);
    border-radius: 14px;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 20px, 1180px);
  }

  .label {
    height: 28px;
    font-size: 12px;
    padding: 0 10px;
  }

  .hero-copy {
    padding: 24px 18px 0;
  }

  .hero h1 {
    font-size: 27px;
  }

  .hero-art {
    height: 190px;
    transform: scale(.82);
  }

  .report-book {
    right: 35px;
  }

  .glow-ball.g1 {
    left: 75px;
  }

  .glow-ball.g2 {
    left: 150px;
  }

  .glow-ball.g3 {
    left: 36px;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }

  .latest {
    padding: 18px 12px;
  }

  .latest-center .winner {
    font-size: 16px;
  }

  .neon {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .plus {
    font-size: 22px;
  }

  .preview-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    gap: 8px;
  }

  .service {
    min-height: 118px;
    padding: 12px 8px;
  }

  .service .ico {
    width: 44px;
    height: 44px;
  }

  .premium-banner h2 {
    font-size: 22px;
  }

  .public-page .page-hero {
    margin-top: 14px;
    padding: 24px 18px;
    border-radius: 16px;
  }

  .public-page .page-hero h1 {
    font-size: 28px;
  }

  .public-page .page-hero p {
    font-size: 14px;
  }

  .bottom-cta {
    font-size: 14px;
    text-align: center;
  }

  .bottom-cta .close {
    position: absolute;
    right: 8px;
    top: 4px;
  }
}
