<!DOCTYPE html>
<html lang="pt-BR">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover" />
    <title>Cubinho Stack — Chegue ao topo</title>
    <meta name="description" content="Encaixe os blocos, suba a torre e chegue ao topo no Cubinho Stack." />
    
    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website" />
    <meta property="og:title" content="Cubinho Stack — Chegue ao topo" />
    <meta property="og:description" content="Encaixe os blocos, suba a torre e chegue ao topo no Cubinho Stack." />
    <meta property="og:image" content="https://cubinhostack.com/stack/cubinho-stack-social-v2.png" />
    <meta property="og:image:secure_url" content="https://cubinhostack.com/stack/cubinho-stack-social-v2.png" />
    <meta property="og:image:type" content="image/png" />
    <meta property="og:image:width" content="1730" />
    <meta property="og:image:height" content="909" />
    
    <meta property="og:image:alt" content="Cubinho Stack: torre de blocos coloridos com fundo espacial e destaque rosa." />

    <!-- Twitter -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Cubinho Stack — Chegue ao topo" />
    <meta name="twitter:description" content="Encaixe os blocos, suba a torre e chegue ao topo no Cubinho Stack." />
    <meta name="twitter:image" content="https://cubinhostack.com/stack/cubinho-stack-social-v2.png" />
    
    <link rel="icon" type="image/svg+xml" href="/stack/stack-logo.svg" />
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Inter+Tight:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&family=Lilita+One&family=Luckiest+Guy&family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
    <!-- Force cache refresh -->
    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="0" />
    <style>
      /* Loading screen styles */
      body {
        margin: 0;
        padding: 0;
        background: #080f1f;
        min-height: 100vh;
      }
      #loading-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #080f1f;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        transition: opacity 0.3s ease;
      }
      #loading-screen.hidden {
        opacity: 0;
        pointer-events: none;
      }
      .loading-logo {
        margin-bottom: 1.5rem;
      }
      .loading-logo img {
        max-width: 320px;
        width: 100%;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
      }
      .loading-spinner {
        width: 50px;
        height: 50px;
        border: 4px solid rgba(236, 11, 140, 0.2);
        border-top-color: #ec0b8c;
        border-radius: 50%;
        animation: spin 1s linear infinite;
      }
      .loading-text {
        margin-top: 1rem;
        color: rgba(255, 255, 255, 0.7);
        font-family: 'Inter', sans-serif;
        font-size: 0.9rem;
      }
      @keyframes spin {
        to { transform: rotate(360deg); }
      }
    </style>
    <script type="module" crossorigin src="/assets/index-3cpoh0qD-mu60vneq.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-IZU2Djo6.css">
  </head>
  <body>
    <!-- Loading screen shown while React loads -->
    <div id="loading-screen">
      <div class="loading-logo"><img src="/stack/stack-logo.svg" decoding="async" fetchpriority="high" alt="Stack" /></div>
      <div class="loading-spinner"></div>
      <div class="loading-text">Carregando...</div>
    </div>
    
    <div id="root"></div>
  </body>
</html>
