/* Hemannonser.NET v2.23 public beta polish */
:root {
  --hem-v223-panel: rgba(255,255,255,.96);
  --hem-v223-border: rgba(15,23,42,.12);
  --hem-v223-soft: rgba(15,23,42,.045);
  --hem-v223-shadow: 0 14px 40px rgba(15,23,42,.10);
}

.hem-v223-beta-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .55rem .9rem;
  background: linear-gradient(135deg, #0f172a, #1f2937);
  color: #fff;
  font-size: .92rem;
  line-height: 1.35;
  text-align: center;
}

.hem-v223-beta-bar a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hem-v223-quick-panel,
.hem-v223-listing-actions,
.hem-v223-seller-panel,
.hem-v223-buyer-panel {
  margin: 1rem auto;
  max-width: 1160px;
  padding: 1rem;
  border: 1px solid var(--hem-v223-border);
  border-radius: 18px;
  background: var(--hem-v223-panel);
  box-shadow: var(--hem-v223-shadow);
}

.hem-v223-quick-title {
  margin: 0 0 .65rem;
  font-weight: 800;
  font-size: 1.02rem;
}

.hem-v223-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: .7rem;
}

.hem-v223-action {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: .75rem .85rem;
  border: 1px solid var(--hem-v223-border);
  border-radius: 14px;
  background: var(--hem-v223-soft);
  color: inherit;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.hem-v223-action:hover,
.hem-v223-action:focus-visible {
  transform: translateY(-1px);
  background: rgba(15,23,42,.075);
  text-decoration: none;
}

.hem-v223-action-primary {
  background: #0f172a;
  color: #fff;
}

.hem-v223-action-primary:hover,
.hem-v223-action-primary:focus-visible {
  background: #111827;
  color: #fff;
}

.hem-v223-page-polish h1,
.hem-v223-page-polish h2,
.hem-v223-page-polish h3 {
  letter-spacing: -.02em;
}

.hem-v223-muted {
  color: #64748b;
  font-size: .94rem;
}

@media (max-width: 720px) {
  .hem-v223-beta-bar {
    flex-direction: column;
    gap: .25rem;
    padding: .7rem .75rem;
  }

  .hem-v223-quick-panel,
  .hem-v223-listing-actions,
  .hem-v223-seller-panel,
  .hem-v223-buyer-panel {
    margin: .75rem .6rem;
    padding: .8rem;
    border-radius: 14px;
  }

  .hem-v223-grid {
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
  }

  .hem-v223-action {
    min-height: 48px;
    padding: .65rem .55rem;
    font-size: .92rem;
  }
}

/* v2.23-marker-public-beta-polish */
