/*
Theme Name: Live Lounge
Theme URI: https://wordpress.org/
Author: Live Lounge
Author URI: https://wordpress.org/
Description: A responsive, disclosure-first directory theme for presenting online BongaCams models through the approved affiliate API.
Version: 1.0.0
Requires at least: 6.1
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: live-lounge
*/

:root {
  --ll-ink: #f7f8f4;
  --ll-muted: #a9b2b1;
  --ll-bg: #0b1112;
  --ll-panel: #121b1d;
  --ll-panel-2: #182325;
  --ll-line: rgba(255, 255, 255, 0.1);
  --ll-accent: #b8f35a;
  --ll-accent-strong: #84d62d;
  --ll-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
  --ll-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ll-ink);
  background: var(--ll-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.ll-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.ll-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--ll-line);
  background: rgba(11, 17, 18, 0.88);
  backdrop-filter: blur(18px);
}
.ll-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.ll-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.22rem;
}
.ll-brand-mark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #16200d;
  background: var(--ll-accent);
  box-shadow: 0 0 0 5px rgba(184, 243, 90, 0.12);
}
.ll-nav { display: flex; align-items: center; gap: 24px; color: var(--ll-muted); font-size: .92rem; }
.ll-nav a:hover, .ll-nav a:focus-visible { color: var(--ll-ink); }
.ll-nav-cta {
  padding: 10px 15px;
  border: 1px solid rgba(184, 243, 90, .4);
  border-radius: 999px;
  color: var(--ll-accent) !important;
}

.ll-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 70px;
  background:
    radial-gradient(circle at 85% 10%, rgba(132, 214, 45, .16), transparent 30%),
    radial-gradient(circle at 8% 20%, rgba(66, 160, 139, .14), transparent 32%);
}
.ll-hero:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(184, 243, 90, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(184, 243, 90, .025), 0 0 0 80px rgba(184, 243, 90, .02);
}
.ll-hero-content { position: relative; z-index: 1; max-width: 720px; }
.ll-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ll-accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 800;
}
.ll-kicker:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ll-accent);
  box-shadow: 0 0 0 6px rgba(184, 243, 90, .12);
}
.ll-hero h1 {
  max-width: 700px;
  margin: 18px 0 17px;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.075em;
}
.ll-hero h1 em { color: var(--ll-accent); font-style: normal; }
.ll-hero p { max-width: 580px; margin: 0; color: var(--ll-muted); font-size: 1.1rem; }
.ll-disclosure {
  display: inline-flex;
  margin-top: 28px;
  padding: 9px 13px;
  border: 1px solid var(--ll-line);
  border-radius: 10px;
  color: #d8dfdc;
  background: rgba(255, 255, 255, .04);
  font-size: .79rem;
}

.ll-section { padding: 46px 0 88px; }
.ll-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.ll-section-title { margin: 0; font-size: clamp(1.5rem, 4vw, 2.2rem); letter-spacing: -.05em; }
.ll-section-subtitle { margin: 4px 0 0; color: var(--ll-muted); }
.ll-search {
  width: min(320px, 100%);
  min-height: 45px;
  padding: 0 16px;
  color: var(--ll-ink);
  border: 1px solid var(--ll-line);
  border-radius: 12px;
  outline: none;
  background: var(--ll-panel);
}
.ll-search:focus { border-color: var(--ll-accent); box-shadow: 0 0 0 4px rgba(184, 243, 90, .1); }
.ll-model-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.ll-card {
  overflow: hidden;
  border: 1px solid var(--ll-line);
  border-radius: var(--ll-radius);
  background: var(--ll-panel);
  box-shadow: var(--ll-shadow);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.ll-card:hover { transform: translateY(-5px); border-color: rgba(184, 243, 90, .45); box-shadow: 0 30px 80px rgba(0, 0, 0, .44); }
.ll-card-image { position: relative; aspect-ratio: 4 / 5; background: var(--ll-panel-2); }
.ll-card-image img { width: 100%; height: 100%; object-fit: cover; }
.ll-live-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #eaf8d9;
  background: rgba(9, 15, 14, .76);
  font-size: .72rem;
  font-weight: 800;
}
.ll-live-pill:before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ll-accent); }
.ll-card-body { padding: 16px; }
.ll-card-name { margin: 0; font-size: 1.1rem; letter-spacing: -.03em; }
.ll-card-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 5px; color: var(--ll-muted); font-size: .82rem; }
.ll-card-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 17px; }
.ll-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #152008;
  background: var(--ll-accent);
  font-weight: 800;
  font-size: .84rem;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.ll-button:hover, .ll-button:focus-visible { background: #d1ff8c; transform: translateY(-1px); }
.ll-button-secondary {
  color: var(--ll-ink);
  border-color: var(--ll-line);
  background: transparent;
}
.ll-button-secondary:hover, .ll-button-secondary:focus-visible { color: var(--ll-accent); background: rgba(184, 243, 90, .07); }
.ll-empty, .ll-error {
  padding: 34px;
  border: 1px dashed var(--ll-line);
  border-radius: var(--ll-radius);
  color: var(--ll-muted);
  text-align: center;
  background: var(--ll-panel);
}
.ll-error { border-color: rgba(255, 165, 105, .35); }

.ll-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.ll-trust-item { padding: 20px; border: 1px solid var(--ll-line); border-radius: 15px; background: rgba(255, 255, 255, .025); }
.ll-trust-item strong { display: block; margin-bottom: 6px; color: var(--ll-accent); }
.ll-trust-item span { color: var(--ll-muted); font-size: .87rem; }

.ll-footer { padding: 38px 0 42px; border-top: 1px solid var(--ll-line); color: var(--ll-muted); font-size: .84rem; }
.ll-footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.ll-footer a { color: var(--ll-ink); }
.ll-footer small { display: block; max-width: 620px; margin-top: 9px; color: #788381; line-height: 1.6; }

.ll-age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 8, 8, .9);
  backdrop-filter: blur(15px);
}
.ll-age-dialog { width: min(470px, 100%); padding: 32px; border: 1px solid rgba(184, 243, 90, .25); border-radius: 22px; background: var(--ll-panel); box-shadow: 0 28px 100px rgba(0,0,0,.55); }
.ll-age-dialog h2 { margin: 0 0 10px; font-size: 1.8rem; letter-spacing: -.05em; }
.ll-age-dialog p { margin: 0; color: var(--ll-muted); }
.ll-age-actions { display: flex; gap: 10px; margin-top: 25px; }
.ll-age-actions .ll-button { flex: 1; }
.ll-age-exit { color: var(--ll-muted); border-color: var(--ll-line); background: transparent; }
.ll-age-exit:hover { color: var(--ll-ink); }

@media (max-width: 940px) {
  .ll-model-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .ll-shell { width: min(100% - 28px, 560px); }
  .ll-header-inner { min-height: 66px; }
  .ll-nav a:not(.ll-nav-cta) { display: none; }
  .ll-hero { padding: 62px 0 54px; }
  .ll-toolbar, .ll-footer-inner { align-items: stretch; flex-direction: column; }
  .ll-search { width: 100%; }
  .ll-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ll-card-body { padding: 13px; }
  .ll-card-actions { grid-template-columns: 1fr; }
  .ll-trust { grid-template-columns: 1fr; }
}
@media (max-width: 390px) {
  .ll-model-grid { grid-template-columns: 1fr; }
}