<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  background: url("/img/back3.jpg") no-repeat center center fixed;
  background-size: cover;
  color: white;
}
:root {
  --website--theme--nav--with--modal--color--light: #1c2d4f;
  --website--theme--nav--with--modal--color--dark: #0b1425;
}
.container {
  max-width: 450px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.103);
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 0 10px #000;
}

.logo img {
  width: 50%;
  border-radius: 10px;
  display: block; /* à¸—à¸³à¹ƒà¸«à¹‰ img à¸§à¸²à¸‡à¹à¸šà¸š block */
  margin: 0 auto; /* à¸ˆà¸±à¸”à¹ƒà¸«à¹‰à¸­à¸¢à¸¹à¹ˆà¸à¸¶à¹ˆà¸‡à¸à¸¥à¸²à¸‡à¹à¸™à¸§à¸™à¸­à¸™ */
  margin-top: 10px;
  margin-bottom: 20px;
}

.header-box {
  background-color: #ff9900;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 10px;
}

.sub-header {
  background-color: #ff9900;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 20px;
}

.link-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 2px solid #ff9900;
  background: linear-gradient(
    180deg,
    #ff6600,
    #ff9900,
    #ffcc66
  ); /* à¹„à¸¥à¹ˆà¹€à¸‰à¸”à¸ªà¹‰à¸¡à¹€à¸‚à¹‰à¸¡ -&gt; à¸ªà¹‰à¸¡à¸à¸¥à¸²à¸‡ -&gt; à¸ªà¹‰à¸¡à¸­à¹ˆà¸­à¸™ */
  color: white;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  cursor: pointer;

  /* Glow effect (à¹‚à¸—à¸™à¸ªà¹‰à¸¡à¸—à¸­à¸‡) */
  box-shadow: 0 0 12px #ffaa33, 0 0 24px #ffcc66;
  transition: 0.2s ease-in-out;
}

.link-button:hover {
  box-shadow: 0 0 15px #ffaa33, 0 0 30px #ffcc66;
  transform: scale(1.02);
}

.link-button img {
  width: 40px;
  margin-right: 14px;
  border-radius: 8px;
}

.link-button span {
  flex-grow: 1;
  font-weight: bold;
}

.share-icon {
  font-size: 22px;
}

.link-button span {
  flex-grow: 1;
  font-weight: bold;
  text-align: center; /* à¸‚à¹‰à¸­à¸„à¸§à¸²à¸¡à¸­à¸¢à¸¹à¹ˆà¸à¸¥à¸²à¸‡à¹à¸™à¸§à¸™à¸­à¸™ */
}

.image-section img {
  width: 100%;
  border-radius: 10px;
  margin: 30px 0;
}

/* à¸£à¸¹à¸›à¸—à¹‰à¸²à¸¢ footer */
.footer-images {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  margin-top: 20px;
}

.footer-images img {
  width: 32%; /* à¸«à¸£à¸·à¸­à¸ˆà¸°à¹ƒà¸Šà¹‰ 32%, à¹à¸¥à¹‰à¸§à¹à¸•à¹ˆà¸«à¸™à¹‰à¸²à¸ˆà¸­ */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.4);
}

.wiggle-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ff9900;
  color: white;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  animation: wiggle 0.6s ease-in-out infinite;
  transition: transform 0.2s;
}

.wiggle-button img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.share-icon {
  font-size: 20px;
}

/* à¸‚à¸¢à¸±à¸šà¸‚à¸¶à¹‰à¸™à¸¥à¸‡ */
@keyframes wiggle {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  75% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0px);
  }
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1; /* à¸§à¸²à¸‡à¹„à¸§à¹‰à¸‚à¹‰à¸²à¸‡à¸«à¸¥à¸±à¸‡ */
}

.iframe-container {
  display: flex;
  justify-content: center;
  margin: 20px 0; /* à¹€à¸žà¸´à¹ˆà¸¡à¸£à¸°à¸¢à¸°à¸šà¸™à¸¥à¹ˆà¸²à¸‡à¸™à¸´à¸”à¸™à¸¶à¸‡à¸•à¸²à¸¡à¸„à¸§à¸²à¸¡à¹€à¸«à¸¡à¸²à¸°à¸ªà¸¡ */
}
</pre></body></html>