:root {
    --gv-ink: #1f2328;
    --gv-muted: #68707a;
    --gv-line: #d8dde3;
    --gv-surface: #f6f7f9;
    --gv-accent: #2f6f73;
}

body {
    color: var(--gv-ink);
    background: #ffffff;
}

a {
    color: var(--gv-ink);
}

.navbar-brand {
    letter-spacing: 0;
}

.card {
    border-color: var(--gv-line);
    border-radius: 8px;
}

.btn {
    border-radius: 6px;
}

.artwork-link {
    color: inherit;
    text-decoration: none;
}

.artwork-card,
.artwork-link {
    overflow: hidden;
}

.artwork-thumb {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: var(--gv-surface);
}

.artwork-media {
    aspect-ratio: 4 / 3;
    background: var(--gv-surface);
    border: 1px solid var(--gv-line);
    border-radius: 8px;
    overflow: hidden;
}

.artwork-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ffffff;
}

.empty-state {
    border: 1px dashed var(--gv-line);
    background: var(--gv-surface);
    border-radius: 8px;
    color: var(--gv-muted);
    padding: 1rem;
}

.auction-price {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1;
}

.metric {
    border: 1px solid var(--gv-line);
    border-radius: 8px;
    padding: 1rem;
    background: #ffffff;
}

.metric span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.metric small {
    color: var(--gv-muted);
}

.text-bg-scheduled {
    color: #1f2328 !important;
    background-color: #eef1f5 !important;
}

.text-bg-live {
    color: #ffffff !important;
    background-color: var(--gv-accent) !important;
}

.text-bg-closed {
    color: #ffffff !important;
    background-color: #4b5563 !important;
}

.text-bg-canceled {
    color: #ffffff !important;
    background-color: #9a3412 !important;
}

.form-check-input {
    width: 1.1rem;
    height: 1.1rem;
}

/* --- Gavelum final small navbar logo fallback --- */
.navbar-brand img {
  width: 180px !important;
  height: 58px !important;
  object-fit: contain !important;
  display: block !important;
}

.navbar {
  min-height: 74px;
}

@media (max-width: 720px) {
  .navbar-brand img {
    width: 140px !important;
    height: 46px !important;
  }
}

/* --- Gavelum navbar logo resize --- */
.navbar-brand img {
  width: 230px !important;
  height: 74px !important;
  object-fit: contain !important;
  display: block !important;
}

.navbar {
  min-height: 90px;
}

@media (max-width: 720px) {
  .navbar-brand img {
    width: 165px !important;
    height: 54px !important;
  }
}

/* --- Gavelum final navbar logo size restore: 180x58 --- */
.navbar-brand img {
  width: 180px !important;
  height: 58px !important;
  max-width: 180px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  display: block !important;
}

.navbar {
  min-height: 74px !important;
}

@media (max-width: 720px) {
  .navbar-brand img {
    width: 140px !important;
    height: 46px !important;
    max-width: 140px !important;
    max-height: 46px !important;
  }
}

/* --- Gavelum forced final navbar logo size --- */
.navbar-brand img {
  width: 180px !important;
  height: 58px !important;
  max-width: 180px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  display: block !important;
}
.navbar {
  min-height: 74px !important;
}
