


body {background-color: var(--surface-top, #faf6f0);color: rgb(42,33,24);margin: 0;padding: 0;visibility:visible;pointer-events:auto}

        @media (min-width: 768px) {
            .hb-container {max-width: 960px;margin: auto}
        }

        .hb-btn {border-radius: 5px;display: inline-block;font-size: 16px;border: none;padding: 10px 20px;text-decoration: none}

        .hb-btn-primary {color: #ffffff;background-color: rgba(36,59,85,1)}

        .hb-btn-primary:hover {background-color: #c9a84c;color: #ffffff}

        .hb-btn-success {background-color: rgba(65,106,85,1);color: #fff}

        .hb-btn-success:hover {color: #fff;background-color: #355a44}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }

        .hb-faq-container {margin: 0 auto;max-width: 800px}

        .hb-faq-item {border-radius: 8px;padding: 20px;background-color: rgba(255, 255, 255, 0.58);border: 1px solid rgba(36, 59, 85, 0.22)}

        .hb-faq-question {margin-bottom: 10px;color: #2a2118;font-size: 1.25rem;font-weight: 600}

        .hb-faq-answer {color: #5c5348;line-height: 1.6;margin-bottom: 0}

        .hb-mb-4 {
            margin-bottom: 1.5rem !important;
        }


body {margin: 0;padding: 0;color: rgb(42,33,24);background-color: var(--surface-top, #faf6f0)}

        @media (min-width: 768px) {
            .hb-container {max-width: 960px;margin: auto}
        }

        .hb-btn {border-radius: 5px;border: none;display: inline-block;text-decoration: none;font-size: 16px;padding: 10px 20px}

        .hb-btn-primary {color: #ffffff;background-color: #243b55}

        .hb-btn-primary:hover {color: #ffffff;background-color: #c9a84c}

        .hb-btn-success {color: #fff;background-color: #416a55}

        .hb-btn-success:hover {color: #fff;background-color: #355a44}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }
        
        .login-methods-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));margin-top: 40px;gap: 25px}
        
        .login-method-card {transition: all 0.3s ease;padding: 25px;background-color: rgba(255, 255, 255, 0.58);border: 2px solid rgba(36, 59, 85, 0.22);border-radius: 12px;text-align: center}
        
        .login-method-card:hover {border-color: #243b55;box-shadow: 0 8px 20px rgba(65, 106, 85, 0.22);transform: translateY(-5px)}
        
        .login-method-icon {display: block;margin-bottom: 15px;font-size: 42px}
        
        .login-method-card h3 {margin-bottom: 12px;color: rgb(42,33,24);font-size: 20px}
        
        .login-method-card p {line-height: 1.6;font-size: 14px;margin-bottom: 15px;color: #5c5348}
        
        .guest-login-box {border-radius: 12px;text-align: center;background-color: rgba(232, 220, 198, 0.35);padding: 30px;margin: 40px 0}
        
        .guest-login-box h3 {margin-bottom: 20px;color: rgb(65,106,85)}
        
        .guest-login-box p {color: rgba(42,33,24,1);font-size: 16px;margin-bottom: 15px;line-height: 1.8}
        
        @media (max-width: 768px) {
            .login-methods-grid {
                grid-template-columns: 1fr;
            }
        }


body {padding: 0;margin: 0;color: #2a2118;background-color: var(--surface-top, #faf6f0)}

        @media (min-width: 768px) {
            .hb-container {margin: auto;max-width: 960px}
        }

        .hb-btn {display: inline-block;padding: 10px 20px;text-decoration: none;border-radius: 5px;font-size: 16px;border: none}

        .hb-btn-primary {background-color: #243b55;color: #ffffff}

        .hb-btn-primary:hover {color: rgb(255,255,255);background-color: #c9a84c}

        .hb-btn-success {color: #fff;background-color: #416a55}

        .hb-btn-success:hover {color: #fff;background-color: #355a44}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }
        
        .registration-methods-grid {display: grid;gap: 30px;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));margin-top: 40px}
        
        .registration-method-card {border: 2px solid rgba(36, 59, 85, 0.22);border-radius: 12px;text-align: center;transition: all 0.3s ease;background-color: rgba(255, 255, 255, 0.58);padding: 30px}
        
        .registration-method-card:hover {transform: translateY(-5px);border-color: #416a55;box-shadow: 0 8px 20px rgba(65, 106, 85, 0.2)}
        
        .registration-method-icon {margin-bottom: 20px;display: block;font-size: 48px}
        
        .registration-method-card h3 {font-size: 22px;margin-bottom: 15px;color: rgba(42,33,24,1)}
        
        .registration-method-card p {margin-bottom: 15px;line-height: 1.6;color: #5c5348}
        
        .registration-details {margin-bottom: 20px;padding: 15px;text-align: left;border-radius: 8px;background-color: rgba(232, 220, 198, 0.35)}
        
        .registration-details p {color: #2a2118;font-size: 14px;margin-bottom: 8px}
        
        .registration-details strong {
            color: #416a55;
        }
        
        .registration-steps {background-color: rgba(232, 220, 198, 0.35);padding: 30px;border-radius: 12px;margin: 30px 0}
        
        .registration-steps h3 {color: #416a55;margin-bottom: 20px}
        
        .registration-steps ol {padding-left: 20px;color: #2a2118;line-height: 2}
        
        .registration-steps li {
            margin-bottom: 10px;
        }
        
        @media (max-width: 768px) {
            .registration-methods-grid {
                grid-template-columns: 1fr;
            }
        }


body {margin: 0;padding: 0;color: rgba(42,33,24,1);background-color: var(--surface-top, #faf6f0)}

        @media (min-width: 768px) {
            .hb-container {margin: auto;max-width: 960px}
        }

        .hb-btn {padding: 10px 20px;border-radius: 5px;font-size: 16px;display: inline-block;border: none;text-decoration: none}

        .hb-btn-primary {color: #ffffff;background-color: #243b55}

        .hb-btn-primary:hover {color: #ffffff;background-color: #c9a84c}

        .hb-btn-success {color: #fff;background-color: rgb(65,106,85)}

        .hb-btn-success:hover {background-color: #355a44;color: #fff}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }
        
        .feedback-categories-grid {display: grid;gap: 30px;margin-top: 40px;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))}
        
        .feedback-category-card {text-align: center;border: 2px solid rgba(36, 59, 85, 0.22);background-color: rgba(255, 255, 255, 0.58);border-radius: 12px;padding: 30px;transition: all 0.3s ease}
        
        .feedback-category-card:hover {transform: translateY(-5px);border-color: #243b55;box-shadow: 0 8px 20px rgba(65, 106, 85, 0.22)}
        
        .feedback-category-icon {display: block;margin-bottom: 20px;font-size: 48px}
        
        .feedback-category-card h3 {margin-bottom: 15px;color: #2a2118;font-size: 22px}
        
        .feedback-category-card p {color: #5c5348;margin-bottom: 15px;line-height: 1.6}
        
        .contact-info-box {padding: 30px;margin: 30px 0;text-align: center;background-color: rgba(232, 220, 198, 0.35);border-radius: 12px}
        
        .contact-info-box h3 {color: #416a55;margin-bottom: 20px}
        
        .contact-info-box p {font-size: 16px;margin-bottom: 15px;line-height: 1.8;color: #2a2118}
        
        @media (max-width: 768px) {
            .feedback-categories-grid {
                grid-template-columns: 1fr;
            }
        }


body {margin: 0;color: rgb(42,33,24);background-color: var(--surface-top, #faf6f0);padding: 0}

        @media (min-width: 768px) {
            .hb-container {margin: auto;max-width: 960px}
        }

        .hb-btn {border-radius: 5px;display: inline-block;text-decoration: none;padding: 10px 20px;border: none;font-size: 16px}

        .hb-btn-primary {color: #ffffff;background-color: rgba(36,59,85,1)}

        .hb-btn-primary:hover {color: rgb(255,255,255);background-color: rgba(201,168,76,1)}

        .hb-btn-success {color: rgba(255,255,255,1);background-color: #416a55}

        .hb-btn-success:hover {background-color: rgb(53,90,68);color: rgb(255,255,255)}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }
        
        .contact-methods-grid {display: grid;gap: 30px;margin-top: 40px;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))}
        
        .contact-method-card {background-color: rgba(255, 255, 255, 0.58);padding: 30px;transition: all 0.3s ease;border: 2px solid rgba(36, 59, 85, 0.22);text-align: center;border-radius: 12px}
        
        .contact-method-card:hover {box-shadow: 0 8px 20px rgba(65, 106, 85, 0.22);transform: translateY(-5px);border-color: #243b55}
        
        .contact-method-icon {margin-bottom: 20px;font-size: 48px;display: block}
        
        .contact-method-card h3 {margin-bottom: 15px;font-size: 22px;color: #2a2118}
        
        .contact-method-card p {margin-bottom: 15px;color: #5c5348;line-height: 1.6}
        
        .contact-details {background-color: rgba(232, 220, 198, 0.35);border-radius: 8px;text-align: left;margin-bottom: 20px;padding: 15px}
        
        .contact-details p {font-size: 14px;color: #2a2118;margin-bottom: 8px}
        
        .contact-details strong {
            color: #416a55;
        }
        
        @media (max-width: 768px) {
            .contact-methods-grid {
                grid-template-columns: 1fr;
            }
        }

.page-intro {
  margin: 30px 0;
}

.lead-copy {line-height: 1.8;font-size: 18px}

.lead-copy--accent,
.text-accent-bold {font-weight: 700;color: rgb(65,106,85)}

.section-heading {
  margin-bottom: 40px;
}

.section-heading--compact {
  margin-bottom: 30px;
}

.narrow-prose {margin: 0 auto;max-width: 800px}

.ordered-steps {margin: 0 auto;max-width: 700px}

.prose-copy {line-height: 1.8;font-size: 16px;margin-bottom: 20px}

.mt-20 {
  margin-top: 20px;
}

.hb-themed-link {color: #416a55;text-decoration: none}

.feedback-examples {background-color: rgba(232, 220, 198, 0.35);padding: 15px;text-align: left;margin-top: 15px;border-radius: 8px}

.example-title {margin-bottom: 5px;font-size: 14px;color: rgba(42,33,24,1)}

.example-line {margin-bottom: 3px;font-size: 13px;color: #5c5348}

.example-line--last {
  margin-bottom: 0;
}

.map-frame {
  border: 0;
}


.hb-download-hero .hb-hero-lead {font-size: 1rem;line-height: 1.65;margin-bottom: 1rem}

.hb-hero-cta-wrap {margin: 1.25rem 0 1.5rem;text-align: center}

.hb-hero-banner {display: block;max-width: 100%;margin: 0 auto 1.25rem;width: fit-content}

.hb-download-hero .hb-hero-banner img,
.hb-download-hero .hb-hero-banner img.hb-img-fluid,
.hb-hero-banner img,
.hb-hero-banner img.hb-img-fluid {margin: 0 auto;width: auto !important;max-width: 100% !important;height: auto !important;display: block}

.hb-app-spec-table {border-collapse: collapse;border: 1px solid rgba(36, 59, 85, 0.22);margin: 0 auto 1rem;overflow: hidden;background: rgba(255, 255, 255, 0.78);font-size: 0.95rem;width: 100%;border-radius: 8px}

.hb-app-spec-table th,
.hb-app-spec-table td {text-align: left;padding: 10px 12px;border-bottom: 1px solid rgba(36, 59, 85, 0.14)}

.hb-app-spec-table th {background: rgba(232, 220, 198, 0.45);color: rgba(42,33,24,1);width: 38%;font-weight: 700}

.hb-app-spec-table tr:last-child th,
.hb-app-spec-table tr:last-child td {
  border-bottom: 0;
}

.hb-page-toc-wrap {border: 1px solid rgba(36, 59, 85, 0.2);overflow: hidden;background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(228, 252, 250, 0.88) 100%);padding: 0;box-shadow: 0 6px 22px rgba(26, 38, 53, 0.08);margin-bottom: 1.25rem;border-radius: 14px}

.hb-page-toc-details summary {
  list-style: none;
}

.hb-page-toc-details summary::-webkit-details-marker {
  display: none;
}

.hb-page-toc-summary {-webkit-tap-highlight-color: transparent;display: flex;gap: 0.75rem;cursor: pointer;justify-content: space-between;border-bottom: 2px solid transparent;user-select: none;align-items: center;transition: background 0.15s ease, border-color 0.15s ease;padding: 1rem 1rem 1rem 1.1rem}

.hb-page-toc-summary:hover,
.hb-page-toc-summary:focus-visible {outline: none;background: rgba(232, 220, 198, 0.35)}

.hb-page-toc-details[open] .hb-page-toc-summary {background: rgba(232, 220, 198, 0.2);border-bottom-color: rgba(65, 106, 85, 0.35)}

.hb-page-toc-summary__text {font-weight: 800;font-size: 1.05rem;color: rgb(42,33,24);letter-spacing: 0.02em}

.hb-page-toc-summary__hint {flex: 0 0 auto;letter-spacing: 0.04em;opacity: 0.9;color: rgba(201,168,76,1);font-weight: 700;text-transform: uppercase;font-size: 0.72rem}

.hb-page-toc-details[open] .hb-page-toc-summary__hint {
  display: none;
}

.hb-page-toc-summary::after {transform: rotate(45deg) translateY(-2px);height: 10px;border-right: 2.5px solid #243b55;flex: 0 0 10px;transition: transform 0.2s ease;margin-left: 0.25rem;border-bottom: 2.5px solid #243b55;width: 10px;content: ""}

.hb-page-toc-details[open] .hb-page-toc-summary::after {
  transform: rotate(-135deg) translateY(2px);
}

.hb-page-toc {margin: 0;line-height: 1.85;padding: 0.65rem 1rem 1.1rem 1.85rem}

.hb-page-toc li {
  margin-bottom: 0.2rem;
}

.hb-page-toc li::marker {font-weight: 700;color: #416a55}

.hb-page-toc a {border-bottom: 1px solid transparent;font-weight: 600;text-decoration: none;color: rgb(36,59,85);transition: color 0.15s ease, border-color 0.15s ease}

.hb-page-toc a:hover,
.hb-page-toc a:focus-visible {border-bottom-color: rgba(65, 106, 85, 0.45);outline: none;color: #c9a84c}


.hb-content-section {border: 1px solid rgba(36, 59, 85, 0.18);background: rgba(255, 255, 255, 0.88);box-shadow: 0 4px 18px rgba(26, 38, 53, 0.06);margin-bottom: 0.75rem;padding: 1.15rem 1.05rem 1.25rem;border-radius: 14px;position: relative}

.hb-content-section::before {opacity: 0.85;left: 0;border-radius: 14px 14px 0 0;background: linear-gradient(90deg, #004f4c, #416a55, #c9a84c);content: "";top: 0;position: absolute;right: 0;height: 3px}

.hb-content-section h2 {font-size: 1.2rem;gap: 0.5rem;padding-left: 0.35rem;margin-top: 0.15rem;display: flex;flex-wrap: wrap;font-weight: 800;margin-bottom: 0.75rem;align-items: center;line-height: 1.3;color: #2a2118;border-left: 4px solid #416a55}

.hb-content-section h3 {margin-top: 1.1rem;margin-bottom: 0.35rem;font-weight: 700;color: #243b55;font-size: 1.02rem}

.hb-content-section h3:first-child {
  margin-top: 0;
}

.hb-content-section p {margin-bottom: 0.75rem;color: #2d4a42;font-size: 0.97rem;line-height: 1.72}

.hb-content-section p:last-child {
  margin-bottom: 0;
}

.hb-content-section .hb-themed-link {
  font-weight: 700;
}


.hb-feature-list {margin-top: 0.5rem;border-radius: 10px;overflow: hidden;border: 1px solid rgba(36, 59, 85, 0.12)}

.hb-feature-list h3 {border-bottom: 1px solid rgba(36, 59, 85, 0.1);background: rgba(232, 220, 198, 0.35);margin: 0;padding: 0.65rem 0.75rem;font-size: 0.98rem}

.hb-feature-list h3:nth-of-type(odd) {
  background: rgba(228, 252, 250, 0.55);
}

.hb-feature-list p {background: rgba(255, 255, 255, 0.65);padding: 0.55rem 0.75rem 0.75rem;border-bottom: 1px solid rgba(36, 59, 85, 0.08);font-size: 0.92rem;color: #5c5348;margin: 0}

.hb-feature-list p:last-child {
  border-bottom: 0;
}


.hb-promo-grid-lead {margin: 0 0 0.85rem;font-size: 0.92rem;line-height: 1.65;color: rgb(92,83,72)}

.hb-promo-photo-grid {box-sizing: border-box;gap: clamp(0.55rem, 2vw, 0.85rem);width: 100%;max-width: 100%;display: grid;grid-template-columns: repeat(2, minmax(0, 1fr))}

.hb-promo-photo-cell {justify-content: center;min-width: 0;align-items: flex-start;display: flex;max-width: 100%}

.hb-promo-photo-frame {padding: 0;border: 0;display: inline-flex;align-items: center;border-radius: 0;box-shadow: none;max-width: 100%;width: fit-content;flex-direction: column;box-sizing: border-box;min-height: 0;margin: 0;background: none}

.hb-promo-photo-frame picture {overflow: hidden;font-size: 0;border: 1px solid rgba(36, 59, 85, 0.14);box-sizing: border-box;padding: 0;margin: 0;display: block;max-width: 100%;box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);width: fit-content;background: rgba(244, 252, 251, 0.95);border-radius: 12px;line-height: 0}

.hb-promo-photo-frame picture img,
.hb-promo-photo-frame > img {height: auto !important;vertical-align: top;box-shadow: none;box-sizing: border-box;max-width: 100% !important;display: block;margin: 0;padding: 0;width: auto !important;border-radius: 0}

.hb-promo-photo-frame figcaption {font-weight: 800;word-break: break-word;line-height: 1.25;color: #243b55;margin: 0;text-align: center;text-transform: uppercase;letter-spacing: 0.03em;font-size: 0.72rem;padding: 0.4rem 0 0}


.screenshot-grid {margin-top: 0.85rem;display: grid;grid-template-columns: 1fr;gap: 1rem}

.screenshot-grid figure {padding: 0.65rem;text-align: center;background: rgba(244, 252, 251, 0.95);margin: 0;border: 1px solid rgba(36, 59, 85, 0.14);border-radius: 12px;box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8)}

.screenshot-grid img {border-radius: 10px;box-shadow: 0 6px 16px rgba(26, 38, 53, 0.12)}

.screenshot-grid figcaption {letter-spacing: 0.02em;margin-top: 0.55rem;font-weight: 800;color: #243b55;font-size: 0.82rem;text-transform: uppercase}


.hb-review-quote {box-shadow: 0 2px 12px rgba(26, 38, 53, 0.05);background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(228, 252, 250, 0.5));margin: 0.85rem 0;border: 1px solid rgba(65, 106, 85, 0.22);border-left: 4px solid #416a55;border-radius: 0 12px 12px 0;padding: 1rem 1rem 1rem 1.1rem}

.hb-review-quote p {font-style: italic;margin-bottom: 0.45rem;color: rgb(45,74,66)}

.hb-review-quote cite {display: block;font-size: 0.86rem;font-style: normal;color: #c9a84c}


.hb-step-list {list-style: decimal;line-height: 1.8;margin: 0.65rem 0 1rem;border-radius: 10px;padding: 0.5rem 0.5rem 0.5rem 2.35rem;border: 1px dashed rgba(36, 59, 85, 0.2);background: rgba(232, 220, 198, 0.22)}

.hb-step-list li {padding-left: 0.25rem;color: rgba(45,74,66,1);margin-bottom: 0.35rem}

.hb-step-list li::marker {font-weight: 800;color: #416a55}


.hb-safety-list {padding: 0.75rem 0.85rem 0.85rem 2.2rem;margin: 0.65rem 0 0;border: 1px solid rgba(255, 193, 7, 0.35);line-height: 1.75;border-radius: 10px;background: rgba(255, 243, 205, 0.35)}

.hb-safety-list li {margin-bottom: 0.4rem;color: rgba(74,61,26,1)}

.hb-safety-list li:last-child {
  margin-bottom: 0;
}


.hb-content-section picture {display: block;max-width: 100%;text-align: center;margin: 1rem auto 0;width: fit-content}

.hb-content-section picture img,
.hb-content-section > img {max-width: 100%;border-radius: 12px;box-shadow: 0 8px 24px rgba(26, 38, 53, 0.1);margin: 0 auto;display: block;height: auto;width: auto}

.hb-content-section picture img.hb-img-fluid,
.hb-content-section > img.hb-img-fluid,
.hb-content-section .hb-img-fluid {max-width: 100% !important;height: auto !important;width: auto !important}


#promo-app .hb-promo-photo-frame picture {width: fit-content;margin: 0;text-align: left;max-width: 100%}

#promo-app .hb-promo-photo-frame picture img {margin: 0;border-radius: 0;height: auto !important;box-shadow: none;max-width: 100% !important;width: auto !important}


.hb-content-section .hb-hero-cta-wrap {
  margin-top: 1rem;
}

@media (min-width: 480px) {
  .screenshot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .screenshot-grid figure:last-child:nth-child(odd) {margin-left: auto;max-width: 320px;margin-right: auto;grid-column: 1 / -1}
}

@media (min-width: 768px) {
  .hb-content-section {
    padding: 1.25rem 1.35rem 1.35rem;
  }

  .hb-content-section h2 {
    font-size: 1.28rem;
  }
}

.hb-me-2 {
  margin-right: 0.5rem !important;
}


#politica-privacidade.hb-container {padding-bottom: clamp(0.18rem, 0.7vw, 0.32rem);padding-top: clamp(0.45rem, 1.4vw, 0.7rem)}

#termos-condicoes.hb-container {padding-top: clamp(0.18rem, 0.7vw, 0.32rem);padding-bottom: clamp(0.5rem, 1.6vw, 0.85rem)}



h1,h2,h3{margin-top:0;line-height:1.2;font-weight:500;color:var(--bs-heading-color);margin-bottom:.5rem}:root{--bs-link-color:#2c5282;--bs-link-hover-color:rgb(201,168,76);--bs-secondary:rgba(108,117,125,1);--bs-border-radius:0.375rem;--bs-secondary-text-emphasis:rgb(43,47,50);--bs-gray:#6c757d;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-tertiary-bg:rgb(248,249,250);--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-border-style:solid;--bs-black:#1a1919;--bs-info:#0dcaf0;--bs-highlight-bg:#fff3cd;--bs-link-color-rgb:44,82,130;--bs-danger:#dc3545;--bs-secondary-bg-subtle:rgb(226,227,229);--bs-border-radius-xxl:2rem;--bs-border-color:#dee2e6;--bs-primary:#243b55;--bs-link-hover-color-rgb:201,168,76;--bs-pink:rgb(214,51,132);--bs-dark:#212529;--bs-emphasis-color:rgb(26,25,25);--bs-warning:rgb(255,193,7);--bs-link-decoration:underline;--bs-light:#f8f9fa;--bs-focus-ring-opacity:0.25;--bs-white:#fff;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-danger-bg-subtle:#f8d7da;--bs-white-rgb:255,255,255;--bs-border-radius-sm:0.25rem;--bs-secondary-border-subtle:#c4c8cb;--bs-form-valid-border-color:rgba(65,106,85,1);--bs-light-text-emphasis:#495057;--bs-info-rgb:13,202,240;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-primary-bg-subtle:#cfe2ff;--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-gray-300:#dee2e6;--bs-light-rgb:248,249,250;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-warning-border-subtle:#ffe69c;--bs-blue:#243b55;--bs-info-bg-subtle:rgb(207,244,252);--bs-body-bg:#fff;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-warning-text-emphasis:#664d03;--bs-secondary-color-rgb:33,37,41;--bs-tertiary-bg-rgb:248,249,250;--bs-red:rgb(220,53,69);--bs-light-bg-subtle:#fcfcfd;--bs-border-radius-lg:0.5rem;--bs-tertiary-color-rgb:33,37,41;--bs-info-text-emphasis:#055160;--bs-border-width:1px;--bs-form-invalid-color:#dc3545;--bs-primary-border-subtle:rgba(158,197,254,1);--bs-code-color:#d63384;--bs-black-rgb:0,0,0;--bs-form-invalid-border-color:#dc3545;--bs-gray-700:rgb(73,80,87);--bs-border-radius-xl:1rem;--bs-gray-400:#ced4da;--bs-gray-dark:rgb(52,58,64);--bs-danger-border-subtle:#f1aeb5;--bs-gray-600:#6c757d;--bs-cyan:#0dcaf0;--bs-gray-800:#343a40;--bs-success:#416a55;--bs-dark-text-emphasis:#495057;--bs-purple:#6f42c1;--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-weight:400;--bs-border-radius-pill:50rem;--bs-yellow:#ffc107;--bs-warning-rgb:255,193,7;--bs-success-rgb:65,106,85;--bs-success-bg-subtle:#d1e7dd;--bs-heading-color:inherit;--bs-danger-rgb:220,53,69;--bs-dark-rgb:33,37,41;--bs-form-valid-color:#416a55;--bs-primary-rgb:36,59,85;--bs-primary-text-emphasis:rgb(2,18,41);--bs-warning-bg-subtle:#fff3cd;--bs-secondary-rgb:108,117,125;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-success-text-emphasis:#0a3622;--bs-gray-200:rgb(233,236,239);--bs-info-border-subtle:#9eeaf9;--bs-orange:#fd7e14;--bs-focus-ring-color:rgba(36, 59, 85, 0.25);--bs-dark-border-subtle:#adb5bd;--bs-danger-text-emphasis:rgb(88,21,28);--bs-emphasis-color-rgb:0,0,0;--bs-secondary-bg:#e9ecef;--bs-indigo:#6610f2;--bs-gray-900:#212529;--bs-green:rgb(65,106,85);--bs-secondary-bg-rgb:233,236,239;--bs-body-bg-rgb:255,255,255;--bs-body-font-size:1rem;--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-light-border-subtle:#e9ecef;--bs-body-line-height:1.5;--bs-focus-ring-width:0.25rem;--bs-body-color:#212529;--bs-dark-bg-subtle:#ced4da;--bs-gray-500:rgb(173,181,189);--bs-teal:#20c997;--bs-body-color-rgb:33,37,41;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-gray-100:#f8f9fa;--bs-success-border-subtle:#a3cfbb}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{color:var(--bs-body-color);font-weight:var(--bs-body-font-weight);margin:0;font-family:var(--bs-body-font-family);line-height:var(--bs-body-line-height);font-size:var(--bs-body-font-size);-webkit-text-size-adjust:100%;text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg)}h1,h2,h3,h4{font-weight:500;color:var(--bs-heading-color);line-height:1.2;margin-bottom:.5rem;margin-top:0}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}p{margin-top:0;margin-bottom:1rem}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}img{vertical-align:middle}::-moz-focus-inner{padding:0;border-style:none}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::file-selector-button{-webkit-appearance:button;font:inherit}.hb-img-fluid{max-width:100%;height:auto}.hb-container{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-right:auto;width:100%;margin-left:auto}@media (min-width:576px){.hb-container{max-width:540px}}@media (min-width:768px){.hb-container{max-width:720px}}@media (min-width:992px){.hb-container{max-width:960px}}@media (min-width:1200px){h4{font-size:1.5rem}.hb-container{max-width:1140px}}:root{--bs-breakpoint-lg:992px;--bs-breakpoint-sm:576px;--bs-breakpoint-xs:0;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;--bs-breakpoint-md:768px}.hb-row{margin-left:calc(-.5 * var(--bs-gutter-x));--bs-gutter-x:1.5rem;flex-wrap:wrap;margin-right:calc(-.5 * var(--bs-gutter-x));display:flex;--bs-gutter-y:0;margin-top:calc(-1 * var(--bs-gutter-y))}.hb-row>*{margin-top:var(--bs-gutter-y);flex-shrink:0;width:100%;padding-left:calc(var(--bs-gutter-x) * .5);max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5)}.hb-col-12{width:100%;flex:0 0 auto}@media (min-width:992px){.col-lg-6{flex:0 0 auto;width:50%}}.hb-btn{--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;display:inline-block;font-size:var(--bs-btn-font-size);--bs-btn-border-color:transparent;--bs-btn-disabled-opacity:0.65;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);--bs-btn-padding-x:0.75rem;--bs-btn-line-height:1.5;background-color:var(--bs-btn-bg);--bs-btn-font-size:1rem;border-radius:var(--bs-btn-border-radius);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);color:var(--bs-btn-color);text-align:center;line-height:var(--bs-btn-line-height);text-decoration:none;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);font-weight:var(--bs-btn-font-weight);font-family:var(--bs-btn-font-family);--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-padding-y:0.375rem;vertical-align:middle;--bs-btn-font-weight:400;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-border-width:var(--bs-border-width)}.hb-btn-primary{--bs-btn-hover-bg:rgb(201,168,76);--bs-btn-bg:#1a2635;--bs-btn-active-bg:#1a2635;--bs-btn-hover-border-color:#1a2635;--bs-btn-disabled-bg:rgba(26,38,53,1);--bs-btn-disabled-color:#fff;--bs-btn-disabled-border-color:#1a2635;--bs-btn-border-color:rgb(26,38,53);--bs-btn-focus-shadow-rgb:26,38,53;--bs-btn-active-color:#fff;--bs-btn-active-border-color:#002e2c;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-color:#fff;--bs-btn-hover-color:rgba(255,255,255,1)}.hb-btn-success{--bs-btn-active-bg:rgb(53,90,68);--bs-btn-bg:#416a55;--bs-btn-color:#fff;--bs-btn-border-color:#416a55;--bs-btn-hover-bg:rgba(53,90,68,1);--bs-btn-active-color:#fff;--bs-btn-hover-color:#fff;--bs-btn-disabled-bg:#416a55;--bs-btn-disabled-color:#fff;--bs-btn-hover-border-color:#355a44;--bs-btn-active-border-color:rgba(45,74,56,1);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:65,106,85;--bs-btn-disabled-border-color:#416a55}.hb-btn-lg{--bs-btn-padding-x:1rem;--bs-btn-padding-y:0.5rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.hb-d-flex{display:flex!important}.w-100{width:100%!important}.hb-justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.hb-align-items-center{align-items:center!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.hb-me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.hb-ms-3{margin-left:1rem!important}.hb-py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.hb-py-5{padding-top:3rem!important;padding-bottom:3rem!important}.hb-text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-white{color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;--bs-text-opacity:1}.hb-bg-primary{background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;--bs-bg-opacity:1}.hb-rounded-2{border-radius:var(--bs-border-radius)!important}.hb-rounded-5{border-radius:var(--bs-border-radius-xxl)!important}body{padding:0;background-color:#000;margin:0;color:#fff}@media (min-width:768px){.hb-container{margin:auto;max-width:960px}}.hb-btn{border-radius:5px;display:inline-block;font-size:16px;border:none;padding:10px 20px;color:#fff;text-decoration:none}.hb-btn-primary{background-color:#1a2635}.hb-btn-success{background-color:#416a55}.hb-rounded-2{border-radius:2px}.hb-text-center{text-align:center}.text-white{color:rgb(255,255,255)}

:root {--brand-ocean: rgb(45,51,128);--nav-top-bg: #000000;--brand-ink: #1a1d3b;--nav-accent-blue: #005dfe;--site-header-open: calc(130px + env(safe-area-inset-top));--canvas-bg: #ad9dc7;--site-header-closed: 58px;--nav-accent-yellow: #ffaa09;--surface-top: #f2eff7;--nav-accent-green: #04be02;--layout-max: 100%;--nav-text-muted: #adb6c4;--site-header-height: var(--site-header-open);--canvas-bg-wide: rgb(17,20,54);--site-header-gap: 8px;--nav-main-bg: rgba(21,29,41,1);--nav-wash: #e5def1;--nav-pad-x: 10px}
@media (min-width: 451px) {
  :root {
    --layout-max: min(100vw, calc(100vh * 750 / 1334));
  }
}
html { background: var(--canvas-bg); }
body {position: relative;padding-top: calc(var(--site-header-height) + var(--site-header-gap)) !important;color: #2a2118 !important;min-height: 100vh;font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;overflow-x: hidden;min-width: 320px;background: var(--canvas-bg) !important}
body.hb-app-banner-closed { padding-top: calc(var(--site-header-height, var(--site-header-closed)) + var(--site-header-gap)) !important; }
body::before {content: "";background: var(--surface-top);z-index: 0;pointer-events: none;left: 50%;bottom: 0;top: 0;width: min(100%, var(--layout-max));position: fixed;transform: translateX(-50%)}
body > * {z-index: 1;position: relative}
.hb-site-header {transform: translateX(-50%);left: 50%;position: fixed;top: 0;overflow: visible;width: min(100%, var(--layout-max));font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;z-index: 1000000}
.hb-app-install-bar {align-items: center;min-height: calc(56px + env(safe-area-inset-top));border-bottom: none;padding: calc(8px + env(safe-area-inset-top)) 6px 8px 8px;display: flex;background: var(--nav-top-bg);gap: 8px}
body.hb-app-banner-closed .hb-app-install-bar { display: none; }
.hb-app-install-bar__close {background: transparent;font-weight: 700;border: 0;flex: 0 0 28px;justify-content: center;cursor: pointer;font-size: 24px;position: static;align-items: center;display: inline-flex;padding: 0;width: 28px;color: var(--nav-accent-green);border-radius: 999px;line-height: 1;height: 28px}
.hb-app-install-bar__close:hover,
.hb-app-install-bar__close:focus-visible {outline: none;background: rgba(255, 255, 255, 0.08)}
.hb-app-install-bar__icon {width: 48px;object-fit: contain;background: rgba(255, 255, 255, 0.08);height: 48px;border-radius: 10px;flex: 0 0 48px}
.hb-app-install-bar__copy {min-width: 0;align-items: baseline;white-space: nowrap;overflow: hidden;gap: 6px;text-overflow: ellipsis;display: flex;flex: 1 1 auto}
.hb-app-install-bar__title {font-size: 11px;color: #fff;text-transform: uppercase;font-weight: 700;letter-spacing: 0.02em}
.hb-app-install-bar__amount {font-weight: 800;color: var(--nav-accent-yellow);font-size: 12px}
.hb-app-install-bar__button {white-space: nowrap;box-shadow: none;flex: 0 0 auto;border-radius: 999px;padding: 10px 18px;background: var(--nav-accent-green);text-decoration: none !important;font-weight: 700;font-size: 13px;color: rgba(255,255,255,1) !important;line-height: 1}
.hb-app-install-bar__button:hover {
  filter: brightness(1.08);
}
.hb-site-nav {min-height: 58px;display: flex;gap: 8px;padding: 8px 6px 8px 10px;align-items: center;background-color: var(--nav-main-bg);border-bottom: 1px solid rgba(255, 255, 255, 0.06);background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 7px,
      rgba(255, 255, 255, 0.018) 7px,
      rgba(255, 255, 255, 0.018) 8px
    )}
.hb-site-nav__toggle {cursor: pointer;border: 0;width: 40px;justify-content: center;flex: 0 0 40px;display: inline-flex;background: transparent;align-items: center;height: 40px;color: var(--nav-text-muted);border-radius: 8px;padding: 0}
.hb-site-nav__toggle:hover,
.hb-site-nav__toggle:focus-visible {outline: none;background: rgba(255, 255, 255, 0.06)}
.hb-site-nav__toggle-icon {width: 26px;display: block;height: 26px}
.hb-site-nav__logo {justify-content: flex-start;max-width: clamp(88px, min(48vw, calc(100vw - 13rem)), 200px);flex: 0 1 auto;text-decoration: none !important;color: inherit !important;display: inline-flex;min-width: 0;align-items: center}
.hb-site-nav__logo picture,
.hb-site-nav__logo img {max-width: 100%;display: block}
.hb-site-nav__logo img {width: auto;height: clamp(34px, 9.5vw, 44px);object-fit: contain}
.hb-site-nav__actions {display: flex;gap: 8px;flex: 0 0 auto;align-items: center;margin-left: auto}
.hb-site-nav__register-wrap {position: relative;display: inline-flex}
.hb-site-nav__badge {top: -7px;pointer-events: none;font-size: 9px;color: #fff;padding: 2px 5px;border-radius: 6px 6px 6px 2px;position: absolute;line-height: 1.1;right: -4px;background: var(--nav-accent-green);white-space: nowrap;font-weight: 800;z-index: 2}
.hb-site-nav__cta {text-decoration: none !important;display: inline-flex;justify-content: center;align-items: center;border-radius: 10px;line-height: 1;font-weight: 700;border: 1px solid transparent;padding: 10px 18px;min-height: 42px;white-space: nowrap;font-size: 13px}
.hb-site-nav__cta--login {box-shadow: none !important;background: var(--nav-accent-blue) !important;border-color: var(--nav-accent-blue) !important;color: #fff !important}
.hb-site-nav__cta--register {background: var(--nav-accent-yellow) !important;box-shadow: none !important;padding-right: 16px;padding-left: 16px;border-color: var(--nav-accent-yellow) !important;color: #1a1d3b !important;text-transform: none}
.hb-site-nav__cta--login:hover,
.hb-site-nav__cta--register:hover,
.hb-site-nav__cta--login:focus-visible,
.hb-site-nav__cta--register:focus-visible {outline: none;filter: brightness(1.08)}
.hb-site-menu {border-bottom: 1px solid rgba(255, 255, 255, 0.08);background: var(--nav-main-bg);padding: 8px var(--nav-pad-x) 10px;box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);display: none}
.hb-site-header.hb-is-menu-open .hb-site-menu {display: flex;flex-direction: column;gap: 2px}
.hb-site-menu a {display: block;font-weight: 700;border-radius: 8px;text-decoration: none !important;font-size: 15px;padding: 12px 10px;color: var(--nav-text-muted) !important;line-height: 1.2}
.hb-site-menu a:hover,
.hb-site-menu a:focus-visible {background: rgba(255, 255, 255, 0.06);outline: none}
.hb-site-menu a.is-current,
.hb-site-menu a[aria-current="page"] {color: rgb(255,255,255) !important;font-weight: 900;background: rgba(255, 255, 255, 0.1)}
.hb-container,
footer.hb-container,
section.hb-container , [data-sf-shell].hb-container{margin-left: auto !important;max-width: 100% !important;overflow-x: hidden;padding-right: var(--nav-pad-x) !important;width: 100% !important;margin-right: auto !important;background: transparent;padding-left: var(--nav-pad-x) !important}
.hb-container { --bs-gutter-x: calc(var(--nav-pad-x) * 2); }
.col-lg-6 { width: 100% !important; }
.hb-bg-primary { background-color: var(--brand-ocean) !important; }
body > .hb-bg-primary {width: min(100%, var(--layout-max));margin-left: auto;margin-right: auto}
.hb-btn-primary,
.hb-btn-success { box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16); }
.hb-btn-primary { background-color: rgb(201,168,76) !important; }
.hb-btn-success { background-color: #416a55 !important; }


section,
footer {
  color: #2a2118;
}

.hb-faq-container,
.login-methods-grid,
.registration-methods-grid,
.contact-methods-grid,
.feedback-categories-grid {
  color: #2a2118;
}

.hb-faq-item,
.login-method-card,
.registration-method-card,
.contact-method-card,
.feedback-category-card {color: #2a2118 !important;box-shadow: 0 8px 22px rgba(26, 38, 53, 0.08);border-color: rgba(36, 59, 85, 0.22) !important;background: rgba(255, 255, 255, 0.78) !important}

.hb-faq-question,
.hb-faq-answer,
.login-method-card h3,
.login-method-card p,
.registration-method-card h3,
.registration-method-card p,
.contact-method-card h3,
.contact-method-card p,
.feedback-category-card h3,
.feedback-category-card p {
  color: rgba(42,33,24,1) !important;
}

.registration-details,
.contact-details,
.feedback-examples {border: 1px solid rgba(36, 59, 85, 0.3);background: rgba(232, 220, 198, 0.72) !important;color: #5c5348 !important}

footer .text-white,
section:not(.hb-bg-primary) .text-white , [data-sf-shell]:not(.hb-bg-primary) .text-white{
  color: rgb(232,217,168) !important;
}

.text-white {
  color: rgb(250,246,240) !important;
}

a {
  color: #2c5282;
}

a:hover {
  color: #1a2635;
}
@media (min-width: 451px) {
  html { background: var(--canvas-bg-wide); }
  body { background: var(--canvas-bg-wide) !important; }
  body::before { box-shadow: 0 0 0 1px rgba(26, 38, 53, 0.55); }
  .hb-container,
  footer.hb-container,
  section.hb-container,
  .hb-site-footer , [data-sf-shell].hb-container{ max-width: var(--layout-max) !important; }
}
@media (min-width: 768px) {
  .hb-site-nav__cta {padding-right: 20px;min-height: 44px;font-size: 14px;padding-left: 20px}
  .hb-app-install-bar__button {padding: 11px 20px;font-size: 14px}
}

.hb-btn-success {color: #fff !important;background-color: #416a55 !important}

.hb-btn-success:hover {color: rgba(255,255,255,1) !important;background-color: rgba(53,90,68,1) !important}

.hb-btn-primary {background-color: #1a2635 !important;color: #fff !important}

.hb-btn-primary:hover {
  background-color: #c9a84c !important;
}

h1,
h2,
h3,
h4,
strong {
  color: rgb(42,33,24);
}



:root {--surface-top: #f2eff7;--brand-ocean: #2d3380;--site-bar-mid: #1d2157;--site-card-edge: rgba(45,51,128, 0.24);--site-muted-text: #4b4f76;--bs-primary: #2d3380;--brand-ink: rgb(26,29,59);--site-link: rgb(61,45,117);--bs-primary-rgb: 45,51,128;--site-sage: #893860;--site-gold-soft: #cfde90;--site-sage-hover: #753052;--site-link-hover: #a6721f;--nav-wash: #e5def1;--site-bar-right: rgb(82,87,150);--site-bar-left: #0e112f;--site-accent: #d69328;--canvas-bg: #ad9dc7;--site-accent-hover: #da9f41;--canvas-bg-wide: #111436}
body {
  color: var(--brand-ink) !important;
}
.hb-app-install-bar {background: var(--nav-top-bg) !important;border-bottom: none !important}
.hb-app-install-bar__close { color: var(--nav-accent-green) !important; }
.hb-app-install-bar__button {background-color: var(--nav-accent-green) !important;color: rgba(255,255,255,1) !important;box-shadow: none !important}
.hb-app-install-bar__button:hover {filter: brightness(1.08);background-color: var(--nav-accent-green) !important;color: #fff !important}
.hb-site-nav {background-color: var(--nav-main-bg) !important;border-bottom-color: rgba(255, 255, 255, 0.06) !important}
.hb-site-nav__toggle:hover,
.hb-site-nav__toggle:focus-visible { background: rgba(255, 255, 255, 0.06) !important; }
.hb-site-menu {background: var(--nav-main-bg) !important;box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35) !important;border-bottom-color: rgba(255, 255, 255, 0.08) !important}
.hb-site-menu a { color: var(--nav-text-muted) !important; }
.hb-site-menu a:hover,
.hb-site-menu a:focus-visible { background: rgba(255, 255, 255, 0.06) !important; }
.hb-site-menu a.is-current,
.hb-site-menu a[aria-current="page"] {background: rgba(255, 255, 255, 0.1) !important;color: rgba(255,255,255,1) !important}
.hb-site-nav__cta--login {box-shadow: none !important;background: var(--nav-accent-blue) !important;color: #fff !important;border-color: var(--nav-accent-blue) !important}
.hb-site-nav__cta--register {border-color: var(--nav-accent-yellow) !important;box-shadow: none !important;color: #1a1d3b !important;background: var(--nav-accent-yellow) !important}
.hb-site-nav__logo,
.hb-site-nav__logo:hover {color: inherit !important;text-decoration: none !important}
section,
footer,
.hb-faq-container,
.login-methods-grid,
.registration-methods-grid,
.contact-methods-grid,
.feedback-categories-grid , [data-sf-shell]{
  color: var(--brand-ink) !important;
}
.hb-faq-item,
.login-method-card,
.registration-method-card,
.contact-method-card,
.feedback-category-card {border-color: var(--site-card-edge) !important;box-shadow: 0 8px 22px rgba(17,20,54, 0.1) !important;color: var(--brand-ink) !important}
.hb-faq-question,
.hb-faq-answer,
.login-method-card h3,
.login-method-card p,
.registration-method-card h3,
.registration-method-card p,
.contact-method-card h3,
.contact-method-card p,
.feedback-category-card h3,
.feedback-category-card p {
  color: var(--brand-ink) !important;
}
.registration-details,
.contact-details,
.feedback-examples {border: 1px solid rgba(var(--bs-primary-rgb), 0.32) !important;background: rgba(229,222,241, 0.78) !important;color: var(--site-muted-text) !important}
footer .text-white,
section:not(.hb-bg-primary) .text-white , [data-sf-shell]:not(.hb-bg-primary) .text-white{
  color: var(--site-gold-soft) !important;
}
.text-white { color: var(--surface-top) !important; }
a { color: var(--site-link) !important; }
a:hover { color: var(--site-link-hover) !important; }
@media (min-width: 451px) {
  body::before { box-shadow: 0 0 0 1px rgba(17,20,54, 0.55) !important; }
}
.hb-app-install-bar__title { color: #fff !important; }
.hb-app-install-bar__amount { color: var(--nav-accent-yellow) !important; }
.hb-btn-success {background-color: var(--site-sage) !important;color: #fff !important}
.hb-btn-success:hover {background-color: var(--site-sage-hover) !important;color: #fff !important}
.hb-btn-primary {color: #fff !important;background-color: var(--canvas-bg-wide) !important}
.hb-btn-primary:hover {color: var(--surface-top) !important;background-color: var(--site-accent) !important}
h1, h2, h3, h4, strong { color: var(--brand-ink) !important; }



.hb-site-footer {overflow-x: hidden;max-width: var(--layout-max) !important;width: min(100%, var(--layout-max)) !important;box-shadow: none;padding: clamp(0.75rem, 2.5vw, 1rem) var(--nav-pad-x, 12px) clamp(1rem, 3vw, 1.35rem) !important;box-sizing: border-box;background: none !important;color: var(--brand-ink, #1a1d3b);margin: 0.5rem auto 0 !important;border: none}

.hb-site-footer__nav {gap: 0.75rem 1.25rem;display: grid;grid-template-columns: repeat(3, 1fr)}

.hb-site-footer__group {flex-direction: column;display: flex;min-width: 0;gap: 0.35rem}

.hb-site-footer__group-label {margin-bottom: 0.15rem;text-transform: uppercase;font-weight: 800;display: block;font-size: 0.72rem;letter-spacing: 0.06em;color: var(--site-muted-text, #4b4f76)}

.hb-site-footer__list {padding: 0;display: flex;gap: 0.2rem;list-style: none;flex-direction: column;margin: 0}

.hb-site-footer__list li {padding: 0;margin: 0}

.hb-site-footer__list a {font-weight: 600;border: none;transition: color 0.15s ease;font-size: clamp(0.72rem, 2.8vw, 0.84rem);background: none;border-radius: 0;display: block;color: var(--site-link, #3d2d75) !important;line-height: 1.45;padding: 0.12rem 0;text-decoration: none !important}

.hb-site-footer__list a:hover,
.hb-site-footer__list a:focus-visible {color: var(--site-link-hover, #a6721f) !important;text-decoration: underline !important;outline: none}

.hb-site-footer__list a[aria-current="page"] {color: var(--brand-ink, #1a1d3b) !important;font-weight: 800;text-underline-offset: 0.15em;text-decoration: underline !important}

.hb-site-footer__meta {font-size: 0.72rem;padding-top: 0.65rem;line-height: 1.5;border-top: 1px solid var(--site-card-edge, rgba(45, 51, 128, 0.16));color: var(--site-muted-text, #4b4f76);text-align: center;margin: clamp(0.75rem, 2vw, 0.9rem) 0 0}

.hb-site-footer__meta strong {font-weight: 800;color: var(--brand-ocean, #2d3380) !important}


.ip-legal-footer-note {color: var(--site-muted-text, #4b4f76);margin: 0 auto;max-width: var(--layout-max) !important;text-align: center;width: min(100%, var(--layout-max)) !important;padding: 0.55rem var(--nav-pad-x, 12px) 0.85rem;font-size: 0.76rem;box-sizing: border-box;background: transparent}

.ip-legal-footer-note a {font-weight: 700;color: var(--site-link, #3d2d75) !important}


:root {--bs-primary: #002776;--site-bar-left: #009b3a;--site-accent: #ffdf00;--site-bar-mid: #ffdf00;--site-sage: #009b3a;--bs-success: #009b3a;--nav-main-bg: rgba(0,155,58,1);--nav-wash: #e9f7d2;--nav-text-muted: #e9f7d2;--nav-accent-yellow: rgb(255,223,0);--site-accent-hover: rgb(255,208,0);--site-gold-soft: #ffdf00;--site-sage-hover: rgb(0,127,48);--surface-top: #f6ffe6;--brand-ink: rgb(6,44,30);--bs-success-rgb: 0,155,58;--brand-ocean: #0038a8;--site-link: rgb(0,87,184);--nav-top-bg: #002776;--bs-primary-rgb: 0,39,118;--site-card-edge: rgba(0, 155, 58, 0.28);--canvas-bg: #009b3a;--site-muted-text: rgb(49,82,70);--site-link-hover: #009b3a;--canvas-bg-wide: #002776;--nav-accent-blue: #002776;--nav-accent-green: #00b140;--site-bar-right: #002776}
html,
body {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 223, 0, 0.55) 0 9rem, transparent 9.2rem),
    linear-gradient(150deg, #009b3a 0%, #009b3a 42%, #ffdf00 42%, #ffdf00 58%, #002776 58%, #002776 100%) !important;
}
body::before {
  background:
    radial-gradient(circle at 82% 5%, rgba(255, 223, 0, 0.35), transparent 9rem),
    radial-gradient(circle at 10% 18%, rgba(0, 39, 118, 0.22), transparent 7rem),
    linear-gradient(180deg, #f7ffe8 0%, #e7f9d9 48%, #d9f3e2 100%) !important;
}
.hb-site-nav {background-image:
    linear-gradient(135deg, rgba(255, 223, 0, 0.28) 0 26%, transparent 26% 74%, rgba(0, 39, 118, 0.22) 74%),
    repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255, 255, 255, 0.06) 8px, rgba(255, 255, 255, 0.06) 9px) !important;background-color: #009b3a !important}
.hb-app-install-bar {
  background: linear-gradient(90deg, #002776 0%, #0038a8 52%, #009b3a 100%) !important;
}
.hb-site-nav__badge,
.hb-app-install-bar__button,
.hb-btn-success {background-color: #009b3a !important;color: #fff !important}
.hb-site-nav__cta--register,
.hb-app-install-bar__amount {background-color: #ffdf00 !important;border-color: #ffdf00 !important;color: #062c1e !important}
.hb-site-nav__cta--login,
.hb-btn-primary {color: rgba(255,255,255,1) !important;background-color: rgb(0,39,118) !important;border-color: #002776 !important}
.hb-btn-success:hover {
  background-color: #007f30 !important;
}
.hb-btn-primary:hover {
  background-color: #0057b8 !important;
}
.hb-content-section::before {
  background: linear-gradient(90deg, #009b3a, #ffdf00, #002776) !important;
}
.hb-content-section h2,
.hb-ip-block h2 {
  border-left-color: rgba(0,155,58,1) !important;
}
a,
.hb-themed-link,
.hb-site-footer__list a,
.ip-legal-footer-note a {
  color: rgba(0,87,184,1) !important;
}
a:hover,
.hb-themed-link:hover,
.hb-site-footer__list a:hover,
.ip-legal-footer-note a:hover {
  color: #009b3a !important;
}


body {
  padding-bottom: calc(74px + env(safe-area-inset-bottom)) !important;
}
body.hb-bottom-action-bar-closed {
  padding-bottom: 0 !important;
}
.hb-bottom-action-bar {padding: 10px 52px calc(10px + env(safe-area-inset-bottom)) 10px;left: 50%;background: rgba(6, 44, 30, 0.94);bottom: 0;width: min(100%, var(--layout-max));box-shadow: 0 -10px 28px rgba(0, 39, 118, 0.28);box-sizing: border-box;display: flex;position: fixed;transform: translateX(-50%);align-items: center;gap: 8px;z-index: 1000001;border-top: 1px solid rgba(255, 255, 255, 0.18)}
.hb-bottom-action-bar[hidden] {
  display: none !important;
}
.hb-bottom-action-bar__button {flex: 1 1 0;border-radius: 12px;text-decoration: none !important;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);display: inline-flex;justify-content: center;min-height: 46px;font-weight: 900;font-size: 15px;border: 1px solid transparent;line-height: 1;padding: 12px 14px;align-items: center}
.hb-bottom-action-bar__button--login {color: #fff !important;background: #002776 !important;border-color: #002776 !important}
.hb-bottom-action-bar__button--register {color: #062c1e !important;background: #ffdf00 !important;border-color: #ffdf00 !important}
.hb-bottom-action-bar__button:hover,
.hb-bottom-action-bar__button:focus-visible {outline: none;filter: brightness(1.08)}
.hb-bottom-action-bar__close {font-size: 24px;font-weight: 900;position: absolute;display: inline-flex;border: 2px solid rgba(255, 255, 255, 0.92);cursor: pointer;color: #062c1e;border-radius: 999px;top: 50%;padding: 0;align-items: center;transform: translateY(-50%);height: 34px;background: #fff;line-height: 1;right: 10px;width: 34px;justify-content: center}
.hb-bottom-action-bar__close:hover,
.hb-bottom-action-bar__close:focus-visible {border-color: #ffdf00;outline: none;background: rgb(255,223,0)}


:root {--site-card-edge: rgba(75, 44, 163, 0.24);--bs-primary: rgba(75,44,163,1);--canvas-bg: #ff6b4a;--site-sage: #00a093;--site-link: rgb(75,44,163);--site-accent: rgb(255,138,61);--site-muted-text: #5b506b;--canvas-bg-wide: #160f38;--nav-wash: #fff0e8;--bs-success: rgba(0,183,168,1);--brand-ocean: #2b185f;--brand-ink: #1f1633;--site-accent-hover: #ff6b4a;--bs-success-rgb: 0,183,168;--bs-primary-rgb: 75,44,163;--site-bar-right: #00b7a8;--nav-text-muted: #f7d7c9;--site-bar-mid: #ff8a3d;--nav-accent-blue: #4b2ca3;--site-link-hover: #e85f3c;--nav-accent-yellow: rgba(255,138,61,1);--nav-accent-green: #00b7a8;--site-sage-hover: #007f76;--site-gold-soft: #ffb37b;--surface-top: #fff8f2;--nav-top-bg: rgb(22,15,56);--nav-main-bg: rgb(43,24,95);--site-bar-left: rgb(75,44,163)}
html,
body {
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 183, 168, 0.45) 0 8rem, transparent 8.2rem),
    radial-gradient(circle at 85% 18%, rgba(255, 138, 61, 0.55) 0 7rem, transparent 7.3rem),
    linear-gradient(145deg, #160f38 0%, #4b2ca3 48%, #ff6b4a 100%) !important;
}
body::before {
  background:
    radial-gradient(circle at 86% 6%, rgba(255, 138, 61, 0.28), transparent 8rem),
    radial-gradient(circle at 8% 20%, rgba(0, 183, 168, 0.18), transparent 7rem),
    linear-gradient(180deg, #fff8f2 0%, #fff0e8 45%, #eefaf8 100%) !important;
}
.hb-site-nav {background-color: rgba(43,24,95,1) !important;background-image:
    linear-gradient(135deg, rgba(255, 138, 61, 0.26) 0 28%, transparent 28% 72%, rgba(0, 183, 168, 0.18) 72%),
    repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255, 255, 255, 0.055) 8px, rgba(255, 255, 255, 0.055) 9px) !important}
.hb-app-install-bar {
  background: linear-gradient(90deg, #160f38 0%, #2b185f 52%, #00b7a8 100%) !important;
}
.hb-site-nav__badge,
.hb-app-install-bar__button,
.hb-btn-success {background-color: rgb(0,183,168) !important;color: #fff !important}
.hb-site-nav__cta--register,
.hb-app-install-bar__amount {background-color: #ff8a3d !important;border-color: rgb(255,138,61) !important;color: #1f1633 !important}
.hb-site-nav__cta--login,
.hb-btn-primary {color: #fff !important;border-color: #4b2ca3 !important;background-color: #4b2ca3 !important}
.hb-btn-success:hover {
  background-color: #008f84 !important;
}
.hb-btn-primary:hover {
  background-color: #2b185f !important;
}
.hb-content-section::before {
  background: linear-gradient(90deg, #4b2ca3, #ff8a3d, #00b7a8) !important;
}
.hb-content-section h2,
.hb-ip-block h2 {
  border-left-color: rgba(255,138,61,1) !important;
}
a,
.hb-themed-link,
.hb-site-footer__list a,
.ip-legal-footer-note a {
  color: #4b2ca3 !important;
}
a:hover,
.hb-themed-link:hover,
.hb-site-footer__list a:hover,
.ip-legal-footer-note a:hover {
  color: #e85f3c !important;
}
.hb-bottom-action-bar {background: rgba(31, 22, 51, 0.95) !important;box-shadow: 0 -10px 28px rgba(75, 44, 163, 0.32) !important}
.hb-bottom-action-bar__button--login {background: rgb(75,44,163) !important;border-color: #4b2ca3 !important;color: #fff !important}
.hb-bottom-action-bar__button--register {color: #1f1633 !important;border-color: #ff8a3d !important;background: rgba(255,138,61,1) !important}
.hb-bottom-action-bar__close:hover,
.hb-bottom-action-bar__close:focus-visible {background: rgba(0,183,168,1) !important;border-color: #00b7a8 !important}






:root {--ip-accent: #2d3380;--ip-surface: rgba(255, 255, 255, 0.92);--ip-ink: rgb(26,29,59);--ip-gold: rgba(255,170,9,1);--ip-edge: rgba(45, 51, 128, 0.2);--ip-green: #04be02;--ip-surface-alt: rgba(229, 222, 241, 0.55);--ip-gap: clamp(0.75rem, 2.5vw, 1.25rem);--ip-radius: 14px;--ip-blue: #005dfe;--ip-muted: rgb(75,79,118)}


.hb-ip-main {z-index: 1;position: relative}

.hb-ip-body {align-items: stretch;gap: var(--ip-gap);padding-bottom: clamp(1rem, 3vw, 1.75rem);display: flex;flex-direction: column}


.hb-ip-block {padding: clamp(1rem, 3vw, 1.35rem);background: var(--ip-surface);width: 100%;border: 1px solid var(--ip-edge);box-sizing: border-box;border-radius: var(--ip-radius);box-shadow: 0 4px 20px rgba(17, 20, 54, 0.06)}

.hb-ip-block h2 {font-weight: 800;margin: 0 0 0.65rem;line-height: 1.3;font-size: clamp(1.1rem, 3.2vw, 1.28rem);color: var(--ip-ink)}

.hb-ip-block p {color: var(--ip-muted);margin: 0 0 0.75rem;font-size: 0.97rem;line-height: 1.72}

.hb-ip-block p:last-child {
  margin-bottom: 0;
}

.hb-ip-block strong {
  color: var(--ip-ink);
}

.hb-ip-cta-row {margin-top: 1rem;text-align: center}


.hb-ip-media-block {box-sizing: border-box;width: fit-content;max-width: 100%;border: 1px solid var(--ip-edge);text-align: center;align-self: center;box-shadow: 0 6px 22px rgba(17, 20, 54, 0.07);margin-left: auto;margin-right: auto;border-radius: var(--ip-radius);padding: clamp(0.85rem, 2.5vw, 1.15rem);background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(229, 222, 241, 0.72) 100%)}

.hb-ip-media-block__frame {margin: 0 auto;width: fit-content;padding: 0;display: block;max-width: 100%}

.hb-ip-media-block__frame img {box-shadow: 0 10px 28px rgba(17, 20, 54, 0.12);margin: 0;display: block;width: auto;height: auto;max-width: 100%;border-radius: 12px}

.hb-ip-media-block__frame img.hb-img-fluid {width: auto !important;height: auto !important;max-width: 100% !important}

.hb-ip-media-block__caption {font-size: 0.8rem;font-weight: 800;letter-spacing: 0.03em;border-top: 1px solid rgba(45, 51, 128, 0.12);line-height: 1.35;text-transform: uppercase;padding-top: 0.55rem;margin: 0.65rem 0 0;color: var(--ip-accent)}


.hb-ip-layout--cadastro .hb-ip-checklist,
.hb-ip-layout--ajuda .hb-ip-checklist {line-height: 1.75;padding: 0.75rem 0.85rem 0.85rem 1.35rem;margin: 0.5rem 0 0;color: var(--ip-muted);border-radius: 10px;border: 1px dashed var(--ip-edge);background: var(--ip-surface-alt);font-size: 0.94rem}

.hb-ip-layout--cadastro .hb-ip-checklist li,
.hb-ip-layout--ajuda .hb-ip-checklist li {
  margin-bottom: 0.35rem;
}

.hb-ip-layout--cadastro .hb-ip-checklist li::marker,
.hb-ip-layout--ajuda .hb-ip-checklist li::marker {color: var(--ip-green);font-weight: 800}


.hb-ip-timeline {flex-direction: column;gap: 0;margin: 0;display: flex;padding: 0;list-style: none;counter-reset: ip-step}

.hb-ip-timeline__item {grid-template-columns: 3rem 1fr;display: grid;gap: 0.65rem 0.85rem;border-bottom: 1px solid rgba(45, 51, 128, 0.1);position: relative;padding: 0.85rem 0 0.85rem 0.25rem}

.hb-ip-timeline__item:last-child {padding-bottom: 0;border-bottom: 0}

.hb-ip-timeline__item::before {counter-increment: ip-step;box-shadow: 0 3px 10px rgba(45, 51, 128, 0.25);display: flex;font-size: 0.95rem;content: counter(ip-step);background: linear-gradient(145deg, var(--ip-accent), #525796);justify-content: center;border-radius: 999px;width: 2.5rem;height: 2.5rem;align-items: center;color: #fff;font-weight: 800}

.hb-ip-timeline__title {font-weight: 800;color: var(--ip-ink);margin: 0 0 0.25rem;font-size: 1rem}

.hb-ip-timeline__text {margin: 0;grid-column: 2;line-height: 1.65;font-size: 0.92rem;color: var(--ip-muted)}


.hb-ip-duo {gap: var(--ip-gap);display: grid}

@media (min-width: 560px) {
  .hb-ip-duo {
    grid-template-columns: 1fr 1fr;
  }
}

.hb-ip-panel {border-radius: 12px;background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), var(--ip-surface-alt));padding: 1rem 1.05rem;border: 1px solid var(--ip-edge)}

.hb-ip-panel h3 {font-weight: 800;font-size: 0.98rem;margin: 0 0 0.45rem;color: var(--ip-accent)}

.hb-ip-panel p {font-size: 0.9rem;color: var(--ip-muted);margin: 0;line-height: 1.65}

.hb-ip-note {margin-top: 0.75rem;line-height: 1.6;border-left: 4px solid var(--ip-gold);padding: 0.65rem 0.75rem;color: var(--ip-ink);font-size: 0.88rem;border-radius: 0 8px 8px 0;background: rgba(255, 170, 9, 0.08)}


.hb-ip-layout--login .hb-ip-card-grid {gap: var(--ip-gap);display: grid}

@media (min-width: 580px) {
  .hb-ip-layout--login .hb-ip-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hb-ip-login-card {padding: 1rem 1.05rem 1.1rem;background: #fff;box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);transition: transform 0.15s ease, box-shadow 0.15s ease;border-radius: 12px;border: 1px solid var(--ip-edge)}

.hb-ip-login-card:hover {box-shadow: 0 8px 20px rgba(45, 51, 128, 0.1);transform: translateY(-2px)}

.hb-ip-login-card__icon {margin-bottom: 0.55rem;align-items: center;width: 2.25rem;font-size: 1rem;line-height: 1;display: inline-flex;color: #fff;height: 2.25rem;border-radius: 10px;justify-content: center;font-weight: 800;background: linear-gradient(145deg, var(--ip-blue), #1746b5)}

.hb-ip-login-card h3 {font-size: 0.98rem;margin: 0 0 0.4rem;font-weight: 800;color: var(--ip-ink)}

.hb-ip-login-card p {color: var(--ip-muted);font-size: 0.9rem;line-height: 1.65;margin: 0}

.hb-ip-login-faq {gap: 0.5rem;display: flex;flex-direction: column}

.hb-ip-login-faq details {overflow: hidden;border: 1px solid var(--ip-edge);background: rgba(255, 255, 255, 0.88);border-radius: 10px}

.hb-ip-login-faq summary {list-style: none;padding: 0.75rem 0.85rem;user-select: none;color: var(--ip-ink);font-size: 0.94rem;font-weight: 800;cursor: pointer}

.hb-ip-login-faq summary::-webkit-details-marker {
  display: none;
}

.hb-ip-login-faq summary::after {font-weight: 700;color: var(--ip-blue);float: right;font-size: 1.1rem;content: "+"}

.hb-ip-login-faq details[open] summary::after {
  content: "−";
}

.hb-ip-login-faq details[open] summary {border-bottom: 1px solid rgba(45, 51, 128, 0.1);background: var(--ip-surface-alt)}

.hb-ip-login-faq details p {color: var(--ip-muted);margin: 0;line-height: 1.68;padding: 0.75rem 0.85rem 0.85rem;font-size: 0.9rem}

.hb-ip-layout--login .hb-ip-steps-inline {margin: 0.65rem 0 0;padding-left: 1.25rem;color: var(--ip-muted);font-size: 0.93rem;line-height: 1.75}

.hb-ip-layout--login .hb-ip-steps-inline li::marker {color: var(--ip-blue);font-weight: 800}


.hb-ip-bet-tabs {
  margin-top: 0.75rem;
}

.hb-ip-bet-tabs__inputs {position: absolute;border: 0;height: 1px;clip: rect(0, 0, 0, 0);margin: -1px;width: 1px;overflow: hidden;padding: 0}

.hb-ip-bet-tabs__nav {overflow-x: auto;gap: 0.45rem;display: flex;margin-bottom: 0.85rem;scrollbar-width: none;padding-bottom: 0.35rem;-webkit-overflow-scrolling: touch}

.hb-ip-bet-tabs__nav::-webkit-scrollbar {
  display: none;
}

.hb-ip-bet-tabs__nav label {padding: 0.5rem 0.85rem;border-radius: 999px;font-size: 0.82rem;cursor: pointer;transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;letter-spacing: 0.02em;font-weight: 800;color: var(--ip-muted);white-space: nowrap;border: 1px solid var(--ip-edge);background: #fff;flex: 0 0 auto}

.hb-ip-bet-tabs__panel {border-radius: 12px;padding: 0.85rem 0.95rem;border: 1px solid var(--ip-edge);background: var(--ip-surface-alt);display: none}

.hb-ip-bet-tabs__panel h3 {color: var(--ip-ink);font-size: 0.96rem;font-weight: 800;margin: 0 0 0.45rem}

.hb-ip-bet-tabs__panel ul {padding-left: 1.15rem;margin: 0;font-size: 0.9rem;color: var(--ip-muted);line-height: 1.72}

.hb-ip-bet-tabs__panel li {
  margin-bottom: 0.3rem;
}

.hb-ip-bet-tabs__panel li::marker {
  color: var(--ip-green);
}

#ip-bet-tab-esporte:checked ~ .hb-ip-bet-tabs__nav label[for="ip-bet-tab-esporte"],
#ip-bet-tab-live:checked ~ .hb-ip-bet-tabs__nav label[for="ip-bet-tab-live"],
#ip-bet-tab-rapido:checked ~ .hb-ip-bet-tabs__nav label[for="ip-bet-tab-rapido"] {border-color: var(--ip-accent);color: #fff;background: linear-gradient(145deg, var(--ip-accent), #525796)}

#ip-bet-tab-esporte:checked ~ .hb-ip-bet-tabs__panels .hb-ip-bet-tabs__panel--esporte,
#ip-bet-tab-live:checked ~ .hb-ip-bet-tabs__panels .hb-ip-bet-tabs__panel--live,
#ip-bet-tab-rapido:checked ~ .hb-ip-bet-tabs__panels .hb-ip-bet-tabs__panel--rapido {
  display: block;
}

.hb-ip-bet-grid {display: grid;gap: 0.65rem;margin-top: 0.65rem}

@media (min-width: 520px) {
  .hb-ip-bet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 720px) {
  .hb-ip-bet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.hb-ip-bet-point {border-radius: 10px;box-shadow: 0 2px 8px rgba(17, 20, 54, 0.04);background: rgba(255, 255, 255, 0.92);border-left: 4px solid var(--ip-gold);padding: 0.75rem 0.8rem}

.hb-ip-bet-point strong {font-size: 0.88rem;font-weight: 800;margin-bottom: 0.25rem;display: block;color: var(--ip-ink)}

.hb-ip-bet-point span {line-height: 1.55;font-size: 0.84rem;color: var(--ip-muted)}


.hb-ip-dl-steps-bar {display: grid;margin-top: 0.75rem;counter-reset: dl-step;gap: 0.65rem}

@media (min-width: 640px) {
  .hb-ip-dl-steps-bar {gap: 0.5rem;grid-template-columns: repeat(5, minmax(0, 1fr))}
}

.hb-ip-dl-step {padding: 0.75rem 0.65rem 0.8rem;border-radius: 12px;border: 1px solid var(--ip-edge);background: linear-gradient(180deg, #fff 0%, var(--ip-surface-alt) 100%);text-align: center;position: relative}

@media (min-width: 640px) {
  .hb-ip-dl-step:not(:last-child)::after {position: absolute;content: "";top: 1.35rem;height: 2px;width: 0.5rem;right: -0.35rem;z-index: 1;background: var(--ip-green)}
}

.hb-ip-dl-step__num {margin-bottom: 0.45rem;font-weight: 800;border-radius: 999px;font-size: 0.9rem;height: 2rem;background: var(--ip-green);display: inline-flex;justify-content: center;color: #fff;align-items: center;width: 2rem}

.hb-ip-dl-step__title {color: var(--ip-ink);font-weight: 800;display: block;margin-bottom: 0.25rem;line-height: 1.25;font-size: 0.82rem}

.hb-ip-dl-step__text {line-height: 1.45;color: var(--ip-muted);margin: 0;font-size: 0.78rem}

.hb-ip-dl-specs {gap: 0.5rem;margin-top: 0.75rem;display: grid;grid-template-columns: repeat(2, minmax(0, 1fr))}

@media (min-width: 560px) {
  .hb-ip-dl-specs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hb-ip-dl-spec {background: rgba(255,255,255,1);border-radius: 10px;text-align: center;border: 1px solid var(--ip-edge);padding: 0.65rem 0.55rem}

.hb-ip-dl-spec dt {font-size: 0.72rem;text-transform: uppercase;margin: 0 0 0.2rem;color: var(--ip-accent);letter-spacing: 0.04em;font-weight: 800}

.hb-ip-dl-spec dd {font-weight: 700;margin: 0;color: var(--ip-ink);font-size: 0.88rem}

.hb-ip-dl-alert {border-radius: 10px;padding: 0.75rem 0.85rem;color: var(--ip-ink);border: 1px solid rgba(234, 78, 61, 0.35);background: rgba(234, 78, 61, 0.08);font-size: 0.88rem;margin-top: 0.85rem;line-height: 1.6}

.hb-ip-dl-alert strong {
  color: #c0392b;
}

.hb-ip-dl-check {margin: 0.65rem 0 0;list-style: none;padding: 0}

.hb-ip-dl-check li {padding: 0.45rem 0 0.45rem 1.65rem;color: var(--ip-muted);font-size: 0.9rem;position: relative;line-height: 1.55;border-bottom: 1px dashed rgba(45, 51, 128, 0.12)}

.hb-ip-dl-check li:last-child {
  border-bottom: 0;
}

.hb-ip-dl-check li::before {color: var(--ip-green);content: "✓";font-weight: 800;position: absolute;left: 0;top: 0.45rem}


.hb-ip-bonus-cascade {flex-direction: column;display: flex;gap: 0.75rem;margin-top: 0.75rem}

.hb-ip-bonus-card {position: relative;box-shadow: 0 4px 16px rgba(17, 20, 54, 0.06);background: #fff;overflow: hidden;padding: 1rem 1rem 1.05rem 1.15rem;border-radius: 14px;border: 1px solid var(--ip-edge)}

.hb-ip-bonus-card:nth-child(even) {
  margin-left: clamp(0.5rem, 4vw, 1.75rem);
}

.hb-ip-bonus-card:nth-child(odd) {
  margin-right: clamp(0.25rem, 2vw, 1rem);
}

.hb-ip-bonus-card::before {position: absolute;width: 5px;top: 0;content: "";left: 0;bottom: 0}

.hb-ip-bonus-card--welcome::before { background: linear-gradient(180deg, var(--ip-gold), #e69500); }
.hb-ip-bonus-card--cash::before { background: linear-gradient(180deg, var(--ip-green), #028a00); }
.hb-ip-bonus-card--vip::before { background: linear-gradient(180deg, var(--ip-accent), #525796); }
.hb-ip-bonus-card--reload::before { background: linear-gradient(180deg, var(--ip-blue), #1746b5); }

.hb-ip-bonus-card__tag {font-size: 0.68rem;letter-spacing: 0.05em;color: #fff;font-weight: 800;text-transform: uppercase;border-radius: 6px;margin-bottom: 0.4rem;padding: 0.2rem 0.55rem;display: inline-block}

.hb-ip-bonus-card--welcome .hb-ip-bonus-card__tag {color: var(--ip-ink);background: var(--ip-gold)}
.hb-ip-bonus-card--cash .hb-ip-bonus-card__tag { background: var(--ip-green); }
.hb-ip-bonus-card--vip .hb-ip-bonus-card__tag { background: var(--ip-accent); }
.hb-ip-bonus-card--reload .hb-ip-bonus-card__tag { background: var(--ip-blue); }

.hb-ip-bonus-card h3 {font-size: 1rem;margin: 0 0 0.35rem;font-weight: 800;color: var(--ip-ink)}

.hb-ip-bonus-card p {font-size: 0.9rem;color: var(--ip-muted);margin: 0;line-height: 1.65}

.hb-ip-bonus-rules {border-radius: 12px;margin: 0.75rem 0 0;padding: 0;list-style: none;border: 1px solid var(--ip-edge);overflow: hidden}

.hb-ip-bonus-rules li {justify-content: space-between;display: flex;background: rgba(255, 255, 255, 0.85);gap: 0.75rem;border-bottom: 1px solid rgba(45, 51, 128, 0.08);font-size: 0.88rem;line-height: 1.45;padding: 0.65rem 0.85rem}

.hb-ip-bonus-rules li:last-child {
  border-bottom: 0;
}

.hb-ip-bonus-rules li:nth-child(even) {
  background: var(--ip-surface-alt);
}

.hb-ip-bonus-rules strong {color: var(--ip-accent);font-weight: 800;flex: 0 0 auto}

.hb-ip-bonus-rules span {text-align: right;color: var(--ip-muted)}


.hb-ip-pix-flow {margin-top: 0.85rem;align-items: stretch;display: flex;flex-direction: column;gap: 0}

@media (min-width: 640px) {
  .hb-ip-pix-flow {flex-direction: row;justify-content: space-between;align-items: flex-start}
}

.hb-ip-pix-node {text-align: center;flex: 1 1 0;padding: 0.85rem 0.65rem;position: relative}

.hb-ip-pix-node__icon {border-radius: 999px;background: linear-gradient(145deg, var(--ip-green), #028a00);height: 2.75rem;justify-content: center;font-size: 1.1rem;align-items: center;font-weight: 800;box-shadow: 0 4px 12px rgba(4, 190, 2, 0.28);color: #fff;margin-bottom: 0.45rem;display: inline-flex;width: 2.75rem}

.hb-ip-pix-node h3 {font-weight: 800;font-size: 0.88rem;margin: 0 0 0.3rem;color: var(--ip-ink)}

.hb-ip-pix-node p {margin: 0;line-height: 1.5;color: var(--ip-muted);font-size: 0.8rem}

.hb-ip-pix-node__arrow {align-items: center;justify-content: center;display: flex;padding: 0.35rem 0;color: var(--ip-accent);line-height: 1;font-weight: 800;font-size: 1.25rem}

@media (min-width: 640px) {
  .hb-ip-pix-node__arrow {flex: 0 0 1.5rem;transform: none;padding: 2rem 0 0}
}

.hb-ip-pix-split {margin-top: 0.75rem;display: grid;gap: var(--ip-gap)}

@media (min-width: 580px) {
  .hb-ip-pix-split {
    grid-template-columns: 1fr 1fr;
  }
}

.hb-ip-pix-lane {padding: 1rem 1.05rem;border-radius: 12px;border: 1px solid var(--ip-edge)}

.hb-ip-pix-lane--in {border-color: rgba(4, 190, 2, 0.25);background: linear-gradient(160deg, rgba(4, 190, 2, 0.08), rgba(255, 255, 255, 0.95))}

.hb-ip-pix-lane--out {background: linear-gradient(160deg, rgba(0, 93, 254, 0.08), rgba(255, 255, 255, 0.95));border-color: rgba(0, 93, 254, 0.22)}

.hb-ip-pix-lane h3 {margin: 0 0 0.5rem;color: var(--ip-ink);font-weight: 800;font-size: 0.98rem}

.hb-ip-pix-lane ul {line-height: 1.65;padding-left: 1.1rem;color: var(--ip-muted);margin: 0;font-size: 0.88rem}

.hb-ip-pix-lane li {
  margin-bottom: 0.3rem;
}

.hb-ip-pix-lane li::marker {
  color: var(--ip-green);
}

.hb-ip-pix-lane--out li::marker {
  color: var(--ip-blue);
}

.hb-ip-pix-tip {background: rgba(45, 51, 128, 0.06);font-size: 0.86rem;border-radius: 10px;margin-top: 0.75rem;line-height: 1.6;color: var(--ip-muted);border: 1px dashed var(--ip-edge);padding: 0.7rem 0.8rem}

.hb-ip-pix-tip code {color: var(--ip-accent);font-size: 0.82rem;font-weight: 700}


.hb-ip-faq-cats {display: flex;gap: var(--ip-gap);margin-top: 0.75rem;flex-direction: column}

.hb-ip-faq-group {background: var(--ip-surface);border-radius: var(--ip-radius);border: 1px solid var(--ip-edge);overflow: hidden}

.hb-ip-faq-group__head {background: linear-gradient(90deg, var(--ip-accent) 0%, #525796 100%);padding: 0.75rem 1rem;font-size: 0.88rem;color: #fff;letter-spacing: 0.04em;font-weight: 800;text-transform: uppercase}

.hb-ip-faq-group__list {display: flex;gap: 0;flex-direction: column}

.hb-ip-faq-group details {
  border-bottom: 1px solid rgba(45, 51, 128, 0.08);
}

.hb-ip-faq-group details:last-child {
  border-bottom: 0;
}

.hb-ip-faq-group summary {cursor: pointer;font-size: 0.92rem;font-weight: 700;padding: 0.8rem 1rem;color: var(--ip-ink);background: rgba(255, 255, 255, 0.92);list-style: none}

.hb-ip-faq-group summary::-webkit-details-marker {
  display: none;
}

.hb-ip-faq-group summary::before {font-size: 0.75rem;background: var(--ip-surface-alt);height: 1.35rem;color: var(--ip-accent);content: "?";margin-right: 0.5rem;display: inline-flex;border-radius: 6px;justify-content: center;align-items: center;font-weight: 800;width: 1.35rem;vertical-align: middle}

.hb-ip-faq-group details[open] summary {border-bottom: 1px solid rgba(45, 51, 128, 0.06);background: var(--ip-surface-alt)}

.hb-ip-faq-group details p {padding: 0.75rem 1rem 0.9rem;margin: 0;font-size: 0.9rem;line-height: 1.68;color: var(--ip-muted);background: #fff}

.hb-ip-faq-links {margin-top: 0.65rem;display: flex;gap: 0.45rem;flex-wrap: wrap}

.hb-ip-faq-links a {text-decoration: none !important;border-radius: 8px;border: 1px solid var(--ip-edge);padding: 0.35rem 0.65rem;color: var(--ip-accent) !important;display: inline-block;font-weight: 700;font-size: 0.78rem;background: #fff}

.hb-ip-faq-links a:hover {
  background: var(--ip-surface-alt);
}

.hb-ip-faq-contact {font-size: 0.9rem;line-height: 1.65;border-radius: 12px;margin-top: 0.75rem;border: 1px solid var(--ip-edge);color: var(--ip-muted);background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), var(--ip-surface-alt));padding: 0.85rem 1rem}

.hb-ip-faq-contact strong {
  color: var(--ip-ink);
}


.hb-ip-legal-meta {border-radius: 10px;gap: 0.5rem 1rem;background: var(--ip-surface-alt);display: flex;flex-wrap: wrap;margin-top: 0.65rem;color: var(--ip-muted);padding: 0.65rem 0.85rem;font-size: 0.82rem;border: 1px dashed var(--ip-edge)}

.hb-ip-legal-meta strong {
  color: var(--ip-ink);
}

.hb-ip-legal-toc {font-size: 0.9rem;margin: 0.75rem 0 0;padding: 0.85rem 1rem 0.9rem 1.35rem;background: #fff;border-radius: 12px;border: 1px solid var(--ip-edge);line-height: 1.75}

.hb-ip-legal-toc li {
  margin-bottom: 0.25rem;
}

.hb-ip-legal-toc a {font-weight: 700;text-decoration: none !important;color: var(--ip-accent) !important}

.hb-ip-legal-toc a:hover {
  text-decoration: underline !important;
}

.hb-ip-legal-body {display: flex;gap: var(--ip-gap);flex-direction: column}

.hb-ip-legal-article {background: var(--ip-surface);padding: clamp(1rem, 3vw, 1.25rem);border: 1px solid var(--ip-edge);border-radius: var(--ip-radius)}

.hb-ip-legal-article h2 {margin: 0 0 0.65rem;padding-bottom: 0.45rem;font-weight: 800;color: var(--ip-ink);font-size: clamp(1.05rem, 3vw, 1.15rem);border-bottom: 2px solid rgba(45, 51, 128, 0.12)}

.hb-ip-legal-clause {
  margin-bottom: 0.75rem;
}

.hb-ip-legal-clause:last-child {
  margin-bottom: 0;
}

.hb-ip-legal-clause h3 {color: var(--ip-accent);font-size: 0.92rem;font-weight: 800;margin: 0 0 0.35rem}

.hb-ip-legal-clause p,
.hb-ip-legal-clause ul {margin: 0;line-height: 1.72;font-size: 0.9rem;color: var(--ip-muted)}

.hb-ip-legal-clause ul {margin-top: 0.35rem;padding-left: 1.2rem}

.hb-ip-legal-clause li {
  margin-bottom: 0.25rem;
}

.hb-ip-legal-contact {border-radius: 12px;border: 1px solid var(--ip-edge);padding: 1rem 1.05rem;margin-top: 0.5rem;background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), var(--ip-surface-alt))}

.hb-ip-legal-contact h2 {font-size: 1rem;margin: 0 0 0.5rem;font-weight: 800;color: var(--ip-ink)}

.hb-ip-legal-contact p {font-size: 0.88rem;color: var(--ip-muted);line-height: 1.65;margin: 0 0 0.45rem}

.hb-ip-legal-contact p:last-child {
  margin-bottom: 0;
}

.ip-legal-footer-note {text-align: center;padding-top: 0.5rem;padding-bottom: 0.85rem;font-size: 0.88rem;color: var(--ip-muted, #4b4f76)}

.ip-legal-footer-note a {
  font-weight: 700;
}


.hb-ip-lgpd-table {border-collapse: collapse;width: 100%;font-size: 0.84rem;margin-top: 0.5rem}

.hb-ip-lgpd-table th,
.hb-ip-lgpd-table td {vertical-align: top;text-align: left;border: 1px solid var(--ip-edge);padding: 0.55rem 0.6rem}

.hb-ip-lgpd-table th {font-weight: 800;background: var(--ip-surface-alt);color: var(--ip-ink)}

.hb-ip-lgpd-table td {
  color: var(--ip-muted);
}


.hb-ip-ajuda-grid {gap: var(--ip-gap);grid-template-columns: 1fr;display: grid}

@media (min-width: 520px) {
  .hb-ip-ajuda-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hb-ip-ajuda-card {border: 1px solid var(--ip-edge);background: var(--ip-surface);text-align: center;border-radius: var(--ip-radius);transition: transform 0.2s ease, box-shadow 0.2s ease;padding: 1rem 1.05rem}

.hb-ip-ajuda-card:hover {transform: translateY(-2px);box-shadow: 0 8px 22px rgba(17, 20, 54, 0.1)}

.hb-ip-ajuda-card__icon {background: var(--ip-surface-alt);display: inline-flex;color: var(--ip-accent);margin-bottom: 0.55rem;font-size: 1.25rem;font-weight: 800;justify-content: center;align-items: center;height: 2.75rem;border-radius: 50%;width: 2.75rem}

.hb-ip-ajuda-card h3 {font-size: 0.98rem;color: var(--ip-ink);margin: 0 0 0.4rem;font-weight: 800}

.hb-ip-ajuda-card p {margin: 0 0 0.65rem;line-height: 1.65;color: var(--ip-muted);font-size: 0.88rem}

.hb-ip-ajuda-card__meta {margin: 0;text-align: left;font-size: 0.82rem;background: var(--ip-surface-alt);border-radius: 8px;color: var(--ip-muted);padding: 0.55rem 0.65rem;line-height: 1.55}

.hb-ip-ajuda-card__meta strong {
  color: var(--ip-ink);
}

.hb-ip-ajuda-links {gap: 0.45rem;display: flex;margin-top: 0.65rem;flex-wrap: wrap}

.hb-ip-ajuda-links a {padding: 0.35rem 0.65rem;font-size: 0.82rem;text-decoration: none !important;border-radius: 999px;font-weight: 700;display: inline-block;background: rgba(45, 51, 128, 0.08);color: var(--ip-accent) !important}

.hb-ip-ajuda-links a:hover {
  background: rgba(45, 51, 128, 0.14);
}

.hb-ip-ticket-checklist {color: var(--ip-muted);background: var(--ip-surface-alt);font-size: 0.92rem;line-height: 1.75;margin: 0.5rem 0 0;border-radius: 10px;border: 1px dashed var(--ip-edge);padding: 0.75rem 0.85rem 0.85rem 1.35rem}

.hb-ip-ticket-checklist li::marker {color: var(--ip-green);font-weight: 800}

.hb-ip-hours-badge {color: var(--ip-green);font-size: 0.78rem;font-weight: 800;display: inline-block;padding: 0.25rem 0.55rem;border-radius: 6px;margin-top: 0.35rem;background: rgba(4, 190, 2, 0.12)}


.hb-ip-feedback-grid {gap: var(--ip-gap);grid-template-columns: 1fr;display: grid}

@media (min-width: 520px) {
  .hb-ip-feedback-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hb-ip-feedback-card {border: 1px solid var(--ip-edge);border-radius: var(--ip-radius);padding: 1rem 1.05rem;background: var(--ip-surface);border-left: 4px solid var(--ip-accent)}

.hb-ip-feedback-card--bug {
  border-left-color: #c0392b;
}

.hb-ip-feedback-card--idea {
  border-left-color: var(--ip-gold);
}

.hb-ip-feedback-card--ux {
  border-left-color: var(--ip-blue);
}

.hb-ip-feedback-card--promo {
  border-left-color: var(--ip-green);
}

.hb-ip-feedback-card__tag {font-size: 0.72rem;background: var(--ip-surface-alt);font-weight: 800;display: inline-block;padding: 0.2rem 0.5rem;border-radius: 6px;text-transform: uppercase;color: var(--ip-accent);letter-spacing: 0.04em;margin-bottom: 0.45rem}

.hb-ip-feedback-card h3 {color: var(--ip-ink);font-weight: 800;margin: 0 0 0.4rem;font-size: 0.98rem}

.hb-ip-feedback-card p {color: var(--ip-muted);line-height: 1.65;font-size: 0.88rem;margin: 0 0 0.55rem}

.hb-ip-feedback-example {background: var(--ip-surface-alt);color: var(--ip-muted);padding: 0.55rem 0.65rem;border-radius: 8px;margin: 0;line-height: 1.55;font-size: 0.8rem;font-style: italic}


:root {--ip-muted: rgb(49,82,70);--ip-surface: rgba(255, 255, 255, 0.94);--ip-edge: rgba(0, 155, 58, 0.26);--ip-surface-alt: rgba(255, 223, 0, 0.14);--ip-blue: #0057b8;--ip-green: rgba(0,155,58,1);--ip-accent: #002776;--ip-ink: #062c1e;--ip-gold: #ffdf00}
.hb-ip-block,
.hb-ip-media-block,
.ip-card,
.hb-ip-bonus-card,
.hb-ip-ajuda-card,
.hb-ip-feedback-card {box-shadow: 0 8px 24px rgba(0, 39, 118, 0.08) !important;border-color: var(--ip-edge) !important}
.hb-ip-media-block {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 223, 0, 0.18) 100%) !important;
}
.hb-ip-bonus-card--welcome::before,
.hb-ip-feedback-card--idea {border-left-color: #ffdf00 !important;background: linear-gradient(180deg, #ffdf00, #f5c400) !important}
.hb-ip-bonus-card--cash::before,
.hb-ip-feedback-card--promo {background: linear-gradient(180deg, #009b3a, #007f30) !important;border-left-color: rgba(0,155,58,1) !important}
.hb-ip-bonus-card--vip::before,
.hb-ip-bonus-card--reload::before,
.hb-ip-feedback-card--ux {border-left-color: #0057b8 !important;background: linear-gradient(180deg, #002776, #0057b8) !important}

.hb-ip-feedback-steps {padding: 0;list-style: none;counter-reset: fb-step;margin: 0.5rem 0 0}

.hb-ip-feedback-steps li {font-size: 0.92rem;color: var(--ip-muted);position: relative;line-height: 1.65;padding-left: 2rem;margin-bottom: 0.65rem}

.hb-ip-feedback-steps li::before {counter-increment: fb-step;height: 1.45rem;color: rgb(255,255,255);content: counter(fb-step);left: 0;top: 0.1rem;position: absolute;background: var(--ip-accent);font-size: 0.75rem;line-height: 1.45rem;text-align: center;border-radius: 50%;font-weight: 800;width: 1.45rem}

.hb-ip-feedback-steps li:last-child {
  margin-bottom: 0;
}


:root {--ip-gold: #ff8a3d;--ip-ink: #1f1633;--ip-surface: rgba(255, 255, 255, 0.94);--ip-green: #00b7a8;--ip-accent: #4b2ca3;--ip-blue: rgba(43,24,95,1);--ip-surface-alt: rgba(255, 138, 61, 0.12);--ip-edge: rgba(75, 44, 163, 0.24);--ip-muted: #5b506b}
.hb-ip-block,
.hb-ip-media-block,
.ip-card,
.hb-ip-bonus-card,
.hb-ip-ajuda-card,
.hb-ip-feedback-card {border-color: var(--ip-edge) !important;box-shadow: 0 8px 24px rgba(75, 44, 163, 0.08) !important}
.hb-ip-media-block {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 138, 61, 0.16) 100%) !important;
}
.hb-ip-bonus-card--welcome::before,
.hb-ip-feedback-card--idea {border-left-color: rgb(255,138,61) !important;background: linear-gradient(180deg, #ff8a3d, #ff6b4a) !important}
.hb-ip-bonus-card--cash::before,
.hb-ip-feedback-card--promo {background: linear-gradient(180deg, #00b7a8, #008f84) !important;border-left-color: #00b7a8 !important}
.hb-ip-bonus-card--vip::before,
.hb-ip-bonus-card--reload::before,
.hb-ip-feedback-card--ux {border-left-color: #4b2ca3 !important;background: linear-gradient(180deg, #4b2ca3, #2b185f) !important}







body a,
body a:link,
body a:visited,
body a:hover,
body a:focus-visible {
  text-decoration: none;
}

.hb-themed-link,
.hb-themed-link:hover,
.hb-themed-link:focus-visible {
  text-decoration: none;
}

.hb-themed-link {
  color: rgb(75,44,163);
}

.hb-themed-link:hover,
.hb-themed-link:focus-visible {
  color: #e85f3c;
}

.hb-body {padding: 0;color: #fff;margin: 0;background-color: #000}
.hb-main { display: block; }
.hb-skip-link {position: absolute;background: #416a55;padding: 8px 16px;left: -9999px;color: #fff;top: 0;z-index: 2000}
.hb-skip-link:focus {top: 8px;left: 8px}
.hb-py-3 {padding-top: 1rem !important;padding-bottom: 1rem !important}
.hb-py-4 {padding-top: 1.5rem !important;padding-bottom: 1.5rem !important}

.sf-sticky-cta {bottom: 0;gap: 14px;justify-content: space-between;right: 0;left: 0;position: fixed;display: flex;border-top: 1px solid rgba(255,255,255,0.15);background: rgb(26,38,53);align-items: center;z-index: 80;padding: 12px 20px}
.sf-sticky-cta__meta {font-size: 12px;display: flex;flex-direction: column;color: #d8c9b8}
.sf-sticky-cta__meta strong {font-size: 14px;color: #c9a84c}
.sf-sticky-cta__button {border-radius: 999px;color: rgb(255,255,255);background: rgba(65,106,85,1);padding: 10px 22px;font-weight: 700}
@media (max-width: 768px) {
  .sf-has-sticky-cta main { padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)) !important; }
}


.sf-related-articles{box-shadow:0 16px 45px rgba(15,23,42,.08);border:1px solid rgba(148,163,184,.24);padding:clamp(18px,3vw,28px);max-width:1120px;border-radius:24px;background:rgba(255,255,255,.06);margin:clamp(28px,5vw,56px) auto}
.sf-related-articles h2{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px;line-height:1.2}
.sf-related-articles>p{margin:0 0 18px;opacity:.78;line-height:1.65}
.sf-related-articles__list{list-style:none;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:0;display:grid;margin:0}
.sf-related-articles__item{list-style:none;padding:0;margin:0}
.sf-related-articles__link{flex-direction:column;min-height:100%;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease;border-radius:18px;display:flex;border:1px solid rgba(148,163,184,.18);gap:7px;color:inherit;background:rgba(255,255,255,.08);padding:16px}
.sf-related-articles__link:hover{transform:translateY(-2px);background:rgba(255,255,255,.13);border-color:rgba(59,130,246,.45)}
.sf-related-articles__type{opacity:.88;width:max-content;border-radius:999px;padding:3px 9px;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:inherit;background:rgba(59,130,246,.14);font-weight:700}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{font-size:.88rem;line-height:1.45;opacity:.72}
@media(max-width:640px){.sf-related-articles{border-radius:18px;padding:16px;margin:28px 12px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
