/* Gear detail stubs, shares Chungry Events tokens via events.css */

.ce-gear-page {
  padding: calc(var(--nav-h) + 3rem) 0 4rem;
}

.ce-gear-page__back {
  display: inline-flex;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.ce-gear-page__back:hover {
  color: var(--honey-soft);
  border-bottom-color: rgba(246, 205, 133, 0.4);
}

.ce-gear-page__status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(234, 166, 64, 0.35);
  background: rgba(234, 166, 64, 0.1);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--honey-soft);
}

.ce-gear-page__status--soon {
  border-color: var(--line-strong);
  background: rgba(247, 243, 236, 0.05);
  color: var(--muted);
}

.ce-gear-page h1 {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 1rem;
  max-width: 18ch;
}

.ce-gear-page__lead {
  margin: 0 0 2rem;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 52ch;
}

.ce-gear-page__panel {
  padding: 1.5rem 1.4rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  max-width: 640px;
}

.ce-gear-page__panel h2 {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.ce-gear-page__panel p,
.ce-gear-page__panel li {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.ce-gear-page__panel ul {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
}

.ce-gear-page__panel + .ce-gear-page__panel {
  margin-top: 1rem;
}

.ce-gear-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.ce-gear-page__note {
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
  color: var(--dim);
  max-width: 52ch;
}

.ce-gear-page__note code {
  font-size: 0.9em;
  padding: 0.12em 0.35em;
  border-radius: 4px;
  background: rgba(247, 243, 236, 0.08);
}
