/* Shared community entry points; all assets stay on the Owlanzi website. */
.discord-icon { display: block; flex: 0 0 auto; width: 24px; height: 24px; }
.discord-header { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 8px 12px; border: 1px solid #dadbff; border-radius: 9px; background: #f0f0ff; color: #424bb7; font-size: .875rem; font-weight: 650; text-decoration: none; }
.discord-header:hover { background: #e1e2ff; border-color: #b5b9f4; }
.discord-header .discord-icon { width: 21px; height: 21px; }
.discord-footer { display: inline-flex; align-items: center; gap: 7px; color: #424bb7; font-weight: 600; }
.discord-footer .discord-icon { width: 20px; height: 20px; }
.discord-help { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 38px; margin-bottom: 64px; border: 1px solid #d6d8ff; border-radius: 18px; background: #f2f3ff; }
.discord-help-icon { display: flex; align-items: center; justify-content: center; align-self: start; width: 64px; height: 64px; border-radius: 17px; background: #5865f2; color: #fff; }
.discord-help-icon .discord-icon { width: 36px; height: 36px; }
.discord-help .eyebrow { margin-bottom: 11px; color: #424bb7; font-size: .8125rem; }
.discord-help h2 { max-width: 620px; font-size: clamp(1.6rem, 2.8vw, 2rem); line-height: 1.2; }
.discord-help-copy > p:last-child { max-width: 610px; margin-top: 16px; color: #4d536b; font-size: 1rem; line-height: 1.75; }
.discord-help-action { max-width: 280px; }
.discord-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; padding: 14px 20px; border: 1px solid #505cdc; border-radius: 9px; background: #505cdc; color: #fff; font-size: 1rem; line-height: 1.4; font-weight: 650; text-decoration: none; }
.discord-button:hover { background: #424bb7; border-color: #424bb7; }
.discord-help-action > p { margin-top: 13px; color: #60667e; font-size: .8125rem; line-height: 1.6; }
.discord-header:focus-visible, .discord-button:focus-visible, .discord-footer:focus-visible { outline: 3px solid #424bb7; outline-offset: 4px; }
@media (max-width: 1100px) {
  .header-actions { gap: 10px; }
  .discord-header { padding-inline: 10px; }
  .discord-help { grid-template-columns: auto minmax(0, 1fr); gap: 20px 24px; padding: 30px; }
  .discord-help-action { grid-column: 2; max-width: none; }
}
@media (max-width: 540px) {
  .header-inner { gap: 8px; }
  .header .brand img { width: 110px; }
  .header-actions { gap: 6px; }
  .discord-header { min-height: 38px; padding: 7px; gap: 6px; }
  .discord-help { grid-template-columns: minmax(0, 1fr); gap: 20px; padding: 25px 22px; margin-bottom: 38px; }
  .discord-help-icon { width: 54px; height: 54px; border-radius: 14px; }
  .discord-help-icon .discord-icon { width: 32px; height: 32px; }
  .discord-help-action { grid-column: 1; }
  .discord-button { display: flex; width: 100%; }
  .discord-help-action > p { text-align: center; }
}
@media (max-width: 380px) {
  .header-inner { gap: 6px; }
  .header .brand img { width: 100px; }
  .header-actions { gap: 4px; }
  .discord-header { width: 38px; }
  .discord-header-label { display: none; }
}
