@media (max-width: 700px) {
  .nav {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .brand {
    justify-content: center;
  }

  .nav-links {
    justify-content: center;
    width: 100%;
  }

  .section-header {
    flex-direction: column;
    align-items: stretch;
  }

  .section-actions {
    width: 100%;
  }

  .section-actions .btn {
    width: 100%;
  }

  .config-card {
    padding: 16px;
    border-radius: 18px;
  }

  .guild-card {
    min-height: auto;
  }

  .profile-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .consent-wrapper {
    padding-top: 24px;
  }
}