
    @import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500|Jost:400,500,600&display=swap");

    * {
      box-sizing: border-box;
    }
    html {
      scroll-behavior: smooth;
    }
    body {
      background: #212121;
      color: #f8fafc;
      font-family: "Jost", system-ui, -apple-system, sans-serif;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      min-height: 100svh; 
      padding: 15px 15px 0 15px; 
      margin: 0;
      width: 100%;
      overflow-x: hidden;
      overflow-y: auto;
    }

    ::-moz-selection {
      background-color: #ffbb0069; 
      color: #ffbb00;            
    }
    ::selection {
      background-color: #ffbb0069; 
      color: #ffbb00;            
    }

    a, img, button, div, label, menu {
      -webkit-tap-highlight-color: #ffbb0069; 
    }

    #canvas {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: -1;
    }

    .btn-enviar-qr {
      background-color: #545454;
      color: #ffffff;
      width: 100%;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      border-radius: 7px;
      padding: 10px;
      cursor: pointer;
      transition: background-color 0.2s ease, transform 0.1s ease;
      letter-spacing: 0.5px;
    }

    .btn-enviar-qr:hover {
      background-color: #ffbb00;
    }

    .btn-enviar-qr:active {
      transform: scale(0.98);
    }

    #readerScanner {
      width: 100% !important;
      border: none !important;
    }

    #readerScanner video {
      width: 100% !important;
      height: auto !important;
      border-radius: 8px;
      object-fit: cover;
    }

    #readerScanner__dashboard_section_csr button,
    #readerScanner__dashboard_section_swaplink {
      display: none !important;
    }
.privacy{

display: block !important;
    max-width: 800px;
    margin: 40px auto !important;
    padding: 20px !important;
    background: #181818;
    border-radius: 10px;
    color: #ffffff;

}
    .menu-btn {
      position: fixed;
      top: 16px;
      left: 16px;
      z-index: 10001;
      background: #353535;
      border: 1px solid #747474;
      border-radius: 7px;
      width: 42px;
      height: 42px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      cursor: pointer;
      transition: background 0.2s;
    }

    .menu-btn:hover {
      background: #4b4b4b;
    }

    .menu-btn span {
      width: 22px;
      height: 2px;
      background-color: #fff;
      border-radius: 2px;
      transition: transform 0.3s, opacity 0.3s;
    }

    .nav-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.6);
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .nav-drawer {
      position: fixed;
      top: 0;
      left: -420px;
      width: 400px;
      height: 100%;
      background: #181818;
      border-right: 1px solid #494949;
      z-index: 10000;
      padding: 70px 20px 20px 20px;
      overflow-y: auto;
      box-shadow: 4px 0 15px rgba(0,0,0,0.5);
      transition: left 0.3s ease-in-out;
    }

    #menu-toggle {
      display: none;
    }

    #menu-toggle:checked ~ .nav-drawer {
      left: 0;
    }

    #menu-toggle:checked ~ .nav-overlay {
      opacity: 1;
      visibility: visible;
    }

    #menu-toggle:checked ~ .menu-btn span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    #menu-toggle:checked ~ .menu-btn span:nth-child(2) {
      opacity: 0;
    }

    #menu-toggle:checked ~ .menu-btn span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    .nav-accordion details {
      background: #212121;
      border: 1px solid #494949;
      border-radius: 7px;
      margin-bottom: 12px;
      overflow: hidden;
    }

    .nav-accordion summary {
      padding: 12px 16px;
      font-weight: 700;
      color: #ffd663;
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      text-transform: uppercase;
    }

    .nav-accordion summary::-webkit-details-marker {
      display: none;
    }
    .nav-accordion summary::after {
      content: '\25BC';
      font-size: 10px;
      color: #ffbb00;
      transition: transform 0.2s;
    }

    .nav-accordion details[open] summary::after {
      transform: rotate(180deg);
    }

    .nav-accordion .accordion-content {
      padding: 12px 16px;
      font-size: 17px;
      color: #bebebe;
      line-height: 1.5;
      border-top: 1px solid #ffbb00;
    }

  .meu-credito {
    width: 20px;
    color: #003eff;
    height: auto;
    display: inline;
  }
  /* Estilos das Abas */
  .container-abas {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
  }
  .btn-aba {
flex: 1;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #747474;
    border-radius: 0px;
    background: #212121;
    color: #b7b7b7;
    cursor: pointer;
    border-bottom: solid transparent;
    transition: all 0.3s ease;
  }
  .btn-aba.active {
background: #545454;
    color: #ffffff;
    border-color: #8c8c8c;
    border-bottom: solid transparent;
  }

    .app-card {
      width: 100%;
      max-width: 440px;
      background: #000d2b00;
      border-radius: 10px;
      box-sizing: border-box;
      margin: 0 auto;
      flex: 0 0 auto;
    }

    .btn-main {
      width: 100%;
      padding: 10px;
      background: #b90000;
      color: #ffffff;
      border: none;
      border-radius: 7px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s;
      text-transform: uppercase;
      font-family: "Jost", sans-serif;
    }

    .btn-main:hover {
      background: #ff0000;
    }

    .btn-primary {
      width: 100%;
      padding: 10px;
      background: #059669;
      color: #ffffff;
      border: none;
      border-radius: 7px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s;
      text-transform: uppercase;
      font-family: "Jost", sans-serif;
    }

    .btn-primary:hover {
      background: #005037;
    }

    .background {
      margin-top: auto; 
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .btn-shop {    
      max-width: 440px;
      width: 100%;
      text-align: center;
      z-index: 1000;
      display: flex;
      justify-content: center;
      gap: 10px;
      padding: 0px;
      margin: 0 auto;
    }

    .btn-primary2 .btn-icon {
      width: 90px;
      height: auto !important;
      vertical-align: middle;
    }

    .btn-primary2 {
      display: inline-flex;
      bottom: 0px;
      background: #00ffff00;
      color: #ffffff;
      border: none;
      position: relative;
      border-radius: 7px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s;
      text-transform: uppercase;
      font-family: "Jost", sans-serif;
      overflow: hidden;
      justify-content: center;
      max-height: 100%;
      box-sizing: border-box;
      align-items: center;
      text-shadow: 0 4px 6px black;
    }

    .btn-secondary {
      width: 100%;
      padding: 10px;
      background: #ffbb00;
      color: #000000;
      border: none;
      border-radius: 7px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s;
      text-transform: uppercase;
      font-family: "Jost", sans-serif;
    }

    .btn-secondary:hover {
      background: #ffd663;
    }

    .btn-secondary3 {
      width: 100%;
      padding: 10px;
      background: #ffbb00;
      color: #000000;
      border: none;
      border-radius: 7px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s;
      text-transform: uppercase;
      font-family: "Jost", sans-serif;
    }

    .btn-secondary3:hover {
      background: #ffd663;
    }

    .btn-resgate {
      padding: 10px;
      background: #ffffff42;
      color: #ffffff;
      border: none;
      border-radius: 7px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s;
      text-transform: uppercase;
      font-family: "Jost", sans-serif;
    }

    .btn-resgate:hover {
      background: #ffd663;
    }

    .btn-warning {
      width: 100%;
      padding: 10px;
      background: #d97706;
      color: #ffffff;
      border: none;
      border-radius: 7px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      text-transform: uppercase;
      font-family: "Jost", sans-serif;
    }

    .btn-warning:hover {
      background: #b45309;
    }

    .btn-danger {
      width: 100%;
      padding: 10px;
      background: #e11d48;
      color: #ffffff;
      border: none;
      border-radius: 7px;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      text-transform: uppercase;
      font-family: "Jost", sans-serif;
    }

    .btn-danger:hover {
      background: #be123c;
    }

    .btn-success {
      width: 100%;
      padding: 10px;
      background: #059669;
      color: #ffffff;
      border: none;
      border-radius: 7px;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      text-transform: uppercase;
      font-family: "Jost", sans-serif;
    }

    .btn-success:hover {
      background: #047857;
    }

    .btn-back {
      background: #5f5f5f;
      color: #fff;
      border: none;
      padding: 10px 16px;
      border-radius: 7px;
      font-weight: 600;
      cursor: pointer;
      font-size: 13px;
    }

    .input-field {
      width: 100%;
      padding: 12px;
      background: #404040;
      border: 1px solid #747474;
      border-radius: 10px;
      font-size: 15px;
      color: #fff;
      box-sizing: border-box;
      outline: none;
    }

    .input-field:focus {
      border-color: #ffbb00;
    }

    .points-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 12px;
      justify-content: center;
    }

    .point-icon {
      width: 46px;
      height: 46px;
      display: flex;
      align-items: center;  
      place-self: center;
      justify-content: center;
    }

    .shop-loyalty-card {
      background: linear-gradient(160deg, #000000 50%, #181818 50%);
      border: 1px solid #747474;
      border-radius: 14px;
      padding: 16px;
      margin-bottom: 16px;
    }

    .customer-search-card {
      background: #212121;
      border: 1px solid #747474;
      border-radius: 12px;
      padding: 14px;
      margin-top: 12px;
    }

    .store-banner-card {
      background: linear-gradient(135deg, #181818 0%, #2b2b2b 100%);
      border: 2px solid #ffbb00;
      border-radius: 14px;
      padding: 18px;
      margin-bottom: 20px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(255, 187, 0, 0.15);
    }

    #diamond-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
      overflow: hidden;
      z-index: -999999;
    }

    .floating-diamond {
      position: absolute;
      bottom: -80px;
      will-change: transform, opacity;
      animation: floatUp var(--duration) ease-in-out forwards;
    }

    .floating-diamond svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    /* ESTILOS DO MODAL QR CODE */
    .modal-qr-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 20000;
      padding: 16px;
    }

    .modal-qr-card {
      background: #181818;
      border: 1px solid #494949;
      border-radius: 16px;
      padding: 24px;
      max-width: 420px;
      width: 100%;
      text-align: center;
      position: relative;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
    }

    .modal-qr-close {
      position: absolute;
      top: 12px;
      right: 16px;
      background: transparent;
      border: none;
      color: #aaaaaa;
      font-size: 24px;
      cursor: pointer;
    }

    .modal-qr-close:hover {
      color: #ffffff;
    }

    .modal-qr-container {
      background: #ffffff;
      padding: 16px;
      border-radius: 12px;
      display: inline-block;
      margin: 16px 0;
    }

    .modal-qr-container img, .modal-qr-container canvas {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto;
    }

    .caption-preview {
      font-weight: 700;
      font-size: 18px;
      color: #ffbb00;
      margin-top: 8px;
      text-transform: uppercase;
      word-break: break-word;
    }

    .modal-btn-group {
      margin-top: 16px;
      display: flex;
      gap: 10px;
      justify-content: center;
    }
          @keyframes rotate-infinite {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
          }
          .rotating-background {
            transform-origin: 300px 300px;
            animation: rotate-infinite 60s linear infinite;
            scale: 1.0;
          }
    @keyframes floatUp {
      0% {
        transform: translateY(0) translateX(0) scale(var(--scale)) rotate(0deg);
        opacity: 0;
      }
      10% {
        opacity: 1;
      }
      25% {
        transform: translateY(-30vh) translateX(var(--sway-left)) scale(var(--scale)) rotate(0deg);
      }
      50% {
        transform: translateY(-60vh) translateX(var(--sway-right)) scale(var(--scale)) rotate(0deg);
      }
      75% {
        transform: translateY(-85vh) translateX(var(--sway-left)) scale(var(--scale)) rotate(-10deg);
      }
      90% {
        opacity: 1;
      }
      100% {
        transform: translateY(-115vh) translateX(var(--sway-right)) scale(var(--scale)) rotate(10deg);
        opacity: 0;
      }
    }

              .diamante-pulsante {
                transform-origin: center;
                animation: pulsar 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
              }

              @keyframes pulsar {
                0% { transform: scale(0.9); opacity: 1; fill:#000; }
                50% { transform: scale(0.2); opacity: 0;  fill:#000;}
                100% { transform: scale(0.9); opacity: 1; fill:#000; }
              }
              .circulo-animation {
                transform-origin: center;
                animation: anim 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
              }

              @keyframes anim {
                0% { transform: scale(1); opacity: 1; fill:#ffbb00;  stroke-width: 3; stroke:#ffdc7d; stroke-dasharray: none;}
                50% { transform: scale(1); opacity: 1; fill:#353535; stroke-width: 3; stroke:#989a9e; stroke-dasharray: 6 6;}
                100% { transform: scale(1); opacity: 1; fill:#ffbb00;  stroke-width: 3; stroke:#ffdc7d; stroke-dasharray: none;}
              }


