/* LiveKaufen Verschenken – dunkle Plattform-Optik */
body.lk-gw-page {
  --lk-gw-bg: #070809;
  --lk-gw-surf: #111315;
  --lk-gw-surf2: #171a1c;
  --lk-gw-line: #2a2e32;
  --lk-gw-orange: #ff7900;
  --lk-gw-orange2: #ff9a33;
  --lk-gw-text: #ffffff;
  --lk-gw-muted: #9a9a9a;
  --lk-gw-wa: #25d366;
  background: var(--lk-gw-bg);
  color: var(--lk-gw-text);
}
body.lk-gw-page .main-content {
  background: var(--lk-gw-bg);
}

.lk-gw {
  --lk-gw-orange: #ff7900;
  --lk-gw-muted: #9a9a9a;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1rem 3.5rem;
  color: #fff;
}
.lk-gw a { color: inherit; }

.lk-gw__hero {
  position: relative;
  margin: 0 -1rem 1.5rem;
  padding: 2rem 1.25rem 1.75rem;
  overflow: hidden;
  border-bottom: 1px solid #1e2226;
  background:
    radial-gradient(ellipse 80% 70% at 50% -10%, rgba(255, 121, 0, 0.28), transparent 55%),
    linear-gradient(180deg, #0c0e10 0%, #070809 100%);
}
.lk-gw__hero-glow {
  pointer-events: none;
  position: absolute;
  inset: auto -20% -40% -20%;
  height: 60%;
  background: radial-gradient(circle at 50% 0%, rgba(255, 121, 0, 0.12), transparent 60%);
}
.lk-gw__kicker {
  position: relative;
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lk-gw-orange);
}
.lk-gw__hero h1 {
  position: relative;
  margin: 0 0 0.65rem;
  font-size: clamp(2.1rem, 6vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.lk-gw__lead {
  position: relative;
  margin: 0 0 1.25rem;
  max-width: 36rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
.lk-gw__hero-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.lk-gw__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.72rem 1.3rem;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  line-height: 1.2;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.lk-gw__btn:hover { transform: translateY(-1px); }
.lk-gw__btn:disabled { opacity: 0.55; cursor: wait; transform: none; }
.lk-gw__btn--primary {
  background: linear-gradient(180deg, #ff8a16, #ff7900);
  color: #111 !important;
  box-shadow: 0 8px 24px rgba(255, 121, 0, 0.28);
}
.lk-gw__btn--primary:hover { background: linear-gradient(180deg, #ff9a33, #ff8510); }
.lk-gw__btn--lg { padding: 0.9rem 1.55rem; font-size: 1.02rem; }
.lk-gw__btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: #3a3f44;
  color: #fff !important;
}
.lk-gw__btn--ghost:hover {
  border-color: #5a6066;
  background: rgba(255, 255, 255, 0.08);
}
.lk-gw__btn--wa {
  background: #25d366 !important;
  color: #fff !important;
  border-color: transparent !important;
}
.lk-gw__btn--wa:hover { background: #1ebe57 !important; color: #fff !important; }
.lk-gw__btn--wa i { font-size: 1.15rem; }

.lk-gw__activate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.3rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 121, 0, 0.4);
  background:
    linear-gradient(135deg, rgba(255, 121, 0, 0.16), rgba(255, 121, 0, 0.04) 55%, transparent),
    #121518;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.lk-gw__activate.is-on {
  border-color: rgba(109, 222, 160, 0.35);
  background:
    linear-gradient(135deg, rgba(26, 127, 55, 0.22), rgba(18, 21, 24, 0.9)),
    #121518;
}
.lk-gw__activate--simple {
  justify-content: flex-start;
  padding: 0.85rem 1.15rem;
}
.lk-gw__activate-ok {
  margin: 0 0 0.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #6ddea0;
  letter-spacing: -0.01em;
}
.lk-gw__activate-hint {
  margin: 0.35rem 0 0 !important;
  max-width: 40rem;
}
.lk-gw__activate-note {
  margin: 0.65rem 0 0 !important;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 121, 0, 0.35);
  background: rgba(255, 121, 0, 0.1);
  color: rgba(255, 255, 255, 0.92) !important;
}
.lk-gw__activate-copy {
  flex: 1 1 220px;
  min-width: 0;
}
.lk-gw__activate-copy h2 {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.lk-gw__activate-copy p {
  margin: 0;
  color: var(--lk-gw-muted);
  line-height: 1.45;
  font-size: 0.95rem;
}
.lk-gw__need-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.72);
}
.lk-gw__need-modal[hidden] { display: none !important; }
.lk-gw__need-dialog {
  width: min(420px, 100%);
  border-radius: 16px;
  border: 1px solid #2a2e32;
  background: #121518;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
}
.lk-gw__need-dialog h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}
.lk-gw__need-dialog p {
  margin: 0 0 0.85rem;
  color: var(--lk-gw-muted);
  line-height: 1.45;
  font-size: 0.92rem;
}
.lk-gw__need-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: #fff;
  font-weight: 650;
}
.lk-gw__need-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.lk-gw__activate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.lk-gw__ok-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #6ddea0;
  box-shadow: 0 0 0 4px rgba(109, 222, 160, 0.2);
  flex: 0 0 auto;
}

.lk-gw__steps {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .lk-gw__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.85rem; }
}
.lk-gw__steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.15rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: var(--lk-gw-surf, #111315);
  border: 1px solid #22262a;
}
.lk-gw__step-num {
  grid-row: 1 / span 2;
  align-self: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: #111;
  background: var(--lk-gw-orange);
}
.lk-gw__steps strong {
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}
.lk-gw__steps span:last-child {
  color: var(--lk-gw-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.lk-gw__feed-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.9rem;
}
.lk-gw__feed-head h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lk-gw__empty {
  text-align: center;
  padding: 2.5rem 1.25rem;
  border-radius: 18px;
  border: 1px dashed #2f3439;
  background: linear-gradient(180deg, #101315, #0a0c0d);
}
.lk-gw__empty-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 121, 0, 0.12);
  color: var(--lk-gw-orange);
  border: 1px solid rgba(255, 121, 0, 0.28);
}
.lk-gw__empty-icon svg {
  width: 2.2rem;
  height: 2.2rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}
.lk-gw__empty h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 800;
}
.lk-gw__empty p {
  margin: 0 auto;
  max-width: 26rem;
  color: var(--lk-gw-muted);
  line-height: 1.45;
}

.lk-gw__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
@media (min-width: 720px) {
  .lk-gw__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.lk-gw__card {
  display: block;
  text-decoration: none !important;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #111315;
  border: 1px solid #22262a;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.lk-gw__card:hover {
  border-color: rgba(255, 121, 0, 0.45);
  transform: translateY(-2px);
}
.lk-gw__card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #0a0c0d center/cover no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.35rem;
  padding: 0.55rem;
}
.lk-gw__card-body {
  padding: 0.75rem 0.8rem 0.9rem;
}
.lk-gw__card-body strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.lk-gw__card-window {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--lk-gw-muted);
}
.lk-gw__card-window em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 650;
}
.lk-gw__card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  margin-top: 0.15rem;
}
.lk-gw__card-foot .lk-gw__meta {
  min-width: 0;
  line-height: 1.2;
}
.lk-gw__card-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.lk-gw__card-cta--open {
  background: #1a9a3e;
}
.lk-gw__card-cta--planned {
  background: #b8860b;
}
.lk-gw__card-cta--ended {
  background: #c62828;
}
@media (max-width: 420px) {
  .lk-gw__card-cta {
    font-size: 0.72rem;
    padding: 0.32rem 0.55rem;
  }
}

/* Produkt-Detail */
.lk-gw-product {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 800px) {
  .lk-gw-product {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 1.75rem;
    align-items: start;
  }
}
.lk-gw-product__media {
  display: grid;
  gap: 0.65rem;
}
.lk-gw-product__main {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #22262a;
  background: #0a0c0d;
  display: block;
}
.lk-gw-product__ph {
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  border: 1px solid #22262a;
  background: #121518;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 121, 0, 0.55);
}
.lk-gw-product__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.lk-gw-product__thumb {
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #2a2e32;
  background: #0a0c0d;
  overflow: hidden;
  cursor: pointer;
}
.lk-gw-product__thumb.is-active { border-color: #ff7900; }
.lk-gw-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lk-gw-product__info h1 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.45rem, 3.5vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.lk-gw-product__window {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0.85rem 0 0.75rem;
  padding: 0;
}
.lk-gw-product__window > div {
  background: #111315;
  border: 1px solid #22262a;
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
}
.lk-gw-product__window dt {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lk-gw-muted);
}
.lk-gw-product__window dd {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  font-weight: 750;
  color: #fff;
}

.lk-gw__card-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 121, 0, 0.55);
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 121, 0, 0.12), transparent 55%),
    #121518;
}
.lk-gw__card-ph svg {
  width: 2.4rem;
  height: 2.4rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.lk-gw__meta { font-size: 0.82rem; color: var(--lk-gw-muted); }
.lk-gw__badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.5rem;
  border-radius: 6px;
  background: #3a3f44;
  color: #fff;
}
.lk-gw__badge--open { background: #1a7f37; }
.lk-gw__badge--scheduled { background: #ff7900; color: #111; }
.lk-gw__badge--drawn { background: #3b5bdb; }
.lk-gw__badge--closed,
.lk-gw__badge--cancelled { background: #555; }
.lk-gw__badge--test { background: #5c4a1a; color: #ffd27a; border: 1px solid #8a6d28; }

.lk-gw__legal-foot {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #1e2226;
  font-size: 0.78rem;
  color: var(--lk-gw-muted);
  line-height: 1.45;
}
.lk-gw__legal-foot a {
  color: #ccc;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Detail */
.lk-gw--detail { padding-top: 1rem; }
.lk-gw__back { margin: 0 0 0.85rem; }
.lk-gw__back a {
  color: var(--lk-gw-muted);
  text-decoration: none;
  font-size: 0.9rem;
}
.lk-gw__back a:hover { color: #fff; }
.lk-gw--detail h1 {
  margin: 0.4rem 0 0.55rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.lk-gw__desc { margin: 0 0 0.75rem; line-height: 1.45; color: rgba(255,255,255,0.85); }
.lk-gw__window { font-size: 0.88rem; color: var(--lk-gw-muted); margin: 0 0 1rem; }
.lk-gw__status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
}
.lk-gw__share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin: 0 0 1.15rem;
}
.lk-gw__legal-link {
  font-size: 0.88rem;
  color: var(--lk-gw-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lk-gw__video-wrap {
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  margin: 0 auto 1.15rem;
  aspect-ratio: 9 / 16;
  max-height: 520px;
  max-width: 320px;
  border: 1px solid #22262a;
}
.lk-gw__video { width: 100%; height: 100%; object-fit: contain; display: block; }
.lk-gw__video-wrap--still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lk-gw__winner { margin: 0.75rem 0 0; font-size: 1.05rem; }
.lk-gw__ok { color: #6ddea0; font-weight: 700; }
.lk-gw__hint { margin: 0.75rem 0 0; font-size: 0.9rem; color: var(--lk-gw-muted); }
.lk-gw__engage { margin: 1rem 0; }
.lk-gw__comments h2 { font-size: 1.1rem; margin: 1.25rem 0 0.75rem; font-weight: 800; }
.lk-gw__comment-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.lk-gw__comment-form input {
  flex: 1;
  border-radius: 999px;
  border: 1px solid #2f3439;
  padding: 0.6rem 0.95rem;
  background: #121518;
  color: #fff;
}
.lk-gw__comment-list { list-style: none; margin: 0; padding: 0; }
.lk-gw__comment-list li,
.lk-gw__comment {
  padding: 0.75rem 0;
  border-top: 1px solid #1e2226;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.lk-gw__comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 40px;
  background: #1a1d20;
  border: 1px solid #2a2e32;
}
.lk-gw__comment-body {
  min-width: 0;
  display: grid;
  gap: 0.2rem;
}
.lk-gw__comment-user {
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
}
.lk-gw__comment-text {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  font-size: 0.95rem;
  word-break: break-word;
}
.lk-gw__comment-list time { font-size: 0.75rem; color: var(--lk-gw-muted); }

/* Seller dashboard stats (legacy) */
.lk-gw-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .lk-gw-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.lk-gw-stats__item {
  background: #fff;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  color: #111;
}
.lk-gw-stats__item strong { display: block; font-size: 1.35rem; }
.lk-gw-stats__item span { font-size: 0.8rem; color: #666; }

/* Seller Verschenken – dunkles Dashboard */
.lk-gw-seller {
  --gws-card: #111315;
  --gws-line: #25282b;
  --gws-muted: #9a9a9a;
  --gws-orange: #ff7900;
  max-width: 1100px;
}
.lk-gw-seller__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.lk-gw-seller__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gws-orange);
}
.lk-gw-seller__head h1 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
.lk-gw-seller__sub {
  margin: 0.35rem 0 0;
  color: var(--gws-muted);
  font-size: 0.92rem;
}
.lk-gw-seller__sub a { color: var(--gws-orange) !important; font-weight: 650; }
.lk-gw-seller__cta {
  border-radius: 12px !important;
  padding: 0.65rem 1.1rem !important;
  white-space: nowrap;
}

.lk-gw-seller__kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 1.25rem;
}
@media (min-width: 900px) {
  .lk-gw-seller__kpis { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.lk-gw-seller__kpi {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--gws-card);
  border: 1px solid var(--gws-line);
  border-radius: 14px;
  padding: 14px;
  min-height: 88px;
}
.lk-gw-seller__kpi strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}
.lk-gw-seller__kpi > div > span {
  display: block;
  color: var(--gws-muted);
  font-size: 0.78rem;
  margin-top: 3px;
}
.lk-gw-seller__kpi-ico {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
}
.lk-gw-seller__kpi-ico i {
  display: block;
  line-height: 1;
  font-size: 1.15rem;
  width: 1em;
  height: 1em;
  text-align: center;
}
.lk-gw-seller__kpi-ico--o { color: #ff7900; background: rgba(255, 121, 0, 0.12); }
.lk-gw-seller__kpi-ico--b { color: #3a9be8; background: rgba(58, 155, 232, 0.12); }
.lk-gw-seller__kpi-ico--y { color: #ffab17; background: rgba(255, 171, 23, 0.12); }
.lk-gw-seller__kpi-ico--g { color: #26c76f; background: rgba(38, 199, 111, 0.12); }

.lk-gw-seller__panel {
  background: var(--gws-card);
  border: 1px solid var(--gws-line);
  border-radius: 16px;
  overflow: hidden;
}
.lk-gw-seller__panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--gws-line);
}
.lk-gw-seller__panel-head h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
.lk-gw-seller__panel-head span {
  color: var(--gws-muted);
  font-size: 0.85rem;
}

.lk-gw-seller__empty {
  text-align: center;
  padding: 3rem 1.5rem;
}
.lk-gw-seller__empty-ico {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--gws-orange);
  background: rgba(255, 121, 0, 0.12);
}
.lk-gw-seller__empty h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}
.lk-gw-seller__empty p {
  margin: 0 0 1.25rem;
  color: var(--gws-muted);
  font-size: 0.95rem;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.lk-gw-seller__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lk-gw-seller__row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--gws-line);
  align-items: start;
}
.lk-gw-seller__row:first-child { border-top: 0; }
@media (min-width: 768px) {
  .lk-gw-seller__row {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
  }
}
.lk-gw-seller__thumb {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #0a0c0d center / cover no-repeat;
  border: 1px solid var(--gws-line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .lk-gw-seller__thumb { width: 72px; height: 72px; }
}
.lk-gw-seller__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.lk-gw-seller__title-row strong {
  font-size: 1.02rem;
  font-weight: 800;
  color: #fff;
}
.lk-gw-seller__meta {
  margin: 0 0 0.45rem;
  color: var(--gws-muted);
  font-size: 0.82rem;
}
.lk-gw-seller__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}
.lk-gw-seller__metrics i {
  color: var(--gws-muted);
  margin-right: 0.25rem;
  width: 14px;
}
.lk-gw-seller__winner {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
}
.lk-gw-seller__done {
  margin-left: 0.4rem;
  color: #26c76f;
  font-size: 0.8rem;
  font-weight: 700;
}
.lk-gw-seller__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin-top: 0.65rem;
}
@media (min-width: 768px) {
  .lk-gw-seller__actions {
    margin-top: 0;
    justify-content: flex-end;
    max-width: 220px;
  }
}
.lk-gw-seller__actions form { display: inline; margin: 0; }
.lk-gw-seller__actions .btn {
  border-radius: 9px;
  font-weight: 650;
}
.lk-gw-seller .lk-gw__badge {
  font-size: 0.68rem;
  padding: 0.22rem 0.55rem;
}

/* Verschenkung = Produkt-Detail (spd) */
body.lk-gw-spd.lk-auc-page .spd-top.lk-gw-spd__top,
body.lk-gw-spd.lk-auc-page .spd-top {
  display: flex !important;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
}
body.lk-gw-spd.lk-auc-page .spd-back {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #111315;
  border: 1px solid #25282b;
  color: #fff !important;
  text-decoration: none !important;
  flex: 0 0 auto;
}
body.lk-gw-spd.lk-auc-page .spd-back:hover {
  border-color: #ff7900;
  color: #ff7900 !important;
}

/* —— Giveaway Detail Redesign —— */
.lk-gwd {
  padding-bottom: 1.5rem;
}
@media (max-width: 1023.98px) {
  .lk-gwd {
    padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  }
}
.lk-gwd__layout {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .lk-gwd__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.75rem;
    align-items: start;
  }
}
.lk-gwd__gallery { min-width: 0; }
.lk-gwd__stage {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #25282b;
  background: #111315;
  aspect-ratio: 1 / 1;
}
.lk-gwd__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lk-gwd__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  pointer-events: none;
}
.lk-gwd__badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}
.lk-gwd__badge--status.is-live {
  background: rgba(38, 199, 111, 0.92);
  border-color: transparent;
  color: #04140a;
}
.lk-gwd__badge--free {
  background: rgba(255, 121, 0, 0.95);
  border-color: transparent;
  color: #111;
}
.lk-gwd__badge--test {
  background: rgba(92, 74, 26, 0.95);
  color: #ffd27a;
  border-color: #8a6d28;
}
.lk-gwd__thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.65rem;
  overflow-x: auto;
}
.lk-gwd__thumbs button {
  width: 68px;
  height: 68px;
  flex: none;
  padding: 0;
  border-radius: 12px;
  border: 2px solid #2a2e32;
  overflow: hidden;
  background: #0a0c0d;
  cursor: pointer;
}
.lk-gwd__thumbs button.is-active { border-color: #ff7900; }
.lk-gwd__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lk-gwd__info { min-width: 0; }
.lk-gwd__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff7900;
}
.lk-gwd__info h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 3.5vw, 2.05rem);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}
.lk-gwd__price {
  margin: 0 0 0.35rem;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 850;
  color: #26c76f;
  letter-spacing: -0.02em;
}
.lk-gwd__price span {
  margin-left: 0.35rem;
  font-size: 0.95rem;
  font-weight: 650;
  color: #9a9a9a;
}
.lk-gwd__lead {
  margin: 0 0 1rem;
  color: #b0b0b0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.lk-gwd__window {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}
.lk-gwd__window > div {
  background: linear-gradient(180deg, #15181b 0%, #111315 100%);
  border: 1px solid #2a2e32;
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
}
.lk-gwd__window small {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8f96;
}
.lk-gwd__window strong {
  font-size: 0.95rem;
  font-weight: 750;
  color: #fff;
}

.lk-gwd__ship {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}
.lk-gwd__ship span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #111315;
  border: 1px solid #2a2e32;
  color: #e8e8e8;
  font-size: 0.82rem;
  font-weight: 650;
}
.lk-gwd__ship i { color: #ff7900; }

.lk-gwd__timer-wrap {
  margin: 0 0 0.95rem;
  padding: 0.85rem 0.7rem 0.75rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #171a1c 0%, #111315 100%);
  border: 1px solid #2f3439;
}
.lk-gwd .spd-bidpanel__kicker {
  margin: 0 0 0.55rem;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ff7900;
}
.lk-gwd .spd-ends-at {
  color: #9a9a9a;
}
.lk-gwd .spd-timer__box {
  min-width: 2.7rem;
}
.lk-gwd .spd-timer__num {
  font-size: 1.2rem;
}

.lk-gwd__panel {
  background: #111315;
  border: 1px solid #2f3439;
  border-radius: 16px;
  padding: 1rem 1.05rem 1.05rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.9rem;
}
.lk-gwd__panel-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  color: #9a9a9a;
  font-weight: 650;
}
.lk-gwd__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff8a16 0%, #ff7900 100%);
  color: #111 !important;
  font-size: 1.05rem;
  font-weight: 850;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(255, 121, 0, 0.28);
}
.lk-gwd__cta-btn:hover { filter: brightness(1.05); color: #111 !important; }
.lk-gwd__cta-btn:disabled { opacity: 0.65; cursor: wait; }
.lk-gwd__cta-ok {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: rgba(38, 199, 111, 0.12);
  border: 1px solid rgba(38, 199, 111, 0.35);
  color: #6ddea0;
  font-weight: 750;
  text-align: center;
}
.lk-gwd__cta-note {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: #15181b;
  border: 1px solid #2a2e32;
  color: #c4c4c4;
  text-align: center;
  font-size: 0.95rem;
}
.lk-gwd__legal {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  color: #8a8f96;
  text-align: center;
}
.lk-gwd__legal a { color: #ff9a33 !important; }

.lk-gwd__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
}
.lk-gwd__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #2a2e32;
  background: #111315;
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
}
.lk-gwd__chip.is-on {
  border-color: rgba(233, 68, 68, 0.45);
  color: #ff7a7a !important;
}
.lk-gwd__chip--wa { color: #fff !important; }
.lk-gwd__chip--wa i { color: #25d366; }

.lk-gwd__desc {
  padding-top: 0.25rem;
  border-top: 1px solid #1e2226;
}
.lk-gwd__desc h2 {
  margin: 0.85rem 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
.lk-gwd__desc p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  font-size: 0.98rem;
}

.lk-gwd__comments {
  margin-top: 1.5rem;
  padding: 1.15rem 1.2rem;
  background: #111315;
  border: 1px solid #25282b;
  border-radius: 16px;
}
.lk-gwd__comments h2 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}
.lk-gwd__hint {
  margin: 1.25rem 0 0;
  color: #9a9a9a;
  font-size: 0.92rem;
}
.lk-gwd__hint a { color: #ff9a33 !important; }

.lk-gwd__sticky .lk-gwd__cta-btn {
  min-height: 46px;
  font-size: 0.98rem;
  border-radius: 12px;
}
.lk-gwd__sticky .lk-gwd__cta-ok,
.lk-gwd__sticky .lk-gwd__cta-note {
  margin: 0;
  padding: 0.55rem 0.7rem;
  font-size: 0.88rem;
}

/* Käufer-Dashboard Verschenkungen */
.lk-bd-gw-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.lk-bd-gw {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #111315;
  border: 1px solid #25282b;
  border-radius: 14px;
}
.lk-bd-gw__media {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: #0a0c0d center / cover no-repeat;
  border: 1px solid #25282b;
  display: block;
}
.lk-bd-gw__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.25rem;
}
.lk-bd-gw__title strong a {
  color: #fff !important;
  text-decoration: none !important;
}
.lk-bd-gw__meta {
  margin: 0;
  color: #9a9a9a;
  font-size: 0.82rem;
}
.lk-bd-gw__pill {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 750;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: #1a1d20;
  color: #c4c4c4;
}
.lk-bd-gw__pill.is-in {
  background: rgba(38, 199, 111, 0.15);
  color: #6ddea0;
}
.lk-bd-gw__pill.is-win {
  background: rgba(255, 121, 0, 0.18);
  color: #ff9a33;
}
.lk-bd-btn--sm {
  padding: 0.45rem 0.75rem !important;
  font-size: 0.82rem !important;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .lk-bd-gw {
    grid-template-columns: 56px minmax(0, 1fr);
  }
  .lk-bd-gw .lk-bd-btn {
    grid-column: 1 / -1;
    justify-self: stretch;
    text-align: center;
  }
}

/* Teilnahmebedingungen */
.lk-gw--legal {
  padding-top: 1.25rem;
  padding-bottom: 3rem;
}
.lk-gw--legal h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
.lk-gw--legal .lk-gw__legal-stand {
  margin: 0 0 1.5rem;
  color: var(--lk-gw-muted, #9a9a9a);
  font-size: 0.92rem;
}
.lk-gw--legal h2 {
  margin: 1.5rem 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}
.lk-gw--legal p,
.lk-gw--legal li {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  font-size: 0.98rem;
}
.lk-gw--legal ul {
  margin: 0.4rem 0 0;
  padding-left: 1.2rem;
}
.lk-gw--legal li { margin: 0.35rem 0; }
.lk-gw--legal a {
  color: #ff9a33;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lk-gw--legal .lk-gw__legal-back {
  margin-top: 2rem;
}
.lk-gw--legal .lk-gw__legal-back a.lk-gw__btn {
  text-decoration: none;
}
