/* ============================================================
   Bitkub Summit — static rebuild
   สกัดค่าจริงจาก Tailwind bundle ของเว็บต้นฉบับ
   (assets/index-CU43wtmo.css + ComingSoon component)
   ============================================================ */

/* ---------- reset (จาก preflight ของ Tailwind) ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: rgb(18 18 18);
  color: #fff;
}

html.dark body,
body.dark {
  background-color: #000;
  color: #fff;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* ---------- typography ---------- */
html,
body,
* {
  font-family: "Graphik Trial", "Prompt", sans-serif;
}

/* ---------- หน้า Coming Soon ---------- */
.coming-soon {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  background-image: url("../img/meteorite-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.coming-soon__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.75) 70%,
      rgba(0, 0, 0, 0.9) 100%);
}

.coming-soon__main {
  position: relative;
  z-index: 10;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;  /* px-6 */
  padding-right: 1.5rem;
  text-align: center;
}

.coming-soon__logo {
  height: 2.5rem;        /* h-10 */
  width: auto;
  margin-bottom: 2.5rem; /* mb-10 */
  user-select: none;
}

.coming-soon__title {
  font-weight: 700;      /* font-bold */
  letter-spacing: 0.025em; /* tracking-wide */
  font-size: 40px;       /* text-[40px] */
  line-height: 1;        /* leading-none */
  color: #00b359;
}

.coming-soon__subtitle {
  margin-top: 1rem;      /* mt-4 */
  font-size: 1rem;       /* text-base */
  line-height: 1.5rem;
  color: rgb(255 255 255 / 0.9);
}

.coming-soon__footer {
  position: relative;
  z-index: 10;
  padding-bottom: 1.5rem; /* pb-6 */
  padding-left: 1rem;     /* px-4 */
  padding-right: 1rem;
  text-align: center;
}

.coming-soon__copyright {
  font-size: 0.75rem;     /* text-xs */
  line-height: 1rem;
  color: #fff;
}

/* ---------- breakpoint md: 768px ---------- */
@media (min-width: 768px) {
  .coming-soon__logo {
    height: 3rem;          /* md:h-12 */
    margin-bottom: 3rem;   /* md:mb-12 */
  }

  .coming-soon__title {
    font-size: 4.5rem;     /* md:text-7xl */
    line-height: 1;
  }

  .coming-soon__subtitle {
    margin-top: 1.5rem;    /* md:mt-6 */
    font-size: 2.25rem;    /* md:text-4xl */
    line-height: 2.5rem;
  }

  .coming-soon__footer {
    padding-bottom: 2rem;  /* md:pb-8 */
  }

  .coming-soon__copyright {
    font-size: 0.875rem;   /* md:text-sm */
    line-height: 1.25rem;
  }
}
