@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  color: #27338c;
  background-color: #010414;
  font-family: "Google Sans", sans-serif; }

.app-checkin-ocany-game {
  max-width: 500px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  overflow: visible; }

.bg-checkin-ocany {
  width: 100%; }
  .bg-checkin-ocany .bg-checkin {
    width: 100%;
    height: auto; }
  .bg-checkin-ocany .checkin-text {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%; }
  .bg-checkin-ocany .ocany-bottle {
    position: absolute;
    top: 14%;
    left: 60%;
    transform: translateX(-50%);
    max-width: 45%; }

.main-page {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%; }

.checkin-journey {
  /* show đúng 1 ảnh theo state */ }
  .checkin-journey .number-checkin {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .checkin-journey .number-checkin .number-title {
      font-size: 16px;
      font-weight: 700;
      color: #27338c; }
    .checkin-journey .number-checkin .number-value {
      font-size: 24px;
      font-weight: 900;
      color: #27338c; }
  .checkin-journey .journey-node {
    position: absolute;
    left: 0%;
    top: -100%;
    width: 25px;
    height: 25px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2; }
  .checkin-journey .node-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease; }
  .checkin-journey .journey-node[data-state="location"] .is-location {
    opacity: 1; }
  .checkin-journey .journey-node[data-state="ball"] .is-ball {
    opacity: 1; }
  .checkin-journey .journey-node[data-state="light"] .is-light {
    opacity: 1; }
  .checkin-journey .journey-node:nth-of-type(1) {
    left: 0%;
    top: -100%; }
  .checkin-journey .journey-node:nth-of-type(2) {
    left: 12%;
    top: -100%; }
  .checkin-journey .journey-node:nth-of-type(3) {
    left: 27%;
    top: -80%; }
  .checkin-journey .journey-node:nth-of-type(4) {
    left: 40%;
    top: -100%; }
  .checkin-journey .journey-node:nth-of-type(5) {
    left: 53%;
    top: -80%; }
  .checkin-journey .journey-node:nth-of-type(6) {
    left: 66%;
    top: -60%; }
  .checkin-journey .journey-node:nth-of-type(7) {
    left: 80%;
    top: -100%; }
  .checkin-journey .journey-node:nth-of-type(8) {
    left: 94%;
    top: -100%; }

.journey-checkin-map {
  position: relative;
  margin-bottom: 20px; }
  .journey-checkin-map .journey-line {
    max-width: 100%; }

.information-program {
  background-color: #ffffffb2;
  border-radius: 20px;
  gap: 10px;
  padding: 10px;
  max-height: 100vh; }
  .information-program::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .information-program h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #27338c; }
  .information-program.is-congrats-open {
    max-height: 40vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .information-program.is-congrats-open::-webkit-scrollbar {
      width: 0;
      height: 0; }

.program-list {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 18px; }
  .program-list .program-item {
    color: #27338c; }
    .program-list .program-item::marker {
      color: #27338c;
      font-size: 16px; }
    .program-list .program-item-label {
      font-weight: 700;
      color: #27338c;
      font-size: 16px;
      line-height: 1.2; }
    .program-list .program-item-content {
      margin-top: 8px;
      font-size: 16px;
      line-height: 1.45; }
    .program-list .program-item span {
      font-weight: 900;
      color: #dcaf26; }

/* Danh sách con (chấm nhỏ) */
.program-sublist {
  margin: 10px 0 0;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.55; }
  .program-sublist li {
    margin: 10px 0;
    list-style-type: disc; }
    .program-sublist li::marker {
      color: #27338c;
      font-size: 14px; }

.checkin-success {
  margin: 15px 0;
  border-radius: 12px;
  font-size: 16px; }
  .checkin-success-text {
    margin: 0; }
    .checkin-success-text b {
      font-weight: 900; }
  .checkin-success-location {
    font-weight: 900; }

.checkin-congratulation {
  width: 100%;
  position: relative;
  margin-bottom: 10px; }
  .checkin-congratulation-inner {
    width: 100%;
    text-align: center;
    position: relative; }
    .checkin-congratulation-inner::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 8px;
      padding: 4px;
      background: linear-gradient(180deg, #ffffff, #b1a8f7, #7f96ff);
      mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      mask-composite: exclude; }
  .checkin-congratulation-header {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }
  .checkin-congratulation-title {
    font-size: 18px;
    font-weight: 900;
    background: linear-gradient(to right, #002db6, #2257f7, #04318f);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
    margin: 0; }
  .checkin-congratulation-desc {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    color: #000; }
  .checkin-congratulation-art {
    width: 100%; }
  .checkin-congratulation-splash {
    width: 100%;
    height: auto;
    border-radius: 8px; }
  .checkin-congratulation-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: auto; }

.d-none {
  display: none !important; }

.app-checkin-ocany-game.is-congrats-open .information-program {
  max-height: 55vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .app-checkin-ocany-game.is-congrats-open .information-program::-webkit-scrollbar {
    width: 0;
    height: 0; }

/*# sourceMappingURL=style.css.map */
