<!doctype html>
<html amp lang="id">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>RONIN86 > JADILAH RONIN TANPA BATAS HANYA DI RONIN86 SEKARANG</title>

    <meta
      name="description"
      content="RONIN86 adalah panggung tertinggi untuk Anda yang berani tampil beda dan mendominasi. Tanpa aturan yang mengikat, tanpa batas yang menghalangi. Di sini, setiap langkah adalah peluang dan setiap keputusan membawa Anda menuju puncak. Tunggu apa lagi? Ambil kendali, bebaskan jiwa petualangmu, dan jadilah Ronin tanpa batas hanya di RONIN86 sekarang!"
    />
    <meta
      name="google-site-verification"
      content="m6nv4xgk15NRpDccR9AQ0Razozco_0r18wuUa1Lkg5s"
    />
    <meta name="robots" content="index,follow" />

    <link
      rel="icon"
      href="https://cdn.robotaset.com/assets/tpl/acbd75ac04/images/favicon.ico"
      type="image/x-icon"
    />

    <link rel="canonical" href="https://shiftup.work/" />
    <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,
            rgba(120, 0, 0, 0.35),
            transparent 45%
          ),
          linear-gradient(180deg, #140000 0%, #220202 45%, #090000 100%);
        font-family: "Segoe UI", Arial, sans-serif;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 100vh;
        overflow-x: hidden;
        position: relative;
      }

      body::before {
        content: "";
        position: fixed;
        inset: 0;
        background-image:
          linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
        background-size: 40px 40px;
        pointer-events: none;
        z-index: 0;
      }

      .container,
      .ig-header,
      .shiny-wrapper,
      .caption-section {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
      }

      .ig-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 14px;
        background: rgba(20, 0, 0, 0.75);
        border: 1px solid rgba(255, 80, 80, 0.18);
        border-radius: 12px 12px 0 0;
        backdrop-filter: blur(6px);
        box-shadow: 0 0 18px rgba(120, 0, 0, 0.35);
        margin-top: 20px;
      }

      .ig-profile {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .ig-avatar img {
        width: 90px;
        height: 45px;
        object-fit: contain;
        filter: drop-shadow(0 0 10px rgba(255, 70, 70, 0.45));
      }

      .ig-user {
        display: flex;
        align-items: center;
        gap: 4px;
      }

      .ig-verified {
        font-size: 16px;
        color: #ff5757;
      }

      .ig-following {
        background: linear-gradient(90deg, #4d0000, #8f1111);
        border: 1px solid rgba(255, 120, 120, 0.25);
        border-radius: 8px;
        padding: 6px 12px;
        font-size: 11px;
        font-weight: 700;
        transition: 0.3s;
        box-shadow: 0 0 12px rgba(180, 0, 0, 0.25);
      }

      .ig-following a {
        color: #fff;
        text-decoration: none;
      }

      .ig-following:hover {
        transform: scale(1.05);
        background: linear-gradient(90deg, #6a0000, #b41414);
      }

      .ig-more {
        font-size: 22px;
        color: #fff;
      }

      .shiny-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        border-radius: 0 0 12px 12px;
        border: 1px solid rgba(255, 80, 80, 0.18);
        box-shadow:
          0 0 18px rgba(120, 0, 0, 0.4),
          0 0 35px rgba(70, 0, 0, 0.55);
        margin-top: 6px;
        background: #120000;
      }

      .shiny-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: -80%;
        width: 40%;
        height: 100%;
        background: linear-gradient(
          120deg,
          rgba(255, 255, 255, 0),
          rgba(255, 255, 255, 0.35),
          rgba(255, 255, 255, 0)
        );
        transform: skewX(-25deg);
        animation: katanaLight 3s linear infinite;
        z-index: 2;
        pointer-events: none;
      }

      @keyframes katanaLight {
        0% {
          left: -80%;
        }
        100% {
          left: 140%;
        }
      }

      .shiny-wrapper::after {
        content: "侍";
        position: absolute;
        top: 14px;
        right: 16px;
        font-size: 28px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.15);
        z-index: 3;
        text-shadow: 0 0 12px rgba(255, 0, 0, 0.45);
      }

      .shiny-wrapper amp-img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.4s ease;
      }

      .shiny-wrapper:hover amp-img {
        transform: scale(1.03);
      }

      .glowing {
        text-align: center;
        margin: 10px auto;
        animation: floaty 4s ease-in-out infinite;
      }

      @keyframes floaty {
        0%,
        100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-5px);
        }
      }

      .btn-glow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 45%;
        height: 36px;
        margin: 6px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        background: linear-gradient(90deg, #5c0000, #b01414, #5c0000);
        border: none;
        border-radius: 10px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        box-shadow:
          0 0 12px rgba(180, 0, 0, 0.4),
          0 0 22px rgba(120, 0, 0, 0.35);
        transition: 0.25s;
        text-decoration: none;
      }

      .btn-glow:hover {
        transform: scale(1.05);
        box-shadow:
          0 0 25px rgba(255, 70, 70, 0.55),
          0 0 35px rgba(140, 0, 0, 0.5);
      }

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

      @keyframes shineContinuous {
        0% {
          left: -75px;
        }
        100% {
          left: 130%;
        }
      }

      .caption-section {
        background: rgba(8, 0, 0, 0.92);
        padding: 14px 16px 20px;
        font-size: 13px;
        line-height: 1.7;
        border-radius: 14px;
        margin-top: 10px;
        border: 1px solid rgba(255, 80, 80, 0.12);
        box-shadow: 0 0 22px rgba(120, 0, 0, 0.2);
      }

      .ig-footer {
        color: #fff;
      }

      .ig-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
      }

      .ig-icons img {
        width: 22px;
        height: 22px;
        margin-right: 12px;
        opacity: 0.9;
        filter: drop-shadow(0 0 4px rgba(255, 70, 70, 0.4));
        transition: 0.2s;
      }

      .ig-icons img:hover {
        transform: scale(1.15);
        opacity: 1;
      }

      .likes {
        font-weight: 700;
        margin-bottom: 8px;
        color: #ffd4d4;
      }

      .caption-text {
        margin-bottom: 8px;
        color: #f5dede;
      }

      .caption-text a {
        color: #ff7b7b;
        text-decoration: none;
      }

      .view-comments {
        color: #c27c7c;
        font-size: 13px;
        margin-bottom: 6px;
      }

      .time-ago {
        color: #8d5d5d;
        font-size: 12px;
        text-transform: uppercase;
      }

      .samurai-divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 80, 80, 0.45),
          transparent
        );
        margin: 12px 0;
      }

      .ronin-symbol {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 80px;
        color: rgba(255, 255, 255, 0.04);
        pointer-events: none;
        z-index: 1;
      }
    </style>
  </head>

  <body>
    <div class="ronin-symbol"></div>

    <div class="container">
      <div class="ig-header">
        <div class="ig-profile">
          <div class="ig-avatar">
            <img
              src="https://cdn.robotaset.com/assets/tpl/acbd75ac04/images/logo.gif"
              alt="RONIN86"
            />
          </div>

          <div class="ig-user">
            <span class="ig-verified">⚔</span>
          </div>
        </div>

        <button class="ig-following">
          <a
            href="https://goshort.info/ronin86"
            target="_blank"
            rel="noreferrer noopener"
          >
            Mengikuti
          </a>
        </button>

        <div class="ig-more">⋯</div>
      </div>

      <div class="shiny-wrapper">
        <amp-img
          src="https://res.cloudinary.com/df7rahxvm/image/upload/v1780984187/rn-banner-shift_pyrqvt.png"
          width="500"
          height="500"
          layout="responsive"
          alt="RONIN86 Samurai Banner"
        >
        </amp-img>
      </div>

      <div class="glowing">
        <a
          href="https://goshort.info/ronin86"
          target="_blank"
          rel="noreferrer noopener"
          class="btn-glow"
        >
          DAFTAR
        </a>

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

      <div class="caption-section">
        <div class="ig-footer">
          <div class="ig-icons">
            <div class="ig-left">
              <img src="https://mansion999.org/icon/heart.png" alt="like" />
              <img
                src="https://mansion999.org/icon/bubblechat.png"
                alt="comment"
              />
              <img src="https://mansion999.org/icon/sent.png" alt="send" />
            </div>

            <div class="ig-right">
              <img src="https://mansion999.org/icon/bookmark.png" alt="save" />
            </div>
          </div>

          <div class="likes">
            Disukai oleh <strong>ronin gacor</strong>,
            <strong>ronin86</strong>
            <strong>dan lainnya</strong>
          </div>

          <div class="samurai-divider"></div>

          <div class="caption-text">
            <strong
              >RONIN86 - Bebaskan Potensimu. Taklukkan Segala Rintangan</strong
            >
            Seorang Ronin tidak pernah tunduk pada keadaan. Mereka menciptakan
            jalannya sendiri. RONIN86 membuka gerbang emas bagi Anda yang
            mencari sensasi pengalaman premium yang tak tertandingi. Ini bukan
            sekadar tempat berkumpul, ini adalah medan pembuktian jati diri.
            Lepaskan belenggu, lampaui ekspektasi, dan jadilah Ronin tanpa batas
            hanya di RONIN86 sekarang!

            <a>#RONIN86 #samurai #ronin #slotgacor #slotresmi</a>
          </div>

          <div class="view-comments">Lihat semua 86.886 komentar</div>

          <div class="time-ago">8 menit yang lalu</div>
        </div>
      </div>
    </div>
  </body>
</html>
