



<!doctype html>
<html ⚡ lang="id">
<head>
  <meta charset="utf-8">
  <script async src="https://cdn.ampproject.org/v0.js"></script>
  
  <title>BOGEM10 : Experience Next Level Online Gaming Platform 2026!</title>
  <link rel="canonical" href="https://goodlookscooks.com/cooks/sweet-tart-cranberry-sauce/">
  <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  <meta name="description" content="BOGEM10 adalah online gaming platform 2026 dengan teknologi modern, sistem real-time, dan pengalaman bermain yang cepat serta profesional.">
  <link rel="shortcut icon" href="https://goodlookscooks.com/cute/images/bogem/favicon-bogem10.webp" type="image/x-icon">
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap" rel="stylesheet">
  
  <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 { 
      --primary: #199339; /* Warna Neon Cyan */ 
      --secondary: #199339; /* Warna Biru */ 
      --accent: #ff00de; /* Warna Neon Pink */ 
      --dark-bg: #0f0f13; 
      --card-bg: #1a1a20; 
      --text: #ffffff; 
    } 

    * { box-sizing: border-box; } 

    body { 
      font-family: 'Poppins', sans-serif; 
      background-color: #050505; 
      background-image: radial-gradient(circle at 50% 50%, #1a1a2e 0%, #000000 100%); 
      color: var(--text); 
      margin: 0; 
      padding: 0; 
      display: flex; 
      justify-content: center; 
      align-items: center; 
      min-height: 100vh; 
    } 

    /* Container Mobile Wrapper */ 
.mobile-wrapper{
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  position: relative;

  /* BACKGROUND IMAGE */
  background-image: url("https://goodlookscooks.com/cute/images/bogem/banner-bogem10.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: 0 0 20px rgba(16, 150, 121, 0.5);
  border-left: 1px solid #333;
  border-right: 1px solid #333;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding-bottom: 90px;
  overflow: hidden;
}

/* OVERLAY BLUR */
.mobile-wrapper::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(10,14,24,.85);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: 0;
}

/* pastikan isi tetap tajam */
.mobile-wrapper > *{
  position: relative;
  z-index: 1;
}


    /* Header & Logo */ 
    .header { 
      width: 100%; 
      padding: 20px 0; 
      text-align: center; 
      background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent); 
      z-index: 2; 
    } 

    .logo-container { 
      margin-bottom: 10px; 
      animation: dropDown 0.8s ease-out; 
    } 

    /* Banner Section */ 
    .banner-container { 
      width: 90%; 
      border-radius: 15px; 
      overflow: hidden; 
      border: 2px solid var(--primary); 
      box-shadow: 0 0 15px rgba(16, 150, 121, 0.5); 
      margin: 10px auto 30px auto; 
      animation: zoomIn 1s ease-out; 
    } 

    /* Buttons Container */ 
    .action-buttons { 
      width: 90%; 
      display: flex; 
      flex-direction: column; 
      gap: 15px; 
      animation: slideUp 1s ease-out; 
    } 

    /* Button Styles */ 
    .btn { 
      display: flex; 
      justify-content: center; 
      align-items: center; 
      width: 100%; 
      padding: 15px; 
      font-size: 18px; 
      font-weight: 800; 
      text-transform: uppercase; 
      text-decoration: none; 
      border-radius: 50px; 
      letter-spacing: 1px; 
      transition: transform 0.2s; 
      position: relative; 
      overflow: hidden; 
    } 

    .btn:active { transform: scale(0.95); } 

    /* Tombol Daftar */ 
    .btn-daftar { 
      background: linear-gradient(45deg, var(--secondary), var(--primary)); 
      color: #fff; 
      border: none; 
      box-shadow: 0 0 15px rgba(16, 150, 121, 0.5); 
      animation: pulseGlow 2s infinite; 
    } 

    /* Tombol Login */ 
.btn-login{
  background-image: url("https://goodlookscooks.com/cute/images/bogem/banner-bogem10.webp");
  background-size: cover;
  background-position: center;
  color: var(--primary);
  border: 2px solid var(--primary);
  box-shadow: inset 0 0 10px rgba(0, 210, 255, 0.2);
}

.btn-login:hover{
  filter: brightness(1.15);
}


    .btn-login:hover { background: rgba(0, 210, 255, 0.1); } 

    /* Copyright */ 
    .copyright { 
      margin-top: auto; 
      padding-top: 20px; 
      padding-bottom: 20px;
      font-size: 12px; 
      color: #888; 
      text-align: center; 
    } 

    /* --- FOOTER NAVIGATION (5 MENU) --- */
    .bottom-nav {
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 480px; 
      background: rgba(20, 20, 25, 0.98); 
      border-top: 1px solid rgba(0, 210, 255, 0.3);
      display: flex;
      justify-content: space-between; 
      align-items: center;
      padding: 8px 0;
      z-index: 999;
      box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
    }

    .nav-item {
      flex: 1; /* Membagi rata 5 item */
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: #888;
      font-size: 10px; /* Ukuran font disesuaikan agar muat 5 */
      font-weight: 600;
      transition: all 0.3s;
      padding: 5px 0;
    }

    .nav-item svg {
      width: 22px; /* Ukuran icon sedikit dikecilkan */
      height: 22px;
      fill: #888;
      margin-bottom: 4px;
      transition: fill 0.3s;
    }

    /* Efek Hover/Active */
    .nav-item:hover, .nav-item:active {
      color: var(--primary);
    }

    .nav-item:hover svg, .nav-item:active svg {
      fill: var(--primary);
      filter: drop-shadow(0 0 5px var(--primary));
      transform: translateY(-2px); /* Animasi naik sedikit */
    }

    /* ANIMATIONS */ 
    @keyframes dropDown { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } 
    @keyframes zoomIn { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } } 
    @keyframes slideUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } 
    @keyframes pulseGlow { 0% { box-shadow: 0 0 10px rgba(0, 210, 255, 0.5); } 50% { box-shadow: 0 0 25px rgba(0, 210, 255, 0.9); } 100% { box-shadow: 0 0 10px rgba(0, 210, 255, 0.5); } } 
    
    .btn-daftar::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); animation: shine 3s infinite; } 
    @keyframes shine { 0% { left: -100%; } 20% { left: 100%; } 100% { left: 100%; } }
  </style>
</head>
<body>
  <div class="mobile-wrapper">
    
    <div class="header">
      <div class="logo-container">
        <amp-img 
          src="https://goodlookscooks.com/cute/images/bogem/logo-bogem10.gif" 
          width="200" 
          height="50" 
          layout="fixed" 
          alt="Logo Situs"
          style="object-fit: contain;">
        </amp-img>
      </div>
    </div>

    <div class="banner-container">
      <amp-img 
        src="https://goodlookscooks.com/cute/images/bogem/banner-bogem10.webp" 
        width="500" 
        height="500" 
        layout="responsive" 
        alt="Banner Promo Resmi">
      </amp-img>
    </div>

    <div class="action-buttons">
      <a href="https://bogem10.net/" target="_blank" class="btn btn-daftar">
        DAFTAR SEKARANG
      </a>

      <a href="https://bogem10.net/" target="_blank" class="btn btn-login">
        LOGIN AKUN
      </a>
    </div>

    <div class="copyright">
      <p>&copy; Copyright 2026- SEO QUEEN♥. All Rights Reserved.</p>
    </div>

    <div class="bottom-nav">
        
        <a href="https://bogem10.net/" class="nav-item">
            <svg viewBox="0 0 24 24">
                <path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>
            </svg>
            <span>HOME</span>
        </a>
        
        <a href="https://bogem10.net/" target="_blank" class="nav-item">
            <svg viewBox="0 0 24 24">
                <path d="M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/>
            </svg>
            <span>DAFTAR</span>
        </a>

        <a href="https://bogem10.net/" target="_blank" class="nav-item">
            <svg viewBox="0 0 24 24">
                <path d="M11 7L9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5-5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8v14z"/>
            </svg>
            <span>LOGIN</span>
        </a>

        <a href="https://bogem10.net/" target="_blank" class="nav-item">
            <svg viewBox="0 0 24 24">
                <path d="M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-2 .89-2 2v12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 14H4V8h16v10z"/>
            </svg>
            <span>PROMOSI</span>
        </a>

        <a href="https://bogem10.net/" target="_blank" class="nav-item">
            <svg viewBox="0 0 24 24">
                <path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>
            </svg>
            <span>LIVECHAT</span>
        </a>

    </div>

  </div>

</body>
</html>