@keyframes bottomSheetSlideUp {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bottomSheetSlideDown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

.bottom-sheet-modal .slide-up {
    animation: bottomSheetSlideUp .3s ease-out
}

.bottom-sheet-modal .slide-down {
    animation: bottomSheetSlideDown .3s ease-out
}

.MuiButtonBase-root {
    border: none;
    background: transparent;
}

.css-i7l85y {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    font-family: inherit;
    text-transform: none;
    min-height: 0px;
    min-width: 0px;
    color: rgb(0, 16, 40);
    background-color: rgb(250, 129, 232);
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(250, 129, 232);
    border-radius: 64px;
    padding: 5px;
}


@media screen and (max-width: 900px) {

    .left,
    .right {
        display: none !important;
    }
}

.css-25c480 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    color: inherit;
    background-color: rgb(22, 54, 82);
    padding: 9px 6px;
    height: 28px;
    outline: none;
    border-radius: 100px;
    border: 1px solid rgb(22, 54, 82);
    font-family: inherit;
    cursor: pointer;
    text-transform: none;
    flex-shrink: 0;
    box-shadow: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.css-8967o5 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    color: inherit;
    background-color: rgb(255, 255, 255);
    padding: 9px 6px;
    height: 28px;
    outline: none;
    border-radius: 100px;
    border: 1px solid rgb(176, 193, 215);
    font-family: inherit;
    cursor: pointer;
    text-transform: none;
    flex-shrink: 0;
    box-shadow: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}:root {
  --bb-navy: #071a33;
  --bb-blue: #143b5d;
  --bb-blue-soft: #2f628d;
  --bb-green: #72ff00;
  --bb-white: #ffffff;
  --bb-bg: #eaf1f8;
  --bb-muted: #8294a8;
  --bb-border: #dce6f0;
  --bb-shadow: 0 18px 50px rgba(7, 26, 51, 0.22);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bb-bg);
  color: var(--bb-navy);
}

.bb-age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(7, 26, 51, 0.66);
  backdrop-filter: blur(8px);
}

.bb-age-gate.bb-age-visible {
  display: flex;
}

.bb-age-card {
  width: min(100%, 430px);
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: var(--bb-shadow);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.bb-age-logo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--bb-navy);
  color: var(--bb-green);
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1px;
}

.bb-age-logo span {
  color: var(--bb-white);
  font-size: 15px;
  border: 1px solid var(--bb-white);
  border-radius: 5px;
  padding: 1px 4px;
  letter-spacing: 0;
}

.bb-age-badge {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--bb-white);
  border: 8px solid var(--bb-green);
  color: var(--bb-navy);
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(114, 255, 0, 0.26);
}

.bb-age-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.1;
  color: var(--bb-navy);
}

.bb-age-text {
  margin: 0 auto 22px;
  max-width: 350px;
  color: #41546a;
  font-size: 15px;
  line-height: 1.5;
}

.bb-age-actions {
  display: grid;
  gap: 10px;
}

.bb-age-primary,
.bb-age-secondary,
.bb-cookie-primary,
.bb-cookie-outline,
.bb-cookie-link {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bb-age-primary,
.bb-cookie-primary {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  background: var(--bb-green);
  color: var(--bb-navy);
  box-shadow: 0 10px 24px rgba(114, 255, 0, 0.24);
}

.bb-age-primary:hover,
.bb-cookie-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(114, 255, 0, 0.34);
}

.bb-age-secondary,
.bb-cookie-outline {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 16px;
  background: #edf3f9;
  color: var(--bb-navy);
  border: 1px solid var(--bb-border);
}

.bb-age-secondary:hover,
.bb-cookie-outline:hover {
  background: #e3edf7;
}

.bb-age-note {
  margin: 18px 0 0;
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-cookie-panel {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  width: min(calc(100% - 48px), 520px);
  display: none;
  padding: 18px;
  border-radius: 22px;
  background: var(--bb-white);
  box-shadow: var(--bb-shadow);
  border: 1px solid rgba(220, 230, 240, 0.9);
}

.bb-cookie-panel.bb-cookie-visible {
  display: block;
}

.bb-cookie-main {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.bb-cookie-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--bb-bg);
  font-size: 24px;
}

.bb-cookie-content {
  flex: 1;
}

.bb-cookie-title {
  margin: 0 0 6px;
  color: var(--bb-navy);
  font-size: 18px;
  line-height: 1.2;
}

.bb-cookie-text {
  margin: 0;
  color: #516478;
  font-size: 14px;
  line-height: 1.45;
}

.bb-cookie-settings {
  display: none;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
  padding: 12px;
  border-radius: 18px;
  background: #f3f7fb;
}

.bb-cookie-settings.bb-cookie-settings-visible {
  display: grid;
}

.bb-cookie-option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 14px;
  background: var(--bb-white);
  border: 1px solid var(--bb-border);
  cursor: pointer;
}

.bb-cookie-option input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--bb-green);
}

.bb-cookie-option span {
  display: grid;
  gap: 3px;
}

.bb-cookie-option strong {
  font-size: 14px;
  color: var(--bb-navy);
}

.bb-cookie-option small {
  color: var(--bb-muted);
  font-size: 12px;
  line-height: 1.35;
}

.bb-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.bb-cookie-link {
  min-height: 42px;
  padding: 0 6px;
  background: transparent;
  color: var(--bb-blue-soft);
}

.bb-cookie-link:hover {
  color: var(--bb-navy);
}

.bb-cookie-primary,
.bb-cookie-outline {
  min-height: 42px;
  border-radius: 14px;
}

.bb-cookie-save {
  display: none;
}

.bb-cookie-save.bb-cookie-save-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .bb-cookie-panel {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 16px;
  }

  .bb-cookie-main {
    gap: 12px;
  }

  .bb-cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bb-cookie-link,
  .bb-cookie-outline,
  .bb-cookie-primary {
    width: 100%;
  }

  .bb-age-card {
    padding: 24px 18px;
  }
}