
<!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>CUANWIN77 : Link Alternatif Situs Slot Gacor 2026 | Daftar Slot Online Terpercaya</title>
  <meta name="description" content="CUANWIN77 hadir sebagai link alternatif situs slot gacor 2026 dengan game slot online terlengkap dan RTP tertinggi. Nikmati kemenangan maxwin di CUANWIN77 situs slot gacor terpercaya dengan deposit minimal 10 ribu." />
  <meta name="robots" content="index,follow" />
  <link rel="canonical" href="https://international.uel.edu.vn/" />
  <link rel="icon" href="https://files.sitestatic.net/ImageFile/6473736d87dd0_FINAL%20FAV%20ICON%20CUANWIN77.png" />
  <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>
  :root { color-scheme: dark; }

  * { box-sizing: border-box; }

  body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    background:
      linear-gradient(rgba(10, 0, 20, 0.94), rgba(10, 0, 20, 0.94)),
      radial-gradient(600px 300px at 10% 10%, rgba(180, 0, 255, 0.08), transparent 60%),
      radial-gradient(600px 300px at 90% 40%, rgba(140, 0, 255, 0.05), transparent 60%),
      url('https://i.ibb.co/1Yy30q2H/drhrhrh-1.png') no-repeat center/cover,
      #0a0014;
    color: #e8d5f5;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 16px 12px 26px;
  }

  .wrap { width: 100%; max-width: 420px; }

  .card {
    background: rgba(16, 0, 30, 0.92);
    border: 1px solid rgba(160, 0, 255, 0.30);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(160, 0, 255, 0.15);
    overflow: hidden;
    backdrop-filter: blur(14px);
    position: relative;
  }

  /* GLOW UNGU */
  .card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #a000ff, #d080ff, #7a00cc, #b366ff);
    background-size: 400% 400%;
    border-radius: 20px;
    z-index: -1;
    animation: glowMove 6s ease infinite;
    opacity: 0.40;
  }

  @keyframes glowMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  .head {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(0, 0, 0, .55);
    border-bottom: 1px solid rgba(160, 0, 255, .15);
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .logo {
    width: 100px;
    height: 40px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(160, 0, 255, .20);
    background: rgba(160, 0, 255, .06);
    flex: 0 0 auto;
  }

  .meta .name {
    font-weight: 900;
    font-size: 13.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c77dff;
    text-shadow: 0 0 12px rgba(160, 0, 255, 0.20);
  }

  .meta .tag {
    margin-top: 3px;
    font-size: 11px;
    color: rgba(160, 0, 255, .55);
  }

  .pill {
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #0a0014;
    background: linear-gradient(90deg, #c77dff, #a000ff);
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(160, 0, 255, .25);
    transition: transform 0.3s ease;
  }

  .pill:hover { transform: scale(1.05); }

  .hero { position: relative; }
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(10,0,20,.85) 100%);
    pointer-events: none;
  }

  .body { padding: 14px; }

  h1 {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    color: #c77dff;
    text-shadow: 0 0 20px rgba(160, 0, 255, 0.15);
  }

  .cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
    padding: 0 14px;
  }

  a.btn {
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    font-size: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  a.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(160, 0, 255, 0.20);
  }

  a.btn.primary {
    background: linear-gradient(90deg, #c77dff, #a000ff);
    box-shadow: 0 14px 30px rgba(160, 0, 255, .25);
    color: #0a0014;
  }

  a.btn.secondary {
    background: rgba(160, 0, 255, .08);
    border: 1px solid rgba(160, 0, 255, .25);
    color: #c77dff;
  }

  a.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 50px;
    height: 100%;
    background: rgba(255,255,255,.08);
    transform: skewX(-25deg);
    animation: shine 2.5s linear infinite;
  }

  @keyframes shine {
    0% { left: -70px; }
    100% { left: 130%; }
  }

  .trust {
    margin-top: 12px;
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(160, 0, 255, .04);
    border: 1px solid rgba(160, 0, 255, .10);
  }

  .row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(232, 213, 245, .75);
    border-bottom: 1px dashed rgba(160, 0, 255, .08);
    padding-bottom: 8px;
  }

  .row:last-child { border-bottom: none; padding-bottom: 0; }
  .row b { color: #c77dff; }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
  }
  .float-num { display: inline-block; animation: float 3s ease-in-out infinite; }

  .foot {
    padding: 14px;
    text-align: center;
    font-size: 11.5px;
    color: rgba(232, 213, 245, .30);
    border-top: 1px solid rgba(160, 0, 255, .08);
    background: rgba(0, 0, 0, .30);
  }

  .foot strong { color: #c77dff; font-weight: 700; }
</style>
</head>
<body>
  <main class="wrap">
    <section class="card">
      <header class="head">
        <div class="brand">
          <div class="logo">
            <amp-img src="https://zonawd.vip/images/slot-gacor-xinseo.png" width="100" height="40" layout="responsive" alt="Logo CUANWIN77"></amp-img>
          </div>
          <div class="meta">
            <div class="name">CUANWIN77</div>
            <div class="tag">Bandar Toto Online Terpercaya</div>
          </div>
        </div>
        <a class="pill" href="https://aksesvip-5st.pages.dev/" target="_blank">LOGIN</a>
      </header>

      <div class="hero">
        <amp-img src="https://i.ibb.co/1Yy30q2H/drhrhrh-1.png" width="800" height="800" layout="responsive" alt="Togel Online CUANWIN77"></amp-img>
      </div>

      <div class="cta">
        <a class="btn primary" href="https://aksesvip-5st.pages.dev/" target="_blank">LOGIN</a>
        <a class="btn secondary" href="https://aksesvip-5st.pages.dev/" target="_blank">DAFTAR</a>
      </div>

      <div class="body">
        <h1>Bandar Toto Online Terpercaya 2026</h1>
        <div class="trust">
          <div class="row"><span>Nama Situs:</span><b>CUANWIN77</b></div>
          <div class="row"><span>Jenis Permainan:</span><b>Togel 4D, 3D, 2D</b></div>
          <div class="row"><span>Pasaran Togel:</span><b>SG, HK, SDY, MACAU</b></div>
          <div class="row"><span>Diskon Bet:</span><b>Up to 66%</b></div>
          <div class="row"><span>Minimal Deposit:</span><b>Rp 10.000</b></div>
          <div class="row"><span>Metode Deposit:</span><b>QRIS, Bank, E-Wallet</b></div>
        </div>
      </div>

      <footer class="foot">
        © 2026 <strong>CUANWIN77</strong>. All rights reserved | Togel Online X I N
      </footer>
    </section>
  </main>
</body>
</html>