:root{
  --bg:#fbf1ea;
  --card:#fffdfa;
  --soft:#f7e9e2;
  --line:#efd3c9;
  --text:#55243a;
  --muted:#9b6971;
  --rose:#bd6271;
  --rose2:#d88391;
  --gold:#d7a033;
  --gold2:#f5d67a;
  --gold3:#fff3bf;
  --shadow:0 20px 55px rgba(93,38,48,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 8% 0%,rgba(255,255,255,.9),transparent 28rem),
    radial-gradient(circle at 88% 16%,rgba(246,199,207,.38),transparent 34rem),
    linear-gradient(180deg,#fbf4ed,#fff9f5 46%,#fbefe9);
}

.site-wrap{width:min(1420px,calc(100% - 42px));margin-inline:auto}
.top-shell{border-bottom:1px solid rgba(163,104,96,.18)}
.topbar{
  height:92px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
}
.logo{display:flex;flex-direction:column;align-items:center;min-width:190px}
.logo-main{
  font-family:Georgia,serif;
  font-size:1.55rem;
  font-weight:900;
  letter-spacing:-.03em;
  color:#5b3340;
  text-shadow:0 2px 0 #fff,0 7px 18px rgba(60,20,30,.18);
}
.logo-sub{
  margin-top:7px;
  font-size:.78rem;
  letter-spacing:.18em;
  color:#b0807c;
  text-transform:uppercase;
}
.top-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.hello{color:#a16c58;font-weight:700}
.hello strong{color:#8b4655;font-size:1.1rem}
.wallet-pill{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid #efc875;
  background:linear-gradient(180deg,#fff4cd,#ffe6a4);
  color:#6b4715;
  border-radius:14px;
  padding:10px 16px;
  box-shadow:0 10px 28px rgba(215,160,51,.16);
}
.wallet-icon{
  width:36px;height:36px;border-radius:10px;
  display:grid;place-items:center;
  background:linear-gradient(180deg,#f4c85c,#d49a22);
  color:#6a4100;
}
.wallet-pill b{text-transform:uppercase;font-size:.8rem;letter-spacing:.06em}
.wallet-pill small{display:block;margin-top:2px;color:#6f5032}

.star-banner{
  margin:22px 0;
  display:grid;
  grid-template-columns:58px 1fr auto;
  align-items:center;
  gap:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.86);
  padding:18px 20px;
  box-shadow:var(--shadow);
}
.star-banner img{width:48px;height:48px}
.star-banner p{margin:0;line-height:1.45}
.gold-buy{
  white-space:nowrap;
  border:1px solid #e5bb55;
  background:linear-gradient(180deg,var(--gold3),var(--gold2) 48%,var(--gold));
  color:#5c3500;
  border-radius:999px;
  padding:13px 22px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(215,160,51,.18);
}

.store-dashboard{
  display:grid;
  grid-template-columns:500px minmax(0,1fr);
  gap:22px;
  align-items:stretch;
}
.intro-card,
.player-card,
.world-section{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.88);
  box-shadow:var(--shadow);
}
.intro-card{padding:34px 36px}
.eyebrow{
  margin:0 0 14px;
  color:#d56b72;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.78rem;
  font-weight:900;
}
.intro-card h1{
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(3rem,5vw,5.2rem);
  line-height:.94;
  letter-spacing:-.06em;
  font-weight:500;
}
.intro-card h1 span{color:var(--gold)}
.intro-text{
  margin:24px 0;
  color:#744753;
  line-height:1.5;
  max-width:410px;
  font-weight:500;
}
.wallet-actions{display:flex;gap:12px;margin-bottom:12px}
.code-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:12px}
input{
  width:100%;
  min-height:50px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fffdfa;
  color:var(--text);
  padding:0 18px;
  outline:none;
}
input:focus{border-color:#dca39c;box-shadow:0 0 0 4px rgba(218,127,143,.12)}
.btn{
  border:0;
  cursor:pointer;
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:0 20px;
  font-weight:900;
}
.btn.rose{
  color:#fff;
  background:linear-gradient(180deg,var(--rose2),#ad5365);
  box-shadow:0 10px 22px rgba(173,83,101,.18);
}
.star-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.star-chips span{
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 13px;
  background:#fffdfa;
  color:#a8797b;
}

.player-card{
  display:grid;
  grid-template-columns:320px minmax(260px,1fr) 270px;
  gap:22px;
  padding:22px;
}
.cover-box{
  border-radius:14px;
  overflow:hidden;
  background:#f7eee9;
  min-height:320px;
}
.cover-box img{width:100%;height:100%;object-fit:cover;display:block}
.current-box h2{
  margin:0;
  font-size:clamp(1.7rem,2.6vw,2.7rem);
  line-height:1.02;
  letter-spacing:-.04em;
}
.current-box p:not(.eyebrow){color:#c06c70;margin:10px 0 18px}
.media-stage{
  min-height:68px;
  border-radius:999px;
  background:#f0f2f3;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.media-stage.empty{
  border-radius:18px;
  background:#fbf2ed;
  color:#a8797b;
}
.media-stage audio,.media-stage video{width:100%;display:block}
.media-stage video{border-radius:14px;background:#000;max-height:420px}
.buy-box{
  margin-top:26px;
  border:1px solid #efc875;
  border-radius:14px;
  padding:14px;
  background:#fffdf8;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.buy-box:empty{display:none}
.buy-box button,
.buy-box .btn,
.buy-box a{
  min-height:42px;
  border-radius:999px;
  border:1px solid var(--line);
  padding:0 16px;
  font-weight:900;
}
.player-note{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px;
  color:#b08a88;
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:.9rem;
}
.tracks-box{
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px;
  background:#fffaf7;
  min-height:300px;
  max-height:455px;
  overflow:auto;
}
.track-list{display:grid;gap:8px}
.track-list button,
.track-list .track,
.track-list > *{
  width:100%;
  border:1px solid #efcfc5;
  border-radius:10px;
  padding:11px 12px;
  color:#623446;
  background:#fff9f5;
  font-weight:900;
  text-align:left;
  cursor:pointer;
}
.track-list button:hover,
.track-list .track:hover,
.track-list > *:hover{border-color:#e2b762;background:#fff6df}
.track-list .locked::after{content:" ★";color:#8c6217}

.catalog-head{
  margin:28px 0 12px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:16px;
  flex-wrap:wrap;
}
.catalog-head h2{
  margin:0;
  font-family:Georgia,serif;
  font-size:2.1rem;
  font-weight:500;
}
.catalog-tabs{display:flex;gap:10px;flex-wrap:wrap}
.catalog-tabs a{
  border:1px solid var(--line);
  background:#fffdfa;
  border-radius:999px;
  padding:10px 18px;
  color:#8b4655;
  font-weight:900;
}

.world-section{padding:24px;margin:0 0 26px}
.world-title{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:22px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.world-title h2{
  margin:0;
  font-family:Georgia,serif;
  font-size:2.8rem;
  line-height:1;
  font-weight:500;
}
.world-title p:last-child{max-width:620px;color:#8b6265;line-height:1.45;margin:0}

.catalog-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr));
  gap:16px;
}
.catalog-grid > *,
.card,.media-card,.catalog-card{
  position:relative;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fffdfa;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(93,38,48,.08);
  cursor:pointer;
}
.catalog-grid > *:hover,
.card:hover,.media-card:hover,.catalog-card:hover{
  border-color:#e4b551;
  transform:translateY(-2px);
}
.catalog-grid img,
.card img,.media-card img,.catalog-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}
.catalog-grid h3,
.card h3,.media-card h3,.catalog-card h3{
  margin:12px 12px 6px;
  font-size:1rem;
  line-height:1.2;
}
.catalog-grid p,
.card p,.media-card p,.catalog-card p{
  margin:0 12px 14px;
  color:#927075;
  font-size:.9rem;
  line-height:1.35;
}
.badge,.price-badge,.media-badge{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  border:1px solid #e5c978;
  background:linear-gradient(180deg,#fff7cc,#f1c95c);
  color:#5a3600;
  padding:5px 9px;
  font-weight:900;
  font-size:.78rem;
}
.media-badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
}
.footer{
  margin-top:18px;
  padding:24px 0 40px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  color:#9b6971;
}
.toast{
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  z-index:100;
  max-width:min(560px,calc(100% - 32px));
  border:1px solid #efc875;
  border-radius:16px;
  padding:14px 18px;
  background:#fffdf8;
  color:#55243a;
  box-shadow:0 18px 60px rgba(93,38,48,.22);
}
.toast[hidden]{display:none}

@media(max-width:1180px){
  .store-dashboard{grid-template-columns:1fr}
  .player-card{grid-template-columns:300px minmax(0,1fr)}
  .tracks-box{grid-column:1/-1}
}
@media(max-width:760px){
  .site-wrap{width:min(100% - 22px,1420px)}
  .topbar{height:auto;padding:18px 0;align-items:flex-start;flex-direction:column}
  .top-right{width:100%;justify-content:space-between}
  .star-banner{grid-template-columns:48px 1fr}
  .gold-buy{grid-column:1/-1;text-align:center}
  .intro-card{padding:24px}
  .intro-card h1{font-size:3.2rem}
  .code-row{grid-template-columns:1fr}
  .player-card{grid-template-columns:1fr}
  .cover-box{min-height:auto}
  .cover-box img{aspect-ratio:1/1}
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:460px){
  .catalog-grid{grid-template-columns:1fr}
  .wallet-pill{width:100%}
}

/* === Liebesmund Player Format + Star Cleanup v1 === */

/* Audio/Hörbuch/Sex & Erotik: Cover im Player immer quadratisch */
#playerShell.lm-audio-mode .cover-box,
#playerShell.lm-audio-mode .player-cover-frame,
#playerShell.lm-audio-mode .player-art{
  aspect-ratio:1 / 1 !important;
  min-height:0 !important;
  height:auto !important;
}

#playerShell.lm-audio-mode .cover-box img,
#playerShell.lm-audio-mode .player-cover-frame img,
#playerShell.lm-audio-mode .player-art img,
#playerShell:not(.lm-video-mode) .cover-box img,
#playerShell:not(.lm-video-mode) .player-cover-frame img,
#playerShell:not(.lm-video-mode) .player-art img{
  aspect-ratio:1 / 1 !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  object-fit:cover !important;
  display:block !important;
}

/* Videos: Cover und Playerfläche immer Cinematic 16:9 */
#playerShell.lm-video-mode .cover-box,
#playerShell.lm-video-mode .player-cover-frame,
#playerShell.lm-video-mode .player-art{
  aspect-ratio:16 / 9 !important;
  min-height:0 !important;
  height:auto !important;
  align-self:start !important;
}

#playerShell.lm-video-mode .cover-box img,
#playerShell.lm-video-mode .player-cover-frame img,
#playerShell.lm-video-mode .player-art img{
  aspect-ratio:16 / 9 !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  object-fit:cover !important;
  display:block !important;
}

#playerShell.lm-video-mode .media-stage{
  aspect-ratio:16 / 9 !important;
  border-radius:18px !important;
  min-height:0 !important;
  background:#000 !important;
}

#playerShell.lm-video-mode .media-stage video{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:contain !important;
  background:#000 !important;
}

/* Trackliste: Stern ist der einzige Sperr-Hinweis */
#trackList .lm-premium-star{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:6px;
  color:#8c6217;
  font-weight:900;
}

#trackList .locked::after{
  content:"" !important;
}


/* === Liebesmund Hide Category Badges v1 === */
/* Kategorie-Badges oben links auf den Covern entfernen */
.catalog-grid .media-badge,
.catalog-grid .category-badge,
.catalog-grid .type-badge,
.catalog-grid .world-badge,
.catalog-grid .card-badge,
.video-grid .media-badge,
.video-grid .category-badge,
.video-grid .type-badge,
.video-grid .world-badge,
.video-grid .card-badge,
.card .media-badge,
.card .category-badge,
.card .type-badge,
.card .world-badge,
.card .card-badge,
.media-card .media-badge,
.catalog-card .media-badge{
  display:none !important;
}


/* === Liebesmund Card Footer From Sexy Realdata v1 === */

/* alte Kategorie-Badges endgültig weg */
.catalog-grid .media-badge,
.catalog-grid .category-badge,
.catalog-grid .type-badge,
.catalog-grid .world-badge,
.catalog-grid .card-badge,
.video-grid .media-badge,
.card .media-badge,
.card .category-badge,
.card .type-badge,
.card .world-badge,
.card .card-badge,
.media-card .media-badge,
.catalog-card .media-badge{
  display:none !important;
}

/* standardisierte Liebesmund-Karte nach SexyHörbuch-Logik */
.catalog-grid > .lm-standard-card,
.video-grid > .lm-standard-card{
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  border:1px solid var(--line,#efd3c9) !important;
  border-radius:18px !important;
  background:#fffdfa !important;
  box-shadow:0 12px 28px rgba(93,38,48,.08) !important;
}

.lm-standard-card .lm-card-cover{
  width:100%;
  aspect-ratio:1 / 1;
  background:#f7eee9;
  overflow:hidden;
  flex:0 0 auto;
}

.video-grid .lm-standard-card .lm-card-cover{
  aspect-ratio:16 / 9;
}

.lm-standard-card .lm-card-cover img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  aspect-ratio:auto !important;
}

.lm-standard-card .lm-card-info{
  padding:12px 13px 13px;
  background:#fffdfa;
  min-height:74px;
}

.lm-standard-card .lm-card-title{
  margin:0 0 7px;
  color:#55243a;
  font-weight:900;
  font-size:1rem;
  line-height:1.22;
  letter-spacing:-.015em;
}

.lm-standard-card .lm-card-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  color:#6b4050;
  font-size:.9rem;
  line-height:1.25;
}

.lm-standard-card .lm-meta-gold::before{
  content:"★ ";
  color:#55243a;
}

.lm-standard-card .lm-meta-silver::before{
  content:"✧ ";
  color:#a8797b;
}

.lm-standard-card .lm-meta-tracks{
  color:#6b4050;
}

.lm-standard-card .lm-meta-gold,
.lm-standard-card .lm-meta-silver,
.lm-standard-card .lm-meta-tracks{
  white-space:nowrap;
}


/* === Liebesmund Clear Cards + Filters v1 === */

.lm-store-filterbar{
  width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 16px;
}

.lm-store-filterbar button{
  border:1px solid var(--line,#efd3c9);
  background:#fffdfa;
  color:#8b4655;
  border-radius:999px;
  padding:10px 16px;
  font-weight:900;
  cursor:pointer;
}

.lm-store-filterbar button.active{
  background:linear-gradient(180deg,#fff4cd,#f0c34b);
  color:#5b3500;
  border-color:#e0b548;
}

.catalog-grid .media-badge,
.catalog-grid .category-badge,
.catalog-grid .type-badge,
.catalog-grid .world-badge,
.catalog-grid .card-badge,
.video-grid .media-badge,
.video-grid .category-badge,
.video-grid .type-badge,
.video-grid .world-badge,
.video-grid .card-badge,
.card .media-badge,
.card .category-badge,
.card .type-badge,
.card .world-badge,
.card .card-badge{
  display:none !important;
}

.catalog-grid > .lm-clear-card,
.video-grid > .lm-clear-card{
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  border:1px solid var(--line,#efd3c9) !important;
  border-radius:18px !important;
  background:#fffdfa !important;
  box-shadow:0 12px 28px rgba(93,38,48,.08) !important;
  cursor:pointer;
}

.lm-clear-card[hidden]{
  display:none !important;
}

.lm-clear-cover{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  background:#f7eee9;
  overflow:hidden;
}

.video-grid .lm-clear-cover{
  aspect-ratio:16 / 9;
}

.lm-clear-cover img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  aspect-ratio:auto !important;
}

.lm-fav-btn{
  position:absolute;
  right:10px;
  top:10px;
  width:34px;
  height:34px;
  border:1px solid rgba(239,211,201,.95);
  border-radius:999px;
  background:rgba(255,253,250,.92);
  color:#9b6971;
  font-size:1.05rem;
  font-weight:900;
  cursor:pointer;
  display:grid;
  place-items:center;
  box-shadow:0 8px 20px rgba(93,38,48,.10);
}

.lm-fav-btn.active{
  color:#b25065;
  background:#fff3f5;
}

.lm-exclusive-pill{
  position:absolute;
  left:10px;
  top:10px;
  border-radius:999px;
  padding:6px 9px;
  background:linear-gradient(180deg,#fff4cd,#f0c34b);
  color:#5b3500;
  font-size:.75rem;
  font-weight:900;
  border:1px solid #dfb64e;
}

.lm-clear-info{
  padding:12px 13px 13px;
  background:#fffdfa;
  min-height:116px;
  display:flex;
  flex-direction:column;
  gap:7px;
}

.lm-clear-title{
  margin:0;
  color:#55243a;
  font-weight:900;
  font-size:1rem;
  line-height:1.22;
  letter-spacing:-.015em;
}

.lm-clear-status{
  font-size:.82rem;
  font-weight:900;
  line-height:1.2;
}

.lm-clear-status.unlocked{
  color:#2f8a55;
}

.lm-clear-status.locked{
  color:#9b6971;
}

.lm-clear-prices{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  line-height:1.2;
}

.lm-price-pill{
  display:inline-flex;
  align-items:center;
  gap:4px;
  border-radius:999px;
  border:1px solid #ecd0c6;
  background:#fff8f4;
  color:#6b4050;
  padding:5px 8px;
  font-size:.82rem;
  font-weight:800;
  white-space:nowrap;
}

.lm-price-pill.gold{
  border-color:#e4bd58;
  background:linear-gradient(180deg,#fff8d4,#f5d67a);
  color:#5b3500;
}

.lm-price-pill.silver{
  color:#7a6470;
}

.lm-clear-tracks{
  color:#9b6971;
  font-size:.82rem;
  font-weight:800;
}


/* === Ultimate GGS Store Cards + Playbutton v1 === */

.lm-store-filterbar{
  width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 16px;
}

.lm-store-filterbar button{
  border:1px solid var(--line,#efd3c9);
  background:#fffdfa;
  color:#8b4655;
  border-radius:999px;
  padding:10px 16px;
  font-weight:900;
  cursor:pointer;
}

.lm-store-filterbar button.active{
  background:linear-gradient(180deg,#fff4cd,#f0c34b);
  color:#5b3500;
  border-color:#e0b548;
}

.catalog-grid .media-badge,
.catalog-grid .category-badge,
.catalog-grid .type-badge,
.catalog-grid .world-badge,
.catalog-grid .card-badge,
.video-grid .media-badge,
.video-grid .category-badge,
.video-grid .type-badge,
.video-grid .world-badge,
.video-grid .card-badge,
.card .media-badge,
.card .category-badge,
.card .type-badge,
.card .world-badge,
.card .card-badge{
  display:none !important;
}

.catalog-grid > .lm-ggs-card,
.video-grid > .lm-ggs-card{
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  border:1px solid var(--line,#efd3c9) !important;
  border-radius:18px !important;
  background:#fffdfa !important;
  box-shadow:0 12px 28px rgba(93,38,48,.08) !important;
  cursor:pointer;
}

.lm-ggs-card[hidden]{
  display:none !important;
}

.lm-ggs-cover{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  background:#f7eee9;
  overflow:hidden;
}

.video-grid .lm-ggs-cover{
  aspect-ratio:16 / 9;
}

.lm-ggs-cover img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  aspect-ratio:auto !important;
}

.lm-fav-btn{
  position:absolute;
  right:10px;
  top:10px;
  width:34px;
  height:34px;
  border:1px solid rgba(239,211,201,.95);
  border-radius:999px;
  background:rgba(255,253,250,.94);
  color:#9b6971;
  font-size:1.05rem;
  font-weight:900;
  cursor:pointer;
  display:grid;
  place-items:center;
  box-shadow:0 8px 20px rgba(93,38,48,.10);
}

.lm-fav-btn.active{
  color:#b25065;
  background:#fff3f5;
}

.lm-exclusive-pill{
  position:absolute;
  left:10px;
  top:10px;
  border-radius:999px;
  padding:6px 9px;
  background:linear-gradient(180deg,#fff4cd,#f0c34b);
  color:#5b3500;
  font-size:.75rem;
  font-weight:900;
  border:1px solid #dfb64e;
}

.lm-ggs-info{
  padding:12px 13px 13px;
  background:#fffdfa;
  min-height:118px;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.lm-ggs-title{
  margin:0;
  color:#55243a;
  font-weight:900;
  font-size:1rem;
  line-height:1.22;
  letter-spacing:-.015em;
}

.lm-ggs-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  min-height:24px;
}

.lm-price-pill{
  display:inline-flex;
  align-items:center;
  gap:4px;
  border-radius:999px;
  border:1px solid #ecd0c6;
  background:#fff8f4;
  color:#6b4050;
  padding:5px 8px;
  font-size:.82rem;
  font-weight:800;
  white-space:nowrap;
}

.lm-price-pill.gold{
  border-color:#e4bd58;
  background:linear-gradient(180deg,#fff8d4,#f5d67a);
  color:#5b3500;
}

.lm-price-pill.silver{
  color:#7a6470;
}

.lm-track-count{
  color:#9b6971;
  font-size:.82rem;
  font-weight:800;
  white-space:nowrap;
}

.lm-card-actions{
  display:flex;
  gap:8px;
  align-items:center;
  margin-top:auto;
}

.lm-play-btn{
  border:0;
  border-radius:999px;
  min-height:36px;
  padding:0 14px;
  background:linear-gradient(180deg,#d88391,#ad5365);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(173,83,101,.16);
}

.lm-play-btn:hover{
  filter:brightness(1.04);
}


/* === Ultimate GGS Store Search + WebP Optimized Cards v1.1 === */

.lm-store-search{
  min-height:42px;
  min-width:260px;
  border:1px solid var(--line,#efd3c9);
  background:#fffdfa;
  color:#55243a;
  border-radius:999px;
  padding:0 16px;
  outline:none;
}

.lm-store-search:focus{
  border-color:#dca39c;
  box-shadow:0 0 0 4px rgba(218,127,143,.12);
}

@media(max-width:760px){
  .lm-store-search{
    width:100%;
    min-width:0;
  }
}


/* === Liebesmund Player v2 Clean Standard v1 === */
#lmFilterbar.lm-filterbar {
  margin: 22px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border: 1px solid rgba(168, 93, 105, .24);
  border-radius: 22px;
  padding: 14px;
  background: rgba(255, 250, 245, .78);
  box-shadow: 0 14px 34px rgba(93, 38, 48, .08);
}

#lmSearch {
  flex: 1 1 280px;
  min-width: min(100%, 280px);
  border: 1px solid rgba(168, 93, 105, .28);
  border-radius: 999px;
  padding: 12px 16px;
  font: inherit;
  background: #fff;
  color: #522338;
}

.lm-filterbuttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.lm-filterbuttons button,
.lm-player-actions button,
.lm-buy,
.lm-play {
  border: 1px solid rgba(168, 93, 105, .28);
  border-radius: 999px;
  background: #fff;
  color: #5a273d;
  font-weight: 850;
  padding: 10px 14px;
  cursor: pointer;
}

.lm-filterbuttons button.active,
.lm-buy.gold {
  background: linear-gradient(135deg, #fff0a7, #e0ae36);
  color: #442600;
  border-color: rgba(184, 134, 11, .38);
}

.lm-buy.silver {
  background: linear-gradient(135deg, #fff, #f2f4f8);
  color: #334155;
}

.lm-empty-filter {
  margin: 0;
  color: #8a6572;
  font-weight: 700;
}

.catalog-grid {
  align-items: stretch;
}

.lm-v2-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fff7f9);
  border: 1px solid rgba(168, 93, 105, .22);
  box-shadow: 0 18px 42px rgba(93, 38, 48, .10);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.lm-v2-card.active {
  outline: 3px solid rgba(224, 174, 54, .75);
  box-shadow: 0 24px 56px rgba(93, 38, 48, .18);
}

.lm-card-main {
  appearance: none;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

.lm-cover-frame {
  display: block;
  width: 100%;
  background: #150b12;
  overflow: hidden;
}

.lm-cover-frame.audio {
  aspect-ratio: 1 / 1;
}

.lm-cover-frame.video {
  aspect-ratio: 16 / 9;
}

.lm-cover-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* keine Kategorie-Badges mehr über den Covern */
.lm-v2-card .badge,
.lm-v2-card .category,
.lm-v2-card .chip.category {
  display: none !important;
}

.lm-card-title {
  display: block;
  padding: 14px 16px 4px;
  font-size: 1.02rem;
  font-weight: 950;
  color: #4b1f33;
  line-height: 1.2;
}

.lm-card-sub {
  display: block;
  padding: 0 16px 4px;
  color: #86576a;
  font-weight: 700;
  font-size: .9rem;
}

.lm-card-meta {
  display: block;
  padding: 0 16px 12px;
  color: #8b6574;
  font-size: .86rem;
  font-weight: 750;
}

.lm-card-prices {
  padding: 0 14px 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.lm-play {
  margin: auto 14px 14px;
  background: linear-gradient(135deg, #a94f68, #e6a3b3);
  color: #fff;
  border: 0;
}

.lm-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.62);
  background: rgba(255,255,255,.86);
  color: #a94f68;
  font-weight: 950;
  cursor: pointer;
}

.lm-exclusive {
  margin: 0 16px 10px;
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: #26101a;
  color: #ffe7a3;
  font-size: .76rem;
  font-weight: 900;
}

#playerShell.lm-audio-mode .cover-box,
#playerShell.lm-audio-mode #playerCover {
  aspect-ratio: 1 / 1 !important;
}

#playerShell.lm-video-mode .cover-box,
#playerShell.lm-video-mode #playerCover,
#playerShell.lm-video-mode #mediaStage,
#playerShell.lm-video-mode video#mainMedia {
  aspect-ratio: 16 / 9 !important;
}

#playerCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mediaStage.media-stage {
  width: 100%;
  margin: 14px 0;
  border-radius: 20px;
  overflow: hidden;
  background: #12080e;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

#mediaStage audio,
#mediaStage video {
  display: block;
  width: 100%;
}

#mediaStage audio {
  padding: 14px;
  background: #fff6f8;
}

#mediaStage video {
  height: auto;
  background: #000;
}

.lm-player-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 14px;
}

#trackList.track-list,
.track-list {
  display: grid;
  gap: 8px;
}

.lm-track {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(168, 93, 105, .18);
  border-radius: 16px;
  background: #fff;
  color: #4c2437;
  padding: 11px 12px;
  cursor: pointer;
  text-align: left;
}

.lm-track.active {
  border-color: rgba(224,174,54,.55);
  background: #fff8dc;
}

.lm-track.locked {
  opacity: .72;
}

.lm-track-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lm-track-lock {
  color: #b8860b;
  font-weight: 950;
}

.lm-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 18px);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: .22s ease;
  background: #23101a;
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 850;
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}

.lm-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 720px) {
  .lm-card-prices,
  .lm-player-actions {
    flex-direction: column;
  }

  .lm-buy,
  .lm-play,
  .lm-player-actions button {
    width: 100%;
  }
}

/* === Liebesmund Player Layout Like Sexy v1 === */

/*
 * Der Player bekommt feste, saubere Spalten:
 * Cover | Player/Kaufbox | Tracks
 * Keine überlappenden Kästen mehr.
 */
#playerShell.player-card,
#playerShell.lm-player-layout-fixed-v1 {
  display: grid !important;
  grid-template-columns: minmax(260px, 330px) minmax(300px, 1fr) minmax(250px, 310px) !important;
  gap: 24px !important;
  align-items: start !important;
  overflow: visible !important;
  min-height: auto !important;
  position: relative !important;
}

#playerShell > .cover-box {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
}

#playerShell > .tracks-box {
  grid-column: 3 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  position: relative !important;
  inset: auto !important;
  align-self: start !important;
  max-height: 500px !important;
  overflow: auto !important;
  z-index: 1 !important;
}

#playerShell > :not(.cover-box):not(.tracks-box) {
  grid-column: 2 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
}

/* Audio/Hörbuch: quadratisch wie Cover. */
#playerShell.lm-audio-mode .cover-box {
  aspect-ratio: 1 / 1 !important;
}

#playerShell.lm-audio-mode #playerCover {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Video: 16:9 cinematic. */
#playerShell.lm-video-mode .cover-box {
  aspect-ratio: 16 / 9 !important;
}

#playerShell.lm-video-mode #playerCover {
  aspect-ratio: 16 / 9 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Altes schwarzes Platzhalterfeld neutralisieren. */
#playerShell .media-stage {
  margin: 14px 0 12px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  max-width: 100% !important;
}

#playerShell.lm-audio-mode #mediaStage {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

#playerShell.lm-audio-mode audio#mainMedia,
#playerShell.lm-audio-mode #mainMedia {
  width: min(100%, 360px) !important;
  min-height: 44px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  background: #f1f3f6 !important;
  display: block !important;
}

#playerShell.lm-video-mode #mediaStage {
  background: #080308 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08) !important;
}

#playerShell.lm-video-mode video#mainMedia {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  background: #000 !important;
  display: block !important;
}

/* Titel/Track wie SexyHörbuch: aktueller Track direkt sichtbar. */
#playerTitle {
  margin-bottom: 6px !important;
}

#playerDescription {
  color: #c86e7c !important;
  font-weight: 800 !important;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

/* Kaufbox wie SexyHörbuch: Goldpreis als goldener Button, kein zusammengequetschter Kasten. */
#buyBox {
  width: 100% !important;
  max-width: 390px !important;
  position: relative !important;
  inset: auto !important;
  margin-top: 16px !important;
  clear: both !important;
}

.lm-player-buybox-v2 {
  border: 1px solid rgba(218, 166, 48, .48) !important;
  background: linear-gradient(180deg, #fffdf2, #fff8df) !important;
  border-radius: 18px !important;
  padding: 16px !important;
  box-shadow: 0 12px 28px rgba(98, 50, 18, .08) !important;
}

.lm-player-buybox-v2 strong {
  display: block !important;
  color: #5a273d !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  margin-bottom: 12px !important;
}

.lm-buy-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.lm-buy,
.lm-buy-actions .lm-buy {
  border-radius: 999px !important;
  padding: 11px 18px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  border: 1px solid rgba(110, 72, 18, .16) !important;
  box-shadow: 0 8px 18px rgba(95, 47, 21, .12) !important;
  cursor: pointer !important;
}

.lm-buy.gold,
.lm-buy-actions .lm-buy.gold {
  color: #4b2b00 !important;
  background: linear-gradient(180deg, #ffe889, #dfad33) !important;
  border-color: rgba(184, 134, 11, .46) !important;
}

.lm-buy.silver,
.lm-buy-actions .lm-buy.silver {
  color: #334155 !important;
  background: linear-gradient(180deg, #ffffff, #eef2f7) !important;
  border-color: rgba(148, 163, 184, .42) !important;
}

.lm-player-buybox-v2 small {
  display: block !important;
  margin-top: 12px !important;
  color: #b07b82 !important;
  font-size: .9rem !important;
  line-height: 1.35 !important;
}

/* Trackliste wie SexyHörbuch: sauberer Abstand, Stern rechts, kein Überlappen. */
.tracks-box {
  border-radius: 20px !important;
  box-sizing: border-box !important;
}

#trackList.track-list,
.track-list {
  display: grid !important;
  gap: 9px !important;
}

.lm-track {
  min-height: 42px !important;
  border-radius: 13px !important;
  border: 1px solid rgba(210, 105, 120, .22) !important;
  background: #fffaf7 !important;
  color: #6b3347 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 10px 12px !important;
  font-weight: 850 !important;
}

.lm-track.active {
  background: #fff6cf !important;
  border-color: rgba(224, 174, 54, .7) !important;
}

.lm-track-lock {
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #9d6b00 !important;
  background: linear-gradient(180deg, #ffed9c, #d9a930) !important;
  font-size: 13px !important;
  box-shadow: 0 5px 12px rgba(98, 55, 5, .15) !important;
}

.lm-track.playable .lm-track-lock {
  background: transparent !important;
  box-shadow: none !important;
}

/* Empfehlungsbox darf nicht mehr in die Kaufbox rutschen. */
.player-note {
  margin-top: 16px !important;
  max-width: 390px !important;
  clear: both !important;
}

/* Card-Preise ebenfalls Sexy-artig: Gold rechts/kräftig, Silber neutral. */
.lm-card-prices {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  padding: 0 14px 12px !important;
}

.lm-card-prices .lm-buy {
  padding: 9px 12px !important;
  font-size: .9rem !important;
}

/* Responsive: erst zweispaltig, dann sauber untereinander. */
@media (max-width: 1180px) {
  #playerShell.player-card,
  #playerShell.lm-player-layout-fixed-v1 {
    grid-template-columns: minmax(230px, 330px) minmax(280px, 1fr) !important;
  }

  #playerShell > .cover-box {
    grid-column: 1 !important;
  }

  #playerShell > :not(.cover-box):not(.tracks-box) {
    grid-column: 2 !important;
  }

  #playerShell > .tracks-box {
    grid-column: 1 / -1 !important;
    max-height: 360px !important;
  }
}

@media (max-width: 760px) {
  #playerShell.player-card,
  #playerShell.lm-player-layout-fixed-v1 {
    grid-template-columns: 1fr !important;
  }

  #playerShell > .cover-box,
  #playerShell > :not(.cover-box):not(.tracks-box),
  #playerShell > .tracks-box {
    grid-column: 1 !important;
  }

  #buyBox,
  .player-note {
    max-width: 100% !important;
  }

  .lm-buy-actions,
  .lm-card-prices {
    flex-direction: column !important;
  }

  .lm-buy,
  .lm-play {
    width: 100% !important;
  }
}
