.lp-grid-2 {
  grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.78fr) !important;
  grid-row-gap: 34px !important;
  align-items: start;
}

.lp-content-shell,
.lp-auth-shell,
.lp-insights-shell,
.lp-tipster-showcase,
.lp-footer-marketing {
  position: relative;
  overflow: hidden;
}

.lp-content-shell::before,
.lp-auth-shell::before,
.lp-insights-shell::before,
.lp-tipster-showcase::before,
.lp-footer-marketing::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(118, 225, 255, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(120, 255, 180, 0.12), transparent 30%);
  pointer-events: none;
}

.lp-auth-shell,
.lp-insights-shell,
.lp-tipster-showcase,
.lp-footer-marketing {
  background: rgba(8, 14, 22, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 28px;
}

.lp-content-shell {
  min-height: 100%;
}

.lp-auth-shell {
  padding: 30px 32px;
  z-index: 2;
}

.lp-auth-shell > div,
.lp-content-shell > div,
.lp-insights-shell > div,
.lp-tipster-showcase > div,
.lp-footer-marketing > div {
  position: relative;
  z-index: 1;
}

.lp-auth-shell h4 {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.94);
}

.lp-auth-shell .ant-input,
.lp-auth-shell .ant-input-affix-wrapper,
.lp-auth-shell .ant-input-group-addon {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.94) !important;
}

.lp-auth-shell .ant-input::placeholder {
  color: rgba(255, 255, 255, 0.52) !important;
}

.lp-auth-shell .anticon,
.lp-auth-shell .font-bg-high,
.lp-auth-shell .font-bg-md,
.lp-auth-shell .paragraph,
.lp-auth-shell .ant-checkbox-wrapper {
  color: rgba(255, 255, 255, 0.86) !important;
}

.lp-auth-shell .input-dark,
.lp-auth-shell .ant-btn,
.lp-auth-shell .ant-btn-primary {
  border-radius: 14px !important;
}

.lp-auth-shell .ant-btn-primary {
  background: linear-gradient(135deg, #1f8bff, #21c082) !important;
  border: 0 !important;
  box-shadow: 0 18px 40px rgba(10, 45, 82, 0.35);
}

.lp-auth-shell .input-dark {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.lp-grid-2 > .footer {
  grid-column: 1 / -1;
  margin-top: 10px;
}

.lp-insights-shell,
.lp-tipster-showcase,
.lp-footer-marketing {
  grid-column: 1 / -1;
  padding: 32px 34px;
}

.lp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}

.lp-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-section-title {
  margin: 14px 0 10px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 34px;
  line-height: 1.08;
}

.lp-section-copy {
  margin: 0;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.lp-insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.lp-insight-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-insight-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lp-insight-value {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
}

.lp-insight-delta {
  margin-top: 10px;
  color: #8ef0be;
  font-size: 14px;
}

.lp-main-chart {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(220px, 0.7fr);
  gap: 22px;
  align-items: stretch;
}

.lp-chart-shell,
.lp-chart-notes {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-chart-shell {
  padding: 18px 18px 14px;
}

.lp-chart-empty {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  padding: 24px;
}

.lp-chart-svg {
  width: 100%;
  height: auto;
  display: block;
}

.lp-chart-grid-line {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

.lp-chart-axis-text,
.lp-chart-axis-month {
  fill: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: inherit;
}

.lp-chart-line {
  fill: none;
  stroke: #9af2c0;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-chart-area {
  fill: url(#lp-chart-gradient);
}

.lp-chart-dot {
  fill: #f8fbff;
  stroke: #0b6bff;
  stroke-width: 3;
}

.lp-chart-notes {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lp-note-block {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-note-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.lp-note-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lp-note-value {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 28px;
  line-height: 1;
}

.lp-note-copy {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.lp-carousel-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 24px;
}

.lp-carousel-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-carousel-count {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.lp-carousel-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.lp-carousel-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.lp-carousel-button:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  transform: none;
}

.lp-tipster-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lp-tipster-viewport::-webkit-scrollbar {
  display: none;
}

.lp-tipster-track {
  display: flex;
  gap: var(--lp-card-gap, 18px);
  width: max-content;
  min-width: 100%;
  max-width: none;
  overflow: visible;
  padding-bottom: 8px;
  transition: transform 0.34s ease;
  will-change: transform;
}

.lp-tipster-track::-webkit-scrollbar {
  display: none;
}

.lp-tipster-card {
  flex: 0 0 var(--lp-card-width, calc((100% - 36px) / 3));
  width: var(--lp-card-width, calc((100% - 36px) / 3));
  max-width: none;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(7, 12, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.lp-empty-state-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

.lp-tipster-cover {
  position: relative;
  min-height: 168px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
}

.lp-tipster-cover.cover-soccer {
  background-image: linear-gradient(180deg, rgba(4, 18, 34, 0.18), rgba(4, 18, 34, 0.88)), url(/build/static/media/sdsasadasd.jpg);
}

.lp-tipster-cover.cover-stadium {
  background-image: linear-gradient(180deg, rgba(4, 18, 34, 0.18), rgba(4, 18, 34, 0.9)), url(/build/static/media/32422.jpg);
}

.lp-tipster-cover.cover-soccer-night {
  background-image: linear-gradient(180deg, rgba(7, 20, 32, 0.18), rgba(7, 20, 32, 0.9)), url(/build/static/media/soccer.5e5e5f59.jpg);
}

.lp-tipster-sport {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.lp-tipster-avatar {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.lp-tipster-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-tipster-body {
  padding: 20px 20px 22px;
}

.lp-tipster-name {
  color: rgba(255, 255, 255, 0.95);
  font-size: 22px;
  line-height: 1.15;
}

.lp-tipster-tagline {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.55;
  min-height: 48px;
}

.lp-tipster-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.lp-tipster-stat {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-tipster-stat-label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lp-tipster-stat-value {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 22px;
  line-height: 1;
}

.lp-mini-chart {
  margin-top: 18px;
  padding: 14px 14px 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-mini-chart-title {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lp-mini-chart svg {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

.lp-mini-empty {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.lp-mini-chart polyline {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(170px, 0.7fr));
  gap: 26px;
}

.lp-footer-brand {
  max-width: 420px;
}

.lp-footer-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 30px;
  line-height: 1.1;
}

.lp-footer-copy {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.lp-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(31, 139, 255, 0.92), rgba(33, 192, 130, 0.92));
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.lp-footer-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.lp-footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.lp-footer-col-title {
  margin: 4px 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-footer-links {
  display: grid;
  gap: 10px;
}

.lp-footer-link {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: color 0.16s ease, transform 0.16s ease;
}

.lp-footer-link:hover {
  color: rgba(255, 255, 255, 0.95);
  transform: translateX(2px);
}

.lp-footer-note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.62);
}

.lp-footer-note strong {
  color: rgba(255, 255, 255, 0.9);
}

.lp-cookie-modal-hidden {
  display: none !important;
  pointer-events: none !important;
}

.lp-cookie-footer-notice {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 2147483000;
  width: min(760px, calc(100vw - 28px));
  transform: translateX(-50%);
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(3, 8, 13, 0.58);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.55;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.lp-cookie-footer-notice a {
  color: rgba(154, 242, 192, 0.9);
  text-decoration: none;
}

.lp-cookie-footer-notice button {
  flex: 0 0 auto;
  border: 1px solid rgba(154, 242, 192, 0.34);
  border-radius: 999px;
  background: rgba(154, 242, 192, 0.16);
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.lp-mobile-nav {
  display: none;
}

.lp-mobile-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #1f8bff, #21c082);
  color: #fff;
  min-height: 42px;
  padding: 10px 18px;
  font-weight: 700;
}

@media only screen and (max-width: 1180px) {
  .lp-insight-grid,
  .lp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-main-chart {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px) {
  html.lp-mobile-nav-active .navbar .navbar-toggler {
    display: none !important;
  }

  html.lp-mobile-nav-active .navbar {
    flex-wrap: wrap;
    align-items: flex-start;
    background: rgba(3, 8, 13, 0.82) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding-bottom: 10px;
  }

  html.lp-mobile-nav-active .navbar .logout {
    width: 100%;
    align-items: center;
  }

  html.lp-mobile-nav-active .navbar-brand {
    margin: 0 auto;
  }

  .lp-mobile-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    padding: 8px 8px 0;
  }

  .lp-mobile-nav button,
  .lp-mobile-nav a {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    min-height: 38px;
    padding: 9px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }

  .lp-mobile-nav button.is-active {
    border-color: rgba(119, 255, 186, 0.5);
    background: linear-gradient(135deg, rgba(31, 139, 255, 0.84), rgba(33, 192, 130, 0.84));
    color: #fff;
  }

  html.lp-mobile-nav-active .back {
    padding-top: 128px !important;
  }

  .lp-grid-2 {
    grid-template-columns: 100% !important;
    grid-row-gap: 22px !important;
  }

  .lp-auth-shell,
  .lp-insights-shell,
  .lp-tipster-showcase,
  .lp-footer-marketing {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .lp-section-head,
  .lp-carousel-top,
  .lp-footer-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-insight-grid,
  .lp-footer-grid,
  .lp-tipster-stats {
    grid-template-columns: 1fr;
  }

  .lp-section-title {
    font-size: 28px;
  }

  .lp-tipster-track {
    gap: var(--lp-card-gap, 14px);
  }

  .lp-tipster-card {
    flex-basis: var(--lp-card-width, 100%);
    width: var(--lp-card-width, 100%);
    max-width: none;
  }

  .lp-footer-cta {
    width: 100%;
    justify-content: center;
  }

  .lp-cookie-footer-notice {
    align-items: flex-start;
    flex-direction: column;
  }
}
