.qx-page { padding-bottom: 40px; }
.qx-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 16px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(255,186,120,.35), transparent 42%),
    linear-gradient(120deg, #3b1d2a 0%, #8b3a3a 42%, #c45c26 100%);
}
.qx-hero .container { padding: 28px 16px 22px; }
.qx-hero__eyebrow { letter-spacing: .12em; font-size: .75rem; opacity: .85; margin-bottom: 6px; }
.qx-channel {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  font-weight: 700;
  font-size: .88rem;
}
.qx-hero h1 { font-size: 1.55rem; font-weight: 800; margin: 0 0 8px; }
.qx-hero p { margin: 0; opacity: .9; }
.qx-hero__meta { margin-top: 10px !important; font-size: .88rem; }
.qx-chip {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  margin-right: 6px;
  font-size: .78rem;
}
.qx-chip--line {
  display: block;
  width: fit-content;
  max-width: 100%;
  border-radius: 12px;
  margin: 0 0 6px;
  line-height: 1.55;
  white-space: normal;
}
.qx-chip--line a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.qx-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.qx-task { display: flex; gap: 8px; flex-wrap: wrap; }
.qx-task span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4f1ec;
  color: #5c6b7a;
  font-size: .82rem;
}
.qx-task span.is-done { background: #e8f6ee; color: #1d5c3a; }
.qx-badge {
  display: inline-block;
  font-size: .72rem;
  padding: 2px 8px;
  border-radius: 999px;
  margin-right: 4px;
  font-weight: 700;
}
.qx-badge-pn { background: #fff1e8; color: #c45c26; }
.qx-badge-fj { background: #e8f1f4; color: #1f4e5f; }
.qx-badge-ok { background: #e8f6ee; color: #1d5c3a; }
.qx-badge-el { background: #f3e8ff; color: #6b21a8; }
.qx-person-actions {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.qx-person-actions form { display: inline; }
.qx-person-actions button,
.qx-mini {
  border: 0;
  background: var(--lx-accent, #c45c26);
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important;
}
.qx-person-actions button.ghost {
  background: #fff;
  color: #1f4e5f;
  border: 1px solid rgba(31,78,95,.25);
}
.qx-chat {
  max-width: 720px;
  margin: 0 auto 40px;
}
.qx-bubble {
  max-width: 78%;
  padding: 10px 12px;
  border-radius: 12px;
  margin: 8px 0;
  line-height: 1.5;
  word-break: break-word;
}
.qx-bubble.me { margin-left: auto; background: #1f4e5f; color: #fff; }
.qx-bubble.you { background: #fff; border: 1px solid rgba(26,35,50,.08); }
.qx-ice a {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff7e8;
  color: #8a4b12;
  font-size: .8rem;
  text-decoration: none;
}
.qx-banner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(90deg, #fff7e8, #fff);
  border: 1px solid #ffd8a8;
}
@media (max-width: 767px) {
  .qx-hero h1 { font-size: 1.28rem; }
}
.qx-sponsors { margin-top: 8px; }
.qx-sponsors__label {
  font-weight: 700;
  font-size: .88rem;
  margin-bottom: 8px;
  color: #6b2430;
}
.qx-sponsors__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.qx-sponsors__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid rgba(26,35,50,.08);
  border-radius: 12px;
  text-decoration: none !important;
  color: inherit;
  text-align: center;
}
.qx-sponsors__item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #fff;
}
.qx-sponsors__item span { font-size: .78rem; font-weight: 700; line-height: 1.3; }
.qx-sponsors__item small { font-size: .7rem; color: #8a7378; }
