<!doctype html>
<html amp lang="id">
  <head>
    <meta charset="utf-8" />
    <meta
      name="viewport"
      content="width=device-width,minimum-scale=1,initial-scale=1"
    />
    <title>BOSSWIN168 Login Terpercaya - Link Resmi Bebas Blokir</title>
    <meta
      name="description"
      content="Akses resmi BOSSWIN168 untuk pengalaman bermain yang aman dan terlindungi UU privasi terbaru. Proses login instan, aman dari blokir, dan teruji kredibilitasnya."
    />
    <meta name="robots" content="index,follow" />
    <link rel="canonical" href="https://bosswin168.site/" />
    <link
      rel="icon"
      href="https://cdn.robotaset.com/assets/tpl/10ac8ce9a2/images/favicon.ico"
    />
    <meta
      name="google-site-verification"
      content="m6nv4xgk15NRpDccR9AQ0Razozco_0r18wuUa1Lkg5s"
    />
    <script async src="https://cdn.ampproject.org/v0.js"></script>

    <style amp-boilerplate>
      body {
        -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
        -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
        -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
        animation: -amp-start 8s steps(1, end) 0s 1 normal both;
      }
      @-webkit-keyframes -amp-start {
        from {
          visibility: hidden;
        }
        to {
          visibility: visible;
        }
      }
      @-moz-keyframes -amp-start {
        from {
          visibility: hidden;
        }
        to {
          visibility: visible;
        }
      }
      @-ms-keyframes -amp-start {
        from {
          visibility: hidden;
        }
        to {
          visibility: visible;
        }
      }
      @-o-keyframes -amp-start {
        from {
          visibility: hidden;
        }
        to {
          visibility: visible;
        }
      }
      @keyframes -amp-start {
        from {
          visibility: hidden;
        }
        to {
          visibility: visible;
        }
      }
    </style>

    <noscript>
      <style amp-boilerplate>
        body {
          -webkit-animation: none;
          -moz-animation: none;
          -ms-animation: none;
          animation: none;
        }
      </style>
    </noscript>

    <style amp-custom>
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        background: radial-gradient(circle at top, #2b1b00 0%, #000 55%);
        font-family: Arial, sans-serif;
        color: #fff;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        overflow-x: hidden;
      }

      .container {
        width: 100%;
        max-width: 420px;
        position: relative;
      }

      .poker-card {
        background: linear-gradient(180deg, #111, #050505);
        border: 2px solid #d4af37;
        border-radius: 22px;
        overflow: hidden;
        box-shadow:
          0 0 25px rgba(212, 175, 55, 0.35),
          0 0 50px rgba(0, 0, 0, 0.9);
        position: relative;
      }

      .poker-card:before {
        content: "♠";
        position: absolute;
        top: 12px;
        left: 18px;
        font-size: 28px;
        color: #d4af37;
        opacity: 0.9;
      }

      .poker-card:after {
        content: "♣";
        position: absolute;
        bottom: 12px;
        right: 18px;
        font-size: 28px;
        color: #d4af37;
        opacity: 0.9;
      }

      .header {
        padding: 18px;
        text-align: center;
        border-bottom: 1px solid rgba(212, 175, 55, 0.25);
        background: linear-gradient(180deg, #1a1a1a, #0a0a0a);
      }

      .logo {
        margin-bottom: 10px;
      }

      .logo amp-img {
        margin: auto;
        filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.6));
      }

      .title {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #d4af37;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
        margin-bottom: 8px;
      }

      .subtitle {
        font-size: 12px;
        color: #fff;
        letter-spacing: 2px;
        opacity: 0.8;
      }

      .banner-wrap {
        padding: 18px;
        position: relative;
      }

      .banner {
        border-radius: 18px;
        overflow: hidden;
        border: 2px solid rgba(212, 175, 55, 0.45);
        box-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
        position: relative;
      }

      .banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: -80%;
        width: 50%;
        height: 100%;
        background: linear-gradient(
          120deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.4) 50%,
          rgba(255, 255, 255, 0) 100%
        );
        transform: skewX(-25deg);
        animation: shine 3s infinite;
        z-index: 2;
      }

      @keyframes shine {
        0% {
          left: -80%;
        }
        100% {
          left: 130%;
        }
      }

      .info-box {
        padding: 0 20px 20px;
        text-align: center;
      }

      .info-title {
        font-size: 18px;
        font-weight: 700;
        color: #d4af37;
        margin-bottom: 10px;
        letter-spacing: 1px;
      }

      .info-desc {
        font-size: 13px;
        line-height: 1.7;
        color: #ddd;
        margin-bottom: 18px;
      }

      .chips {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
        flex-wrap: wrap;
      }

      .chip {
        background: linear-gradient(180deg, #d4af37, #8f6a12);
        padding: 8px 14px;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 700;
        color: #000;
        box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
      }

      .btn-area {
        display: flex;
        gap: 12px;
        padding: 0 20px 24px;
      }

      .btn {
        flex: 1;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        border-radius: 12px;
        transition: 0.3s;
        letter-spacing: 1px;
        position: relative;
        overflow: hidden;
      }

      .btn-login {
        background: #111;
        border: 1px solid #d4af37;
        color: #d4af37;
      }

      .btn-daftar {
        background: linear-gradient(135deg, #d4af37, #f7d56d);
        color: #000;
        box-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
      }

      .btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 60%;
        height: 100%;
        background: linear-gradient(
          120deg,
          rgba(255, 255, 255, 0),
          rgba(255, 255, 255, 0.45),
          rgba(255, 255, 255, 0)
        );
        transform: skewX(-25deg);
        animation: btnshine 2.5s infinite;
      }

      @keyframes btnshine {
        100% {
          left: 180%;
        }
      }

      .footer {
        padding: 18px;
        text-align: center;
        border-top: 1px solid rgba(212, 175, 55, 0.18);
        font-size: 11px;
        letter-spacing: 2px;
        color: #d4af37;
        background: #0a0a0a;
      }

      .poker-icons {
        position: absolute;
        inset: 0;
        pointer-events: none;
        overflow: hidden;
      }

      .poker-icons span {
        position: absolute;
        font-size: 24px;
        color: rgba(212, 175, 55, 0.08);
        animation: float 10s linear infinite;
      }

      .poker-icons span:nth-child(1) {
        top: 5%;
        left: 8%;
      }

      .poker-icons span:nth-child(2) {
        top: 25%;
        right: 10%;
      }

      .poker-icons span:nth-child(3) {
        bottom: 20%;
        left: 12%;
      }

      .poker-icons span:nth-child(4) {
        bottom: 8%;
        right: 8%;
      }

      @keyframes float {
        0% {
          transform: translateY(0px);
        }
        50% {
          transform: translateY(-12px);
        }
        100% {
          transform: translateY(0px);
        }
      }
    </style>
  </head>

  <body>
    <div class="container">
      <div class="poker-icons">
        <span>♠</span>
        <span>♥</span>
        <span>♦</span>
        <span>♣</span>
      </div>

      <div class="poker-card">
        <div class="header">
          <div class="logo">
            <amp-img
              src="https://cdn.robotaset.com/assets/tpl/10ac8ce9a2/images/logo.gif"
              width="180"
              height="60"
              layout="intrinsic"
              alt="BOSSWIN168"
            >
            </amp-img>
          </div>

          <div class="title">BOSSWIN168</div>

          <div class="subtitle">LINK PREMIUM TERPERCAYA</div>
        </div>

        <div class="banner-wrap">
          <div class="banner">
            <amp-img
              src="https://res.cloudinary.com/df7rahxvm/image/upload/v1780788632/bw-banner-site2_vffnow.png"
              width="500"
              height="500"
              layout="responsive"
              alt="Poker Banner"
            >
            </amp-img>
          </div>
        </div>

        <div class="info-box">
          <div class="info-title">BOSSWIN168 TERBAIK</div>

          <div class="info-desc">
            Bermain permainan strategi papan mahjong dengan mudah dan nyaman
            cukup satu klik saja bisa mendapatkan keuntungan yang berlipat
            ganda. Daftar sekarang juga!
          </div>

          <div class="chips">
            <div class="chip">HABANERO</div>
            <div class="chip">PRAGMATIC PLAY</div>
            <div class="chip">PG SOFT</div>
          </div>
        </div>

        <div class="btn-area">
          <a
            href="https://goshort.info/bosswin168"
            target="_blank"
            rel="noopener noreferrer"
            class="btn btn-login"
          >
            LOGIN
          </a>

          <a
            href="https://bwtotoo.xyz/bw"
            target="_blank"
            rel="noopener noreferrer"
            class="btn btn-daftar"
          >
            DAFTAR
          </a>
        </div>

        <div class="footer">© 2026 BOSSWIN168 GACOR</div>
      </div>
    </div>
  </body>
</html>

